@charset "utf-8";
/*INDEXと全ページ*/
* {
	margin: 0;padding: 0;
	box-sizing:border-box;
}
html,body {
	margin: 0;padding: 0;
}
body {
	min-height: 100vh;
	display: block;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	min-height: auto;
}
a {
	text-decoration: none;
	cursor: pointer;
}
img{
	width:100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
ul li{
	list-style: none;
}
section{
	position: relative;
	padding-top: 60px;
}
.c-standby{
	width: 100%;
	height: 100vh;
	background: #FFF;
	z-index: 99999;
	position: fixed;
	top: 0;left: 0;
	color: #000;
	text-align: center;
}
.l-wrap{
	width: 100%;
	min-height: 100vh;
	background-color: transparent;
}
/*
.l-bg_left,.l-bg_right{
	width: 100%;
	min-height: 100vh;
	background-size: 15% auto;
	background-repeat: repeat-y;
	background-color: transparent;
}
.l-bg_left{
	background-position: top left;
	background-image: url("bg-left.webp");
}
.l-bg_right{
	background-position: top right;
	background-image: url("bg-right.webp");
}*/
/*TOP*/
#top_swiper{
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.l-h1{
	width: 100%;
	text-align: center;
}
.l-h1_img{
	width: auto;
	height: 80px;
	margin: 0px auto;
	margin-bottom: 16px;
}
.l-top_pangkuzu_p{
	position: relative;
	z-index: 999;
	display: block;
	font-size: 13px;
	padding-top: 70px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
}
.l-top_pangkuzu_p a:hover{
	color: #000;
	text-decoration: underline;
}
.l-top_swiper{
	display: block;
}
/*ABOUT*/
.h2-div{
	position: relative;
	right:0;
	left:0;
	width: fit-content;
}
.l-about_img{
	width: 80%;
	max-width: 450px;
	margin: 16px auto;
	filter: drop-shadow(0px 0px 10px rgba(210,148,188,0.7));
}
.l-about_p{
	margin: 0 auto;
	text-align: center;
}
/*Whats*/
.l-what_img{
	max-width: 227px;
	height: auto;
}
/*footer消し*/
#section--abouteeo{
	display: none;
}
/*footer装飾*/
    .snsaccount-description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        text-align: center;
    }

    .snslist-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .snslist-title {
        color: var(--color-text-gray);
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2.2px;
        font-family: var(--font-title);
        font-style: italic;
        text-transform: uppercase;
    }

    .snslist-link {
        display: flex;
        width: 40px;
        height: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 50px;
        background: var(--color-gradient);
    }

    .snslist-img {
        height: 20px;
        width: auto;
    }
    
   .snslist-linkcopied {
        opacity: 0;
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        width: 345px;
        height: 40px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        leading-trim: both;
        text-edge: cap;
        font-size: 16px;
        line-height: 14px;
        transition: all .4s ease-in-out;
        border-radius: 50px;
    }
    
    .snslist-linkcopied.display {
        bottom: 20px;
        opacity: 1;
        transition: all .4s ease-in-out;
    }
/*camp*/
.l-camp_img{
  	width: 100%;
   	max-width: 490px;
}
.l-camp_p1{
	margin: 0.5em auto;
	text-align: center;
}
.l-camp_p2{
   	text-align: center;
   	margin: 1em auto;
  	font-size: 16px;
}

.l-camp_ul{
    margin: 1em auto;
    width: fit-content;
}
.l-camp_ul li{
   	text-align: left;
   	padding-left: 1em;
   	text-indent: -1em;
   	font-size: 13px;
}
.camp_kotira_p{
	text-align: center;
	font-size: 12px;
	margin-top: 2em;
	margin-bottom: 4px;
}
.camp_tw_a p {
    width: 94%;
    max-width: 370px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    background: var(--color-gradient);
    padding: 17px 0;
    border-radius: 100px;
}
.follow_acdon_btn_div{
	color: #FFF;
	font-weight: 700;
    display: flex;
    align-items: center;
    margin: 8px auto;
    padding: 8px 2em;
    padding-right: 0;
    cursor: pointer;
    width: 98%;
    max-width: 400px;
    border-radius: 40px;
    background: var(--color-gradient);
    margin-top: 2em;
}
.follow_acdon_plus{
	color: #FFF;
    margin-right: 1em;
    font-size: 24px;
    font-weight: 900;
}
.follow_acdon_p{
	line-height: 0em;
    color: #FFF;
}
.follow_ul li {
    text-align: left;
    font-size: 14px;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 2px;
    line-height: 1.5em;
    transform: rotateZ(0.03deg);
    word-break: break-all;
    overflow-wrap: break-word;
}
.follow_ul li a{
	text-decoration: underline;
}
.follow_acdon_win_div {
    display: none;
    margin: 1em auto;
    margin-bottom: 2em;
    width: 90%;
    max-width: 600px;
}
@media screen and (max-width: 767px) {
	.snsaccount-description {
        flex-direction: row;
    }
	.l-wrap p{
		font-size: 14px;
	}	
	.section--line{
		padding: 0;
	}
	/*camp*/
	.l-camp_ul li{
   		font-size: 10px;
	}	
}
@media screen and (max-width: 600px) {
	.h2-div{
		width: auto;
		margin: 0;
	}
	section{
		overflow-x: hidden;
	}
}
@media screen and (max-width: 440px) {
	.l-about_img{
		width: 60%;
	}
	.l-wrap p{
		font-size: 3.2vw;
	}	
	.l-camp_p1{
  		font-size: 4.2vw !important;
	}
}