@charset "utf-8";
@font-face{
	font-family: "MyFont-Rosewood Std Fill";
	src: url("../fonts/RosewoodStd-Fill.otf") format("opentype");
}

.jikken{
	width: 375px;
	background: rgba(255,138,140,1.00);
	bottom: 45px;
}
.jikken2{
	width: 390px;
	background: rgba(255,255,138,1.00);
	bottom: 30px;
}
.jikken3{
	width: 428px;
	background: rgba(135,255,135,1.00);
	bottom: 15px;
}
.jikken4{
	width: 600px;
	background: rgba(130,130,255,1.00);
	bottom: 0;
}
.jikken,.jikken2,.jikken3,.jikken4{
	font-size: 10px;
	height: 15px;
	margin: 0 auto;
	position: fixed;
}

body{
	scroll-behavior: smooth;
	font-family:"ヒラギノ明朝 Pro",serif;
	line-height:1.5;
}

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

a{
	text-decoration:none;
	transition:all 0.3s;
}

li{
	list-style-type:none;
}

.bg{
	width: 200%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: -50%;
	z-index: -10;
	background-image: url("../images/bg---.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}

body{
	min-width: 375px;
	max-width: 600px;
	height: 900px;
	margin: 0 auto;
}

.logo_top{
	width: 80%;
	margin: 10% auto 0 auto;
	text-align: center;
}
.logo_img{
	display: block;
	width: 60%;
	height: 150px;
	margin: 0 auto;
	background-image: url("../images/logo_purple.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
}


.logo_top p:nth-child(2){
	font-size: 16px;
	font-weight: lighter;
}

.logo_top h1{
	font-size: 32px;
	font-family: MyFont-Rosewood Std Fill;
}
.logo_top img{
	max-width: 200px;
}

.shopping_cart{
	position: fixed;
	top: 5px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-image: url("../images/shopping_cart_black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	z-index: 15;
}
.shopping_cart:hover,
header a:hover,
.menu-btn:hover{
	transition: all 0.2;
	opacity: 0.3;
}
header{
	height: auto;
	font-family: MyFont-Rosewood Std Fill;
	padding: 25px 0 0 0;
	margin: 0 auto;
	font-size: 16px;
}
header p{
	display: block;
	width: 100%;
	max-width: 600px;
	position: fixed;
	top: 0;
	padding: 25px 0 0 0;
	margin: 0 auto;
	text-align: center;
    transition: .5s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
	z-index: 10000;
}
header a{color: #000;}
header a:visited{color: #000;}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ハンバーガーメニュー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#jstest,#jstest2,#jstest3{
    transition: .5s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
}
.hamburger-menu{
	text-indent: 15px;
}
.menu-btn {
    position: fixed;
    top: 5px;
    left: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 80%;/*右の空間の幅設定*/
	height: 100%;
	position: fixed;
	top: 0;
	right: 100%;/*rightの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: rgba(255,255,255,0.95);
	transition: all 0.4s;
}
.menu-content-ul {
	padding: 70px 10px 0;
}
.menu-content-ul li {
    border-bottom: solid 1px #555;
    list-style: none;
	white-space: nowrap;
}
.menu-content-ul li a{
    display: block;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
/*下三角の設定*/
.menu-content-ul li label{
	display: block;
	float: right;
	width: 60px;
	height: 45px;
    position: relative;
    left: 0px;top: -45px;
}
.menu-content-ul li label span{
	display: block;
    width: 10px;
	height: 10px;
    border-right: solid 2px #555;
    border-bottom: solid 2px #555;
    transform: rotate(45deg);
	position: relative;
	top: 13px;
	left: 15px;
}

.menu-content-ul li a:hover,
.menu-content-ul li label,
.menu-content-ul li label span{
	transition: .1s;
	color: #999;
}
/*サブメニュー位置調整等*/
.sub-content1,.sub-content2,.sub-content3{
	display: none;
	text-indent: 20px;
    transition: 0.2s;}
.sub-content li{
	border: none;
	padding: 3px 0 3px 0;}
.sub-content li a{padding: 0;}
.sub-content li:first-child{margin-top: -10px;}
/*チェックドシリーズ*/
#menu-btn-check0:checked ~ .menu-content {right: 20%;}
#sub-btn-check1:checked ~ .sub-content1{display: block;}
#sub-btn-check2:checked ~ .sub-content2{display: block;}
#sub-btn-check3:checked ~ .sub-content3{display: block;}
#sub-btn-check1:checked ~ label span{transform: rotate(-135deg);top: 20px;}
#sub-btn-check2:checked ~ label span{transform: rotate(-135deg);top: 20px;}
#sub-btn-check3:checked ~ label span{transform: rotate(-135deg);top: 20px;}
/*メニューオープン時に暗くする*/
.dark{display: none;position: fixed;top: -300px;width: 200%;height: 200%;background: rgba(0,0,0,0.50);z-index: 79;}
#menu-btn-check0:checked ~ .darklabel .dark{display: block;}
/*ノータッチ推奨（ハンバーガーボタンの設定）*/
.menu-btn span,.menu-btn span:before,.menu-btn span:after{
    content: '';
    display: block;
    height: 2px;width: 25px;
    background-color: #000000;
    position: absolute;}
.menu-btn span:before {bottom:8px;}
.menu-btn span:after {top: 8px;}
#menu-btn-check0:checked ~ .menu-btn span {background-color: rgba(255, 255, 255, 0);}
#menu-btn-check0:checked ~ .menu-btn span::before {bottom: 0;transform: rotate(45deg);}
#menu-btn-check0:checked ~ .menu-btn span::after {top: 0;transform: rotate(-45deg);}
#menu-btn-check0,#sub-btn-check1,#sub-btn-check2,#sub-btn-check3 {display: none;}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ハンバーガーメニュー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓BAEL PHOTO BOARD↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓テキスト↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.photo_board_text{
	width: 290px;
	margin: 40px auto 0 auto;
}

.photo_board_text1{
	margin: -55px 0 0 0;
	font-size: 32px;
	line-height: 55px;
	font-family:"ヒラギノ明朝 Pro";
	font-weight: lighter;
	text-align-last: justify;       /* Chrome・Firefox用 */
	text-justify: inter-ideograph;  /* IE・Edge用 */
}

.photo_board_text1::before{
	content: "";
	position: relative;
	top: 110px;
	display: block;
	width: 290px;
	height: 55px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.photo_board_text2{
	font-size: 15px;
	line-height: 28px;
	width: 95%;
	margin: 10px auto 0 auto;
	font-weight: lighter;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑テキスト↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

.bael_photo_board{
	width: 100%;
	max-height: 754px;
	margin-top: 15%;
	color: #fff;
	text-align: center;
	background-image: url("../images/top-photo_board.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.bael_photo_board a,.bael_photo_board a:visited{color: #fff;}

.bael_photo_board h2{
	font-size: 30px;
	font-family: MyFont-Rosewood Std Fill;
	padding-top: 5%;
}
.bael_photo_board h3{
	width: 180px;
	margin: -10px auto 20px auto;
	border-bottom: 1px solid rgba(255,255,255,1.00);
}
.bael_photo_board h4{
	width: 45%;
	height: 250px;
	margin: 0 auto 0 auto;
	background-image: url("../images/handmade-soul_white.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.bael_photo_board .shop_btn{
	display: block;
	width: 30%;
	height: 35px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-image: url("../images/shop_btn.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 10px;
}

.bael_photo_board li{
	font-family: MyFont-Rosewood Std Fill;
	font-size: 18px;
	line-height: 20px;
}

.bael_photo_board ul li span{
	font-family:"ヒラギノ明朝 Pro";
	font-size: 10px;
	line-height: 18px;
	margin-left: 5px;
}
.bael_photo_board li:hover{
	transition: 0.2s;
	filter: brightness(70%);
}

@media only screen and (min-width: 101px){.bael_photo_board_thumbnail{display: none;}}
@media only screen and (max-width: 100px){.bael_photo_board_thumbnail{display: block;}.bael_photo_board{display: none;}}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑BAEL PHOTO BOARD↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓topics↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.news{
	height: auto;
	margin:30px auto 0px auto;
	padding: 0 5% 0px 5%;
}

.news h2{
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
}

.news ul{
	list-style-type:none;
	padding-left:0;
}

.news ul li{
	padding:15px 0 15px 130px;
	border-bottom:1px dashed #000;
	text-indent:-120px;
}
/*.news ul li:last-child{
	border: none;
}*/

.news ul li time{
	display:inline-block;
	width:120px;
	font-weight:bold;
	text-indent:0;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑topics↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓WOOD BOARD↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓テキスト↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*.wood_board_text1{
	white-space: nowrap;
}
.wood_board_text1 span{
	text-align: left;
	background: rgba(172,137,138,1.00);
}*/
.wood_board_text{
	margin: 40px auto 40px auto;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑テキスト↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
.wood_photo_board{
	width: 100%;
	max-height: 754px;
	color: #fff;
	text-align: center;
	background-image: url("../images/top-wood_board.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.wood_photo_board h2{
	padding-top: 83%;
	font-size: 30px;
	line-height: 32px;
	font-family: MyFont-Rosewood Std Fill;
	text-indent: 100px;
}

.wood_photo_board .shop_btn{
	display: block;
	width: 30%;
	height: 40px;
	margin: 0 auto 0px auto;
	padding: 10px 0 10px 0;
	background-image: url("../images/shop_btn.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 10px;
}

.wood_photo_board h2 .reversible{
	font-size: 10px;
	/*font-family: りょう Display PlusN;*/
	font-family:"ヒラギノ明朝 Pro";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 0 3px 0;
	position: relative;
	top: -6.5px;
}


.wood_photo_board h2 .reversible_left,.wood_photo_board h2 .reversible_right{
	font-size: 18.5px;
	position: relative;
	top: -3px;
	font-weight: lighter;
}
.wood_photo_board h2 .reversible_left{	left: 2px;}
.wood_photo_board h2 .reversible_right{	left: -2px;}

.wood_photo_board .wood_board_size{
	display: block;
	font-family:"ヒラギノ明朝 Pro";
	font-size: 11.25px;
	line-height: 18px;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑WOOD BOARD↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓How to use↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓テキスト↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.How_to_use_text1 span{
	display: block;
	margin-top: 10px;
	font-size: 14.5px;
	line-height: 31px;
	white-space: nowrap;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑テキスト↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

.How_to_use_img{
	width: 290px;
	margin: 0 auto;
}
.How_to_use_img p img:nth-child(2){
	padding-left: 30px;
}
.How_to_use_img p{
	padding-top: 15px;
}

.DAREDEMO{
}
.DAREDEMO h2{
	font-size: 32px;
	line-height: 45px;
	height: 135px;
	margin: 30px auto 20px auto;
	text-align: center;
	font-weight: lighter;
	background-image: url("../images/kakko.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 80%;
}
.DAREDEMO p{
	width: 350px;
	margin: 0 auto 20px auto;
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑How to use↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓テクスチャー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.texture{
	width: 290px;
	margin: 0 auto 0 auto;
}
.texture h2{
	width: 220px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 50px auto;
	padding: 2px 0 2px 0;
	font-weight: lighter;
}
.texture_img p img:nth-child(2),.texture_img p span:nth-child(2){
	padding-left: 30px;
}
.texture span{
	display: inline-block;
	width: 130px;
	text-align: center;
}
.texture_img p:nth-child(2),.texture_img p:nth-child(4){
	padding-bottom: 10px;
}
.shop_btn_texture{
	display: block;
	width: 30%;
	margin: 30px auto 0 auto;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑テクスチャー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ギャラリー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.gallery h2{
	width: 240px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 150px auto 30px auto;
	padding: 2px 0 2px 0;
	font-weight: lighter;
}
.gallery div{
	margin: 0 auto;
}
.gallery p img{vertical-align: middle;}
.gallery p img:nth-child(even){float: right; display: block;}

.gallery_logo_p{
	width: 25%;
	height: 30px;
	margin: 0 auto;
}
.gallery_logo{
	display: block;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 365%;
    z-index: 9999;
}
.gallery .shop_btn{
	display: block;
	width: 30%;
	margin: 50px auto 10PX auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ギャラリー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓Handmade Soul  ~  footer↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.last_Handmade-Soul{
	text-align: center;
}
.last_Handmade-Soul img{
	margin-top: 30px;
}
.last_Handmade-Soul h2{
	font-size: 12px;
}



.banner div{
	width: 96%;
	height: 100px;
	margin: 30px auto 0px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.banner div p{
	vertical-align: middle;
	display: inline-block;
	width: 48%;
	height: 85px;
	font-size: 8px;
	text-align: center;
	padding-top: 15px;
}
.banner div p a img{
	display: block;
	width: 110px;
	margin: 0 auto;
}
.banner div p:nth-child(2){
	border-left:  1px solid #000;
	padding-top: 30px;
	height: 70px;
}
.banner div p span{
	font-size: 25px;
}

.banner a,.banner a:visited{color: #000;}






footer{
	padding:50px 0 30px 0;
}
footer img{
	padding: 0px 1% 0 1%;
}

footer a:first-child img{padding-left: 5%;}
footer a:last-child img{padding-right: 5%;}

footer .logo_img{
	display: block;
	width: 70px;
	height: 70px;
	float: left;
}
.footer_logo{
	width: 250px;
	margin: 0 auto;
}
.footer_logo div{
	width: 180px;
	float: left;
	margin-top: 20px;
}
footer h2,footer h3{
	text-align: center;
	font-weight: lighter;
}
footer h2{
	font-size: 8px;
}
footer h3{
	font-size: 18px;
	font-family: MyFont-Rosewood Std Fill;
	margin-bottom: 10px;
}

.banner p a:hover,
.banner p a img:hover,
footer img:hover{
	transition: 0.2s;
	opacity: 0.5;
}


.copyright{
	clear: both;
	display: block;
	color: #000;
	height: 40px;
	font-size: 10px;
	text-align: center;
	line-height: 40px;
}
.shop_btn{
	filter: drop-shadow(0px 1px 1px #000);
}
.shop_btn:hover,
.shop_btn_ichiran:hover{
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.30)) brightness(130%);
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑Handmade Soul  ~  footer↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓コピペ用↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑コピペ用↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


.hide{
	transform: translateY(-100%); /* 上に消えるようにする */
}