@charset "utf-8";
/*INDEXと全ページ*/
* {
	margin: 0;padding: 0;
	box-sizing:border-box;
}
html,body {
	margin: 0;padding: 0;
}
body {
	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;
}
.c-standby{
	width: 100%;
	height: 100vh;
	background: #FFF;
	z-index: 99999;
	position: fixed;
	top: 0;left: 0;
	color: #000;
	text-align: center;
}
.nav-list{height: auto;}
main p,main ul li{
	font-size: 14px;
	line-height: 1.6em;
	word-break: break-all;
	overflow-wrap: break-word;
}
.h2-h2{letter-spacing: 0}
.h2-div{
	position: relative;
	left: 0;right: 0;
	margin: 0 auto;
	margin-bottom: 8px;
	width: auto;
}
.wrap_side{
	display: block;
	position: relative;
	font-family: "Noto Sans JP",sans-serif;
	line-height: 1.6em;
}
.wrap{
	width: 100%;
	max-width: 952px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	overflow-x: hidden;
}
/*TOP*/
section{
	row-gap:14px;
	padding-bottom: 70px;
}
#a_topimg{
	padding-top: 6px;
}
.top_img,.concept_img{
	width: 100%;
	height: auto;
	/*border: 1px solid #5dbfdd;*/
}
.top_h2{
	font-size: 20px;
	letter-spacing: 0;
	font-family: "Noto Sans JP",sans-serif;
	text-indent: -0.5em;
}
.top_pangkuzu_p{
	font-size: 13px;
	margin-bottom: 2em;
}
.top_pangkuzu_p a:hover{
	color: #000;
	text-decoration: underline;
}
.top_day_p{
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}
/*Concept*/
.concept_b{
	text-align: center;
	font-weight: 700;
	color:#6C341D;
	font-size: 22px;
	margin: 4px auto;
	margin-bottom: 1em;
}
.concept_b span{color: #6C341D;}
.concept_img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
}
/*ITEM*/
.comesoon_p{
	margin: 2em auto;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}
#a_item_oshi{
	margin-bottom: 0;
}
.center_p{
	text-align: center;
	margin: 0.5em auto;
}
.item_top_p{
	margin: 0 auto;
	margin-bottom: 4px;
}
.item_flex_div{
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0px auto;
	flex-wrap: wrap;	
}
.item_box_div{
	width: 48%;
	margin-bottom: 20px;
	margin:0 auto; 
	margin-bottom: 20px;
	margin-left: 6px;
	margin-right: 6px;
}
.item_box_div img{
	width: 100%;
	height: auto;	
}
.item_box_div p{
	text-align: center;
	padding: 4px 0;
}
.item_oshi_div{
	display: block;
}
.item_oshi_div .item_box_div{
	width: 98%;
}
.item_oshi_img{
	width: 100%;
	max-width: 1000px;
}
.item_center_div{
	justify-content: center;
}
.item_kakaku{
	line-height: 1.6em;
	text-align: center;
}
.item_btn{
	width: 90%;
	max-width: 380px;
	margin-bottom: 40px;
}
.item_btn p{
	line-height: 1.5em;
	padding: 0 4em;
	color: #FFF;
}
.item_title_div{
	width: 90%;
	max-width: 600px;
	background: linear-gradient(90deg, rgba(227, 161, 47, 0) 0%, rgba(227, 161, 47, 0.8) 20%, rgba(227, 161, 47, 0.8) 80%, rgba(227, 161, 47, 0) 100%);

    /*background: linear-gradient(90deg, rgba(238, 98, 223, 0) 0%, rgba(238, 98, 223, 0.3) 20%, rgba(65, 152, 249, 0.3) 80%, rgba(65, 152, 249, 0) 100%);
*/    margin: 0 auto;
    margin-top: 1.5em;
    margin-bottom: 6px;
}
.item_title_div p{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 2em;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.item_title_div_blue{
	background: linear-gradient(90deg, rgba(54, 140, 201, 0) 0%, rgba(54, 140, 201, 0.8) 20%, rgba(54, 140, 201, 0.8) 80%, rgba(54, 140, 201, 0) 100%);
}
.item_kakunin_a{
	text-decoration: none;
}
.item_kakunin_a p{
	width: fit-content;
	border-radius: 100px;
	padding: 4px 2.4em;
	padding-bottom: 6px;
	margin: 4px auto;
	margin-bottom: 30px;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #FFF;
	background: var(--color-gradient);
}
.item_kakunin_gray_p{ 
	background: #999 !important;
}
/*CONCEPT*/
.concept_p{
	font-size: 18px;
	text-align: center;
	margin: 0.5em auto;
}
/*INFO*/
.info_top_img{
	max-width: 500px;
}
#a_info{
	text-align: center;
}
.info_div p{
	text-align: center;
	font-size: 16px;
}
.info_p1{
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: 500;
	letter-spacing: 1px;
}
.info_p3{
	text-align: left !important;
	width: fit-content;
	margin: 0 auto;
	margin-top: 1em;
}
.info_map_div{
	width: 100%;
	max-width: 795px;
	margin: 0 auto;
}
.info_map_div iframe{
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.info_st_p{
	font-size: 14px;
	margin: 6px auto;
}
.info_st_p a{
	color: inherit;
}
.info_st_p span{
	text-decoration: underline;
}
.info_st_p:hover{
	color: #000 !important;
	opacity: 0.8;
}
.info_sns_p{
	font-size: 20px;
	margin-top: 2em;
}
.info_map_img{
	width: 100%;
	max-width:474px;
	height:auto;
}
/*フォロリポキャンペーン*/
.follow_top_p{
	text-align: center;
}
/*about*/
.mini_div{
	width: 92%;
	max-width: 730px;
	margin: 0 auto;
	text-align: left;		
}
.att_ul{
	margin: 2em auto;
}
.att_ul li{
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 4px;
}
.att_p{
	text-align: center;
}
@media only screen and (max-width: 767px) {
.concept_b{font-size: 4vw;}
.item_flex_div{width: 96%;}
.item_box_div{
	margin-left: 1%;
	margin-right: 1%;
}
.item_box_big_div{
	width: 94%;
}
}
@media only screen and (max-width: 540px) {
section{
	padding-bottom: 40px;
}
.top_pangkuzu_p{font-size: 12px;}
.top_h2{
	font-size: 3.8vw;
	letter-spacing: 0;
	text-indent: -0.5em;
}

main p, main ul li{font-size: 12px;}
.info_div p{font-size: 14px;}
.info_sns_p{font-size: 12px;}
.item_title_div{width: 100%;}
}
@media only screen and (max-width: 440px) {
.h2-div{
	margin: 0;
}
.concept_p{font-size: 4vw;}
.concept_b{font-size:6vw;
line-height: 1.5em;}
.concept_sp_p{font-size: 4.2vw;letter-spacing: -0.5px;}
}
@media only screen and (max-width: 413px) {
.about_p{
	font-size: 2.8vw;
	line-height: 1.7em;
	}
}
@media only screen and (max-width: 390px) {
.oshi-invisible{
font-size: 12px;
}
}
@media only screen and (max-width: 375px) {
.top_h2{font-size: 3.5vw;}
}
@media only screen and (max-width: 358px) {
.snslist-title{display: none;}
.item_name{font-size: 10px;}
.about_p{font-size: 11px;letter-spacing: -0.5px;}
.button-oshi:before{display: none;}
.concept_p{font-size: 10px;}
}