@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 {
	cursor: pointer;
	color: #FF56AF;
}
a :hover{
	opacity: 1 !important;
	color: yellow !important;
}
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;
	font-family: "DotGothic16", sans-serif;
	color: #FFF;
	font-weight: 400;
}
/*
.l-wrap h1,.l-wrap h2,.l-wrap p,.l-wrap a,.l-wrap span,.l-wrap li{
	font-family: "DotGothic16", sans-serif;		
	color: #FFF;
	font-weight: 400;
}
.l-wrap p,.l-wrap li{
	text-shadow: 1px 1px 1px #000;
}
*/


.l-h2-pink_div{
	background-color: #FF56AF;
	padding: 8px 0;
	padding-top: 7px;
	padding-left: 1em;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 12px;
	max-width: 1024px;
}
.u-h2-pink_div_top{
	margin-top: 0;
}
.l-h2-pink_div h1,.l-h2-pink_div h2{
	font-family: "DotGothic16", sans-serif;		
	color: #FFF;
	font-weight: 400;	
	font-size: 18px;
	text-shadow: none;
	line-height: 1;
}
/*TOP*/
#top_swiper{
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.l-top_pangkuzu_p{
	color: #FF56AF !important;
	position: relative;
	z-index: 999;
	display: block;
	font-size: 13px;
	padding-top: 70px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 96%;
	max-width: 1024px;
	text-shadow: 1px 1px 1px #000;
	font-family: "DotGothic16", sans-serif;		
	font-weight: 400;
}
.l-top_pangkuzu_p a{
	color: #FF56AF !important;
}
.l-top_pangkuzu_p a:hover{
	opacity: 1;
	color: yellow !important;
	text-decoration: underline;
}
.l-top_swiper{
	display: block;
}
/*BUY*/
#a_buy{
	padding: 0;
}
.l-buy_h2{margin-bottom:0;}

/*ABOUT*/
.h2-div{
	position: relative;
	right:0;
	left:0;
	width: fit-content;
}
.l-about_img{
	width: 80%;
	max-width: 600px;
	margin: 0px auto;
	filter: drop-shadow(0px 0px 10px rgba(210,148,188,0.7));
}
.l-about_p{
	margin: 0 auto;
	text-align: center;
	font-family: "DotGothic16", sans-serif;
	color: #FFF;
	font-weight: 400;
}

/*oshiplus*/
.l-footer_img{
	width: 80%;
	max-width:400px; 
	filter: none;
}
.l-footer_p{	
	text-align: center;
	margin: 0 auto;
	font-family: "DotGothic16", sans-serif;
	color: #FFF;
	font-weight: 400;
}
.l-footerlink_pink{
	text-decoration: underline;
	color: #FF56AF !important;
	margin: 1em auto;
	text-align: center;
}
/*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;
        margin: 1.5em auto;
    }

    .snslist-title {
        text-align: center;
        font-size: 22px;
        letter-spacing: 2px;
        font-style: italic;
        font-family: "DotGothic16", sans-serif;
		color: #FFF;
		font-weight: 400;
    }

    .snslist-link {
        display: flex;
        width: 40px;
        height: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 50px;
        background: #FF56AF !important;
    }

    .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;
    }
    .footer_div{
    	width: fit-content;
    	margin-left: auto;
    	margin-right: auto;
    }
    #footer_share_div{
    	position: fixed;
    	visibility: hidden;
    	bottom:10px;
    	left: 0;right: 0;
    	margin: 0 auto;
    	width: fit-content;
    	z-index: 999;
    }
    #footer_share_div p{
    	font-size: 12px;
		font-family: "DotGothic16", sans-serif;
		color: #FFF;
		font-weight: 400;
		background-color: #000;
		border: 1px solid #FFF;
		padding: 4px;
		text-align: center;
    }
	#footer_share_div {
	  /* デフォルトの非表示スタイル */
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	  
	  /* その他の装飾 */
	}
	/* 表示状態を示すクラス */
	#footer_share_div.is-visible {
	  opacity: 1;
	  visibility: visible;
	  transition: none; /* 表示（フェードイン）時にはtransitionを無効化 */
	}
/*camp*/
.l-camp_div{text-align: center;}
.l-camp_div p,.l-camp_div ul li{
	font-family: "DotGothic16", sans-serif;
	color: #FFF;
	font-weight: 400;
}
.l-camp_img{
  	width: 100%;
   	max-width: 490px;
}
.l-camp_p1{
	margin: 0.5em auto;
	margin-top: 1em;
	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_ls_p1{
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	width: 80%;
	max-width: 438px;
	margin: 8px auto;
}
.camp_ls_p2{
	margin-top: 2em;
}
.camp_flex_div{
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 410px;
}
.camp_tw_a{
	text-decoration: none !important;
    margin: 0;
    color: #FFF;
    padding: 17px 0;
    width: 47%;
    background: var(--color-gradient);
    border-radius: 100px;
    
}
.camp_tw_a:hover{
	opacity: 0.8;
}
.camp_tw_a p {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-family: sans-serif;
	font-weight: 700;
}
.camp_tw_a2{
	width: 100%;
}
.follow_acdon_btn_div{
	color: #FFF;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 2em; 
    border: 1px solid #FFF;
    padding: 8px 2em;
    padding-right: 0;
    cursor: pointer;
    width: 90%;
    max-width: 500px;
    background-color: #000;
}
.follow_acdon_plus{
	color: #FFF;
    margin-right: 1em;
    font-size: 24px;
}
.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: 0 auto;
    margin-bottom: 2em;
    width: 90%;
    max-width: 500px;
    background-color: #000;
    border:1px solid #FFF;
    border-top: none;
    padding: 1em;
}
.follow_acdon_win_div a{
	color: #FF56AF;
}
.l-footer{
	background-color: transparent;
}
.l-footer p{
	font-size: 12px !important;
	padding: 8px 0;
	text-align: center;
	font-family: "DotGothic16", sans-serif;
	color: #FFF;
	font-weight: 400;
}
@media screen and (max-width: 1150px) {
	.l-h2-pink_div{
		width: 60%;
	}
	#a_concept{
		width: 100%;
	}
	.l-camp_img{
  		width: 60%;
	}
	.follow_acdon_btn_div,.follow_acdon_win_div{
		max-width: 60%;
	}
	.l-about_img{
		width: 54%;
	}
	.l-footer_img{
		width: 50%;
	}
	section{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	#top_swiper{
        margin-bottom: 30px;
    }
	.l-top_pangkuzu_p{
		position: relative;		
		padding-left: 0;
		padding-right: 0;	
		width: 60%;	
		margin-left: auto;
		margin-right: auto;
		font-size: 12px !important;
	}
	.snsaccount-description {
        flex-direction: row;
    }
	.l-wrap p{
		font-size: 14px;
	}	
	.section--line{
		padding: 0;
	}
	/*camp*/
	.l-camp_ul li{
   		font-size: 10px;
	}
	.l-footer_img{
		width: 50%;
	}	
	section{
		row-gap:20px;
	}
	.l-footer p{
		font-size: 10px !important;
	}
}
@media screen and (max-width: 600px) {
	.h2-div{
		width: 100%;
		margin: 0;
	}
	section{
		overflow-x: hidden;
	}
}
@media screen and (max-width: 440px) {
	.l-top_pangkuzu_p{
		width: 70%;
	}
	.l-wrap-in{
		width: 100%;
		height: 100%;
		margin: 0;padding: 0;
	}
	.l-h2-pink_div{
		width: 100%;
		margin-top: 0;
	}
	.u-h2-pink_div_top{
        width: 88% !important;
    }
	.l-h2-pink_div h1, .l-h2-pink_div h2{
		font-size:16px;
	}
	.l-about_img{
		width: 70%;
	}
	.l-wrap p{
		font-size: 3.2vw;
	}	
	.l-camp_img{
        width: 80%;
    }
	.l-camp_p1{
  		font-size: 3.8vw !important;
	}
	.l-footer p{
		font-size: 10px !important;
	}
    .follow_acdon_btn_div, .follow_acdon_win_div{
    	width: 90%;
    	max-width: 264px;
    }
    .follow_ul li{
    	font-size: 10px;
    }
    .l-camp_ul li {
        letter-spacing: -0.5px;
    }
    .snslist-container{
    	gap:12px;
    }
    
}
@media screen and (max-width: 360px) {
	.snslist-title{font-size: 10px !important;}
}
@media screen and (max-width: 358px) {
	.l-top_pangkuzu_p{
		width: 90%;
		font-size: 10px;
	}	
}