@charset "UTF-8";
.section-note .container .fs-14.fw-bold {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

.lp sup {
  font-weight: normal;
}

.lp [class*=link-self]::after {
  width: 18px;
  height: 18px;
}

/*
.lity {
	background: rgba(0,0,0,0.75);
}

.lity-content {
	padding: 0 16px;

	&::after {
		box-shadow: none;
	}
}

.lity-close {
	overflow: hidden;
	top: 24px;
	right: 24px;
	text-indent: 100%;
	width: 36px;
	height: 36px;
	background: url(../images/close.png) no-repeat 0 0 / 100% auto;

	@media screen and (max-width: 767px) {
		top: 16px;
		right: 16px;
	}
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	opacity: .75;
	top: 24px;
	background: url(../images/close.png) no-repeat 0 0 / 100% auto;
}
*/
/*テキスト*/
.fs-11 {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .fs-11-sp {
    font-size: 11px !important;
  }
}

.fs-36 {
  font-size: 36px !important;
}

@media screen and (max-width: 767px) {
  .fs-36-sp {
    font-size: 36px !important;
  }
}

.fs-48 {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .fs-48-sp {
    font-size: 48px !important;
  }
}

.fs-56 {
  font-size: 56px;
}

.text-del {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .text-upper.text-upper-sm {
    padding-inline: 12px;
  }
}
.text-upper.text-upper-sm::before, .text-upper.text-upper-sm::after {
  top: 2px;
  height: 72%;
  border-color: currentColor;
  border-width: 2px;
}
.text-upper.text-upper-sm::before {
  transform: rotate(-24deg);
}
.text-upper.text-upper-sm::after {
  transform: rotate(24deg);
}

.color-marker.yel {
  background: linear-gradient(transparent 1.1em, #ffee32 1.1em, #ffee32 1.35em, transparent 1.35em);
}
.color-marker.blu {
  background: linear-gradient(transparent 1.1em, #b2f7ff 1.1em, #b2f7ff 1.35em, transparent 1.35em);
}
.color-marker.pnk {
  background: linear-gradient(transparent 1.1em, #ffb9fa 1.1em, #ffb9fa 1.35em, transparent 1.35em);
}
.color-marker.grn {
  background: linear-gradient(transparent 1.1em, #8af8f9 1.1em, #8af8f9 1.35em, transparent 1.35em);
}

.text-under {
  text-decoration: underline;
}

.lh-lg {
  line-height: 1.8;
}

.lh-xl {
  line-height: 2;
}

/*リスト*/
.list-note-num.star > li::before {
  content: "★";
}

/*ボーダー*/
.bd-color-jcom-mobile {
  border-color: #00a5a8;
}

/*ボード*/
.board-lg {
  padding: 32px 24px;
  border-radius: 32px;
}

/*角丸*/
.bd-radius-max {
  border-radius: 1000px !important;
}

.bd-radius-48 {
  border-radius: 48px !important;
}

.bd-radius-8 {
  border-radius: 8px !important;
}

/*幅指定*/
.w-full {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

[class*=content-] {
  margin-inline: auto;
}

.content-1200 {
  max-width: 1200px;
}

.content-1000 {
  max-width: 1000px;
}

.content-1040 {
  max-width: 1040px;
}

.content-792 {
  max-width: 792px;
}

.w-100 {
  width: 100%;
}

.btn-w-450 {
  width: 100%;
  max-width: 450px !important;
}

.fit {
  width: 100%;
  height: auto;
}

/*ブロック要素*/
.block {
  display: block;
}

/*CVエリア タブレット時に幅が小さくなるのを回避*/
.section.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}

[class^=swiper1-thumb] {
  margin-top: 32px;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  [class^=swiper1-thumb] {
    margin-top: 4.2666666667vw;
    padding: 0.5333333333vw;
    border-radius: 0.8vw;
  }
}
[class^=swiper1-thumb][data-thumb-view="2"] .swiper-slide {
  width: 50%;
}
[class^=swiper1-thumb][data-thumb-view="3"] .swiper-slide {
  width: 33.3333%;
}
[class^=swiper1-thumb][data-thumb-view="4"] .swiper-slide {
  width: 25%;
}
[class^=swiper1-thumb][data-thumb-col=flex] {
  padding-top: 0;
  padding-right: 0;
}
[class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper {
  flex-wrap: wrap;
}
[class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper .swiper-slide {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  [class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper .swiper-slide {
    margin-top: 0.5333333333vw;
  }
}
[class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper .col-50 {
  width: calc(50% - 4px) !important;
}
@media screen and (max-width: 767px) {
  [class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper .col-50 {
    width: calc(50% - 0.5333333333vw) !important;
  }
}
[class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper .col-33 {
  width: calc(33.3333% - 4px) !important;
}
@media screen and (max-width: 767px) {
  [class^=swiper1-thumb][data-thumb-col=flex] .swiper-wrapper .col-33 {
    width: calc(33.3333% - 0.5333333333vw) !important;
  }
}
[class^=swiper1-thumb] .swiper-wrapper .swiper-slide {
  transition: 0.3s;
  position: relative;
  z-index: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #e83817;
  text-align: center;
  height: 82px;
  margin-bottom: 0;
  border: 3px solid #e83817;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  [class^=swiper1-thumb] .swiper-wrapper .swiper-slide {
    font-size: calc(22px + (24 - 22) * (100vw - 768px) / (1200 - 768));
    height: calc(76px + (82 - 76) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  [class^=swiper1-thumb] .swiper-wrapper .swiper-slide {
    font-size: 2.9333333333vw;
    height: 11.2vw;
    border-width: 0.2666666667vw;
  }
}
[class^=swiper1-thumb] .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  background: #e83817;
}
[class^=swiper1-thumb] .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  background: #e83817;
}
[class^=swiper1-thumb] .swiper-wrapper .swiper-slide:last-of-type::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  [class^=swiper1-thumb] .swiper-wrapper .swiper-slide:hover {
    color: #fff;
    background: #e83817;
  }
  [class^=swiper1-thumb] .swiper-wrapper .swiper-slide:hover::before {
    background: #e83817;
  }
}

[class^=swiper1-main] {
  overflow: hidden;
}
[class^=swiper1-main] .swiper-wrapper .swiper-slide a[data-modal-id] {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 24px;
  opacity: 1;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  [class^=swiper1-main] .swiper-wrapper .swiper-slide a[data-modal-id] {
    border-radius: 2.6666666667vw;
  }
}
[class^=swiper1-main] .swiper-wrapper .swiper-slide a[data-modal-id]::after {
  transition: 0.3s;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 41.71875%;
  top: 33.4375%;
  width: 16.5625%;
  height: 33.125%;
  background: url(../images/play.png) no-repeat 0 0/100% auto;
}
[class^=swiper1-main] .swiper-wrapper .swiper-slide a[data-modal-id] img {
  position: relative;
  transition: 0.3s;
  vertical-align: bottom;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  [class^=swiper1-main] .swiper-wrapper .swiper-slide a[data-modal-id]:hover::after {
    transform: scale(0.88);
  }
  [class^=swiper1-main] .swiper-wrapper .swiper-slide a[data-modal-id]:hover img {
    transform: scale(1.08);
    opacity: 0.8;
  }
}

.swiper2 {
  position: relative;
}
.swiper2 .swiper-container {
  position: relative;
  text-align: center;
  /*
  &[data-slide-view="2"] {
  	max-width: 620px;
  	margin: auto;
  }

  //スライド数が1枚
  &[data-slide-view="1"] {
  	max-width: 300px;
  	margin: auto;

  	@media screen and (max-width: 767px) {
  		max-width: 620px;
  	}
  }
  */
}
.swiper2 .swiper-container .swiper-slide {
  aspect-ratio: 618/815;
}
.swiper2 .swiper2-button-prev,
.swiper2 .swiper2-button-next {
  position: absolute;
  z-index: 10;
  top: 37.6923076923%;
  width: 42px;
  height: 42px;
  margin: auto;
  outline: none;
  background: url(../images/icn_next.png) no-repeat 0 0/100% auto;
}
.swiper2 .swiper2-button-prev::after,
.swiper2 .swiper2-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper2 .swiper2-button-prev,
  .swiper2 .swiper2-button-next {
    display: none;
  }
}
.swiper2 .swiper2-button-prev.swiper-button-disabled,
.swiper2 .swiper2-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.swiper2 .swiper2-button-prev {
  left: -56px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .swiper2 .swiper2-button-prev {
    left: 0;
  }
}
.swiper2 .swiper2-button-next {
  right: -56px;
}
@media screen and (max-width: 767px) {
  .swiper2 .swiper2-button-next {
    right: 0;
  }
}
.swiper2 .swiper2-pagination {
  margin-top: 24px;
  text-align: center;
}
.swiper2 .swiper2-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}
.swiper2 .swiper2-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E93817;
  opacity: 0;
}
.swiper2 .swiper2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.swiper2.is-intersecting .swiper-container .swiper-slide:first-child img {
  opacity: 0;
  animation: gallery-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.swiper2.is-intersecting .swiper-container .swiper-slide:nth-child(2) img {
  opacity: 0;
  animation: gallery-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.16s;
}
.swiper2.is-intersecting .swiper-container .swiper-slide:nth-child(3) img {
  opacity: 0;
  animation: gallery-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.32s;
}
@keyframes gallery-fadeIn {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.swiper4 {
  position: relative;
}
.swiper4 .swiper-container {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiper4 .swiper-container {
    overflow: visible !important;
  }
}
.swiper4 .swiper-slide img {
  border: 1px solid #fff;
}
.swiper4 .swiper4-button-prev,
.swiper4 .swiper4-button-next {
  position: absolute;
  z-index: 10;
  top: calc(50% - 42px);
  width: 42px;
  height: 42px;
  margin: auto;
  outline: none;
  background: url(../images/icn_next_wht.png) no-repeat 0 0/100% auto;
}
.swiper4 .swiper4-button-prev::after,
.swiper4 .swiper4-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper4 .swiper4-button-prev,
  .swiper4 .swiper4-button-next {
    display: none;
  }
}
.swiper4 .swiper4-button-prev.swiper-button-disabled,
.swiper4 .swiper4-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.swiper4 .swiper4-button-prev {
  left: -56px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .swiper4 .swiper4-button-prev {
    left: 0;
  }
}
.swiper4 .swiper4-button-next {
  right: -56px;
}
@media screen and (max-width: 767px) {
  .swiper4 .swiper4-button-next {
    right: 0;
  }
}
.swiper4 .swiper4-pagination {
  margin-top: 24px;
  text-align: center;
}
.swiper4 .swiper4-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.swiper4 .swiper4-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #fff;
  opacity: 0;
}
.swiper4 .swiper4-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper3 {
  position: relative;
}
.swiper3 .swiper-container {
  position: relative;
  text-align: center;
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] {
    min-height: 341px;
  }
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .logo {
  color: #333;
  height: 42px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .logo {
    height: calc(36px + (42 - 36) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .logo {
    height: 9.3333333333vw;
  }
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .logo img {
  height: 100%;
  width: auto;
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .thumb {
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .thumb {
    border-radius: 2.6666666667vw;
  }
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .thumb::after {
  transition: 0.3s;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 41.71875%;
  top: 33.4375%;
  width: 16.5625%;
  height: 33.125%;
  background: url(../images/play.png) no-repeat 0 0/100% auto;
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .title {
    font-size: calc(14px + (16 - 14) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .title {
    font-size: 4.2666666667vw;
  }
}
.swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .title > .sec {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .title > .sec {
    font-size: calc(13px + (14 - 13) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper-container .swiper-wrapper a[data-modal-id] > .title > .sec {
    font-size: 3.7333333333vw;
  }
}
.swiper3 .swiper3-button-prev,
.swiper3 .swiper3-button-next {
  position: absolute;
  z-index: 10;
  top: 140px;
  width: 42px;
  height: 42px;
  margin: auto;
  outline: none;
  background: url(../images/icn_next.png) no-repeat 0 0/100% auto;
}
.swiper3 .swiper3-button-prev::after,
.swiper3 .swiper3-button-next::after {
  display: none;
}
@media screen and (max-width: 1339px) {
  .swiper3 .swiper3-button-prev,
  .swiper3 .swiper3-button-next {
    top: calc(108px + (140 - 108) * (100vw - 1040px) / (1340 - 1040));
  }
}
@media screen and (max-width: 1039px) {
  .swiper3 .swiper3-button-prev,
  .swiper3 .swiper3-button-next {
    top: calc(112px + (150 - 112) * (100vw - 768px) / (1039 - 768));
  }
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper3-button-prev,
  .swiper3 .swiper3-button-next {
    display: none;
  }
}
.swiper3 .swiper3-button-prev.swiper-button-disabled,
.swiper3 .swiper3-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.swiper3 .swiper3-button-prev {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1339px) {
  .swiper3 .swiper3-button-prev {
    left: calc(-48px + (-60 - -48) * (100vw - 768px) / (1340 - 768));
  }
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper3-button-prev {
    left: 0;
  }
}
.swiper3 .swiper3-button-next {
  right: -60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper3 .swiper3-button-next {
    right: calc(-48px + (-60 - -48) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .swiper3 .swiper3-button-next {
    right: 0;
  }
}
.swiper3 .swiper3-pagination {
  margin-top: 24px;
  text-align: center;
}
.swiper3 .swiper3-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}
.swiper3 .swiper3-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E93817;
  opacity: 0;
}
.swiper3 .swiper3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.swiper3.is-intersecting .swiper-container .swiper-slide:first-child p {
  opacity: 0;
  animation: video-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.swiper3.is-intersecting .swiper-container .swiper-slide:nth-child(2) p {
  opacity: 0;
  animation: video-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.16s;
}
.swiper3.is-intersecting .swiper-container .swiper-slide:nth-child(3) p {
  opacity: 0;
  animation: video-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.32s;
}
@keyframes video-fadeIn {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes dot-show {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.fade-in-up {
  opacity: 0;
}
.fade-in-up.is-intersecting {
  animation: fade-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  opacity: 0;
}
.fade-in-down.is-intersecting {
  animation: fade-in-down 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-left {
  opacity: 0;
}
.fade-in-left.is-intersecting {
  animation: fade-in-left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-right {
  opacity: 0;
}
.fade-in-right.is-intersecting {
  animation: fade-in-right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.intersecting-show {
  opacity: 0;
}
.intersecting-show.is-intersecting {
  opacity: 1;
}

.lnav {
  position: relative;
  z-index: 0;
  padding: 10.3333333333% 0 10.6666666667%;
}
@media screen and (max-width: 767px) {
  .lnav {
    z-index: 1;
    padding: 10.7692307692% 0 15.3846153846%;
  }
}
.lnav .lnav-dot-wrap {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lnav .lnav-dot-wrap {
    margin-top: -14.4vw;
    height: 200%;
  }
}
.lnav .lnav-dot-wrap .lnav-dot-mask {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
  stroke-dasharray: 1950;
  stroke-dashoffset: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .lnav .lnav-dot-wrap .lnav-dot-mask {
    stroke-dasharray: 850;
  }
}
.lnav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .lnav ul {
    padding: 0 3.2vw;
  }
}
.lnav ul li {
  position: relative;
  width: calc(16.6666% - 12px);
  height: 96px;
  margin-bottom: 0;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lnav ul li {
    height: calc(62px + (96 - 62) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .lnav ul li {
    width: calc(33.3333% - 2.1333333333vw);
    height: 14.9333333333vw;
  }
  .lnav ul li:nth-child(n+4) {
    margin-top: 4.2666666667vw;
  }
}
.lnav ul li .icn-new {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #fff;
  width: 76px;
  height: 25px;
  margin: -16px auto 0;
  border-radius: 100px;
  border: 2px solid #333;
  background: #e83817;
  animation: floating 0.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767px) {
  .lnav ul li .icn-new {
    font-size: 2.9333333333vw;
    width: 12.8vw;
    height: 4.5333333333vw;
    margin-top: -2.1333333333vw;
    border-width: 1px;
  }
}
@keyframes floating {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.lnav ul li::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -6px;
  width: 44px;
  height: 35px;
  background: url(../images/icn_mortarboard.png) no-repeat 0 0/100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lnav ul li::before {
    width: calc(30px + (44 - 30) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .lnav ul li::before {
    top: -1.0666666667vw;
    width: 7.4666666667vw;
    height: 5.8666666667vw;
  }
}
.lnav ul li a {
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #e83817;
  height: 100%;
  padding-bottom: 14px;
  border-radius: 1000px;
  border: 3px solid #e83817;
  background: #fff url(../images/lnav_arr.png) no-repeat bottom 8px center/17px auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lnav ul li a {
    font-size: calc(13px + (20 - 13) * (100vw - 768px) / (1200 - 768));
    padding-bottom: calc(12px + (14 - 12) * (100vw - 768px) / (1200 - 768));
    background-size: calc(13px + (17 - 13) * (100vw - 768px) / (1200 - 768)) auto;
    background-position: bottom calc(6px + (8 - 6) * (100vw - 768px) / (1200 - 768)) center;
  }
}
@media screen and (max-width: 767px) {
  .lnav ul li a {
    font-size: 2.9333333333vw;
    padding-bottom: 0;
    border-width: 0.5333333333vw;
    background-position: right 1.6vw center;
    background-size: 2.9333333333vw auto;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .lnav ul li:hover::before {
    top: -14px;
  }
  .lnav ul li:hover a {
    background-position: bottom 2px center;
  }
}
.lnav.is-intersecting .lnav-dot-wrap .lnav-dot-mask {
  animation: lnav-dot-svg-stroke 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal forwards;
}
@keyframes lnav-dot-svg-stroke {
  0% {
    opacity: 1;
    stroke-dashoffset: 1950;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes lnav-dot-svg-stroke {
    0% {
      opacity: 1;
      stroke-dashoffset: 850;
    }
    100% {
      opacity: 1;
      stroke-dashoffset: 0;
    }
  }
}
.lnav.is-intersecting ul li {
  opacity: 0;
}
.lnav.is-intersecting ul li:first-child {
  animation: nav-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.lnav.is-intersecting ul li:nth-child(2) {
  animation: nav-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.12s;
}
.lnav.is-intersecting ul li:nth-child(3) {
  animation: nav-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.24s;
}
.lnav.is-intersecting ul li:nth-child(4) {
  animation: nav-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.36s;
}
.lnav.is-intersecting ul li:nth-child(5) {
  animation: nav-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.48s;
}
.lnav.is-intersecting ul li:nth-child(6) {
  animation: nav-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.6s;
}
@keyframes nav-fadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.character {
  position: relative;
  padding-top: 8.1666666667%;
}
@media screen and (max-width: 767px) {
  .character {
    padding-top: 17.0666666667vw;
  }
}
.character::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 2.5%;
  height: 100%;
  background: url(../images/bg_dot_end.png) no-repeat top center/100% auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .character::before {
    width: 3.2vw;
    background-image: url(../images/bg_dot_end_sp.svg);
  }
}
.character .summary {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .character .summary {
    flex-direction: column-reverse;
  }
}
.character .summary .summary-col-1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .character .summary .summary-col-1 img[src="images/yoshitaka_4.png"] {
    width: 93.3333333333vw;
  }
}
.character .summary .summary-col-1 .is-intersecting .path {
  animation: svg-stroke 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s normal forwards;
}
.character .summary .summary-col-2 .summary-logo {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .character .summary .summary-col-2 .summary-logo {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .character .summary .summary-col-2 .summary-logo img[src="images/logo_yoshitaka.png"] {
    width: calc(300px + (400 - 300) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .character .summary .summary-col-2 .summary-logo img[src="images/logo_yoshitaka.png"] {
    width: 60.2666666667vw;
  }
}
.character .summary .summary-col-2 .summary-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .character .summary .summary-col-2 .summary-text {
    font-size: calc(20px + (24 - 20) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .character .summary .summary-col-2 .summary-text {
    font-size: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.character.is-intersecting::before {
  opacity: 1;
  animation: dot-end-show 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes dot-end-show {
  0% {
    opacity: 1;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 8.1666666667%;
  }
}
@media screen and (max-width: 767px) {
  @keyframes dot-end-show {
    0% {
      opacity: 1;
      height: 0;
    }
    100% {
      opacity: 1;
      height: 12.8vw;
    }
  }
}

.profile.is-intersecting .profile-header .inner {
  animation: prof-item-fadeIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.profile.is-intersecting .profile-body .visual {
  animation: prof-item-fadeIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}
.profile.is-intersecting .profile-body .list dl {
  opacity: 0;
}
.profile.is-intersecting .profile-body .list dl:first-child {
  animation: prof-item-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.4s;
}
.profile.is-intersecting .profile-body .list dl:first-child .path {
  animation: svg-stroke 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s normal forwards;
}
.profile.is-intersecting .profile-body .list dl:nth-child(2) {
  animation: prof-item-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.6s;
}
.profile.is-intersecting .profile-body .list dl:nth-child(2) .path {
  animation: svg-stroke 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s normal forwards;
}
.profile.is-intersecting .profile-body .list dl:nth-child(3) {
  animation: prof-item-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
}
.profile.is-intersecting .profile-body .list dl:nth-child(3) .path {
  animation: svg-stroke 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s normal forwards;
}
.profile.is-intersecting .profile-body .list dl:nth-child(4) {
  animation: prof-item-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 1s;
}
.profile.is-intersecting .profile-body .list dl:nth-child(4) .path {
  animation: svg-stroke 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s normal forwards;
}
@keyframes prof-item-fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes svg-stroke {
  0% {
    stroke-dashoffset: 520;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.profile-header {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: -138px;
  padding-left: 80px;
  height: 160px;
  background: url(../images/profile_header_bg.png) no-repeat bottom left/640px auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-header {
    margin-top: calc(-88px + (-138 - -88) * (100vw - 768px) / (1200 - 768));
    padding-left: calc(56px + (80 - 56) * (100vw - 768px) / (1200 - 768));
    height: calc(133px + (160 - 133) * (100vw - 768px) / (1200 - 768));
    background-size: calc(540px + (640 - 540) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-header {
    margin-top: -22.4vw;
    padding-left: 0;
    height: auto;
    background: url(../images/profile_header_bg_sp.png) no-repeat top left/100% auto;
  }
}
.profile-header > .inner {
  display: flex;
  align-items: end;
  padding-top: 90px;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-header > .inner {
    padding-top: calc(76px + (90 - 76) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-header > .inner {
    display: block;
    padding-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-header > .inner .logo img {
    width: calc(232px + (260 - 232) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-header > .inner .logo img {
    width: 59.2vw;
  }
}
.profile-header > .inner .en {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .profile-header > .inner .en {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.profile-header > .inner .ja {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-header > .inner .ja {
    font-size: calc(24px + (26 - 24) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-header > .inner .ja {
    font-size: 6.4vw;
    margin-left: 0;
    margin-top: 3.2vw;
  }
}

.profile-body {
  padding: 48px 32px 48px 16px;
  border-radius: 0 80px 80px 80px;
  background: #e83817;
}
@media screen and (max-width: 767px) {
  .profile-body {
    padding: 6.4vw 0 12.8vw 2.1333333333vw;
    border-radius: 0 0 16vw 16vw;
  }
}
.profile-body > .inner {
  display: flex;
  align-items: center;
}
.profile-body > .inner > .visual {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 48%;
  margin-right: 2%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .visual {
    width: 35%;
    margin-right: -2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .visual img {
    width: 100%;
    height: auto;
  }
}
.profile-body > .inner > .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .list {
    flex: 1;
  }
}
.profile-body > .inner > .list dl {
  width: calc(50% - 16px);
  padding: 24px 32px;
  border-radius: 24px;
  background: #fff;
  margin-bottom: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-body > .inner > .list dl {
    width: calc(50% - (12px + (16 - 12) * (100vw - 768px) / (1200 - 768)));
    padding: calc(16px + (24 - 16) * (100vw - 768px) / (1200 - 768)) calc(24px + (32 - 24) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .list dl {
    width: 100%;
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 3.2vw 0 0 3.2vw;
  }
}
.profile-body > .inner > .list dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #e83817;
  margin-bottom: 12px;
  padding: 0 4px 6px;
  border-bottom: 2px solid #e83817;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-body > .inner > .list dl dt {
    font-size: calc(18px + (24 - 18) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .list dl dt {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
    padding: 0 1.0666666667vw 1.6vw;
    border-width: 0.2666666667vw;
  }
}
.profile-body > .inner > .list dl:nth-child(n+3) {
  margin-top: 42px;
}
@media screen and (max-width: 1199px) {
  .profile-body > .inner > .list dl:nth-child(n+3) {
    margin-top: calc(24px + (42 - 24) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .list dl + dl {
    margin-top: 5.3333333333vw !important;
  }
}
.profile-body > .inner > .list dl dd {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 4px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-body > .inner > .list dl dd {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .profile-body > .inner > .list dl dd {
    font-size: 3.2vw;
    padding: 0 1.0666666667vw 0;
  }
}

.svg-container {
  position: relative;
  width: 100%;
}
.svg-container > .svg-1 {
  position: absolute;
  top: -12px;
  right: 23%;
  width: 40%;
}
.svg-container > .svg-2 {
  position: absolute;
  top: -12px;
  right: 11%;
  width: 40%;
}
.svg-container > .svg-3 {
  position: absolute;
  top: -12px;
  left: 17%;
  width: 40%;
}
.svg-container > .svg-4 {
  position: absolute;
  top: -12px;
  right: 20%;
  width: 40%;
}
.svg-container > .svg-5 {
  position: absolute;
  top: 56px;
  right: 0;
  width: 42%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .svg-container > .svg-5 {
    top: calc(48px + (56 - 48) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .svg-container > .svg-5 {
    top: 11.2vw;
  }
}
@media screen and (max-width: 767px) {
  .svg-container > .svg-5 > .path {
    stroke-width: 3px !important;
  }
}
.svg-container .path {
  fill: none;
  isolation: isolate;
  opacity: 0.6;
  stroke: #e93817;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
}
@media screen and (max-width: 767px) {
  .svg-container .path {
    stroke-width: 4px;
  }
}

@media screen and (max-width: 767px) {
  .campaign.box-primary {
    padding-bottom: 10.6666666667vw;
  }
}
.campaign p {
  line-height: 1.6;
}
.campaign a {
  text-decoration: underline;
}
.campaign .link-blank::after,
.campaign .link-blank-sm::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  background: url(../images/icn_link_blank_wht.png) no-repeat right center/100% auto;
}
@media screen and (max-width: 767px) {
  .campaign .link-blank::after,
  .campaign .link-blank-sm::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.6vw;
  }
}
.campaign .link-blank-sm::after {
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .campaign .link-blank-sm::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.campaign .btn-disabled {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 100%;
  min-width: auto;
  min-height: 70px;
  max-width: 420px;
  margin: auto;
  padding: 0;
  border: none;
  background: #bbb;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .campaign .btn-disabled {
    font-size: calc(22px + (24 - 22) * (100vw - 768px) / (1200 - 768));
    max-width: calc(400px + (420 - 400) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign .btn-disabled {
    font-size: 4.2666666667vw;
    max-width: 64vw;
    min-height: 12.8vw;
  }
}
.campaign .img-border {
  box-sizing: content-box;
  border: 1px solid #fff;
}

.campaign-section {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .campaign-section {
    margin-top: calc(56px + (72 - 56) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-section {
    margin-top: 10.6666666667vw;
  }
}

.campaign-title {
  position: relative;
  font-size: 32px;
  margin: 0 0 80px;
}
@media screen and (max-width: 1199px) {
  .campaign-title {
    margin-bottom: calc(64px + (80 - 64) * (100vw - 768px) / (1200 - 768));
    font-size: calc(30px + (32 - 30) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-title {
    font-size: 5.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.campaign-title::after {
  content: "";
  display: block;
  width: 220px;
  height: 6px;
  margin: 24px auto;
  background: url(../images/campaign_hr.svg) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767px) {
  .campaign-title::after {
    width: 40vw;
    height: 1.0666666667vw;
    margin-top: 4.2666666667vw;
  }
}

.campaign-h-30 {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .campaign-h-30 {
    font-size: calc(28px + (30 - 28) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-h-30 {
    font-size: 4.8vw;
  }
}

.campaign-txt-24 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .campaign-txt-24 {
    font-size: calc(22px + (24 - 22) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-txt-24 {
    font-size: 4.8vw;
  }
}

.campaign-txt-22 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .campaign-txt-22 {
    font-size: calc(20px + (22 - 20) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-txt-22 {
    font-size: 4.2666666667vw;
  }
}

.campaign-txt-20 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .campaign-txt-20 {
    font-size: calc(18px + (20 - 18) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-txt-20 {
    font-size: 3.7333333333vw;
  }
}

.campaign-note-container {
  text-align: left;
  color: #fff;
  margin-top: 40px;
  border-radius: 12px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .campaign-note-container {
    border-radius: 3.2vw;
  }
}
.campaign-note-container + .campaign-note-container {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .campaign-note-container + .campaign-note-container {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign-note-container {
    margin-top: 8.5333333333vw;
  }
}
.campaign-note-container .acc-trigger {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  background: url(../images/icn_acc_open_wht.svg) no-repeat center right 20px/20px auto;
}
.campaign-note-container .acc-trigger.open {
  background-image: url(../images/icn_acc_close_wht.svg);
}
@media screen and (max-width: 767px) {
  .campaign-note-container .acc-trigger {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 3.2vw;
    background-size: 4.2666666667vw auto;
    background-position: center right 4.2666666667vw;
  }
}
.campaign-note-container .acc-body {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-note-container .acc-body {
    padding: 4.2666666667vw 3.2vw;
  }
}

.campaign-note p,
.campaign-note li {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .campaign-note p,
  .campaign-note li {
    font-size: calc(14px + (16 - 14) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .campaign-note p,
  .campaign-note li {
    font-size: 3.2vw;
  }
}

.campaign-footer p {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .campaign-footer p {
    margin-bottom: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign-footer .arr img {
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign-footer a.btn-white-primary {
    font-size: 3.7333333333vw;
    padding-right: 3.7333333333vw;
  }
}
.campaign-footer a.btn-white-primary .sm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .campaign-footer a.btn-white-primary .sm {
    font-size: 3.2vw;
  }
}

.campaign-end {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 200px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .campaign-end {
    font-size: 20px;
    height: 100px;
    margin-top: 14.9333333333vw;
  }
}
.campaign-end::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  .campaign-end.v20240222 {
    margin-block: 8.5333333333vw 6.4vw;
  }
}

.lp {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.bg-main {
  position: relative;
  padding: 0 16px 160px;
  background: url(../images/bg_ameba.jpg) repeat-y top center/100% auto;
}
@media screen and (max-width: 767px) {
  .bg-main {
    padding: 0;
    background-image: url(../images/bg_ameba_sp.jpg);
    background-position: top -16vw center;
  }
}

.mv {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #eb371c;
}
.mv .mv-inner {
  max-width: 100%;
  margin-inline: auto;
}

.box-primary {
  position: relative;
  padding: 92px 32px;
  border-radius: 80px;
  background-color: #e83817;
}
@media screen and (max-width: 767px) {
  .box-primary {
    padding: 16vw 5.3333333333vw 6.4vw;
    border-radius: 16vw;
  }
}
.box-primary + .box-primary {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .box-primary + .box-primary {
    margin-top: 11.2vw;
  }
}
.box-primary h2,
.box-primary h3,
.box-primary h4,
.box-primary h5,
.box-primary ul,
.box-primary li,
.box-primary p {
  color: #fff;
}
.box-primary a {
  color: #fff !important;
}

.box-pnk {
  padding: 64px 32px 48px;
  border-radius: 80px;
  background: #FBD7D1;
}
@media screen and (max-width: 767px) {
  .box-pnk {
    padding: 17.0666666667vw 6.4vw 12.8vw;
    border-radius: 16vw;
  }
}

.box-primary,
.box-pnk {
  position: relative;
}
.box-primary .btn-white-primary,
.box-pnk .btn-white-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 100%;
  min-width: auto;
  min-height: 70px;
  max-width: 420px;
  margin: 0 auto;
  padding: 0;
  border: none;
  color: #e83817 !important;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .box-primary .btn-white-primary,
  .box-pnk .btn-white-primary {
    font-size: calc(22px + (24 - 22) * (100vw - 768px) / (1200 - 768));
    max-width: calc(400px + (420 - 400) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .box-primary .btn-white-primary,
  .box-pnk .btn-white-primary {
    font-size: 4.2666666667vw;
    max-width: 64vw;
    min-height: 12.8vw;
  }
}
.box-primary .btn-white-primary::after,
.box-pnk .btn-white-primary::after {
  transition: 0.3s;
  width: 36px;
  height: 36px;
  background: url(../images/icn_arr_primary.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .box-primary .btn-white-primary::after,
  .box-pnk .btn-white-primary::after {
    right: 3.2vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .box-primary .btn-white-primary:hover::after,
  .box-pnk .btn-white-primary:hover::after {
    transform: translateX(8px);
  }
}
.box-primary .btn-white-primary .fs-sm,
.box-pnk .btn-white-primary .fs-sm {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .box-primary .btn-white-primary .fs-sm,
  .box-pnk .btn-white-primary .fs-sm {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .box-primary .btn-white-primary.w-lg-sp,
  .box-pnk .btn-white-primary.w-lg-sp {
    max-width: 72.5333333333vw;
  }
}

h1 {
  text-align: center;
  margin: 16px 0 0;
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0;
  }
}

.pin-heading {
  position: relative;
  z-index: 0;
  line-height: 1.2;
  text-align: center;
  color: #e83817;
  margin-block: 0;
}
.pin-heading::before {
  content: "";
  position: relative;
  z-index: 3;
  display: block !important;
  width: 18px;
  height: 29px;
  margin: 0 auto -16px;
  background: url(../images/icn_pin.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .pin-heading::before {
    width: 3.2vw;
    height: 5.0666666667vw;
    margin-bottom: -3.2vw;
  }
}
.pin-heading h2.inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #e83817;
  max-width: 420px;
  height: 128px;
  margin: 0 auto 42px;
  border-radius: 1000px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pin-heading h2.inner {
    max-width: calc(400px + (420 - 400) * (100vw - 768px) / (1200 - 768));
    height: calc(102px + (128 - 102) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .pin-heading h2.inner {
    white-space: nowrap;
    max-width: 64vw;
    height: 21.8666666667vw;
    margin-bottom: 6.4vw;
    padding-inline: 4.2666666667vw;
  }
}
.pin-heading h2.inner[data-max-width="460"] {
  max-width: 460px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pin-heading h2.inner[data-max-width="460"] {
    max-width: calc(420px + (460 - 420) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .pin-heading h2.inner[data-max-width="460"] {
    max-width: 77.8666666667vw;
  }
}
.pin-heading h2.inner .en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pin-heading h2.inner .en {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .pin-heading h2.inner .en {
    font-size: 2.9333333333vw;
  }
}
.pin-heading h2.inner .ja {
  font-size: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pin-heading h2.inner .ja {
    font-size: calc(32px + (36 - 32) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .pin-heading h2.inner .ja {
    font-size: 6.4vw;
  }
}
.pin-heading.is-intersecting::before {
  opacity: 0;
  animation: pin-fadeIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes pin-fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pin-heading.is-intersecting h2.inner .en {
  opacity: 0;
  animation: h-en-fadeIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes h-en-fadeIn {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.pin-heading.is-intersecting h2.inner .ja {
  opacity: 0;
  animation: h-ja-fadeIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes h-ja-fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.dot-line {
  fill: none;
  fill-rule: evenodd;
  stroke: #e83817;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke-dasharray: 0, 8;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 767px) {
  .dot-line {
    stroke-width: 3.2px;
    stroke-dasharray: 0, 5.4;
  }
}

.dot-wrap-sm {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dot-wrap-sm {
    margin-bottom: -0.8vw;
  }
}
.dot-wrap-sm.left {
  transform: scale(-1, 1);
}
.dot-wrap-sm .dot-sm-mask {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
  stroke-dasharray: 150;
  stroke-dashoffset: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .dot-wrap-sm .dot-sm-mask {
    stroke-dasharray: 90;
  }
}
.dot-wrap-sm.is-intersecting .dot-sm-mask {
  animation: dot-sm-svg-stroke 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) normal forwards;
}
@keyframes dot-sm-svg-stroke {
  0% {
    opacity: 1;
    stroke-dashoffset: 150;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes dot-sm-svg-stroke {
    0% {
      opacity: 1;
      stroke-dashoffset: 90;
    }
    100% {
      opacity: 1;
      stroke-dashoffset: 0;
    }
  }
}

[data-dot=left],
[data-dot=right] {
  padding-block: 13.3333333333% 2px;
}
@media screen and (max-width: 767px) {
  [data-dot=left],
  [data-dot=right] {
    margin-block: -1.0666666667vw !important;
    padding-block: 21.8666666667vw 0.5333333333vw;
  }
}
[data-dot=left] .dot-wrap,
[data-dot=right] .dot-wrap {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-dot=left] .dot-wrap .dot-mask,
[data-dot=right] .dot-wrap .dot-mask {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
  stroke-dasharray: 1250;
  stroke-dashoffset: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  [data-dot=left] .dot-wrap .dot-mask,
  [data-dot=right] .dot-wrap .dot-mask {
    stroke-dasharray: 500;
  }
}
[data-dot=left].is-intersecting .dot-wrap .dot-mask,
[data-dot=right].is-intersecting .dot-wrap .dot-mask {
  animation: dot-svg-stroke 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal forwards;
}
@keyframes dot-svg-stroke {
  0% {
    opacity: 1;
    stroke-dashoffset: 1250;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes dot-svg-stroke {
    0% {
      opacity: 1;
      stroke-dashoffset: 500;
    }
    100% {
      opacity: 1;
      stroke-dashoffset: 0;
    }
  }
}

[data-dot=left] .dot-wrap {
  transform: scale(-1, 1);
}

[data-dot=last] {
  padding-block: 12.3333333333% 0;
}
@media screen and (max-width: 767px) {
  [data-dot=last] {
    margin-top: -0.8vw !important;
    padding-block: 22.1333333333vw 0;
  }
}
[data-dot=last] .dot-wrap {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-dot=last] .dot-wrap .dot-mask {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
  stroke-dasharray: 450;
  stroke-dashoffset: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  [data-dot=last] .dot-wrap .dot-mask {
    stroke-dasharray: 175;
  }
}
[data-dot=last].is-intersecting .dot-wrap .dot-mask {
  animation: dot-last-svg-stroke 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal forwards;
}
@keyframes dot-last-svg-stroke {
  0% {
    opacity: 1;
    stroke-dashoffset: 450;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes dot-last-svg-stroke {
    0% {
      opacity: 1;
      stroke-dashoffset: 175;
    }
    100% {
      opacity: 1;
      stroke-dashoffset: 0;
    }
  }
}

.story {
  position: relative;
  z-index: 1;
}
.story .board {
  padding: 80px 16px 160px;
  border-radius: 80px 80px 0 0;
  background: #1a4f4c url(../images/blackboard.jpg) no-repeat bottom center/100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .story .board {
    padding-block: calc(60px + (80 - 60) * (100vw - 768px) / (1200 - 768)) calc(120px + (160 - 120) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .story .board {
    padding: 7.4666666667vw 3.2vw 17.0666666667vw;
    border-radius: 16vw 16vw 0 0;
    background-size: 180% auto;
    background-position: bottom right 36%;
  }
}
.story .board .story-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .story .board .story-title {
    font-size: calc(32px + (36 - 32) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .story .board .story-title {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.story .board .story-title span {
  position: relative;
  z-index: 0;
}
.story .board .story-title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: -4%;
  bottom: 0;
  width: 108%;
  height: 24%;
  transform: skew(-18deg);
  background: #e83817;
}
.story .board p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.85;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .story .board p {
    font-size: calc(20px + (22 - 20) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .story .board p {
    font-size: 3.4666666667vw;
    line-height: 1.75;
  }
}

.cm .cm-title {
  font-size: 32px;
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cm .cm-title {
    font-size: calc(30px + (32 - 30) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .cm .cm-title {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.cm .cm-title.dot-under {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cm .cm-title.dot-under {
    font-size: calc(30px + (32 - 30) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .cm .cm-title.dot-under {
    margin-bottom: 8.5333333333vw;
  }
}
.cm .cm-title.dot-under::after {
  content: "";
  display: block;
  width: 220px;
  height: 6px;
  margin: 24px auto;
  background: url(../images/campaign_hr.svg) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767px) {
  .cm .cm-title.dot-under::after {
    width: 40vw;
    height: 1.0666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.cm .cm-title-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  width: 212px;
  height: 100px;
  margin: -32px auto 16px;
}
@media screen and (max-width: 767px) {
  .cm .cm-title-label {
    font-size: 3.4666666667vw;
    width: 28.2666666667vw;
    height: 13.3333333333vw;
    margin: -8.5333333333vw auto 3.2vw;
  }
}
.cm .cm-title-label .svg-container {
  position: absolute;
  left: 0;
  top: 0;
}
.cm .cm-title-label .svg-container > .svg-6 {
  position: absolute;
  top: 0;
  left: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cm .cm-title-label .svg-container > .svg-6 {
    left: 1.6vw;
  }
}
.cm .cm-title-label .svg-container .path {
  opacity: 0.6;
  stroke: #fff;
}
@media screen and (max-width: 767px) {
  .cm .cm-title-label .svg-container .path {
    stroke-width: 3px !important;
  }
}
.cm .cm-title-label .is-intersecting .path {
  animation: svg-stroke 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s normal forwards;
}
@keyframes svg-stroke {
  0% {
    stroke-dashoffset: 520;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.cm .cm-catch {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cm .cm-catch {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.cm .summary {
  display: flex;
  margin-block: 48px 32px;
}
@media screen and (max-width: 767px) {
  .cm .summary {
    margin-block: 7.4666666667vw 6.4vw;
  }
}
.cm .summary > .summary-col-1 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cm .summary > .summary-col-1 {
    width: 64%;
  }
}
.cm .summary > .summary-col-2 {
  width: 100%;
  max-width: 210px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .cm .summary > .summary-col-2 {
    width: 36%;
    margin-left: 1.0666666667vw;
  }
  .cm .summary > .summary-col-2 img[src="images/yoshitaka_3.png"] {
    transform: scale(1.08) translateX(6%) translateY(4%);
  }
  .cm .summary > .summary-col-2.col-bottom-sp {
    align-self: end;
  }
}
.cm .summary .summary-title {
  font-size: 32px;
  text-align: left;
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cm .summary .summary-title {
    font-size: calc(30px + (32 - 30) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .cm .summary .summary-title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.cm .summary .summary-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cm .summary .summary-text {
    font-size: calc(20px + (22 - 20) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .cm .summary .summary-text {
    font-size: 3.7333333333vw;
  }
}
.cm .summary .summary-text > .lg {
  font-size: 127.2727272727%;
}
.cm .summary .summary-text > .sm {
  font-size: 90.9090909091%;
}
@media screen and (max-width: 767px) {
  .cm .summary .summary-text > .sm {
    font-size: 3.7333333333vw;
  }
}
.cm .summary .summary-note {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cm .summary .summary-note {
    font-size: 3.2vw;
    margin-top: 6.4vw;
  }
}
.cm .link-remarks {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cm .link-remarks {
    font-size: calc(16px + (18 - 16) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .cm .link-remarks {
    font-size: 2.9333333333vw;
    margin-bottom: 1.6vw;
  }
}
.cm .modal-video#modal-video .modal-content {
  width: calc(100% - 24px);
}
.cm .modal-video#modal-video .modal-content .close {
  outline: none !important;
}

.gallery {
  padding-inline: 72px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-inline: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery .swiper2 .swiper-container {
    width: 75%;
  }
}

.modal-video#modal-gallery .modal-content,
.modal-video#modal-shinlife .modal-content,
.modal-video#modal-kv .modal-content {
  max-width: 470px;
  width: auto;
  width: calc(100% - 24px);
}
.modal-video#modal-gallery .modal-content .close,
.modal-video#modal-shinlife .modal-content .close,
.modal-video#modal-kv .modal-content .close {
  outline: none !important;
}
.modal-video#modal-gallery .modal-content > .modal-body,
.modal-video#modal-shinlife .modal-content > .modal-body,
.modal-video#modal-kv .modal-content > .modal-body {
  overflow-y: visible;
  padding: 0;
  background: none;
}

.modal-video#modal-shinlife .modal-content,
.modal-video#modal-kv .modal-content {
  max-width: 640px;
}

.video {
  padding: 120px 72px 100px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .video {
    padding-inline: calc(60px + (72 - 60) * (100vw - 768px) / (1200 - 768));
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 16vw 6.4vw 12.8vw;
    border-radius: 16vw;
  }
}
.video .btn-white-primary {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .video .btn-white-primary {
    margin-top: 8.5333333333vw;
  }
}