@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

.ind01 {
  text-indent: -1em;
  padding-left: 1em;
}

.ind02 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent-clear {
  text-indent: inherit;
  padding-left: 1em;
}

.list-attention {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .list-attention {
    font-size: 18px;
  }
}

.mw1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.mw1240 {
  max-width: 1240px;
  margin: 0 auto;
}

.mw1410 {
  max-width: 1410px;
  margin: 0 auto;
}

.mw1636 {
  max-width: 1636px;
  margin: 0 auto;
}

.mw940 {
  max-width: 940px;
  margin: 0 auto;
}

.marker {
  background: linear-gradient(#000000 0%, #000000 100%);
  display: inline;
  padding: 0 0.3em 0.2em;
  color: #ffffff;
}

.marker_yellow {
  background: linear-gradient(#ffff00 0%, #ffff00 100%);
  display: inline;
  padding: 0 0.3em 0.2em;
  color: #000000;
}

.fixed-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  width: 100%;
}

.fixed-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.5em;
  color: #0068b7 !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  transition: opacity 0.3s;
}

.fixed-cta__link--shop {
  flex: 0 0 38.5%;
  background: #d4f0f0;
}

.fixed-cta__link--pass {
  flex: 1 1 auto;
  background: #00a4e2;
  color: #ffffff !important;
}

.fixed-cta__icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: auto;
}

.fixed-cta__link--pass .fixed-cta__icon {
  width: 30px;
}

.fixed-cta__link:hover,
.fixed-cta__link:focus {
  color: #0068b7;
}

.fixed-cta__link--pass:hover,
.fixed-cta__link--pass:focus {
  color: #ffffff;
}

@media screen and (min-width:768px) {
  .fixed-cta {
    width: 489px;
  }

  .fixed-cta__icon {
    width: 30px;
  }

  .fixed-cta__link {
    font-size: 16px;
    padding: 0.8em;
  }

  .fixed-cta__link--pass .fixed-cta__icon {
    width: 36px;
  }

  .fixed-cta__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width:374px) {
  .fixed-cta__link {
    gap: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .fixed-cta__icon {
    width: 20px;
  }

  .fixed-cta__link--pass .fixed-cta__icon {
    width: 24px;
  }
}


/*sec-contents*/
.sec-contents {
  position: relative;
  margin-top: -3%;
}

.sec-contents:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffff00;
  width: 100%;
  height: 100%;
  z-index: -3;
}

@media screen and (min-width:768px) {
  .sec-contents {
    margin-top: -4.1%;

  }
}

/*----------------------------------------
	cmn-header
-----------------------------------------*/

.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin-top: 1em;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.cmn-header__logoImg {
  width: auto;
  height: 60px;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.cmn-header__ttl-txt {
  display: none;
}

/*fixed*/
.cmn-header.fixed {
  margin-top: 0.5em;
}

.cmn-header.fixed .cmn-header__logoImg {
  height: 30px;
}


@media screen and (min-width:768px) {
  .cmn-header {
    margin-top: 0.5em;
  }

  .cmn-header__logoImg {
    height: 90px;
    padding-top: 0.7em;
  }

  .cmn-header__inner {
    max-width: 1755px;
    margin: 0 auto;
  }

  .cmn-header__ttl {
    text-align: center;
  }

  .cmn-header__ttl-txt {
    font-size: 14px;
    display: block;
  }

  .cmn-header__ttl a {
    transition: 0.3s;
  }

  .cmn-header__ttl a:hover {
    opacity: 0.6;
  }

  /*fixed*/
  .cmn-header.fixed {
    margin-top: 0.5em;
  }

  .cmn-header.fixed .cmn-header__logoImg {
    height: 50px;
    padding-top: 0;
  }

  .cmn-header.fixed .cmn-header__ttl-txt {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cmn-header__logoImg {
    height: 60px !important;
    padding-top: 0.4em;
  }

  .cmn-header__ttl-txt {
    font-size: 1vw;
  }
}


/*----------------------------------------
	gnav
-----------------------------------------*/

@media screen and (max-width: 992px) {
  #gnav {
    display: none;
  }

  #gnav.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }

  .gnav__inner {
    position: relative;
    height: 100%;
  }

  #gnav .cmn-gmenu-link__inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    -webkit-overflow-scrolling: auto;
  }

  #gnav .cmn-gmenu-link__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  .gnav__logo {
    width: 100%;
    margin-top: auto;
  }

  .gnav__logo a {
    display: inline-block;
  }

  .gnav__logo a img {
    height: 30px;
  }

  .gnav__logo a:hover {
    opacity: 0.6;
  }

  .gnav_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .gnav__box {
    padding: 3% 0 5%;
  }

  .gnav__box ul li a {
    position: relative;
  }

  .gnav__box ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    border-bottom: 1px dotted #444444;
    font-weight: bold;
    padding: 5% 0 5% 7%;
  }

  .gnav__box ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #014E39;
    border-right: solid 1px #014E39;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin-top: -0.2%;
  }

  #gnavBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 3000;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 1);
    cursor: pointer;
  }

  #gnavBtn.is-active {
    background: #000000;
  }

  #gnavBtn>div {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
  }

  #gnavBtn>div>div {
    position: relative;
    width: 24px;
    height: 24px;
  }

  #gnavBtn span {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    text-decoration: none;
    width: 24px;
    height: 1px;
    background-color: #ffffff;
  }

  #gnavBtn.is-active span {
    background-color: #ffffff;
  }

  #gnavBtn span:first-child {
    left: 0;
    width: 24px;
    transform: translateY(-6px);
  }

  #gnavBtn span:nth-child(2) {
    left: 0;
    width: 24px;
  }

  #gnavBtn span:nth-child(3) {
    left: 0;
    width: 24px;
    transform: translateY(6px);
  }

  #gnavBtn.is-close span:first-child {
    transform: translateY(-6px);
    animation-name: menuBarOut;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-close span:first-child,
  #gnavBtn.is-close span:nth-child(2) {
    left: 0;
    width: 24px;
    animation-duration: .5s;
    animation-delay: 0s
  }

  #gnavBtn.is-close span:nth-child(2) {
    animation-name: menuBar2Out;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-close span:nth-child(3) {
    transform: translateY(6px);
    animation-name: menuBar3Out;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-close span:nth-child(3),
  #gnavBtn.is-active span:first-child {
    left: 0;
    width: 24px;
    animation-duration: .5s;
    animation-delay: 0s
  }

  #gnavBtn.is-active span:first-child {
    transform: translateY(0) rotate(45deg);
    animation-name: menuBar;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-active span:nth-child(2) {
    left: 12px;
    width: 0;
    animation-duration: .5s;
    animation-delay: 0s;
    animation-name: menuBar2;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-active span:nth-child(3) {
    left: 0;
    width: 24px;
    transform: translateY(0) rotate(-45deg);
    animation-duration: .5s;
    animation-delay: 0s;
    animation-name: menuBar3;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  .cmn-header__gnav {
    padding: 4em 0;
  }

  .cmn-header__gnav li a {
    position: relative;
    font-weight: bold;
    padding: 1em 2em 1em 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .cmn-header__gnav>ul>li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 1.4em;
  }

  .cmn-header__gnav li {
    border-top: 1px dotted #ccc;
  }

  .cmn-header__gnav li {
    transform: translateY(-10px);
    opacity: 0;
    transition: 1.2s cubic-bezier(.215, .61, .355, 1);
  }

  #gnav.is-active .cmn-header__gnav li {
    transform: translateY(0);
    opacity: 1;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(1) {
    transition-delay: 0.3s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(2) {
    transition-delay: 0.4s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(3) {
    transition-delay: 0.5s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(4) {
    transition-delay: 0.6s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(5) {
    transition-delay: 0.7s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(6) {
    transition-delay: 0.8s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(7) {
    transition-delay: 0.9s;
  }

  #gnav.is-active .cmn-header__gnav li:nth-of-type(8) {
    transition-delay: 1s;
  }

  .l-drawer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1
  }

  .l-drawer__bg span {
    overflow: hidden;
    position: relative;
    display: block;
    width: 25%;
    height: 100%;
  }

  #gnav.is-active .l-drawer__bg span::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .6s cubic-bezier(.5, 0, 0, 1), -webkit-transform .6s cubic-bezier(.5, 0, 0, 1);
    transition: opacity .6s cubic-bezier(.5, 0, 0, 1), -webkit-transform .6s cubic-bezier(.5, 0, 0, 1);
    transition: transform .6s cubic-bezier(.5, 0, 0, 1), opacity .6s cubic-bezier(.5, 0, 0, 1);
    transition: transform .6s cubic-bezier(.5, 0, 0, 1), opacity .6s cubic-bezier(.5, 0, 0, 1), -webkit-transform .6s cubic-bezier(.5, 0, 0, 1);
  }

  .l-drawer__bg span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .6s cubic-bezier(.5, 0, 0, 1), -webkit-transform 0s cubic-bezier(.5, 0, 0, 1) .5s;
    transition: opacity .6s cubic-bezier(.5, 0, 0, 1), -webkit-transform 0s cubic-bezier(.5, 0, 0, 1) .5s;
    transition: transform 0s cubic-bezier(.5, 0, 0, 1) .5s, opacity .6s cubic-bezier(.5, 0, 0, 1);
    transition: transform 0s cubic-bezier(.5, 0, 0, 1) .5s, opacity .6s cubic-bezier(.5, 0, 0, 1), -webkit-transform 0s cubic-bezier(.5, 0, 0, 1) .5s;
  }


}

@media screen and (min-width: 993px) {
  .cmn-gmenu-link-col-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: auto;
    margin-right: 4.5em;
  }

  .cmn-gmenu-link-col-wrapper a {
    transition: 0.3s;
  }

  .cmn-gmenu-link-col-wrapper a:hover {
    opacity: 0.6;
  }

  .cmn-header__gnav {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    padding: 1em 2em 1em 1.6em;
    transition: 0.3s;
  }

  /*fixed*/
  .cmn-header.fixed .cmn-header__gnav {
    padding: 0.5em 0.5em 0.5em 1em;
  }

  .cmn-header.fixed .contact-btn {
    width: 100px;
    height: 100px;
  }

  .cmn-header__gnav>ul>li {
    position: relative;
  }

  .cmn-header__gnav>ul>li:nth-of-type(n+2) {
    position: relative;
    margin-left: 1.6em;
  }

  .cmn-header__gnav>ul>li:nth-of-type(n+2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 1px;
    height: 120%;
    background-image: linear-gradient(to bottom, #000, #000 3px, transparent 3px, transparent 6px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    z-index: 1;
    margin-left: -0.8em;
  }

  .cmn-header__gnav>ul>li>a,
  .cmn-header__gnav>ul>li>span a {
    font-size: 1.1vw;
    font-weight: 500;
    padding-bottom: 1.1em;
  }

  .cmn-header__gnav>ul>li>a:after,
  .cmn-header__gnav>ul>li>span>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(#000000, #000000) 100% 100% / 0 2px no-repeat;
    transition: opacity 0.3s ease, background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0;
  }

  .cmn-header__gnav>ul>li:nth-of-type(1)>span>a:after,
  .cmn-header__gnav>ul>li>a:hover:after {
    opacity: 1;
    background-position: 0 100%;
    background-size: 100% 2px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .cmn-header__gnav {
    padding: 0.8em 1.8em;
  }

  .cmn-header__gnav>ul>li>a,
  .cmn-header__gnav>ul>li>span a {
    font-size: 1.2vw;
  }

  .cmn-header__gnav>ul>li:nth-of-type(n+2) {
    margin-left: 1.5em;
  }

  .cmn-gmenu-link-col-wrapper {
    margin-right: 3em;
  }

  /*fixed*/
  .cmn-header.fixed .contact-btn {
    width: 80px;
    height: 80px;
  }
}

/*----------------------------------------
	kv
-----------------------------------------*/

:root {
  --top-font-family: "Noto Sans JP", sans-serif;
  --top-color-text: #2b2b1f;
  --top-color-green: #BCD320;
  --top-color-lime: #e8efc5;
  --top-color-cream: #fff2c8;
  --top-color-pink: #fdeff5;
  --top-color-lavender: #eee4f4;
  --top-color-yellow: #FCD005;
  --top-color-orange: #f39800;
  --top-color-blue: #00a0e9;
  --top-color-magenta: #e85298;
  --top-radius-card: 6px;
  --top-shadow-soft: 0 12px 22px rgba(88, 72, 37, 0.08);
}

body {
  color: var(--top-color-text);
  font-family: var(--top-font-family);
}

.wrapper {
  overflow: hidden;
}

.top-inner {
  margin: 0 auto;
}

.top-label {
  display: grid;
  place-items: center;
  width: 100px;
  height: 60px;
  margin: 0 auto 24px;
  background: center / contain no-repeat;
  color: #304000;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.top-label--green {
  background-image: url("../../images/top/ttl_bg01.png");
}

.top-label--yellow {
  background-image: url("../../images/top/ttl_bg02.png");
}

.top-label--pink {
  background-image: url("../../images/top/ttl_bg03.png");
}

.kv {
  position: relative;
  z-index: 0;
  height: 100vw;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.kv.on {
  opacity: 1;
}

.kv__img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100vw;
  margin-left: 0;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  transform-origin: center top;
  will-change: transform;
}

.kv__mosaic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vw;
  overflow: hidden;
  pointer-events: none;
}

.kv__mosaic-tile {
  position: absolute;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
  transform: scale(1.02);
  transform-origin: center center;
  animation: kvMosaicReveal 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--kv-mosaic-delay, 0) * 1ms);
  animation-play-state: paused;
  will-change: opacity, transform;
}

.kv.on .kv__mosaic-tile {
  animation-play-state: running;
}

@keyframes kvMosaicReveal {
  0% {
    opacity: 1;
    transform: scale(1.02);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.sec-top-contents,
.sec-lv2-contents {
  position: relative;
  z-index: 1;
  padding-top: 8%;
}

.sec-top-contents__nav {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 92px));
  gap: 14px;
  justify-content: center;
  width: calc(100% - 26px);
  transform: translateX(-50%);
}

.sec-top-contents__nav-item {
  position: relative;
  display: grid;
  place-items: center;
  width: 100px;
  height: 68px;
  padding: 8px 6px 16px;
  border: 3px solid #fff;
  color: #17170f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.sec-top-contents__nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  border-right: 1px solid #17170f;
  border-bottom: 1px solid #17170f;
  transform: rotate(45deg);
}

.sec-top-contents__nav-item--ticket {
  background: var(--top-color-green);
}

.sec-top-contents__nav-item--program {
  background: var(--top-color-yellow);
}

.sec-top-contents__nav-item--special {
  background: #ed7dac;
}

.top-section-pattern {
  display: block;
  width: 100%;
  //height: clamp(52px, 10.4vw, 142px);
  object-fit: cover;
  object-position: center;
}

.cmn-footer__pattern {
  display: block;
  width: 100%;
  height: clamp(52px, 10.4vw, 142px);
  max-height: 142px;
  background-image: url("../../images/top/bg_section.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}

.top-section-pattern--bottom {
  margin-top: 0;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: clamp(52px, 10.4vw, 142px);
  max-height: 142px;
  line-height: 0;
}

.top-section-pattern__slide {
  display: block;
  flex: 0 0 100%;
  height: 100%;
  background-image: url("../../images/top/bg_section.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  will-change: transform;
}

.top-section-pattern__slide img {
  display: none;
}



.sec-top-intro {
  --sec-top-intro-bg: #e8efc5;
  --sec-top-intro-radius: 110px;
  --sec-top-intro-bottom-space: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0;
  background: #fff;
  text-align: center;
}

.sec-top-intro::after {
  content: none;
}

.sec-top-intro__section {
  width: 118vw;
  margin-left: -9vw;
  padding: 56px 24px var(--sec-top-intro-bottom-space);
  background: var(--sec-top-intro-bg);
  border-radius: 0 0 50% 50% / 0 0 var(--sec-top-intro-radius) var(--sec-top-intro-radius);
  overflow: hidden;
  transform: translateZ(0);
}

.sec-top-intro__inner {
  position: relative;
  z-index: 1;
}

.sec-top-intro__title {
  margin: 0 0 32px;
  font-size: clamp(20px, 2.35vw, 39px);
  font-weight: 900;
  letter-spacing: 0;
}

.sec-top-intro__text {
  line-height: 2.2;
}

.sec-top-news {
  padding: 10% 0 20%;
  background: #fff;
}

.sec-top-news__inner {
  display: block;
}

.sec-top-news__title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.sec-top-news__list {
  border-top: 1px solid #dfdfd4;
}

.sec-top-news__item {
  border-bottom: 1px solid #dfdfd4;
}

.sec-top-news__item-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 14px 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.sec-top-news__item-link:hover,
.sec-top-news__item-link:focus {
  opacity: 0.65;
}

.sec-top-news__date {
  color: #9d9d92;
  font-size: 14px;
  font-weight: 700;
}

.sec-top-news__link {
  color: var(--top-color-text);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.sec-top-news__more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  margin-top: 24px;
  margin-left: auto;
  color: var(--top-color-text);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.sec-top-news__more::before {
  content: "";
  position: relative;
  display: inline-flex;
  flex: 0 0 34px;
  order: 2;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.sec-top-news__more::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}

.sec-top-news__more:hover::before {
  background: #000;
  transform: scale(1.22);
}

.sec-top-news__more:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.sec-top-price {
  --sec-top-price-bg: #e8efc5;
  --sec-top-price-before-y: 0px;
  --sec-top-price-before-scale: 1;
  --sec-top-price-label-y: 0px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2em 0 15%;
  margin-top: 5%;
  overflow: visible;
}

.sec-top-price::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1em;
  left: 0;
  width: 100%;
  height: 5em;
  background-color: #fff;
  background-image: url("../../images/top/bg_price.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(var(--sec-top-price-before-y)) scale(var(--sec-top-price-before-scale));
  transform-origin: center bottom;
}

.sec-top-price::after {
  content: "";
  position: absolute;
  background: var(--sec-top-price-bg);
  width: 100%;
  height: calc(5em + 10px);
  top: calc(1em - 10px);
  left: 0;
  z-index: -1;
}

.sec-top-price__content {
  position: relative;
  background: var(--sec-top-price-bg);
  box-shadow: 0 -2px 0 var(--sec-top-price-bg);
  transform: translateY(var(--sec-top-price-before-y));
  padding-top: 1px;
}

.sec-top-price .top-label--green {
  transform: translateY(var(--sec-top-price-label-y));
}

.sec-program .top-label--yellow {
  transform: translateY(var(--sec-program-label-y));
}

.sec-top-special .top-label--pink {
  transform: translateY(var(--sec-top-special-label-y));
}

.sec-top-price__inner,
.sec-program__inner,
.sec-top-special__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 8%;
}

.sec-top-price .top-label,
.sec-program .top-label,
.sec-top-special .top-label {
  position: absolute;
  width: 104px;
  height: 62px;
  margin: -4em 0 0 0;
  font-size: 14px;
}

.sec-top-anchor {
  position: absolute;
  top: calc(-1em - 100px);
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.sec-top-price__title,
.sec-program__title,
.sec-top-special__title,
.sec-instagram__title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: center;
  padding-top: 5%;
}

.sec-top-price__title {
  line-height: 1.35;
  padding-bottom: 1em;
}

.sec-top-price__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.sec-top-price__card {
  position: relative;
  padding-bottom: 1em;
  background: url("../../images/top/bg_price01.svg") top left / 100% 100% no-repeat;
}

.sec-top-price__card:nth-child(2) {
  margin-top: 1em;
  background-image: url("../../images/top/bg_price02.svg");
}

.sec-top-price__card-head {
  display: grid;
  place-items: center;
  padding: 0.7em 0.1em 1.5em;
  line-height: 1.4;
}

.sec-top-price__card-title {
  position: relative;
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  width: 90%;
}

.sec-top-price__card-title span {
  display: block;
  position: absolute;
  right: 50%;
  bottom: -1.25em;
  transform: translateX(50%);
  width: 100%;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
}

.sec-top-price__card-copy,
.sec-top-price__note,
.note-list {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.sec-top-price__card-copy {
  line-height: 1.4;
}

.sec-top-price__fees {
  margin: 12px 0 0;
}

.sec-top-price__fee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  margin-top: 10px;
}

.sec-top-price__fee dt {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-weight: normal;
}

.sec-top-price__fee dd {
  display: contents;
  margin: 0;
  color: #000;
  font-size: 12px;
  ;
  line-height: 1.25;
  text-align: left;
}

.sec-top-price__fee span:nth-of-type(1) {
  color: var(--top-color-green);
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.sec-top-price__fee span:nth-of-type(2) {
  display: block;
  flex: 0 0 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.sec-top-price__fee span:nth-of-type(3) {
  font-size: 12px;
}

.note-list {
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
}

.sec-top-price__ex {
  position: relative;
  margin: 28px auto 0;
  padding: 76px 20px 26px;
  background: #fcecea;
  border-radius: 14px;
  text-align: left;
}

.sec-top-price__ex-label {
  position: absolute;
  top: 26px;
  left: -8px;
  min-width: 188px;
  margin: 0;
  padding: 8px 28px 8px 20px;
  background: #ff5f4b;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.sec-top-price__ex-label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 8px;
  height: 9px;
  background: #d84636;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.sec-top-price__ex-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 20px;
  height: 100%;
  background: #fcecea;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.sec-top-price__ex-title {
  margin: 0 0 18px;
  color: #ff5f4b;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
}

.sec-top-price__ex-text {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.sec-top-price__ex .sec-top-special__btn {
  width: 100%;
}

.sec-program {
  --sec-program-bg: var(--top-color-cream);
  --sec-program-before-y: 0px;
  --sec-program-before-scale: 1;
  --sec-program-label-y: 0px;
  position: relative;
  z-index: 1;
  padding: 2em 0 15%;
  margin-top: 5%;
  text-align: center;
  overflow: visible;
}

.sec-program::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1em;
  left: 0;
  width: 100%;
  height: 5em;
  background-color: #fff;
  background-image: url("../../images/top/bg_program.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(var(--sec-program-before-y)) scale(var(--sec-program-before-scale));
  transform-origin: center bottom;
}

.sec-program::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(1em - 10px);
  left: 0;
  width: 100%;
  height: calc(5em + 10px);
  background: var(--sec-program-bg);
}

.sec-program__content {
  position: relative;
  background: var(--sec-program-bg);
  box-shadow: 0 -2px 0 var(--sec-program-bg);
  transform: translateY(var(--sec-program-before-y));
  padding-top: 1px;
}

.sec-program__inner {
  padding-bottom: 10%;
}

.sec-program__list {
  display: grid;
  gap: 46px;
  margin-top: 6%;
}

.sec-program__item {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  text-align: left;
}

.sec-program__item+.sec-program__item {
  padding-top: 36px;
}

.sec-program__item+.sec-program__item::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%201000%2030%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20preserveAspectRatio%3D%27none%27%3E%3Cpath%20d%3D%27M2%2016%20C62%2010%20119%2022%20181%2015%20C253%207%20315%2017%20384%2013%20C461%209%20517%2019%20589%2015%20C664%2011%20734%2020%20810%2014%20C875%209%20935%2018%20998%2012%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-width%3D%278%27%20stroke-linecap%3D%27round%27/%3E%3Cpath%20d%3D%27M4%2019%20C83%2013%20135%2018%20209%2017%20C286%2016%20341%2010%20421%2016%20C496%2022%20562%2012%20635%2018%20C715%2024%20775%2011%20845%2017%20C904%2022%20947%2014%20996%2017%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20opacity%3D%270.9%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.sec-program__item--reverse {
  grid-template-columns: 1fr;
}

.sec-program__item--reverse .sec-program__body {
  order: initial;
}

.sec-program__item--reverse .sec-program__pic {
  order: -1;
}

.sec-program__pic {
  order: -1;
  width: 100%;
  border-radius: 4px;
  box-shadow: var(--top-shadow-soft);
  transform-origin: center center;
  will-change: transform;
}

.sec-program__item .sec-program__pic {
  -webkit-mask-image: url("../../images/top/pic_program_mask02.png");
  mask-image: url("../../images/top/pic_program_mask02.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.sec-program__item--reverse .sec-program__pic {
  -webkit-mask-image: url("../../images/top/pic_program_mask01.png");
  mask-image: url("../../images/top/pic_program_mask01.png");
}

.sec-program__tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 18px;
  background: var(--top-color-yellow);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}

.sec-program__item-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.sec-program__text {
  margin: 0;
}

.sec-program__ex {
  margin-top: 34px;
  text-align: center;
}

.sec-program__ex-text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.sec-program__ex-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 460px;
  margin: 12px auto 0;
}

.sec-program__ex .sec-top-special__btn {
  margin-top: 0;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  font-size: 15px;
}

.sec-top-special {
  --sec-top-special-bg: var(--top-color-pink);
  --sec-top-special-before-y: 0px;
  --sec-top-special-before-scale: 1;
  --sec-top-special-label-y: 0px;
  position: relative;
  z-index: 1;
  padding: 2em 0 15%;
  margin-top: 5%;
  text-align: center;
  overflow: visible;
}

.sec-top-special::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1em;
  left: 0;
  width: 100%;
  height: 5em;
  background-color: #fff;
  background-image: url("../../images/top/bg_special.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(var(--sec-top-special-before-y)) scale(var(--sec-top-special-before-scale));
  transform-origin: center bottom;
}

.sec-top-special::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(1em - 10px);
  left: 0;
  width: 100%;
  height: calc(5em + 10px);
  background: var(--sec-top-special-bg);
}

.sec-top-special__content {
  position: relative;
  background: var(--sec-top-special-bg);
  box-shadow: 0 -2px 0 var(--sec-top-special-bg);
  transform: translateY(var(--sec-top-special-before-y));
  padding-top: 1px;
}

.sec-top-special__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 6%;
}

.sec-top-special__cards.slick-initialized {
  display: block;
  margin-bottom: 64px;
}

.sec-top-special__cards .slick-list {
  margin: 0 -8px;
}

.sec-top-special__cards .slick-track {
  display: flex;
}

.sec-top-special__cards .slick-slide {
  height: auto;
  margin: 0 8px;
}

.sec-top-special__card {
  overflow: hidden;
  background: #fff;
  text-align: left;
}

.sec-top-special__pic {
  width: 100%;
}

.sec-top-special__body {
  padding: 20px 18px 22px;
}

.sec-top-special__card-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.sec-top-special__text {
  font-size: 16px;
}

.sec-top-special__btn {
  display: block;
  position: relative;
  margin-top: 18px;
  padding: 0.5em 0.5em 0.5em 0.6em;
  background: #ee7fab;
  border: 2px solid #ee7fab;
  border-radius: 999px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sec-top-special__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  background: #ee7fab;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%) scale(0.86);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sec-top-special__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid currentColor;
  transform: translateY(-50%);
  transition: border-left-color 0.3s ease;
}

.sec-top-special__btn:hover,
.sec-top-special__btn:focus {
  background: #fff;
  color: #ee7fab !important;
  transform: scale(1.03);
}

.sec-top-special__btn:hover::before,
.sec-top-special__btn:focus::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.sec-top-special__btn:hover::after,
.sec-top-special__btn:focus::after {
  border-left-color: #fff;
}

.sec-top-special__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.sec-top-special__dots span {
  width: 8px;
  height: 8px;
  background: #f4a2c3;
  border-radius: 50%;
}

.sec-top-special__cards .slick-dots {
  bottom: -38px;
  left: 0;
  width: 100%;
}

.sec-top-special__cards .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.sec-top-special__cards .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.sec-top-special__cards .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background: #d6ded9;
  opacity: 1;
}

.sec-top-special__cards .slick-dots li.slick-active button:before {
  background: #f08ab5;
}

.sec-top-special__cards .slick-prev,
.sec-top-special__cards .slick-next {
  top: auto;
  bottom: -55px;
  width: 34px !important;
  height: 34px !important;
  background: #ee7fab;
  color: #fff;
  border-radius: 50%;
  transform: none;
}

.sec-top-special__cards .slick-prev {
  right: 52px;
  left: auto;
}

.sec-top-special__cards .slick-next {
  right: 8px;
}

.sec-top-special__cards .slick-prev:before,
.sec-top-special__cards .slick-next:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  border: 2px solid #ee7fab;
  border-radius: 50%;
  opacity: 1 !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.sec-top-special__cards .slick-prev:after,
.sec-top-special__cards .slick-next:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transition: border-color 0.3s ease;
}

.sec-top-special__cards .slick-prev:after {
  left: 14px;
  transform: rotate(-135deg);
}

.sec-top-special__cards .slick-next:after {
  right: 14px;
  transform: rotate(45deg);
}

.sec-top-special__cards .slick-prev:hover,
.sec-top-special__cards .slick-prev:focus,
.sec-top-special__cards .slick-next:hover,
.sec-top-special__cards .slick-next:focus {
  background: #fff;
  color: #ee7fab;
}

.sec-top-special__cards .slick-prev:hover:before,
.sec-top-special__cards .slick-next:hover:before {
  background: #fff !important;
  transform: scale(1.22);
}

.sec-top-special__cards .slick-prev:hover:after,
.sec-top-special__cards .slick-next:hover:after {
  border-top-color: #ee7fab;
  border-right-color: #ee7fab;
}

.sec-top-goods {
  --sec-top-goods-bg: #F1E6F6;
  --sec-top-goods-before-y: 0px;
  --sec-top-goods-before-scale: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2em 0 15%;
  margin-top: 5%;
  overflow: visible;
}

.sec-top-goods::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1em;
  left: 0;
  width: 100%;
  height: 5em;
  background-color: #fff;
  background-image: url("../../images/top/bg_goods.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(var(--sec-top-goods-before-y)) scale(var(--sec-top-goods-before-scale));
  transform-origin: center bottom;
}

.sec-top-goods::after {
  content: "";
  position: absolute;
  background: var(--sec-top-goods-bg);
  width: 100%;
  height: calc(5em + 10px);
  top: calc(1em - 10px);
  left: 0;
  z-index: -1;
}

.sec-top-goods__content {
  position: relative;
  background: var(--sec-top-goods-bg);
  box-shadow: 0 -2px 0 var(--sec-top-goods-bg);
  transform: translateY(var(--sec-top-goods-before-y));
  padding-top: 1px;
}

.sec-top-goods__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 5% 0 10%;
}

.sec-top-goods__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
}

.sec-top-goods__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
  margin-top: 52px;
}

.sec-top-goods__item {
  margin: 0;
}

.sec-top-goods__pic {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sec-top-goods__text {
  text-align: left;
}

.sec-top-goods__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  max-width: 100%;
  min-height: 38px;
  margin-top: 26px;
  padding: 0.65em 2.4em 0.65em 1.8em;
  border: 3px solid #C1D8E8;
  border-radius: 999px;
  background: #fff;
  color: #4E61B8 !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sec-top-goods__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  background: currentColor;
  clip-path: polygon(30% 18%, 78% 50%, 30% 82%);
  transform: translateY(-50%);
}

.sec-top-goods__btn:hover,
.sec-top-goods__btn:focus {
  background: #7dc9eb;
  color: #fff !important;
  transform: scale(1.03);
}

@media screen and (max-width: 767px) {
  .sec-top-goods__inner {}

  .sec-top-goods__title {
    font-size: 22px;
  }

  .sec-top-goods__items {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 450px;
    margin: 36px auto 0;
  }

  .sec-top-goods__btn {
    width: 100%;
    font-size: 15px;
  }
}

.sec-instagram {
  background: #fff;
  text-align: center;
}

.sec-instagram__text {
  margin: 24px auto 42px;
}

@media screen and (max-width: 991px) {

  .sec-top-price::before,
  .sec-program::before,
  .sec-top-special::before,
  .sec-top-goods::before {
    top: 2.1em;
    scale: 2;
  }

  .sec-top-anchor {
    top: calc(2.1em - 100px);
  }

}

@media screen and (min-width: 768px) {
  .top-label {
    width: 120px;
    height: 72px;
    margin-bottom: 36px;
    font-size: 13px;
  }

  .kv {
    padding-top: 0;
    height: calc(100vw * 664 / 1366);
  }

  .kv__img {
    max-width: none;
    height: calc(100vw * 664 / 1366);
  }

  .kv__mosaic {
    height: calc(100vw * 664 / 1366);
  }

  .sec-top-contents,
  .sec-lv2-contents {
    padding-top: 5.5em;
  }

  .sec-top-contents__nav {
    top: 40px;
    grid-template-columns: repeat(3, 132px);
    gap: clamp(82px, 10.8vw, 148px);
    width: auto;
  }

  .sec-top-contents__nav-item {
    width: 200px;
    height: 120px;
    padding: 12px 12px 22px;
    border-width: 4px;
    font-size: 18px;
  }

  .sec-top-contents__nav-item::after {
    bottom: 20px;
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .sec-top-intro {
    --sec-top-intro-radius: 560px;
    --sec-top-intro-bottom-space: 100px;
  }

  .sec-top-intro__section {
    padding-top: 84px;
  }

  .sec-top-intro__lead {
    font-size: 38px;
  }

  .sec-top-news {
    padding: 10% 0;
  }

  .sec-top-news__inner {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 40px;
    align-items: start;
  }

  .sec-top-news__title {
    margin: 10px 0 0;
    font-size: 32px;
    text-align: left;
  }

  .sec-top-news__item-link {
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding: 16px 0;
  }

  .sec-top-news__more {
    font-size: 16px;
    grid-column: 2;
    justify-self: end;
  }

  .sec-top-news__date {
    font-size: 16px;
  }

  .sec-top-news__link {
    color: var(--top-color-text);
    font-size: 16px;
  }


  .sec-top-price::before,
  .sec-program::before,
  .sec-top-special::before,
  .sec-top-goods::before {
    top: calc(-7.23vw + 1px);
    height: calc(7.23vw + 1px);
  }

  .sec-top-price__title,
  .sec-program__title,
  .sec-top-special__title,
  .sec-top-goods__title {
    font-size: 32px;
  }

  .sec-instagram__title {
    font-size: 38px;
  }

  .sec-top-anchor {
    top: calc(-7.23vw - 99px);
  }

  .sec-top-price,
  .sec-program,
  .sec-top-special,
  .sec-top-goods {
    padding: 0 0 5%;
  }

  .sec-top-goods {
    padding: 0;
  }

  .sec-top-price .top-label,
  .sec-program .top-label,
  .sec-top-special .top-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 120px;
    margin: -98px 0 0;
    font-size: 18px;
  }

  .sec-top-price__cards,
  .sec-top-special__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sec-top-price__cards {
    grid-template-columns: repeat(2, minmax(0, 455px));
    gap: 30px;
    justify-content: center;
    margin-top: 28px;
  }

  .sec-top-price__card-title {
    font-size: 24px;
  }

  .sec-top-price__card {
    aspect-ratio: 455.675 / 365.147;
    min-height: 0;
    padding: 0 48px 38px;
  }

  .sec-top-price__card:nth-child(2) {
    margin-top: 0;
  }

  .sec-top-price__card-head {
    padding: 1em 16px 2.5em;
  }

  .sec-top-price__card-copy {
    font-size: 16px;
  }

  .note-list {
    font-size: 14px;
  }

  .sec-top-price__fee dt,
  .sec-top-price__fee dd {
    font-size: 16px;
  }

  .sec-top-price__fee span:nth-of-type(1) {
    font-size: 44px;
  }

  .sec-top-price__fee span:nth-of-type(2) {
    font-size: 16px;
  }

  .sec-top-price__fee span:nth-of-type(3) {
    font-size: 13px;
  }

  .note-list {
    margin-top: 16px;
  }

  .sec-top-price__ex {
    margin-top: 34px;
    padding: 32px 48px 28px;
    border-radius: 14px;
  }

  .sec-top-price__ex-label {
    top: 26px;
    left: -8px;
    min-width: 212px;
    padding: 8px 34px 8px 22px;
    font-size: 24px;
  }

  .sec-top-price__ex-title {
    margin: 0 0 28px;
    padding-left: 168px;
    font-size: 24px;
    text-align: left;
  }

  .sec-top-price__ex-text {
    font-size: 16px;
  }

  .sec-top-price__ex .sec-top-special__btn {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .sec-program__item,
  .sec-program__item--reverse {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .sec-program__item--reverse {
    grid-template-columns: 1fr 1fr;
  }

  .sec-program__item-title {
    font-size: 20px;
  }

  .sec-program__ex {
    margin-top: 42px;
  }

  .sec-program__ex-text {
    font-size: 22px;
  }

  .sec-program__ex-btns {
    flex-direction: row;
    justify-content: center;
    gap: 22px;
    max-width: none;
    margin-top: 12px;
  }

  .sec-program__ex .sec-top-special__btn {
    width: 240px;
    font-size: 18px;
  }

  .sec-program__item .sec-program__body {
    order: 2;
  }

  .sec-program__tag {
    font-size: 16px;
  }

  .sec-program__item .sec-program__pic {
    order: 1;
  }

  .sec-program__item--reverse .sec-program__body {
    order: 1;
  }

  .sec-program__item--reverse .sec-program__pic {
    order: 2;
  }

  .sec-top-special__btn {
    font-size: 15px;
  }

  .sec-top-special__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sec-top-special__card-title {
    font-size: 18px;
  }

  .sec-top-special__text {
    font-size: 16px;
  }

}


/*----------------------------------------
slick
-----------------------------------------*/

.slick-prev,
.slick-next {
  position: absolute;
  bottom: -40%;
  top: auto;
  transform: none;
  z-index: 100;
}

.slick-dots {
  margin-top: 0;
  text-align: center;
  bottom: -40px;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

.slick-next:before {
  background: url(../images/slick_arrow_right.svg) !important;
  background-size: 80% auto !important;
  background-position: left top;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  background: url(../images/slick_arrow_left.svg) !important;
  background-size: 80% auto !important;
  background-position: right top;
  background-repeat: no-repeat !important;
}

.slick-arrow {
  z-index: 2 !important;
  width: 65px !important;
  height: 65px !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
}

@media screen and (min-width:768px) {
  .slick-dots {
    width: 100%;
    text-align: center;
  }

  .slick-prev,
  .slick-next {
    bottom: 13%;
  }

  .slick-next:before {
    background-size: 100% auto !important;
  }

  .slick-prev:before {
    background-size: 100% auto !important;
  }

  .slick-arrow {
    width: 90px !important;
    height: 90px !important;
  }

  /*sec07*/
  .sec07__slider .slick-prev {
    left: 16%;
  }

  .sec07__slider .slick-next {
    right: 16%;
  }

  .sec07__slider .slider__item {
    padding: 0 5%;
  }
}


/*slick*/
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-dots li button:before {
  background: #ffffff;
  opacity: 1;
  content: '';
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button:before {
  background: #0068B7;
}

@media screen and (min-width:768px) {
  .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slick-arrow {
    width: 70px !important;
    height: 70px !important;
  }
}

/*----------------------------------------
	animation
-----------------------------------------*/

@keyframes about_copyloop {
  to {
    transform: translateX(-110vw)
  }
}

@keyframes about_copyloop2 {
  to {
    transform: translateY(-110vh)
  }
}


@keyframes menuBar {
  0% {
    width: 24px;
    left: 0;
    transform: translateY(-6px);
  }

  60% {
    width: 24px;
    left: 0;
    transform: translateY(0);
  }

  79% {
    width: 0;
    left: 12px;
    transform: translateY(0);
  }

  80% {
    width: 0;
    left: 12px;
    transform: rotate(45deg);
  }

  to {
    width: 24px;
    left: 0;
    transform: rotate(45deg);
  }
}

@keyframes menuBarOut {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes menuBar2 {
  0% {
    left: 0;
    width: 24px;
  }

  60% {
    left: 0;
    width: 24px;
  }

  79% {
    left: 12px;
    width: 0;
  }

  80% {
    left: 12px;
    width: 0;
  }

  to {
    left: 12px;
    width: 0;
  }
}

@keyframes menuBar2Out {
  0% {
    width: 0;
  }

  49% {
    width: 24px;
  }

  50% {
    width: 24px;
  }

  to {
    width: 24px;
  }
}

@keyframes menuBar3 {
  0% {
    left: 0;
    width: 24px;
    transform: translateY(6px);
  }

  60% {
    left: 0;
    width: 24px;
    transform: translateY(0);
  }

  79% {
    left: 12px;
    width: 0;
    transform: translateY(0);
  }

  80% {
    left: 12px;
    width: 0;
    transform: rotate(-45deg);
  }

  to {
    left: 0;
    width: 18px;
    transform: rotate(-45deg);
  }
}

@keyframes menuBar3Out {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(6px) rotate(0);
  }
}

@keyframes rotation1 {
  0% {
    transform: translateX(-50%) rotate(0);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}


/*KV*/
.kv-w100__ttl-enWrapper .ttl_fade {
  opacity: 0;
  transform: translateY(50%) rotateX(-90deg);
  transition: 1.2s;
}

.kv-w100__ttl-enWrapper.on .ttl_fade {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

/*KV*/
.kv-w100__pic.ttl_fade {
  opacity: 0;
  transform: translateY(50%) rotateX(-90deg);
  transition: 1.2s;
}

.kv-w100__pic.on.ttl_fade {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}


/*txt_slide_v*/
.txt_slide_v {
  -webkit-animation: about_copyloop2 10s linear 0s infinite;
  animation: about_copyloop2 10s linear 0s infinite;
}


/*ttl_fade*/
.fade_t .ttl_fade {
  opacity: 0;
  transform: translateY(50%) rotateX(-90deg);
  transition: 1.2s;
}

.fade_t.fade_in .ttl_fade {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

/*ttl_fade_vc*/
.fade_t .ttl_fade_vc {
  opacity: 0;
  transform: translateY(-50%) translateX(50%) rotateY(-90deg);
  transition: 1.2s;
}

.fade_t.fade_in .ttl_fade_vc {
  opacity: 1;
  transform: translateY(-50%) translateX(0) rotateY(0);
}

/*ttl_fade_vc2*/
.fade_t .ttl_fade_vc2 {
  opacity: 0;
  transform: translateY(-50%) translateX(-50%) rotateY(90deg);
  transition: 1.2s;
}

.fade_t.fade_in .ttl_fade_vc2 {
  opacity: 1;
  transform: translateY(-50%) translateX(0) rotateY(0);
}

/*ttl_fade_vt*/
.fade_t .ttl_fade_vt {
  opacity: 0;
  transform: translateX(50%) rotateY(-90deg);
  transition: 1.2s;
}

.fade_t.fade_in .ttl_fade_vt {
  opacity: 1;
  transform: translateX(0) rotateY(0);
}

/*ttl_fade_vt2*/
.fade_t .ttl_fade_vt2 {
  opacity: 0;
  transform: translateX(-50%) rotateY(90deg);
  transition: 1.2s;
}

.fade_t.fade_in .ttl_fade_vt2 {
  opacity: 1;
  transform: translateX(0) rotateY(0);
}


/*----------------------------------------
	cmn-footer
-----------------------------------------*/

.cmn-footer {
  position: relative;
  padding: 5% 0 28px;
  background: #ffffff;
  text-align: center;
}

.cmn-footer__nav {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 92px));
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: calc(100% - 26px);
  margin: 8% 0 -5em;
  transform: translateX(-50%);
}

.cmn-footer__nav-item {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 58px;
  padding: 8px 6px;
  border: 3px solid #fff;
  color: #17170f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.cmn-footer__nav-item--ticket {
  background: var(--top-color-green);
}

.cmn-footer__nav-item--program {
  background: var(--top-color-yellow);
}

.cmn-footer__nav-item--special {
  background: #ed7dac;
}

.cmn-footer__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 26px;
  width: min(100% - 36px, 760px);
  margin: 5em auto 30px;
}

.cmn-footer__logo-link {
  display: inline-flex;
  align-items: center;
}

.cmn-footer__logo-link img {
  width: 150px;
  height: auto;
}

.cmn-footer__sns {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.cmn-footer__sns-link {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.cmn-footer__sns-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cmn-footer__copyright {
  margin: 0;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
}

.sec-hash-move {
  overflow: hidden;
}

.sec-hash-move2 {
  display: flex;
  min-width: 0;
}

.sec-hash-move-grid,
.sec-hash-move-grid2 {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: 40vw;
  transition: 0.3s;
}

.sec-hash-move-grid.slick-initialized,
.sec-hash-move-grid2.slick-initialized {
  display: block;
}

.sec-hash-move-grid.slick-initialized .slick-track,
.sec-hash-move-grid2.slick-initialized .slick-track {
  transition-timing-function: linear !important;
}

.sec-hash-move-grid.slick-initialized .slick-slide>div,
.sec-hash-move-grid2.slick-initialized .slick-slide>div {
  line-height: 0;
  padding: 3%;
}

.sec-hash-move-grid>a,
.sec-hash-move-grid2>a,
.sec-hash-move-grid.slick-initialized .slick-slide a,
.sec-hash-move-grid2.slick-initialized .slick-slide a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 318/298;
}

.sec-hash-move-grid>a span,
.sec-hash-move-grid2>a span,
.sec-hash-move-grid.slick-initialized .slick-slide a span,
.sec-hash-move-grid2.slick-initialized .slick-slide a span {
  display: block;
  overflow: hidden;
}

.sec-hash-move-grid>a span:before,
.sec-hash-move-grid2>a span:before,
.sec-hash-move-grid.slick-initialized .slick-slide a span:before,
.sec-hash-move-grid2.slick-initialized .slick-slide a span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 1;
}

.sec-hash-move-grid>a img,
.sec-hash-move-grid2>a img,
.sec-hash-move-grid.slick-initialized .slick-slide a img,
.sec-hash-move-grid2.slick-initialized .slick-slide a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -2;
  transition: .6s;
}

.fade_t.fade_move.fade_in .sec-hash-move-grid {
  animation: slide1 118s -59s linear infinite;
  opacity: 1;
}

.fade_t.fade_move.fade_in .sec-hash-move-grid2 {
  animation: slide2 118s linear infinite;
  opacity: 1;
}

/*.sec-hash-move-grid-col {
  display: flex;
  flex-direction: column;
  width: 40vw;
}

.sec-hash-move-grid-col a {
  position: relative;
  display: block;
  margin: 5%;
  overflow: hidden;
}

.sec-hash-move-grid-col a span {
  display: block;
  padding-top: 100%;
}

.sec-hash-move-grid-col span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: -1;
}

.sec-hash-move-grid-col img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -2;
  transition: .6s;
}*/

@media screen and (min-width: 768px) {
  .cmn-footer {
    --cmn-footer-nav-y: calc(5vw + clamp(28px, 3.4vw, 48px));
    padding-bottom: 34px;
  }

  .cmn-footer__nav {
    top: inherit;
    bottom: 0;
    grid-template-columns: repeat(3, clamp(124px, 14.65vw, 200px));
    gap: clamp(32px, 4.8vw, 64px);
    width: auto;
    bottom: auto;
    align-items: center;
    margin-top: -3em;
  }

  .cmn-footer__nav-item {
    width: 100%;
    height: clamp(68px, 6.9vw, 94px);
    padding: clamp(10px, 1.2vw, 12px);
    border-width: 5px;
    font-size: clamp(13px, 1.32vw, 18px);
  }

  .cmn-footer__logos {
    flex-wrap: nowrap;
    gap: clamp(10px, 5vw, 58px);
    width: min(100% - 80px, 760px);
    margin: 8em auto 34px;
  }

  .cmn-footer__logo-link img {
    width: 240px;
  }

  .sec-hash-move-grid-col {
    width: 20vw;
  }

  .sec-hash-move-grid,
  .sec-hash-move-grid2 {
    grid-auto-columns: 16.666vw;
  }

  /*hover*/
  .sec-hash-move-grid>a:hover span:before,
  .sec-hash-move-grid2>a:hover span:before,
  .sec-hash-move-grid.slick-initialized .slick-slide a:hover span:before,
  .sec-hash-move-grid2.slick-initialized .slick-slide a:hover span:before,
  .sec-hash-move-grid-col a:hover span:before {
    background-color: rgba(0, 0, 0, .1)
  }

  .sec-hash-move-grid>a:hover img,
  .sec-hash-move-grid2>a:hover img,
  .sec-hash-move-grid.slick-initialized .slick-slide a:hover img,
  .sec-hash-move-grid2.slick-initialized .slick-slide a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    -ms-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
    opacity: 0.7;
  }

  /*.sec-hash-move-grid-col a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    -ms-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
    opacity: 0.7;
  }*/
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sec-top-price__cards {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .sec-top-price__card {
    aspect-ratio: auto;
    min-height: 270px;
    padding: 16px 20px 2em;
  }

  .sec-top-price__card:nth-child(2) {
    margin-top: 1em;
  }

  .sec-top-price__card-title {
    font-size: 18px;
  }

  .sec-top-price__card-head {
    min-height: 62px;
    padding: 0 16px 0;
  }

  .sec-top-price__card-copy {
    font-size: 14px;
  }

  .note-list {
    margin-top: 20px;
    font-size: 10px;
  }

  .sec-top-price__fee dt {
    font-size: 14px;
  }

  .sec-top-price__fee dd {
    font-size: 12px;
  }

  .sec-top-price__fee span {
    font-size: 14px;
  }

  .sec-top-price__fee strong {
    font-size: 28px;
  }
}

/*----------------------------------------
	pageTop
-----------------------------------------*/

#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 500;
}

#pageTop.keep {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1500;
  margin-top: 4.5em;
  transition: 0.1s;
}

#pageTop a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/pagetop_arrow.svg);
}

@media screen and (min-width: 768px) {
  #pageTop {
    right: 60px;
    bottom: 10px;
  }

  #pageTop.keep {
    right: 60px;
    margin-top: 3.5em;
  }

  #pageTop a {
    width: 85px;
    height: 85px;
  }

  #pageTop a:after {
    width: 7px;
    height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #pageTop {
    right: 40px;
  }

  #pageTop.keep {
    right: 40px;
  }

  #pageTop a {
    width: 64px;
    height: 64px;
  }

  #pageTop a:after {
    width: 5px;
    height: 40px;
  }
}



/*----------------------------------------
	loading
-----------------------------------------*/

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    display: none;
    opacity: 0;
    z-index: -100;
  }
}

body:not(.home) .loading-sec {
  display: none !important;
}

body .loading-sec .loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  //background-color: #000;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

body .loading-sec.loaded .loading {
  animation: fadeOut 0.5s forwards;
}

body .loading-sec .loading .loadingInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/* Swiper */
[class*=swiper]:focus {
  outline: none;
}

.swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 65px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-button-prev {
  left: 12%;
  margin-top: 12em;
}

.swiper-button-next {
  right: 6%;
  margin-top: 12em;
}

.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next:before {
  background: url(../images/slick_arrow_right.svg) !important;
  background-size: 80% auto !important;
  background-position: left top;
  background-repeat: no-repeat !important;
}

.swiper-button-prev:before {
  background: url(../images/slick_arrow_left.svg) !important;
  background-size: 80% auto !important;
  background-position: right top;
  background-repeat: no-repeat !important;
}

@media screen and (min-width:768px) {
  .swiper-button-next:before {
    background-size: 100% auto !important;
  }

  .swiper-button-prev:before {
    background-size: 100% auto !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 80px !important;
    height: 80px !important;
  }

  .swiper-button-prev {
    left: 15%;
    margin-top: 6em;
  }

  .swiper-button-next {
    right: 10%;
    margin-top: 6em;
  }
}


/*js-modal*/
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

/* モーダル */
.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルがactiveの時 */
.js-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3000;
}

/* モーダル背景のオーバーレイ部分 */
.js-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.js-modal__content {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  padding: 1em 1em 1em;
  color: #ffffff;
  text-align: center;
}

/* モーダルを閉じるボタン */
.js-modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff100;
  color: #000000;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.js-modal .txt {
  line-height: 1.6;
  color: #000000;
}

.js-modal__slide__inner {
  position: relative;
}

.js-modal__movie {
  width: 100%;
  aspect-ratio: 5 / 9;
}

.js-modal__movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:768px) {
  .js-modal__content {
    padding: 1.5em 1.5em 2em;
  }
}

.js-modal__content .swiper-button-prev {
  position: absolute;
  left: -8%;
  top: 50%;
  bottom: inherit;
  margin-top: inherit;
  transform: translateY(-50%);
}

.js-modal__content .swiper-button-next {
  position: absolute;
  right: -8%;
  top: 50%;
  bottom: inherit;
  margin-top: inherit;
  transform: translateY(-50%);
}



.modal {
  z-index: 3000;
}

.modal-dialog {
  max-width: 1000px;
  padding: 4%;
}








.p-image-panel {
  /*width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;*/
  position: relative;
  width: 100%;
  aspect-ratio: 1366 / 142;
  overflow: hidden;
}

.p-image-panel__list {
  --tile-cols: 20;
  --tile-rows: 2;
  --tile-gap: 0px;

  //position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.p-image-panel__item {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}

.p-image-panel__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (max-width: 992px) {
  .p-image-panel__item {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}

.p-image-panel__item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc((71.73 / 1366)*100%);
  height: calc((70.46 / 142)*100%);
  margin-left: 0;
}

.p-image-panel__item:nth-child(2) {
  left: 0;
  top: 0;
  width: calc((70.88 / 1366)*100%);
  height: calc((71 / 142)*100%);
  margin-left: calc((65.73 / 1366)*100%);
}

.p-image-panel__item:nth-child(3) {
  left: 0;
  top: 0;
  width: calc((70.03 / 1366)*100%);
  height: calc((68.99 / 142)*100%);
  margin-left: calc((134.61 / 1366)*100%);
}

.p-image-panel__item:nth-child(4) {
  left: 0;
  top: 0;
  width: calc((72.07 / 1366)*100%);
  height: calc((72.18 / 142)*100%);
  margin-left: calc((199.64 / 1366)*100%);
}

.p-image-panel__item:nth-child(5) {
  left: 0;
  top: 0;
  width: calc((69.63 / 1366)*100%);
  height: calc((71.46 / 142)*100%);
  margin-left: calc((267.71 / 1366)*100%);
}

.p-image-panel__item:nth-child(6) {
  left: 0;
  top: 0;
  width: calc((73.11 / 1366)*100%);
  height: calc((70.25 / 142)*100%);
  margin-left: calc((332.34 / 1366)*100%);
}

.p-image-panel__item:nth-child(7) {
  left: 0;
  top: 0%;
  width: calc((73.31 / 1366)*100%);
  height: calc((69.87 / 142)*100%);
  margin-left: calc((404.45 / 1366)*100%);
}

.p-image-panel__item:nth-child(8) {
  left: 0;
  top: 0%;
  width: calc((70.03 / 1366)*100%);
  height: calc((68.99 / 142)*100%);
  margin-left: calc((474.76 / 1366)*100%);
}

.p-image-panel__item:nth-child(9) {
  left: 0;
  top: 0%;
  width: calc((72.07 / 1366)*100%);
  height: calc((72.18 / 142)*100%);
  margin-left: calc((540.79 / 1366)*100%);
}

.p-image-panel__item:nth-child(10) {
  left: 0;
  top: 0%;
  width: calc((71.72 / 1366)*100%);
  height: calc((70.39 / 142)*100%);
  margin-left: calc((610.86 / 1366)*100%);
}

.p-image-panel__item:nth-child(11) {
  left: 0;
  top: 0%;
  width: calc((72.35 / 1366)*100%);
  height: calc((71.86 / 142)*100%);
  margin-left: calc((678.58 / 1366)*100%);
}

.p-image-panel__item:nth-child(12) {
  left: 0;
  top: 0%;
  width: calc((72.07 / 1366)*100%);
  height: calc((72.18 / 142)*100%);
  margin-left: calc((746.93 / 1366)*100%);
}

.p-image-panel__item:nth-child(13) {
  left: 0;
  top: 0;
  width: calc((70.27 / 1366)*100%);
  height: calc((68.92 / 142)*100%);
  margin-top: 0.2%;
  margin-left: calc((813 / 1366)*100%);
}

.p-image-panel__item:nth-child(14) {
  left: 0;
  top: 0%;
  width: calc((69.46 / 1366)*100%);
  height: calc((68.81 / 142)*100%);
  margin-left: calc((879.27 / 1366)*100%);
}

.p-image-panel__item:nth-child(15) {
  left: 0;
  top: 0%;
  width: calc((71.49 / 1366)*100%);
  height: calc((72.9 / 142)*100%);
  margin-left: calc((945.73 / 1366)*100%);
}

.p-image-panel__item:nth-child(16) {
  left: 0;
  top: 0%;
  width: calc((70.03 / 1366)*100%);
  height: calc((68.99 / 142)*100%);
  margin-left: calc((1015.22 / 1366)*100%);
}

.p-image-panel__item:nth-child(17) {
  left: 0;
  top: 0%;
  width: calc((71.58 / 1366)*100%);
  height: calc((71.97 / 142)*100%);
  margin-left: calc((1080.25 / 1366)*100%);
}

.p-image-panel__item:nth-child(18) {
  left: 0;
  top: 0%;
  width: calc((70.22 / 1366)*100%);
  height: calc((69.52 / 142)*100%);
  margin-left: calc((1150.83 / 1366)*100%);
}

.p-image-panel__item:nth-child(19) {
  left: 0;
  top: 0%;
  width: calc((69.46 / 1366)*100%);
  height: calc((68.81 / 142)*100%);
  margin-left: calc((1220.05 / 1366)*100%);
}

.p-image-panel__item:nth-child(20) {
  right: 0;
  top: 0%;
  width: calc((73.31 / 1366)*100%);
  height: calc((69.87 / 142)*100%);
  margin-right: 0.2%;
}

.p-image-panel__item:nth-child(21) {
  left: 0%;
  top: 46.820789%;
  width: calc((73.11 / 1366)*100%);
  height: calc((70.25 / 142)*100%);
}

.p-image-panel__item:nth-child(22) {
  left: 4.9%;
  top: 46.820789%;
  width: calc((70.13 / 1366)*100%);
  height: calc((71.9 / 142)*100%);
}

.p-image-panel__item:nth-child(23) {
  left: 9.9%;
  top: 46.820789%;
  width: calc((70.96 / 1366)*100%);
  height: calc((70.62 / 142)*100%);
}

.p-image-panel__item:nth-child(24) {
  left: 15.080527%;
  top: 46.820789%;
  width: calc((69.56 / 1366)*100%);
  height: calc((71.99 / 142)*100%);
}

.p-image-panel__item:nth-child(25) {
  left: 20.241581%;
  top: 46.820789%;
  width: calc((68.2 / 1366)*100%);
  height: calc((70.97 / 142)*100%);
}

.p-image-panel__item:nth-child(26) {
  left: 25.146413%;
  top: 46.820789%;
  width: calc((68.03 / 1366)*100%);
  height: calc((73.26 / 142)*100%);
}

.p-image-panel__item:nth-child(27) {
  left: 29.941435%;
  top: 46.820789%;
  width: calc((70.13 / 1366)*100%);
  height: calc((71.9 / 142)*100%);
}

.p-image-panel__item:nth-child(28) {
  left: 34.919473%;
  top: 46.820789%;
  width: calc((70.04 / 1366)*100%);
  height: calc((72.12 / 142)*100%);
}

.p-image-panel__item:nth-child(29) {
  left: 39.934114%;
  top: 46.820789%;
  width: calc((69.56 / 1366)*100%);
  height: calc((71.99 / 142)*100%);
}

.p-image-panel__item:nth-child(30) {
  left: 44.985359%;
  top: 46.820789%;
  width: calc((71.49 / 1366)*100%);
  height: calc((72.9 / 142)*100%);
}

.p-image-panel__item:nth-child(31) {
  left: 50.219619%;
  top: 46.820789%;
  width: calc((70.96 / 1366)*100%);
  height: calc((70.62 / 142)*100%);
}

.p-image-panel__item:nth-child(32) {
  left: 54.758419%;
  top: 46.820789%;
  width: calc((73.11 / 1366)*100%);
  height: calc((70.25 / 142)*100%);
}

.p-image-panel__item:nth-child(33) {
  left: 59.956076%;
  top: 46.820789%;
  width: calc((73.31 / 1366)*100%);
  height: calc((69.87 / 142)*100%);
}

.p-image-panel__item:nth-child(34) {
  left: 64.860908%;
  top: 46.820789%;
  width: calc((71.44 / 1366)*100%);
  height: calc((73.03 / 142)*100%);
}

.p-image-panel__item:nth-child(35) {
  left: 69.729136%;
  top: 46.820789%;
  width: calc((70.13 / 1366)*100%);
  height: calc((71.9 / 142)*100%);
}

.p-image-panel__item:nth-child(36) {
  left: 74.743777%;
  top: 46.820789%;
  width: calc((67.58 / 1366)*100%);
  height: calc((71.18 / 142)*100%);
}

.p-image-panel__item:nth-child(37) {
  left: 79.758419%;
  top: 46.820789%;
  width: calc((70.01 / 1366)*100%);
  height: calc((72.11 / 142)*100%);
}

.p-image-panel__item:nth-child(38) {
  left: 84.626647%;
  top: 46.820789%;
  width: calc((72.77 / 1366)*100%);
  height: calc((69.29 / 142)*100%);
}

.p-image-panel__item:nth-child(39) {
  left: 89.934114%;
  top: 46.820789%;
  width: calc((68.03 / 1366)*100%);
  height: calc((73.26 / 142)*100%);
}

.p-image-panel__item:nth-child(40) {
  left: 94.65593%;
  top: 46.820789%;
  width: calc((72.07 / 1366)*100%);
  height: calc((72.18 / 142)*100%);
}


/*----------------------------------------
	news detail
-----------------------------------------*/

:root {
  --news-detail-font-family: "Noto Sans JP", sans-serif;
  --news-detail-color-text: #191913;
  --news-detail-color-muted: #4d4d45;
  --news-detail-color-hero: #e8efc5;
  --news-detail-color-white: #ffffff;
  --news-detail-kv-width: 85.375em;
  --news-detail-size-title: clamp(1.5em, 2.9vw, 2.5em);
  --news-detail-size-body: clamp(0.875em, 1.15vw, 1em);
  --news-detail-leading-body: 2.05;
}

.news-detail {
  color: var(--news-detail-color-text);
  font-family: var(--news-detail-font-family);
  background: var(--news-detail-color-white);
}

.kv-lv2 {
  position: relative;
  overflow: hidden;
  background: var(--news-detail-color-white);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.32, 0.95, 0.6, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kv-lv2.on {
  opacity: 1;
}

.kv-lv2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: var(--news-detail-color-hero);
  opacity: 0;
  transform: translate(-50%, -200px);
  transition: transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kv-lv2.on::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

.kv-lv2__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  background-image: url("../../images/news/bg_section.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  transform: translateX(-50%);
}

.kv-lv2__logo img {
  display: block;
  width: 70%;
}

.kv-lv2__pattern img {
  display: none;
  width: 100%;
}

.kv-lv2__logo {
  position: absolute;
  z-index: 2;
  top: 0;
}

.kv-lv2__logo a {
  display: block;
  transition: opacity 0.3s ease;
}

.kv-lv2__logo a:hover {
  opacity: 0.75;
}

.kv-lv2__logo img {
  height: auto;
}

.kv-lv2__brand-logo {
  position: absolute;
  z-index: 3;
  display: block;
  height: auto;
}

.kv-lv2__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
}

.kv-lv2__title {
  margin: 0;
  font-size: clamp(20px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
}

.kv-lv2__date {
  font-size: 14px;
  text-align: right;
  padding-top: 0.5em;
  display: inline-block;
}

.sec-lv2-contents .sec-program {
  background: none;
}

.sec-lv2-contents .sec-program::before,
.sec-lv2-contents .sec-program::after {
  content: none;
}

.sec-lv2-contents .sec-program__content {
  background: #ffffff;
  box-shadow: none;
}

.sec-news-detail-intro {
  padding-bottom: 8%;
}

.news-detail-article__text {
  margin: 0;
  letter-spacing: 0;
}

.news-detail-article__text+.news-detail-article__text {
  margin-top: 0.05em;
}

@media screen and (min-width: 768px) {
  .sec-lv2-contents {
    padding-top: 0;
  }

  .kv-lv2 {
    min-height: clamp(17em, 34.5vw, 29em);
  }

  .kv-lv2::before {
    width: max(120vw, 960px);
    height: 100%;
    border-radius: 0 0 50% 50% / 0 0 clamp(220px, 34vw, 560px) clamp(220px, 34vw, 560px);
  }

  .kv-lv2__logo {
    left: max(0px, calc((100% - var(--news-detail-kv-width)) / 2));
    width: clamp(8em, 18vw, 17.875em);
  }

  .kv-lv2__brand-logo {
    top: 6px;
    right: max(44px, calc((100vw - 1366px) / 2 + 44px));
    width: 36px;
  }

  .kv-lv2__inner {
    max-width: 900px;
    padding-top: 5em;
  }

  .kv-lv2__title {
    line-height: 1.48;
  }

  .kv-lv2__date {
    font-size: 18px;
  }

  .kv-lv2__pattern {
    height: 71px;
  }

  .sec-news-detail-intro {
    padding-top: 3em;
  }

  .news-detail-article__text {
    font-size: var(--news-detail-size-body);
    line-height: var(--news-detail-leading-body);
  }
}

@media screen and (min-width: 1399px) {
  .kv-lv2__brand-logo {
    top: 14px;
    width: 69px;
  }

  .kv-lv2__pattern {
    height: 142px;
  }

  .kv-lv2__inner {
    padding-top: 9em;
  }

  .kv-lv2__logo img {
    width: 100%;
  }

  .sec-news-detail-intro {
    padding-top: 5em;
  }
}

@media screen and (max-width: 768px) {
  .kv-lv2 {
    min-height: 23.5rem;
  }

  .kv-lv2::before {
    width: max(132vw, 520px);
    height: 100%;
    border-radius: 0 0 50% 50% / 0 0 clamp(120px, 38vw, 220px) clamp(120px, 38vw, 220px);
  }

  .kv-lv2__logo {
    left: 0;
    width: 9.2rem;
  }

  .kv-lv2__brand-logo {
    top: 5px;
    right: 20px;
    width: 26px;
  }

  .kv-lv2__title {
    line-height: 1.55;
  }

  .news-detail-article__text {
    line-height: 1.95;
  }

  .sec-lv2-contents .sec-program__item+.sec-program__item {
    padding-top: 0;
  }
}

/* Instagram campaign detail */
.insta-campaign {
  --campaign-color-notes: #f1e6f6;
  color: var(--campaign-color-text);
}

.insta-campaign .sec-lv2-contents {
  padding-top: 0;
}

.insta-campaign .sec-news-detail-intro {
  max-width: 58.75em;
  padding-top: 3em;
  padding-bottom: 6em;
}

.insta-campaign__lead {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.insta-campaign__introduction {
  margin-top: 1.5em;
}

.insta-campaign__introduction p {
  margin: 0;
  line-height: 1.8;
}

.insta-campaign__introduction p+p {
  margin-top: 2.25em;
}

.insta-campaign__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.2em;
  row-gap: 3.5em;
  margin-top: 3.75em;
}

.insta-campaign__item {
  min-width: 0;
  line-height: 1.9;
}

.insta-campaign__item p {
  margin: 1.45em 0 0;
}

.insta-campaign__item-title {
  display: flex;
  min-height: 3em;
  margin: 0;
  padding: 0.55em 1em 0.75em;
  align-items: center;
  justify-content: center;
  background-image: url("../../images/news/bg_title.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: var(--campaign-color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.insta-campaign__steps {
  margin: 1.45em 0 0;
  padding: 0;
  list-style: none;
  counter-reset: campaign-step;
}

.insta-campaign__steps li {
  counter-increment: campaign-step;
}

.insta-campaign__steps li::before {
  margin-right: 0.25em;
  font-weight: 700;
}

.insta-campaign__steps li:nth-child(1)::before {
  content: "①";
}

.insta-campaign__steps li:nth-child(2)::before {
  content: "②";
}

.insta-campaign__steps li:nth-child(3)::before {
  content: "③";
}

.insta-campaign__article a:not(.sec-top-goods__btn),
.sec-top-goods a:not(.sec-top-goods__btn) {
  color: #0068B7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.sec-news-detail-intro a {
  color: #0068B7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}


.insta-campaign__note {
  font-size: 0.9em;
}

.insta-campaign>.wrapper>.sec-lv2-contents>.sec-program {
  display: none;
}

.insta-campaign .sec-top-goods {
  --sec-top-goods-bg: var(--campaign-color-notes);
  padding: 0;
  text-align: left;
}

.insta-campaign .sec-top-goods::before {
  top: -2.4em;
  height: 2.5em;
  background-image: none;
  clip-path: polygon(0 100%, 0 45%, 2% 78%, 4% 30%, 5.5% 72%, 8% 18%, 10% 80%, 12% 28%, 14% 74%, 16.5% 10%, 19% 75%, 21% 22%, 23.5% 82%, 26% 20%, 28.5% 75%, 31% 10%, 33% 82%, 36% 25%, 38.5% 72%, 41% 13%, 43% 78%, 46% 28%, 48.5% 83%, 51% 20%, 53.5% 70%, 56% 8%, 58.5% 80%, 61% 25%, 63% 74%, 65.5% 13%, 68% 80%, 70.5% 22%, 73% 75%, 75.5% 15%, 78% 82%, 81% 20%, 83.5% 72%, 86% 12%, 88.5% 80%, 91% 25%, 93.5% 72%, 96% 17%, 98% 76%, 100% 42%, 100% 100%);
  background-color: var(--campaign-color-notes);
  transform: none;
  scale: 1;
}

.insta-campaign .sec-top-goods::after {
  content: none;
}

.insta-campaign .sec-top-goods__content {
  transform: none;
  box-shadow: none;
}

.insta-campaign .sec-top-goods__inner {
  max-width: 58.75em;
  padding: 3.75em 0 5.5em;
}

.campaign-notes__title {
  margin: 0 0 2em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.campaign-notes__body {
  font-size: 0.8125rem;
  line-height: 1.75;
}

.campaign-notes__section+.campaign-notes__section {
  margin-top: 1.1em;
}

.campaign-notes__heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.campaign-notes__list {
  margin: 0.25em 0 0;
  padding: 0;
  list-style: none;
}

.campaign-notes__list li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

.campaign-notes__list li::before {
  content: "・";
}

.insta-campaign .sec-top-goods .top-section-pattern--bottom {
  display: none;
}

.insta-campaign__bd_box {
  border: 2px solid #7DCCF3;
  padding: 5%;
  border-radius: 12px;
}

@media screen and (min-width: 992px) {
  .insta-campaign .sec-news-detail-intro {
    padding-top: 3.8em;
    padding-bottom: 6.5em;
  }

  .insta-campaign__introduction {
    margin-top: 5.2em;
  }

  .insta-campaign__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 5.25em;
    margin-top: 5.25em;
  }

  .insta-campaign__item-title {
    min-height: 3.55em;
    font-size: 24px;
  }

  .insta-campaign__lead {
    font-size: 32px;
  }

  .insta-campaign .sec-top-goods::before {
    top: -3.4em;
    height: 3.5em;
  }

  .insta-campaign .sec-top-goods__inner {
    padding: 4.75em 0 7em;
  }

  .campaign-notes__heading {
    font-size: 20px;
  }

  .campaign-notes__title {
    font-size: 38px;
    margin-bottom: 2.8em;
  }

  .campaign-notes__body {
    font-size: 0.9375rem;
  }

  .campaign-notes__list li {
    font-size: 18px;
  }
}