/*!
Theme Name: supermove
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: supermove
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

supermove is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";

:root {
	--header-height: 80px;

    /* オープニング関連 */
    --opening-overlay-transition: opacity 1s 1.8s;
    --logo-wrap-transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);/* JsのsetTimeoutの値も合わせる(19行目辺り) */
    --opening-overlay-logo-img-transition: opacity 1.5s 0.6s;
    --header-transition: opacity 0.8s 2.5s, transform 1s 2.5s cubic-bezier(0.15, 0.72, 0.42, 1);
    --top-slider-transition: opacity 0.8s 2.5s, transform 1s 2.5s cubic-bezier(0.15, 0.72, 0.42, 1);
    --top-mv-s1-transition: opacity 1s 2.5s, transform 2s 2.5s cubic-bezier(0.15, 0.72, 0.42, 1);
    --top-mv-s2-transition: opacity 1s 2.5s, transform 2s 2.6s cubic-bezier(0.15, 0.72, 0.42, 1);
    --top-mv-image-animation: zoomOnce 2s 2.5s linear forwards;
}

@media screen and (max-width:767px) {
    :root {
        --header-height: 65px;
    }
}

@keyframes hero-gradient-animation {
    0% {
        --y-0: 35%;
        --x-0: 99%;
        --c-0: hsla(201.17647058823525, 0%, 100%, 1);
        --s-start-0: 3%;
        --s-end-0: 79%;
        --y-1: 35%;
        --c-1: hsla(201.17647058823525, 86%, 74%, 0.34);
        --s-start-1: 3%;
        --s-end-1: 79%;
        --x-1: 98%;
        --y-2: 16%;
        --x-2: 0%;
        --c-2: hsla(201.17647058823525, 0%, 100%, 1);
        --s-start-2: 12.889782097301623%;
        --s-end-2: 61.77336779387561%;
        --c-3: hsla(199.85294117647064, 100%, 66%, 1);
        --x-3: 0%;
        --y-3: 90%;
        --s-start-3: 3%;
        --s-end-3: 79%;
        --x-4: 98%;
        --c-4: hsla(201.17647058823525, 85%, 70%, 1);
        --s-start-4: 3%;
        --s-end-4: 79%;
        --y-4: 35%;
    }

    100% {
        --y-0: 99%;
        --x-0: 67%;
        --c-0: hsla(206.47058823529414, 0%, 100%, 1);
        --s-start-0: 17.27356456140636%;
        --s-end-0: 67%;
        --y-1: 100%;
        --c-1: hsla(206.47058823529414, 84%, 76%, 0.45);
        --s-start-1: 4%;
        --s-end-1: 67%;
        --x-1: 62%;
        --y-2: 55%;
        --x-2: 16%;
        --c-2: hsla(199.8529411764706, 0%, 100%, 1);
        --s-start-2: 4%;
        --s-end-2: 45.618139064733306%;
        --c-3: hsla(198.9473684210525, 0%, 100%, 1);
        --x-3: 24%;
        --y-3: 16%;
        --s-start-3: 4%;
        --s-end-3: 67%;
        --x-4: 62%;
        --c-4: hsla(206.47058823529414, 87%, 70%, 1);
        --s-start-4: 4%;
        --s-end-4: 67%;
        --y-4: 100%;
    }
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 35%
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 99%
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(201.17647058823525, 0%, 100%, 1)
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 3%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 79%
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 35%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(201.17647058823525, 86%, 74%, 0.34)
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 3%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 79%
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 16%
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(201.17647058823525, 0%, 100%, 1)
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 12.889782097301623%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61.77336779387561%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(199.85294117647064, 100%, 66%, 1)
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 90%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 3%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 79%
}

@property --x-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --c-4 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(201.17647058823525, 85%, 70%, 1)
}

@property --s-start-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 3%
}

@property --s-end-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 79%
}

@property --y-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 35%
}
.hero-gradient {
    position: relative;
}
.hero-gradient:before {
    content: '';
    position: fixed;
    inset: 0;
    --y-0: 35%;
    --x-0: 99%;
    --c-0: hsla(201.17647058823525, 0%, 100%, 1);
    --y-1: 35%;
    --c-1: hsla(201.17647058823525, 86%, 74%, 0.34);
    --x-1: 98%;
    --y-2: 16%;
    --x-2: 0%;
    --c-2: hsla(201.17647058823525, 0%, 100%, 1);
    --c-3: hsla(199.85294117647064, 100%, 66%, 1);
    --x-3: 0%;
    --y-3: 90%;
    --x-4: 98%;
    --c-4: hsla(201.17647058823525, 85%, 70%, 1);
    --y-4: 35%;
    ;
    background-color: hsla(255, 0%, 100%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal, normal, normal;
}
*{
	word-break: break-word;
}
a,
a img{
    transition: all .3s;
}
a:visited,
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
a[href^="tel:"] {
    pointer-events: none;
}
p{
    margin: 0;
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
.home dl,
.home dd,
.content dl,
.content dd,
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}
.tb,
.sp{
	display: none;
}
.f1{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.anime01{
  transform: translateY(40px);
  opacity: 0;
  filter: blur(12px);
  transition:
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1), 
    opacity   1200ms ease-out,
    filter    1200ms ease-out;
  will-change: transform, opacity, filter;
}
.anime02.show,
.anime01.show{
  transform: translateY(0) translateX(0);
  opacity: 1;
  filter: blur(0);
}
.anime02{
  transform: translateX(-40px);
  opacity: 0;
  filter: blur(12px);
  transition:
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1), 
    opacity   1200ms ease-out,
    filter    1200ms ease-out;
  will-change: transform, opacity, filter;
}
.btn-h01{
    position: relative;
}
.btn-h01:hover{
    opacity: 1;
}
.btn-h01:before{
    transition:transform .3s cubic-bezier(.15,.72,.42,1);
    transform-origin:center;
}
.btn-h01:hover:before{
    opacity: 1;
    transform:scale(1.1);
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	p:not(:last-child){
		margin-bottom: 25px;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

/*base*/
body{
    margin-bottom: 0!important;
	color: #2F2F2F;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0;
}
#container{
	overflow: hidden;
}
.package{
    position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 80px;
	max-width: 100%;
    overflow: hidden;
}
.home .package{
	margin-bottom: 100px;
    overflow: visible;
}
.wrap{
	margin: 0 auto;
	max-width: 1250px;
	padding: 0 25px;
	width: 100%;
}
.wrap.wide{
	max-width: 1350px;
}

@media screen and (max-width:767px) {
    .package,
    .home .package{
        margin-bottom: 70px;
    }
}

/* オープニング */
.opening-overlay {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 999;
    transition: var(--opening-overlay-transition);
}
body:not(.home) .opening-overlay,
body.show .opening-overlay {
    opacity: 0;
    pointer-events: none;
}
.opening-overlay .logo-wrap{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 174px;
    height: 93px;
    transform: translateY(-50%) translateX(-2000%) scale(200);
    transform-origin: center center;
    transition: var(--logo-wrap-transition);
}
body.fin .opening-overlay .logo-wrap{
    transform: translateY(-50%) translateX(-50%) scale(1);
}
body.show .opening-overlay .logo-wrap{
    transform: translateY(-50%) translateX(calc(-50% - 175px));
    transition: all 0.6s;
}
.opening-overlay .logo{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.opening-overlay .logo img{
    display: block;
    position: relative;
    max-width: none;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s 0.6s;
    transition: var(--opening-overlay-logo-img-transition);
}
body.show .opening-overlay .logo-wrap .logo img{
    opacity: 1;
}

@media screen and (max-width:767px) {
    .opening-overlay .logo-wrap{
        width: 87px;
        height: 46.5px;
    }
    body.show .opening-overlay .logo-wrap{
        transform: translateY(-50%) translateX(calc(-50% - 87.5px));
        transition: all 0.6s;
    }
}

/*ヘッダー*/
#header {
	position: relative;
    z-index: 3;
}
#header #hinr {
	gap: 20px;
	padding: 30px;
	padding-bottom: 0;
	height: var(--header-height);
    opacity: 0;
    transform: translateY(-100%);
    transition: var(--header-transition);
}
body:not(.home) #header #hinr,
body.show #header #hinr{
    opacity: 1;
    transform: translateY(0);
}
#header .logo{
	margin: 0; 
	padding: 0;
}
#header .logo img{
    display: block;
}
#header .nav ul{
	display: flex;
	align-items: center;
	gap: 45px;
}
#footer .nav li a,
#header .nav li:not(.menu-item-90) a{
    display: block;
    position: relative;
    overflow: hidden;
}
#footer .nav li a{
    display: inline-block;
}
#footer .nav li a:hover,
#header .nav li:not(.menu-item-90) a:hover{
    opacity: 1;
}
#footer .nav li a:before,
#header .nav li:not(.menu-item-90) a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: translateX(-100%);
    transition: all .3s;
}
#footer .nav li a:before{
    background: #fff;
}
#footer .nav li a:hover:before,
#header .nav li:not(.menu-item-90) a:hover:before{
    transform: translateX(0);
}
#header .nav li.menu-item-90 a{
	display: block;
    position: relative;
	width: 160px;
	height: 48px;
	color: #fff;
	line-height: 48px;
	text-align: center;
}
#header li.menu-item-90 a:hover{
    opacity: 1;
}
#header .nav li.menu-item-90 a:before{
    content: '';
    position: absolute;
    inset: 0;
	background: linear-gradient(90deg, rgba(26, 150, 217,1) 1%,rgba(25, 150, 216,1) 1%,rgba(13, 175, 211,1) 100%);
	border-radius: 100px;
    transition:transform .3s cubic-bezier(.15,.72,.42,1);
    transform-origin:center;
    z-index: -1;
}
#header li.menu-item-90 a:hover:before{
    opacity: 1;
    transform:scale(1.1);
}
#header .menu-trigger{
	display: none;
	position: fixed;
	top: 30px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
}
.menu-trigger .inr{
	position: relative;
	width: 29px;
	height: 20px;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 1px;
	background: #636766;
	transition: all .3s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
    display: none;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 9px;
    width: 20px;
}
.on .menu-trigger span:nth-of-type(1) {
	top: 50%;
  	transform: translateY(-50%) rotate(-45deg);
  	/* transform: rotate(-45deg); */
}
.on .menu-trigger span:nth-of-type(3) {
	bottom: 50%;
    width: 100%;
  	transform: translateY(50%) rotate(45deg);
}
.sp-menu{
	position: fixed;
    top: 0;
	bottom: 0;
	right: -100%;
    padding: 30px;
	width: 100%;
	background: #fff;
    background: rgba(255,255,255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity .8s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
	z-index: 9;
}
.on .sp-menu{
	right: 0;
    opacity: 1;
}
.sp-menu .inr{
    display: flex;
    align-items: center;
    height: 100%;
    overflow: auto;
}
#header .sp-menu ul{
    padding-left: 15px;
}
.sp-menu li {
    margin-bottom: 30px;
}
.sp-menu li a{
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
}
#header .sp-menu li.menu-item-90{
    position: relative;
    margin-top: 40px;
    z-index: 2;
}
#header .sp-menu li.menu-item-90 a{
    margin-bottom: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 285px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    overflow: visible;
}
#header .sp-menu li.menu-item-90 a:before{
    content: '';
    position: absolute;
    inset: 0;
	background: linear-gradient(90deg, rgba(26, 150, 217,1) 1%,rgba(25, 150, 216,1) 1%,rgba(13, 175, 211,1) 100%);
    border-radius: 100px;
    transition:transform .3s cubic-bezier(.15,.72,.42,1);
    transform-origin:center;
    z-index: -1;
}
#menu-global-1 .animated {
  animation-duration: 0.35s !important;
  animation-fill-mode: both;
}

@media screen and (max-width:920px) {
    #header .right{
        display: none;
    }
	#header .menu-trigger{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
    #header #hinr{
        padding: 15px;
        padding-bottom: 0;
    }
    #header .logo{
        width: 205px;
    }
    .sp-menu .logo{
        transform: translateY(-15px) translateX(-15px);
    }
}

@media screen and (max-width:500px) {
	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.mv-wrap{
    position: relative;
    display: flex;
    align-items: center;
	margin-top: calc(var(--header-height) * -1);
    margin-bottom: 100px;
	padding-top: calc(20px + var(--header-height));
    padding-bottom: 160px;
    height: 100dvh;
}
.top-mv {
    position: relative;
    width: 100%;
    max-width: 1440px;
    /* padding-bottom: 150px;  */
}
.top-mv .text{
	position: relative;
    padding-left: 75px;
    padding-bottom: 17vw;
	z-index: 2;
}
/* .top-mv p.s1{
	font-weight: bold;
    font-size: clamp(43px, 6.5vw, 96px);
	line-height: 1;
}
.top-mv p.s2{
    font-size: clamp(
    14px,
    calc(14px + (28 - 14) * ((100vw - 800px) / (1200 - 800))),
    28px
    );
	font-weight: bold;
    line-height: 1.3;
} */
.top-mv p.s1{
	font-weight: bold;
    font-size: clamp(43px, 6.5vw, 96px);
	line-height: 1;
    opacity: 0;
    transform: translateX(-50%);
    transition: var(--top-mv-s1-transition);
}
.top-mv p.s2{
    font-size: clamp(
    14px,
    calc(14px + (28 - 14) * ((100vw - 800px) / (1200 - 800))),
    28px
    );
	font-weight: bold;
    line-height: 1.3;
    opacity: 0;
    transform: translateX(-50%);
    transition: var(--top-mv-s2-transition);
}
body.show .top-mv p.s2,
body.show .top-mv p.s1{
    opacity: 1;
    transform: translateX(0);
}
.top-mv .image{
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    text-align: right;
    animation: floatY 7s ease-in-out infinite;
}
body .top-mv .image>div {
    opacity: 0;
    transform: scale(1);
}
body.show .top-mv .image>div {
    animation: var(--top-mv-image-animation);
}
@keyframes zoomOnce{
    0%{transform:scale(.85);opacity:0}
    12%{transform:scale(.94);opacity:.25}
    35%{transform:scale(.97);opacity:.55}
    70%{transform:scale(.99);opacity:.85}
    100%{transform:scale(1);opacity:1}
}
.top-mv .image img{
    display: inline-block;
    margin-top: -27vw;
    width: 90vw;
    max-width: 90vw;
    transform: translateY(30%) translateX(14%);
}
@keyframes floatY {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-13px); }
    100% { transform: translateY(0); }
}
/* .top-slider{
    position: absolute;
    left: 0;
    bottom: -20px;
} */
.top-slider{
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0;
    transform: translateY(100%);
    transition: var(--top-slider-transition);
}
body.show .top-slider{
    opacity: 1;
    transform: translateY(0);
}
.top-slider span,
.top-slider .slider{
	width: 350px;
}
.top-slider span{
	padding-right: 30px;
}
.top-slider img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    box-shadow: 0px 23px 33px 0px rgba(0,0,0,0.4);
}
.top-slider .slick-list{
    overflow: visible;
}
.top-content h3,
.top-content h2{
    margin: 0;
    padding: 0;
}
.top-content h2{
    display: inline-block;
    margin-bottom: 50px;
    font-size: 126px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
    line-height: 1;
    background: linear-gradient(90deg, #1997D9 0%, #13A2D6 40%, #0DAED3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-content.c01 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    min-height: 600px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.top-content.c01 .image{
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}
.top-content.c01 .image img{
    display: inline-block;
    width: 430px;
}
.top-content.c01 .image:before{
    content: 'SUPERMOVE';
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    font-size: clamp(60px, 16.7vw, 200px);
    font-weight: 100;
    line-height: 0.97;
    white-space: nowrap;
    transform: translateX(-50%);
    z-index: -1;
}
.top-content.c02 {
    margin-bottom: 130px;
}
.top-content.c02 .body{
    gap: 80px 25px;
}
.top-content.c02 .box{
    width: calc((100% - 25px) / 2);
}
.top-content.c02 .box:nth-of-type(even){
    margin-top: 50px;
}
.top-content.c02 .image{
    margin-bottom: 30px;
    box-shadow: 0px 23px 33px 0px rgba(0,0,0,0.2);
}
.top-content.c02 .image img{
    display: block;
    width: 100%;
    aspect-ratio: 147 / 64;
    object-fit: cover;
}
.top-content.c02 h3{
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.35;
    font-size: 29px;
    font-weight: bold;
    background: linear-gradient(90deg, #1997D9 0%, #13A2D6 40%, #0DAED3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-content.c02 h3 span{
    font-size: 22px;
}
.top-content.c02 h3 i{
    margin-left: 5px;
    font-size: 22px;
    font-weight: normal;
}
.top-content.c02 dt{
    margin-bottom: 15px;
    font-size: 19px;
}
.top-content.c02 dd{
    font-size: 14px;
    line-height: 1.7;
}
.top-content.c03 {
    margin-bottom: 150px;
}
.top-content.c03 .body{
    gap: 40px 0;
}
.top-content.c03 .box{
    width: calc((100% - 40px) / 2);
    cursor: pointer;
}
.top-content.c03 .box:nth-of-type(even){
    margin-top: 40px;
}
.top-content.c03 .thumbnail{
    position: relative;
}
.top-content.c03 .thumbnail img{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.3);
}
.top-content.c03 .thumbnail:hover img{
    box-shadow: none;
}
.top-content.c03 .category{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    min-width: 120px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #2F2F2F;
    z-index: 2;
}
.top-content.c03 .p-title:before,
.top-content.c03 .p-title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: all .3s;
}
.top-content.c03 .box:hover .p-title{
    opacity: 1;
}
.top-content.c03 .p-title:before{
    content: '';
    background: linear-gradient(90deg, #1997D9 0%, #13A2D6 40%, #0DAED3 80%);
    opacity: 0;
}
.top-content.c03 .box:hover .p-title:before{
    opacity: 0.9;
}
.top-content.c03 .p-title span{
    position: relative;
    padding: 20px;
}
.top-content.c03 .dismiss-trigger{
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}
.top-content.c03 .close{
    position: fixed;
    top: 80px;
    left: 50%;
    width: 58px;
    height: 58px;
    background: #2F2F2F url(img/icon-cross.svg) no-repeat center;
    border-radius: 100%;
    cursor: pointer;
    transform: translateX(460px);
    z-index: 11;
}
.top-content.c03 .overlay{
    position: fixed;
    inset: 0;
    z-index: 9;
}
.top-content.c03 .content{
    position: fixed;
    top: 50px;
    left: 50%;
    bottom: 0;
    padding: 50px;
    width: 100%;
    max-width: 1100px;
    cursor: auto;
    transform: translateX(-50%);
    overflow: auto;
    -ms-overflow-style: none; /* IE / Edge */
    scrollbar-width: none;    /* Firefox */
    z-index: 10;
    transition: all .5s;
    pointer-events: none;
    opacity: 0;
}
.top-content.c03 .dismiss-trigger.show,
.top-content.c03 .show .content{
    pointer-events: auto;
    opacity: 1;
}
.top-content.c03 .show .content::-webkit-scrollbar {
    display: none;            /* Chrome / Safari */
}
.top-content.c03 .content .inr{
    position: relative;
    padding: 80px;
    background: rgba(255, 255, 255,0.95);
    box-shadow: 0px 23px 33px 0px rgba(0,0,0,0.4);
}
.top-content.c03 h3{
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1;
}
.top-content.c03 .gallery{
    gap: 25px;
    margin-bottom: 30px;
}
.top-content.c03 .gallery img{
    width: calc((100% - 25px) / 2);
}
.top-content.c03 .gallery img:only-child{
    margin: 0 auto;
}
.top-content.c03 .detail{
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 2.2;
}
.top-content.c03 .external-url{
    position: relative;
    text-align: center;
    z-index: 2;
}
.top-content.c03 .external-url a{
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 320px;
    max-width: 100%;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.top-content.c03 .external-url a:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1997D9 0%, #13A2D6 40%, #0DAED3 80%);
    border-radius: 100px;
    z-index: -1;
}
.top-content.c03 .external-url a:after{ 
    content: '';
    position: absolute;
    inset: 0;
	background: url(img/icon-link.svg) no-repeat right 24px center;
}
.top-content.c04 .image{
    margin-bottom: 65px;
    box-shadow: 0px 40px 35px 0px rgba(0,0,0,0.2);
}
.top-content.c04 .image img{
    display: block;
}
.top-content.c04 .detail{
    position: relative;
    margin-bottom: 90px;
}
.top-content.c04 dl{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    color: #000;
}
.top-content.c04 dl:nth-of-type(odd){
    background: #fff;
}
.top-content.c04 dt{
    padding-left: 35px;
    padding-right: 10px;
    width: 280px;
    font-weight: normal;
}
.top-content.c04 dd{
    flex: 1;
}
.top-content.c04 .map{
    height: 420px;
    overflow: hidden;
}
.top-content.c04 .map>div{
    /* margin-top: -150px; */
}
.top-content.c04 .map iframe{
    display: block;
    /* height: 720px!important; */
    height: 420px!important;
}

@media screen and (max-width:1100px) {
    .top-content.c03 .close{
        top: 60px;
        left: auto;
        right: 10px;
        transform: translateX(0);
    }
    .top-content.c03 .content{
        padding: 25px;
    }
    .top-content.c03 .content .inr{
        padding: 30px;
    }
}

@media screen and (max-width:820px) {
    .mv-wrap{
        margin-bottom: 70px;
    }
    .top-content h2{
        font-size: 90px;
    }
    .top-content.c01 {
        min-height: 500px;
    }
}

@media screen and (max-width:767px) {
    .top-mv {
        padding-top: calc(40px + var(--header-height));
        padding-bottom: 230px;
    }
    .top-mv .text{
        position: relative;
        padding-left: 25px;
    }
    .top-mv p.s1{
        margin-bottom: 15px;
        font-size: 43px;
    }
    .top-mv p.s2{
        font-size: 20px;
    }
    .top-mv .image img{
        margin-top: 15px;
        margin-left: 15px;
        transform: translateX(0);
    }
    .top-slider{
        margin-top: -190px;
        margin-bottom: 30px;
    }
    .top-slider span,
    .top-slider{
        width: 260px;
    }
    .top-slider span{
        padding-right: 20px;
    }
    .top-slider img{
        box-shadow: 0px 18px 30px 0px rgba(0,0,0,0.35);
    }
    .top-content h2{
        margin-bottom: 30px;
        font-size: 56px;
        font-weight: 600;
    }
    .top-content.c01 {
        margin-bottom: 60px;
        padding: 40px 0;
        min-height: auto;
        font-size: 19px;
        line-height: 1.6;
    }
    .top-content.c01 .image{
        margin-bottom: 15px;
    }
    .top-content.c01 .image img{
        width: 225px;
    }
    .top-content.c02 {
        margin-bottom: 60px;
    }
    .top-content.c02 .body{
        gap: 50px 0;
    }
    .top-content.c02 .box{
        width: 100%;
    }
    .top-content.c02 .box:nth-of-type(even){
        margin-top: 0;
    }
    .top-content.c02 .image{
        margin-bottom: 15px;
        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.22);
    }
    .top-content.c02 h3{
        font-size: 26px;
        line-height: 1;
    }
    .top-content.c02 h3 span{
        font-size: 16px;
    }
    .top-content.c02 h3 i{
        font-size: 16px;
    }
    .top-content.c02 dt{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .top-content.c02 dd{
        font-size: 13px;
        line-height: 1.4;
    }
    .top-content.c03 {
        margin-bottom: 90px;
    }
    .top-content.c03 .body{
        gap: 30px 0;
    }
    .top-content.c03 .box{
        width: 100%;
    }
    .top-content.c03 .box:nth-of-type(even){
        margin-top: 0;
    }
    .top-content.c03 .category{
        padding: 0 10px;
        min-width: 80px;
        height: 28px;
        font-size: 11px;
        line-height: 28px;
    }
    .top-content.c03 .p-title:before,
    .top-content.c03 .p-title{
        font-size: 16px;
    }
    .top-content.c03 .thumbnail img{
        box-shadow: 0px 15px 22px 0px rgba(0,0,0,0.25);
    }
    .top-content.c03 .content .inr{
        padding: 20px;
    }
    .top-content.c03 h3{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .top-content.c03 .gallery{
        margin-bottom: 20px;
    }
    .top-content.c03 .gallery img{
        width: 100%;
    }
    .top-content.c03 .detail{
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.8;
    }
    .top-content.c04 .image{
        margin-bottom: 30px;
    }
    .top-content.c04 .detail{
        margin-bottom: 20px;
    }
    .top-content.c04 dl{
        padding: 15px;
    }
    .top-content.c04 dt,
    .top-content.c04 dd{
        padding: 0;
        width: 100%;
        font-size: 13px;
    }
    .top-content.c04 dt{
        margin-bottom: 5px;
        font-weight: bold;
    }
    .top-content.c04 .map{
        height: 200px;
    }
    .top-content.c04 .map iframe{
        /* height: 500px!important; */
        height: 200px!important;
    }
}

/* フッター */
#footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 140px;
    color: #fff;
    font-weight: 300;
    background: linear-gradient(90deg, #1997D9 0%, #13A2D6 40%, #0DAED3 80%);
}
#footer a{
    color: #fff;
}
#footer .upper {
    margin-bottom: 50px;
    font-size: 20px;
}
#footer .contact{
    margin-top: 30px;
}
#footer .contact a{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 180px;
    line-height: 1;
}
#footer .contact a:before{
    content: '';
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 72px;
    aspect-ratio: 1 / 1;
	background: url(img/arrow02.svg) no-repeat center;
    background-size: 100%;
}
#footer .contact a:hover:before{
    transform:scale(1.36);
}
#footer .bottom {
    align-items: flex-end;
    padding-top: 75px;
    border-top: #29bfe2 1px solid;
}
#footer .nav li{
    font-size: 20px;
}
#footer .nav li:not(:last-child){
    margin-bottom: 15px;
}
#footer .copyright{
    font-size: 12px;
}

@media screen and (max-width:1000px) {
    #footer .contact a{
        font-size: 120px;
    }
}

@media screen and (max-width:767px) {
    #footer {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    #footer .upper {
        margin-bottom: 35px;
        font-size: 16px;
    }
    #footer .contact{
        margin-top: 10px;
    }
    #footer .contact a{
        padding-bottom: 70px;
        font-size: 68px;
        font-weight: 600;
        white-space: nowrap;
    }
    #footer .contact a:before{
        right: auto;
        left: 0;
        bottom: 0;
        width: 54px;
    }
    #footer .bottom {
        padding-top: 50px;
    }
    #footer .nav{
        margin-bottom: 65px;
    }
}

/* 下層ページ */
.sub-page{
	margin-top: calc(var(--header-height) * -1);
	padding-top: calc(85px + var(--header-height));
}
.error404 .sub-page{
    min-height: 400px;
}
.sub-page .hero-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 1025px; */
    height: 100%;
    z-index: -1;
}
.page-content{
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 50px;
    background: #fff;
}
.sub-page h1{
    margin: 0;
    font-size: 126px;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(90deg, #1997D9 0%, #13A2D6 40%, #0DAED3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:820px) {
    .sub-page h1{
        font-size: 80px;
    }
}

@media screen and (max-width:767px) {
    .sub-page{
        margin-top: calc(var(--header-height) * -1);
        padding-top: calc(30px + var(--header-height));
    }
    .page-content{
        margin-top: 30px;
        padding: 20px;
    }
    .sub-page h1{
        font-size: 45px;
    }
}

/* お問い合わせ */
.snow-monkey-form{
    position: relative;
    z-index: 2;
}
.snow-monkey-form select,
.snow-monkey-form textarea.smf-textarea-control__control,
.snow-monkey-form [type="password"],
.snow-monkey-form [type="email"],
.snow-monkey-form [type="number"],
.snow-monkey-form [type="text"]{
	padding: 14px;
	width: 100%;
	background: #EDEDED;
    border: none;
	border-radius: 8px;
	box-shadow: none;
	-webkit-appearance: none;
}
.snow-monkey-form textarea.smf-textarea-control__control{
    min-height: 230px;
}
.wp-block-snow-monkey-forms-item{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 25px;
}
.smf-item__col--label{
    width: 180px;
    font-size: 20px;
    font-weight: bold;
}
.smf-item__col--controls{
    flex: 1;
}
.smf-item__label{
    display: inline-block;
    position: relative;
}
.wp-block-snow-monkey-forms-item:has([data-validations]) .smf-item__label:before{
    content: '※';
    position: absolute;
    top: 0;
    right: 0;
    color: #FF0000;
    font-size: 14px;
    transform: translateX(100%);
}
.smf-action{
    margin-top: 45px;
    text-align: center;
}
.smf-action button[type="submit"]{
    position: relative;
    padding: 0;
    width: 280px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    background: none;
    border: none;
}
.smf-action button[type="submit"]:before{
    content: '';
    position: absolute;
    inset: 0;
	background: linear-gradient(90deg, rgba(26, 150, 217,1) 1%,rgba(25, 150, 216,1) 1%,rgba(13, 175, 211,1) 100%);
	border-radius: 100px;
    transition:transform .3s cubic-bezier(.15,.72,.42,1);
    transform-origin:center;
    z-index: -1;
}
.smf-action button[type="submit"]:hover:before{
    opacity: 1;
    transform:scale(1.1);
}

@media screen and (max-width:820px) {
    .smf-item__col--label{
        width: 100%;
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    [data-screen="confirm"] .smf-action span{
        display: block;
        margin: 0 auto 10px!important;
    }
}
