@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300,400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--color-primary: #222;
	--color-gray-light: #f5f5f5;
	--color-gray: #666;
	--color-red: #d7073a;
	--color-blue: #57c3ea;
	--color-light-blue: #86d6f3;
	--color-navy: #0063b0;
	--color-green: #00b4bb;
	--font-nontserrat: "Montserrat", sans-serif;

	/* ヒーロー高さ：1920×960比率 ただし 画面高(100svh)を上限にする */
	--heroH: min(calc((960 / 1920) * 100vw), 100svh);
}

html {
	overflow: auto;
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	font-size: 1em;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	letter-spacing: 1px;
	overflow-wrap: anywhere;
	line-break: strict;
	position: relative;
	display: flex;
	flex-flow: column;
	height: 100%;
	min-height: 100vh;
	background-color: #fff;
}

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

a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}

a:link {
	color: var(--color-purple);
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
	border-style: none;
}

a:visited {
	color: var(--color-purple);
}

a:hover {
	color: var(--color-purple);
	text-decoration: underline;
}

section {
	margin: 0;
	padding: 0;
}

h1 {
	width: 100%;
	max-width: 300px;
	margin: 0;
}

.container {
	width: 92%;
	max-width: 1200px;
	margin: auto;
}

.container1500 {
	width: 92%;
	max-width: 1500px;
	margin: auto;
}

.container1000 {
	width: 92%;
	max-width: 1000px;
	margin: auto;
}

/* Slide 1 / Hero */
#slide1 {
	position: relative;
	width: 100%;
	height: var(--heroH);
	overflow: hidden;
}

/* スライドショーコンテナ */
#slide1 > div:first-child {
	position: relative;
	width: 100%;
	height: 100%;
}

/* figureスタイル */
#slide1 > div:first-child figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	overflow: hidden;
}

/* アクティブなfigure */
#slide1 > div:first-child figure.active {
	opacity: 1;
	z-index: 1;
}

/* 画像スタイル */
#slide1 > div:first-child figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* キャプションスタイル */
#slide1 > div:first-child figure figcaption {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	position: absolute;
	right: 15px;
	bottom: 15px;
}


/* テキストコンテンツを中央配置 */
#slide1 .slide1_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
	width: 90%;
	max-width: 1200px;
}

#slide1 h1 {
	color: #fff;
	font-size: clamp(2.5rem, 6vw, 6rem);
	line-height: 1.2;
	text-align: center;
	margin: calc((-32 / 1920) * 100vw) auto calc((-32 / 1920) * 100vw);
	white-space: nowrap;
	font-weight: 700;
	text-shadow: 0 calc((5 / 1920) * 100vw) calc((10 / 1920) * 100vw) rgba(0, 0, 0, 0.15), 0 calc((1 / 1920) * 100vw) calc((2 / 1920) * 100vw) rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: calc((978 / 1920) * 100vw);
	display: flex;
	justify-content: center;
	align-items: center;
}
#slide1 h1 path {
	opacity: 0;
}

#slide1 .sub_en {
	color: #fff;
	font-size: calc((28.8 / 1920) * 100vw);
	letter-spacing: calc((6.4 / 1920) * 100vw);
	text-align: center;
	margin: calc((8 / 1920) * 100vw) 0 0;
	opacity: 0;
}
#slide1 .sub_title {
	color: #fff;
	font-size: calc((30.4 / 1920) * 100vw);
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	margin: 0 0 calc((32 / 1920) * 100vw) 0;
	text-shadow: 0 calc((2 / 1920) * 100vw) calc((4 / 1920) * 100vw) rgba(0, 0, 0, 0.2), 0 calc((1 / 1920) * 100vw) calc((2 / 1920) * 100vw) rgba(0, 0, 0, 0.1);
	opacity: 0;
}
.hero_details {
	text-align: center;
	margin-top: calc((128 / 1920) * 100vw);
	opacity: 0;
}

.hero_details img {
	width: calc((509 / 1920) * 100vw);
	height: auto;
}

/* p 設定 */
.p_01 {
	font-size: 0.95rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 20px;
}

.p_01_s {
	font-size: 0.85rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 20px;
}

.p_02 {
	font-size: 0.95rem;
	line-height: 2;
	text-align: left;
	margin: 0 0 20px;
}

.p_notes {
	font-size: 0.8rem;
	line-height: 1.6;
	margin: 0 0 5px;
	color: #888;
}

.note_wrap {
	background-color: #fbfbfb;
	padding: 15px;
	border: thin solid #ddd;
	margin: 30px 0 0;
}

.note_line {
	display: inline-block;
	width: 2rem;
	height: 1px;
	background-color: #999;
	vertical-align: middle;
	margin: 0 0.5rem;
}

/* Slide 2 コンセプト */
#slide2 {
	padding: 0 5% 100px;
	position: relative;
}

.bg_title {
	text-align: center;
	margin: 0 auto;
	opacity: 0.7;
}

#slide2 h2 {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 80px 0 50px;
	background: linear-gradient(135deg, #57c3ea 0%, #0063b0 33%, #57c3ea 66%, #c3f0fd 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

#slide2 p {
	font-size: 1.05rem;
	line-height: 2.2;
	margin: 0 0 15px;
}


/* Slide 4 みどころ */
#slide4 {
	background: #fff;
	margin: 0;
	padding: 0 0 100px;
	position: relative;
	z-index: 200;
}

.section_title_en {
	color: var(--color-blue);
	font-size: 3.5rem;
	line-height: 1.5;
	text-align: center;
	font-family: var(--font-nontserrat);
	opacity: 0;
	font-weight: 800;
	transform: scale(0.95, 1);
	margin: 0;
	padding-top: 50px;
}

.section_title_en .jp {
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	transform: scale(0.92, 1);
	margin-left: -18px;
}

.mg_mixBottom {
	margin-bottom: 80px;
}

.section_title {
	color: var(--color-light-blue);
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 600;
	margin: 0 0 80px;
	letter-spacing: 3px;
	opacity: 0;
}

.spot_title {
	color: var(--color-navy);
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500 !important;
    letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}

.spot_title .title {
	width: 10%;
	min-width: 90px;
	margin: 0;
	padding: 0;
	max-width: 100px;
}

.spot_title .title img {
	opacity: 0;
}

.spot_title .spot_h3 {
	width: 87%;
	opacity: 0;
}

.spot_title + .p_01 {
	opacity: 0;
}

.spot_title + .p_01 + .note_wrap {
	opacity: 0;
}

.spot_title.spot_title_mgTop + .p_01 + .note_wrap {
	opacity: 0;
}

.span_red_s {
	color: var(--color-red);
	font-size: 0.75rem;
}

.span_red {
	color: var(--color-red);
	font-size: 1em;
}

.spot_title_mgTop {
	margin-top: 80px;
}

.catch_p {
	font-size: 1.6rem;
    line-height: 1.8;
	text-align: left;
	font-weight: 600;
	margin: 80px 0 0;
}

.slide4_photo_wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1300px;
	margin: 30px auto 0;
	padding: 0;
}

.slide4_photo_wrap figure {
	width: 48%;
	margin: 0;
	position: relative;
}

.slide4_photo_wrap figure .img_wrap {
	overflow: hidden;
}

.slide4_photo_wrap figure img {
	display: block;
	margin: 0 auto 0 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	opacity: 0;
}

.slide4_photo_wrap figure figcaption {
	opacity: 0;
}

.slide4_photo_wrap figure figcaption.cap01 {
    color: #000;
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    right: 5px;
    bottom: 40px;
}

.slide4_photo_wrap figure figcaption.cap02 {
    font-size: 0.85rem;
    line-height: 1;
    position: relative;
	margin: 15px 0 0;
}


/* Slide 5 挨拶 */
#slide5 {
	background: #fff;
	margin: 0;
	padding: 0 0 100px;
	position: relative;
	z-index: 200;
}

.message_wrap {
    margin: 0 0 60px;
    padding: 2em 3em 1em;
    border-radius: 8px;
    background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	opacity: 0;
}

.message_title {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 600;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 1rem;
	background: linear-gradient(90deg, var(--color-blue) 0% 100%);
    background-repeat: no-repeat;
    background-size: 50px 3px;
    background-position: left bottom;
}



.message_name {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 600;
	margin: 40px 0 20px;
	text-align: right;
}

.message_name span {
	font-size: 0.7em;
	font-weight: 400;
	margin-right: 20px;
}


/* Slide 6 Special */
#slide6 {
	background: #fff;
	margin: 0;
	padding: 0 0 100px;
	position: relative;
	z-index: 200;
}

.character_wrap {
display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.character_card {
	margin: 0 0 30px;
	padding: 1.5em 0.5em 1em;
	border-radius: 8px;
	text-align: center;
	width: 23.5%;
	border: 1px solid #666;
	position: relative;
	display: flex;
	flex-direction: column;
	opacity: 0;
}

.character_card::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	width: 25px;
	height: 25px;
	background: url("../images/slide6/pin.svg") center / contain no-repeat #fff;
}

.character_card .h3_flex {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	gap: 20px;
}

.character_card .h3_flex img {
	flex-shrink: 0;
}

.character_card .h3_flex h3 {
	margin: 0;
	text-align: left;
	flex: 1;
}

.character_card h3 {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 600;
	margin: 0 0 20px;
}

.character_card .h3_flex h3 img {
	display: inline;
	vertical-align: -2px;
	height: 1em;
	width: auto;
	margin-left: 0.2em;
}

.character_card h3 span {
	display: inline-block;
}

.character_card h3 .span01 {
	font-size: 1.2em;
}

.character_card h3 .span02 {
	font-size: 0.8em;
}

.character_card h3 .span03 {
	font-size: 0.65em;
}

.character_card p {
	margin: 0 0 20px;
	line-height: 1.8;
}

.character_link {
	color: #000 !important;
	font-size: 0.95rem;
	font-weight: 500;
	display: block;
	width: 100%;
	background-color: #e6ebee;
	text-decoration: none !important;
	border-radius: 4px;
	transition: background-color 0.3s;
	margin-top: auto;
	padding: 10px 30px;
	box-sizing: border-box;
	position: relative;
}

.character_link::after {
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.75em;
}

.character_link img {
	display: inline;
	vertical-align: -2px;
	height: 1em;
	width: auto;
	margin-right: 0.2em;
}

.character_link span {
	font-size: 0.8em;
}

.character_link:hover {
	background-color: #333;
	color: #fff !important;
	text-decoration: none !important;
}


/* Slide 9 概要 */
#slide9 {
	padding: 0 0 100px;
	position: relative;
	z-index: 200;
}

table.outline {
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	margin-top: 80px;
	border: thin solid #aaa;
	border-left-style: none;
	border-right-style: none;
	margin-bottom: 80px;
}

.outline th {
	color: #444;
	font-weight: normal;
	text-align: left;
	letter-spacing: 3px;
	vertical-align: top;
	width: 200px;
	padding: 1.5em .5em;
}

.outline td {
	vertical-align: top;
	border-left: thin solid #aaa;
	padding: 1.5em 1em 1.5em 3em;
}

table.outline a {
	color: #444;
}

/* .btn002 - 使用されている */
.btn002 {
	display: inline-block;
	margin-top: 20px;
}

.btn002 a {
	color: var(--color-pink);
	text-decoration: none;
	transition: all 0.3s;
}

.btn002 a:hover {
	opacity: 0.7;
}

.mgLeft15 {
	margin-left: 15px;
}

/* Footer */
footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	min-height: 400px;
	text-align: center;
	margin: 0;
	padding: 100px 8rem 50px 5rem;
	position: relative;
	z-index: 200;
	background-image: url(../images/footer/footer_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.7) 25%,
		rgba(255, 255, 255, 0.1) 50%,
		rgba(255, 255, 255, 0) 90%
	);
	z-index: -1;
}

.footer_01 {
	margin-top: auto;
	padding: 0;
}

footer h2 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	margin: 0 0 40px;
	padding: 0;
}

.foooter_sns {
margin-top: 5px;
margin-bottom: 20px;
padding: 0;
}

.foooter_sns img {
	width: auto;
	height: 25px;
	margin: 0 auto;
	filter: brightness(0) invert(1);
}

.copyright {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 40px 0 0;
}

footer a:link,
footer a:visited {
	color: #555;
}

/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}


@media screen and (max-width: 1500px) {
/*LINKS-1500*/
.character_card .h3_flex {
gap: 10px;
}
}


@media screen and (max-width: 1280px) {
/*footer-1280*/
footer {
    padding: 100px 3rem 50px 5rem;
}
}


@media screen and (max-width: 1024px) {
/*sns・関連サイト-1024*/
.character_card {
width: 48%;
}

#slide2 {
    padding: 0 0 100px;
}
}


@media screen and (max-width: 820px) {
.container {
	width: 90%;
}

.container1500 {
	width: 90%;
}

.container1000 {
	width: 90%;
}

/*slide9-820*/
.outline th {
width: 150px;
}

/*footer-820*/
footer {
padding: 100px 1rem 50px 5rem;
}
}


@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


@media screen and (max-width: 640px) {
/*slide1-sp*/
#slide1 {
	height: 80svh;
}

#slide1 > div:first-child figure img {
	object-position: center center;
}

#slide1 .sub_title {
font-size: 1.2rem;
line-height: 1.6;
margin: 20px 0 1rem;
}

#slide1 h1 {
    margin: 0 auto;
    width: 100%;
	max-width: 100%;
}

#slide1 .sub_en {
    font-size: 1.2rem;
    margin: 0;
}

.hero_details {
    text-align: center;
    margin-top: 3rem;
	margin-right: auto;
	width: 75%;
	margin-left: auto;
}

.hero_details img {
	width: 100%;
	height: auto;
}

#slide1 > div:first-child figure figcaption {
    right: 5px;
    bottom: 5px;
}

/*slide2-sp*/
#slide2 {
padding: 0 0 50px;
}

#slide2 h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 50px 0;
}

#slide2 p {
    font-size: 1rem;
    line-height: 2;
    margin: 0 0 15px;
}

/*slide4-sp*/
.section_title_en {
    color: var(--color-blue);
    font-size: 3rem;
}

.section_title {
    color: var(--color-light-blue);
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    margin: 0 0 40px;
    letter-spacing: 3px;
}

#slide4 {
padding: 0 0 50px;
}

.spot_title {
    color: var(--color-navy);
    font-size: 1.1rem;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}

.spot_title .spot_h3 {
    width: 100%;
}

.spot_title_mgTop {
    margin-top: 60px;
}

.catch_p {
    font-size: 1.15rem;
    margin: 60px 0 0;
}

.slide4_photo_wrap figure {
    width: 100%;
    margin: 0 0 30px;
}

/*slide5-sp*/
#slide5 {
padding: 0 0 50px;
}

.message_wrap {
	padding: 2em 1em 1em 1.2em;
}

/*slide9-sp*/
#slide9 {
padding: 0 0 50px;
}

table.outline {
   font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 60px;
    margin-bottom: 0;
}

.outline th {
letter-spacing: 1px;
padding: 1.5em 0;
width: 75px;
}

.outline td {
padding: 1.5em 0 1.5em 1em;
}

/*slide6-sp*/
#slide6 {
padding: 0 0 50px;
}

.section_title_en .jp {
    font-size: 2.4rem;
}

.character_wrap {
margin: -20px 0 0;
}

.character_card {
width: 97%;
padding: 1.5em 0.5em 1em;
}

/*footer-sp*/
footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    text-align: center;
    margin: 0;
    padding: 80px 0 50px;
    background-position: 45% center;
}

.footer_01 {
    margin-top: 0;
}

footer h2 {
margin: 0 0 30px;
}


.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}
