/* Noto+Sans+JP
 Regular 400 /  Medium 500 / SemiBold 600 / Bold 700
*/

/* Montserrat
 Thin 100 /  Light 300 / Regular 400 / Medium 500 / SemiBold 600 / Bold 700 / Black 900
*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 1em;
}
table {
    border-collapse: collapse;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited, a:active {
    color: #231815;
    text-decoration: none;
}
a {
    cursor: pointer;
}
*, *:before, *:after {
    box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.pc_on {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block !important;
  }
}
.pc_on_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc_on_flex {
    display: none !important;
  }
}
.sp_on_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_flex {
    display: flex !important;
  }
}
p {
  font-size: 1.4rem;
  line-height: 1.64;
  font-weight: 400;
  letter-spacing: 0;
  color: #231815;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 10px;
	width: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	color: #231815;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-weight: 400;
}
button, input, textarea, select {
  font: inherit;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}/*768px*/

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.first_section {
  padding: 20px 20px 0;
  background-color: #09B2C5;
  border-radius: 0 0 30px 30px;
}
.fv,
.fv_visual {
  position: relative;
}
.fv_visual {
  height: calc(100vh - 40px);
  height: calc(100svh - 40px);
  overflow: hidden;
  border-radius: 30px 0 10px 10px;
}
.fv_pc_intro {
  display: none;
}
.fv_sp_intro {
  display: none;
}
.fv_bg,
.fv_bg img,
.fv_copy,
.fv_copy img {
  display: block;
  width: 100%;
}
.fv_bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}
.fv_bg img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fv_frame {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  opacity: 1;
  pointer-events: none;
}
.fv_frame img {
  display: block;
  width: 100%;
  height: auto;
}
.fv_frame_top {
  top: 0;
  right: 0;
  width: 205px;
}
.fv_logo,
.contact_btn,
.fv_copy,
.scroll_btn {
  position: absolute;
  z-index: 2;
}
.fv_logo {
  top: 4.1%;
  left: 2.2%;
  width: clamp(125px, 10.42vw, 150px);
}
.contact_btn {
  top: 0;
  right: 0;
  width: 167px;
}
.fv_copy {
  bottom: 3.2%;
  left: 1.7%;
  width: 43.75%;
}
.fv_copy_white {
  display: none;
}
.fv_intro_reveal {
  display: contents;
}
.scroll_btn {
  top: auto;
  right: 2.8%;
  bottom: calc(var(--event-notice-height, 116px) + 20px);
  width: clamp(24px, 2.22vw, 32px);
  aspect-ratio: 32 / 107;
}
.scroll_btn_body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78.5%;
  border-radius: 999px;
  background-color: #09B2C5;
}
.scroll_btn_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-rl;
  margin-top: -8px;
}
.scroll_btn_line {
  position: absolute;
  top: 63%;
  bottom: 0;
  left: 50%;
  width: 1.5px;
  background: linear-gradient(to bottom, #fff 0 51%, #09B2C5 51% 100%);
  clip-path: inset(0 0 100% 0);
  transform: translateX(-50%);
  animation: scroll_line 1.8s ease-in-out infinite;
}
@keyframes scroll_line {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  45% {
    clip-path: inset(0);
  }
  55% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.first_contents {
  padding: 87px 0 115px;
}
.first_contents_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.first_contents_text {
  width: 420px;
  color: #fff;
}
.release_date {
  display: inline-block;
  margin-bottom: 22px;
  padding: 2px 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.2rem;
}
.first_contents_title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.22;
}
.first_contents_lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.1rem;
}
.first_contents_lead + .first_contents_lead {
  margin-top: 22px;
}
.first_contents_image {
  width: 385px;
}
.event_notice {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: min(54.45%, 680px);
  margin: 0;
  padding: 38px 40px 28px;
  border-radius: 30px 0 0;
  background-color: #09B2C5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.5px;
}
.event_notice span {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}
.event_notice_parts {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
}
.event_notice_parts_left {
  bottom: 0;
  left: -32px;
  width: 32px;
}
.event_notice_parts_right {
  top: auto;
  right: -1px;
  bottom: calc(100% - 1px);
  width: 30px;
}
@media screen and (max-width: 1100px) {
  .event_notice {
    right: 0;
    bottom: 0;
    width: min(54.45%, 680px);
    margin: 0;
    padding-right: clamp(24px, 3.64vw, 40px);
    padding-left: clamp(24px, 3.64vw, 40px);
    font-size: clamp(1.2rem, 1.45vw, 1.6rem);
  }
  .first_contents {
    padding: 80px 0 115px;
  }
}



@media screen and (min-width: 769px) and (max-width: 1370px) {
  .fv_copy {
    width: 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .scroll_btn {
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .first_section {
    padding: 10px 10px 0;
  }
  .fv_visual {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 764 / 1196;
    overflow: visible;
    border-radius: 30px 0 0;
    background-color: #09B2C5;
  }
  .fv_visual::after {
    content: none;
  }
  .fv_logo {
    top: 3.7%;
    left: 5.9%;
    width: 32.72%;
  }
  .contact_btn {
    top: 0;
    right: 7px;
    width: 27%;
    max-width: 185px;
  }
  .fv_bg {
    display: none;
  }
  .fv_sp_intro {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    aspect-ratio: 764 / 816;
    overflow: hidden;
    border-radius: 30px 0 0;
    pointer-events: none;
  }
  .fv_sp_artboard {
    position: absolute;
    inset: 0;
  }
  .fv_sp_artboard > img {
    position: absolute;
    display: block;
    height: auto;
  }
  .fv_sp_artboard .fv_intro_background {
    z-index: 1;
    inset: 0;
    width: 100%;
    opacity: 0;
  }
  .fv_sp_artboard .fv_intro_gull {
    z-index: 2;
    opacity: 0;
  }
  .fv_sp_artboard .fv_intro_gull_02 {
    top: 22.7%;
    left: 0;
    width: 14.27%;
  }
  .fv_sp_artboard .fv_intro_gull_03 {
    top: -1%;
    left: 50%;
    width: 6.68%;
  }
  .fv_sp_artboard .fv_intro_gull_04 {
    top: 15.8%;
    left: 78%;
    width: 11.52%;
  }
  .fv_sp_artboard .fv_intro_product {
    z-index: 3;
    top: 23.3%;
    left: 24.1%;
    width: 58.9%;
    opacity: 0;
  }
  .fv_frame {
    display: none;
  }
  .fv_frame_top {
    z-index: 7;
    top: 0;
    right: 0;
    display: block;
    width: 37%;
    max-width: 242px;
    box-shadow: 1px 0 0 #09B2C5;
  }
  .fv_copy {
    left: 0;
    width: 100%;
    bottom: 10px;
  }
  .fv_intro_reveal {
    position: absolute;
    z-index: 6;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: inherit;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
  }
  .fv_intro_reveal_bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-color: #fff;
  }
  .fv_intro_reveal .fv_copy {
    z-index: 1;
  }
  .fv_copy_white {
    z-index: 5;
    display: block;
    opacity: 0;
    transform: translateY(70px);
  }
  .fv_logo,
  .contact_btn,
  .event_notice span {
    z-index: 8;
    opacity: 0;
  }
  .is_fv_ready .fv_copy_white {
    animation: fv_copy_slide 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
  }
  .is_fv_ready .fv_intro_reveal {
    animation: fv_reveal 0.9s cubic-bezier(0.65, 0, 0.35, 1) 1.2s both;
  }
  .is_fv_ready .fv_intro_reveal_bg {
    animation: fv_reveal_bg_fade 0.7s ease 2.1s forwards;
  }
  .is_fv_ready .fv_sp_artboard .fv_intro_background {
    animation: fv_layer_fade 0.7s ease 2.1s forwards;
  }
  .is_fv_ready .fv_sp_artboard .fv_intro_gull_02 {
    animation: fv_layer_fade 0.4s ease 2.6s forwards;
  }
  .is_fv_ready .fv_sp_artboard .fv_intro_gull_03 {
    animation: fv_layer_fade 0.4s ease 2.74s forwards;
  }
  .is_fv_ready .fv_sp_artboard .fv_intro_gull_04 {
    animation: fv_layer_fade 0.4s ease 2.67s forwards;
  }
  .is_fv_ready .fv_sp_artboard .fv_intro_product {
    animation: fv_layer_fade 0.7s ease 3.15s forwards;
  }
  .is_fv_ready .fv_logo,
  .is_fv_ready .contact_btn,
  .is_fv_ready .event_notice span {
    animation: fv_layer_fade 0.7s ease 3.15s forwards;
  }
  .is_fv_complete .fv_intro_reveal {
    clip-path: inset(0);
    animation: none;
  }
  .is_fv_complete .fv_intro_reveal_bg {
    opacity: 0;
    animation: none;
  }
  .is_fv_complete .fv_sp_artboard .fv_intro_background,
  .is_fv_complete .fv_sp_artboard .fv_intro_gull,
  .is_fv_complete .fv_sp_artboard .fv_intro_product,
  .is_fv_complete .fv_logo,
  .is_fv_complete .contact_btn,
  .is_fv_complete .event_notice span {
    opacity: 1;
    animation: none;
  }
  .is_fv_complete .fv_copy_white {
    display: none;
    animation: none;
  }
  .scroll_btn {
    display: none;
  }
  .first_contents {
    padding: 72px 0 88px;
  }
  .event_notice {
    position: relative;
    z-index: 6;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: -24px 0 0;
    padding: 25px 4% 0;
    border-radius: 16px 16px 0 0;
    background-color: #09B2C5;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .event_notice_parts {
    display: none;
  }
  .first_contents_inner {
    display: block;
    width: 96%;
  }
  .first_contents_text,
  .first_contents_image {
    width: 100%;
  }
  .release_date {
    margin-bottom: 28px;
    letter-spacing: 0.1rem;
  }
  .first_contents_title {
    margin-bottom: 15px;
    font-size: 3.3rem;
    line-height: 1.29;
  }
  .first_contents_lead {
    font-size: 1.5rem;
    line-height: 1.67;
    letter-spacing: 0;
  }
  .first_contents_lead + .first_contents_lead {
    margin-top: 13px;
  }
  .first_contents_image {
    width: 80%;
    max-width: 300px;
    margin: 38px auto 0;
  }
}

/*------------------------------------------------------------
	利用シーン
------------------------------------------------------------*/
.scene_section {
  background-color: #fff;
}
.scene_scroll {
  position: relative;
  height: 400vh;
}
.scene_sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  padding-top: 40px;
}
.scene_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #09B2C5;
  font-size: clamp(3rem, 2.75vw, 4.4rem);
  font-weight: 500;
  line-height: 1.36;
  white-space: nowrap;
}
.scene_heading_line {
  display: contents;
}
.scene_heading::before,
.scene_heading::after {
  width: 3px;
  height: 55px;
  margin: 0 clamp(12px, 1.5vw, 24px);
  background-color: #09B2C5;
  content: "";
}
.scene_heading::before {
  transform: rotate(-20deg);
}
.scene_heading::after {
  transform: rotate(20deg);
}
.scene_heading_small {
  font-size: clamp(2.1rem, 1.94vw, 3.1rem);
}
.scene_stage {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.scene_panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  border-radius: 0 80px 80px 0;
  background-color: #09B2C5;
}
.scene_continue {
  position: absolute;
  bottom: 45px;
  left: 40px;
  width: 13px;
}
.scene_continue img {
  display: block;
  width: 100%;
}
.scene_continue_arrow {
  clip-path: inset(0 0 100% 0);
  animation: scroll_line 1.8s ease-in-out infinite;
}
.scene_items,
.scene_item {
  display: contents;
}
.scene_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 40px;
  color: #fff;
  opacity: 1;
  transform: translateY(100%);
  transition: none;
}
.scene_item.is_active .scene_text {
  transform: translateY(0);
}
.scene_text_inner {
  width: fit-content;
  max-width: 100%;
  text-align: left;
}
.scene_number {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.43;
}
.scene_text h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.33;
}
.scene_text_inner > p:last-child {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.scene_visual {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.65s ease;
}
.scene_item.is_active .scene_visual {
  opacity: 1;
}
.scene_visual_01 img {
  width: min(55.56vw, 400px);
}
.scene_visual_02 img {
  width: min(38.89vw, 280px);
}
.scene_visual_03 img {
  width: min(80.56vw, 580px);
}
.scene_visual_04 img {
  width: min(47.92vw, 345px);
}
.scene_dots {
  position: absolute;
  right: 3.5%;
  bottom: 0;
  display: flex;
  gap: 6px;
}
.scene_dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DBDBDB;
}
.scene_dots span.is_active {
  background-color: #09B2C5;
}
.scene_steps {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .scene_heading {
    display: grid;
    grid-template-columns: auto minmax(0, auto) auto;
    column-gap: 18px;
    width: 94%;
    font-size: clamp(2.1rem, 3.2vw, 3.4rem);
    white-space: normal;
  }
  .scene_heading_line {
    display: flex;
    grid-column: 2;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
  }
  .scene_heading_line:first-of-type {
    grid-row: 1;
  }
  .scene_heading_line:last-of-type {
    grid-row: 2;
  }
  .scene_heading::before,
  .scene_heading::after {
    grid-row: 1 / 3;
    align-self: center;
    height: 85px;
    margin: 0;
  }
  .scene_heading::before {
    grid-column: 1;
  }
  .scene_heading::after {
    grid-column: 3;
  }
  .scene_heading_small {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  }
}

@media screen and (max-width: 768px) {
  .scene_scroll {
    height: auto;
  }
  .scene_sticky {
    position: static;
    display: block;
    height: auto;
    overflow: visible;
    padding-top: 25px;
  }
  .scene_heading {
    width: 90%;
    margin: 0 auto 17px;
    column-gap: 10px;
    font-size: clamp(1.6rem, 5.2vw, 2.1rem);
    line-height: 1.71;
  }
  .scene_heading::before,
  .scene_heading::after {
    height: 70px;
  }
  .scene_heading_small {
    font-size: clamp(1.5rem, 4.0vw, 1.9rem);
    margin: 0 -5px;
  }
  .scene_stage {
    height: auto;
    overflow: visible;
  }
  .scene_panel,
  .scene_dots,
  .scene_steps {
    display: none;
  }
  .scene_items,
  .scene_item {
    display: block;
  }
  .scene_item {
    width: 95%;
    margin-bottom: 40px;
  }
  .scene_item:nth-child(odd) {
    margin-right: auto;
  }
  .scene_item:nth-child(even) {
    margin-left: auto;
  }
  .scene_text {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 220px;
    padding: 25px 20px 45px;
    border-radius: 0 40px 40px 0;
    background-color: #09B2C5;
    opacity: 1;
    transform: none;
    text-align: center;
    transition: none;
  }
  .scene_item:nth-child(even) .scene_text {
    border-radius: 40px 0 0 40px;
  }
  .scene_text_inner {
    width: 100%;
    text-align: center;
  }
  .scene_number {
    margin-bottom: 6px;
    font-size: 2.2rem;
    line-height: 1.64;
  }
  .scene_text h3 {
    margin-bottom: 8px;
    font-size: 2.5rem;
    line-height: 1.44;
  }
  .scene_text_inner > p:last-child {
    font-size: 1.5rem;
    line-height: 1.87;
  }
  .scene_visual {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    display: block;
    height: auto;
    margin: -30px auto 0;
    opacity: 1;
    transition: none;
  }
  .scene_visual_01 {
    width: 60%;
    max-width: 400px;
  }
  .scene_visual_02 {
    width: 37%;
    max-width: 280px;
  }
  .scene_visual_03 {
    width: 81%;
    max-width: 580px;
  }
  .scene_visual_04 {
    width: 50%;
    max-width: 345px;
  }
  .scene_visual img {
    width: 100%;
  }
}

/*------------------------------------------------------------
	特徴
------------------------------------------------------------*/
.features_section {
  padding: 133px 0 125px;
  border-radius: 30px;
  background-color: #09B2C5;
}
@media screen and (min-width: 769px) {
  .features_section {
    margin-top: clamp(30px, 3vw, 50px);
  }
}
.features_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1120px;
}
.features_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 78px;
}
.features_heading p {
  margin-bottom: 5px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.features_heading h2 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.35;
}
.features_intro {
  width: 670px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.feature_cards {
  display: flex;
  gap: 40px;
}
.feature_card {
  width: calc(50% - 20px);
  padding: 70px 40px 70px;
  border-radius: 30px;
  background-color: #fff;
}
.feature_point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
  color: #09B2C5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.feature_point img {
  width: 2px;
  height: 25px;
}
.feature_point p {
  color: #09B2C5;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
.feature_point span {
  font-size: 2rem;
}
.feature_image_pc {
  margin-bottom: 20px;
}
.feature_image_pc img {
  width: 100%;
}
.feature_slider {
  display: none;
}
.feature_badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 3px 15px;
  border-radius: 8px;
  color: #fff;
  background-color: #EC7E3A;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  height: 35px;
}
.feature_badge_capacity span {
  margin: 0 2px;
  font-size: 2.3rem;
  line-height: 1;
}
.feature_card h3 {
  margin-bottom: 14px;
  color: #09B2C5;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
}
.feature_description {
  color: #231815;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .features_section {
    padding: 70px 0 80px;
  }
  .features_header {
    display: block;
    margin-bottom: 40px;
  }
  .features_heading {
    margin-bottom: 15px;
    text-align: center;
  }
  .features_heading h2 {
    font-size: 3.5rem;
    letter-spacing: -2px;
  }
  .features_intro {
    width: 100%;
    padding-bottom: 0;
    font-size: 1.5rem;
  }
  .feature_cards {
    display: block;
  }
  .feature_card {
    width: 100%;
    padding: 35px 8% 38px;
  }
  .feature_card + .feature_card {
    margin-top: 20px;
  }
  .feature_point {
    margin-bottom: 20px;
    gap: 10px;
  }
  .feature_point p {
    font-size: 2.5rem;
  }
  .feature_point span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .feature_image_pc {
    display: none;
  }
  .feature_slider {
    position: relative;
    display: block;
    width: calc(100% + 8%);
    margin-right: -4%;
    margin-bottom: 18px;
    margin-left: -4%;
  }
  .feature_slides {
    display: grid;
  }
  .feature_slides img {
    grid-area: 1 / 1;
    display: block;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  }
  .feature_slides img.is_active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .feature_prev,
  .feature_next {
    position: absolute;
    top: 50%;
    width: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
  }
  .feature_prev {
    left: 5px;
  }
  .feature_next {
    right: 5px;
  }
  .feature_prev img,
  .feature_next img {
    width: 100%;
  }
  .feature_badge {
    margin-bottom: 10px;
  }
  .feature_card h3 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .feature_description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .feature_point img {
    height: 18px;
  }
}

/*------------------------------------------------------------
	動画
------------------------------------------------------------*/
.movie_section {
  position: relative;
  padding: 115px 0 130px;
  background-color: #fff;
}
.movie_illustration {
  position: absolute;
  top: -70px;
  left: 0;
  width: min(29.79vw, 429px);
}
.movie_heading {
  margin-bottom: 35px;
  text-align: center;
}
.movie_heading p {
  margin-bottom: 5px;
  color: #09B2C5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.movie_heading h2 {
  color: #09B2C5;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.35;
}
.movie_frame {
  width: 90%;
  max-width: 792px;
  margin: 0 auto;
}
.movie_frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 792 / 452;
  height: auto;
  border: 0;
}

@media screen and (max-width: 768px) {
  .movie_section {
    padding: 180px 0 80px;
  }
  .movie_illustration {
    top: -35px;
    width: min(58vw, 320px);
  }
  .movie_heading {
    margin-bottom: 25px;
  }
  .movie_heading h2 {
    font-size: 3.5rem;
  }
}

/*------------------------------------------------------------
	機能
------------------------------------------------------------*/
.functions_section {
  padding: 0 0 244px;
  background-color: #fff;
}
.functions_heading {
  margin-bottom: 40px;
  text-align: center;
}
.functions_heading p {
  margin-bottom: 5px;
  color: #09B2C5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.functions_heading h2 {
  color: #09B2C5;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.35;
}
.functions_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #09B2C5;
  border-bottom: 1px solid #09B2C5;
}
.functions_grid::before,
.functions_grid::after {
  position: absolute;
  z-index: 1;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background-color: #09B2C5;
  content: "";
  pointer-events: none;
}
.functions_grid::before {
  left: 33.333%;
}
.functions_grid::after {
  left: 66.666%;
}
.function_item {
  position: relative;
  padding: 45px 45px 75px;
}
.function_item::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: none;
  height: 1px;
  background-color: #09B2C5;
  content: "";
}
.function_item:nth-child(-n+3)::after {
  display: block;
}
.function_image {
  position: relative;
  margin-bottom: 18px;
}
.function_image > img:first-child {
  width: 100%;
}
.function_image_detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.18%;
  max-width: 145px;
}
.function_item h3 {
  margin-bottom: 20px;
  color: #09B2C5;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.function_item > p {
  color: #231815;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 1000px) {
  .functions_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .functions_grid::before {
    left: 50%;
  }
  .functions_grid::after {
    display: none;
  }
  .function_item:nth-child(-n+3)::after {
    display: none;
  }
  .function_item:nth-child(-n+4)::after {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .functions_section {
    padding: 70px 0 120px;
  }
  .functions_heading {
    width: 90%;
    margin: 0 auto 35px;
  }
  .functions_heading h2 {
    font-size: 2.5rem;
  }
  .function_item h3 {
    font-size: 2.1rem;
  }
  .functions_grid {
    grid-template-columns: 1fr;
  }
  .functions_grid::before,
  .functions_grid::after {
    display: none;
  }
  .function_item:nth-child(-n+4)::after {
    display: none;
  }
  .function_item:not(:last-child)::after {
    right: 0;
    left: 0;
    display: block;
  }
  .function_item {
    padding: 30px 5% 40px;
  }
}

/*------------------------------------------------------------
	タイヤ固定ユニット
------------------------------------------------------------*/
.tire_section {
  position: relative;
  padding: 118px 0 70px;
  border-radius: 30px;
  background-color: #FAFAE6;
}
.tire_illustration {
  position: absolute;
  top: -157px;
  right: 0;
  width: min(18.06vw, 260px);
}
.tire_inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.tire_heading {
  margin-bottom: 48px;
  color: #09B2C5;
  text-align: center;
}
.tire_heading h2 {
  margin-bottom: 33px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.tire_heading p {
  color: #09B2C5;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1px;
}
.tire_group {
  margin-bottom: 60px;
}
.tire_group h3 {
  position: relative;
  margin-bottom: 33px;
  padding-left: 16px;
  color: #09B2C5;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 36px;
}
.tire_group h3::before {
  position: absolute;
  top: 3px;
  bottom: -3px;
  left: 0;
  width: 5px;
  background-color: #09B2C5;
  content: "";
}
.tire_steps {
  --tire_step_gap: 53px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 240px));
  justify-content: start;
  gap: var(--tire_step_gap);
}
.tire_step_image {
  position: relative;
}
.tire_step_image > img:first-child {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.tire_step_arrow {
  position: absolute;
  top: 50%;
  left: calc(var(--tire_step_gap) / -2);
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
}
.tire_step p {
  margin-top: 15px;
  color: #09B2C5;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.tire_dot_line {
  height: 2px;
  background-image: url("../images/dot.png");
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
.tire_benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 327px));
  justify-content: space-between;
  gap: 40px;
  margin-top: 78px;
}
.tire_benefit h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 328px;
  aspect-ratio: 656 / 112;
  margin-bottom: 18px;
  padding: 0 15px 5px;
  background-image: url("../images/balloon.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #09B2C5;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.tire_benefit > img {
  display: block;
  width: 100%;
  max-width: 327px;
}

@media screen and (max-width: 1180px) {
  .tire_benefits {
    grid-template-columns: minmax(0, 327px);
    justify-content: center;
    gap: 45px;
  }
}

@media screen and (max-width: 1100px) {
  .tire_steps {
    grid-template-columns: repeat(3, minmax(0, 240px));
  }
  .tire_step:nth-child(4) {
    transform: translateX(calc((var(--tire_step_gap) + 28px) / 2));
  }
}

@media screen and (max-width: 1200px) {
  .tire_section {
    padding-top: 180px;
  }
}

@media screen and (max-width: 900px) {
  .tire_section {
    padding-top: clamp(220px, 33.33vw, 300px);
  }
  .tire_illustration {
    top: -55px;
    width: min(34vw, 260px);
  }
  .tire_heading h2 {
    font-size: 2.8rem;
  }
  .tire_steps {
    grid-template-columns: repeat(2, minmax(0, 240px));
    justify-content: center;
    gap: var(--tire_step_gap);
  }
  .tire_step:nth-child(3),
  .tire_step:nth-child(4) {
    transform: none;
  }
  .tire_step:nth-child(3) .tire_step_arrow {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tire_illustration {
    width: min(30vw, 220px);
  }
}

@media screen and (max-width: 650px) {
  .tire_section {
    padding: 160px 0 55px;
  }
  .tire_illustration {
    top: -75px;
  }
  .tire_heading {
    margin-bottom: 38px;
  }
  .tire_heading h2 {
    margin-bottom: 12px;
    font-size: 2.5rem;
    line-height: 1.55;
  }
  .tire_heading p {
    font-size: 1.6rem;
  }
  .tire_group {
    margin-bottom: 42px;
  }
  .tire_group h3 {
    font-size: 2.3rem;
    line-height: 28px;
  }
  .tire_steps {
    grid-template-columns: minmax(0, 350px);
    justify-content: center;
    width: 100%;
  }
  .tire_step:nth-child(3),
  .tire_step:nth-child(4) {
    transform: none;
  }
  .tire_step_arrow {
    display: block;
    top: calc(var(--tire_step_gap) / -2);
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .tire_step:nth-child(3) .tire_step_arrow {
    display: block;
  }
}

/*------------------------------------------------------------
	イベント案内
------------------------------------------------------------*/
.event_section {
  padding: 90px 0 100px;
  background-color: #fff;
}
.event_box {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 105px 5% 60px;
  border: 4px solid #09B2C5;
  border-radius: 30px;
  text-align: center;
}
.event_title {
  margin-bottom: 42px;
  color: #09B2C5;
  font-weight: 500;
}
.event_title > span {
  display: table;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #09B2C5;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.event_title .event_title_line {
  display: inline;
  padding: 0;
  border: 0;
}
.event_title > span:nth-child(1) {
  font-size: 3.5rem;
}
.event_title > span:nth-child(2) {
  font-size: 4rem;
}
.event_title > span:nth-child(3) {
  margin-top: 8px;
  font-size: 2.5rem;
}
.event_topics {
  margin-bottom: 65px;
  color: #231815;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 2px;
}
.event_topics a {
  display: inline-flex;
  align-items: center;
  margin: 0 3px;
  color: #231815;
}
.event_topics a span {
  border-bottom: 1px solid #231815;
}
.event_topics a img {
  width: 17px;
  height: 14px;
  margin-left: 4px;
}
.event_name {
  margin-bottom: 27px;
  color: #231815;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
.event_name a {
  color: inherit;
}
.event_official_link {
  display: block;
  width: min(100%, 220px);
  margin: 0 auto 28px;
}
.event_official_link img {
  display: block;
  width: 100%;
}
.event_details {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.event_detail_row {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  min-height: 105px;
  padding: 20px 130px 20px 0;
  background-image: url("../images/dot2.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 2px;
}
.event_detail_row dt {
  padding-left: 10px;
  color: #231815;
  font-size: 1.8rem;
  font-weight: 500;
}
.event_detail_row dd {
  min-width: 0;
  color: #231815;
}
.event_date {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 3px;
}
.event_date_year {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.event_date_number {
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.1;
}
.event_date_unit {
  align-self: flex-end;
  margin: 0 2px 5px 0;
  font-size: 2.2rem;
  font-weight: 500;
}
.event_date_week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #231815;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  top: -10px;
}
.event_date_dash {
  margin: 0 4px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  top: -10px;
}
.event_time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
.event_venue {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.event_booth {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 2px;
}
.event_details_illustration {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 90px;
  max-width: 11.25%;
}
.event_collabo {
  display: block;
  width: 100%;
  max-width: 822px;
  margin: 70px auto 0;
}
.event_collabo img {
  display: block;
  width: 100%;
}
.event_collabo_note {
  width: 100%;
  max-width: 822px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 5px auto 0;
  text-align: left;
  letter-spacing: 1px;
}
.event_hall_map {
  display: block;
  width: 100%;
  max-width: 1004px;
  margin: 45px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .event_detail_row {
    grid-template-columns: clamp(100px, 14vw, 140px) minmax(0, 1fr);
    padding-right: 100px;
  }
  .event_date {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .event_date > span {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .event_section {
    padding: 35px 0 70px;
  }
  .event_box {
    padding: 50px 5% 50px;
    border-width: 3px;
  }
  .event_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
  }
  .event_title > span {
    margin: 0;
    padding-bottom: 4px;
    line-height: 1.25;
  }
  .event_title > span:nth-child(1) {
    font-size: 2.5rem;
  }
  .event_title > span:nth-child(2) {
    font-size: 2.6rem;
  }
  .event_title > span:nth-child(3) {
    margin-top: 0;
    font-size: 2rem;
  }
  .event_title .event_title_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .event_title .event_title_line {
    display: block;
    width: fit-content;
    margin: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #09B2C5;
    line-height: 1.25;
  }
  .event_title .event_title_line:last-child {
    font-size: clamp(1.5rem, 4.8vw, 2.2rem);
    white-space: nowrap;
  }
  .event_topics {
    margin-bottom: 48px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .event_name {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .event_date {
    align-items: baseline;
  }
  .event_date_week {
    top: -7px;
  }
  .event_date_dash {
    top: -6px;
  }
  .event_details {
    padding-top: 65px;
  }
  .event_detail_row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }
  .event_detail_row dt {
    padding-left: 0;
  }
  .event_date_number {
    font-size: 4.5rem;
  }
  .event_details_illustration {
    position: absolute;
    top: 5px;
    right: 0;
    width: 55px;
    max-width: none;
    margin: 0;
  }
  .event_collabo {
    max-width: 96%;
    margin-top: 55px;
  }
  .event_collabo_note {
    max-width: 96%;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 590px) {
  .event_details {
    padding-top: 135px;
  }
  .event_details_illustration {
    top: 0;
    width: 60px;
  }
}

@media screen and (max-width: 540px) {
  .event_date_number {
    font-size: 4.5rem;
  }
  .event_date_year {
    font-size: 2.0rem;
  }
  .event_date_unit {
    font-size: 1.8rem;
  }
}


@media screen and (max-width: 480px) {
  .event_box {
    padding: 55px 6% 60px;
    border-radius: 20px;
  }
  .event_title > span:nth-child(1) {
    font-size: 2.2rem;
  }
  .event_title > span:nth-child(2) {
    font-size: 2.2rem;
  }
  .event_title > span:nth-child(3) {
    font-size: 1.8rem;
  }
  .event_name {
    font-size: 1.7rem;
  }
  .event_date_year {
    width: 100%;
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .event_date_number {
    font-size: 4.2rem;
  }
  .event_date_unit {
    font-size: 1.8rem;
  }
  .event_date_week {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
  .event_venue {
    font-size: 2.2rem;
  }
  .event_booth {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	製品情報リンク
------------------------------------------------------------*/
.product_link_section {
  padding: 85px 5% 80px;
  background-color: #fff;
}
.product_link_section.is_hidden {
  padding: 40px 5%;
}
.product_link_section.is_hidden .product_link {
  display: none;
}
.product_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  height: 120px;
  margin: 0 auto;
  color: #fff !important;
}
.product_link::before {
  position: absolute;
  inset: 0;
  border-radius: 175px;
  background-color: #EC7E3A;
  content: "";
}
.product_link_illustration,
.product_link_text,
.product_link_icon {
  position: relative;
  z-index: 1;
}
.product_link_illustration {
  position: absolute;
  bottom: -42px;
  left: 0;
  width: min(22.5%, 180px);
}
.product_link_text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.product_link_icon {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 49px;
  height: 49px;
  transform: translateY(-50%);
}

@media screen and (max-width: 650px) {
  .product_link_section {
    padding: 70px 5% 65px;
  }
  .product_link_section.is_hidden {
    padding: 30px 5%;
  }
  .product_link {
    height: 95px;
    padding: 0 55px 0 24%;
  }
  .product_link_illustration {
    bottom: -25px;
    width: min(28%, 125px);
  }
  .product_link_text {
    font-size: 1.6rem;
    text-align: center;
  }
  .product_link_icon {
    right: 15px;
    width: 34px;
    height: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .first_contents_title,
  .features_heading h2,
  .movie_heading h2,
  .functions_heading h2 {
    font-size: clamp(3.5rem, calc(1.187rem + 3.012vw), 4.5rem);
  }
  .scene_text h3 {
    font-size: clamp(2.5rem, calc(-2.127rem + 6.024vw), 4.5rem);
  }
  .feature_card h3 {
    font-size: 3rem;
  }
  .function_item h3 {
    font-size: 2.5rem;
  }
  .tire_heading h2 {
    font-size: clamp(2.3rem, calc(-0.476rem + 3.614vw), 3.5rem);
  }
  .tire_group h3 {
    font-size: clamp(2.8rem, calc(1.181rem + 2.108vw), 3.5rem);
  }
  .event_title > span:nth-child(1) {
    font-size: clamp(2.5rem, calc(0.187rem + 3.012vw), 3.5rem);
  }
  .event_title > span:nth-child(2) {
    font-size: clamp(2.8rem, calc(0.024rem + 3.614vw), 4rem);
  }
  .event_title > span:nth-child(3),
  .event_name {
    font-size: clamp(2rem, calc(0.844rem + 1.506vw), 2.5rem);
  }
  .event_date_number {
    font-size: clamp(4.5rem, calc(1.956rem + 3.313vw), 5.6rem);
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  background-color: #ebebeb;
}
#gFooter .ftNavInner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 45px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 55px;
}
#gFooter .ftNav {
  min-width: 0;
}
#gFooter .ftNav .txt {
  margin-bottom: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid #bfc0c0;
}
#gFooter .ftNav .txt a {
  color: #00aec4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#gFooter .ftNav .list .item {
  margin-left: 10px;
}
#gFooter .ftNav .list .item.first {
  margin-left: 0;
  font-weight: 700;
}
#gFooter .ftNav .list .item a {
  color: #646464;
  font-size: 1.2rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
#gFooter .ftNav .list .item a span {
  position: relative;
  left: -1px;
}
#gFooter .ftNav a:hover,
#gFooter .ftBtm a:hover {
  text-decoration: underline;
}
#gFooter .logo {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 35px;
  text-align: right;
}
#gFooter .logo img {
  width: 258px;
  max-width: 100%;
}
#gFooter .ftBtm {
  padding: 57px 0;
  background-color: #b4b4b4;
}
#gFooter .ftBtmInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#gFooter .ftBtm .list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  row-gap: 8px;
}
#gFooter .ftBtm .list .item + .item {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
#gFooter .ftBtm .list .item a,
#gFooter .ftBtm .copyright {
  color: #fff;
}
#gFooter .ftBtm .list .item a {
  font-size: 1.4rem;
  white-space: nowrap;
}
#gFooter .ftBtm .copyright {
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #gFooter .ftBtmInner {
    flex-direction: column;
    gap: 18px;
  }
}

@media screen and (min-width: 769px) {
  .fv_bg {
    display: none;
  }
  .fv_pc_intro {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
  }
  .fv_pc_artboard {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: max(calc(100vw - 40px), calc(166.667vh - 66.667px));
    width: max(calc(100vw - 40px), calc(166.667svh - 66.667px));
    aspect-ratio: 5 / 3;
    transform: translate(-50%, -50%);
  }
  .fv_pc_artboard > img {
    position: absolute;
    display: block;
    height: auto;
  }
  .fv_intro_background {
    z-index: 1;
    inset: 0;
    width: 100%;
    opacity: 0;
  }
  .fv_intro_gull {
    z-index: 2;
    opacity: 0;
  }
  .fv_intro_gull_01 {
    top: 28%;
    left: 6px;
    width: min(3.29%, 62px);
  }
  .fv_intro_gull_02 {
    top: 9.3%;
    left: 35.7%;
    width: min(7.79%, 146px);
  }
  .fv_intro_gull_03 {
    top: -1%;
    left: 63.7%;
    width: min(3.64%, 51px);
  }
  .fv_intro_gull_04 {
    top: 16.7%;
    left: 86%;
    width: min(6.29%, 88px);
  }
  .fv_intro_product {
    z-index: 3;
    top: 13.33%;
    left: 45.71%;
    width: min(32.14%, 600px);
    opacity: 0;
  }
  .fv_frame {
    z-index: 7;
  }
  .fv_logo,
  .contact_btn,
  .scroll_btn {
    z-index: 8;
    opacity: 0;
  }
  .fv_intro_reveal {
    position: absolute;
    z-index: 6;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: inherit;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
  }
  .fv_intro_reveal_bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-color: #fff;
  }
  .fv_intro_reveal .fv_copy {
    z-index: 1;
    width: 43.75%;
  }
  .fv_copy_white {
    z-index: 5;
    display: block;
    clip-path: none;
    opacity: 0;
    transform: translateY(70px);
  }
  .event_notice span {
    opacity: 0;
  }
  .event_notice {
    z-index: 9;
  }
  .is_fv_ready .fv_intro_reveal {
    animation: fv_reveal 0.9s cubic-bezier(0.65, 0, 0.35, 1) 1.2s both;
  }
  .is_fv_ready .fv_copy_white {
    animation: fv_copy_slide 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
  }
  .is_fv_ready .fv_intro_reveal_bg {
    animation: fv_reveal_bg_fade 0.7s ease 2.1s forwards;
  }
  .is_fv_ready .fv_intro_background {
    animation: fv_layer_fade 0.7s ease 2.1s forwards;
  }
  .is_fv_ready .fv_intro_gull_01 {
    animation: fv_layer_fade 0.4s ease 2.6s forwards;
  }
  .is_fv_ready .fv_intro_gull_02 {
    animation: fv_layer_fade 0.4s ease 2.74s forwards;
  }
  .is_fv_ready .fv_intro_gull_03 {
    animation: fv_layer_fade 0.4s ease 2.74s forwards;
  }
  .is_fv_ready .fv_intro_gull_04 {
    animation: fv_layer_fade 0.4s ease 2.67s forwards;
  }
  .is_fv_ready .fv_intro_product {
    animation: fv_layer_fade 0.7s ease 3.15s forwards;
  }
  .is_fv_ready .fv_logo,
  .is_fv_ready .contact_btn,
  .is_fv_ready .scroll_btn,
  .is_fv_ready .event_notice span {
    animation: fv_layer_fade 0.7s ease 3.15s forwards;
  }
  .is_fv_complete .fv_intro_reveal {
    clip-path: inset(0);
    animation: none;
  }
  .is_fv_complete .fv_intro_reveal_bg {
    opacity: 0;
    animation: none;
  }
  .is_fv_complete .fv_intro_background,
  .is_fv_complete .fv_intro_gull,
  .is_fv_complete .fv_intro_product,
  .is_fv_complete .fv_logo,
  .is_fv_complete .contact_btn,
  .is_fv_complete .scroll_btn,
  .is_fv_complete .event_notice span {
    opacity: 1;
    animation: none;
  }
  .is_fv_complete .fv_copy_white {
    display: none;
    animation: none;
  }
  body::before {
    background-color: #09B2C5;
  }
}
@keyframes fv_copy_slide {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fv_reveal {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0);
  }
}
@keyframes fv_reveal_bg_fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fv_layer_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1370px) {
  .fv_intro_reveal .fv_copy,
  .fv_copy_white {
    width: 40%;
  }
}
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(var(--pagetop-offset, 0));
  transition: opacity 0.25s ease, visibility 0.25s ease;
  will-change: transform;
}
#pagetop.is_view {
  opacity: 1;
  visibility: visible;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00aec4;
}
#pagetop a img {
  width: 80%;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  #gFooter .ftNavInner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  #gFooter .ftNavInner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 35px 0 45px;
  }
  #gFooter .ftNav .txt {
    padding-bottom: 14px;
  }
  #gFooter .logo {
    width: 151px;
    padding-bottom: 20px;
    text-align: center;
  }
  #gFooter .logo img {
    width: 100%;
  }
  #gFooter .ftBtm {
    padding: 25px 0;
  }
  #gFooter .ftBtmInner {
    flex-direction: column;
  }
  #gFooter .ftBtmInner {
    gap: 18px;
  }
  #gFooter .ftBtm .copyright {
    font-size: 1rem;
    text-align: center;
  }
  #pagetop {
    right: 0;
    bottom: 30px;
  }
  #pagetop a {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 650px) {
  #gFooter .ftBtm .list {
    flex-direction: column;
    align-items: center;
  }
  #gFooter .ftBtm .list .item + .item {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

/*------------------------------------------------------------
	フェードアップ
------------------------------------------------------------*/
html {
  background-color: #fff;
}
body::before {
  content: "";
  position: fixed;
  z-index: 99999;
  inset: 0;
  pointer-events: none;
  background-color: #fff;
  animation: page_fade_in 0.8s ease-out both;
}
@keyframes page_fade_in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fade_up {
  opacity: 0;
  transform: translateY(30px);
}
.fade_up.is_visible {
  animation: fade_up 0.8s ease-out var(--fade_delay, 0s) forwards;
}
@keyframes fade_up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    display: none;
  }
  .fade_up {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .scroll_btn_line {
    clip-path: inset(0);
    animation: none;
  }
  .scene_continue_arrow {
    clip-path: inset(0);
    animation: none;
  }
  .fv_intro_reveal {
    clip-path: inset(0);
    animation: none;
  }
  .fv_intro_reveal_bg {
    opacity: 0;
    animation: none;
  }
  .fv_intro_background,
  .fv_intro_gull,
  .fv_intro_product,
  .fv_logo,
  .contact_btn,
  .scroll_btn,
  .event_notice span {
    opacity: 1;
    animation: none;
  }
  .fv_copy_white {
    display: none;
    animation: none;
  }
}
