@charset "UTF-8";
#container {
  /* 共通 */
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 56px;
    overflow: hidden;
  }
}
#container .content-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#container .archivo {
  font-family: "Archivo", sans-serif;
}
#container .noto {
  font-family: "Noto Sans JP", serif;
}
@font-face {
  font-family: "lineseed-thin";
  src: url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lineseed-regular";
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lineseed-bold";
  src: url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "lineseed-exbold";
  src: url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
#container .linebold {
  font-family: "lineseed-bold", sans-serif;
  font-weight: 600;
}
#container .lineexbold {
  font-family: "lineseed-exbold", sans-serif;
  font-weight: 900;
}
#container .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#container .fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
#container .fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#container .fadeup-item {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item.fadeup-deley-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#container .fadeup-item.fadeup-deley-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#container .fadeup-item.is-fadeup-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#container .fadeup-item-en .fenefit-circle-top {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item-en .fenefit-circle-right-top {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item-en .fenefit-circle-right-bottom {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item-en .fenefit-circle-bottom {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item-en .fenefit-circle-left-bottom {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item-en .fenefit-circle-left-top {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
#container .fadeup-item-en.is-fadeup .fenefit-circle-top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#container .fadeup-item-en.is-fadeup .fenefit-circle-right-top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#container .fadeup-item-en.is-fadeup .fenefit-circle-right-bottom {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#container .fadeup-item-en.is-fadeup .fenefit-circle-bottom {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#container .fadeup-item-en.is-fadeup .fenefit-circle-left-bottom {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
#container .fadeup-item-en.is-fadeup .fenefit-circle-left-top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
#container .cta-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-left: 40px;
}
#container .cta-button {
  width: 100%;
  max-width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#9B008C), to(#ED2682));
  background: linear-gradient(to bottom, #9B008C, #ED2682);
  color: #fff;
  font-size: 18px;
  font-family: "noto-sans-jp", sans-serif;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  letter-spacing: 0.02em;
}
#container .cta-button:hover {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
          box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ED2682;
}
#container .cta-button:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #ED2682;
  border-right: 1px solid #ED2682;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button.mail-icon {
  padding-left: 10px;
}
#container .cta-button.mail-icon:before {
  content: "";
  display: block;
  background: url(../images/rakuten2025/mail-icon.png) no-repeat center center/contain;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
}
#container .cta-button.mail-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
}
#container .cta-button2 {
  width: 100%;
  max-width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#A30003), to(#D30543));
  background: linear-gradient(to bottom, #A30003, #D30543);
  color: #fff;
  font-size: 18px;
  font-family: "noto-sans-jp", sans-serif;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  letter-spacing: 0.02em;
}
#container .cta-button2:hover {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
          box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #A30003;
}
#container .cta-button2:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #A30003;
  border-right: 1px solid #A30003;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button2:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button2.mail-icon {
  padding-left: 10px;
}
#container .cta-button2.mail-icon:before {
  content: "";
  display: block;
  background: url(../images/rakuten2025/mail-icon.png) no-repeat center center/contain;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container .cta-button2.mail-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #container .cta-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    padding-left: 0;
  }
  #container .cta-button {
    max-width: 200px;
    font-size: 11px;
    height: 44px;
  }
  #container .cta-button:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
  #container .cta-button.mail-icon:before {
    width: 14px;
    height: 14px;
    left: 45px;
  }
  #container .cta-button2 {
    max-width: 200px;
    font-size: 11px;
    font-size: 13px;
    height: 44px;
  }
  #container .cta-button2:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
  #container .cta-button2.mail-icon:before {
    width: 14px;
    height: 14px;
    left: 45px;
  }
}
#container .top-mv {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 90vh;
}
#container .top-mv .top-mv-headline {
  background-color: #000;
  padding: 0 40px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .top-mv .top-mv-headline h1 {
  font-size: 21px;
  font-weight: 600;
  color: #ea4274;
  font-family: "Noto Sans JP", serif;
}
#container .top-mv .top-mv-movie {
  position: relative;
}
#container .top-mv .top-mv-movie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#container .top-mv .top-mv-movie video {
  width: 100%;
  height: calc(100vh + 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
#container .top-mv .top-mv-movie .video-img {
  width: 100%;
  height: calc(100vh + 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
#container .top-mv .top-mv-movie img {
  width: 100%;
  height: calc(100vh + 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
#container .top-mv .top-mv-inner {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 90px;
}
#container .top-mv .top-mv-text {
  margin-bottom: 60px;
}
#container .top-mv .top-mv-text h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}
#container .top-mv .mv-img-text {
  max-width: 964px;
  width: 100%;
  margin-bottom: 65px;
}
#container .top-mv .mv-bottom-text {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.01em;
  font-weight: 600;
  padding-left: 30px;
}
#container .top-mv .top-mv-text-first {
  margin-bottom: 25px;
}
#container .top-mv .top-mv-text-first .roboto {
  font-size: 56px;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  margin-left: 0;
}
#container .top-mv .top-mv-text-first h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  display: inline-block;
  background-color: #000;
  position: relative;
  opacity: 0;
  padding: 10px 25px;
}
#container .top-mv .top-mv-text-first h2:not(:last-child) {
  margin-bottom: 8px;
}
#container .top-mv .top-mv-text-first h2.is-animated {
  opacity: 1;
  -webkit-animation: clip-text 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: clip-text 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  will-change: clip-path;
}
#container .top-mv .top-mv-text-first h2.is-animated:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-animation: clip-text-reverse 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: clip-text-reverse 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  will-change: clip-path;
}
@-webkit-keyframes clip-text {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-text {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clip-text-reverse {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clip-text-reverse {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
#container .top-mv .top-mv-text-first span {
  font-size: 26px;
  margin-left: 10px;
}
#container .top-mv .top-mv-text-second h2 {
  font-size: 77px;
  line-height: 1.3;
}
#container .top-mv .hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 40px 0;
  margin-bottom: 10px;
}
#container .top-mv .hashtag p {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #container .top-mv .top-mv-text-second h2 {
    font-size: 55px;
  }
}
@media screen and (max-height: 950px) {
  #container .top-mv .top-mv-text {
    margin-bottom: 40px;
  }
  #container .top-mv .top-mv-second h2 {
    font-size: 64px;
  }
}
@media screen and (max-height: 800px) {
  #container .top-mv .top-mv-inner {
    padding: 40px 90px;
  }
  #container .top-mv .top-mv-text {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first .roboto {
    font-size: 40px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 40px;
  }
  #container .top-mv .top-mv-text-second h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #container .top-mv {
    top: 56px;
    height: 100vh;
  }
  #container .top-mv .top-mv-text-first .roboto {
    font-size: 26px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 35px;
  }
  #container .top-mv .top-mv-headline {
    height: 30px;
    padding: 0 18px;
  }
  #container .top-mv .top-mv-headline h1 {
    font-size: 13px;
  }
  #container .top-mv .top-mv-inner {
    top: 0;
    padding: 20px 15px 70px;
  }
  #container .top-mv .mv-img-text {
    width: 88.99%;
    margin-bottom: 25px;
  }
  #container .top-mv .mv-bottom-text {
    font-size: 12px;
    line-height: 1.3333333333;
    padding-left: 10px;
    margin-bottom: 170px;
  }
  #container .top-mv .top-mv-text {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 23px;
    padding: 6px 12px;
  }
  #container .top-mv .top-mv-text-first h2:not(:last-child) {
    margin-bottom: 4px;
  }
  #container .top-mv .top-mv-text-first span {
    font-size: 13px;
    margin-left: 5px;
  }
  #container .top-mv .top-mv-text-second h2 {
    font-size: 36px;
  }
  #container .top-mv .hashtag {
    padding: 0 20px;
    margin-bottom: 20px;
    gap: 2px 10px;
    max-width: 330px;
    width: 100%;
  }
  #container .top-mv .hashtag p {
    font-size: 10px;
  }
}
#container .first-sec {
  position: relative;
  z-index: 2;
  margin-top: 76vh;
  margin-top: 88vh;
  background-color: #000;
  background-color: transparent !important;
}
#container .first-sec .sec-first-bk-area {
  padding-top: 40px;
  padding-bottom: 165px;
  position: relative;
}
#container .first-sec .sec-first-bk-area::before {
  content: "";
  width: 100%;
  height: calc(100% - 84px);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
#container .first-sec .sec-first-bk-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(162deg, #797979 0%, #000 25%, #000 69%, #000 100%);
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#container .first-sec .news-contens {
  padding-top: 60px;
}
#container .first-sec .news-contens-title {
  color: #CA1A1D;
  font-weight: 800;
  font-size: 80px;
  padding-bottom: 10px;
}
#container .first-sec .news-contens-ul {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 0px;
}
#container .first-sec .news-contens-list {
  border-bottom: 1px solid #25F4EE;
  background-image: url(../images/tiktokshop-lp/news-arrwo.png);
  background-repeat: no-repeat;
  background-size: 27px 7px;
  background-position: right 5px center;
  padding-right: 30px;
}
#container .first-sec .news-contens-list:first-child {
  border-top: 1px solid #25F4EE;
}
#container .first-sec .news-contens-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 5px;
}
#container .first-sec .news-contens-day {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  width: 100px;
  letter-spacing: 0.02em;
}
#container .first-sec .news-contens-link-title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: calc(100% - 110px);
  letter-spacing: 0.08em;
}
#container .first-sec .first-tab-contens-area {
  position: relative;
  padding-top: 130px;
}
#container .first-sec .contens-right-bk {
  width: 489px;
  height: 749px;
  position: absolute;
  right: 0;
  top: 8%;
}
#container .first-sec .first-tab-contens-wrap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
#container .first-sec .contens-page-title {
  color: #fff;
  font-size: 77px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}
#container .first-sec .contens-page-title-sub-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
#container .first-sec .first-sec-heading {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  left: 100px;
}
#container .first-sec .first-sec-heading h2 {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-indent: -20px;
}
#container .first-sec .contact-button {
  padding-top: 80px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#container .first-sec .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#container .first-sec .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦に並べる */
  width: 100%; /* タブの幅 */
  max-width: 450px;
  max-width: 550px;
  position: relative;
  padding-left: 80px;
  padding-left: 40px;
  gap: 20px 0;
  height: 500px;
}
#container .first-sec .tab {
  cursor: pointer;
  text-align: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 0.3;
}
#container .first-sec .tab-title {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .first-sec .tab-title .image-icon {
  width: 104px;
  margin-right: 15px;
}
#container .first-sec .tab-title .title-span {
  width: calc(100% - 119px);
}
#container .first-sec .tab-text {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7391304348;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 20px;
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.5s, opacity 0.5s;
  transition: height 0.5s, opacity 0.5s;
}
#container .first-sec .tab.active {
  opacity: 1;
}
#container .first-sec .tab.active .tab-text {
  opacity: 1;
  height: auto;
}
#container .first-sec .tab-panel-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* コンテンツエリアを広げる */
  width: 100%;
  max-width: 680px;
  max-width: 620px;
}
#container .first-sec .tab-panel {
  display: none;
  position: absolute;
  width: 100%;
}
#container .first-sec .tab-panel.active {
  display: block;
}
#container .first-sec .tab-panel-movie {
  width: 100%;
  max-width: 680px;
  max-width: 570px;
  height: 480px;
  height: 464px;
}
#container .first-sec .tab-panel-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .first-sec .tab-panel-movie .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .first-sec .tab-panel-movie.first-sec-img03 {
  position: relative;
}
#container .first-sec .tab-panel-movie.first-sec-img03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#container .first-sec {
  /* 縦のプログレスバー */
}
#container .first-sec .progress-bar {
  position: absolute;
  top: 0;
  left: 40px;
  left: 0;
  width: 3px;
  height: 0%;
  background-color: #c82552;
  -webkit-transition: height linear;
  transition: height linear;
  z-index: 2;
}
#container .first-sec .progress-bar-bg {
  position: absolute;
  top: 0;
  left: 40px;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #707070;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #container .first-sec .first-sec-top-text {
    margin-bottom: 120px;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1350px) {
  #container .first-sec .first-tab-contens-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #container .first-sec .first-sec-heading {
    left: 20px;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 48px;
  }
  #container .first-sec .tabs {
    max-width: 320px;
  }
  #container .first-sec .tab-title {
    font-size: 20px;
  }
  #container .first-sec .tab-text {
    font-size: 14px;
  }
  #container .first-sec .tab-panel-container {
    max-width: 500px;
  }
  #container .first-sec .tab-panel-movie {
    max-width: 500px;
  }
  #container .first-sec .tab-panel-movie video {
    height: 380px;
  }
  #container .first-sec .tab-panel-movie .video-img {
    height: 380px;
  }
  #container .first-sec .cta-button {
    margin: 0 auto;
  }
  #container .first-sec .cta-button2 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  #container .first-sec .first-sec-heading {
    left: 20px;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 40px;
  }
  #container .first-sec .tabs-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  #container .first-sec .tab-panel-container {
    max-width: 350px;
  }
  #container .first-sec .tab-panel-movie {
    max-width: 350px;
  }
  #container .first-sec .tab-panel-movie video {
    height: 250px;
  }
  #container .first-sec .tab-panel-movie .video-img {
    height: 250px;
  }
}
@media screen and (max-height: 950px) {
  #container .first-sec .news-contens-ul {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #container .first-sec {
    margin-top: 85vh;
    padding: 25px 0px 0px;
  }
  #container .first-sec .sec-first-bk-area {
    padding-bottom: 90px;
  }
  #container .first-sec .sec-first-bk-area::after {
    background: linear-gradient(162deg, #b9b9b9 0%, #000 25%, #000 69%, #000 100%);
  }
  #container .first-sec .news-contens {
    padding-top: 50px;
  }
  #container .first-sec .news-contens-title {
    font-size: 32px;
  }
  #container .first-sec .first-sec-top-text {
    margin-bottom: 40px;
  }
  #container .first-sec .first-sec-top-text p {
    font-size: 16px;
  }
  #container .first-sec .first-sec-heading {
    left: unset;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 27px;
    text-indent: unset;
  }
  #container .first-sec .tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 25px;
  }
  #container .first-sec .progress-bar {
    left: 0;
  }
  #container .first-sec .progress-bar-bg {
    left: 0;
  }
  #container .first-sec .tabs {
    gap: 5px 0;
    padding-left: 30px;
    height: auto;
  }
  #container .first-sec .tabs .tab-title {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
  }
  #container .first-sec .tab.active .tab-title {
    opacity: 1;
  }
  #container .first-sec .tab-panel-container .tab-text {
    opacity: 1;
    height: auto;
    margin-bottom: 40px;
  }
  #container .first-sec .tab-panel-container .tab-panel {
    opacity: 0;
    position: unset;
  }
  #container .first-sec .tab-panel-container .tab-panel.active {
    opacity: 1;
    display: block;
  }
  #container .first-sec .tab-panel-movie {
    height: auto;
    margin-top: 20px;
  }
  #container .first-sec .contact-button {
    padding-top: 40px;
  }
  #container .first-sec .news-contens-ul {
    padding: 0 20px;
  }
  #container .first-sec .news-contens-list {
    background-image: none;
    padding-right: 15px;
  }
  #container .first-sec .news-contens-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #container .first-sec .news-contens-day {
    font-size: 10px;
    width: 75px;
  }
  #container .first-sec .news-contens-link-title {
    font-size: 10px;
    width: calc(100% - 85px);
  }
  #container .first-sec .contens-page-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #container .first-sec .contens-page-title-sub-text {
    font-size: 12px;
  }
  #container .first-sec .contens-page-title-sub-text p {
    font-size: 12px;
  }
  #container .first-sec .tab-title .image-icon {
    width: 50px;
    margin-right: 10px;
  }
  #container .first-sec .tab-title .title-span {
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 1.5;
  }
  #container .first-sec .first-tab-contens-area {
    padding-top: 85px;
  }
  #container .first-sec .contens-right-bk {
    width: 217px;
    height: 307px;
    top: 51%;
  }
}
#container .reason {
  position: relative;
  background-image: url(../images/tiktokshop-lp/reason.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 195px;
}
#container .reason::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/tiktokshop-lp/reason-bottom-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 189px;
  height: 169px;
  right: -8px;
  bottom: 195px;
}
#container .reason .reason-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#container .reason .reason-title::before {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/reason-title-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 166px;
  height: 98px;
  position: absolute;
  left: -210px;
  bottom: -30px;
}
#container .reason .reason-title .reason-title-text {
  font-size: 88px;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
  color: #231815;
  text-indent: -4px;
  margin-bottom: 80px;
}
#container .reason .reason-title span {
  font-size: 68px;
  line-height: 1;
}
#container .reason .card-slider {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 130px;
}
#container .reason .card-slider::before {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/live-slider-icon-second.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 72px;
  position: absolute;
  right: -170px;
  top: 110px;
}
#container .reason .card-slider::after {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/live-slider-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 159px;
  position: absolute;
  right: -170px;
  bottom: 30px;
}
#container .reason .live-commerce-item {
  -webkit-transition: opacity 1s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 1s ease-out, transform 0.5s ease-out;
  transition: opacity 1s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#container .reason .live-commerce-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#container .reason .video_wrap {
  position: relative;
  width: 270px;
  height: 520px;
}
#container .reason .video_wrap::before {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/frame-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  left: -215px;
  bottom: -100px;
  margin: auto;
}
#container .reason .video_wrap::after {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/frame-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 420px;
  height: 462px;
  position: absolute;
  right: -200px;
  top: -25px;
  margin: auto;
}
#container .reason .video_wrap .video-frame-img {
  width: 270px;
  height: 520px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#container .reason .video_wrap video {
  border-radius: 30px;
  width: 100%;
  height: 640px;
  width: 230px;
  height: 482px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  bottom: 0;
  z-index: 1;
}
#container .reason .video_wrap .video-img {
  border-radius: 30px;
  width: 100%;
  height: 640px;
  width: 230px;
  height: 482px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  bottom: 0;
  z-index: 1;
}
#container .reason .live-commerce-item-text .live-commerce-text {
  font-family: "lineseed-bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-left: -15px;
}
#container .reason .live-commerce-item-text p {
  font-family: "lineseed-bold", sans-serif;
}
#container .reason .swiper-container {
  margin-bottom: 100px;
}
#container .reason .swiper-slide {
  width: auto;
}
#container .reason .swiper-slide:nth-child(2) {
  position: relative;
}
#container .reason .swiper-slide:nth-child(2)::before {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/video-frame-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 108px;
  height: 110px;
  position: absolute;
  top: 25px;
  left: -90px;
}
#container .reason .swiper-button-prev,
#container .reason .swiper-button-next {
  display: none;
}
#container .reason .reason-second-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 62px;
  position: relative;
}
#container .reason .reason-second-title::after {
  content: "";
  display: block;
  background-image: url(../images/tiktokshop-lp/reason-title-icon-second.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#container .reason .reason-second-title .live-commerce-text {
  color: #231815;
  font-size: 68px;
  line-height: 1.15;
}
#container .reason .reason-live-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#container .reason .reason-live-flex-left {
  width: 56.7%;
}
#container .reason .reason-live-flex-right {
  width: 43.3%;
  background-color: #fff;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .reason .reason-live-flex-title {
  font-size: 27px;
  line-height: 1.5555555556;
  color: #000;
  text-align: justify;
}
#container .reason .reason-live-flex-text {
  font-family: "lineseed-regular", sans-serif;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
@media screen and (max-width: 1510px) {
  #container .reason::after {
    bottom: 80px;
  }
}
@media screen and (max-width: 1220px) {
  #container .reason .reason-title, #container .reason .reason-second-title {
    padding: 0 20px;
  }
  #container .reason .card-slider {
    gap: 80px;
  }
  #container .reason .reason-live-flex-box {
    padding: 0 20px;
  }
  #container .reason .reason-live-flex-left {
    width: 53.6%;
  }
  #container .reason .reason-live-flex-right {
    width: 46.4%;
    padding: clamp(20px, 3.688524vw, 45px) clamp(15px, 2.86888524vw, 35px);
  }
  #container .reason .reason-live-flex-title {
    font-size: clamp(13px, 2.21314vw, 27px);
  }
  #container .reason .reason-live-flex-text {
    font-size: clamp(10px, 1.4754098vw, 18px);
  }
}
@media screen and (max-width: 1100px) {
  #container .reason .card-slider {
    gap: 30px;
  }
}
@media screen and (max-width: 1040px) {
  #container .reason::after {
    bottom: 55px;
  }
  #container .reason .reason-second-title::after {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #container .reason .card-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  #container .reason .reason-title .reason-title-text {
    font-size: 68px;
  }
  #container .reason .reason-title .reason-title-text span {
    font-size: 46px;
  }
  #container .reason .reason-second-title .live-commerce-text {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  #container .reason {
    padding: 65px 0 95px;
    background-image: url(../images/tiktokshop-lp/reason-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #container .reason::after {
    background-image: url(../images/tiktokshop-lp/reason-bottom-icon-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 63px;
    bottom: 20px;
    right: 20px;
  }
  #container .reason .reason-title .reason-title-text {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #container .reason .reason-title .reason-title-text span {
    font-size: 24px;
  }
  #container .reason .reason-title::before {
    background-image: url(../images/tiktokshop-lp/reason-title-icon-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 83px;
    height: 49px;
    left: inherit;
    right: 10%;
    top: -15px;
    bottom: inherit;
  }
  #container .reason .reason-title::after {
    content: "";
    display: block;
    background-image: url(../images/tiktokshop-lp/reason-title-icon-second-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 57px;
    height: 49px;
    position: absolute;
    left: -5px;
    bottom: -225%;
  }
  #container .reason .reason-second-title {
    margin-bottom: 30px;
  }
  #container .reason .reason-second-title .live-commerce-text {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 30px;
  }
  #container .reason .live-commerce {
    padding: 0px 0 20px 0;
    position: relative;
  }
  #container .reason .live-commerce .live-commerce-element {
    max-width: 375px;
    top: -35px;
    bottom: unset;
  }
  #container .reason .live-commerce .live-commerce-title {
    margin-bottom: 60px;
  }
  #container .reason .live-commerce .live-commerce-title p:first-child {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #container .reason .live-commerce .live-commerce-title p:last-child {
    font-size: 15px;
  }
  #container .reason .live-commerce .card-slider {
    width: 100%;
    max-width: 300px;
    max-width: 285px;
    margin: 0 auto;
    gap: 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  #container .reason .live-commerce .card-slider::before {
    display: none;
  }
  #container .reason .live-commerce .card-slider::after {
    width: 125px;
    width: 43px;
    height: 159px;
    height: 59px;
    position: absolute;
    right: -25%;
    bottom: 30%;
  }
  #container .reason .live-commerce .live-commerce-item {
    position: relative;
  }
  #container .reason .live-commerce .live-commerce-item::before {
    content: "";
    display: block;
    background-image: url(../images/tiktokshop-lp/frame-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -94px;
    margin: auto;
  }
  #container .reason .live-commerce .live-commerce-item::after {
    content: "";
    display: block;
    background-image: url(../images/tiktokshop-lp/frame-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 210px;
    height: 231px;
    position: absolute;
    top: 0;
    bottom: 145px;
    right: -10px;
    margin: auto;
  }
  #container .reason .live-commerce .swiper-slide:nth-child(2)::before {
    display: none;
  }
  #container .reason .live-commerce .video_wrap {
    margin-bottom: -5px;
    width: 230px;
    height: 490px;
  }
  #container .reason .live-commerce .video_wrap::before {
    display: none;
  }
  #container .reason .live-commerce .video_wrap::after {
    display: none;
  }
  #container .reason .live-commerce .video_wrap video {
    width: 195px;
    height: 460px;
  }
  #container .reason .live-commerce .video_wrap .video-img {
    width: 195px;
    height: 460px;
  }
  #container .reason .live-commerce .video_wrap .video-frame-img {
    width: 230px;
    height: 490px;
  }
  #container .reason .live-commerce .live-commerce-item-text {
    max-width: 280px;
    width: 100%;
    margin: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #container .reason .live-commerce .live-commerce-item-text .live-commerce-text {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
  }
  #container .reason .live-commerce .swiper-slide {
    width: 100%;
    overflow: unset;
  }
  #container .reason .live-commerce .card-slider {
    position: relative;
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
    height: 655px; /* 高さは画像・動画に合わせて調整 */
    overflow: visible;
  }
  #container .reason .live-commerce .card-slide {
    position: absolute;
    top: 0;
    left: -5px;
    -webkit-transition: z-index 0.5s ease, -webkit-transform 0.5s ease;
    transition: z-index 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, z-index 0.5s ease;
    transition: transform 0.5s ease, z-index 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    height: 100%;
  }
  #container .reason .live-commerce .btn-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    background-image: url(../images/tiktokshop-lp/prev-btn.png);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    opacity: 1;
    top: 0;
    bottom: 20px;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 10px;
  }
  #container .reason .live-commerce .btn-prev svg {
    display: none;
  }
  #container .reason .live-commerce .btn-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    background-image: url(../images/tiktokshop-lp/next-btn.png);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    opacity: 1;
    top: 0;
    bottom: 20px;
    margin: auto;
    position: absolute;
    z-index: 10;
    right: 10px;
  }
  #container .reason .live-commerce .btn-next svg {
    display: none;
  }
  #container .reason .live-commerce .swiper-3d .swiper-slide-shadow {
    background: unset;
  }
  #container .reason .live-commerce .swiper-slide-active .live-commerce-item-text {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #container .reason .live-commerce .swiper-button-prev {
    left: unset;
    right: 82px;
  }
  #container .reason .live-commerce .swiper-button-next {
    right: 30px;
  }
  #container .reason .reason-live-flex-box {
    display: block;
  }
  #container .reason .reason-live-flex-left {
    width: 100%;
  }
  #container .reason .reason-live-flex-right {
    width: 100%;
    padding: 25px;
  }
  #container .reason .reason-live-flex-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #container .reason .reason-live-flex-text {
    font-size: 12px;
  }
}
#container .benefit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEFF5), color-stop(35%, #D2DAE3), color-stop(91%, #C7D1DC));
  background-image: linear-gradient(#EEEFF5 0%, #D2DAE3 35%, #C7D1DC 91%);
  position: relative;
  z-index: 2;
  padding: 160px 0 160px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#container .benefit .benefit-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .benefit .benefit-title {
  margin-bottom: 65px;
}
#container .benefit .benefit-title .benefit-title-text {
  font-size: 68px;
  line-height: 1.2;
  text-align: left;
  color: #231815;
  margin-bottom: 25px;
  padding-bottom: 0;
}
#container .benefit .benefit-title .benefit-title-text span {
  font-size: 86px;
}
#container .benefit .fenefit-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .benefit .fenefit-circle {
  width: 708px;
  height: 556px;
  position: relative;
}
#container .benefit .fenefit-circle-top {
  width: 280px;
  height: 180px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#container .benefit .fenefit-circle-right-top {
  position: absolute;
  width: 216px;
  height: 246px;
  right: 70px;
  top: 44px;
}
#container .benefit .fenefit-circle-right-bottom {
  position: absolute;
  width: 225px;
  height: 240px;
  right: 70px;
  top: 292px;
}
#container .benefit .fenefit-circle-bottom {
  position: absolute;
  width: 278px;
  height: 186px;
  left: 188px;
  bottom: 0px;
  margin: auto;
}
#container .benefit .fenefit-circle-left-bottom {
  position: absolute;
  width: 202px;
  height: 225px;
  left: 77px;
  bottom: 64px;
}
#container .benefit .fenefit-circle-left-top {
  position: absolute;
  width: 283px;
  height: 255px;
  left: 39px;
  top: 75px;
}
#container .benefit .fenefit-ul {
  width: calc(100% - 710px);
  max-width: 460px;
  margin-left: auto;
}
#container .benefit .fenefit-list {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 12px 20px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 8px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 8px 0px 30px rgba(0, 0, 0, 0.16);
}
#container .benefit .fenefit-list:last-child {
  -webkit-box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.16);
}
#container .benefit .fenefit-item {
  width: 60px;
  color: #CA1A1D;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
}
#container .benefit .fenefit-detail {
  width: calc(100% - 60px);
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #231815;
}
@media screen and (max-width: 1200px) {
  #container .benefit {
    padding: 120px 20px 120px 20px;
  }
  #container .benefit .benefit-title {
    margin-bottom: 30px;
  }
  #container .benefit .benefit-title h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1100px) {
  #container .benefit .benefit-title .benefit-title-text {
    font-size: 45px;
  }
  #container .benefit .benefit-title .benefit-title-text span {
    font-size: 65px;
  }
  #container .benefit .benefit-list-item-text h3 {
    font-size: 18px;
  }
  #container .benefit .benefit-list-item-text .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #container .benefit .fenefit-flex-box {
    display: block;
  }
  #container .benefit .fenefit-circle {
    margin: 0 auto 50px;
  }
  #container .benefit .fenefit-ul {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #container .benefit {
    padding: 70px 20px 90px;
  }
  #container .benefit .benefit-title {
    margin-bottom: 20px;
  }
  #container .benefit .benefit-title .benefit-title-text {
    font-size: 24px;
    line-height: 1.35;
  }
  #container .benefit .benefit-title .benefit-title-text span {
    font-size: 32px;
  }
  #container .benefit .fenefit-circle {
    max-width: 286px;
    width: 100%;
    height: 278px;
    margin-bottom: 30px;
  }
  #container .benefit .fenefit-circle .pcv {
    display: none;
  }
  #container .benefit .fenefit-circle .spv {
    display: block;
  }
  #container .benefit .fenefit-circle .fenefit-circle-top {
    width: 140px;
    height: 90px;
  }
  #container .benefit .fenefit-circle .fenefit-circle-right-top {
    width: 108px;
    height: 123px;
    right: 2px;
    top: 21px;
  }
  #container .benefit .fenefit-circle .fenefit-circle-right-bottom {
    width: 113px;
    height: 120px;
    right: 3px;
    top: 144px;
  }
  #container .benefit .fenefit-circle .fenefit-circle-bottom {
    width: 139px;
    height: 93px;
    left: 58px;
    bottom: 2px;
  }
  #container .benefit .fenefit-circle .fenefit-circle-left-bottom {
    width: 101px;
    height: 113px;
    left: 3px;
    bottom: 33px;
  }
  #container .benefit .fenefit-circle .fenefit-circle-left-top {
    width: 112px;
    height: 98px;
    left: -3px;
    top: 44px;
  }
  #container .benefit .fenefit-ul {
    max-width: 320px;
  }
  #container .benefit .fenefit-list {
    padding: 8px 13px;
    padding-right: 10px;
  }
  #container .benefit .fenefit-item {
    font-size: 16px;
    width: 50px;
  }
  #container .benefit .fenefit-detail {
    font-size: 14px;
    width: calc(100% - 55px);
  }
}
#container .creator {
  background-image: url(../images/tiktokshop-lp/creator-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 160px 0 260px;
  padding: 160px 0 90px;
  position: relative;
  z-index: 2;
}
#container .creator .creator-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#container .creator .creator-title-text {
  text-align: left;
  font-size: 68px;
  text-align: left;
  line-height: 1.2;
  color: #231815;
  margin-bottom: 15px;
}
#container .creator .creator-title-text span {
  font-size: 86px;
}
#container .creator .creator-title-text-bottom {
  margin-bottom: 45px;
  font-size: 27px;
  font-weight: 600;
  color: #231815;
}
#container .creator .creator-peace-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#container .creator .creator-peace-left {
  width: 53%;
}
#container .creator .creator-peace-logo {
  max-width: 620px;
  width: 100%;
  margin-bottom: 50px;
}
#container .creator .creator-peace-logo-text {
  color: #FF4F00;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5555555556;
  margin-bottom: 50px;
}
#container .creator .creator-peace-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 470px;
  margin-bottom: 7px;
}
#container .creator .creator-peace-text .item {
  font-family: "lineseed-bold", sans-serif;
  font-weight: 600;
  font-size: 17px;
  width: 180px;
  display: block;
}
#container .creator .creator-peace-text .detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  width: calc(100% - 180px);
  display: block;
}
#container .creator .creator-peace-text .detail .text-s {
  font-size: 11px;
}
#container .creator .creator-peace-right {
  width: 36.7%;
}
#container .creator .creator-title-affiliation {
  font-size: 54px;
  line-height: 1.3518518519;
  color: #fff;
  font-family: "lineseed-exbold", sans-serif;
  font-weight: 900;
  margin-bottom: 5px;
}
#container .creator .creator-en-title-affiliation {
  font-size: 27px;
  line-height: 1.2592592593;
  color: #fff;
  font-family: "lineseed-exbold", sans-serif;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
#container .creator .splide__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}
#container .creator .voice-list {
  padding-bottom: 170px;
}
#container .creator .voice-list-item-img {
  position: relative;
}
#container .creator .voice-list-item-text {
  background-color: #fff;
  padding: 15px 22px;
  text-align: left;
}
#container .creator .voice-list-item-text .creators-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
}
#container .creator .voice-list-item-text .creators-name span {
  font-size: 14px;
}
#container .creator .voice-list-item-text .creators-year {
  font-size: 12px;
  font-family: "lineseed-regular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
#container .creator .voice-list-item-text .creators-text {
  font-size: 16px;
  font-family: "lineseed-regular", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
#container .creator .splide__pagination {
  bottom: -70px;
}
#container .creator .splide__pagination li {
  margin-right: 10px;
}
#container .creator .splide__pagination__page {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
}
#container .creator .splide__pagination__page.is-active {
  background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#container .creator .splide__arrows {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  position: absolute;
  bottom: -60px;
  left: 20%;
  right: 0;
  margin: auto;
}
#container .creator .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
#container .creator .splide__arrow.splide__arrow--next {
  background-image: url(../images/tiktokshop-lp/next-btn.png);
  background-repeat: no-repeat;
  background-size: 70px 71px;
  background-position: center;
  width: 70px;
  height: 71px;
}
#container .creator .splide__arrow.splide__arrow--next svg {
  display: none;
}
#container .creator .splide__arrow.splide__arrow--prev {
  background-image: url(../images/tiktokshop-lp/prev-btn.png);
  background-repeat: no-repeat;
  background-size: 70px 71px;
  background-position: center;
  width: 70px;
  height: 71px;
}
#container .creator .splide__arrow.splide__arrow--prev svg {
  display: none;
}
@media screen and (max-width: 1240px) {
  #container .creator .creator-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 890px) {
  #container .creator .creator-title-text {
    font-size: 42px;
  }
  #container .creator .creator-title-text span {
    font-size: 62px;
  }
}
@media screen and (max-width: 767px) {
  #container .creator {
    background-image: url(../images/tiktokshop-lp/creator-bk-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 70px 0 110px;
    padding: 70px 0 50px;
  }
  #container .creator .creator-title-text {
    font-size: 24px;
  }
  #container .creator .creator-title-text span {
    font-size: 32px;
  }
  #container .creator .creator-title-text-bottom {
    font-size: 16px;
    font-weight: 400;
  }
  #container .creator .creator-peace-flex {
    display: block;
    margin-bottom: 0;
  }
  #container .creator .creator-peace-left {
    width: 100%;
    margin-bottom: 35px;
  }
  #container .creator .creator-peace-logo {
    width: 97.75%;
    margin: 0 auto 35px;
  }
  #container .creator .creator-peace-logo-text {
    font-size: 15px;
    margin-bottom: 50px;
  }
  #container .creator .creator-peace-text {
    width: 100%;
  }
  #container .creator .creator-peace-text .item {
    font-size: 10px;
    width: 110px;
  }
  #container .creator .creator-peace-text .detail {
    font-size: 10px;
    width: calc(100% - 110px);
  }
  #container .creator .creator-peace-text .detail .text-s {
    font-size: 10px;
  }
  #container .creator .creator-peace-right {
    width: 55.55%;
    margin: 0 auto 45px;
  }
  #container .creator .creator-title-affiliation {
    font-size: 24px;
    line-height: 1.25;
  }
  #container .creator .creator-en-title-affiliation {
    font-size: 15px;
    line-height: 1.6;
  }
  #container .creator .voice-list {
    padding-bottom: 60px;
  }
  #container .creator .splide__slide {
    margin-left: 15px;
  }
  #container .creator .splide__arrows {
    left: unset;
    right: 5px;
    max-width: 130px;
  }
  #container .creator .splide__arrow {
    width: 45px;
    height: 45px;
    bottom: -105px;
  }
  #container .creator .splide__arrow.splide__arrow--prev {
    width: 45px;
    height: 45px;
    background-size: contain;
  }
  #container .creator .splide__arrow.splide__arrow--next {
    width: 45px;
    height: 45px;
    background-size: contain;
  }
  #container .creator .splide__pagination {
    bottom: -65px;
  }
  #container .creator .splide__pagination li {
    margin-right: 0;
  }
  #container .creator .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  #container .creator .splide__list {
    padding-left: 5px !important;
    margin-right: 20px !important;
  }
  #container .creator .voice-list-item-img p {
    font-size: 20px;
    left: 20px;
  }
  #container .creator .voice-list-item-text {
    padding: 20px;
  }
  #container .creator .voice-list-item-text .creators-name {
    font-size: 12px;
  }
  #container .creator .voice-list-item-text .creators-name span {
    font-size: 10px;
  }
  #container .creator .voice-list-item-text .creators-year {
    font-size: 10px;
  }
  #container .creator .voice-list-item-text .creators-text {
    font-size: 11px;
  }
}
#container .support-model {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#E77232), color-stop(54%, #F93159), color-stop(92%, #CA1A1D));
  background-image: linear-gradient(to bottom right, #E77232 0%, #F93159 54%, #CA1A1D 92%);
  padding: 160px 0 260px;
  position: relative;
  z-index: 2;
}
#container .support-model .support-model-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#container .support-model .support-model-title {
  text-align: left;
  font-size: 68px;
  text-align: left;
  line-height: 1.2;
  color: #231815;
  margin-bottom: 35px;
}
#container .support-model .support-model-title span {
  font-size: 86px;
  margin: 0 5px;
}
#container .support-model .support-model-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .support-model .support-model-item {
  width: 30%;
  background-image: url(../images/tiktokshop-lp/support-model-item.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 10px;
}
#container .support-model .support-model-item:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#container .support-model .support-model-item:nth-child(3) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#container .support-model .support-model-item-inner {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  padding: 45px 20px;
}
#container .support-model .support-model-item-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
#container .support-model .support-model-item-icon {
  max-width: 264px;
  width: 100%;
  margin: 0 auto 35px;
  border-bottom: 1px solid #EF2D4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
}
#container .support-model .icon-f {
  width: 70px;
  height: 80px;
  margin: 0 auto;
}
#container .support-model .icon-s {
  width: 86px;
  height: 76px;
  margin: 0 auto;
}
#container .support-model .icon-t {
  width: 62px;
  height: 82px;
  margin: 0 auto;
}
#container .support-model .support-model-item-text-list {
  max-width: 276px;
  width: 100%;
  margin: 0 auto 0px;
  font-size: 23px;
  line-height: 2.2608695652;
  font-weight: 400;
  color: #000;
  position: relative;
}
#container .support-model .support-model-item-text-list::before {
  content: "・";
  display: block;
  position: absolute;
  left: -15px;
  top: 2px;
}
#container .support-model .support-model-item-text-list.last::before {
  content: "(・";
  left: -21px;
}
@media screen and (max-width: 1240px) {
  #container .support-model .support-model-wrap {
    padding: 0 20px;
  }
  #container .support-model .support-model-item-title {
    font-size: clamp(18px, 2.76923vw, 36px);
  }
  #container .support-model .support-model-item-text-list {
    font-size: clamp(11px, 1.69236vw, 23px);
  }
}
@media screen and (max-width: 1024px) {
  #container .support-model .support-model-title {
    font-size: 48px;
  }
  #container .support-model .support-model-title span {
    font-size: 74px;
  }
}
@media screen and (max-width: 767px) {
  #container .support-model {
    padding: 70px 0 100px;
  }
  #container .support-model .support-model-title {
    font-size: 34px;
  }
  #container .support-model .support-model-title span {
    font-size: 43px;
  }
  #container .support-model .support-model-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container .support-model .support-model-item {
    width: 49%;
    padding: 5px;
    margin-bottom: 2%;
  }
  #container .support-model .support-model-item-inner {
    padding: 24px 10px;
  }
  #container .support-model .support-model-item-title {
    font-size: 18px;
  }
  #container .support-model .support-model-item-icon {
    height: 60px;
    margin-bottom: 20px;
    width: 95%;
  }
  #container .support-model .icon-f {
    width: 33px;
    height: auto;
  }
  #container .support-model .icon-s {
    width: 43px;
    height: auto;
  }
  #container .support-model .icon-t {
    height: auto;
    width: 31px;
  }
  #container .support-model .support-model-item-text-list {
    font-size: 12px;
    letter-spacing: -0.02em;
    padding-left: 4px;
  }
  #container .support-model .support-model-item-text-list::before {
    left: -4px;
    top: 0;
  }
  #container .support-model .support-model-item-text-list.last::before {
    left: -7px;
  }
}
#container .faq {
  background-color: #0E0E0E;
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
#container .faq .faq-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#container .faq .faq-title {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
}
#container .faq .faq-title .title-en {
  font-size: 54px;
  margin-right: 10px;
}
#container .faq .faq-list {
  margin-bottom: 13px;
  border-radius: 0 0 20px 20px;
}
#container .faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #25F7F1;
  position: relative;
  padding: 0 25px 12px;
  padding-right: 50px;
  cursor: pointer;
}
#container .faq .faq-question.active {
  border-bottom: none;
}
#container .faq .faq-question::after {
  content: "";
  display: inline-block;
  background-image: url(../images/tiktokshop-lp/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
#container .faq .faq-question .question-icon {
  background-color: #25F7F1;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  nav-right: 15px;
}
#container .faq .faq-question .question-title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #25F7F1;
  width: calc(100% - 50px);
}
#container .faq .faq-answer {
  display: none;
  position: relative;
  border-radius: 0 0 15px 15px;
  overflow: hidden; /* ← 擬似要素のはみ出し防止 */
}
#container .faq .faq-answer.active {
  background-image: url(../images/tiktokshop-lp/minus.png);
  background-repeat: no-repeat;
  background-size: 18px 3px;
  background-position: right 40px bottom 20px;
  cursor: pointer;
}
#container .faq .faq-answer.active::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* ボーダーの太さ */
  border-radius: inherit; /* faq-answer と同じ角丸 */
  background: -webkit-gradient(linear, right top, left bottom, from(#CA1A1D), color-stop(25%, #FF4F00), color-stop(50%, #FE2C55), to(#25F4EE));
  background: linear-gradient(to bottom left, #CA1A1D 0%, #FF4F00 25%, #FE2C55 50%, #25F4EE 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#container .faq .faq-answer .faq-answer-inner {
  position: relative;
  z-index: 1;
  border-radius: inherit; /* 内側も角丸 */
  padding: 12px 65px 12px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container .faq .faq-answer .answer-icon {
  background: -webkit-gradient(linear, right top, left bottom, from(#CA1A1D), color-stop(25%, #FF4F00), color-stop(50%, #FE2C55), to(#25F4EE));
  background: linear-gradient(to bottom left, #CA1A1D 0%, #FF4F00 25%, #FE2C55 50%, #25F4EE 100%);
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}
#container .faq .faq-answer .answer-title {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  font-weight: 400;
  background: -webkit-gradient(linear, right top, left bottom, from(#CA1A1D), color-stop(25%, #FF4F00), color-stop(50%, #FE2C55), to(#25F4EE));
  background: linear-gradient(to bottom left, #CA1A1D 0%, #FF4F00 25%, #FE2C55 50%, #25F4EE 100%);
  -webkit-background-clip: text;
          background-clip: text; /* Firefox 用 */
  color: transparent; /* 予備設定 */
  padding-top: 5px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 1240px) {
  #container .faq {
    padding: 70px 0;
  }
  #container .faq .faq-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #container .faq {
    padding: 70px 0px 120px;
  }
  #container .faq .faq-title {
    font-size: 24px;
  }
  #container .faq .faq-title .title-en {
    font-size: 24px;
  }
  #container .faq .faq-question {
    padding: 0 13px 10px;
  }
  #container .faq .faq-question::after {
    background-image: url(../images/tiktokshop-lp/plus-sp.png);
    width: 9px;
    height: 9px;
    right: 13px;
    bottom: 10px;
  }
  #container .faq .faq-question .question-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  #container .faq .faq-question .question-title {
    width: calc(100% - 25px);
    font-size: 10px;
  }
  #container .faq .faq-answer.active {
    background-image: url(../images/tiktokshop-lp/minus-sp.png);
    background-repeat: no-repeat;
    background-size: 9px 2px;
    background-position: right 13px bottom 20px;
  }
  #container .faq .faq-answer .faq-answer-inner {
    padding: 10px 30px 10px 13px;
  }
  #container .faq .faq-answer .answer-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
    margin-right: 10px;
  }
  #container .faq .faq-answer .answer-title {
    width: calc(100% - 25px);
    font-size: 10px;
    padding-top: 0;
  }
}