@charset "UTF-8";
/* =================================================
  utility
================================================= */
#header_calbeeroot {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #header_calbeeroot {
    padding-left: 0;
  }
}

#footer_calbeeroot {
  position: relative;
}

#lp-kisetsu {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  color: #1b1719;
  line-height: 1.75;
  padding-top: 62px;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu {
    padding-top: 15vw;
  }
}
#lp-kisetsu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
#lp-kisetsu a {
  text-decoration: none;
  color: inherit;
}
#lp-kisetsu a:hover {
  text-decoration: none;
  color: inherit;
}
#lp-kisetsu a img {
  transition: opacity 0.4s ease-in-out;
}
#lp-kisetsu img {
  max-width: 100%;
  vertical-align: bottom;
}
#lp-kisetsu h1, #lp-kisetsu h2, #lp-kisetsu h3, #lp-kisetsu h4, #lp-kisetsu h5, #lp-kisetsu h6 {
  margin: 0;
  padding: 0;
  transform: rotate(0);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  color: #1b1719;
  line-height: 1.75;
}
#lp-kisetsu h1 a, #lp-kisetsu h2 a, #lp-kisetsu h3 a, #lp-kisetsu h4 a, #lp-kisetsu h5 a, #lp-kisetsu h6 a {
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  position: static;
}
#lp-kisetsu h1 a:before, #lp-kisetsu h1 a:after, #lp-kisetsu h2 a:before, #lp-kisetsu h2 a:after, #lp-kisetsu h3 a:before, #lp-kisetsu h3 a:after, #lp-kisetsu h4 a:before, #lp-kisetsu h4 a:after, #lp-kisetsu h5 a:before, #lp-kisetsu h5 a:after, #lp-kisetsu h6 a:before, #lp-kisetsu h6 a:after {
  content: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: static;
}
#lp-kisetsu .u-fadeInUp {
  opacity: 0;
  transform: translateY(2rem);
  filter: blur(1rem);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, filter 0.8s ease-in-out;
}
#lp-kisetsu .u-fadeInUp.in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
#lp-kisetsu .u-inner {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .u-inner {
    padding: 0 6%;
  }
}
#lp-kisetsu .u-pc, #lp-kisetsu .u-md, #lp-kisetsu .u-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  #lp-kisetsu .u-pc {
    display: inherit;
  }
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .u-md {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .u-sp {
    display: inherit;
  }
}
#lp-kisetsu .u-bold {
  font-weight: bold;
}
#lp-kisetsu .u-tar {
  text-align: right;
}
#lp-kisetsu .u-ti1 {
  text-indent: -1em;
  padding-left: 1em;
}
#lp-kisetsu .u-hide {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#lp-kisetsu .u-external {
  position: relative;
}
#lp-kisetsu .u-external:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-image: url(../img/ico_link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#lp-kisetsu .u-ttl {
  font-size: 24px;
  font-weight: 600;
  color: #917123;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .u-ttl {
    font-size: 20px;
  }
}
#lp-kisetsu .u-ttl:after {
  content: "";
  display: block;
  width: 162px;
  height: 23px;
  margin: 5px auto 0;
  background-image: url(../img/ico_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#lp-kisetsu .h-caution {
  position: fixed;
  top: 0;
  right: 20px;
  height: 62px;
  font-size: 14px;
  line-height: 1.25;
  text-align: right;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .h-caution {
    right: 0.8rem;
    height: 15vw;
    font-size: 3vw;
  }
}
#lp-kisetsu .sec__mv {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv {
    padding: 5vw 0 0;
  }
}
#lp-kisetsu .sec__mv-ttl {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-shadow: 3px 3px 7px rgba(27, 23, 25, 0.5), -3px -3px 7px rgba(27, 23, 25, 0.5), 3px -3px 7px rgba(27, 23, 25, 0.5), -3px 3px 7px rgba(27, 23, 25, 0.5);
  padding: 0.8em 0 0.65em;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: translateY(2rem);
  filter: blur(1rem);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, filter 0.8s ease-in-out;
}
#lp-kisetsu .sec__mv-ttl.in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__mv-ttl {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-ttl {
    font-size: 8.5vw;
  }
}
#lp-kisetsu .sec__mv-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1240px;
  height: 420px;
  transform: translateX(-50%);
  background-image: url(../img/mv_bg_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__mv-ttl::before {
    width: 930px;
    height: 315px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-ttl::before {
    width: 465px;
    height: 157px;
  }
}
#lp-kisetsu .sec__mv-ttl .-shadow {
  display: block;
  position: relative;
}
#lp-kisetsu .sec__mv-ttl .-shadow::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #eacd74 30%, #df933d 50%, #eacd74 75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
#lp-kisetsu .sec__mv-ttl .-sm {
  display: block;
  font-size: 70%;
  color: #fff;
  background: none;
}
#lp-kisetsu .sec__mv-list {
  display: flex;
  align-items: flex-end;
  gap: 42px; /* 商品6つのとき */
  opacity: 0;
  transform: translateY(2rem);
  filter: blur(1rem);
  transition: opacity 0.8s 0.2s ease-in-out, transform 0.8s 0.2s ease-in-out, filter 0.8s 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__mv-list {
    gap: 21px; /* 商品6つのとき */
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-list {
    gap: 6px; /* 商品6つのとき */
  }
}
#lp-kisetsu .sec__mv-list.in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
#lp-kisetsu .sec__mv-list li img {
  filter: drop-shadow(0 10px 12px #1b1719);
}
#lp-kisetsu .sec__mv-nav {
  display: flex;
  margin-top: 45px;
  background-color: #1b1719;
  opacity: 0;
  transform: translateY(2rem);
  filter: blur(1rem);
  transition: opacity 0.8s 0.4s ease-in-out, transform 0.8s 0.4s ease-in-out, filter 0.8s 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-nav {
    margin-top: 20px;
  }
}
#lp-kisetsu .sec__mv-nav.in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
#lp-kisetsu .sec__mv-nav > li {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#lp-kisetsu .sec__mv-nav > li:nth-child(n+2) {
  position: relative;
}
#lp-kisetsu .sec__mv-nav > li:nth-child(n+2):after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #fff;
}
#lp-kisetsu .sec__mv-nav > li::before {
  content: "現在発売中";
  position: absolute;
  top: -1em;
  left: 50%;
  width: 10em;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #c1272d;
  line-height: 1;
  text-align: center;
  padding: 0.5em;
  background: linear-gradient(to right, #c09f51, #f4eccb, #c09f51);
  border-radius: 99px;
  display: none;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__mv-nav > li::before {
    width: 8em;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-nav > li::before {
    width: 6em;
    font-size: 2.4vw;
  }
}
#lp-kisetsu .sec__mv-nav > li > a,
#lp-kisetsu .sec__mv-nav > li > button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  padding: 1em;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__mv-nav > li > a,
  #lp-kisetsu .sec__mv-nav > li > button {
    font-size: 19px;
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-nav > li > a,
  #lp-kisetsu .sec__mv-nav > li > button {
    font-size: 3vw;
  }
}
#lp-kisetsu .sec__mv-nav > li > a .-sm,
#lp-kisetsu .sec__mv-nav > li > button .-sm {
  font-size: 80%;
}
#lp-kisetsu .sec__mv-nav > li > a:hover, #lp-kisetsu .sec__mv-nav > li > a:focus-visible {
  background-color: #917123;
}
#lp-kisetsu .sec__mv-nav > li > button {
  width: 100%;
  font-family: inherit;
  background: none;
  border: none;
  box-shadow: none;
  cursor: default;
  position: relative;
  z-index: 0;
}
#lp-kisetsu .sec__mv-nav > li > button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#lp-kisetsu .sec__mv-nav > li > button:after {
  content: "";
  position: absolute;
  bottom: 0.75em;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-nav > li > button:after {
    border-width: 3px 3px 0;
  }
}
#lp-kisetsu .sec__mv-nav > li.-spring:hover, #lp-kisetsu .sec__mv-nav > li.-spring.-active {
  background-color: rgba(196, 32, 117, 0.5);
}
#lp-kisetsu .sec__mv-nav > li.-spring > button::before {
  background-image: url(../img/nav_spring.png);
}
#lp-kisetsu .sec__mv-nav > li.-spring .sec__mv-nav-child {
  background-color: #c42075;
}
#lp-kisetsu .sec__mv-nav > li.-summer:hover, #lp-kisetsu .sec__mv-nav > li.-summer.-active {
  background-color: rgba(22, 31, 81, 0.5);
}
#lp-kisetsu .sec__mv-nav > li.-summer > button::before {
  background-image: url(../img/nav_summer.png);
}
#lp-kisetsu .sec__mv-nav > li.-summer .sec__mv-nav-child {
  background-color: #161f51;
}
#lp-kisetsu .sec__mv-nav > li.-autumn:hover, #lp-kisetsu .sec__mv-nav > li.-autumn.-active {
  background-color: rgba(142, 8, 0, 0.5);
}
#lp-kisetsu .sec__mv-nav > li.-autumn > button::before {
  background-image: url(../img/nav_autumn.png);
}
#lp-kisetsu .sec__mv-nav > li.-autumn .sec__mv-nav-child {
  background-color: #8e0800;
}
#lp-kisetsu .sec__mv-nav > li.-winter:hover, #lp-kisetsu .sec__mv-nav > li.-winter.-active {
  background-color: rgba(60, 0, 54, 0.5);
}
#lp-kisetsu .sec__mv-nav > li.-winter > button::before {
  background-image: url(../img/nav_winter.png);
}
#lp-kisetsu .sec__mv-nav > li.-winter .sec__mv-nav-child {
  background-color: #3c0036;
}
#lp-kisetsu .sec__mv-nav > li.-active > button::before {
  opacity: 1;
}
#lp-kisetsu .sec__mv-nav > li.-active .sec__mv-nav-child {
  opacity: 1;
  visibility: visible;
}
#lp-kisetsu .sec__mv-nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}
#lp-kisetsu .sec__mv-nav-child > li.-item {
  display: none;
}
#lp-kisetsu .sec__mv-nav-child > li > a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__mv-nav-child > li > a {
    font-size: 2.6vw;
    padding: 1em 0.5em;
  }
}
#lp-kisetsu .sec__mv-nav-child > li > a:hover, #lp-kisetsu .sec__mv-nav-child > li > a:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
}
#lp-kisetsu .sec__about {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about {
    padding: 40px 0;
  }
}
#lp-kisetsu .sec__about-wrap {
  max-width: 926px;
  margin: 0 auto;
  position: relative;
}
#lp-kisetsu .sec__about-wrap::before, #lp-kisetsu .sec__about-wrap::after {
  content: "";
  position: absolute;
  left: 80px;
  width: calc(100% - 160px);
  height: 2px;
  background: linear-gradient(to right, #b99544, #e2bc5f, #b99544);
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-wrap::before, #lp-kisetsu .sec__about-wrap::after {
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
  }
}
#lp-kisetsu .sec__about-wrap::before {
  top: 7px;
}
#lp-kisetsu .sec__about-wrap::after {
  bottom: 7px;
}
#lp-kisetsu .sec__about-badge {
  position: relative;
  height: 46px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-badge {
    height: 23px;
  }
}
#lp-kisetsu .sec__about-badge::before, #lp-kisetsu .sec__about-badge::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 100%;
  background-image: url(../img/ico_badge.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-badge::before, #lp-kisetsu .sec__about-badge::after {
    width: 39px;
  }
}
#lp-kisetsu .sec__about-badge::before {
  left: -7px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-badge::before {
    left: -3.5px;
  }
}
#lp-kisetsu .sec__about-badge::after {
  right: -7px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-badge::after {
    right: -3.5px;
  }
}
#lp-kisetsu .sec__about-badge.-top::before, #lp-kisetsu .sec__about-badge.-top::after {
  top: 0;
}
#lp-kisetsu .sec__about-badge.-top::after {
  transform: rotateY(180deg);
}
#lp-kisetsu .sec__about-badge.-bottom::before, #lp-kisetsu .sec__about-badge.-bottom::after {
  bottom: 0;
}
#lp-kisetsu .sec__about-badge.-bottom::before {
  transform: rotateX(180deg);
}
#lp-kisetsu .sec__about-badge.-bottom::after {
  transform: rotateX(180deg) rotateY(180deg);
}
#lp-kisetsu .sec__about-body {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
#lp-kisetsu .sec__about-body::before, #lp-kisetsu .sec__about-body::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #b99544, #e2bc5f, #b99544);
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-body::before, #lp-kisetsu .sec__about-body::after {
    width: 1px;
  }
}
#lp-kisetsu .sec__about-body::before {
  left: 0;
}
#lp-kisetsu .sec__about-body::after {
  right: 0;
}
#lp-kisetsu .sec__about-ttl {
  font-size: 72px;
  font-weight: bold;
  color: #e2bc5f;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__about-ttl {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-ttl {
    font-size: 32px;
  }
}
#lp-kisetsu .sec__about-copy {
  font-size: 28px;
  font-weight: bold;
  color: #e2bc5f;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__about-copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-copy {
    font-size: 18px;
  }
}
#lp-kisetsu .sec__about-txt {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__about-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-txt {
    font-size: 15px;
    text-align: left;
  }
}
#lp-kisetsu .sec__about-txt p + p {
  margin-top: 1em;
}
#lp-kisetsu .sec__about-img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__about-img {
    margin-top: 20px;
  }
}
#lp-kisetsu .sec__product {
  display: flex;
  flex-direction: column;
}
#lp-kisetsu .sec__product-wrap {
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-wrap {
    padding: 0;
  }
}
#lp-kisetsu .sec__product-wrap#spring {
  background-color: rgba(196, 32, 117, 0.4);
}
#lp-kisetsu .sec__product-wrap#summer {
  background-color: rgba(22, 31, 81, 0.4);
}
#lp-kisetsu .sec__product-wrap#autumn {
  background-color: rgba(142, 8, 0, 0.4);
}
#lp-kisetsu .sec__product-wrap#winter {
  background-color: rgba(60, 0, 54, 0.4);
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-wrap .u-inner {
    padding: 0;
  }
}
#lp-kisetsu .sec__product-body {
  display: flex;
  gap: 30px;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-body {
    gap: 15px;
    padding: 0 15px;
    background: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-body {
    flex-direction: column;
    align-items: center;
  }
}
#lp-kisetsu .sec__product-logo {
  position: sticky;
  top: 62px;
  flex: 0 0 auto;
  max-width: 290px;
  height: 100%;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-logo {
    width: 20%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-logo {
    width: 100%;
    padding: 30px 0 0;
  }
}
#lp-kisetsu .sec__product-logo::before {
  content: "";
  width: 254px;
  height: 52px;
  margin: 0 auto;
  background-image: url(../img/ico_nos.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: none;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-logo::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-logo img {
    width: 145px;
  }
}
#lp-kisetsu .sec__product-main {
  flex: 1 1 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main {
    padding: 0 0 40px;
  }
}
#lp-kisetsu .sec__product-main-item {
  display: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item {
    margin-bottom: 40px;
  }
}
#lp-kisetsu .sec__product-main-item-list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item-list {
    flex-direction: column;
    gap: 40px;
  }
}
#lp-kisetsu .sec__product-main-item-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item-list > li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
    align-items: start;
    gap: 0 16px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item-list-img {
    grid-row: 1/4;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item-list-img img {
    width: 86px;
  }
}
#lp-kisetsu .sec__product-main-item-list-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  margin-top: 0.75em;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-item-list-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item-list-ttl {
    font-size: 15px;
    margin-top: 0;
  }
}
#lp-kisetsu .sec__product-main-item-list-ttl .-lg {
  font-size: 133.3333%;
}
#lp-kisetsu .sec__product-main-item-list-txt {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin: 0.75em 0;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-item-list-txt {
    font-size: 14px;
  }
}
#lp-kisetsu .sec__product-main-item-list-txt .-sm {
  font-size: 80%;
}
#lp-kisetsu .sec__product-main-item-list-txt p + p {
  margin-top: 1em;
}
#lp-kisetsu .sec__product-main-item-list-btn {
  margin-top: auto;
}
#lp-kisetsu .sec__product-main-item-list-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding: 0.5em 3em;
  background-color: #e2bc5f;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-item-list-btn a {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}
#lp-kisetsu .sec__product-main-item-list-btn a:hover, #lp-kisetsu .sec__product-main-item-list-btn a:focus-visible {
  background-color: #b99544;
}
#lp-kisetsu .sec__product-main-container {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-container {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#lp-kisetsu .sec__product-main-wrap {
  position: relative;
}
#lp-kisetsu .sec__product-main-wrap::before, #lp-kisetsu .sec__product-main-wrap::after {
  content: "";
  position: absolute;
  left: 80px;
  width: calc(100% - 160px);
  height: 2px;
  background: linear-gradient(to right, #b99544, #e2bc5f, #b99544);
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-wrap::before, #lp-kisetsu .sec__product-main-wrap::after {
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
  }
}
#lp-kisetsu .sec__product-main-wrap::before {
  top: 7px;
}
#lp-kisetsu .sec__product-main-wrap::after {
  bottom: 7px;
}
#lp-kisetsu .sec__product-main-badge {
  position: relative;
  height: 46px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-badge {
    height: 23px;
  }
}
#lp-kisetsu .sec__product-main-badge::before, #lp-kisetsu .sec__product-main-badge::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 100%;
  background-image: url(../img/ico_badge.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-badge::before, #lp-kisetsu .sec__product-main-badge::after {
    width: 39px;
  }
}
#lp-kisetsu .sec__product-main-badge::before {
  left: -7px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-badge::before {
    left: -3.5px;
  }
}
#lp-kisetsu .sec__product-main-badge::after {
  right: -7px;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-badge::after {
    right: -3.5px;
  }
}
#lp-kisetsu .sec__product-main-badge.-top::before, #lp-kisetsu .sec__product-main-badge.-top::after {
  top: 0;
}
#lp-kisetsu .sec__product-main-badge.-top::after {
  transform: rotateY(180deg);
}
#lp-kisetsu .sec__product-main-badge.-bottom::before, #lp-kisetsu .sec__product-main-badge.-bottom::after {
  bottom: 0;
}
#lp-kisetsu .sec__product-main-badge.-bottom::before {
  transform: rotateX(180deg);
}
#lp-kisetsu .sec__product-main-badge.-bottom::after {
  transform: rotateX(180deg) rotateY(180deg);
}
#lp-kisetsu .sec__product-main-body {
  text-align: center;
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-body {
    padding: 0 15px;
  }
}
#lp-kisetsu .sec__product-main-body::before, #lp-kisetsu .sec__product-main-body::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #b99544, #e2bc5f, #b99544);
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-body::before, #lp-kisetsu .sec__product-main-body::after {
    width: 1px;
  }
}
#lp-kisetsu .sec__product-main-body::before {
  left: 0;
}
#lp-kisetsu .sec__product-main-body::after {
  right: 0;
}
#lp-kisetsu .sec__product-main-feature-list {
  display: flex;
  justify-content: space-between;
  gap: 112px;
  margin-top: -32px;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-feature-list {
    gap: 56px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-list {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }
}
#lp-kisetsu .sec__product-main-feature-list > li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-list > li {
    width: 100%;
  }
}
#lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2) {
  position: relative;
}
#lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::before, #lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -56px;
  width: 90px;
  height: 1px;
  background-color: #1b1719;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::before, #lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::after {
    left: -28px;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::before, #lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::after {
    content: none;
  }
}
#lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#lp-kisetsu .sec__product-main-feature-list > li:nth-child(n+2)::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-feature-list-num img {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-list-num img {
    width: 24px;
  }
}
#lp-kisetsu .sec__product-main-feature-list-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-feature-list-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-list-ttl {
    font-size: 18px;
  }
}
#lp-kisetsu .sec__product-main-feature-list-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__product-main-feature-list-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-list-txt {
    text-align: left;
  }
}
#lp-kisetsu .sec__product-main-feature-list-txt p + p {
  margin-top: 1em;
}
#lp-kisetsu .sec__product-main-feature-list-img {
  margin-top: 1em;
}
#lp-kisetsu .sec__product-main-feature-kuma {
  max-width: 490px;
  margin: 32px auto 0;
  padding: 16px 16px 16px 120px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-kuma {
    padding: 16px 16px 16px 60px;
  }
}
#lp-kisetsu .sec__product-main-feature-kuma::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  width: 64px;
  height: 105px;
  background-image: url(../img/product_autumn03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-feature-kuma::after {
    top: -15px;
    left: -5px;
  }
}
#lp-kisetsu .sec__product-main-feature-kuma-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #917123;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
#lp-kisetsu .sec__product-main-feature-kuma-txt {
  font-size: 12px;
  font-weight: 600;
  color: #917123;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#lp-kisetsu .sec__product-main-history {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #b99544;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__product-main-history-img img {
    width: 450px;
  }
}
#lp-kisetsu .sec__link {
  padding: 8rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__link {
    padding: 4rem 0;
  }
}
#lp-kisetsu .sec__link-list {
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  #lp-kisetsu .sec__link-list {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__link-list {
    flex-wrap: wrap;
  }
}
#lp-kisetsu .sec__link-list li {
  max-width: 352px;
}
#lp-kisetsu .sec__link-list li p {
  margin-top: 0.4em;
  font-size: 2rem;
  font-weight: bold;
  transition: color 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #lp-kisetsu .sec__link-list li p {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #lp-kisetsu .sec__link-list li a:hover img, #lp-kisetsu .sec__link-list li a:focus-visible img {
    opacity: 0.6;
  }
  #lp-kisetsu .sec__link-list li a:hover p, #lp-kisetsu .sec__link-list li a:focus-visible p {
    color: #917123;
  }
}
#lp-kisetsu.-spring .sec__mv-nav > li.-spring {
  background-color: rgba(196, 32, 117, 0.5);
}
#lp-kisetsu.-spring .sec__mv-nav > li.-spring::before {
  display: block;
}
#lp-kisetsu.-spring .sec__mv-nav > li.-spring > button::before {
  opacity: 1;
}
#lp-kisetsu.-spring .sec__mv-nav > li.-spring .sec__mv-nav-child > li.-item {
  display: block;
}
#lp-kisetsu.-spring .sec__product-wrap#spring {
  order: 1;
}
#lp-kisetsu.-spring .sec__product-wrap#spring .sec__product-logo::before {
  display: block;
}
#lp-kisetsu.-spring .sec__product-wrap#spring .sec__product-main-item {
  display: block;
}
#lp-kisetsu.-spring .sec__product-wrap#summer {
  order: 2;
}
#lp-kisetsu.-spring .sec__product-wrap#autumn {
  order: 3;
}
#lp-kisetsu.-spring .sec__product-wrap#winter {
  order: 4;
}
#lp-kisetsu.-summer .sec__mv-nav > li.-summer {
  background-color: rgba(22, 31, 81, 0.5);
}
#lp-kisetsu.-summer .sec__mv-nav > li.-summer::before {
  display: block;
}
#lp-kisetsu.-summer .sec__mv-nav > li.-summer > button::before {
  opacity: 1;
}
#lp-kisetsu.-summer .sec__mv-nav > li.-summer .sec__mv-nav-child > li.-item {
  display: block;
}
#lp-kisetsu.-summer .sec__product-wrap#spring {
  order: 4;
}
#lp-kisetsu.-summer .sec__product-wrap#summer {
  order: 1;
}
#lp-kisetsu.-summer .sec__product-wrap#summer .sec__product-logo::before {
  display: block;
}
#lp-kisetsu.-summer .sec__product-wrap#summer .sec__product-main-item {
  display: block;
}
#lp-kisetsu.-summer .sec__product-wrap#autumn {
  order: 2;
}
#lp-kisetsu.-summer .sec__product-wrap#winter {
  order: 3;
}
#lp-kisetsu.-autumn .sec__mv-nav > li.-autumn {
  background-color: rgba(142, 8, 0, 0.5);
}
#lp-kisetsu.-autumn .sec__mv-nav > li.-autumn::before {
  display: block;
}
#lp-kisetsu.-autumn .sec__mv-nav > li.-autumn > button::before {
  opacity: 1;
}
#lp-kisetsu.-autumn .sec__mv-nav > li.-autumn .sec__mv-nav-child > li.-item {
  display: block;
}
#lp-kisetsu.-autumn .sec__product-wrap#spring {
  order: 3;
}
#lp-kisetsu.-autumn .sec__product-wrap#summer {
  order: 4;
}
#lp-kisetsu.-autumn .sec__product-wrap#autumn {
  order: 1;
}
#lp-kisetsu.-autumn .sec__product-wrap#autumn .sec__product-logo::before {
  display: block;
}
#lp-kisetsu.-autumn .sec__product-wrap#autumn .sec__product-main-item {
  display: block;
}
#lp-kisetsu.-autumn .sec__product-wrap#winter {
  order: 2;
}
#lp-kisetsu.-winter .sec__mv-nav > li.-winter {
  background-color: rgba(60, 0, 54, 0.5);
}
#lp-kisetsu.-winter .sec__mv-nav > li.-winter::before {
  display: block;
}
#lp-kisetsu.-winter .sec__mv-nav > li.-winter > button::before {
  opacity: 1;
}
#lp-kisetsu.-winter .sec__mv-nav > li.-winter .sec__mv-nav-child > li.-item {
  display: block;
}
#lp-kisetsu.-winter .sec__product-wrap#spring {
  order: 2;
}
#lp-kisetsu.-winter .sec__product-wrap#summer {
  order: 3;
}
#lp-kisetsu.-winter .sec__product-wrap#autumn {
  order: 4;
}
#lp-kisetsu.-winter .sec__product-wrap#winter {
  order: 1;
}
#lp-kisetsu.-winter .sec__product-wrap#winter .sec__product-logo::before {
  display: block;
}
#lp-kisetsu.-winter .sec__product-wrap#winter .sec__product-main-item {
  display: block;
}/*# sourceMappingURL=styles.css.map */