.btn{
    padding: 2%;
}

.btn span{
    border: 1vw solid #ECD95B;
    padding: 3%;
}

/*-------------------------------
スマホ用幅　文　左右余白
--------------------------------*/
.w1000{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.sp_95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.sp_90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.fl{
	float:none;
}

.fr{
	float:none;
}

.clr{
	clear:both;
}

.pt10 {
	display: block; 
	padding-top: 10px; 
	clear: both; 
}
.pt20 {
	display: block; 
	padding-top: 20px; 
	clear: both; 
}
.pt30 {
	display: block; 
	padding-top: 30px; 
	clear: both; 
}
.pt50 {
	display: block; 
	padding-top: 50px; 
	clear: both; 
}

/*-------------------------------
テーブル
--------------------------------*/
/*table th{
	display:block;
	width:100%;
}

table td{
	display:block;
	width:100%;
}:/

/*-------------------------------
ページトップへスクロール
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

/*-------------------------------
レスポンシブ　スマホ画面では見えない
--------------------------------*/
.sp_none{
	display:none;
}
/*-------------------------------
レスポンシブ　スマホ画面で見える
--------------------------------*/
.full_none{
	display:inline;
}
/*-------------------------------
スクロール固定
--------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/******************************************************
トップページ　共通
*******************************************************/
/*-------------------------------
グローバルナビゲーション
--------------------------------*/
.drawer-opened{
	overflow:hidden;
}

header{
	min-width:inherit;
	background-color:#ffffff;
	position:static;
	z-index:0;
	padding-top: inherit;
    padding-bottom: inherit;
}
/**開くアイコン**/
header #nav_icon{
	/*position: absolute;*/
	position:fixed;
    /*top: 20px;*/
	top:0;
    right: 15px;
    display: block;
    background-image: url(../img/nav_ic1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 15vw;
    height: 15vw;*/
	width: 20vw;
    height: 20vw;
	z-index: 1000000;
}
/**閉じるアイコン**/
.drawer-opened header #nav_icon{
	background-image: url(../img/nav_ic2.svg);
	z-index:1000000;
}

/* キーフレームを作成 */
@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}

.drawer-opened header nav{
	display:block;
	-webkit-animation: fadein 0.5s linear 0s 1;
}
/**ナビゲーションオープン時背景**/
header nav{
	background-color: rgb(236 188 91);
	color:#ffffff;
	width: 100%;
	display:none;
	/*position:absolute;*/
	position:fixed;
	top:0;
	overflow:auto;
	height:100vh;
	z-index:999999;
}

header nav.w1000{
	height:100vh;
}

header nav ul{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 15vw;
    height: auto;
    overflow-y: auto;
}

header nav > ul > li{
	margin-top: 1em;
    margin-bottom: 1em;
    font-size: 5vw;
    font-weight: bold;
}

header nav > ul > li:before{
	color:#ffffff;
	content:"■";
	margin-left:-1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

nav >ul > li:after{
	display:none;
}

header nav > ul > li{
	margin-left: 1em;
	
	float: none;
    text-align:left;
    margin-right:auto;
    font-weight:normal;
    position:static;
	width: 90%;
}

header nav > ul > .wrap1 > a:after{
	color:#ffffff;
}

header nav ul .child{
	display:none;
	margin-top:0;
	
    position: static;
    background-color:inherit;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
    min-width:inherit;
    width: 100%;
}

header nav ul .child li{
	margin-top:1em;
	margin-bottom:1em;
	
	border-bottom:none;
}

nav >ul > li > a{
	color:#ffffff;
}

header nav .child a{
	color:#ffffff;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    display: block;
}
/*-------------------------------
ヘッダー
--------------------------------*/

/*-------------------------------
コンテンツ
--------------------------------*/

/*-------------------------------
フッター
--------------------------------*/
footer {
    padding-top: 35px;
    padding-bottom: 35vw;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

footer h2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

footer ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

footer ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 4vw;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}

#page-top img {
    width: 25vw;
}

/******************************************************
トップページ
*******************************************************/
#home .top_img{
    height: 60vh;
}
#home .bx-wrapper{
    height: 30vh;
}
#home .bx-viewport{
    height: 30vh;
}
#home .top_img h1{
	position: absolute;
    left: 5%;
    right: 0;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 5%;
}

#home .top_img h1 img{
	width: 35%;
    height: auto;
    object-fit: unset;
}
#home .top_img img{
	display: block;
    height: 30vh;
    object-fit: cover;
}
#home .top_img .slide-txt{
	writing-mode: unset;
    right: 0;
    top: 25%;
}
#home .top_img .slide-txt h2{
    height: auto;
}
#home .top_img .slide-txt p{
    display: none;
}
#home .top_img .slide-txt .to_shop{
	margin-right: 0px;
	padding: 15px;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: auto;
	display: block;
}

#home .top_img .topics{
	position: static;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 20px;
	background-color: #400000;
}

#home .top_img .topics h2{
	display: block;
    font-size: 5vw;
}

#home .top_img .topics h2:after{
	display:none;
}

#home .top_img .topics #ticker-roll {
    width: calc(100% - 20px);
	margin-top: 10px;
    margin-bottom: 5px;
}

#home .top_img .topics ul{
	display:block;
	font-size:4vw;
}
#home .top_img .topics span {
    color: #ffffff;
    display: block;
}
#home .top_img .topics a{
	color:#ffffff;
}

#home .top_img .topics .itiran{
	margin-top: 10px;
    font-size: 4vw;
    padding: 2% 5%;
}

#home .main{
	padding-top:0;
}

#home .main h2{
	font-size: 5.3vw;
    letter-spacing: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

#home .main p{
	font-size:4.5vw;
}

#home .main #wrap1{
	padding-top: 25px;
    padding-bottom: 25px;
}

#home .main .wrap1_1{
	
}

#home .main .wrap1_1 .img1{
	float: none;
    display: block;
    width: 100%;
}

#home .main .wrap1_1 .img2{
	float: none;
    display: block;
    width: 100%;
    margin-top: 35px;
}

#home .main .wrap1_1 .bun{
	float: none;
    display: block;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
	margin-left: auto;
    margin-right: auto;
}

#home .main .wrap1_1 .bun2{
	float: none;
    display: block;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
	margin-left: auto;
    margin-right: auto;
}

#home .main .wrap1_1 .img3{
	float: none;
    display: block;
    width: 100%;
	margin-top: 35px;
}

#home .main .wrap1_1 .img4{
	float: none;
    display: block;
    width: 80%;
    margin-top: 35px;
}

#home .main .wrap1_2{
	
}

#home .main .wrap1_2 .bun{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#home .main .wrap1_2 .bun p{
	text-align:justify;
}

#home .main .wrap1_2 .p_list .list_wrap {
    width: 46%;
    margin: 2%;
}

#home .main .wrap1_2 .p_list .img {
    height: auto;
}

#home .main .wrap1_2 .p_list dl {
    margin-top: initial;
}

#home .main .wrap1_2 .p_list dl dt {
    font-size: 5vw;
    margin-bottom: 10px;
}

#home .main .wrap1_2 .p_list dl dt.kuri:after {
    width: 1em;
	margin-left: 0.1em;
}

#home .main .wrap1_2 .chusyaku p {
    text-align: right;
    font-size: 3.5vw;
    text-align: left;
}

#home .main .wrap1_2 .product{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
    margin-bottom: 25px;
}

#home .main .wrap1_2 .product li{
	float: left;
    width: 48%;
    margin: 1%;
}

#home .main .wrap1_2 .product li:nth-of-type(2n+1){
	display:block;
	clear:both;
}

#home .main .wrap1_2 .product li a:before{
	width: 30vw;
    height: 35vw;
}

#home .main .wrap1_2 .product li:nth-of-type(1) a:before{
	transform: rotate(-40deg);
	top:15px;
}

#home .main .wrap1_2 .product li:nth-of-type(1) a:hover:before{
    transform: translateX(-8vw) rotate(-40deg);
}

#home .main .wrap1_2 .product li:nth-of-type(2) a:before{
	top:15px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:0;
	transform:scale(-1, 1) rotate(-40deg);
}

#home .main .wrap1_2 .product li:nth-of-type(2) a:hover:before{
    transform: translateX(8vw) scale(-1, 1) rotate(-40deg);
}

#home .main .wrap1_2 .product li:nth-of-type(3) a:before{
	top:15px;
	left:0;
	right:0;
	margin-left:0;
	margin-right:auto;
	transform: scale(1, 1) rotate(-40deg);
}

#home .main .wrap1_2 .product li:nth-of-type(3) a:hover:before{
    transform: translateX(-8vw) rotate(-40deg);
}

#home .main .wrap1_2 .product li:nth-of-type(4) a:before{
	transform: rotate(-40deg) scale(-1, 1);
	top:15px;
	right:0;
}

#home .main .wrap1_2 .product li:nth-of-type(4) a:hover:before{
    transform: translateX(8vw) scale(-1, 1) rotate(-40deg);
}

#home .main .wrap1_2 .btn_wrap{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#home .main .wrap1_2 .btn_wrap .btn{
	width: 100%;
    margin: 1%;
    font-size: 5vw;
    letter-spacing: normal;
	margin-bottom: 10px;
    margin-top: 10px;
}

#home .main .wrap1_2 .btn_wrap .btn span{
	padding: 3%;
}

/***栗王子の部屋***/
#home .main #wrap2{
	position: relative;
    padding-top: 0;
    padding-bottom: 0;
	overflow:hidden
}

#home .main #wrap2 h2{
	position: relative;
    z-index: 1;
    margin-bottom: 35px;
	padding: 3% 0%;
}

#home .main #wrap2 h2:before {
    width: 150%;
    height: 160%;
    top: -30%;
    left: -25%;
}

#home .main #wrap2 .wrap2_1{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

#home .main #wrap2 span{
	display:inline-block;
	vertical-align:middle;
}

#home .main #wrap2 .ic1_1{
	position: absolute;
    /*bottom: 0;*/
	bottom: -10vw;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#home .main #wrap2 .ic1_2{
	position: absolute;
    top: auto;
    width: 190%;
    left: -48%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    bottom: 0;
}

#home .main #wrap2 span.kuriouji2{
	width: 25%;
    position: absolute;
    bottom: 0;
}

#home .main #wrap2 span.kuriouji2:hover:before{
	content: "";
    background-image: url(../img/kuriouji2_fukidashi.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -100px;
    width: 150px;
    height: 150px;
    left: -70px;
}

#home .main #wrap2 .bun{
	display: block;
    vertical-align: middle;
    margin-bottom: 55px;
}

#home .main #wrap2 span.km-img1{
	width: 45%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

/***店舗について***/
#home .main #wrap3{
	padding-top: 55px;
    padding-bottom: 55px;
    background-position: left;
}

#home .main #wrap3 .wrap3_1{
	width:90%;
	margin-left:auto;
	margin-right:auto
}

#home .main #wrap3 .wrap3_1 iframe{
	margin-top: 15px;
    margin-bottom: 15px;
}

#home .main #wrap3 .wrap3_1 .wrap3_1_1{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#home .main #wrap3 .wrap3_1 table{
	font-size: 5vw;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5em;
	float:none;
	width:100%;
}

#home .main #wrap3 .wrap3_1 table tr{
	display:block;
	margin-bottom:15px;
}

#home .main #wrap3 .wrap3_1 table th{
	display:block;
	width:100%;
	padding:0;
}

#home .main #wrap3 .wrap3_1 table td{
	display:block;
	width:100%;
	padding:0;
}

#home .main #wrap3 .wrap3_1 .bun{
	margin-top: 15px;
    margin-bottom: 15px;
	float:none;
	width:100%;
}

#home .main #wrap3 .wrap3_1 .img img{
	width: 48%;
    margin: 1%;
    display: inline-block;
}

/******************************************************
サブページ
*******************************************************/