@charset "UTF-8";
/*
* aneitsu.css
*
*/
/* --------------------------------
  Magnific Popup
-------------------------------- */
.mfp-bg {
  overflow: hidden;
  opacity: 0.8;
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  outline: none !important;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 1045;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:         zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  margin-top: -0.8em;
  width: auto;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  opacity: 0.65;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  padding-right: 6px;
  width: 100%;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 0.65;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;

  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  width: 0;
  height: 0;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.js-loadOverray {
  overflow: hidden;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  pointer-events: none;
}

.wrapper-container {
  overflow: hidden;
  min-width: 980px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.wrapper-container .about-box {
  overflow: hidden;
  position: relative;
  background: url("/img/aneitsu/about/bg.png") repeat center/clamp(6.8055555556px, 10px, 0.6944444444vw) clamp(6.8055555556px, 10px, 0.6944444444vw);
}
.wrapper-container .about-box .about-inner {
  display: flex;
  flex-direction: row-reverse;

  justify-content: center;
}
.wrapper-container .about-box .about-inner > .ttl {
  margin-top: clamp(-2px, -0.1388888889vw, -1.3611111111px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), translate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.76s;
  font-size: 0;
}
.wrapper-container .about-box .about-inner > .ttl.-first {
  margin-left: clamp(8.1666666667px, 12px, 0.8333333333vw);
  width: clamp(16.3333333333px, 24px, 1.6666666667vw);
}
.wrapper-container .about-box .about-inner > .ttl.-second {
  margin-left: clamp(34.0277777778px, 50px, 3.4722222222vw);
  width: clamp(18.7152777778px, 27.5px, 1.9097222222vw);
  transition-delay: 1s;
}
.wrapper-container .about-box .about-inner > .txt {
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), translate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;

  --base-delay: 1.4s;
}
.wrapper-container .about-box .about-inner > .txt.-first {
  margin-left: clamp(27.2222222222px, 40px, 2.7777777778vw);
  width: clamp(81.6666666667px, 120px, 8.3333333333vw);
  transition-delay: var(--base-delay);
}
.wrapper-container .about-box .about-inner > .txt.-second {
  margin-left: clamp(27.2222222222px, 40px, 2.7777777778vw);
  width: clamp(35.3888888889px, 52px, 3.6111111111vw);
  transition-delay: calc(var(--base-delay) + 0.24s);
}
.wrapper-container .about-box .about-inner > .txt.-third {
  width: clamp(11.9097222222px, 17.5px, 1.2152777778vw);
  transition-delay: calc(var(--base-delay) + 0.48s);
}
.wrapper-container .about-box .about-inner:not(.-anim) > .ttl,
.wrapper-container .about-box .about-inner:not(.-anim) > .txt {
  opacity: 0;

  translate: 0 clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .about-box > .img {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.86s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.86s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.86s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.86s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -webkit-filter: blur(6px);

          filter: blur(6px);
  will-change: filter;
  --index-delay-time: 0.15s;
}
.wrapper-container .about-box > .img.-first {
  width: clamp(195.3194444444px, 287px, 19.9305555556vw);
  -webkit-transform: translate(calc(-50% - clamp(302.8472222222px, 445px, 30.9027777778vw)), calc(-50% - clamp(187.8333333333px, 276px, 19.1666666667vw)));
          transform: translate(calc(-50% - clamp(302.8472222222px, 445px, 30.9027777778vw)), calc(-50% - clamp(187.8333333333px, 276px, 19.1666666667vw)));
}
.wrapper-container .about-box > .img.-second {
  width: clamp(217.0972222222px, 319px, 22.1527777778vw);
  transition-delay: calc(var(--index-delay-time) * 3);
  -webkit-transform: translate(calc(-50% - clamp(370.9027777778px, 545px, 37.8472222222vw)), calc(-50% - clamp(2.7222222222px, 4px, 0.2777777778vw)));
          transform: translate(calc(-50% - clamp(370.9027777778px, 545px, 37.8472222222vw)), calc(-50% - clamp(2.7222222222px, 4px, 0.2777777778vw)));
}
.wrapper-container .about-box > .img.-third {
  width: clamp(287.1944444444px, 422px, 29.3055555556vw);
  transition-delay: calc(var(--index-delay-time) * 2);
  -webkit-transform: translate(calc(-50% - clamp(367.5px, 540px, 37.5vw)), calc(-50% + clamp(178.3055555556px, 262px, 18.1944444444vw)));
          transform: translate(calc(-50% - clamp(367.5px, 540px, 37.5vw)), calc(-50% + clamp(178.3055555556px, 262px, 18.1944444444vw)));
}
.wrapper-container .about-box > .img.-fourth {
  width: clamp(183.75px, 270px, 18.75vw);
  transition-delay: calc(var(--index-delay-time) * 5);
  -webkit-transform: translate(calc(-50% + clamp(321.2222222222px, 472px, 32.7777777778vw)), calc(-50% - clamp(132.7083333333px, 195px, 13.5416666667vw)));
          transform: translate(calc(-50% + clamp(321.2222222222px, 472px, 32.7777777778vw)), calc(-50% - clamp(132.7083333333px, 195px, 13.5416666667vw)));
}
.wrapper-container .about-box > .img.-fifth {
  width: clamp(224.5833333333px, 330px, 22.9166666667vw);
  transition-delay: calc(var(--index-delay-time));
  -webkit-transform: translate(calc(-50% + clamp(413.7777777778px, 608px, 42.2222222222vw)), calc(-50% + clamp(46.2777777778px, 68px, 4.7222222222vw)));
          transform: translate(calc(-50% + clamp(413.7777777778px, 608px, 42.2222222222vw)), calc(-50% + clamp(46.2777777778px, 68px, 4.7222222222vw)));
}
.wrapper-container .about-box > .img.-sixth {
  width: clamp(161.2916666667px, 237px, 16.4583333333vw);
  transition-delay: calc(var(--index-delay-time) * 4);
  -webkit-transform: translate(calc(-50% + clamp(274.9444444444px, 404px, 28.0555555556vw)), calc(-50% + clamp(215.0555555556px, 316px, 21.9444444444vw)));
          transform: translate(calc(-50% + clamp(274.9444444444px, 404px, 28.0555555556vw)), calc(-50% + clamp(215.0555555556px, 316px, 21.9444444444vw)));
}
.wrapper-container .about-box > .obj {
  position: absolute;
  top: 50%;
  left: 50%;
}
.wrapper-container .about-box > .obj.-first {
  width: clamp(452.5694444444px, 665px, 46.1805555556vw);
  -webkit-transform: translate(calc(-50% - clamp(381.1111111111px, 560px, 38.8888888889vw)), calc(-50% - clamp(208.25px, 306px, 21.25vw)));
          transform: translate(calc(-50% - clamp(381.1111111111px, 560px, 38.8888888889vw)), calc(-50% - clamp(208.25px, 306px, 21.25vw)));
}
.wrapper-container .about-box > .obj.-second {
  width: clamp(475.0277777778px, 698px, 48.4722222222vw);
  -webkit-transform: translate(calc(-50% + clamp(427.3888888889px, 628px, 43.6111111111vw)), calc(-50% + clamp(58.5277777778px, 86px, 5.9722222222vw)));
          transform: translate(calc(-50% + clamp(427.3888888889px, 628px, 43.6111111111vw)), calc(-50% + clamp(58.5277777778px, 86px, 5.9722222222vw)));
}
.wrapper-container .about-box:has(.about-inner.-anim) > .img {
  opacity: 1;

  -webkit-filter: none;

          filter: none;
}
.wrapper-container .campaign-box {
  position: relative;
  z-index: 1;
  background: url(/img/aneitsu/campaign/bg.png) repeat top left/max(27.9027777778px, 2.8472222222vw) max(27.9027777778px, 2.8472222222vw);
}
.wrapper-container .campaign-box .contents-box {
  border-radius: clamp(4.0833333333px, 6px, 0.4166666667vw);
  background-color: #fff;
}
.wrapper-container .campaign-box .contents-box > .head-txt {
  translate: clamp(11.5694444444px, 17px, 1.1805555556vw);
}
.wrapper-container .campaign-box .contents-box > .howto-box {
  padding-top: clamp(36.75px, 54px, 3.75vw);
}
.wrapper-container .campaign-box .contents-box > .convert-box {
  margin-top: clamp(29.9444444444px, 44px, 3.0555555556vw);
}
.wrapper-container .campaign-box .contents-box > .term-box {
  margin: clamp(51.7222222222px, 76px, 5.2777777778vw) auto 0;
  border: 1px solid #000;
  width: clamp(631.5555555556px, 928px, 64.4444444444vw);
}
@-webkit-keyframes scale {
  0% {
    scale: 1;
  }
  40% {
    scale: 1.08;
  }
  100% {
    scale: 1;
  }
}
@keyframes scale {
  0% {
    scale: 1;
  }
  40% {
    scale: 1.08;
  }
  100% {
    scale: 1;
  }
}
.wrapper-container .campaign-box .convert-box > .convert-link {
  margin: clamp(9.5277777778px, 14px, 0.9722222222vw) auto 0;
  width: clamp(370.2222222222px, 544px, 37.7777777778vw);
  height: clamp(47.6388888889px, 70px, 4.8611111111vw);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}
.wrapper-container .campaign-box .convert-box > .convert-txt.-anim ~ .convert-link {
  -webkit-animation: scale 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: scale 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.wrapper-container .campaign-box .convert-link {
  display: flex;
  position: relative;
  border-radius: 9999px;
  background-color: #f9df4b;
  text-decoration: none;
  color: #333;

  align-items: center;
  justify-content: center;
  gap: clamp(8.1666666667px, 12px, 0.8333333333vw);
}
.wrapper-container .campaign-box .convert-link > .icon {
  display: block;
  width: clamp(27.2222222222px, 40px, 2.7777777778vw);
}
.wrapper-container .campaign-box .convert-link > .txt {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14.9722222222px, 22px, 1.5277777778vw);
  font-weight: 700;
  line-height: 1;
}
.wrapper-container .campaign-box .convert-link > .arrow {
  position: absolute;
  top: 50%;
  right: clamp(13.6111111111px, 20px, 1.3888888889vw);
  width: clamp(5.4444444444px, 8px, 0.5555555556vw);
  font-size: 0;

  translate: 0 -50%;
}
.wrapper-container .campaign-box .convert-txt {
  overflow: hidden;
}
.wrapper-container .campaign-box .convert-txt > .txt {
  margin: 0 auto;
  width: clamp(245px, 360px, 25vw);
  transition: translate 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wrapper-container .campaign-box .convert-txt:not(.-anim) > .txt {
  translate: 0 100%;
}
.wrapper-container .campaign-box .head-txt {
  display: flex;
  position: relative;

  justify-content: center;
  align-items: flex-start;
  gap: clamp(31.3055555556px, 46px, 3.1944444444vw);
}
.wrapper-container .campaign-box .head-txt > .txt {
  margin-top: clamp(5.4444444444px, 8px, 0.5555555556vw);
  width: clamp(347.0833333333px, 510px, 35.4166666667vw);
}
.wrapper-container .campaign-box .head-txt > .instax-box {
  width: clamp(231.3888888889px, 340px, 23.6111111111vw);
}
.wrapper-container .campaign-box .head-txt > .pen {
  position: absolute;
  top: clamp(-41px, -2.8472222222vw, -27.9027777778px);
  left: clamp(51.7222222222px, 76px, 5.2777777778vw);
  width: clamp(61.25px, 90px, 6.25vw);
}
.wrapper-container .campaign-box .head-txt > .line {
  position: absolute;
  z-index: -1;
  top: clamp(20.4166666667px, 30px, 2.0833333333vw);
  left: clamp(122.5px, 180px, 12.5vw);
  width: clamp(243.6388888889px, 358px, 24.8611111111vw);
  height: clamp(10.2083333333px, 15px, 1.0416666667vw);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  background-color: color-mix(in srgb, #ff96a6 50%, transparent);

  -webkit-clip-path: inset(0 100% 0 0);

          clip-path: inset(0 100% 0 0);
}
.wrapper-container .campaign-box .head-txt > .linepen {
  position: absolute;
  z-index: 1;
  top: clamp(78.9444444444px, 116px, 8.0555555556vw);
  left: clamp(59.8888888889px, 88px, 6.1111111111vw);
  width: clamp(374.3055555556px, 550px, 38.1944444444vw);
}
.wrapper-container .campaign-box .head-txt > .linepen #layer_2 path {
  transition: stroke-dashoffset 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  fill: none;
  stroke: #fff;
  stroke-dasharray: clamp(1612.9166666667px, 2370px, 164.5833333333vw);
  stroke-dashoffset: clamp(1612.9166666667px, 2370px, 164.5833333333vw);
}
.wrapper-container .campaign-box .head-txt > .linepen #layer_1 {
  -webkit-mask: url(#out);
          mask: url(#out);
}
.wrapper-container .campaign-box .head-txt.-anim > .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.wrapper-container .campaign-box .head-txt.-anim > .linepen #layer_2 path {
  stroke-dashoffset: 0;
}
.wrapper-container .campaign-box .howto-box > .ttl {
  margin: 0 auto;
  width: clamp(221.8611111111px, 326px, 22.6388888889vw);
}
.wrapper-container .campaign-box .howto-box > .images-box {
  margin-top: clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .campaign-box .images-box {
  display: -ms-grid;
  display: grid;
  position: relative;

  gap: clamp(40.8333333333px, 60px, 4.1666666667vw);
  justify-content: center;
  -ms-grid-columns: clamp(295.3611111111px, 434px, 30.1388888889vw) clamp(40.8333333333px, 60px, 4.1666666667vw) clamp(295.3611111111px, 434px, 30.1388888889vw);
  grid-template-columns: repeat(2, clamp(295.3611111111px, 434px, 30.1388888889vw));
}
.wrapper-container .campaign-box .images-box > .arrow {
  position: absolute;
  margin: auto;
  border-top: clamp(2.7222222222px, 4px, 0.2777777778vw) solid #ff96a6;
  border-right: clamp(2.7222222222px, 4px, 0.2777777778vw) solid #ff96a6;
  width: clamp(14.9722222222px, 22px, 1.5277777778vw);
  height: clamp(14.9722222222px, 22px, 1.5277777778vw);

  inset: 0;
  rotate: 45deg;
  translate: clamp(-4px, -0.2777777778vw, -2.7222222222px);
}
.wrapper-container .campaign-box .instax-box {
  position: relative;
}
.wrapper-container .campaign-box .instax-box > .instax-cracker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(260.6527777778px, 383px, 26.5972222222vw);
  -webkit-transform: translate(calc(-50% + clamp(2.7222222222px, 4px, 0.2777777778vw)), calc(-50% - clamp(12.25px, 18px, 1.25vw)));
          transform: translate(calc(-50% + clamp(2.7222222222px, 4px, 0.2777777778vw)), calc(-50% - clamp(12.25px, 18px, 1.25vw)));
}
.wrapper-container .campaign-box .term-box {
  overflow: hidden;
  border-radius: clamp(9.5277777778px, 14px, 0.9722222222vw);
}
.wrapper-container .campaign-box .term-box > .ttl {
  padding: clamp(2.0416666667px, 3px, 0.2083333333vw) 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: clamp(12.25px, 18px, 1.25vw);
  font-weight: 700;
  line-height: 1.6;
}
.wrapper-container .campaign-box .term-box > .term-inner {
  padding: clamp(20.4166666667px, 30px, 2.0833333333vw) clamp(40.8333333333px, 60px, 4.1666666667vw) clamp(25.8611111111px, 38px, 2.6388888889vw);
  height: clamp(185.1111111111px, 272px, 18.8888888889vw);
}
.wrapper-container .campaign-box .term-inner {
  overflow-y: auto;
}
.wrapper-container .campaign-box .term-inner dt {
  position: relative;
  margin-bottom: clamp(5.4444444444px, 8px, 0.5555555556vw);
  padding-left: 1em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .campaign-box .term-inner dt::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(2.7222222222px, 4px, 0.2777777778vw);
  margin: auto;
  border-radius: 50%;
  width: clamp(6.8055555556px, 10px, 0.6944444444vw);
  height: clamp(6.8055555556px, 10px, 0.6944444444vw);
  background-color: #000;
}
.wrapper-container .campaign-box .term-inner dd {
  margin-bottom: clamp(13.6111111111px, 20px, 1.3888888889vw);
  padding-bottom: clamp(13.6111111111px, 20px, 1.3888888889vw);
  border-bottom: clamp(0.6805555556px, 1px, 0.0694444444vw) solid #d3d3d3;
}
.wrapper-container .campaign-box .term-inner dd:last-child {
  border-bottom: none;
}
.wrapper-container .campaign-box .term-inner .campaign_term_contents_titleWrapper {
  margin-bottom: clamp(9.5277777778px, 14px, 0.9722222222vw);
  text-align: center;
}
.wrapper-container .campaign-box .term-inner .campaign_term_contents_title {
  font-size: clamp(12.25px, 18px, 1.25vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt {
  margin-bottom: clamp(5.4444444444px, 8px, 0.5555555556vw);
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10.8888888889px, 16px, 1.1111111111vw);
  line-height: 1.625;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt span {
  border-bottom: clamp(0.6805555556px, 1px, 0.0694444444vw) solid #f3b5b7;
  color: #e60019;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt span.red {
  border-bottom: none;
  color: #e60019;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt a {
  transition: opacity 0.2s;
  text-decoration: none;
  color: #666;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt a.bl_terms_txt__underline {
  border-bottom: clamp(0.6805555556px, 1px, 0.0694444444vw) solid #000;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt a:hover {
  opacity: 0.7;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_lead {
  margin-bottom: clamp(23.1388888889px, 34px, 2.3611111111vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes {
  padding-left: 1em;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(9.5277777778px, 14px, 0.9722222222vw);
  line-height: 1.5714285714;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes li {
  list-style-type: none;
  text-indent: -1em;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes li.red::before {
  color: #e60019;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes li::before {
  content: "※";
  display: inline;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes li a {
  transition: opacity 0.2s;
  text-decoration: none;
  color: #666;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes li a:hover {
  opacity: 0.7;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes li span {
  border-bottom: clamp(0.6805555556px, 1px, 0.0694444444vw) solid #f3b5b7;
  color: #e60019;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes__asterisk {
  color: #000;
  font-size: clamp(10.8888888889px, 16px, 1.1111111111vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes__asterisk li {
  padding-bottom: clamp(5.4444444444px, 8px, 0.5555555556vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_notes__asterisk li::before {
  content: "＊";
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table {
  margin-top: clamp(9.5277777778px, 14px, 0.9722222222vw);
  text-align: center;
  font-size: clamp(9.5277777778px, 14px, 0.9722222222vw);
  font-weight: 600;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table thead tr {
  height: clamp(20.4166666667px, 30px, 2.0833333333vw);
  background-color: #f0f0f0;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table thead tr th {
  border: clamp(1.3611111111px, 2px, 0.1388888889vw) solid #fff;
  width: clamp(67.375px, 99px, 6.875vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table tbody tr {
  height: clamp(34.7083333333px, 51px, 3.5416666667vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table tbody tr td {
  border: clamp(1.3611111111px, 2px, 0.1388888889vw) solid #f0f0f0;
  background-color: #fff;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table tbody tr td:first-child {
  border: clamp(1.3611111111px, 2px, 0.1388888889vw) solid #fff;
  background-color: #f0f0f0;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table tbody tr:last-child td:first-child {
  border-bottom: clamp(1.3611111111px, 2px, 0.1388888889vw) solid #f0f0f0;
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt_table_unit {
  color: #666;
  font-size: clamp(9.5277777778px, 14px, 0.9722222222vw);
}
.wrapper-container .campaign-box .term-inner .bl_terms_txt__enclosed {
  display: inline-block;
  padding: clamp(8.1666666667px, 12px, 0.8333333333vw) clamp(13.6111111111px, 20px, 1.3888888889vw);
  background-color: red;
  color: #fff !important;
  line-height: 1;
}
.wrapper-container .campaign-box .ttl-box {
  position: relative;
}
.wrapper-container .campaign-box .ttl-box > .ttl-cracker {
  position: absolute;
  transition: scale 0.6s cubic-bezier(0.175, 0.885, 0.22, 1.175), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-container .campaign-box .ttl-box > .ttl-cracker.-first {
  top: clamp(-77px, -5.3472222222vw, -52.4027777778px);
  left: clamp(-136px, -9.4444444444vw, -92.5555555556px);
  width: clamp(226.625px, 333px, 23.125vw);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.wrapper-container .campaign-box .ttl-box > .ttl-cracker.-second {
  top: clamp(-68px, -4.7222222222vw, -46.2777777778px);
  right: clamp(-140px, -9.7222222222vw, -95.2777777778px);
  width: clamp(225.9444444444px, 332px, 23.0555555556vw);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.wrapper-container .campaign-box .ttl-box > .ttl:not(.-anim) ~ .ttl-cracker {
  opacity: 0;

  scale: 0;
}
.wrapper-container .campaign-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max(129.9861111111px, 13.2638888889vw);
  background: url(/img/aneitsu/campaign/top.png) no-repeat bottom left/contain;

  translate: 0 calc(-100% + clamp(1.3611111111px, 2px, 0.1388888889vw));
}
.wrapper-container .campaign-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max(153.125px, 15.625vw);
  background: url(/img/aneitsu/campaign/bottom.png) no-repeat top left/contain;

  translate: 0 calc(100% - clamp(1.3611111111px, 2px, 0.1388888889vw));
}
.wrapper-container .campaign-box > .ttl-box {
  margin: 0 auto;
  width: clamp(639.7222222222px, 940px, 65.2777777778vw);
}
.wrapper-container .campaign-box > .contents-box {
  margin: clamp(-86px, -5.9722222222vw, -58.5277777778px) auto 0;
  padding: clamp(104.8055555556px, 154px, 10.6944444444vw) 0 clamp(68.0555555556px, 100px, 6.9444444444vw);
  width: clamp(762.2222222222px, 1120px, 77.7777777778vw);
}
.wrapper-container .cast-box {
  position: relative;
  background: url("/img/aneitsu/cast/bg.png") repeat center/clamp(6.8055555556px, 10px, 0.6944444444vw) clamp(6.8055555556px, 10px, 0.6944444444vw);
}
.wrapper-container .cast-box .cast-inner > .ttl {
  margin: 0 auto;
  width: clamp(112.2916666667px, 165px, 11.4583333333vw);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), translate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-container .cast-box .cast-inner > .ttl:not(.-anim) {
  opacity: 0;

  translate: 0 clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .cast-box .cast-inner > .cast-list {
  margin-top: clamp(49px, 72px, 5vw);
}
.wrapper-container .cast-box .cast-inner > .obj {
  position: absolute;
  top: 50%;
  left: 50%;
}
.wrapper-container .cast-box .cast-inner > .obj.-first {
  width: clamp(434.875px, 639px, 44.375vw);
  -webkit-transform: translate(calc(-50% - clamp(360.6944444444px, 530px, 36.8055555556vw)), calc(-50% - clamp(249.0833333333px, 366px, 25.4166666667vw)));
          transform: translate(calc(-50% - clamp(360.6944444444px, 530px, 36.8055555556vw)), calc(-50% - clamp(249.0833333333px, 366px, 25.4166666667vw)));
}
.wrapper-container .cast-box .cast-inner > .obj.-second {
  width: clamp(452.5694444444px, 665px, 46.1805555556vw);
  -webkit-transform: translate(calc(-50% + clamp(341.6388888889px, 502px, 34.8611111111vw)), calc(-50% + clamp(74.8611111111px, 110px, 7.6388888889vw)));
          transform: translate(calc(-50% + clamp(341.6388888889px, 502px, 34.8611111111vw)), calc(-50% + clamp(74.8611111111px, 110px, 7.6388888889vw)));
}
.wrapper-container .cast-box .cast-inner > .obj.-third {
  width: clamp(484.5555555556px, 712px, 49.4444444444vw);
  -webkit-transform: translate(calc(-50% - clamp(423.3055555556px, 622px, 43.1944444444vw)), calc(-50% + clamp(186.4722222222px, 274px, 19.0277777778vw)));
          transform: translate(calc(-50% - clamp(423.3055555556px, 622px, 43.1944444444vw)), calc(-50% + clamp(186.4722222222px, 274px, 19.0277777778vw)));
}
.wrapper-container .cast-box .cast-list {
  display: flex;
  position: relative;
  z-index: 1;

  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(39.4722222222px, 58px, 4.0277777778vw) clamp(43.5555555556px, 64px, 4.4444444444vw);
}
.wrapper-container .cast-box .cast-list > .cast {
  width: clamp(148.3611111111px, 218px, 15.1388888889vw);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), translate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-container .cast-box .cast-list > .cast:nth-of-type(2),
.wrapper-container .cast-box .cast-list > .cast:nth-of-type(5) {
  transition-delay: 0.24s;
}
.wrapper-container .cast-box .cast-list > .cast:nth-of-type(3) {
  transition-delay: 0.48s;
}
.wrapper-container .cast-box .cast-list > .cast:not(.-anim) {
  opacity: 0;

  translate: 0 clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .cast-box > .cast-inner {
  margin: 0 auto;
  width: clamp(532.1944444444px, 782px, 54.3055555556vw);
}
.wrapper-container .kv-box {
  position: relative;
  z-index: 3;

  -webkit-mask-image: url(/img/aneitsu/kv/kv_mask.png);

          mask-image: url(/img/aneitsu/kv/kv_mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.wrapper-container .kv-box .logo-box > .txt {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.wrapper-container .kv-box .logo-box > .logo {
  position: absolute;
  margin: auto;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  inset: 0;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(1) {
  transition-delay: 1s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(2) {
  transition-delay: 1.5s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(3) {
  transition-delay: 1.72s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(4) {
  transition-delay: 2.22s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(5) {
  transition-delay: 2.36s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(6) {
  transition-delay: 2.58s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(7) {
  transition-delay: 2.8s;
}
.wrapper-container .kv-box .logo-box > .logo:nth-of-type(8) {
  transition-delay: 3.02s;
}
.wrapper-container .kv-box .logo-box:not(.-anim) > .logo {
  opacity: 0;
}
.wrapper-container .kv-box > .logo-box {
  position: absolute;
  top: max(42.1944444444px, 4.3055555556vw);
  right: max(156.5277777778px, 15.9722222222vw);
  width: max(149.0416666667px, 15.2083333333vw);
}
.wrapper-container .kv-box > .img {
  pointer-events: none;
}
.wrapper-container .kv-box > video {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-container .kv-box.-competed > video {
  opacity: 0;
}
.wrapper-container .story-box {
  background: url("/img/aneitsu/story/bg.png") repeat center/clamp(6.8055555556px, 10px, 0.6944444444vw) clamp(6.8055555556px, 10px, 0.6944444444vw);
}
.wrapper-container .story-box .story-inner {
  position: relative;
  z-index: 1;
}
.wrapper-container .story-box .story-inner > .ttl {
  margin: 0 auto;
  width: clamp(175.5833333333px, 258px, 17.9166666667vw);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), translate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-container .story-box .story-inner > .ttl:not(.-anim) {
  opacity: 0;

  translate: 0 clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .story-box .story-inner > .story-list {
  margin-top: clamp(66.6944444444px, 98px, 6.8055555556vw);
}
.wrapper-container .story-box .story-inner > .obj {
  position: absolute;
  z-index: -1;
  left: 50%;
}
.wrapper-container .story-box .story-inner > .obj.-first {
  top: clamp(-390px, -27.0833333333vw, -265.4166666667px);
  width: clamp(680.5555555556px, 1000px, 69.4444444444vw);

  translate: calc(-50% + clamp(510.4166666667px, 750px, 52.0833333333vw));
}
.wrapper-container .story-box .story-inner > .obj.-second {
  top: clamp(6.8055555556px, 10px, 0.6944444444vw);
  width: clamp(346.4027777778px, 509px, 35.3472222222vw);

  translate: calc(-50% - clamp(383.8333333333px, 564px, 39.1666666667vw));
}
.wrapper-container .story-box .story-inner > .obj.-third {
  top: clamp(357.2916666667px, 525px, 36.4583333333vw);
  width: clamp(564.8611111111px, 830px, 57.6388888889vw);

  translate: calc(-50% + clamp(458.6944444444px, 674px, 46.8055555556vw));
}
.wrapper-container .story-box .story-inner > .obj.-fourth {
  top: clamp(631.5555555556px, 928px, 64.4444444444vw);
  width: clamp(536.9583333333px, 789px, 54.7916666667vw);

  translate: calc(-50% - clamp(417.8611111111px, 614px, 42.6388888889vw));
}
.wrapper-container .story-box .story-inner > .obj.-fifth {
  top: clamp(1018.1111111111px, 1496px, 103.8888888889vw);
  width: clamp(357.2916666667px, 525px, 36.4583333333vw);

  translate: calc(-50% + clamp(348.4444444444px, 512px, 35.5555555556vw));
}
.wrapper-container .story-box .story-item {
  position: relative;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), translate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-container .story-box .story-item:nth-of-type(2n + 1) {
  transition-delay: 0.2s;
}
.wrapper-container .story-box .story-item.-new::before {
  width: clamp(44.9166666667px, 66px, 4.5833333333vw);
}
.wrapper-container .story-box .story-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: auto;
  width: clamp(31.3055555556px, 46px, 3.1944444444vw);
  background: url(/img/aneitsu/story/icon_play.png) no-repeat center/contain;
  pointer-events: none;

  inset: 0;
  aspect-ratio: 1;
}
.wrapper-container .story-box .story-item > .btn {
  display: block;
  overflow: hidden;
  border: none;
  border-radius: clamp(40.8333333333px, 60px, 4.1666666667vw);
  width: 100%;
  background-color: transparent;
}
.wrapper-container .story-box .story-item:nth-of-type(1) > .btn {
  border-radius: clamp(54.4444444444px, 80px, 5.5555555556vw);
}
.wrapper-container .story-box .story-item > .btn > img {
  transition: 0.24s scale cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper-container .story-box .story-item > .btn:hover > img {
  transition: 0.4s scale cubic-bezier(0.25, 0.46, 0.45, 0.94);

  scale: 1.06;
}
.wrapper-container .story-box .story-item > .video-ttl {
  position: absolute;
  top: clamp(-34px, -2.3611111111vw, -23.1388888889px);
  right: clamp(-66px, -4.5833333333vw, -44.9166666667px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.6s;
}
.wrapper-container .story-box .story-item > .video-ttl:not(:has(.new)) {
  padding: clamp(13.6111111111px, 20px, 1.3888888889vw) clamp(10.2083333333px, 15px, 1.0416666667vw) clamp(1.3611111111px, 2px, 0.1388888889vw);
}
.wrapper-container .story-box .story-item.-new > .video-ttl {
  top: clamp(-34px, -2.3611111111vw, -23.1388888889px);
  right: clamp(-70px, -4.8611111111vw, -47.6388888889px);
}
.wrapper-container .story-box .story-item:not(.-anim) {
  opacity: 0;

  translate: 0 clamp(13.6111111111px, 20px, 1.3888888889vw);
}
.wrapper-container .story-box .story-item:not(.-anim) > .video-ttl {
  opacity: 0;
}
.wrapper-container .story-box .story-list {
  display: -ms-grid;
  display: grid;

  justify-content: center;
  -ms-grid-columns: clamp(326.6666666667px, 480px, 33.3333333333vw) clamp(65.3333333333px, 96px, 6.6666666667vw) clamp(326.6666666667px, 480px, 33.3333333333vw);
  grid-template-columns: repeat(2, clamp(326.6666666667px, 480px, 33.3333333333vw));
  gap: clamp(87.1111111111px, 128px, 8.8888888889vw) clamp(65.3333333333px, 96px, 6.6666666667vw);
      grid-template-areas: "newItem newItem";
}
.wrapper-container .story-box .story-list > .story-item:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin: 0 auto clamp(10.8888888889px, 16px, 1.1111111111vw);
  width: clamp(526.75px, 774px, 53.75vw);

  grid-area: newItem;
}
.wrapper-container .story-box .story-list > .story-item:not(:nth-of-type(1)) {
  -webkit-transform: translate(clamp(-30px, -2.0833333333vw, -20.4166666667px));
          transform: translate(clamp(-30px, -2.0833333333vw, -20.4166666667px));
}
.wrapper-container .story-box .video-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.wrapper-container .story-box .video-ttl:not(:has(.new)) {
  border: 1px solid #6b5138;
  border-radius: clamp(4.0833333333px, 6px, 0.4166666667vw);
  background-color: #fff;
}
.wrapper-container .story-box .video-ttl > .ttl {
  display: flex;
  flex-direction: column;
  background-color: #fff;

  gap: clamp(6.8055555556px, 10px, 0.6944444444vw);
}
.wrapper-container .story-box .video-ttl > .ttl > .index {
  letter-spacing: 0.1em;
  color: #333;
  font-size: clamp(12.25px, 18px, 1.25vw);
  font-weight: 500;
  line-height: 1;
}
.wrapper-container .story-box .video-ttl > .ttl > .txt {
  color: #333;
  font-size: clamp(19.0555555556px, 28px, 1.9444444444vw);
  font-weight: 500;
  line-height: 1;
}
.wrapper-container .story-box .video-ttl > .ttl > .txt > .-mustache {
  font-size: clamp(27.2222222222px, 40px, 2.7777777778vw);
}
.wrapper-container .story-box .video-ttl > .ttl > .txt > .-bold {
  white-space: nowrap;
  letter-spacing: 0.11em;
}
.wrapper-container .story-box .video-ttl > .new {
  display: inline-block;
  padding: clamp(12.25px, 18px, 1.25vw) clamp(6.8055555556px, 10px, 0.6944444444vw) clamp(8.1666666667px, 12px, 0.8333333333vw);
  border-top-right-radius: clamp(4.0833333333px, 6px, 0.4166666667vw);
  border-bottom-right-radius: clamp(4.0833333333px, 6px, 0.4166666667vw);
  background-color: #f49091;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: clamp(12.25px, 18px, 1.25vw);
  font-weight: 500;
  line-height: 1;
}
.wrapper-container .story-box .video-ttl:has(.new) > .ttl {
  padding: clamp(10.8888888889px, 16px, 1.1111111111vw) clamp(9.5277777778px, 14px, 0.9722222222vw) clamp(5.4444444444px, 8px, 0.5555555556vw) clamp(13.6111111111px, 20px, 1.3888888889vw);
  border: 1px solid #f49091;
  border-radius: clamp(4.0833333333px, 6px, 0.4166666667vw);
  border-top-right-radius: 0;
}
.wrapper-container .story-box .video-ttl:has(.new) > .ttl > .index {
  font-size: clamp(16.3333333333px, 24px, 1.6666666667vw);
}
.wrapper-container .story-box .video-ttl:has(.new) > .ttl > .txt {
  padding-top: clamp(3.4027777778px, 5px, 0.3472222222vw);
  color: #df6466;
  font-size: clamp(27.2222222222px, 40px, 2.7777777778vw);
}
.wrapper-container .story-box .video-ttl:has(.new) > .ttl > .txt > .-bold {
  padding-bottom: clamp(4.0833333333px, 6px, 0.4166666667vw);
  letter-spacing: 0.1em;
}
.wrapper-container .sns-box {
  display: -ms-grid;
  display: grid;

  justify-content: center;
  gap: clamp(40.8333333333px, 60px, 4.1666666667vw);
  -ms-grid-columns: clamp(310.3333333333px, 456px, 31.6666666667vw) clamp(40.8333333333px, 60px, 4.1666666667vw) clamp(310.3333333333px, 456px, 31.6666666667vw);
  grid-template-columns: repeat(2, clamp(310.3333333333px, 456px, 31.6666666667vw));
}
@keyframes scale {
  0% {
    scale: 1;
  }
  40% {
    scale: 1.08;
  }
  100% {
    scale: 1;
  }
}
.wrapper-container .sns-box .banner-box > .txt-box {
  margin: 0 auto;
}
.wrapper-container .sns-box .banner-box > .txt-box.-kirinuki {
  width: clamp(144.9583333333px, 213px, 14.7916666667vw);
}
.wrapper-container .sns-box .banner-box > .txt-box.-offshot {
  width: clamp(147.6805555556px, 217px, 15.0694444444vw);
}
.wrapper-container .sns-box .banner-box > .banner {
  display: block;
  margin-top: clamp(10.8888888889px, 16px, 1.1111111111vw);
}
.wrapper-container .sns-box .banner-box > .txt-box.-anim ~ .banner {
  -webkit-animation: scale 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: scale 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.wrapper-container .sns-box .txt-box {
  overflow: hidden;
}
.wrapper-container .sns-box .txt-box > .txt {
  transition: translate 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wrapper-container .sns-box .txt-box:not(.-anim) > .txt {
  translate: 0 100%;
}
.wrapper-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper-container > .about-box {
  margin-top: clamp(-118px, -8.1944444444vw, -80.3055555556px);
  padding: clamp(238.1944444444px, 350px, 24.3055555556vw) 0 clamp(217.7777777778px, 320px, 22.2222222222vw);
}
.wrapper-container > .story-box {
  padding: clamp(197.3611111111px, 290px, 20.1388888889vw) 0 max(334.1527777778px, 34.0972222222vw);
}
.wrapper-container > .campaign-box {
  padding: clamp(99.3611111111px, 146px, 10.1388888889vw) 0 max(68.0555555556px, 6.9444444444vw);
}
.wrapper-container > .sns-box {
  margin-top: max(253.8472222222px, 25.9027777778vw);
}

/* --------------------------------
  Video modal
-------------------------------- */
.open-popup-link {
  cursor: pointer;
}

button.mfp-close {
  opacity: 1;
}
button.mfp-close:before,
button.mfp-close:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
button.mfp-close:before {
  top: -8px;
  left: 23px;
  width: 2px;
  height: 65px;
}
button.mfp-close:after {
  top: 23px;
  left: -8px;
  width: 65px;
  height: 2px;
}

.mfp-close,
.mfp-close:active {
  top: -73px;
  right: 10px;
  width: 48px;
  height: 48px;
}

.modal_cont_wrap {
  position: relative;
  margin: 100px auto;
}

.modal_movie_cont_wrap {
  width: 100%;
  max-width: 770px;
}
.modal_movie_cont_wrap.-lg {
  max-width: 1000px;
}
.modal_movie_cont_wrap.-lg .modal_videoWrapper {
  max-height: 562.5px;
}
.modal_movie_cont_wrap .mfp-close,
.modal_movie_cont_wrap .mfp-close:active {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal_movie_cont_wrap .modal_movie_inner {
  text-align: center;
}
.modal_movie_cont_wrap .modal_movie_titleWrapper {
  position: relative;
  z-index: 1;
}
.modal_movie_cont_wrap .modal_movie_title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.modal_movie_cont_wrap .modal_videoWrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 56.25vw;
  max-height: 433px;
}
.modal_movie_cont_wrap .modal_videoWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 100%;
  height: 100%;
}