@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

main img,
main picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
}

* {
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important;
  }
}
img {
  height: auto;
}

.ecm-main__inner {
    max-width: 1230px;
    margin: 0 auto;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
.slick {
  /* Arrows */
  /* Dots */
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
width: 960px;
    margin: 0 auto;
	padding: 70px 0 0 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 63%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-prev:before, .slick-next:before {
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-slider.slick-dotted {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
.slick-slider.slick-dotted {
  margin-bottom: 70px;
}
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .slick-dots {
    bottom: -10px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-align: center;
  color: #c8102e;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  content: "○";
}
@media screen and (max-width: 960px) {
  .slick-dots li button:before {
    font-size: 20px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c8102e;
  content: "";
}

@media screen and (max-width: 960px) {
  .ecm-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.alt {
  display: none;
}

/*===============================================
 side
===============================================*/
.side-navi {
  position: fixed;
  right: 0;
  top: 400px;
  width: 115px;
  z-index: 150;
/*  transform: translateY(-50%);*/
  background-color: #fff;
	opacity: 0;
	transition: .5s;
}
.is-visible {
        transform: translateY(0);
        opacity: 1;
}
@media screen and (max-width: 960px) {
  .side-navi {
    display: none;
  }
}
.side-navi > a {
  display: block;
}
.side-navi > a:not(:first-child) {
  margin-top: 2px;
}
.side-navi > a > img {
  display: block;
}

/*===============================================
 navi
===============================================*/
.sec-navi {
}
@media screen and (max-width: 960px) {
  .sec-navi {
    position: -webkit-sticky;
    position: sticky;
    top: calc(61px + var(--mcp-header-height) + var(--ecm-header-height));
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 960px) {
  .sec-navi.show {
    position: fixed;
    top: calc(61px + var(--mcp-header-height) + var(--ecm-header-height));
    left: 0;
    right: 0;
    z-index: 10000;
	  width: 100%;
  }
    .sec-navi.show {
        opacity: 0;
        transition: .5s;
        display: block;
    }
    .sec-navi.show {
        transform: translateY(0);
        opacity: 1;
    }
}
.sec-navi-in {
  display: flex;
  margin: 0 auto;
  background-color: #fff;
}
.sec-navi-in > a {
-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
    gap: 0 10px;
    justify-content: center;
    line-height: 1;
    padding: 16px 0 17px;
	background-color: #2d2926;
	width: 100%;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a {
    height: 12.4vw;
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > span {
    text-align: center;
  }
}
.sec-navi-in a:after {
    background: url(../img/anchor_icon_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    position: relative;
    top: 3px;
    width: 18px;
}

/*===============================================
slick
===============================================*/
.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.slick-prev,
.slick-next {
  width: 46px;
  height: 46px;
  z-index: 1000;
}
.slick-prev:before,
.slick-next:before {
  display: block !important;
  width: 46px;
  height: 46px;
}
.slick-prev {
  left: -50px;
top: 310px!important;
}
.sec2 .slick-prev:before {
  background: url(../img/left.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.slick-next {
  right: -50px;
top: 310px!important;
}
.sec2 .slick-next:before {
  background: url(../img/right.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .slick-dots {
    bottom: -1.0666666667vw;
  }
.slick-slider {
	width: 100%;
	}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-prev,
.slick-next {
  width: 23px;
  height: 23px;
	top: 280px!important;
}
.slick-prev:before,
.slick-next:before {
  width: 23px;
  height: 23px;
}
}
.slick-dots li {
  width: 26px;
  height: 14px;
  margin: 0;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
}
.slick-dots li button:before {
  left: 1.0666666667vw;
  top: 1.0666666667vw;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #FFF;
border: #4a4645 solid 1px;
  content: "";
}
.slick-dots li.slick-active button:before {
  background-color: #ca001b;
	border:none;
}
/*===============================================
 section
===============================================*/
.content {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}
@media screen and (max-width: 960px) {
  .ecm-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.fv > picture > img {
  display: block;
  width: 100%;
}

.sec-campaign {
  padding-top: 114px;
  padding-bottom: 186px;
}
@media screen and (max-width: 960px) {
  .sec-campaign {
    padding-top: 15vw;
    padding-bottom: 24.8vw;
  }
}
.sec-campaign-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-campaign-ttl {
    font-size: 4.8vw;
  }
}
.sec-campaign-in {
  max-width: 1000px;
  padding: 0 20px;
  margin: 44px auto 0;
}
@media screen and (max-width: 960px) {
  .sec-campaign-in {
   /* width: 89.3333333333vw;*/
    margin-top: 8.8vw;
  }
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr {
        display: flex;
        max-width: 960px;
        margin: 42px auto 0;
        gap: 30px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
  }
}
.sec-campaign-bnr > a {
  display: block;
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr > a {
    width: 44.7916666667%;
  }
  .sec-campaign-bnr > a:not(:nth-child(2n+1)) {
    /*margin-left: 10.4166666667%;*/
  }
  .sec-campaign-bnr > a:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .sec-campaign-bnr > a:not(:first-child) {
    margin-top: 6.1333333333vw;
  }
}
.sec-campaign-bnr > a > img {
  display: block;
  width: 100%;
}
#collection,#index_t01,#index_t02,#index_t03,#index_t04,#index_t05,#index_t06,#index_t07,#index_t08,#index_t09,#index_t10 {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height));
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
@media screen and (max-width: 960px) {
    #collection,#index_t01,#index_t02,#index_t03,#index_t04,#index_t05,#index_t06,#index_t07,#index_t08,#index_t09,#index_t10 {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 12.8vw);
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 12.8vw);
    }
	
}

.sec-1{
  background-image: linear-gradient(0deg, #f7f0e0, #fdfbf7);
	padding: 32px 0;
}
.sec-1 .box1{
	width: 960px;
	margin: 0 auto;
	border: 1px solid #dcc69e;
	padding: 9px;
}
.sec-1 .box2{
	border: 1px solid #dcc69e;
}
.sec-1 h2{
	display: flex;
	padding: 7px 0 20px 0;
    justify-content: center;
}
.sec-1 p.txt{
    font-size: 12px;
    color: #4e4e4e;
    text-align: center;
	padding-bottom: 20px;
}
.sec-1 .setmore{
	width: 720px;
	margin: 0 auto 50px auto;
}
.sec-1 .setmore h3{
	background-color: #c69214;
	font-size: 15px;
	color: #FFF;
	line-height: 200%;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.sec-1 .setmore p{
	font-size: 14px;
	line-height: 200%;
}
.sec-1 .setmore p span{
	color: #c69214;
}
.sec-1 .price{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.sec-1 .btn{
	margin: 0 auto 16px auto;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 961px) {
.sec-1 button.setmore__btn{
	display: none;
}
}
.sec-1 button.stockValidation{
	color: #FFF;
	background-color: #ca001b;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	border: none;
	font-size: 19px;
	font-weight: bold;
	cursor: pointer;
	width: 448px;
}
.sec-1 .link{
	text-align: center;
	padding-bottom: 20px;
}
.sec-1 .link a{
	color: #2d2926;
	text-decoration: underline;
}
.sec-1 .link a:hover{
	text-decoration: none;
}
@media screen and (max-width: 960px) {
.sec-1{
  background-image: linear-gradient(0deg, #f7f0e0, #fdfbf7);
	padding: 15px 0;
}
.sec-1 .box1{
	width: 96%;
	padding: 4px;
}
.sec-1 h2{
	display: flex;
	padding: 10px 0 10px 0;
    justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.sec-1 p.txt{
font-size: 2.3vw;
        padding-bottom: 6vw;
}
.sec-1 .setmore{
	width: 90%;
	margin: 0 auto 30px auto;
}
.sec-1 .setmore h3{
	background-color: #c69214;
	font-size: 15px;
	color: #FFF;
	line-height: 200%;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.sec-1 .setmore p{
	line-height: 200%;
	font-size: 3vw;
}
.sec-1 .price{
	width: 90%;
	margin: 0 auto 15px auto;
}
.sec-1 .btn{
	margin: 0 auto 8px auto;
}
.sec-1 button.stockValidation{
	height: 50px;
	line-height: 50px;
	font-size: 3.5vw;
	width: 90%;
}
.sec-1 .link{
	font-size: 3vw;
	padding-bottom: 15px;
}
}

.sec-2{
background: url(../img/sec-2-bg.png) no-repeat center top;
}

.sec-2 .title{
	padding: 76px 0 35px 0;
}
.sec-2 .title h3{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sec-2 .title p{
	font-size: 12px;
	color: #4e4e4e;
	text-align: center;
}
.sec-2 .ranking{
	background-image: linear-gradient(0deg, #eff0f0, #FFF);
	padding: 30px;
	width: 1000px;
	margin: 0 auto;
}
.sec-2 .ranking .head{
	display: flex;
	padding-bottom: 20px;
}
.sec-2 .ranking .head .icon{
	width: 127px;
	margin-right: 38px;
}
.sec-2 .ranking .head .title{
	padding: 24px 0 0 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 635px;
}
.sec-2 .ranking .head .title img{
	padding-bottom: 28px;
}
.sec-2 .ranking .head .title a{
	color: #2d2926;
	text-decoration: underline;
	font-size: 16px;
}
.sec-2 .ranking .head .title a:hover{
	text-decoration: none;
}
.sec-2 .ranking .head .point{
	display: flex;
	align-items: flex-end;
}
.sec-2 .ranking .head .point img{
	width: 156px;
}
.sec-2 .ranking .main{
	display: flex;
	justify-content: space-between;
}
.sec-2 .ranking .main .photo{
	width: 480px;
}
.sec-2 .ranking .main .info{
	width: 437px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec-2 .ranking .main .info h5{
	margin: 0;
	padding: 0 0 20px 0;
}
.sec-2 .ranking .main .info p{
	font-size: 11px;
	color: #4e4e4e;
	padding-top: 15px;
	text-align: center;
}
@media screen and (max-width: 960px) {
.sec-2{
background: none;
}

.sec-2 .title{
	padding: 0;
}
.sec-2 .title h3{
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}
.sec-2 .title p{
	font-size: 2.3vw;
	margin-top: -13vw;
	padding-bottom: 6vw;
}
.sec-2 .ranking{
	padding: 15px;
	width: 100%;
}
.sec-2 .ranking .head{
	display: flex;
	padding-bottom: 10px;
	flex-wrap: wrap;
}
.sec-2 .ranking .head .icon{
	width: 25%;
	margin-right: 10%;
}
.sec-2 .ranking .head .title{
	padding: 5vw 0 0 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 65%;
}
.sec-2 .ranking .head .title p{
	font-size: 2.3vw;
	margin-top: -4vw;
	padding-bottom: 0vw;
}
.sec-2 #index_t01 .ranking .head .title p{
	margin-top: -6vw;	
}
.sec-2 .ranking .head .title p a{
	text-decoration: underline;
}
.sec-2 .ranking .head .title img{
	padding-bottom: 28px;
}
.sec-2 .ranking .head .title a{
	color: #2d2926;
	text-decoration: underline;
	font-size: 12px;
}
.sec-2 .ranking .head .title a:hover{
	text-decoration: none;
}
.sec-2 .ranking .head .point{
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: flex-end;
	margin-top: -10vw;
}
.sec-2 .ranking .head .point img{
	width: 100px;
}
.sec-2 .ranking .main{
	display: flex;
	justify-content: center;
    flex-direction: column;
}
.sec-2 .ranking .main .photo{
	width: 100%;
}
.sec-2 .ranking .main .info{
	width: 100%;
}
.sec-2 .ranking .main .info h5{
	margin: 0;
	padding: 20px 0 20px 0;
}
.sec-2 .ranking .main .info p{
	font-size: 2.3vw;
	color: #4e4e4e;
	padding-top: 15px;
}
}


.more {
    width: 100%;
}
.more__content {
     position: relative;
     height: auto;
     max-height: 3100px;
     overflow: hidden;
     transition: max-height 1s;
}
.more__content::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 1;
     display: block;
     width: 100%;
     height: 10%;
     transition: 1s;
     background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.more__content.open:after {
     z-index: -1;
     opacity: 0;
}
.more__btn {
    margin: 50px auto 0 auto !important;
    padding: 8px 40px !important;
    border: 0 !important;
    color: #ffffff !important;
    background-color: #000000 !important;
    cursor: pointer !important;
    width: 360px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 10px !important;
    opacity: 1 !important;
    float: none !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.more__btn.open:after,
.more__btn:after{
    background: url(../img/anchor_icon_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    position: relative;
    top: 3px;
    width: 18px;
}
.more__btn.close:after {
    background: url(../img/anchor_icon_arrow2.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    position: relative;
    top: 3px;
    width: 18px;
}

@media screen and (max-width: 960px) {
.more__btn {
    width: 90% !important;
}
.setmore__content {
     position: relative;
     height: auto;
     max-height: 20vw;
     overflow: hidden;
     transition: max-height 1s;
}
.setmore__content::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 1;
     display: block;
     width: 100%;
     height: 5vw;
     transition: 1s;
     background: linear-gradient(to bottom, transparent 0%, #faf5ea 100%);
}
.setmore__content.open:after {
     z-index: -1;
     opacity: 0;
}
.setmore__btn {
    margin: 20px auto 0 auto !important;
    padding: 8px 40px !important;
    border: 0 !important;
    color: #ffffff !important;
    background-color: #000000 !important;
    cursor: pointer !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 10px !important;
    opacity: 1 !important;
    float: none !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.setmore__btn.open:after,
.setmore__btn:after{
    background: url(../img/anchor_icon_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    position: relative;
    top: 3px;
    width: 18px;
}
.setmore__btn.close:after {
    background: url(../img/anchor_icon_arrow2.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    position: relative;
    top: 3px;
    width: 18px;
}
}