@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {
    font-family: 'noto sans jp', sans-serif;
    height: 100%;
}

html {
	overflow-y: scroll;
    scroll-behavior: smooth;
    height: 100%;
}

p {
	margin: 0 0 0 0;
}

img {
	border: 0;
}

.en {
	font-family: 'roboto', sans-serif;
	font-size: 1.1em;
}

/* link color
--------------------------*/
a {
    text-decoration: none;
	cursor: pointer;
    transition: all 0.3s ease
}

a:hover {
	transition: all 0.3s ease;
}


/* スクロールアニメーション */
/* css */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* js */
.fadeIn {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 2s;
}
.fadeIn.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

/* ヘッダー ---------------------- */
.header-logo-link {
	position: fixed;
    display: inline-block;
    width: fit-content;
	margin: 20px 25px 20px 25px;
	top: 0;
	left: 0;
    z-index: 100;
}

.header-logo-link:hover {
    opacity: 0.6;
}

.header-logo {
	width: 200px;
}

/* メイン ---------------------------*/
.background-image {
    background-image: url(../images/1679435.jpg);
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

/* ファーストビュー ----------------*/
#FV {
    position: relative;
	letter-spacing: 0.1em;
    background-color: #3CA7CAaa;
}

.FV-title {
	padding: 120px 0 clamp(120px, 32vw, 340px) 0;
	text-align: center;
	text-box: trim-both;
}

.FV-text {
	width: fit-content;
	margin: 0 auto;
    padding: 2px 10px;
	font-size: clamp(14px, 4vw, 28px);
	color: #F94444;
	background-color: #F6F6F6;
    filter: drop-shadow(0px 4px 6px #265A63);
	letter-spacing: 0.06em;
}

.corporatename {
    font-size: clamp(34px, 10vw, 90px);
    font-weight: bold;
	color: #F6F6F6;
	filter: drop-shadow(0px 4px 6px #265A63);
	text-box: trim-both;
}


/* スライドショー */
.slide-container {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
    display: flex;
    animation: slide-flow 70s infinite linear 1s both;
}
.slide{
    width: clamp(200px, 38vw, 400px);
    margin: 0 clamp(5px, 1vw, 30px);
    border-radius: 20px;
    object-fit:cover;
}
@keyframes slide-flow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}

/* スクロール促進 */
.container_01 {
    margin: 0;
    padding: 0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container_01 a:hover {
    opacity: 0.7;
}

.scroll-down_01 {
    position: relative;
    width: clamp(150px, 20vw, 200px);
    height: clamp(150px, 20vw, 200px);
    color: #fff;
    text-decoration: none;
}

.circle-text_01 {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
}

.circle-text_01 span {
    position: absolute;
    left: 50%;
    font-size: 16px;
    transform-origin: 0 clamp(75px, 10vw, 100px);
}

.arrow_01 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 50px;
    transform: translate(-50%, -50%);
    animation: scroll_01 3s infinite;
}

.arrow_01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}
.arrow_01::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scroll_01 {
    0% {
        transform: translate(-50%, -50%) translateY(-10px);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) translateY(10px);
        opacity: 0;
    }
}


/* コンセプト ---------------*/
#concept {
    line-height: 1.8;
    background-color: #3CA7CAaa;
}

.concept-title {
    display: grid;
	font-size: clamp(18px, 3.5vw, 32px);
	writing-mode: vertical-rl;
	margin: 0 auto 0 auto;
	padding: clamp(50px, 10vw, 100px) 0 clamp(20px, 4vw, 50px) 0;
}

.vertical {
	color: #F94444;
	background-color: #F6F6F6;
	letter-spacing: 0.1em;
	text-align: center;
}

.vertical-right {
	margin: 0 0 4vw 0;
}

.vertical-left {
	margin: 8vw 5vw 0 0;
	padding: 20px 0 0 0;
}

.concept-content {
	margin: 0 20px 0 20px;
	padding: 0 0 100px 0;
	color: #F6F6F6;
	font-size: 15px;
}

.concept-text {
	margin: 0 0 5vw 0;
}

.concept-pickup {
	font-weight: 700;
}

/* セクション間のアニメーション */
.wave-bg {
    height: 150px;
    background: url('wave.svg') repeat-x;
    animation: wave 10s linear infinite;
}

@keyframes wave {
    from { background-position-x: 0; }
    to { background-position-x: 1000px; }
}


/* 体験リスト ---------------*/
#experience {
	text-align: center;
}

.mg-position {
	margin: 0 20px 0 20px;
	position: relative;
}

.title-unit {
	color: #2981B0;
}

.experience-list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 clamp(75px, 12vw, 160px) 0;
}

.experience-list-subtitle {
	display: block;
	padding: 80px 0 8px 0;
	font-size: clamp(20px, 2.2vw, 24px);
}

.experience-list-title {
	display: inline-block;
	padding: 5px 20px;
	font-size: clamp(32px, 4vw, 42px);
	font-weight: 600;
	border: #2981B0 2px solid;
	text-box: trim-both;
}

.experience-list-text {
	margin: clamp(40px, 6vw, 80px) 0 clamp(40px, 5vw, 60px) 0;
	color: #F94444;
	font-size: clamp(16px, 2.2vw, 24px);
	font-weight: 500;
}



/* リスト ↓ */
.list-link {
	position: relative;
	filter: drop-shadow(0px 4px 6px #265A63);
	transition: all 0.3s 0s ease;
    box-sizing: border-box;
}

.list-link:hover {
	filter: none;

    .movebutton {
        background: linear-gradient(to bottom, #ffc65c, #FF7D5C);
    }
}

.list-link:active {
	filter: none;
}

.list-item {
	width: 27vw;
	height: 31vw;
	margin: 0 auto 0 auto;
	border-radius: 20px;
}

.list-weakboard {
	background-image: url(../images/13467981.jpg);
	background-size: cover;
}

.list-sup {
	background-image: url(../images/13467982.jpg);
	background-size: cover;
}

.list-cruising {
	background-image: url(../images/13467983.jpg);
	background-size: cover;
}

.item-text {
	margin: 0 0 0 0;
	padding: 2vw 0 0 0;
	color: #F6F6F6;
    font-size: clamp(12px, 2.7vw, 28px);
    font-weight: bold;
	text-box: trim-both;
	filter: drop-shadow(0px 0px 2px #081a1d);
}

.movebutton {
    position: absolute;
    top: 87%;
    right: 35%;
    left: 35%;
    padding: 1.5vw 0;
    color: #F6F6F6;
    font-size: clamp(15px, 2.5vw, 32px);
    font-weight: bold;
    border-radius: 50%;
    text-box: trim-both;
    background: linear-gradient(to bottom, #FF7D5C, #F94444);
    transition: all 0.3s 0s ease;
}


.wave-container svg {
    display: block;
    width: 100%;
    height: auto;
}


/* 体験リスト 共通CSS-----------*/
#experience {
	background-color: #F6F6F6aa;
}

.content-position {
	padding: 0 0 40px 0;
	text-align: center;
	background-color: #3CA7CA;
	border-radius: 20px;
}

.experience-image {
    width: 100%;
	border-radius: 20px 20px 0 0;
}

.text-position {
	margin: 0 20px 0 20px;
}

.experience-subtitle {
    margin: 20px auto 15px auto;
    padding: 2px 0;
    color: #3CA7CA;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 500;
    background-color: #F6F6F6;
}

.experience-title {
	margin: 15px 0;
	color: #F6F6F6;
	font-size: clamp(24px, 6.5vw, 54px);
	font-weight: bold;
	filter: drop-shadow(0px 3px 0px #2981B0);
}

.experience-text {
	margin: 0 10px;
    font-size: 14px;
    color: #F6F6F6;
    line-height: 1.8;
	text-align: left;
}

.experience-content {
	display: inline-block;
    width: clamp(200px, 100%, 600px);
    margin: 30px 0 0 0;
    padding: 7px 10px 7px 10px;
    color: #F6F6F6;
    border: #F6F6F6 2px solid;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
}

.experience-unit {
	display: flex;
	margin: clamp(10px, 2vw, 18px);
}

.experience-item-name {
	width: 80px;
}

.experience-item-ex {
    display: block;
}

.experience-note {
	margin: 10px 0 30px 0;
	color: #F6F6F6;
	font-size: 13px;
	font-weight: 500;
}

.experience-unit,
.experience-text,
.experience-item-ex,
.experience-item-name {
    font-size: 15px;
}


/* ボタン「体験を予約する」*/
.reservation-button {
	padding: 15px 20px 15px 15px;
	display: inline-block;
	align-items: center;
	text-box: trim-both;
	background: linear-gradient(to bottom, #FF7D5C, #F94444);
	filter: drop-shadow(0px 3px 3px #6c7b80);
	border-radius: 50px;
	transition:  all 0.3s 0s ease;
}

.reservation-button:hover {
	background: linear-gradient(to bottom, #ffc65c, #FF7D5C);
	transition:  all 0.3s 0s ease;
	transform: scale(1.05);
}

.reservation-button:active {
	background: linear-gradient(to bottom, #ffc65c, #FF7D5C);
	filter: none;
}

.experience-arrow {
	margin: 0 5px 0 0;
	padding: 4px 6px;
	color: #FF7D5C;
	font-size: 12px;
	font-weight: bold;
	background-color: #F6F6F6;
	border-radius: 50%;
}

.reservation-text {
	color: #F6F6F6;
	font-size: 18px;
	font-weight: 500;
}

.item-small {
    display: block;
	font-size: 12px;
}

#weakboard, #sup, #cruising {
	padding: 0 0 clamp(60px, 4vw, 100px) 0;
	text-align: left;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
}

/* SNS ----------------------------*/
#sns {
	padding: 40px 20px 60px 20px;
	text-align: center;
	background-color: #F6F6F6aa;
	box-sizing: border-box;
}

.sns-title {
	display: inline-block;
    padding: 5px 20px;
    font-size: 40px;
    font-weight: 700;
    border: #2981B0 2px solid;
    text-box: trim-both;
}

.sns-subtitle {
	margin: 8vw 0 4vw 0;
    color: #F94444;
    font-size: 16px;
    font-weight: 500;
}

.sns-text {
	margin: 0 auto 60px auto;
    color: #231815;
    font-size: 14px;
}

.sns-block {
	display: flex;
	justify-content: space-around;
}

.sns-content {
	transition:  all 0.3s 0s ease;
}

.sns-content:hover {
	opacity: 0.6;
}

.sns-icon {
	width: 60px;
	border-radius: 20px;
	filter: drop-shadow(0px 1px 3px #545c5e);
}

.account-name {
	width: 110px;
	margin: 5px 0 10px 0;
	color: #231815;
	font-size: 14px;
	text-box: trim-both;
}

.follow-link {
	color: #2981B0;
	font-size: 14px;
	border-bottom: #2981B0 1px solid;
}


/* フッター --------------------------*/
.footer-container {
	text-align: center;
	background-color: #F6F6F6;
}

.footer-tie {
	margin: 0 0 clamp(100px, 25vw, 120px) 0;
	padding: 42px 0 clamp(80px, 18vw, 100px) 0;
	color: #F6F6F6;
	background-color: #3CA7CA;
}

.inquiry-title {
	display: inline-block;
	padding: 5px 10px;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 500;
    border: 1px solid #F6F6F6;}

.inquiry-tel-text {
	display: flex;
	justify-content: center;
	margin: 12px 0 0 0;
	align-items: last baseline;
}

.inquiry-tel-text1 {
	font-size: clamp(14px, 4vw, 20px);
}

.inquiry-tel-text2 {
	font-size: clamp(12px, 3vw, 16px);
}

.footer-tel {
	display: flex;
	justify-content: center;
	align-items: last baseline;
}

.tel-icon {
	width: 7vw;
}

.tel-number {
	font-size: clamp(31px, 9vw, 60px);
	font-weight: bold;
	text-box: trim-both;
}


/* フッター１ */
.footer-block1 {
	position: relative;
}

.footer-formlink {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    margin: auto;
    padding: clamp(40px, 10vw, 65px) 0px;
    background: linear-gradient(to bottom, #FF7D5C, #F94444);
    border-radius: 20px;
    filter: drop-shadow(0px 4px 6px #6c7b80);
    transition: all 0.3s 0s ease;
}

.footer-formlink:hover {
	width: 81vw;
	padding: 55px 0;
	background: linear-gradient(to bottom, #ffc65c, #FF7D5C);
}

.footer-formlink:active {
	width: 81vw;
	padding: 55px 0;
	background: linear-gradient(to bottom, #ffc65c, #FF7D5C);
	filter: none
}

.formlink-arrow {
	margin: 5px;
    padding: 8px 11px;
    color: #FF7D5C;
    font-size: 14px;
    font-weight: bold;
    background-color: #F6F6F6;
    border-radius: 50%;
}

.inquiry-formlink-text {
	color: #F6F6F6;
    font-size: clamp(18px, 4vw, 24px);
    border-bottom: #F6F6F6 1px solid;
}

/* フッター２ */
.footer-block2 {
	text-align: center;
}

.footer-line {
	margin: 0 auto 0 auto;
	border-top: #3CA7CA 1px solid;
}

.footer-logo {
	display: block;
	width: 250px;
	margin: 40px auto 30px auto;
}

.official-sitelink {
	display: inline-block;
	padding: 15px 30px 15px 15px;
	color: #2981B0;
	text-align: left;
	background-color: #F6F6F6;
	border: #2981B0 2px solid;
	border-radius: 50px;
	text-box: trim-both;
	filter: drop-shadow(0px 3px 3px #6c7b80);
	transition:  all 0.3s 0s ease;
}

.official-sitelink:hover {
	color: #F6F6F6;
	background-color: #2981B0;
}

.official-sitelink:active {
	color: #F6F6F6;
	background-color: #2981B0;
	filter: none
}

.sitelink-arrow {
    display: inline;
    margin: 0 4px 0 0;
    padding: 6px 10px;
    color: #F6F6F6;
    font-size: 14px;
    background-color: #2981B0;
    border-radius: 50%;
}

.official-sitelink-text {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.pagetop-button {
	display: inline-block;
	margin: 30px;
	padding: 30px 13px;
	color: #F6F6F6;
	background-color: #1781bf;
	border-radius: 50%;
	transition:  all 0.3s 0s ease;
	filter: drop-shadow(0px 3px 3px #6c7b80);
}

.pagetop-button:hover {
	background-color: #F94444;
}

.pagetop-button:active {
	filter: none;
	background-color: #F94444;
}

.pagetop-button-text {
    font-size: 14px;
}

.copyright {
	color: #2981B0;
	font-size: 12px;
}

@media (min-width: 481px) {
    .concept-content {
        margin: 0 40px 0 40px;
    }

    .concept-content {
        font-size: 18px;
    }

    .concept-text {
        margin: 0 0 20px 0;
    }

    .mg-position {
        margin: 0 40px 0 40px;
    }

    .movebutton {
        right: 37%;
        left: 37%;
    }

    .list-item {
        width: 25vw;
        height: 29vw;
    }

    .experience-text {
        width: clamp(100px, 95%, 600px);
        margin: 0 auto;
    }

    .text-position {
        margin: 0 clamp(30px, 4vw, 100px);
    }

    .experience-text,
    .experience-item-ex,
    .experience-item-name {
        font-size: 16px;
    }

    .item-small {
        font-size: 14px;
    }


    .experience-note {
        font-size: 15px;
    }



    #sns {
        padding: 40px 40px 40px 40px;
    }

    .sns-title {
        font-size: 42px;
    }

    .sns-subtitle {
        margin: 40px 0 20px 0;
        font-size: 20px;
    }

    .sns-text {
        width: clamp(390px, 90%, 490px);
        font-size: 16px;
    }

    .sns-block {
        justify-content: space-around;
    }

    .sns-icon {
        width: 80px;
    }

    .account-name {
        width: 120px;
        font-size: 16px;
    }

    .follow-link {
        font-size: 16px;
    }

    .official-sitelink-text {
        font-size: 18px;
    }

    .footer-formlink:hover {
        padding: 70px 0;
    }

    .footer-formlink:active {
        padding: 70px 0;
    }

}

@media (min-width: 768px) {

    .header-logo {
        width: 26vw;
    }

    .header-visual {
        height: 100vh;
    }


    .vertical-left {
        margin: 60px 40px 0 0;
    }

    .concept-content {
        margin: 0 60px 0 60px;
        text-align: center;
    }

    .mg-position {
        margin: 0 60px 0 60px;
    }

    .experience-item-name {
        width: 100px;
    }

    .item-small {
        display: inline-block;
        font-size: 15px;
    }

    .experience-unit,
    .experience-text,
    .experience-item-ex,
    .experience-item-name {
        font-size: 17px;
    }

    .experience-subtitle {
        width: clamp(550px, 100%, 600px);
    }

    .experience-note {
        font-size: 16px;
    }

    .sns-block {
        width: 600px;
        margin: 0 auto 0 auto;
    }

    .footer-formlink {
        width: 500px;
    }

    .footer-formlink:hover {
        width: 550px;
    }

    .tel-icon {
        width: 45px;
    }

    .footer-logo {
        width: 300px;
    }
}

@media (min-width: 1025px) {

    .header-logo {
        width: 300px;
    }

    .header-logo-link {
        margin: 30px 40px 30px 40px;
    }


    .experience-text,
    .experience-item-ex,
    .experience-item-name {
        font-size: 18px;
    }

    .experience-note {
        font-size: 16px;
    }



}

@media (min-width: 1201px) {

    .back {
        background-image: url(../images/natukumo.jpg);
        background-repeat: no-repeat no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .mg-position {
        width: 1000px;
        margin: 0 auto 0 auto;
    }

    #sns {
        margin: 0 auto 0 auto;
    }

    #header-container {
        border-radius: 20px 20px 0 0;
    }


    .list-item {
        width: 300px;
        height: 350px;
    }

    .movebutton {
        padding: 16px 0;
    }

    .footer-line {
        width: 1200px;
    }
}