/*
Theme Name: tif_2026
Author: twin
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"] {
  -moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color-main: #f87a96;
  --sub_color: #fff;
  --accent_color: #5dd0bc;
  --font_color: #4d3d25;
}

html {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.56vw;
  }
}

body.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

main {
  position: relative;
  overflow: hidden;
}
main h2 {
  position: relative;
  font-family: "Comfortaa", sans-serif;
  font-size: 3.2rem;
  color: #4d3d25;
  text-align: center;
  line-height: initial;
}
main h2 span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  line-height: initial;
}
main .color_white,
main .color_white span {
  color: var(--sub_color);
}
main .color_black {
  color: var(--font_color);
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

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

video {
  filter: drop-shadow(0px 0px transparent);
  outline: none;
  border: none;
  width: 100vw;
  height: 100vh;
  min-height: 80rem;
  object-fit: cover;
  object-position: center;
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.common_header {
  font-family: "Comfortaa", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.common_header span {
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
}

#common_header_menu {
  position: fixed;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  color: var(--sub_color);
  background-image: url("../img/2026/common_menu_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 10;
}
#common_header_menu.open {
  height: 100vh !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#common_header_menu .common_header_logo {
  display: block;
  margin-top: 2rem;
  margin-left: 1.5rem;
  width: 6.2rem;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  #common_header_menu {
    overflow-y: scroll;
  }
  #common_header_menu::-webkit-scrollbar {
    width: 0.8rem;
    background: #ffbc19;
  }
  #common_header_menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.75);
    width: 0.6rem;
    border-radius: 0.5rem;
  }
}

.common_header_menu_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) and (max-width: 840px) {
  .common_header_menu_flex {
    gap: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .common_header_menu_flex {
    flex-direction: column;
    gap: 4rem;
    top: 9rem;
    left: 0;
    padding: 0;
    transform: initial;
    width: 100%;
  }
}

.common_header_menu_link {
  font-size: 2.2rem;
  line-height: 2;
  color: #4d3d25;
}
.common_header_menu_link span {
  margin-left: 1rem;
}
@media screen and (min-width: 751px) and (max-width: 840px) {
  .common_header_menu_link {
    font-size: 1.8rem;
  }
}

.common_header_submenu_link {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: #4d3d25;
}
@media screen and (max-width: 750px) {
  .common_header_submenu_link {
    padding-bottom: 4rem;
  }
}
.common_header_submenu_link_entry_btn {
  width: 34rem;
}
.common_header_submenu_link_sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.common_header_submenu_link_sns_wrap a {
  display: block;
  width: 2rem;
}
.common_header_submenu_link_sns_wrap a img {
  width: 100%;
}
.common_header_submenu_link_link_wrap {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.common_header_submenu_link_copyright {
  font-size: 1rem;
  text-align: center;
}

.common_header_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
}

.common_header_logo {
  display: block;
  width: 6.2rem;
  height: 4rem;
}
.common_header_logo img {
  width: 100%;
}

.common_header_hamburger {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #ffbc19;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}
.common_header_hamburger span {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background: var(--sub_color);
  transition: all 0.3s ease;
}
.common_header_hamburger span:nth-of-type(1) {
  transform: translateY(-0.7rem);
}
.common_header_hamburger span:nth-of-type(2) {
  transform: translateY(0);
}
.common_header_hamburger span:nth-of-type(3) {
  transform: translateY(0.7rem);
}
.common_header_hamburger.open {
  background-color: var(--sub_color);
}
.common_header_hamburger.open span {
  background: #ffbc19;
}
.common_header_hamburger.open span:nth-of-type(1) {
  transform: rotate(45deg);
}
.common_header_hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.common_header_hamburger.open span:nth-of-type(3) {
  transform: rotate(-45deg);
}

#common_fixed_bg_wrapper {
  position: relative;
  z-index: 0;
}

#common_fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: url("../img/2026/common_main_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  z-index: -5;
}

.top .common_fixed_bg_items {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease-out;
}
.common_fixed_bg_items.show {
  opacity: 1;
}

.common_fixed_bg_logo {
  position: absolute;
  width: calc((100vw - 400px) / 2);
  top: 30%;
  left: 0;
  padding: 0 2vw;
}
.common_fixed_bg_logo img {
  width: 100%;
  max-width: 23rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .common_fixed_bg_logo {
    display: none;
  }
}

.common_fixed_bg_period {
  position: absolute;
  width: calc((100vw - 400px) / 2);
  top: 35%;
  right: 0;
  padding: 0 2vw;
  text-align: center;
}
.common_fixed_bg_period_box {
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 190px;
  margin: auto;
}
.common_fixed_bg_period_title {
  font-size: 1.4rem;
  color: var(--sub_color);
  background-color: #ffbc19;
  padding: 1rem 0;
}
.common_fixed_bg_period_txt {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.8rem;
  color: var(--font_color);
  background-color: var(--sub_color);
  padding: 1rem 0;
}
.common_fixed_bg_period_txt span {
  font-size: 1.4rem;
}
.common_fixed_bg_period_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 190px;
  box-sizing: border-box;
  margin: 4rem auto 0;
}
.common_fixed_bg_period_logo img {
  width: 90%;
  height: auto;
  object-fit: contain;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .common_fixed_bg_period {
    display: none;
  }
}

.common_entry_btn_wrap {
  position: fixed;
  bottom: 2%;
  right: 3%;
  width: 15rem;
  height: 15rem;
  z-index: 90;
}
.common_entry_btn_wrap:hover img {
  animation-play-state: paused;
}
.common_entry_btn_wrap p {
  position: absolute;
  bottom: 32%;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--sub_color);
  text-align: center;
  font-weight: 600;
  font-size: 1.68rem;
}
.common_entry_btn_wrap span {
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .common_entry_btn_wrap {
    width: 13rem;
    height: 13rem;
  }
  .common_entry_btn_wrap p {
    font-size: 1.5rem;
  }
}

.common_entry_btn img {
  width: 100%;
  animation: 10s linear infinite rotation;
}

#common_scroll_content {
  position: relative;
  z-index: 1;
  width: 39rem;
  margin: -0.5rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #common_scroll_content {
    width: 100%;
  }
}

.common_page_bottom_contents h2 {
  line-height: 1.2;
  font-weight: 300;
}
.common_page_bottom_contents h2 span {
  font-weight: 600;
}

.common_page_bottom_contact {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.common_page_bottom_contact::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
.common_page_bottom_contact h2 {
  color: var(--sub_color);
}
.common_page_bottom_contact_inner {
  background-color: #ffbc19;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  padding: 11rem 0;
  opacity: 0;
}
.common_page_bottom_contact_inner.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.common_page_bottom_contact_txt {
  color: var(--sub_color);
  font-size: 1.3rem;
  font-weight: 400;
  padding: 3rem 4rem 5rem;
}
.common_page_bottom_contact_info {
  position: relative;
  background-color: var(--sub_color);
  width: 31rem;
  height: 12.4rem;
  margin: 0 auto;
  padding-top: 3.5rem;
  text-align: center;
}
.common_page_bottom_contact_info dt {
  position: absolute;
  background-color: #ffa319;
  color: var(--sub_color);
  width: 19.9rem;
  padding: 0.2rem 0;
  border-radius: 2rem;
  border: 0.1rem solid var(--sub_color);
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 500;
}
.common_page_bottom_contact_info dd {
  color: var(--font_color);
  font-family: "Comfortaa", sans-serif;
  font-size: 1.4rem;
}
.common_page_bottom_contact_info dd span {
  font-size: 2.8rem;
  font-weight: 300;
}

.common_page_bottom_precaution {
  padding: 10rem 3rem 9rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.common_page_bottom_precaution_main {
  opacity: 0;
}
.common_page_bottom_precaution_main.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.common_page_bottom_precaution_list {
  padding-top: 2rem;
}
.common_page_bottom_precaution_list li {
  color: var(--font_color);
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.common_page_bottom_entry {
  position: relative;
  padding: 7rem 0;
  clip-path: polygon(0 3.5rem, 50% 0, 100% 3.5rem, 100% calc(100% - 3.5rem), 50% 100%, 0 calc(100% - 3.5rem));
  background: #ffa319;
}
.common_page_bottom_entry figure img {
  width: 15rem;
  margin: 0 auto;
}
.common_page_bottom_entry_btn {
  position: relative;
  width: 33.8rem;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
}
.common_page_bottom_entry_btn.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.common_page_bottom_entry_btn img {
  width: 100%;
}

.common_page_bottom_partner {
  padding-top: 8.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0 3.5rem, 50% 0, 100% 3.5rem, 100% 100%, 0 100%);
}
.common_page_bottom_partner h2 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.common_page_bottom_partner h2 span {
  font-size: 1.4rem;
}
.common_page_bottom_partner dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_page_bottom_partner dl dt {
  background-color: #ffbc19;
  color: #fff;
  padding: 0.4rem 2rem 0.2rem;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.common_page_bottom_partner dl dd {
  margin-bottom: 6.5rem;
}
.common_page_bottom_partner dl dd.last_item {
  margin-bottom: 0;
}
.common_page_bottom_partner dl dd img {
  width: 19rem;
}

.common_page_bottom_plan {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 10rem;
}
.common_page_bottom_plan h2 {
  font-size: 2.6rem;
}
.common_page_bottom_plan h2 span {
  font-size: 1.4rem;
}
.common_page_bottom_plan img {
  width: 17rem;
  margin: 0 auto;
  padding: 4rem 0 9rem;
}

.footer {
  background-color: #ffbc19;
  padding: 6rem 0;
  color: #fff;
  font-weight: 300;
}
.footer_tif_logo {
  width: 13.9rem;
  margin: 0 auto 4rem;
}
.footer_sns, .footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.footer_sns a:first-child, .footer_links a:first-child {
  margin-right: 3rem;
}
.footer_sns a img, .footer_links a img {
  width: 2rem;
}
.footer_links a {
  font-size: 1.2rem;
}
.footer_right {
  font-size: 1rem;
  text-align: center;
}

body.subpage {
  font-size: 1.6rem;
}

.privacy_policy_contents {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.8;
  padding-top: 10rem;
  background-image: url("../img/2026/common_subpage_bg.png");
  background-size: contain;
  background-position: top center;
}

.privacy_policy_inner {
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 1.2%, 100% 0, 100% 100%, 0 100%);
  padding: 9rem 2rem 2rem;
  margin-bottom: 1rem 0 -0.01rem;
}
.privacy_policy_inner dt,
.privacy_policy_inner li,
.privacy_policy_inner .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy_policy_bottom dt {
  font-size: 1.4rem;
  padding-top: 2rem;
}
.privacy_policy_bottom dt:first-child {
  padding-top: 0;
}
.privacy_policy_bottom dd ul {
  padding-left: 1rem;
}

.privacy_policy_subttl {
  position: relative;
  color: #ffbc19;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 5rem 0 2rem;
}
.privacy_policy_subttl::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4.6rem;
  height: 0.2rem;
  background-color: #ffbc19;
}

.privacy_policy_contact {
  margin-top: 1rem;
  border: 0.1rem #ffbc19 solid;
  padding: 1.6rem 0;
  text-align: center;
}
.privacy_policy_contact dt {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.faq_contents {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 10rem;
  background-image: url("../img/2026/common_subpage_bg.png");
  background-size: contain;
  background-position: top center;
}

.faq_inner {
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 6rem, 100% 0, 100% 100%, 0 100%);
  padding: 9rem 2rem 2rem;
  margin: 1rem 0 -0.01rem;
}

.faq_accordion_wrap {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.4rem 0.4rem 0px 0px #f5eaec;
  margin-bottom: 2rem;
}
.faq_accordion_header {
  position: relative;
  padding: 1rem 5rem;
  cursor: pointer;
  font-size: 1.4rem;
}
.faq_accordion_header::before {
  content: "Q";
  background-color: #ffbc19;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.faq_accordion_header.open::before {
  border-bottom-left-radius: 0;
}
.faq_accordion_header.open .faq_accordion_button {
  border: 0.1rem solid #c1c1c1;
}
.faq_accordion_header.open .faq_accordion_button::before {
  background-color: #c1c1c1;
}
.faq_accordion_header.open .faq_accordion_button::after {
  display: none;
}
.faq_accordion_inner {
  display: none;
  position: relative;
  padding: 1rem 1rem 1rem 5rem;
  border-top: 0.1rem solid #eedfe2;
}
.faq_accordion_inner::before {
  content: "A";
  background-color: #c1c1c1;
  border-bottom-left-radius: 0.5rem;
}
.faq_accordion_inner span {
  font-size: 1.1rem;
}
.faq_accordion_header::before, .faq_accordion_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4rem;
  color: #fff;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_accordion_button {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3rem;
  height: 3rem;
  color: #ffbc19;
  border: 0.1rem solid #ffbc19;
  border-radius: 50%;
  cursor: pointer;
}
.faq_accordion_button:hover {
  opacity: 0.7;
}
.faq_accordion_button::before, .faq_accordion_button::after {
  content: "";
  position: absolute;
  background-color: #ffbc19;
}
.faq_accordion_button::before {
  top: 50%;
  left: 0.8rem;
  right: 0.8rem;
  height: 0.05rem;
  transform: translateY(-50%);
}
.faq_accordion_button::after {
  left: 50%;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 0.05rem;
  transform: translateX(-50%);
}

.top #common_scroll_content {
  margin-top: -10rem;
}
.top .common_page_bottom_contact {
  background-color: initial;
}
.top .common_page_bottom_contents {
  position: relative;
  z-index: -1;
}
.top .common_page_bottom_contact_precaution_bg {
  clip-path: polygon(0 3.5rem, 50% 0, 100% 3.5rem, 100% calc(100% - 3.5rem), 50% 100%, 0 calc(100% - 3.5rem));
  background-color: rgba(255, 255, 255, 0.8);
}
.top .common_page_bottom_contact_inner {
  background-color: initial;
  padding-bottom: 0;
  clip-path: initial;
}
.top .common_page_bottom_contact::before {
  background-color: initial;
}
.top .common_page_bottom_contact h2 {
  color: var(--font_color);
}
.top .common_page_bottom_contact_txt {
  font-weight: 400;
  color: var(--font_color);
}
.top .common_page_bottom_contact_info {
  background-color: initial;
  border: solid 1px #ffa319;
}
.top .common_page_bottom_precaution {
  background-color: initial;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s linear;
  z-index: 100;
  background: url("../img/2026/common_main_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.top_kv {
  position: relative;
  height: 100%;
  width: 100vw;
  z-index: 1;
}
.top_kv::after {
  content: "";
  width: 100%;
  height: 99.8%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .top_kv::after {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
}

#responsive_video {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
}
@media screen and (max-width: 767px) {
  #responsive_video {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
}

.top_kv_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
  width: 20.7%;
  min-width: 28.4rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_kv_title {
    width: 23rem;
    min-width: initial;
  }
}

.top_kv_marquee {
  position: absolute;
  width: 100%;
  background-color: #ffa319;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(2.5deg);
  bottom: 3%;
  z-index: 5;
}
.top_kv_marquee_content {
  font-family: "Comfortaa", sans-serif;
  display: flex;
  font-size: 2.2rem;
  width: 200%;
  padding: 0.7rem 0 0.3rem;
  animation: marquee-loop 20s infinite linear;
}
@media screen and (max-width: 767px) {
  .top_kv_marquee {
    transform: rotate(5deg);
    bottom: 0;
    left: -5%;
    width: 110%;
  }
}

@keyframes marquee-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.top_ambassador {
  padding-top: 15rem;
  opacity: 0;
}
.top_ambassador.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}

.top_ambassador_introduction {
  width: 37rem;
  margin: 0 auto 2.4rem;
  --x-gradient: linear-gradient(90deg, var(--sub_color) 0 4rem, transparent 0 calc(100% - 4rem), var(--sub_color) calc(100% - 4rem));
  --y-gradient: linear-gradient(var(--sub_color) 0 4rem, transparent 0 calc(100% - 4rem), var(--sub_color) calc(100% - 4rem));
  position: relative;
  padding: 1rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
}
.top_ambassador_introduction_wrap {
  margin: 4rem auto;
}
.top_ambassador_introduction_main_img {
  width: 100%;
}
.top_ambassador_introduction_main_txt {
  position: relative;
  font-family: "Comfortaa", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: var(--sub_color);
  padding: 2rem;
  height: 12rem;
  color: #ffa319;
}
.top_ambassador_introduction_main_txt .sub_img {
  position: absolute;
  width: 7.5rem;
  height: auto;
  top: 7.5%;
  left: 0;
  right: 0;
  margin: auto;
  animation: 10s linear infinite rotation;
}
.top_ambassador_introduction_ambassador_name {
  pointer-events: none;
}
.top_ambassador_introduction_sns_wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 1rem;
}
.top_ambassador_introduction_sns_wrap a img {
  height: 2rem;
}
.top_ambassador_introduction__btn {
  position: absolute;
  width: 9rem;
  bottom: 1.4rem;
  right: 1rem;
}
.top_ambassador_introduction__btn .main_img {
  width: 9rem;
}
.top_ambassador_introduction__btn:hover .sub_img {
  animation-play-state: paused;
}
.top_ambassador_introduction_marquee {
  position: relative;
  width: 100%;
  white-space: nowrap;
  transform: rotate(-10deg);
  margin-top: 7rem;
  z-index: 10;
}
.top_ambassador_introduction_marquee_content {
  font-family: "Comfortaa", sans-serif;
  display: flex;
  font-size: 2.2rem;
  width: 200%;
  padding: 1rem 0;
  background-color: var(--sub_color);
  animation: marquee-loop02 20s infinite linear;
  background: #ffa319;
}
@media screen and (max-width: 767px) {
  .top_ambassador_introduction {
    width: 37rem;
  }
}

@keyframes marquee-loop02 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.top_news {
  position: relative;
  padding: 9rem 2rem 10rem;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0 0, 100% 6rem, 100% 100%, 0 calc(100% - 6rem));
  margin-top: -6rem;
  opacity: 0;
  z-index: -1;
}
.top_news.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_news h2 {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 2;
  margin-bottom: 1rem;
  color: #ffa319;
}
.top_news_list {
  margin-bottom: 1rem;
}
.top_news_list li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.top_news_list li:not(:last-of-type) {
  margin-bottom: 3rem;
}
.top_news_date {
  font-size: 1.9rem;
  color: #ff9719;
}
.top_news_date span {
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
.top_news_txt {
  font-size: 1.5rem;
  width: 28rem;
  color: #ff9719;
}
.top_news_btn {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  transition: 0.3s;
  cursor: pointer;
}
.top_news_btn:hover {
  opacity: 0.7;
}
.top_news_open {
  font-size: 1rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
}
.top_news_none_txt {
  text-align: center;
  color: var(--font_color);
  font-size: 1.4rem;
}

.btn_text {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: initial;
  color: #ffa319;
}

.toggle__icon {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: solid #ffbc19 1px;
  border-radius: 50%;
  transition: all 0.4s;
}
.toggle__icon::before, .toggle__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1px;
  background: #ffbc19;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
.toggle__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.toggle__icon.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.top_about {
  background-color: #ffa319;
  clip-path: polygon(100% 0, 0 6rem, 0 100%, 100% calc(100% - 6rem));
  padding: 9rem 3rem;
  margin-top: -6rem;
  opacity: 0;
}
.top_about.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_about_main_txt {
  font-size: 1.4rem;
  width: 33rem;
  margin: 3rem auto;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
.top_about_main_txt span {
  font-weight: bold;
}
.top_about .sub_img {
  width: 22rem;
  margin: 0 auto;
}

.top_benefit {
  padding: 3rem 2rem 3.6rem;
  opacity: 0;
}
.top_benefit.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_benefit_list {
  width: 100%;
  margin: 3rem auto 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.top_benefit_list li {
  display: flex;
  margin-bottom: 0.1rem;
}
.top_benefit_list_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2;
  background-color: #ffbc19;
  width: 4rem;
}
.top_benefit_list_txt {
  font-size: 1.5rem;
  background-color: var(--sub_color);
  padding: 1rem;
  width: 100%;
}
.top_benefit_list_attention {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  margin: 0.3rem auto 3rem;
}
.top_benefit_plize {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 25rem;
  margin: auto;
}
.top_benefit_plize_title {
  background-color: #ffbc19;
  padding: 1rem 0;
  font-size: 1.3rem;
  text-align: center;
  color: #4d3d25;
}
.top_benefit_plize_title span {
  font-family: "Comfortaa", sans-serif;
  font-size: 2rem;
}
.top_benefit_plize_txt_wrap {
  background-color: var(--sub_color);
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
}
.top_benefit_plize_txt_wrap p {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top_benefit_plize_txt_wrap p:first-child {
  margin-bottom: 1rem;
}
.top_benefit_plize_txt_wrap p::before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-color: #ffbc19;
  border-radius: 5rem;
}

.top_audition_detail {
  background-color: #ffa319;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  opacity: 0;
}
.top_audition_detail.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_audition_detail_table_wrap {
  padding: 7rem 2rem 2rem;
}
.top_audition_detail_table {
  font-family: "Comfortaa", "Noto Sans JP", sans-serif;
  overflow: hidden;
  border-radius: 0.5rem;
  font-weight: 500;
  margin: 2.5rem auto 0;
}
.top_audition_detail_table tr {
  display: flex;
  border-bottom: solid 1px #eedfe2;
}
.top_audition_detail_table th,
.top_audition_detail_table td {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 6rem;
  height: auto;
}
.top_audition_detail_table th {
  justify-content: center;
  background-color: #ffe5bf;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  width: 6.6rem;
  color: #ffa319;
}
.top_audition_detail_table td {
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  background-color: var(--sub_color);
  font-size: 1.4rem;
  padding: 1rem;
  color: #4d3d25;
}
.top_audition_detail_table td span {
  font-size: 1.2rem;
}
.top_audition_detail_entry_btn_wrap {
  background-image: url("../img/2026/top_audition_detail_entry_btn_wrap_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 290px;
  text-align: center;
}
.top_audition_detail_entry_btn {
  display: inline-block;
  margin-top: -3rem;
  width: 34rem;
}

.top_audition_schedule {
  padding: 9rem 2rem 11.5rem;
  background-color: rgba(255, 255, 255, 0.43);
  clip-path: polygon(0 0%, 100% 0, 100% 95%, 0% 100%);
  opacity: 0;
}
.top_audition_schedule.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_audition_schedule_title_wrap {
  position: relative;
  text-align: center;
}
.top_audition_schedule_title_wrap::after {
  content: "";
  display: block;
  width: 36rem;
  height: 36rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -6rem;
  opacity: 0.9;
  z-index: -1;
  background-image: url("../img/top/top_audition_schedule_title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.top_audition_schedule_title_wrap h2 {
  margin-bottom: 1.5rem;
}
.top_audition_schedule_title_attention {
  font-size: 1.3rem;
  text-align: center;
  color: #444;
  margin-top: 3rem;
}
.top_audition_schedule_period_title {
  font-size: 1.4rem;
  background-color: #ffbc19;
  width: 10rem;
  border-radius: 5rem;
  padding: 0.3rem 0;
  margin: 3rem auto 1rem;
}
.top_audition_schedule_period_txt {
  font-size: 1.4rem;
}
.top_audition_schedule_period {
  font-size: 2.2rem;
}
.top_audition_schedule_period span {
  font-size: 1.4rem;
}
.top_audition_schedule_main {
  position: relative;
  margin: 3rem auto 0;
}
.top_audition_schedule_main .step_tag {
  display: inline-block;
  color: #ffbc19;
  font-size: 1.4rem;
  font-weight: 700;
  border: solid 2px #ffbc19;
  border-radius: 0.5rem;
  padding: 0.2rem 0.3rem 0;
}
.top_audition_schedule_main_item {
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: -0.2rem;
}
.top_audition_schedule_main_item.after_line::after {
  content: "";
  display: inline-block;
  background-image: url("../img/2026/top_audition_schedule_main_item_after_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 2rem;
  width: 1rem;
  margin-top: 0.2rem;
}
.top_audition_schedule_main_item.after_arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../img/2026/top_audition_schedule_main_item_after_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 3rem;
  width: 2.5rem;
  margin-top: 0.2rem;
}
.top_audition_schedule_main_item_title {
  font-size: 1.6rem;
  background-color: #ffbc19;
  padding: 1rem 0;
}
.top_audition_schedule_main_item_txt_wrap {
  font-family: "Comfortaa", Noto Sans JP, serif;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.8rem;
  background-color: var(--sub_color);
  padding: 0.6rem 2.6rem;
}
.top_audition_schedule_main_item_txt.txt_size2 {
  font-size: 1.4rem;
}
.top_audition_schedule_main_item:last-of-type .top_audition_schedule_main_item_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top_audition_schedule_main_item:last-of-type .step_tag {
  border: none;
  padding: 0;
}
.top_audition_schedule_main_item_txt span {
  font-size: 1.4rem;
}

.top_winners {
  opacity: 0;
  background-color: #ffbc19;
  position: relative;
  clip-path: polygon(0 0, 100% 7rem, 100% calc(100% - 3.5rem), 50% 100%, 0 calc(100% - 3.5rem));
  padding: 7rem 0;
  margin-top: -6.5rem;
}
.top_winners::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7rem 39rem 0 0;
  border-color: rgba(255, 255, 255, 0.43) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top_winners.active {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_winners.active::before {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.top_winners h2 {
  padding-top: 4rem;
  font-size: 3rem;
}
.top_winners_item_wrap {
  margin: 3rem auto;
  text-align: center;
}
.top_winners_item {
  width: 35rem;
  margin: 0 auto 3rem;
  overflow: hidden;
}
.top_winners_item_main_img {
  width: 100%;
}
.top_winners_item_main_txt {
  position: relative;
  font-family: "Comfortaa", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: var(--sub_color);
  padding: 2rem;
  height: 12rem;
}
.top_winners_item_main_txt a {
  color: #ffa319;
}
.top_winners_item_main_txt .sub_img {
  position: absolute;
  width: 7.5rem;
  height: auto;
  top: 7.5%;
  left: 0;
  right: 0;
  margin: auto;
  animation: 10s linear infinite rotation;
}
.top_winners_item_ambassador_name::after {
  content: "";
  display: inline-block;
  background-image: url("../img/2026/top_ambassador_link_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.7rem;
  width: 1.7rem;
  margin-left: 0.5rem;
}
.top_winners_item_sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 1rem;
}
.top_winners_item_sns_wrap a img {
  height: 2rem;
}
.top_winners_item__btn {
  position: absolute;
  width: 9rem;
  bottom: 1.4rem;
  right: 1rem;
}
.top_winners_item__btn .main_img {
  width: 9rem;
}
.top_winners_item__btn:hover .sub_img {
  animation-play-state: paused;
}
.top_winners_item_marquee {
  position: relative;
  width: 100%;
  white-space: nowrap;
  transform: rotate(-10deg);
  margin-top: 7rem;
  z-index: 10;
}
.top_winners_item_marquee_content {
  font-family: "Comfortaa", sans-serif;
  display: flex;
  font-size: 2.2rem;
  width: 200%;
  padding: 1rem 0;
  background-color: var(--sub_color);
  animation: marquee-loop02 20s infinite linear;
}
.top_winners_trustar {
  width: 35rem;
  margin: 0 auto 3rem;
  overflow: hidden;
  background-color: #fff;
  padding: 2.5rem;
}
.top_winners_trustar .trustar {
  width: 23rem;
  margin: 0 auto 2.5rem;
}
.top_winners_trustar p {
  font-size: 1.4rem;
  color: var(--font_color);
  line-height: 2.4rem;
  text-align: justify;
  margin-bottom: 2.5rem;
}
.top_winners_trustar .actor_img {
  margin-bottom: 1.2rem;
}
.top_winners_trustar .trustar_link {
  display: flex;
  justify-content: end;
  gap: 1rem;
  text-align: right;
  font-size: 1.6rem;
  color: #000;
}
