@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%;
}
img{
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;
}
.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: 16px;
  height: 29px;
  z-index: 1000;
}
.slick-prev:before,
.slick-next:before {
  display: block !important;
  width: 16px;
  height: 29px;
}
.slick-prev {
  left: -20px;
top: 310px!important;
}
.slick-prev:before {
  background: url(../img/left.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.slick-next {
  right: -20px;
top: 310px!important;
}
.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: -18px;
}
.slick-next {
  right: -18px;
}
.slick-prev,
.slick-next {
  width: 12px;
  height: 21px;
	top: 280px!important;
}
.slick-prev:before,
.slick-next:before {
  width: 12px;
  height: 21px;
}
}
.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-bottom: 186px;
}
@media screen and (max-width: 960px) {
  .sec-campaign {
    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%;
}
#BF_limitedset,#BF_coupon {
  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) {
    #BF_limitedset,#BF_coupon {
        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);
    }
	
}

.set-item{
	width: 480px;
	position: relative;
	background-color: #FFF;
	padding-top: 20px;
	height: 720px;
	margin: 0 20px 40px 20px;
}
.set-item h4 {
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3076923077;
	color: #2b3134;
	padding-bottom: 20px;
}
.set-item h5 {
	width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.4210526316;
	margin: 0 auto 25px auto;
	color: #2b3134;
	font-weight: 600;
}
.set-item h5.type2 {
	line-height: 2.8em;
}
.pricearea{
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.pricearea .priceicon{
	width: 38%;
	padding-top: 5px;
}
.set-item .notes{
	font-size: 10px;
	padding: 0 20px 0 20px;
	color: #666666;
    line-height: 180%;
	margin-top: 10px;
}
.set-item .notes span{
	border: 1px solid #707070;
	padding: 0 2px;
	line-height: 80%;
	margin-right: 5px;
}
.set-item .price{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	    align-items: center;
}
.set-item .price .normal_price{
	padding-bottom: 0;
	    font-size: 14px;
	line-height: 110%;
	color: #515557;
}
.set-item .price .normal_price .line-through{
	position: relative;
	display: block;
	font-size: 13px;
}
.set-item .price .normal_price .line-through::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 40%;
}
.set-item .price .normal_price .text-zoom{
	margin-right: 3px;
	font-size: 19px;
}

.set-item .price .special_price{
    color: #d70b18;
	font-size: 16.5px;
	width: 100%;
	font-weight: 600;
	line-height: 1;
}

.set-item .price .special_price span{
    font-size: 38px;
	letter-spacing: -0.05em;
	font-weight: 600;
	margin-right: 3px;
}
.set-item .price .special_price2{
    color: #d70b18;
	font-size: 18px;
	width: 100%;
	font-weight: 600;
	margin-top: -10px;
	line-height: 190%;
	padding-left: 20px;
}

.set-item .price .special_price2 span{
    font-size: 43px;
	letter-spacing: -0.05em;
	font-weight: 600;
	margin-right: 3px;
}
.set-item .price .bargain{
	background-color: #c8102e;
	color: #FFF;
	font-size: 19px;
	font-weight: 600;
	padding: 0 0 0 5px;
	margin-left: 10px;
	line-height: 150%;
}


@media screen and (max-width: 960px) {

.set-item .price{
    top: 90vw!important;
}
.set-item .set-btn{
	top: 102vw!important;	
}
.set-item .notes{
	font-size: 2vw;
	padding: 3vw;
	top: 65vw!important;
}
.set-item {
  width: 100%;
	margin: 0 auto 10px auto;
	height: auto;
}
.set-item h4 {
  font-size: 5.3vw;
padding-bottom: 10px;
}
.set-item h5 {
        font-size: 4.3vw;
        line-height: 1.3;
}
.set-item .price .normal_price {
    font-size: 2.5vw;
	line-height: 130%;
}
.set-item .price .normal_price .line-through {
    font-size: 2.5vw;
}
.set-item .price .normal_price .text-zoom {
    font-size: 4vw;
}
.set-item .price .bargain {
    font-size: 4vw;
}
.pricearea .priceicon {

}
.set-item .price .special_price {
    font-size: 3vw;
}
.set-item .price .special_price span {
    font-size: 8.5vw;
}
}
.set-item .set-btn {
	width: 90%;
	display: flex;
    justify-content: center;
	margin: 20px auto 0 auto;
}

.set-item .set-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #2c2825;
  border-radius: 25px;
  color: #2c2825;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}


.navi-wrapper{
	background-color: #000;
}

.sec1{
	padding-bottom: 60px;
	
}
.sec1 p{
   font-size:24px;
	line-height: 180%;
	text-align: center;
	color: #FFF;
	padding: 40px 0;
}
.sec1 .coupon,
.sec1 .coupon2{
	display: flex;
	background: url(../img/coupon_bg.png) no-repeat;
	width: 889px;
	height: 457px;
	margin: 0 auto;
    flex-direction: column;
    align-items: center;
}
.sec1 .coupon h2,
.sec1 .coupon2 h2{
	padding: 70px 0 35px 0;
}
.sec1 .coupon ul,
.sec1 .coupon2 ul{
	display: flex;
	width: 800px;
	padding: 0;
	justify-content: space-between;
}
.sec1 .coupon ul li,
.sec1 .coupon2 ul li{
	width: 373px;
}
.sec1 .coupon ul li.only,
.sec1 .coupon2 ul li.only{
	margin: 0 auto
}
.sec1 .coupon ul li img,
.sec1 .coupon2 ul li img{
	padding-bottom: 24px;
}
.sec2,
.sec3{
	padding-bottom: 60px;
}
.sec2 h2,
.sec3 h2,
.sec-campaign h2{
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.sec2 h3{
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.sec2-inner,
.sec3-inner{
	width: 1040px;
	margin: 0 auto 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec2-inner.only {
  justify-content: center;
}
@media screen and (max-width: 960px) {
.sec1{
	padding-bottom: 30px;
	
}
.sec1 p{
font-size: 4vw;
        line-height: 180%;
        text-align: center;
        color: #FFF;
        padding: 20px 0 30px 0;
}
.sec1 .coupon{
	width: 100%;
	margin: 0 auto;
	background: url(../img/coupon_bg-sp.png) no-repeat;
	background-size: 100% auto;
	height: auto;
	height: 148vw;
}
.sec1 .coupon2{
	width: 100%;
	margin: 0 auto;
	background: url(../img/coupon_bg-sp2.png) no-repeat;
	background-size: 100% auto;
	height: auto;
	height: 100vw;
}
.sec1 .coupon h2,
.sec1 .coupon2 h2{
	padding: 15vw 0 10px 0;
	width: 70%;
}
.sec1 .coupon ul,
.sec1 .coupon2 ul{
	display: flex;
	width: 70%;
	padding: 0;
	justify-content: space-between;
	flex-direction: column;
}
.sec1 .coupon ul li,
.sec1 .coupon2 ul li{
	width: 100%;
}
.sec1 .coupon ul li img,
.sec1 .coupon2 ul li img{
	padding-bottom: 24px;
}
.sec2{
	padding-bottom: 0px;
}
.sec3{
	padding-bottom: 30px;
}
.sec2 h2,
.sec3 h2,
.sec-campaign h2{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.sec2 h3{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	width: 95%;
	margin: 0 auto;
}
.sec2-inner,
.sec3-inner{
	width: 95%;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec2-inner.only {
  justify-content: center;
}
.sec2-inner.j-slider{
	width: 90%;
	background-color: #FFF;
}
.j-slider .set-item .price .bargain {
    font-size: 3.5vw;
}
.set-item .price .special_price span {
    font-size: 8vw;
}
.set-item .price .special_price2 {
	font-size: 3.5vw;
	margin-top: 0px;
}
.set-item .price .special_price2 span {
    font-size: 9vw;
}
}
.top10 h5 {
    margin: 10px auto 25px auto;
}
.top10 .pricearea{
	padding-top: 3px;
}
.sec3 .set-item {
	height: 750px;
}
@media screen and (max-width: 960px) {
.sec3 .set-item {
	height: auto;
}
}