@charset "UTF-8";
/* base
--------------------------------------------------- */
html {
  position: relative;
  scroll-behavior: smooth;
}
body {
  color: #304197;
  background: #D1ECF1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.28s;
}
p {
  font-size: 4.103vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 16px;
  }
}
/* common layout
--------------------------------------------------- */
.mw {
  width: 100%;
  margin: 0 auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .mw {
    width: 390px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* head
--------------------------------------------------- */
h2 {
  text-align: center;
  position: relative;
  margin-bottom: 6.154vw;
}
h2 span {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14.359vw;
  font-weight: 700;
  line-height: calc(32 / 56);
  display: inline-block;
}
h2 + p,
h3 {
  font-size: 6.154vw;
  font-weight: 700;
  line-height: calc(32 / 24);
  text-align: center;
}
@media screen and (min-width: 769px) {
  h2 {
    margin-bottom: 24px;
  }
  h2 span {
    font-size: 56px;
  }
  h2 + p,
  h3 {
    font-size: 24px;
  }
}
/* parts
--------------------------------------------------- */
.content-square {
  background: #fff;
  border-radius: 3.077vw;
  text-align: center;
  padding: 4.615vw 4.615vw 4.359vw;
}
.content-square .head {
  position: relative;
  font-size: 4.872vw;
  font-weight: 700;
}
.content-square .head::before,
.content-square .head::after {
  content: "";
  background: url(../image/yoyaku_icon.svg) bottom center / contain no-repeat;
  width: 7.692vw;
  height: 8.205vw;
  position: absolute;
  bottom: calc(50% - 3.718vw);
  z-index: 1;
}
.content-square .head::before {
  left: -1.538vw;
}
.content-square .head::after {
  right: -1.538vw;
}
.content-square .head span {
  font-size: 5.128vw;
}
.content-square .text {
  font-size: 4.103vw;
  margin-top: 1.026vw;
}
.content-square .note {
  font-size: 3.59vw;
  margin-top: 0.769vw;
}
@media screen and (min-width: 769px) {
  .content-square {
    border-radius: 12px;
    padding: 18px 18px 17px;
  }
  .content-square .head {
    font-size: 19px;
    font-weight: 700;
  }
  .content-square .head::before,
  .content-square .head::after {
    width: 30px;
    height: 32px;
    bottom: calc(50% - 14.5px);
  }
  .content-square .head::before {
    left: -6px;
  }
  .content-square .head::after {
    right: -6px;
  }
  .content-square .head span {
    font-size: 20px;
  }
  .content-square .text {
    font-size: 16px;
    margin-top: 4px;
  }
  .content-square .note {
    font-size: 14px;
    margin-top: 3px;
  }
}
/* pcSide
--------------------------------------------------- */
.contents_pcSide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.contents_pcSide .inner {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
/* contents_pcSide layout */
.pcSide-left,
.pcSide-right {
  height: 100%;
  background: #D1ECF1;
  text-align: center;
  position: fixed;
  width: calc((100vw - 390px) / 2);
}
.pcSide-left {
  background: url(../image/side/fv_pc_left.webp) right bottom / 764px 187px repeat-x;
}
.pcSide-right {
  background: url(../image/side/fv_pc_right.webp) left bottom / 764px 187px repeat-x;
  right: 0;
}
.pcSide-left .pcSide-inner,
.pcSide-right .pcSide-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.pcSide-right .pcSide-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pcSide-right .pcSide-inner .image {
  max-width: 254px;
  max-height: 353px;
  margin-bottom: 96px;
}
/* header
--------------------------------------------------- */
.header {
  position: fixed;
  height: 17.179vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
.header a {
  background: url(../image/header_bg.webp) right top / contain repeat-y;
  width: 21.026vw;
  height: 17.179vw;
  right: 0;
  position: absolute;
  padding: 2.308vw 0 0 6.667vw;
}
.header a img {
  width: 8.974vw;
  height: 8.462vw;
}
@media screen and (min-width: 769px) {
  .header {
    height: 67px;
  }
  .header a {
    width: 82px;
    height: 67px;
    padding: 9px 0 0 26px;
  }
  .header a img {
    width: 35px;
    height: 33px;
  }
}
/* mainContents
--------------------------------------------------- */
.main__mainContents {
  position: relative;
  z-index: 10;
}
/* fv
--------------------------------------------------- */
.fv {
  position: relative;
}
.fv h1 {
  position: absolute;
  top: 22.308vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 55.385vw;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    top: 87px;
    width: 216px;
  }
}
/* yoyaku
--------------------------------------------------- */
.yoyaku {
  background: #bedecd;
  padding: 6.154vw;
}
@media screen and (min-width: 769px) {
  .yoyaku {
    padding: 24px;
  }
}
/* story
--------------------------------------------------- */
.story {
  background: url(../image/story_pattern.webp) left top / contain repeat-y;
  padding: 10.256vw 0 26.41vw;
}
.story .content-circle {
  position: relative;
  background: #fff;
  width: 86.667vw;
  height: 88.974vw;
  border-radius: 256.154vw;
  margin: -5px auto 0;
  padding-top: 14.103vw;
  text-align: center;
}
.story .content-circle::after {
  content: "";
  background: url(../image/story_image.svg) bottom center / contain no-repeat;
  width: 53.333vw;
  height: 31.026vw;
  position: absolute;
  bottom: -16.41vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.story h3 {
  margin-bottom: 2.051vw;
}
.story h3 + p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .story {
    padding: 40px 0 103px;
  }
  .story .content-circle {
    width: 338px;
    height: 347px;
    border-radius: 999px;
    margin: -5px auto 0;
    padding-top: 55px;
  }
  .story .content-circle::after {
    content: "";
    background: url(../image/story_image.svg) bottom center / contain no-repeat;
    width: 208px;
    height: 121px;
    bottom: -64px;
  }
  .story h3 {
    margin-bottom: 8px;
  }
}
/* product
--------------------------------------------------- */
.product {
  padding: 10.256vw 0 26.41vw;
  background: url(../image/line_flower.svg) left bottom / 390px 79px repeat-x;
}
.product h2 {
  color: #EA4B42;
  padding-top: 1.282vw;
  margin-bottom: 1.282vw;
}
.product h2 span::before,
.product h2 span::after {
  content: "";
  background: url(../image/product_icon.svg) bottom center / contain no-repeat;
  width: 10.256vw;
  height: 8.974vw;
  position: absolute;
  bottom: calc(50% - 4.231vw);
  z-index: 1;
}
.product h2 span::before {
  left: -12.821vw;
}
.product h2 span::after {
  right: -12.821vw;
  transform: scale(-1, 1);
}
.product h2 + p {
  color: #EA4B42;
}
.product .cont-wrap {
  display: flex;
  flex-direction: column;
  gap: 6.154vw;
  margin-top: 6.923vw;
}
@media screen and (min-width: 769px) {
  .product {
    padding: 40px 0 103px;
    background: url(../image/line_flower.svg) left bottom / 390px 79px repeat-x;
  }
  .product h2 {
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .product h2 span::before,
  .product h2 span::after {
    width: 40px;
    height: 35px;
    bottom: calc(50% - 16.5px);
  }
  .product h2 span::before {
    left: -50px;
  }
  .product h2 span::after {
    right: -50px;
  }
  .product .cont-wrap {
    gap: 24px;
    margin-top: 27px;
  }
}
/* lineup
--------------------------------------------------- */
.lineup {
  background: #FBF2DB;
  padding: 10.256vw 0;
}
.lineup h2 {
  color: #5BA683;
  padding-top: 1.282vw;
  margin-bottom: 3.077vw;
}
.lineup h2 span::before,
.lineup h2 span::after {
  content: "";
  background: url(../image/lineup_icon.svg) bottom center / contain no-repeat;
  width: 9.744vw;
  height: 10.256vw;
  position: absolute;
  bottom: calc(50% - 4.872vw);
  z-index: 1;
}
.lineup h2 span::before {
  left: -16.923vw;
  transform: scale(-1, 1);
}
.lineup h2 span::after {
  right: -16.923vw;
}
.lineup h2 + p {
  color: #5BA683;
  margin-bottom: 5.128vw;
}
.lineup .inner {
  padding: 0 6.154vw;
}
@media screen and (min-width: 769px) {
  .lineup {
    padding: 40px 0;
  }
  .lineup h2 {
    padding-top: 5px;
    margin-bottom: 12px;
  }
  .lineup h2 span::before,
  .lineup h2 span::after {
    width: 38px;
    height: 40px;
    bottom: calc(50% - 19px);
  }
  .lineup h2 span::before {
    left: -66px;
  }
  .lineup h2 span::after {
    right: -66px;
  }
  .lineup h2 + p {
    margin-bottom: 20px;
  }
  .lineup .inner {
    padding: 0 24px;
  }
}
/* lineup slide
--------------------------------------------------- */
.lineup .slider-cont {
  position: relative;
  width: calc(100% - 7.692vw);
  margin: 54px auto 0;
  border-radius: 3.077vw;
  padding: 3.077vw 0 4.872vw;
}
.lineup .slider-cont.cont1 {
  background: #A5E0E0;
  padding-top: 8.974vw;
}
.lineup .slider-cont.cont2 {
  background: #F6E1C7;
}
.lineup .slider-cont.cont3 {
  background: #BEDECD;
}
.lineup .slider-cont + .slider-cont {
  margin-top: 6.154vw;
}
.lineup .slick-slider {
  width: 92.308vw;
  margin: 20px auto 0 !important;
  padding-bottom: 8.462vw;
}
.lineup .slick-slider img {
  width: 81.026vw;
}
.lineup .slider .slide {
  margin: 0 2.821vw;
}
.mfp-figure:after {
  background: none !important;
  box-shadow: none !important;
}
/* slick-arrow */
.lineup .slider .slick-arrow {
  position: absolute;
  top: 48%;
  z-index: 10;
  width: 6.923vw;
  height: 9.487vw;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
}
.lineup .slider .slick-arrow::before {
  content: none;
}
.lineup .slider .slick-next,
.lineup .slider .slick-prev {
  background: url(../image/slider/lineup_arrow.png) 0 0 / contain no-repeat;
}
.lineup .slider .slick-next {
  right: -2.564vw;
}
.lineup .slider .slick-prev {
  left: -2.564vw;
  transform: translateY(-50%) scaleX(-1);
}
/* slick-dots */
.lineup .slider .slick-dots {
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.769vw;
}
.lineup .slider .slick-dots li {
  width: 2.308vw;
  height: 2.308vw;
  margin: 0;
}
.lineup .slider .slick-dots li button {
  width: 2.308vw;
  height: 2.308vw;
  padding: 0;
}
.lineup .slider .slick-dots li button::before {
  content: "";
  width: 2.308vw;
  height: 2.308vw;
  border-radius: 50%;
  background: #FBF2DB;
  border: 1px solid #304197;
  opacity: 1;
  box-sizing: border-box;
}
.lineup .slider .slick-dots li.slick-active button::before {
  background: #304197;
  border: 1px solid #304197;
}
/* detail */
.lineup .slider-cont .badge {
  background: #EA4B42;
  width: 65.385vw;
  height: 12.564vw;
  border-radius: 6.282vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7.692vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.lineup .slider-cont .badge::after {
  content: "";
  display: inline-block;
  width: 3.077vw;
  height: 2.051vw;
  background: #EA4B42;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -1.795vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.lineup .slider-cont .badge p {
  color: #F2ECA7;
  font-size: 6.154vw;
  font-weight: 700;
  line-height: 12.564vw;
}
.lineup .slider-cont .text {
  margin-top: 4.359vw;
  padding: 0 2.564vw;
}
.lineup .slider-cont .price {
  margin-top: 0.769vw;
  text-align: center;
}
.lineup .slider-cont .price p {
  font-size: 6.154vw;
  font-weight: 700;
}
.lineup a.button-cart {
  background: #F296A7;
  color: #fff;
  text-align: center;
  padding: 4.872vw;
  width: 94%;
  border-radius: 8.462vw;
  margin: 8px auto 0;
  font-size: 6.154vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lineup .slider-cont {
    width: calc(100% - 30px);
    margin: 54px auto 0;
    border-radius: 12px;
    padding: 12px 0 19px;
  }
  .lineup .slider-cont.cont1 {
    background: #A5E0E0;
    padding-top: 35px;
  }
  .lineup .slider-cont + .slider-cont {
    margin-top: 24px;
  }
  .lineup .slick-slider {
    width: 360px;
    margin: 20px auto 0 !important;
    padding-bottom: 33px;
  }
  .lineup .slick-slider img {
    width: 316px;
  }
  .lineup .slider .slide {
    margin: 0 11px;
  }
  /* slick-arrow */
  .lineup .slider .slick-arrow {
    width: 27px;
    height: 37px;
  }
  .lineup .slider .slick-next {
    right: -10px;
  }
  .lineup .slider .slick-prev {
    left: -10px;
  }
  /* slick-dots */
  .lineup .slider .slick-dots {
    gap: 3px;
  }
  .lineup .slider .slick-dots li {
    width: 9px;
    height: 9px;
  }
  .lineup .slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .lineup .slider .slick-dots li button::before {
    width: 9px;
    height: 9px;
    border: 1px solid #304197;
  }
  .lineup .slider .slick-dots li.slick-active button::before {
    border: 1px solid #304197;
  }
  /* detail */
  .lineup .slider-cont .badge {
    width: 255px;
    height: 49px;
    border-radius: 24.5px;
    top: -30px;
  }
  .lineup .slider-cont .badge::after {
    width: 12px;
    height: 8px;
    bottom: -7px;
  }
  .lineup .slider-cont .badge p {
    font-size: 24px;
    line-height: 49px;
  }
  .lineup .slider-cont .text {
    margin-top: 17px;
    padding: 0 10px;
  }
  .lineup .slider-cont .price {
    margin-top: 3px;
  }
  .lineup .slider-cont .price p {
    font-size: 24px;
  }
  .lineup a.button-cart {
    padding: 19px;
    border-radius: 33px;
    margin: 8px auto 0;
    font-size: 24px;
  }
}
/* present
--------------------------------------------------- */
.present {
  background: #D1ECF1;
  padding: 18.462vw 0;
}
.present h2 span {
  line-height: 1;
}
.present h2 + p {
  font-weight: 700;
}
.present h2 + p span {
  position: relative;
  color: #EA4B42;
  z-index: 1;
}
.present h2 + p span::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1.026vw;
  position: absolute;
  bottom: 1.538vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .present {
    padding: 72px 0;
  }
  .present h2 + p span::after {
    height: 4px;
    bottom: 6px;
  }
}
/* footer
--------------------------------------------------- */
.footer {
  background: #FBF2DB;
  height: 147.692vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .image {
  width: 59.487vw;
}
@media screen and (min-width: 769px) {
  .footer {
    height: 576px;
  }
  .footer .image {
    width: 232px;
  }
}
