@charset "utf-8";


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
}


* {
	margin: 0;
	padding: 0;
	/*-webkit-backface-visibility: hidden;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	background: #f7f7f7;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.04em;
	color: #212836;
	background: #eaf8f9;
}





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

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

p {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #212836;
	text-decoration-thickness: 1px;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

button {
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

@media (any-hover: hover) {
	a:hover {
		opacity: .4;
	}
}

a:focus-visible,
button:focus-visible {
	outline: none;
}

a,
button,
input,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}

table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
	font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: normal;
}


@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

/*--------------------------------------
loading
--------------------------------------*/


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/common/header/photo_base.webp) no-repeat center center;
	background-size: cover;
	animation: hueShift 20s linear infinite;
	z-index: 5000;
}

.loading p {
	margin: -20px 0 0 -20px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5002;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.loading::before {
	content: "";
	margin: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(199, 199, 204, .2);
	border-radius: 50%;
	z-index: 5001;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
}


.container {
	position: relative; /*toTop用*/
	text-align: left;
	width: 100%;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
margin-top: -40vh;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	height: 180vh;
	background: url(../images/common/header/photo.webp) no-repeat center center;
	background-size: cover;
	z-index: 1;
}

#top .visual {
display: none;
	padding-top: 180vh;
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
}

body.active #top .visual {
	opacity: 1;
}

.siteTitle {
	padding-top: calc(80% * 0.32);
	display: block;
	position: absolute;
	top: 50%;
	left: 4%;
	overflow: hidden;
	width: calc(100% * 0.3);
	height: 0;
	opacity: 0;
	background: url(../images/common/header/title.svg) no-repeat center top;
	background-size: 46% auto;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	transform: translateY(-50%);
	z-index: 6;
}

body.w2 .siteTitle {
	padding-top: calc(100% * 0.32);
}

body.w3 .siteTitle {
	padding-top: calc(110% * 0.32);
	width: 34%;
}

@media only screen and (max-width: 1380px) {
	body.w3 .siteTitle,
	.siteTitle {
		padding-top: calc(86% * 0.36);
		width: calc(100% * 0.34);
	}
}

#top.active .siteTitle {
	opacity: 1;
}

nav {
	padding-top: 15%;
	position: absolute;
	top: 50%;
	left: 4%;
	width: 30%;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	transform: translateY(-50%);
	z-index: 100;
}

body.w2 nav {
	padding-bottom: 6%;
}

body.w3 nav {
	padding: 16% 0 6%;
	width: 34%;
}

@media only screen and (max-width: 1380px) {
	body.w2 nav,
	body.w3 nav,
	nav {
		padding: 0 0 10%;
	width: 34%;
	}
}

#top.active nav {
	opacity: 1;
}

.globalNav {
	display: flex;
	justify-content: center;
	z-index: 18;
	font-size: 1vw;
}

.globalNav > li {
	padding: 0 0 0 1em;
	display: flex;
	align-items: center;
	gap: 1em;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 1.38vw;
	}

.globalNav > li:first-child {
	display: none;
}

.globalNav > li:nth-of-type(2) {
	padding: 0 0 0;
}

@media only screen and (max-width: 1380px) {
	#top .globalNav li {
		padding: 0;
		overflow: hidden;
		height: 0;
	}
}

.globalNav > li:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	height: 0.8em;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 1.38vw;
	background: #fff;
	transform: rotate(30deg);
}

.globalNav a {
	display: block;
	white-space: nowrap;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 1.38vw;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.globalNav li:nth-of-type(2) a::before {
	content: "";
	margin: 0 auto;
	padding-top: calc(46% * 1);
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: calc(100% * 1);
	height: 0;
	background: url(../images/common/header/logo.svg) no-repeat center center;
	background-size: 100% auto;
	transform: translateX(-50%) translateZ(0);
}

@media only screen and (max-width: 1380px) {
	.globalNav li:nth-of-type(2) a::before {
		top: auto;
		bottom: 0;
		padding-top: calc(46% * 1);
		width: calc(100% * 1);
	}
}

@media only screen and (max-width: 1240px) {
	.globalNav a {
		font-size: 1.3vw;
	}
}

.globalNav a:hover {
}


.sns-link {
	position: absolute;
	top: 16px;
	right: 16px;
	display:flex;
	gap: 4px;
	width: 68px;
	z-index: 18;
}

@media only screen and (max-width: 1080px) {
	.sns-link {
	}
}

.sns-link li {
	width: 50%;
}

.sns-link .x a,
.sns-link .line a {
	padding: 100% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

.sns-link .x a {
	background: url(../images/common/nav/sns/x.svg) no-repeat center center;
	background-size: 100% auto;
}

.sns-link .line a {
	background: url(../images/common/nav/sns/line.svg) no-repeat center center;
	background-size: 100% auto;
}


#top .scroll {
	padding: 0 0 0;
	overflow: hidden;
	position: absolute;
	bottom: calc(40vh + 5em + 24px);
	right: 0;
	width: 50px;
	height: 14vh;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 18px;
	opacity: 0;
	filter: drop-shadow(0 0 20px rgba(25, 148, 166, 1));
	z-index: 122;
}

#top.active .scroll {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

body.scroll #top.active .scroll {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	opacity: 0;
}

#top .scroll::before,
#top .scroll::after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .3);
}

#top .scroll::after {
	background: #fff;
	-webkit-animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
	animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
}

/* scrollDown */
@-webkit-keyframes scrollDown {
	0% { transform: translate3d(0, -28vh, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

@keyframes scrollDown {
	0% { transform: translate3d(0, -28vh, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

#top .scroll p {
	display: none;
}

#top::before {
	content: "SCROLL";
	display: flex;
	align-items: center;
	position: absolute;
	bottom: calc(40vh + 24px);
	right: 0;
	width: 47px;
	height: 4.5em;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	line-height: 1;
	filter: drop-shadow(0 0 20px rgba(25, 148, 166, 1));
	color: #fff;
	opacity: 0;
	z-index: 15;
}

#top.active::before {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

body.scroll #top.active::before {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	opacity: 0;
}

.menu .globalNav {
	margin: 0;
	padding: 0;
	position: static;
	display: block;
	background: none;
	width: auto;
	z-index: 304;
}

.menu .globalNav li {
	padding: 0;
	justify-content: center;
}

.menu .globalNav > li:not(:last-child)::after,
.menu .globalNav li::before {
	display: none;
}

.menu .sns-link {
	top: 1.5% ;
	right: 1%;
	width: 16vw;
}

#menu-btn {
	display: none;
	position: fixed;
	top: 8px;
	left: 16px;
	height: 61px;
	width: 79px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	opacity: 0;
	z-index: 1000;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0.5s;
	z-index: 3002;
	}

@media only screen and (max-width: 1380px) {
	#menu-btn {
		display: block;
	}
}

body.active #menu-btn {
	opacity: 1;
}

#menu-btn::before,
#menu-btn::after,
#menu-btn span {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	opacity: 1;
	background: #fff;
	transform: translateY(-50%) translateX(-50%);
}



#menu-btn.open::before,
#menu-btn.open::after,
#menu-btn.open span {
	opacity: 0;
}


.b #menu-btn {
}


.b #menu-btn::before,
.b #menu-btn::after,
.b #menu-btn span {
	background: #454545;
}

#menu-btn::before {
	transform: translateY(-25%) translateX(-50%);
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

#menu-btn span {
	transition: 0.4s ease-in-out;
	transform: translateY(-50%) translateX(-50%);
}

#menu-btn::after {
	transform: translateY(-75%) translateX(-50%);
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

body.scroll #menu-btn.active::before,
	#menu-btn.active::before {
	background: #fff;
	animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.scroll #menu-btn.active span,
#menu-btn.active span {
	background: #fff;
	opacity: 0;
}

body.scroll #menu-btn.active::after,
#menu-btn.active::after {
	background: #fff;
	animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	}



/* btnT */
@keyframes btnT {
	0% { transform: translateY(14px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(14px) translateX(-50%) rotate(0deg);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(-14px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-14px) translateX(-50%) rotate(0deg);}
}

body.scroll #menu-btn::before,
body.scroll #menu-btn::after,
body.scroll #menu-btn span {
	background: #07889c;
}

body.scroll #menu-btn::before,
body.scroll #menu-btn::after,
body.scroll #menu-btn span {
	background: #07889c;
}

.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: right;
	z-index: 3001;
}

	.menu button {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	cursor: default;
	background: url(../images/common/header/photo_base.webp) no-repeat center center;
	background-size: cover;
	border: none;
	z-index: 302;
}

.menu div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	z-index: 303;
}

.menu .globalNav li {
	text-align: center;
}

.menu .globalNav li:nth-of-type(2) a::before,
.menu .globalNav > li:not(:first-child)::before {
	display: none;
}

.menu .globalNav > li a {
	padding: 0.3em 0.5em;
	display: inline-block;
	line-height: 1.2;
	font-size: 6vh;
	text-align: center;
}

#top .sticker {
	width: 16%;
	position: absolute;
	bottom: calc(40vh + 40px);
	right: 80px;
	opacity: 0;
	z-index: 100;
}

#top.active .sticker {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

body.scroll #top.active .sticker {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	opacity: 0;
}

#top .sticker li {
	width: 100%;
	background: #fff;
	border-radius: 50%;
}

#top .sticker li a {
	padding-top: 100%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/common/header/sticker/sticker.svg) no-repeat #fff;
	background-size: 100% auto;
	border-radius: 50%;
}

/*--------------------------------------
news
---------------------------------------*/

div#news {
	position: absolute;
	bottom: calc(40vh + 40px);
	left: 4%;
		width: calc(100% - 4% - 20% - 80px);
	opacity: 0;
	z-index: 101;
}

body.h3 div#news,
body.h2 div#news,
body.h div#news {
		width: calc(100% - 4% - 20% - 80px);
	}

@media only screen and (max-width: 1430px) {
	body.w3 div#news,
	body.w2 div#news {
		width: calc(100% - 4% - 20% - 80px);
	}

	body.w3 #news .link a,
	body.w2 #news .link a {
		height: 3em;
	}

}

@media only screen and (max-width: 1380px) {
	body.w div#news {
		width: calc(100% - 4% - 20% - 80px);
	}

	body.w #news .link a {
		height: 3em;
	}
}

#top.active div#news {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

body.scroll #top.active div#news {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0s;
	opacity: 0;
}

#news h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#news .feed {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	filter: none;
	max-width: 1240px;
	z-index: 4;
}

#news .entryList {
	flex: 1;
}

#news .entryList li {
	padding-bottom: 8px;
}

#news .entryList li:nth-of-type(n+4) {
	display: none;
}

#news .entry a {
	padding: 0;
	position: relative;
	display: flex;
	align-items: start;
	width: fit-content;
	gap: 0.7em;
	overflow: hidden;
	color: #fff;
	line-height: 1.7;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

#news .entry a::before {
	content: "";
	margin-top: 0.7em;
	padding-top: 8px;
	flex-shrink: 0;
	display: block;
	width: 8px;
	height: 0;
	transform: rotate(-45deg);
	border: solid 1px;
	border-top: none;
	border-left: none;
}

#news .entry a:hover {
}

#news .entry time {
	flex-shrink: 0;
}

#news .entry p {
}

#news .link {
	padding-top: 8px;
	display: flex;
	gap: 16px;
}

#news .link li:nth-of-type(1) {
}

#news .link li:nth-of-type(2) {
	flex-shrink: 0;
	width: 4em;
}

#news .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.5em;
	height: 3em;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	-webkit-user-select: none;
	user-select: none;
	border: solid 1px;
	border-radius: 4px;
}

#news .link li:nth-of-type(1) a {
	padding: 0 1em;
}

#news .link li:nth-of-type(1) a::before {
	content: "";
	padding-top: 1.2em;
	display: block;
	width: 1.6em;
	height: 0;
	background: url(../images/contents/news/mail.svg) no-repeat center center;
	background-size: 100% auto;
}

#news .link a br {
	display: none;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	padding: 0 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	z-index: 100;
}

.notice li:not(:last-child) {
	padding-bottom: 4px;
}

.notice p {
	display: flex;
	font-size: 13px;
	line-height: 1.6;
}

.notice p::before {
	content: "※";
}

section {
	position: relative;
	width: 100%;
	z-index: 10;
}

.primary section h2 {
	padding-bottom: 40px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 54px;
	color: #add4d3;
	line-height: 1.2;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 1240px) {
	.primary section h2 {
	}
}

.primary section .contents {
	margin: 0 auto;
	padding: 0 64px 0;
	position: relative;
	width: 100%;
	max-width: 1240px;
}

@media only screen and (max-width: 1140px) {
	.primary section h2 {
	}
}

.item {
	opacity: 0;
	transform: translateY(3vh);
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
}

.item.active {
	opacity: 1;
	transform: translateY(0);
}

.bubble-container {
	padding-top: 40vh;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow:hidden;
	width: 100%;
	height: 0;
	background: linear-gradient(
		0deg,
		rgba(234,248,249,1) 0%,
		rgba(234,248,249,0.7) 20%,
		rgba(234,248,249,0.3) 50%,
		rgba(234,248,249,0) 100%
	);
	z-index: 1;
}

.bubble{
	position:absolute;
	bottom:-10px;
	pointer-events:none;
	will-change:transform;
}

.bubble svg {
	width: 100%;
	height: 100%;
	display: block;
}

.bubble path {
	fill: rgba(255,255,255,.85);
}

.v figure {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

.v iframe,
.v object,
.v embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.v figcaption {
	position: absolute;
	top: -64px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 64px;
	border-top: solid 1px;
}

/*--------------------------------------
release
---------------------------------------*/

#release {
	padding: 120px 0 180px;
}

.primary section#release .contents {
	overflow: hidden;
	}

#release .contents::before {
	content: "";
	padding-top: 50%;
	display: block;
	float: left;
	width: 50%;
	height: 0;
	background: url(../images/contents/release/VE3WT-12520/jacket.webp) no-repeat;
	background-size: 100% auto;
	opacity: 0;
	transform: rotate(-8deg) translateY(3vh);
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
	order: 1;
}

#release.active .contents::before {
	opacity: 1;
	transform: rotate(0deg) translateY(0);
}

#release .jacket {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#release h3,
#release .date,
#release .type {
	margin-left: calc(50% + 32px);
}

#release h3 {
	padding-bottom: 0.2em;
	font-size: 40px;
	line-height: 1.2;
}

#release h3 span {
	padding-bottom: 0.5em;
	display: block;
	font-size: 24px;
}

#release .date {
	padding-bottom: 0.5em;
	font-size: 24px;
}

#release .ec a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	background: #ff3926;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
}

#release .lead {
	padding-top: 1em;
}

#release .lead p {
	font-size: 18px;
}

/*--------------------------------------
tour
---------------------------------------*/

#tour {
	margin-top: -22vh;
	padding: 120px 0;
}

#tour .contents {
	display: flex;
	flex-direction: column;
}

#tour h3 {
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	order: 3;
}

#tour h3::after {
	content: "";
	margin: 40px auto 48px;
	display: block;
	width: 200px;
	height: 1px;
	background: #212836;
}

#tour .contents::before {
	content: "";
	margin: 0 auto;
	padding-top: calc(44% * 0.65);
	display: block;
	width: calc(100% * 0.65);
	height: 0;
	background: url(../images/contents/tour/logo.svg) no-repeat center center;
	background-size: 100% auto;
	filter: drop-shadow(0 0 30px rgba(25, 148, 166, 0.3));
	opacity: 0;
	transform: translateY(3vh) translateZ(0);
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
	order: 1;
}

#tour.active .contents::before {
	opacity: 1;
	transform: translateY(0vh) translateZ(0);
}

@media only screen and (max-width: 1240px) {
}

#tour .schedule {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	order: 4;
}

#tour .schedule > li:last-child::after {
	content: "";
	margin: 48px auto 56px;
	display: block;
	width: 200px;
	height: 1px;
	background: #212836;
}

#tour .schedule > li > ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#tour .venue,
#tour .date {
	padding-bottom: 0.2em;
}

#tour .venue p,
#tour .date p {
	line-height: 1.2;
	font-size: 28px;
	text-align: center;
}

#tour .information {
	padding-top: 0.6em;
}

#tour .information p {
}

#tour .ticket {
	padding-bottom: 48px;
	display: flex;
	align-items: start;
	width: 100%;
	gap: 24px;
	order: 5;
}

#tour .ticket dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 14em;
	height: calc(4em * (16 / 18));
	font-size: 18px;
	border: solid 1px;
}

#tour .ticket dd {
	flex: 1;
}

#tour .ticket dd > p {
	padding: 0 0 16px;
}

#tour .ticket .list {
	padding: 0 0 16px;
}

#tour .ticket .list > li > p {
	display: flex;
}

#tour .ticket .list > li > p::before {
	content: "・";
}

#tour .link {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 16px;
}

#tour .link > li {
	width: calc((100% - 16px * 2) / 3);
}

@media only screen and (max-width: 1140px) {
	#tour dl:nth-of-type(1) .link > li {
		width: calc((100% - 16px) / 2);
	}
}

#tour .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
	text-decoration: none;
	font-weight: 500;
	color: #07889c;
	background: #fff104;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
}

#tour .link a:hover {
}

#tour .link a br {
	display: none;
}

#tour .caution {
	display: flex;
	align-items: start;
	width: 100%;
	gap: 24px;
	order: 6;
}

#tour .caution dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 14em;
	height: calc(4em * (16 / 18));
	font-size: 18px;
	border: solid 1px;
}

#tour .caution .notice p::before,
#tour .caution .notice p {
	font-size: 16px;
}

#tour .v {
	padding: 48px 0 56px;
	width: 100%;
	order: 2;
}


/*--------------------------------------
sns
---------------------------------------*/

#sns {
	padding: 80px 0;
	width: 50%;
	background: #fffefe;
}

#sns h2 {
}

#sns .link {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 36%;
	gap: 24px;
}

@media only screen and (max-width: 1540px) {
	#sns .link {
		width: 40%;
	}
}

@media only screen and (max-width: 1440px) {
	#sns .link {
		width: 50%;
	}
}

@media only screen and (max-width: 1240px) {
	#sns .link {
		width: 56%;
	}
}

#sns .link li {
	width: calc((100% - 24px * 4) / 5);
}

@media only screen and (max-width: 1440px) {
	#sns .link li {
	}
}

#sns a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#sns .x a {
	background: url(../images/contents/sns/x.svg) no-repeat center center;
	background-size: 100% auto;
}

#sns .youtube a {
	background: url(../images/contents/sns/youtube.svg) no-repeat;
	background-size: 100% auto;
}

#sns .facebook a {
	background: url(../images/contents/sns/facebook.svg) no-repeat;
	background-size: 100% auto;
}

#sns .instagram a {
	background: url(../images/contents/sns/instagram.svg) no-repeat;
	background-size: 100% auto;
}

#sns .tiktok a {
	background: url(../images/contents/sns/tiktok.svg) no-repeat;
	background-size: 100% auto;
}

/*--------------------------------------
subscription
---------------------------------------*/

#subscription {
	padding: 80px 0;
	width: 50%;
	background: #fffefe;
}

#subscription h2 {
	padding-bottom: 32px;
}

#subscription .contents {
	padding: 0 32px 0;
}

#subscription .link {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

#subscription .link a {
	display: block;
	overflow: hidden;
	height: 0;
}

#subscription li {
	width: 20%;
}

#subscription .apple {
	padding-right: 0.8%;
}

#subscription .spotify {
	padding-right: 0.8%;
	width: 16%;
}

#subscription .youtube {
	padding-right: 1.2%;
}

#subscription .line {
	padding-right: 1.2%;
}

#subscription .amazon {
	padding-right: 1.2%;
}

@media only screen and (max-width: 1440px) {
	#subscription .link {
		width: 90%;
	}

	#subscription li {
		width: 34%;
	}

	#subscription .apple {
		padding-right: 3%;
	}

		#subscription .amazon {
		padding-right: 2%;
	}

	#subscription .spotify {
		padding-right: 0%;
		width: 28%;
	}

	#subscription .youtube {
		padding-right: 3%;
	}

	#subscription .line {
		padding-right: 0%;
	}
}

#subscription a {
	padding-top: 31%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#subscription .spotify a {
	background: url(../images/contents/subscription/spotify.png) no-repeat center center;
	background-size: 100% auto;
}

#subscription .apple a {
	background: url(../images/contents/subscription/apple.png) no-repeat center center;
	background-size: 100% auto;
}

#subscription .amazon a {
	background: url(../images/contents/subscription/amazon_music.png) no-repeat center center;
	background-size: 100% auto;
}

#subscription .youtube a {
	background: url(../images/contents/subscription/youtube.png) no-repeat center center;
	background-size: 100% auto;
}

#subscription .line a {
	background: url(../images/contents/subscription/line.png) no-repeat center center;
	background-size: 100% auto;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: -56px;
	right: 0;
	transition: bottom 1s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 1;
}

body.scroll ul.toTop {
	bottom: 0;
	opacity: 1;
	z-index: 3000;
}

ul.toTop a {
	padding-top: 56px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 0;
}

ul.toTop a::before {
	content: "";
	margin: -5px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	border: solid 1px #07889c;
	border-right: none;
	border-bottom: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

ul.toTop a:hover {
}

ul.toTop a:hover::before {
}

/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: url(../images/common/header/photo_base.webp) no-repeat center bottom;
	background-size: cover;
	z-index: 2999;
}

footer .bubble-container {
	padding-top: 480px;
	background: linear-gradient(
		180deg,
		rgba(234,248,249,1) 0%,
		rgba(234,248,249,0.7) 20%,
		rgba(234,248,249,0.3) 50%,
		rgba(234,248,249,0) 100%
	);
}

footer .link {
	padding-bottom: 120px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 88px;
	z-index: 100;
}

footer .link a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6em;
	font-size: 30px;
	text-decoration: none;
	color: #05879d;
	line-height: 1.2;
	-webkit-user-select: none;
	user-select: none;
}

footer .link a::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(135deg);
}

footer .copyright p {
	position: relative;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #05879d;
	z-index: 100;
}

footer .copyright br {
	display: none;
}

footer .copyright a {
	color: #05879d;
	text-decoration: underline;
}


/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 980px) {

	body {
		font-size: 15px;
	}

	#news .link a {
		font-size: 14px;
		height: 3em;
	}

	#tour h3 {
		font-size: 36px;
	}

	#tour .venue p,
	#tour .date p {
		font-size: 24px;
	}

	#tour .caution dt,
	#tour .ticket dt {
		width: 14em;
		height: calc(4em * (15 / 16));
		font-size: 16px;
	}

	#tour .caution .notice p::before,
	#tour .caution .notice p {
		font-size: 15px;
	}

	#release .lead p {
		font-size: 16px;
	}


	#sns .link {
		width: 68%;
	}

	#sns h2,
	#subscription h2 {
		font-size: 54px;
	}

	#subscription .link {
		width: 100%;
	}

	footer .copyright p {
		font-size: 13px;
	}
}

/*--------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 880px) {

	#sns h2 {
		padding-bottom: 24px;
		font-size: 50px;
	}

	#subscription h2 {
		padding-bottom: 16px;
		font-size: 50px;
	}

}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 680px) {

	html {
		background: #89babe;
	}

	body {
		font-size: 14px;
		line-height: 1.7;
		background: #89babe;
	}

	#top {
	margin-top: 0;
		background: url(../images/common/header/photo_sp.webp) no-repeat center top;
		background-size: cover;
	}

	.loading,
	.menu button {
		background: #96c3cc;
	}

	.siteTitle {
		padding-top: calc(70% * 1);
		top: auto;
	bottom: 600px;
		left: 50%;
		width: calc(100% * 1);
		background: url(../images/common/header/title.svg) no-repeat center top;
		background-size: 72% auto;
		filter: drop-shadow(0 0 30px rgba(25, 148, 166, 1));
		transform: translateX(-50%) translateZ(0);
	}

	nav {
		padding: 16px;
		left: 0;
		width: 100%;
		transform: none;
	}

	#top .globalNav {
	}

	.globalNav li:nth-of-type(2) a::before {
		display: none;
	}

	.globalNav li:nth-of-type(2) a {
		margin: 0 auto;
		padding-top: calc(55% * 1);
		display: block;
		overflow: hidden;
		position: absolute;
		bottom: 8px;
		left: 50%;
		width: calc(100% * 1);
		height: 0;
		background: url(../images/common/header/logo.svg) no-repeat center center;
		background-size: 90% auto;
		transform: translateX(-50%) translateZ(0);
		filter: drop-shadow(0 0 30px rgba(25, 148, 166, 1));
		z-index: 1000;
	}

	.menu .globalNav > li:first-child {
		display: block;
	}

	.menu .globalNav > li a {
		font-size: 10vw;
	}

	.menu .globalNav li:nth-of-type(2) a {
		margin: 0;
		padding: 0.3em 0.5em;
		display: inline-block;
		overflow: visible;
		position: static;
		width: auto;
		height: auto;
		background: none;
		transform: none;
		filter: none;
7	}

	.menu .globalNav > li a span {
		padding-bottom: 0.2em;
		display: block;
		font-size: 5vw;
	}

	#top .sticker {
		width: 27%;
		bottom: auto;
		top: 8px;
		right: auto;
		left: 8px;
		opacity: 0;
	}

	#top .sticker li a {
		background: url(../images/common/header/sticker/sticker_sp.svg) no-repeat center center #fff;
		background-size: 100% auto;
	}

	body.scroll #top.active .sticker {
		transition: none;
		opacity: 1;
	}

	.sns-link {
		top: 5px;
		right: 8px;
	}

	#menu-btn {
		top: 8px;
		left: auto;
		right: 8px;
		width: 48px;
		height: 41px;
		opacity: 0;
		transition: opacity 1s cubic-bezier(.57, 0, .26, 1) 0s;
		z-index: 3002;
	}

	body.active #menu-btn {
		opacity: 1;
	}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		width: calc(100% - 8px);
	}

/* btnT */
@keyframes btnT {
	0% { transform: translateY(7px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(7px) translateX(-50%) rotate(0deg);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(-8px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-8px) translateX(-50%) rotate(0deg);}
}


	#top::before,
	#top .scroll {
		display: none;
	}

	body.w3 div#news,
	body.w2 div#news,
	body.w div#news,
	body.h3 div#news,
	body.h2 div#news,
	body.h div#news,
	div#news {
		padding: 48px 24px 0;
		bottom: auto;
		left: 0;
		opacity: 1;
		width: 100%;
	}

	#top.active div#news,
	body.scroll #top.active div#news {
		transition: none;
		opacity: 1;
	}


	#news h2 {
		padding-bottom: 16px;
		overflow: visible;
		height: auto;
		font-family: "Jost", sans-serif;
		font-weight: 300;
		font-size: 36px;
		color: #7ea9a7;
		line-height: 1.2;
		text-align: center;
		-webkit-user-select: none;
		user-select: none;
	}

	#news .entry a {
		font-size: 14px;
		font-weight: 400;
		color: #212836;
	}


#news .link a {
		height: 3.6em;
		font-size: 13px;
		line-height: 1.6;
		font-weight: 400;
		color: #212836;
	}

	#news .link li:nth-of-type(1) a {
		padding: 0 0.5em;
	}

	#news .link li:nth-of-type(1) a::before {
		width: 2.5em;
		background: url(../images/contents/news/mail_sp.svg) no-repeat center center;
		background-size: 100% auto;
	}

	.primary {
		background: #eaf8f9;
	}

	.primary section .contents {
		padding: 0 24px 0;
	}

	#tour {
		margin-top: -230px;
		padding: 48px 0 40px;
	}

	#tour h2 {
		color: #7ea9a7;
	}

	#tour .contents::before {
		padding-top: calc(48% * 1);
		width: calc(100% * 1);
		background-size: 90% auto;
	}

	#tour .v {
		padding: 0 0 32px;
	}

	#tour h3 {
		font-size: 20px;
	}

	#tour .venue p,
	#tour .date p {
		font-size: 18px;
		line-height: 1.6;
	}

	#tour .venue {
		text-align: center;
	}

	#tour .venue p {
		display: inline-block;
		text-align: left;
	}

	#subscription h2,
	#sns h2,
	.primary section h2 {
		padding-bottom: 16px;
		font-size: 36px;
		line-height: 1.2;
	}

	#tour h3::after {
		margin: 32px auto 32px;
		width: 140px;
	}

	#tour .schedule {
		gap: 32px;
	}

	#tour .schedule > li:last-child::after {
		margin: 32px auto 40px;
		width: 140px;
	}

	#tour .caution,
	#tour .ticket {
		flex-direction: column;
		gap: 8px;
	}

	#tour .caution dt,
	#tour .ticket dt {
		width: 100%;
		height: 2.8em;
		font-size: 15px;
	}

	#tour .ticket dd {
		width: 100%;
	}

	#tour .link {
		width: 100%;
		flex-wrap: wrap;
	}

	#tour dl:nth-of-type(1) .link > li {
		width: 100%;
	}

	#tour .link a {
		line-height: 1.4;
	}

	#tour .link a br {
		display: block;
	}

	#tour .caution .notice p::before,
	#tour .caution .notice p {
		font-size: 14px;
	}

	#release {
		padding: 48px 0 80px;
	}

	.primary section#release .contents {
		display: flex;
		flex-direction: column;
	}

	#release .contents::before {
		display: none;
	}

	#release h3 {
		margin-left: 0;
		font-size: 30px;
	text-align: center;
		order: 1;
	}

	#release h3 span {
		font-size: 20px;
	}

	#release .date {
		margin-left: 0;
		padding-bottom: 16px;
		line-height: 1.2;
		order: 2;
	text-align: center;
	}


	#release .jacket {
		padding-top: 100%;
		overflow: visible;
		width: 100%;
		height: 0;
	background: url(../images/contents/release/VE3WT-12520/jacket.webp) no-repeat;
	background-size: 100% auto;
		order: 3;
	}

	#release .type {
		margin-left: 0;
		padding-top: 16px;
		order: 4;
	}

	#release .lead p {
		font-size: 14px;
	}

	#sns {
		padding: 48px 0 24px;
		width: 100%;
	}

	#subscription {
		padding: 48px 0 48px;
		width: 100%;
	}

	#subscription .contents {
		padding: 0 8px 0;
	}

	ul.toTop a {
		padding-top: 35px;
		width: 35px;
	}

footer .bubble-container,
	footer {
		height: 320px;
	}


	footer .link {
		padding-bottom: 24px;
		flex-direction: column;
		gap: 24px;
	}

	footer .link a {
		font-size: 24px;
	}

	footer .copyright::before {
		margin: 0 auto 24px;
		padding-top: calc(42% * 0.4);
		width: calc(100% * 0.4);
	}

	footer .copyright p {
		font-size: 12px;
		line-height: 1.5;
		}

	footer .copyright br {
		display: block;
	}
}

@media only screen and (max-width: 375px) {
}

@media screen and (orientation: landscape) {



}
