@charset "UTF-8";
/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

#hero {
  display: flex;
  margin: 16px auto;
  max-width: 1280px;
}
@media screen and (max-width: 430px) {
  #hero {
    display: block;
    position: relative;
  }
}
#hero .text {
  width: 100%;
}
@media screen and (max-width: 430px) {
  #hero .text {
    margin-top: 30%;
  }
}
#hero .text p {
  margin: 0 0 1em;
}
#hero .text p span {
  color: #4DE878;
}
#hero .text p:first-of-type {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #hero .text p:first-of-type {
    font-size: 1.5rem;
  }
}
#hero .text p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #hero .text p:nth-of-type(2) {
    font-size: 1rem;
  }
}
#hero .text p:nth-of-type(3) {
  font-size: 1.25rem;
}
@media screen and (max-width: 959px) {
  #hero .text p:nth-of-type(3) {
    font-size: 0.75rem;
  }
}
#hero .text p:nth-of-type(4) {
  margin-bottom: 0;
}
#hero .text p:nth-of-type(4) a {
  display: inline-block;
  background-color: #4DE878;
  min-width: 342px;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  color: #27292D;
  text-decoration: none;
  font-weight: 700;
}
#hero .text p:nth-of-type(4) a:hover {
  background-color: #44C167;
}
@media screen and (max-width: 959px) {
  #hero .text p:nth-of-type(4) a {
    min-width: auto;
    width: 100%;
  }
}
#hero .image {
  width: 100%;
  margin-left: -100%;
  text-align: right;
  z-index: -1;
}
@media screen and (max-width: 430px) {
  #hero .image {
    position: absolute;
    width: 145%;
    margin-left: 0;
    top: -40%;
    left: -27.5%;
  }
}

#news-section {
  display: flex;
  gap: 0 24px;
  max-width: 1280px;
  margin: 0 auto;
}
#news-section .container {
  flex: 1;
}
#news-section .banner {
  width: 272px;
  background-color: #1F2023;
  padding: 36px 15px;
  border-radius: 8px;
}
#news-section .section-title {
  margin-bottom: 14px;
  padding: 0 0 10px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  #news-section {
    gap: 16px 0;
    flex-flow: wrap;
  }
  #news-section .banner {
    width: 100%;
  }
}
#news-section .news-list article {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  padding-left: 8px;
  border-bottom: 1px solid #fff;
}
#news-section .news-list article a {
  color: #EEEEEE;
  text-decoration: none;
}
#news-section .news-list article a:hover {
  color: #4DE878;
}
#news-section .news-list article a:hover .news-arrow::after {
  border-color: #4DE878;
}
#news-section .news-list article h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
#news-section .news-list article .news-date {
  font-size: 0.75rem;
}
#news-section .news-list article .news-category span {
  display: inline-block;
  min-width: 80px;
  padding: 8px;
  border-radius: 9999px;
  background-color: #C6C6C6;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.16;
  color: #263943;
  text-align: center;
}
#news-section .news-list article .news-category.product span, #news-section .news-list article .news-category.product-en span {
  background-color: #8DDB3B;
}
#news-section .news-list article .news-category.news span, #news-section .news-list article .news-category.news-en span {
  background-color: #6FD6D3;
}
#news-section .news-list article .news-content {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
  justify-content: space-between;
  align-items: center;
}
#news-section .news-list article .news-info {
  flex-grow: 1;
}
#news-section .news-list article .news-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 7px 0 15px;
}
#news-section .news-list article .news-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#news-section .news-more {
  text-align: right;
}
#news-section .news-more a {
  position: relative;
  font-size: 0.875rem;
  color: #C6C6C6;
  text-decoration: none;
  padding-right: 19px;
}
#news-section .news-more a:hover {
  color: #EEEEEE;
}
#news-section .news-more a::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #C6C6C6;
  border-right: solid 2px #C6C6C6;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  right: 8px;
}

#about .container {
  max-width: 1280px;
  margin: 0 auto;
}
#about span {
  color: #4DE878;
}
#about .about-box-1 {
  display: flex;
}
#about .about-box-1 .text {
  width: 100%;
  z-index: 2;
}
#about .about-box-1 .text p:first-of-type {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1875;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 959px) {
  #about .about-box-1 .text p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
#about .about-box-1 .text p:nth-of-type(2) {
  font-weight: 700;
}
#about .about-box-1 .image {
  width: 60%;
  margin-top: 10%;
  margin-left: -30%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #about .about-box-1 {
    flex-wrap: wrap;
  }
  #about .about-box-1 .image {
    width: 100%;
    margin: 0;
  }
}
#about .about-box-2 {
  max-width: 1000px;
  margin: 1rem auto;
  padding: 6px 69px;
  background-color: #EEEEEE;
  color: #1F2023;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1944444444;
  text-align: center;
}
#about .about-box-2 p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #about .about-box-2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 6px 75px;
  }
}
@media screen and (max-width: 959px) {
  #about .about-box-2 {
    font-size: 1rem;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 959px) {
  #about .about-box-3 {
    font-size: 0.75rem;
  }
}

.extensive-material-collection {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 6px 32px 26px;
  background-color: #EEEEEE;
  /* 既存の.mediaクラスがある場合の調整 */
  /* レスポンシブ対応 */
  /* ローディング状態のスタイル（オプション） */
}
.extensive-material-collection .container {
  max-width: 1200px;
  margin: 0 auto;
}
.extensive-material-collection h2 {
  margin-bottom: 3rem;
  padding-bottom: 12px;
  font-size: 2rem;
  line-height: 1.1875;
  color: #27292D;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(2.3deg, #2376D0, #25ACCA 43%, #20CD7A) 5;
  mask: linear-gradient(white, white);
}
.extensive-material-collection h2::before {
  content: "";
  background-image: url(../img/Subtract.png);
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 23.5px;
  margin-right: 8px;
}
.extensive-material-collection h3 {
  font-size: 2rem;
  line-height: 1.1875;
  background: linear-gradient(49.43deg, #2376D0 0.87%, #25ACCA 43.12%, #20CD7A 99.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.extensive-material-collection .media {
  text-align: center;
}
.extensive-material-collection .more {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  color: #000;
  padding: 24px 32px;
}
.extensive-material-collection .more h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.extensive-material-collection .more h4 .icon {
  width: 20px;
  height: auto;
}
.extensive-material-collection .more h4 span {
  width: 100%;
}
.extensive-material-collection .more h4:nth-of-type(2):before, .extensive-material-collection .more h4:nth-of-type(2)::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #4DE878;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .extensive-material-collection .more h4 {
    font-size: 0.5rem;
    line-height: 1.125;
  }
}
.extensive-material-collection .logo {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.extensive-material-collection .material-more {
  text-align: center;
}
.extensive-material-collection .material-more .detail-button {
  display: inline-block;
  background: #4DE878;
  color: #27292D;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 342px;
}
.extensive-material-collection .material-more .detail-button:hover {
  background-color: #44C167;
  color: #1F2023;
}
@media screen and (max-width: 435px) {
  .extensive-material-collection .material-more .detail-button {
    width: 100%;
  }
}
.extensive-material-collection .terms-of-use {
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: #263943;
}
.extensive-material-collection .terms-of-use h4 {
  font-size: 1rem;
  line-height: 1.1875;
  border-bottom: 1px dotted #263943;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 3px;
}
.extensive-material-collection .terms-of-use p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
.extensive-material-collection .terms-of-use ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 1.25em;
}
.extensive-material-collection .terms-of-use ul li a {
  color: #1F2023;
}
.extensive-material-collection .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
  border-radius: 8px;
}
.extensive-material-collection .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.extensive-material-collection .media.video-container {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .extensive-material-collection .video-container {
    border-radius: 4px;
  }
}
.extensive-material-collection .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.flow .container {
  max-width: 1200px;
  margin: 0 auto;
}
.flow h2 {
  margin-bottom: 3rem;
  padding-bottom: 12px;
  font-size: 2rem;
  line-height: 1.1875;
  color: #EEEEEE;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(2.3deg, #2376D0, #25ACCA 43%, #20CD7A) 5;
  mask: linear-gradient(white, white);
}
.flow h2::before {
  content: "";
  background-image: url(../img/Subtract.png);
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 23.5px;
  margin-right: 8px;
}
.flow p:first-of-type {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.flow p:nth-of-type(2), .flow p:nth-of-type(4) {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .flow p:nth-of-type(2), .flow p:nth-of-type(4) {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.flow p:nth-of-type(3) {
  text-align: center;
}
.flow p:nth-of-type(3) .button-to-try-to-use {
  display: inline-block;
  text-decoration: none;
  max-width: 474px;
}
.flow p:nth-of-type(3) .button-to-try-to-use:hover img {
  content: url("../img/Button_illustration_hover.png");
}
.flow p:nth-of-type(5) {
  max-width: 310.5px;
  margin-left: auto;
  margin-right: auto;
}

html[lang=en-US] .flow p:nth-of-type(3) .button-to-try-to-use img {
  content: url("../img/Button_illustration_en.png");
}
html[lang=en-US] .flow p:nth-of-type(3) .button-to-try-to-use:hover img {
  content: url("../img/Button_illustration_en_hover.png");
}

.official-character {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 86px 32px calc(26px + 3rem);
  background: url("../img/bg_official_character_0.png") center top/cover;
}
.official-character h2 {
  width: 100%;
  max-width: 599px;
  background: #FFFFFF;
  border-radius: 9999px;
  color: #27292D;
  position: relative;
  margin: 0 auto -21px;
  padding: 8px 16px;
  font-size: 2rem;
  line-height: 1.1875;
  text-align: center;
  z-index: 10;
}
.official-character h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  border: 3px solid transparent;
  background: linear-gradient(84deg, #2376D0, #25ACCA 43%, #20CD7A) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.official-character .content {
  width: 100%;
  max-width: 888px;
  max-height: 648px;
  background: linear-gradient(53deg, #2376D0, #25ACCA 43%, #20CD7A);
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  z-index: 5;
}
.official-character .content .inner {
  background: url("../img/bg_official_character_1.png") center top/100% no-repeat, #FFFFFF;
  border-radius: 21px;
  padding-top: 30px;
  position: relative;
  height: 642px;
}
.official-character .content .inner .act-image {
  position: absolute;
  top: 34px;
  left: 178px;
}
.official-character .content .inner .introduce {
  position: absolute;
  top: 116px;
  right: 54px;
  max-width: 327px;
}
.official-character .content .inner .serif {
  position: absolute;
  left: 190px;
  bottom: 5px;
}
.official-character .content .inner .image1 {
  position: absolute;
  right: 270px;
  bottom: 24px;
}
.official-character .content .inner .image2 {
  position: absolute;
  right: 150px;
  bottom: 24px;
}
.official-character .content .inner .image3 {
  position: absolute;
  right: 32px;
  bottom: 24px;
}
.official-character .content .inner .logo {
  position: absolute;
  left: 34px;
  bottom: 12px;
}
.official-character .official-character-more {
  text-align: center;
  margin-top: 3rem;
}
.official-character .official-character-more .detail-button {
  display: inline-block;
  background: #1F2023;
  color: #C6C6C6;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 172, 202, 0.3);
  width: 342px;
}
.official-character .official-character-more .detail-button:hover {
  background: #27292D;
  color: #EEEEEE;
}
@media screen and (max-width: 435px) {
  .official-character .official-character-more .detail-button {
    width: 100%;
  }
}
@media screen and (max-width: 952px) {
  .official-character {
    padding-top: 9.033vw;
    padding-right: 3.26vw;
    padding-left: 3.26vw;
  }
  .official-character h2 {
    width: 62.92vw;
    font-size: 3.3625vw;
    margin-bottom: -2.2vw;
    padding: 0.84vw 1.89vw;
  }
  .official-character .content .inner {
    height: 67.4366vw;
  }
  .official-character .content .inner .act-image {
    width: 35.81vw;
    top: 3.57vw;
    left: 18.7vw;
  }
  .official-character .content .inner .introduce {
    width: 34.34vw;
    top: 12.175vw;
    right: 5.67vw;
  }
  .official-character .content .inner .serif {
    width: 10.18vw;
    left: 19.95vw;
    bottom: 0.52vw;
  }
  .official-character .content .inner .image1 {
    width: 10.5vw;
    right: 28.35vw;
    bottom: 2.52vw;
  }
  .official-character .content .inner .image2 {
    width: 10.5vw;
    right: 15.75vw;
    bottom: 2.52vw;
  }
  .official-character .content .inner .image3 {
    width: 10.5vw;
    right: 3.36vw;
    bottom: 2.52vw;
  }
  .official-character .content .inner .logo {
    width: 20.16vw;
    left: 3.55vw;
    bottom: 1.25vw;
  }
}

html[lang=en-US] .official-character .content .inner .serif {
  left: 28px;
  top: 66px;
}
@media screen and (max-width: 952px) {
  html[lang=en-US] .official-character .content .inner .serif {
    width: 30.47vw;
    left: 2.95vw;
    top: 6.95vw;
  }
}

.message {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 180px 32px 260px;
  background: url("../img/bg_message_0.png") center/100% no-repeat, #1F2023;
}
.message p {
  text-align: center;
  color: #EEEEEE;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-shadow: 3px 5px 4.8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 952px) {
  .message p {
    font-size: 5.04202vw;
  }
}

/* 固定ボックス */
.fixed-box {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 280px;
  max-width: calc(100vw - 40px);
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 16px;
  padding: 20px 30px 30px;
  color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fixed-box.show {
  transform: translateY(0);
  opacity: 1;
}

.fixed-box.hide {
  transform: translateY(100px) scale(0.9);
  opacity: 0;
  pointer-events: none;
}

/* 閉じるボタン */
.close-button {
  position: absolute;
  top: -15px;
  right: -5px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close-button:hover {
  background-color: white;
  transform: scale(1.1);
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
}

.close-button::before {
  transform: rotate(45deg);
}

.close-button::after {
  transform: rotate(-45deg);
}

/* ロゴ */
.logo-icon {
  text-align: center;
}

/* メッセージテキスト */
.box-message {
  text-align: center;
}

.box-message p {
  font-size: 12px;
  line-height: 1.16;
  margin-top: 0;
  margin-bottom: 8px;
}

/* 登録ボタン */
.register-button {
  width: 100%;
  padding: 5px 10px;
  background: linear-gradient(135deg, #4DE878, #20CD7A);
  color: #1a1a1a;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.register-button:visited {
  color: #1a1a1a;
}

.register-button:hover {
  background: linear-gradient(135deg, #44C167, #1FB366);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(77, 232, 120, 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
  .fixed-box {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    max-width: none;
    padding: 35px 25px 25px;
  }
  .box-message p {
    font-size: 14px;
  }
  .control-buttons {
    top: 10px;
    right: 10px;
    flex-direction: column;
  }
  .control-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}
/* スマートな表示/非表示アニメーション */
@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOutDown {
  from {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(100px) scale(0.9);
    opacity: 0;
  }
}
/* 閉じた状態での非表示 */
.fixed-box.closed {
  display: none;
}

/* ローディング時のスタイル */
.fixed-box.loading {
  transform: translateY(100px);
  opacity: 0;
}

/*# sourceMappingURL=index.css.map */
