@charset "UTF-8";

br.sp { display: none !important; }
span.sp { display: none !important; }
img.sp { display: none !important; }
div.sp { display: none !important; }

@media screen and (max-width: 768px) {
  br.sp { display: inline-block !important; }
  br.pc { display: none !important; }
  span.sp { display: block !important; }
  span.pc { display: none !important; }
  img.sp { display: block !important; }
  img.pc { display: none !important; }
  div.sp { display: block !important; }
  div.pc { display: none !important; }
}

html {
    scroll-behavior: smooth;
}


.slidein01 {
  opacity: 0;
  transform: translate(0,70px);
  transition: all 0.9s 0s ease-in-out;
}
.slidein01.scrollin {
  transform: translate(0,0);
  opacity: 1;
}



.c-font-roboto {
font-family: 'Roboto'!important;
}

/* content-wrapper */
.content-wrapper {
	background: #ffd940;
  display: flex;
  justify-content: center;
}

.side-navi {
  padding-top: 110px;
  width: calc( 50vw - 280px );
  order: 1;
}
.side-navi .wrap {
  width: 252px;
  position: sticky;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.side-navi .wrap .image {
  margin: 0 0 10px 0;
  position: relative;
}
.side-navi .wrap .image img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s 0s ease-in-out;
}
.side-navi .wrap .image img:nth-of-type(1) {
  position: relative;
  top: auto;
  left: auto;
}
.side-navi .wrap .image img.active {
  opacity: 1;
}

.side-navi .wrap .name {
  margin: 0 auto 15px auto;
  width: 151px;
}
.side-navi .wrap .more {
  padding: 0 0 60px 0;
  width: 100%;
}
.side-navi .wrap .more a {
  margin: 0 auto;
  width: 238px;
  height: 48px;
  line-height: 1.2em;
  font-size: 13px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #685bc7;
  text-decoration: none;
  background: #ffd940;
  border: 1px solid #685bc7;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.side-navi .wrap .more a::after {
  width: 5px;
  height: 14px;
  content: "";
  background: url("../img/arrow_02.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0,-50%);
}
.side-navi .wrap .sns {
  margin: 0 0 45px 15px;
  display: flex;
}
.side-navi .wrap .sns li {
  margin: 0 11px 0 0;
  width: 30px;
}
.side-navi .wrap .menu {
  margin: 0 0 0 5px;
}
.side-navi .wrap .menu li {
  margin: 0 0 5px 0;
  width: 168px;
}
.side-navi .wrap .menu li a {
  padding: 0 0 0 12px;
  width: 100%;
  height: 32px;
  line-height: 1.2em;
  font-size: 25px;
  font-weight: 300;
  color: #685bc7;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  transition: all 0.4s 0s ease-in-out;
  box-sizing: border-box;
	letter-spacing: 1.5px;
}
.side-navi .wrap .menu li a:hover {
  color: #ffd940;
  background: #685bc7;
}
.side-navi .wrap .menu li a.active {
  color: #ffd940;
  background: #685bc7;
}



.side-title {
  padding-top: 48px;
  width: calc( 50vw - 280px );
  order: 3;
}
/*.side-title img {
  width: 35px;
  position: sticky;
  top: 48px;
  margin-left: 60px;
}*/

.side-title img {
  width: 70%;
  position: sticky;
  top: 50%;
  margin-left: 10%;
}


.promotion-lp {
  margin: 0 auto;
  width: 560px;
  background: #685bc7;
  display: flex;
  flex-direction: column;
  order: 2;
  position: relative;
  z-index: 1;
}
.promotion-lp img {
  width: 100%;
  height: auto;
  display: block;
}
.promotion-lp .main-visual {
  margin: 0 0 20px 0;
}
.promotion-lp .main-tit {
  margin: 0 auto;
  padding: 42px 0 42px 0;
  width: 352px;
}
.promotion-lp .introduction {
  
}
.promotion-lp .introduction .photo-image {
  margin: 0 auto 32px;
  width: 183px;
}
.promotion-lp .introduction .product-name {
  margin: 0 auto 18px;
  width: 247px;
}
.promotion-lp .introduction .product-image-list {
  margin: 0 auto 58px;
  width: 394px;
}
.promotion-lp .introduction .catch {
  margin: 0 auto 38px;
  width: fit-content;
  line-height: 1.8em;
  font-size: 29px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  color: #ffd940;
}
.promotion-lp .introduction .anim-image01 {
  margin: 0 0 121px 83px;
  width: 444px;
  position: relative;
  z-index: 5;
}
.promotion-lp .introduction .anim-image02 {
  margin: 0 0 131px 28px;
  width: 444px;
  position: relative;
  z-index: 5;
}
.promotion-lp .introduction .anim-image03 {
  margin: 0 0 180px 79px;
  width: 444px;
  position: relative;
  z-index: 5;
}
.promotion-lp .introduction .anim-image04 {
  margin: 0 0 234px 28px;
  width: 444px;
  position: relative;
  z-index: 5;
}
.promotion-lp .introduction .anim-image01 img {
  width: 100%;
  height: auto;
  display: block;
}
.promotion-lp .introduction .anim-image02 img {
  width: 100%;
  height: auto;
  display: block;
}
.promotion-lp .introduction .anim-image03 img {
  width: 100%;
  height: auto;
  display: block;
}
.promotion-lp .introduction .anim-image04 img {
  width: 100%;
  height: auto;
  display: block;
}

.promotion-lp .introduction .anim-image01::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #ffd940;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom right;
  z-index: -1;
  transition: all 0.4s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image02::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #ffd940;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom left;
  z-index: -1;
  transition: all 0.4s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image03::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #ffd940;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom right;
  z-index: -1;
  transition: all 0.4s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image04::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #ffd940;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom left;
  z-index: -1;
  transition: all 0.4s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image01::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #d9ffff;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom right;
  z-index: -2;
  transition: all 0.8s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image02::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #d9ffff;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom left;
  z-index: -2;
  transition: all 0.8s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image03::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #d9ffff;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom right;
  z-index: -2;
  transition: all 0.8s 0s ease-in-out;
}
.promotion-lp .introduction .anim-image04::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #d9ffff;
  border-radius: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0px,0px) rotate(0deg);
  transform-origin: bottom left;
  z-index: -2;
  transition: all 0.8s 0s ease-in-out;
}


.promotion-lp .introduction .anim-image01.scrollin::before {
  transform: translate(-10px,6px) rotate(-4deg);
}
.promotion-lp .introduction .anim-image02.scrollin::before {
  transform: translate(10px,6px) rotate(4deg);
}
.promotion-lp .introduction .anim-image03.scrollin::before {
  transform: translate(-10px,6px) rotate(-4deg);
}
.promotion-lp .introduction .anim-image04.scrollin::before {
  transform: translate(10px,6px) rotate(4deg);
}
.promotion-lp .introduction .anim-image01.scrollin::after {
  transform: translate(-10px,6px) rotate(-8deg);
}
.promotion-lp .introduction .anim-image02.scrollin::after {
  transform: translate(10px,6px) rotate(8deg);
}
.promotion-lp .introduction .anim-image03.scrollin::after {
  transform: translate(-10px,6px) rotate(-8deg);
}
.promotion-lp .introduction .anim-image04.scrollin::after {
  transform: translate(10px,6px) rotate(8deg);
}

.promotion-lp .introduction .product-info01 {
  padding: 0 0 96px 0;
}
.promotion-lp .introduction .product-info01 .image {
  margin: 0 auto 100px;
  width: 197px;
}
.promotion-lp .introduction .product-info01 p {
  margin: 0 33px 0 0;
  padding: 0 0 15px 0;
  text-align: right;
  line-height: 1.8em;
  font-size: 23px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #ffd940;
  position: relative;
}
.promotion-lp .introduction .product-info01 p::after {
  width: 342px;
  height: 9px;
  content: "";
  background: url("../img/deco_01.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0s ease-in-out;
}
.promotion-lp .introduction .product-info01 p.scrollin::after {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s ease;
}
.promotion-lp .introduction .product-info02 {
  margin: 0 15px 106px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promotion-lp .introduction .product-info02 .image {
  width: 197px;
}
.promotion-lp .introduction .product-info02 p {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  text-align: left;
  line-height: 1.8em;
  font-size: 23px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #ffd940;
  position: relative;
}
.promotion-lp .introduction .product-info02 p::after {
  width: 136px;
  height: 13px;
  content: "";
  background: url("../img/deco_02.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0s ease-in-out;
}
.promotion-lp .introduction .product-info02 p.scrollin::after {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s ease;
}

.promotion-lp .introduction .product-info03 {
  margin: 0 0 108px 0;
  padding: 0 0 180px 0;
  position: relative;
}
.promotion-lp .introduction .product-info03 .image {
  width: 197px;
  position: absolute;
  bottom: 0;
  right: 59px;
}
.promotion-lp .introduction .product-info03 p {
  margin: 0 0 42px 42px;
  padding: 0 0 10px 0;
  text-align: left;
  line-height: 1.8em;
  font-size: 23px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #ffd940;
  position: relative;
}
.promotion-lp .introduction .product-info03 p:last-child::after {
  width: 223px;
  height: 57px;
  content: "";
  background: url("../img/deco_03.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -3px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0s ease-in-out;
}
.promotion-lp .introduction .product-info03 p.scrollin::after {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s ease;
}

.promotion-lp .movie-introduction {
  
}
.promotion-lp .movie-introduction .tit01 {
  margin: 0 auto 50px;
  padding: 0 0 30px 0;
  width: 500px;
  line-height: 1.2em;
  font-size: 58px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  text-align: center;
  color: #ffd940;
  letter-spacing: 0.04em;
  position: relative;
}
.promotion-lp .movie-introduction .tit01::after {
  width: 0%;
  height: 3px;
  content: "";
  background: #ffd940;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  transition: all 0.7s 0s ease-in-out;
}
.promotion-lp .movie-introduction .tit01.scrollin::after {
  width: 100%;
}
.promotion-lp .movie-introduction .tit01 .first {
  color: #685bc7;
  position: relative;
  z-index: 1;
}
.promotion-lp .movie-introduction .tit01 .first::after {
  width: 68px;
  height: 88px;
  content: "";
  background: url("../img/tit_deco_01.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -6px;
  left: -15px;
  z-index: -1;
}
.promotion-lp .movie-introduction .catch {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  line-height: 1.6em;
  font-size: 29px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  text-align: center;
  color: #ffd940;
}
.promotion-lp .movie-introduction .text01 {
  margin: -30px 0 0 0;
  padding: 0 0 40px 0;
  line-height: 1.6em;
  font-size: 18px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  text-align: center;
  color: #ffd940;
}

.promotion-lp .movie-introduction .movie-slider {
  margin: 0 0 0 0;
  padding: 0 0 110px 0;
}
.promotion-lp .movie-introduction .movie-slider .item {

}
.promotion-lp .movie-introduction .movie-slider .item button {
  margin: 0 38px 0 0;
  margin: 0 19px 0 19px;
  text-decoration: none;
  color: #685bc7;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: block;
  position: relative;
  cursor: pointer;
}
.promotion-lp .movie-introduction .movie-slider .item button .image {
  position: relative;
  display: block;
}
.promotion-lp .movie-introduction .movie-slider .item button .image::after {
  width: 100%;
  height: calc( 100% - 20px );
  content: "";
  background: #ffd940;
  position: absolute;
  bottom: -50px;
  right: -15px;
  border-radius: 17px;
  z-index: -1;
}
.promotion-lp .movie-introduction .movie-slider .item button .image img {
  display: block;
  border-radius: 17px;
  position: relative;
  z-index: 1;
}
.promotion-lp .movie-introduction .movie-slider .item button .num {
  position: absolute;
  bottom: 16px;
  left: 25px;
  z-index: 2;
  width: 36px;
}
/*
.promotion-lp .movie-introduction .movie-slider .item button .num.num01 {
  width: 36px;
}
.promotion-lp .movie-introduction .movie-slider .item button .num.num02 {
  width: 25px;
  right: -5px;
}
.promotion-lp .movie-introduction .movie-slider .item button .num.num03 {
  width: 23px;
}
*/
.promotion-lp .movie-introduction .movie-slider .item button .title {
  padding: 0 0 0 66px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  text-align: left !important;
  position: relative;
  z-index: 2;
}

.promotion-lp .movie-introduction .image-box {
  margin: 0 auto 0 auto;
  padding: 0 0 100px 0;
  width: 420px;
  width: 470px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promotion-lp .movie-introduction .image-box img {
  margin: 0 0 37px 0;
  padding: 0 0 0 0;
  width: 184px;
  width: 30%;
}
.promotion-lp .movie-introduction .image-box button {
  margin: 0 0 37px 0;
  padding: 0 0 0 0;
  width: 184px;
  width: 30%;
}
.promotion-lp .movie-introduction .image-box button img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}





.promotion-lp .movie-introduction .more {
  margin: 0 0 60px 0;
  width: 100%;
}
.promotion-lp .movie-introduction .more button {
  margin: 0 auto;
  width: 470px;
  height: 74px;
  line-height: 1.2em;
  font-size: 24px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #685bc7;
  text-decoration: none;
  background: #ffd940;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.promotion-lp .movie-introduction .more button::after {
  width: 10px;
  height: 20px;
  content: "";
  background: url("../img/arrow_02.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
}
.promotion-lp .campaign-introduction {
  
}
.promotion-lp .campaign-introduction .tit01 {
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  line-height: 1.2em;
  font-size: 58px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  text-align: center;
  color: #ffd940;
  letter-spacing: 0.10em;
  position: relative;
}
.promotion-lp .campaign-introduction .tit01 .first {
  color: #685bc7;
  position: relative;
  z-index: 1;
}
.promotion-lp .campaign-introduction .tit01 .first::after {
  width: 53px;
  height: 66px;
  content: "";
  background: url("../img/tit_deco_02.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 5px;
  left: -13px;
  z-index: -1;
}
.promotion-lp .campaign-introduction .detail {
  padding: 45px 20px 35px;
  background: #ffd940;
	margin: 20px;
}
.promotion-lp .campaign-introduction .detail h3 {
  margin: 0 auto 36px;
  width: 449px;
}
.promotion-lp .campaign-introduction .detail .image {
  margin: 0 auto 48px;
  width: 100%;
}
.promotion-lp .campaign-introduction .detail .note {
  margin: 0 auto;
  width: 446px;
}
.promotion-lp .campaign-introduction .more {
  padding: 0 0 45px 0;
  width: 100%;
}
.promotion-lp .campaign-introduction .more a {
  margin: 0 auto;
  width: 300px;
  height: 76px;
  line-height: 1.2em;
  font-size: 24px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #ffd940;
  text-decoration: none;
  background: #ff4d33;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.promotion-lp .campaign-introduction .more a::after {
  width: 8px;
  height: 16px;
  content: "";
  background: url("../img/arrow_01.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
}
.promotion-lp .features-introduction {
}
.promotion-lp .features-introduction .tit01 {
  margin: 0 auto 40px;
  padding: 131px 0 30px 0;
  width: 500px;
  line-height: 1.2em;
  font-size: 58px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  text-align: center;
  color: #ffd940;
  letter-spacing: 0.16em;
  position: relative;
}
.promotion-lp .features-introduction .tit01::after {
  width: 0%;
  height: 3px;
  content: "";
  background: #ffd940;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  transition: all 0.7s 0s ease-in-out;
}
.promotion-lp .features-introduction .tit01.scrollin::after {
  width: 100%;
}

.promotion-lp .features-introduction .tit01 .first {
  color: #685bc7;
  position: relative;
  z-index: 1;
}
.promotion-lp .features-introduction .tit01 .first::after {
  width: 53px;
  height: 67px;
  content: "";
  background: url("../img/tit_deco_03.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 5px;
  left: -16px;
  z-index: -1;
}
.promotion-lp .features-introduction .tit02 {
  margin: 0 0 0 0;
  padding: 0 0 65px 0;
  line-height: 1.2em;
  font-size: 29px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  text-align: center;
  color: #ffd940;
  position: relative;
}
.promotion-lp .features-introduction .tit03 {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  line-height: 1.2em;
  font-size: 29px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  text-align: center;
  color: #ffd940;
  position: relative;
}
.promotion-lp .features-introduction .mode-box {
  margin: 0 0 0 0;
  position: relative;
}
.promotion-lp .features-introduction .mode-box .image {
  margin: 0 auto;
  padding: 103px 0 200px 0;
  width: 488px;
}
.promotion-lp .features-introduction .mode-box .function-list {
  position: relative;
}
.promotion-lp .features-introduction .mode-box .function-list li {
  position: absolute;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(1) {
  top: 0;
  left: 113px;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(2) {
  top: 134px;
  left: 20px;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(3) {
  top: 134px;
  left: 325px;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(4) {
  top: 634px;
  left: 20px;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(5) {
  top: 634px;
  left: 325px;
}
.promotion-lp .features-introduction .mode-box dl {
}
.promotion-lp .features-introduction .mode-box dl dt {
  padding: 0 0 5px 0;
  line-height: 1.6em;
  font-size: 21px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #d9ffff;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(1) dl dt::before {
  width: 30px;
  height: 24px;
  content: "";
  background: url("../img/icon_01.webp") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(2) dl dt::before {
  width: 38px;
  height: 27px;
  content: "";
  background: url("../img/icon_02.webp") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(3) dl dt::before {
  width: 30px;
  height: 22px;
  content: "";
  background: url("../img/icon_03.webp") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(4) dl dt::before {
  width: 26px;
  height: 27px;
  content: "";
  background: url("../img/icon_04.webp") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(5) dl dt::before {
  width: 29px;
  height: 28px;
  content: "";
  background: url("../img/icon_05.webp") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.promotion-lp .features-introduction .mode-box dl dt .text {
  display: inline-block;
  vertical-align: top;
}
.promotion-lp .features-introduction .mode-box dl dd {
  line-height: 1.6em;
  font-size: 15px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  color: #d9ffff;
}
.promotion-lp .features-introduction .product-list {
  margin: 0 auto 50px;
  width: 427px;
  display: flex;
  flex-wrap: wrap;
}
.promotion-lp .features-introduction .product-list .item {
  margin: 0 0 18px 0;
  width: 33.33%;
}
.promotion-lp .features-introduction .product-list .item:nth-of-type(4) {
  margin: 0 0 18px 16.66%;
}
.promotion-lp .features-introduction .product-list .item .name {
  text-align: center;
  display: block;
  line-height: 1.4em;
  font-size: 15px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  color: #d9ffff;
}
.promotion-lp .features-introduction .more {
  width: 100%;
}
.promotion-lp .features-introduction .more a {
  margin: 0 auto;
  width: 470px;
  height: 74px;
  line-height: 1.2em;
  font-size: 24px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #685bc7;
  text-decoration: none;
  background: #ffd940;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.promotion-lp .features-introduction .more a::after {
  width: 10px;
  height: 20px;
  content: "";
  background: url("../img/arrow_02.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
}
.promotion-lp .gallery-introduction {
  padding: 0 0 0 0;
}
.promotion-lp .gallery-introduction .tit01 {
  margin: 0 auto 36px;
  padding: 155px 0 30px 0;
  width: 500px;
  line-height: 1.2em;
  font-size: 58px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  text-align: center;
  color: #ffd940;
  letter-spacing: 0.06em;
  position: relative;
}
.promotion-lp .gallery-introduction .tit01::after {
  width: 0%;
  height: 3px;
  content: "";
  background: #ffd940;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  transition: all 0.7s 0s ease-in-out;
}
.promotion-lp .gallery-introduction .tit01.scrollin::after {
  width: 100%;
}

.promotion-lp .gallery-introduction .tit01 .first {
  color: #685bc7;
  position: relative;
  z-index: 1;
}
.promotion-lp .gallery-introduction .tit01 .first::after {
  width: 53px;
  height: 67px;
  content: "";
  background: url("../img/tit_deco_04.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 5px;
  left: -12px;
  z-index: -1;
}
.promotion-lp .gallery-introduction .catch {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  line-height: 1.6em;
  font-size: 29px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  text-align: center;
  color: #ffd940;
}
.promotion-lp .gallery-introduction .image-box {
  margin: 0 auto;
  padding: 0 0 25px 0;
  width: 420px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promotion-lp .gallery-introduction .image-box img {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  width: 185px;
}
.promotion-lp .gallery-introduction .more {
  width: 100%;
}
.promotion-lp .gallery-introduction .more button {
  margin: 0 auto;
  width: 470px;
  height: 74px;
  line-height: 1.2em;
  font-size: 24px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  color: #685bc7;
  text-decoration: none;
  background: #ffd940;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.promotion-lp .gallery-introduction .more button::after {
  width: 10px;
  height: 20px;
  content: "";
  background: url("../img/arrow_02.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
}
.promotion-lp .bnr {
  margin: 0 auto;
  padding: 134px 0 40px 0;
  width: 513px;
}
.promotion-lp .eng-message {
  margin: 0 auto;
  padding: 0 0 65px 0;
  width: 513px;
  text-align: left;
  color: #fff;
}
.promotion-lp .eng-message p {
  margin: 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
}
.promotion-lp .eng-message p em {
  margin: 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-style: italic;
}
/*
 .promotion-lp .movie-introduction .image-box img:nth-of-type(3) {
      margin: 0 0 74px 116px;
  }
*/
@media all and (min-width: 769px) and (max-width: 1100px) {
}
@media screen and (max-width: 768px) {
  .content-wrapper {
    background: #ffd940;
  }

  .promotion-lp {
    margin: 0 auto;
    width: 100vw;
    background: #685bc7;
  }
  .promotion-lp img {
    width: 100%;
    height: auto;
    display: block;
  }
  .promotion-lp .main-visual {
  }
  .promotion-lp .main-tit {
    margin: 0 auto;
    padding: 7.5vw 0 7.5vw 0;
    width: 62.857vw;
  }
  .promotion-lp .introduction {

  }
  .promotion-lp .introduction .photo-image {
    margin: 0 auto 5.714vw;
    width: 32.679vw;
  }
  .promotion-lp .introduction .product-name {
    margin: 0 auto 3.214vw;
    width: 44.107vw;
  }
  .promotion-lp .introduction .product-image-list {
    margin: 0 auto 10.357vw;
    width: 70.357vw;
  }
  .promotion-lp .introduction .catch {
    margin: 0 auto 6.786vw;
    width: fit-content;
    line-height: 1.8em;
    font-size: 5.179vw;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    color: #ffd940;
  }
  .promotion-lp .introduction .anim-image01 {
    margin: 0 0 21.607vw 14.821vw;
    width: 79.286vw;
    position: relative;
    z-index: 5;
  }
  .promotion-lp .introduction .anim-image02 {
    margin: 0 0 23.393vw 5vw;
    width: 79.286vw;
    position: relative;
    z-index: 5;
  }
  .promotion-lp .introduction .anim-image03 {
    margin: 0 0 32.143vw 14.107vw;
    width: 79.286vw;
    position: relative;
    z-index: 5;
  }
  .promotion-lp .introduction .anim-image04 {
    margin: 0 0 41.786vw 5vw;
    width: 79.286vw;
    position: relative;
    z-index: 5;
  }
  .promotion-lp .introduction .anim-image01 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .promotion-lp .introduction .anim-image02 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .promotion-lp .introduction .anim-image03 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .promotion-lp .introduction .anim-image04 img {
    width: 100%;
    height: auto;
    display: block;
  }

  .promotion-lp .introduction .anim-image01::before {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffd940;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom right;
    z-index: -1;
    transition: all 0.4s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image02::before {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffd940;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom left;
    z-index: -1;
    transition: all 0.4s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image03::before {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffd940;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom right;
    z-index: -1;
    transition: all 0.4s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image04::before {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffd940;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom left;
    z-index: -1;
    transition: all 0.4s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image01::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #d9ffff;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom right;
    z-index: -2;
    transition: all 0.8s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image02::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #d9ffff;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom left;
    z-index: -2;
    transition: all 0.8s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image03::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #d9ffff;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom right;
    z-index: -2;
    transition: all 0.8s 0s ease-in-out;
  }
  .promotion-lp .introduction .anim-image04::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #d9ffff;
    border-radius: 3.214vw;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0px,0px) rotate(0deg);
    transform-origin: bottom left;
    z-index: -2;
    transition: all 0.8s 0s ease-in-out;
  }


  .promotion-lp .introduction .anim-image01.scrollin::before {
    transform: translate(-1.786vw,1.071vw) rotate(-4deg);
  }
  .promotion-lp .introduction .anim-image02.scrollin::before {
    transform: translate(1.786vw,1.071vw) rotate(4deg);
  }
  .promotion-lp .introduction .anim-image03.scrollin::before {
    transform: translate(-1.786vw,1.071vw) rotate(-4deg);
  }
  .promotion-lp .introduction .anim-image04.scrollin::before {
    transform: translate(1.786vw,1.071vw) rotate(4deg);
  }
  .promotion-lp .introduction .anim-image01.scrollin::after {
    transform: translate(-1.786vw,1.071vw) rotate(-8deg);
  }
  .promotion-lp .introduction .anim-image02.scrollin::after {
    transform: translate(1.786vw,1.071vw) rotate(8deg);
  }
  .promotion-lp .introduction .anim-image03.scrollin::after {
    transform: translate(-1.786vw,1.071vw) rotate(-8deg);
  }
  .promotion-lp .introduction .anim-image04.scrollin::after {
    transform: translate(1.786vw,1.071vw) rotate(8deg);
  }

  .promotion-lp .introduction .product-info01 {
    padding: 0 0 17.143vw 0;
  }
  .promotion-lp .introduction .product-info01 .image {
    margin: 0 auto 17.857vw;
    width: 35.179vw;
  }
  .promotion-lp .introduction .product-info01 p {
    margin: 0 5.893vw 0 0;
    padding: 0 0 2.679vw 0;
    text-align: right;
    line-height: 1.8em;
    font-size: 4.107vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #ffd940;
    position: relative;
  }
  .promotion-lp .introduction .product-info01 p::after {
    width: 61.071vw;
    height: 1.607vw;
    content: "";
    background: url("../img/deco_01.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s 0s ease-in-out;
  }
  .promotion-lp .introduction .product-info01 p.scrollin::after {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.8s ease;
  }
  .promotion-lp .introduction .product-info02 {
    margin: 0 2.679vw 18.929vw 6.429vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .promotion-lp .introduction .product-info02 .image {
    width: 35.179vw;
  }
  .promotion-lp .introduction .product-info02 p {
    margin: 0 0 0 0;
    padding: 0 0 2.679vw 0;
    text-align: left;
    line-height: 1.8em;
    font-size: 4.107vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #ffd940;
    position: relative;
  }
  .promotion-lp .introduction .product-info02 p::after {
    width: 24.286vw;
    height: 2.321vw;
    content: "";
    background: url("../img/deco_02.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s 0s ease-in-out;
  }
  .promotion-lp .introduction .product-info02 p.scrollin::after {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.8s ease;
  }

  .promotion-lp .introduction .product-info03 {
    margin: 0 0 19.286vw 0;
    padding: 0 0 32.143vw 0;
    position: relative;
  }
  .promotion-lp .introduction .product-info03 .image {
    width: 35.179vw;
    position: absolute;
    bottom: 0;
    right: 10.536vw;
  }
  .promotion-lp .introduction .product-info03 p {
    margin: 0 0 7.5vw 7.5vw;
    padding: 0 0 1.786vw 0;
    text-align: left;
    line-height: 1.8em;
    font-size: 4.107vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #ffd940;
    position: relative;
  }
  .promotion-lp .introduction .product-info03 p:last-child::after {
    width: 39.821vw;
    height: 10.179vw;
    content: "";
    background: url("../img/deco_03.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: -0.536vw;
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s 0s ease-in-out;
  }
  .promotion-lp .introduction .product-info03 p.scrollin::after {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.8s ease;
  }

  .promotion-lp .movie-introduction {

  }
  .promotion-lp .movie-introduction .tit01 {
    margin: 0 auto 8.929vw;
    padding: 0 0 5.357vw 0;
    width: 89.286vw;
    line-height: 1.2em;
    font-size: 10.357vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    text-align: center;
    color: #ffd940;
    letter-spacing: 0.04em;
    position: relative;
  }
  .promotion-lp .movie-introduction .tit01::after {
    width: 0%;
    height: 0.536vw;
    content: "";
    background: #ffd940;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: all 0.7s 0s ease-in-out;
  }
  .promotion-lp .movie-introduction .tit01.scrollin::after {
    width: 100%;
  }
  .promotion-lp .movie-introduction .tit01 .first {
    color: #685bc7;
    position: relative;
    z-index: 1;
  }
  .promotion-lp .movie-introduction .tit01 .first::after {
    width: 12.143vw;
    height: 15.714vw;
    content: "";
    background: url("../img/tit_deco_01.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -1.071vw;
    left: -2.679vw;
    z-index: -1;
  }
  .promotion-lp .movie-introduction .catch {
    margin: 0 0 0 0;
    padding: 0 0 7.143vw 0;
    line-height: 1.6em;
    font-size: 5.179vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    text-align: center;
    color: #ffd940;
  }
  .promotion-lp .movie-introduction .text01 {
    margin: -5.357vw 0 0 0;
    padding: 0 0 7.143vw 0;
    line-height: 1.6em;
    font-size: 3.214vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    text-align: center;
    color: #ffd940;
  }

  
  
  
  
  .promotion-lp .movie-introduction .movie-slider {
    margin: 0 0 0 0;
    padding: 0 0 19.643vw 0;
  }
  .promotion-lp .movie-introduction .movie-slider .item {

  }
  .promotion-lp .movie-introduction .movie-slider .item button {
    margin: 0 6.786vw 0 0;
    text-decoration: none;
    color: #685bc7;
    display: block;
    position: relative;
  }
  
  .promotion-lp .movie-introduction .movie-slider .item button {
    margin: 0 6.786vw 0 0;
    margin: 0 3.393vw 0 3.393vw;
    text-decoration: none;
    color: #685bc7;
    background: none;
    border: none;
    -webkit-appearance: none;
    display: block;
    position: relative;
    cursor: pointer;
  }
  
  .promotion-lp .movie-introduction .movie-slider .item button .image {
    position: relative;
    display: block;
  }
  .promotion-lp .movie-introduction .movie-slider .item button .image::after {
    width: 100%;
    height: calc( 100% - 3.571vw );
    content: "";
    background: #ffd940;
    position: absolute;
    bottom: -8.929vw;
    right: -3.036vw;
    border-radius: 3.036vw;
    z-index: -1;
  }
  .promotion-lp .movie-introduction .movie-slider .item button .image img {
    display: block;
    border-radius: 3.036vw;
    position: relative;
    z-index: 1;
  }
  
  .promotion-lp .movie-introduction .movie-slider .item button .num {
    position: absolute;
    bottom: 2.857vw;
    left: 4.464vw;
    z-index: 2;
    width: 6.429vw;
  }
  /*
  .promotion-lp .movie-introduction .movie-slider .item button .num.num01 {
    width: 6.429vw;
  }
  .promotion-lp .movie-introduction .movie-slider .item button .num.num02 {
    width: 4.464vw;
    right: -0.893vw;
  }
  .promotion-lp .movie-introduction .movie-slider .item button .num.num03 {
    width: 4.107vw;
  }
  */
  .promotion-lp .movie-introduction .movie-slider .item button .title {
    padding: 0 0 0 11.786vw;
    height: 8.929vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1.4em;
    font-size: 2.5vw;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    text-align: left !important;
    position: relative;
    z-index: 2;
  }  
  
  
  
  
  

  .promotion-lp .movie-introduction .image-box {
    margin: 0 auto 0 auto;
    padding: 0 0 21.071vw 0;
    padding: 0 0 20vw 0;
    width: 75vw;
    width: 83.929vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .promotion-lp .movie-introduction .image-box img {
    margin: 0 0 6.607vw 0;
    margin: 0 0 5vw 0;
    padding: 0 0 0 0;
    width: 32.857vw;
    width: 30%;
  }
  .promotion-lp .movie-introduction .image-box img:nth-of-type(3) {
    margin: 0 0 6.607vw 21.0715vw;
    margin: 0 0 5vw 0;
  }
  .promotion-lp .movie-introduction .image-box button {
    margin: 0 0 6.607vw 0;
    margin: 0 0 5vw 0;
    padding: 0 0 0 0;
    width: 32.857vw;
    width: 30%;
  }
  .promotion-lp .movie-introduction .image-box button:nth-of-type(3) {
    margin: 0 0 6.607vw 21.0715vw;
    margin: 0 0 5vw 0;
  }

  .promotion-lp .movie-introduction .image-box button img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  
  
  .promotion-lp .movie-introduction .more {
    margin: 0 0 8vw 0;
    width: 100%;
  }
  .promotion-lp .movie-introduction .more button {
    margin: 0 auto;
    width: 83.929vw;
    height: 13.214vw;
    line-height: 1.2em;
    font-size: 4.286vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #685bc7;
    text-decoration: none;
    background: #ffd940;
    border-radius: 32.143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .promotion-lp .movie-introduction .more button::after {
    width: 1.786vw;
    height: 3.571vw;
    content: "";
    background: url("../img/arrow_02.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.214vw;
    transform: translate(0,-50%);
  }

  
  
  .promotion-lp .campaign-introduction {

  }
  .promotion-lp .campaign-introduction .tit01 {
    margin: 0 0 0 0;
    padding: 0 0 6.429vw 0;
    line-height: 1.2em;
    font-size: 10.357vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    text-align: center;
    color: #ffd940;
    letter-spacing: 0.10em;
    position: relative;
  }
  .promotion-lp .campaign-introduction .tit01 .first {
    color: #685bc7;
    position: relative;
    z-index: 1;
  }
  .promotion-lp .campaign-introduction .tit01 .first::after {
    width: 9.464vw;
    height: 11.786vw;
    content: "";
    background: url("../img/tit_deco_02.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.893vw;
    left: -2.321vw;
    z-index: -1;
  }
  .promotion-lp .campaign-introduction .detail {
    padding: 8.036vw 0 6.25vw 0;
    background: #ffd940;
	  margin: 0;
  }
  .promotion-lp .campaign-introduction .detail h3 {
    margin: 0 auto 6.429vw;
    width: 80.179vw;
  }
  .promotion-lp .campaign-introduction .detail .image {
    margin: 0 auto 8.571vw;
    width: 90.179vw;
  }
  .promotion-lp .campaign-introduction .detail .note {
    margin: 0 auto;
    width: 79.643vw;
  }
  .promotion-lp .campaign-introduction .more {
    padding: 0 0 8.036vw 0;
    width: 100%;
  }
  .promotion-lp .campaign-introduction .more a {
    margin: 0 auto;
    width: 53.571vw;
    height: 13.571vw;
    line-height: 1.2em;
    font-size: 4.286vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #ffd940;
    text-decoration: none;
    background: #ff4d33;
    border-radius: 32.143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .promotion-lp .campaign-introduction .more a::after {
    width: 1.429vw;
    height: 2.857vw;
    content: "";
    background: url("../img/arrow_01.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.214vw;
    transform: translate(0,-50%);
  }
  .promotion-lp .features-introduction {
  }
  .promotion-lp .features-introduction .tit01 {
    margin: 0 auto 7.143vw;
    padding: 23.393vw 0 5.357vw 0;
    width: 89.286vw;
    line-height: 1.2em;
    font-size: 10.357vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    text-align: center;
    color: #ffd940;
    letter-spacing: 0.16em;
    position: relative;
  }
  .promotion-lp .features-introduction .tit01::after {
    width: 0%;
    height: 0.536vw;
    content: "";
    background: #ffd940;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: all 0.7s 0s ease-in-out;
  }
  .promotion-lp .features-introduction .tit01.scrollin::after {
    width: 100%;
  }

  .promotion-lp .features-introduction .tit01 .first {
    color: #685bc7;
    position: relative;
    z-index: 1;
  }
  .promotion-lp .features-introduction .tit01 .first::after {
    width: 9.464vw;
    height: 11.964vw;
    content: "";
    background: url("../img/tit_deco_03.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.893vw;
    left: -2.857vw;
    z-index: -1;
  }

  .promotion-lp .features-introduction .tit02 {
    margin: 0 0 0 0;
    padding: 0 0 11.607vw 0;
    line-height: 1.2em;
    font-size: 5.179vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    text-align: center;
    color: #ffd940;
    position: relative;
  }
  .promotion-lp .features-introduction .tit03 {
    margin: 0 0 0 0;
    padding: 0 0 4.464vw 0;
    line-height: 1.2em;
    font-size: 5.179vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    text-align: center;
    color: #ffd940;
    position: relative;
  }
  .promotion-lp .features-introduction .mode-box {
    margin: 0 0 0 0;
    position: relative;
  }
  .promotion-lp .features-introduction .mode-box .image {
    margin: 0 auto;
    padding: 18.393vw 0 35.714vw 0;
    width: 87.143vw;
  }
  .promotion-lp .features-introduction .mode-box .function-list {
    position: relative;
  }
  .promotion-lp .features-introduction .mode-box .function-list li {
    position: absolute;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(1) {
    top: 0;
    left: 20.179vw;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(2) {
    top: 23.929vw;
    left: 3.571vw;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(3) {
    top: 23.929vw;
    left: 58.036vw;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(4) {
    top: 113.214vw;
    left: 3.571vw;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(5) {
    top: 113.214vw;
    left: 58.036vw;
  }
  .promotion-lp .features-introduction .mode-box dl {
  }
  .promotion-lp .features-introduction .mode-box dl dt {
    padding: 0 0 0.893vw 0;
    line-height: 1.6em;
    font-size: 3.75vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #d9ffff;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(1) dl dt::before {
    width: 5.357vw;
    height: 4.286vw;
    content: "";
    background: url("../img/icon_01.webp") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.714vw 0 0;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(2) dl dt::before {
    width: 6.786vw;
    height: 4.821vw;
    content: "";
    background: url("../img/icon_02.webp") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.714vw 0 0;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(3) dl dt::before {
    width: 5.357vw;
    height: 3.929vw;
    content: "";
    background: url("../img/icon_03.webp") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.714vw 0 0;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(4) dl dt::before {
    width: 4.643vw;
    height: 4.821vw;
    content: "";
    background: url("../img/icon_04.webp") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.714vw 0 0;
  }
  .promotion-lp .features-introduction .mode-box .function-list li:nth-of-type(5) dl dt::before {
    width: 5.179vw;
    height: 5vw;
    content: "";
    background: url("../img/icon_05.webp") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.714vw 0 0;
  }
  .promotion-lp .features-introduction .mode-box dl dt .text {
    display: inline-block;
    vertical-align: top;
  }
  .promotion-lp .features-introduction .mode-box dl dd {
    line-height: 1.6em;
    font-size: 2.679vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    color: #d9ffff;
  }
  .promotion-lp .features-introduction .product-list {
    margin: 0 auto 8.929vw;
    width: 76.25vw;
    display: flex;
    flex-wrap: wrap;
  }
  .promotion-lp .features-introduction .product-list .item {
    margin: 0 0 3.214vw 0;
    width: 33.33%;
  }
  .promotion-lp .features-introduction .product-list .item:nth-of-type(4) {
    margin: 0 0 3.214vw 16.66%;
  }
  .promotion-lp .features-introduction .product-list .item .name {
    text-align: center;
    display: block;
    line-height: 1.4em;
    font-size: 2.679vw;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    color: #d9ffff;
  }
  .promotion-lp .features-introduction .more {
    width: 100%;
  }
  .promotion-lp .features-introduction .more a {
    margin: 0 auto;
    width: 83.929vw;
    height: 13.214vw;
    line-height: 1.2em;
    font-size: 4.286vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #685bc7;
    text-decoration: none;
    background: #ffd940;
    border-radius: 32.143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .promotion-lp .features-introduction .more a::after {
    width: 1.786vw;
    height: 3.571vw;
    content: "";
    background: url("../img/arrow_02.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.214vw;
    transform: translate(0,-50%);
  }
  .promotion-lp .gallery-introduction {
    padding: 0 0 0 0;
  }
  .promotion-lp .gallery-introduction .tit01 {
    margin: 0 auto 6.429vw;
    padding: 27.679vw 0 5.357vw 0;
    width: 89.286vw;
    line-height: 1.2em;
    font-size: 10.357vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    text-align: center;
    color: #ffd940;
    letter-spacing: 0.06em;
    position: relative;
  }
  .promotion-lp .gallery-introduction .tit01::after {
    width: 0%;
    height: 0.536vw;
    content: "";
    background: #ffd940;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: all 0.7s 0s ease-in-out;
  }
  .promotion-lp .gallery-introduction .tit01.scrollin::after {
    width: 100%;
  }

  .promotion-lp .gallery-introduction .tit01 .first {
    color: #685bc7;
    position: relative;
    z-index: 1;
  }
  .promotion-lp .gallery-introduction .tit01 .first::after {
    width: 9.464vw;
    height: 11.964vw;
    content: "";
    background: url("../img/tit_deco_04.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.893vw;
    left: -2.143vw;
    z-index: -1;
  }
  .promotion-lp .gallery-introduction .catch {
    margin: 0 0 0 0;
    padding: 0 0 7.143vw 0;
    line-height: 1.6em;
    font-size: 5.179vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    text-align: center;
    color: #ffd940;
  }
  .promotion-lp .gallery-introduction .image-box {
    margin: 0 auto;
    padding: 0 0 4.464vw 0;
    width: 75vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .promotion-lp .gallery-introduction .image-box img {
    margin: 0 0 6.25vw 0;
    padding: 0 0 0 0;
    width: 33.036vw;
  }
  .promotion-lp .gallery-introduction .more {
    width: 100%;
  }
  .promotion-lp .gallery-introduction .more button {
    margin: 0 auto;
    width: 83.929vw;
    height: 13.214vw;
    line-height: 1.2em;
    font-size: 4.286vw;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #685bc7;
    text-decoration: none;
    background: #ffd940;
    border-radius: 32.143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .promotion-lp .gallery-introduction .more button::after {
    width: 1.786vw;
    height: 3.571vw;
    content: "";
    background: url("../img/arrow_02.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.214vw;
    transform: translate(0,-50%);
  }
  .promotion-lp .bnr {
    margin: 0 auto;
    padding: 23.929vw 0 7.143vw 0;
    width: 91.607vw;
  }
  .promotion-lp .eng-message {
    margin: 0 auto;
    padding: 0 0 11.607vw 0;
    width: 91.607vw;
    text-align: left;
    color: #fff;
  }
  .promotion-lp .eng-message p {
    margin: 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.5vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
  }
  .promotion-lp .eng-message p em {
    margin: 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.5vw;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    font-style: italic;
  }

}




/* modal */
.c_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1020;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    transition: .5s cubic-bezier(.19, 1, .22, 1) opacity
}

.c_modal_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.c_modal_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    top: 0;
    left: 0;
    cursor: pointer
}

.c_modal_contents {
    max-height: min(calc(var(--vpw) * 560px / var(--pcdw)), 560px);
    height: 70vh;
    aspect-ratio: 9/16;
    position: relative;
    z-index: 2
}

.c_modal_yt {
    height: 70vh;
    aspect-ratio: 9/16;
    position: relative
}

.c_modal_yt iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  border-radius: 15px;
}

.c_modal_close {
  width: 28px;
  height: 28px;
  background: url("../img/close_01.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
/*  top: 90px;
  left: 50%;
  transform: translate(140px,0);*/
  /*
  top: 50%;
  left: 50%;
  transform: translate(138px,-360px);
  */
  bottom: 102%;
  right: 10px;
  z-index: 4;
  cursor: pointer;
  border: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c_modal_contents {
    max-height: none
  }
  /*
  .c_modal_close {
    width: 6vw;
    height: 6vw;
    width: 28px;
    height: 28px;
    top: 70px;
    left: 50%;
    transform: translate(130px,0);
  }
  */
  
  .c_modal_close {
    width: 28px;
    height: 28px;
    background: url("../img/close_01.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
  /*  top: 90px;
    left: 50%;
    transform: translate(140px,0);*/
/*
    top: 50%;
    left: 50%;
    transform: translate(138px,-39vh);
*/
    z-index: 4;
    cursor: pointer;
    border: 0;
    pointer-events: none;
  }

  
  
  
}



.modal-overlay {
  width: 100%;
  height: 100vh;
  content: "";
  background: rgba(38,38,38,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.modal-content-wrap {
  width: 413px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
  display: none;
}
.modal-content-wrap .modal-close {
  width: 28px;
  height: 28px;
  background: url("../img/close_01.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -42px;
  right: 15px;
  z-index: 4;
  cursor: pointer;
  border: 0;
  pointer-events: none;
}
.modal-content-wrap .modal-image-slider {
  width: 100%;
}
.modal-content-wrap .modal-image-slider img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .modal-overlay {
    width: 100%;
    height: 100vh;
    content: "";
    background: rgba(38,38,38,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
  }
  .modal-content-wrap {
    width: 73.75vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10001;
    display: none;
  }
  .modal-content-wrap .modal-close {
    width: 5vw;
    height: 5vw;
    background: url("../img/close_01.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -7.5vw;
    right: 2.679vw;
    z-index: 4;
    cursor: pointer;
    border: 0;
    pointer-events: none;
  }
  .modal-content-wrap .modal-image-slider {
    width: 100%;
  }
  .modal-content-wrap .modal-image-slider img {
    width: 100%;
    display: block;
  }

}





.modal-overlay2 {
  width: 100%;
  height: 100vh;
  content: "";
  background: rgba(38,38,38,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.modal-content-wrap2 {
  width: 413px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
  display: none;
}
.modal-content-wrap2 .modal-close {
  width: 28px;
  height: 28px;
  background: url("../img/close_01.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -42px;
  right: 15px;
  z-index: 4;
  cursor: pointer;
  border: 0;
  pointer-events: none;
}
.modal-content-wrap2 .modal-image-slider2 {
  width: 100%;
}
.modal-content-wrap2 .modal-image-slider2 img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .modal-overlay2 {
    width: 100%;
    height: 100vh;
    content: "";
    background: rgba(38,38,38,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
  }
  .modal-content-wrap2 {
    width: 73.75vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10001;
    display: none;
  }
  .modal-content-wrap2 .modal-close {
    width: 5vw;
    height: 5vw;
    background: url("../img/close_01.webp") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -7.5vw;
    right: 2.679vw;
    z-index: 4;
    cursor: pointer;
    border: 0;
    pointer-events: none;
  }
  .modal-content-wrap2 .modal-image-slider2 {
    width: 100%;
  }
  .modal-content-wrap2 .modal-image-slider2 img {
    width: 100%;
    display: block;
  }

}






