@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;
}

.l-main {
  overflow: clip;
}

/* 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: 360px;
  width: 135px;
  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: fixed;
    top: calc(61px + var(--mcp-header-height) + var(--ecm-header-height));
    left: 0;
    right: 0;
    z-index: 10000;
	  width: 100%;
  }
    .sec-navi {
        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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a {
    height: 12.4vw;
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}
.sec-navi-in > a:nth-child(1) {
  padding-left: 58px;
  background-color: #ca001b;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(1) {
    padding-left: 1.0666666667vw;
  }
}
.sec-navi-in > a:nth-child(2) {
  padding-right: 58px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(2) {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > span {
    text-align: center;
  }
}
.sec-navi-in > a > img {
  display: inline-block;
  width: 18px;
  margin-left: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > img {
    width: 4vw;
    margin-left: 1.0666666667vw;
    margin-top: 0vw;
  }
}

/*===============================================
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%;
}
.set-item{
	width: 480px;
	position: relative;
}
@media screen and (max-width: 960px) {
.set-item{
	width: 100%;
	position: relative;
}
}
.set-item h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: -0.01em;
	position: absolute;
	top:10px;
}
@media screen and (max-width: 960px) {
.set-item h3 {
	top:0px;
}
}
.set-item h4 {
	width: 100%;
    position: absolute;
    left: 0;
    top: 370px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4210526316;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
}
@media screen and (max-width: 960px) {
.set-item h4 {
	top: 76vw;
}
}
.set-item h4.type2{
	padding-left: 170px;
}
@media screen and (max-width: 960px) {
.set-item h4.type2{
	padding-left: 30vw;
}
}
.set-item h4.type3{
	padding-left: 170px;
	top: 370px;
}
@media screen and (max-width: 960px) {
.set-item h4.type3{
	padding-left: 34vw;
	top: 76vw;
}
.sec-4-slide .set-item h4.type3{
	padding-left: 28vw;
	top: 76vw;
}
}
.set-item .set-btn {
	width: 100%;
    position: absolute;
    left: 0;
   top: 490px;
	display: flex;
    justify-content: center;
}
@media screen and (max-width: 960px) {
.set-item .set-btn {
   top: 102vw;
}
}
.set-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 50px;
  border: 1px solid #2c2825;
  border-radius: 25px;
  color: #2c2825;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
.set-btn > a {
  height: 43px;
}
}

.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;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.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%;
}
#set1,#set2,#set3,#set5 {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height));
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
#set4 {
  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) {
    #set1,#set2,#set3,#set4,#set5 {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 15.5vw);
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 15.5vw);
    }
	
}
.monthly-side-nav{
  position: fixed;
  right:0;
  top:170px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility 0s linear .5s;
  transition: opacity .3s ease-in-out, visibility 0s linear .5s;
}
.monthly-side-nav.show{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.monthly-side-nav a{
	margin-bottom: 1px;
	display: block;
}
@media screen and (max-width: 960px) {
.monthly-side-nav{
  display: flex;
	border-top:1px solid #FFF;
}
.monthly-side-nav a{
	margin-bottom: 0px;
	width: 33.333333%;
	display: flex;
	justify-content: center;
	background-color: #000;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}
.monthly-side-nav a:last-child{
	border-right: 1px solid #000;
}
}
.sec-coupon {
  padding-top: 70px;
	padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .sec-coupon {
    padding-top: 9.6vw;
    padding-bottom: 20px;
  }
}
.sec-coupon-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-coupon-ttl {
    font-size: 4vw;
  }
}
.sec-coupon-ttl > em {
  font-size: 110%;
  font-style: normal;
}
.sec-coupon-ttl > small {
  font-size: 80%;
  font-weight: 600;
}
.sec-coupon-ttl > span {
  font-size: 90%;
}
.sec-coupon-in {
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec-coupon-in {
    padding: 0 2.9333333333vw;
  }
}
.sec-coupon-container {
  display: flex;
  justify-content: space-between;
  max-width: 658px;
  margin: 10px auto 0;
}
@media screen and (max-width: 960px) {
  .sec-coupon-container {
    max-width: 88.5333333333vw;
    margin-top: 3.7333333333vw;
	margin-bottom: 3.7333333333vw;
  }
}
.sec-coupon-container > a {
  display: block;
  width: 48.3282674772%;
}
.sec-coupon-container > a > img {
  display: block;
  width: 100%;
}
.sec-coupon-monthly {
  display: flex;
	justify-content: center;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly {
  }
}

.sec1{
	padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
.sec1{
	padding-bottom: 20px;
}
}
.sec1 .sec1-inner{
	width: 960px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 960px) {
.sec1 .sec1-inner{
	width: 100%;
}
}
.sec1-subtitle{
	width: 100%;
	display: flex;
    justify-content: center;
	padding: 100px 0 50px 0;
}
.sec1-subtitle img{
	width: 280px;
}
@media screen and (max-width: 960px) {
.sec1-subtitle{
	padding: 70px 0 30px 0;
}
.sec1-subtitle img{
	width: 60%;
	margin: 0 auto;
}
}
.sec3{
	padding-bottom: 70px;
	background-color: #efefef;
}
@media screen and (max-width: 960px) {
.sec3{
	padding-bottom: 30px;
}	
}
.sec3 .sec3-inner{
	width: 970px;
	margin: 0 auto;
	padding: 0 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 960px) {
.sec3 .sec3-inner{
	width: 100%;
}
}
.sec3 .set-item {
    width: 460px;
    position: relative;
	padding-top: 70px;
}
.sec3 .set-item h4 {
font-size: 23px;
	top: 420px;
}
.sec3 .set-item .set-btn {
        top: 650px;
}
@media screen and (max-width: 960px) {
.sec3 .set-item {
    width: 90%;
	padding-top: 30px;
	margin: 0 auto;
}
.sec3 .set-item h4 {
	font-size: 1.1em;
    top: 76vw;
}
.sec3 .set-item .set-btn {
    top: 120vw;
}
}
.sec5-img{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.sec5-img img{
	padding-bottom: 50px;
}
.sec5 .set-item {
    margin: 0 auto;
}
.sec5-img.type2{
	margin-top: 50px;
}