@charset "UTF-8";

html,
body {
  margin: 0;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 990px;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

.sp-only {
  display: none !important;
}

.container,
.contentsback {
  width: 100%;
  overflow: hidden;
}

.credit {
  height: 40px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.lp-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.fv {
  position: relative;
  height: 780px;
  overflow: hidden;
  background: #d9f4ff;
}

.fv-slider,
.fv-slider .slick-list,
.fv-slider .slick-track,
.fv-slide {
  height: 100%;
}

.fv-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fv-slide--01 {
  background-image: url("../images/TOP01.jpg");
}

.fv-slide--02 {
  background-image: url("../images/TOP02.jpg");
}

.fv-slide--03 {
  background-image: url("../images/TOP03.jpg");
}

.fv__visual {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 2;
  width: 525px;
  transform: translateX(-50%);
}

.fixed-banners {
  position: fixed;
  top: 42px;
  left: 0;
  z-index: 20;
  width: 100vw;
  pointer-events: none;
}

.fixed-banners__side {
  display: grid;
  gap: 0;
  width: 216px;
  pointer-events: auto;
}

.fixed-banners__side--left {
  margin-left: 0;
}

.fixed-banners__side--right {
  margin: 0 0 0 auto;
  position: relative;
	top: -443px;
}

.intro {
  padding: 70px 0 0px;
  background: #C6F32E;
}

.intro__text {
  width: 780px;
  margin: 0 auto 62px;
}

.menu-panel {
  position: relative;
  width: 990px;
  margin: 0 auto 54px;
  padding: 50px 0 120px;
  background-image: url("../images/menu_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 990px 520px;
}

.menu-panel__title {
  width: 148px;
  margin: 0 auto 36px;
}

.menu-panel__deco {
  position: absolute;
  pointer-events: none;
}

.menu-panel__deco--kutu {
  top: -30px;
  right: 50px;
  width: 200px;
}

.menu-panel__deco--yama {
  top: 0px;
  left: 0px;
  width: 150px;
}

.menu-panel__deco--tento {
  right: 0px;
  bottom: 0px;
  width: 120px;
}

.menu-panel__deco--tera {
  bottom: 0;
  left: 15%;
  width: 200px;
  transform: translateX(-50%);
}

.menu-panel__list {
  display: grid;
  grid-template-columns: repeat(2, 358px);
  gap: 20px 26px;
  justify-content: center;
}

.intro__btns,
.bottom-btns {
  display: grid;
  gap: 22px;
  width: 880px;
  margin: 0 auto;
}

.kumoarea{height:160px;margin: 0 calc(50% - 50vw) 0;
background-image: url('../images/bl1_bg_kazari1.png');
	backgorund-size:100%;
	background-position: center;
	background-repeat: repeat-x;
	margin-top: 80px;
	margin-bottom: -50px;
}


.kumoarea2{height:160px;margin: 0 calc(50% - 50vw) 0;
background-image: url('../images/bl1_bg_kazari2.png');
	backgorund-size:100%;
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: -50px;
}

.kumoarea3{height:56px;margin: 0 calc(50% - 50vw) 0;
background-image: url('../images/bl3_bg_kazari1.png');
	backgorund-size:100%;
	background-position: center;
	background-repeat: repeat-x;
	margin-top: 80px;
}

.kumoarea4{height:56px;margin: 0 calc(50% - 50vw) 0;
background-image: url('../images/bl3_bg_kazari2.png');
	backgorund-size:100%;
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 40px;
}

@media screen and (max-width:768px){
	.kumoarea{margin-top: 40px;margin-bottom: -100px;}
	.kumoarea2{margin-bottom: -80px;}
	.kumoarea3{margin-top: 40px;}
}


.section {
  position: relative;
}

.section--white {
  padding: 0px 0 0px;
  background: #fff;
}

.section--yellow {
  padding: 0px 0 0px;
  background: #fff000;
}

.section--green {
  padding: 84px 0 92px;
  background: #C6F32E;
}

.section--cream {
  padding: 0px 0 100px;
  background: #fffde0;
}

.section__kazari {
  position: absolute;
  left: 50%;
  z-index: 0;
  width: 1400px;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

.section__kazari--top {
  top: -1px;
}

.section__kazari--bottom {
  bottom: -1px;
}

.section__body {
  position: relative;
  z-index: 1;
}

.section__image {
  width: 990px;
  margin: 0 auto;
}

.section__image--bl3,
.section__image--bl4 {
  width: 991px;
}

.coupon {
  padding-top: 58px;
}

.coupon__title {
  width: 700px;
  margin: 0 auto 38px;
}

.coupon__block {
  display: grid;
  grid-template-columns: 300px 620px;
  gap: 48px;
  align-items: start;
  width: 968px;
  margin: 0 auto 48px;
}

.coupon__title-side {
  width: 300px;
}

.coupon__banners {
  display: grid;
  grid-template-columns: repeat(2, 298px);
  gap: 22px 26px;
}

.coupon__separator {
  width: 890px;
  margin: 0 auto 48px;
  border-top: 2px dotted #d6cd8a;
}

.bottom-btns {
  margin-top: 24px;
}

.hamburger {
  display: none;
}

.sp-menu {
  display: none;
}

.sp-fixed-banners {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  html,
  body {
    width: 100%;
    min-width: 0;
  }

  body.is-menu-open {
    overflow: hidden;
  }

  body {
    padding-bottom: 150px;
  }

  .credit {
    height: 25px;
    font-size: 10px;
    line-height: 18px;
  }

  .lp-inner {
    width: 100%;
  }

  .fv {
    height: 560px;
  }

  .fv__visual {
    top: 45px;
    width: 78.125%;
    max-width: 375px;
  }

  .fixed-banners {
    display: none;
  }

  .sp-fixed-banners {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    display: block !important;
    background: rgba(255, 255, 255, 0.86);
    pointer-events: auto;
  }

  .sp-fixed-banners__list {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 0;
    width: 100%;
  }

  .sp-fixed-banners__list a,
  .sp-fixed-banners__list img,
  .sp-fixed-banners__caution img {
    display: block;
    width: 100%;
  }
	.sp-fixed-banners__caution{margin: 8px auto;}

  .hamburger {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    background: #10b524;
    border: 0;
    border-radius: 0 0 6px 0;
  }

  .hamburger span {
    position: absolute;
    left: 10px;
    width: 25px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .hamburger span:nth-child(1) {
    top: 13px;
  }

  .hamburger span:nth-child(2) {
    top: 21px;
  }

  .hamburger span:nth-child(3) {
    top: 29px;
  }

  .hamburger.is-open span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-open span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  .sp-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: block;
    padding: 64px 0 56px;
    overflow-y: auto;
    background: #fffde0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .sp-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sp-menu__title {
    width: 104px;
    margin: 0 auto 36px;
  }


  .sp-menu__list {
    display: grid;
    gap: 10px;
    width: 400px;
    max-width: calc(100% - 70px);
    margin: 0 auto;
  }

  .intro {
    padding: 35px 0 46px;
  }

  .intro__text {
    width: 89.6%;
    margin-bottom: 24px;
  }

  .intro__btns,
  .bottom-btns {
    gap: 10px;
    width: 87.5%;
  }

  .section--green,
  .section--cream {
    padding: 0px 0 50px;
  }

	
	.section--white{padding: 40px 0 0px;}
	.section--yellow{padding: 0px 0 0px;}

  .section__kazari {
    width: 100%;
  }

  .section__image {
    width: 92%;
  }

  .coupon {
    padding-top: 0;
  }

  .coupon__title {
    width: 91.7%;
    margin-bottom: 18px;
  }

  .coupon__block {
    display: block;
    width: 91.7%;
    margin-bottom: 28px;
  }

  .coupon__title-side {
    width: 88.6%;
    margin: 0 auto 16px;
  }

  .coupon__title-side--second {
    width: 88.6%;
  }

  .coupon__banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
	  margin-bottom: 20px;
  }

  .coupon__caution {
    width: 91.7%;
    margin: 0 auto;
  }

  .bottom-btns {
    margin-top: 40px;
  }
}
