@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style:normal;
	font-weight: 400;
	src:
	local("Noto Sans CJK JP"),	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
	
}
html{
	font-size:62.5%;
}

body{
	background-color: #fffaf6;
	color: #333333;
	font-family:'YuGothic', 'Oswald', sans-serif;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	line-height: 1.8em;
}
img{
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a{
	color: #fff;
	text-decoration: none;
}
p{
	font-family:'YuGothic', sans-serif;
}

/*body*/

.wrapper{
	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
}
.text-center{
	text-align: center;
}
.flexbox{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.section-title{
	color: #605c67;
	font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.060em;
	margin-bottom: 60px;
}
.section-title_2{
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.050em;
	padding-top: 20px;
	padding-bottom: 30px;
}
.section-box{
	margin-bottom: 180px;
}
.section-box:last-of-type{
	margin-bottom: 240px;
}
.link_text{
	color: #fff;
	text-align: center;
}
.fa-instagram{
	font-size: 150%;
}
.fa-sticky-note{
	font-size: 150%;
	transform:rotate(180deg);
}
/*---------SP⇔PC-------------*/
		.sp{
			display: none;
		}
/*--------header--------*/
.inner{
	display: inline-block;
	display: flex;
	background-color: #efac2d;
	margin: 0 auto;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;

}
.navigation{
	display: flex;
	margin: 0 0 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.flexbox.nav_flex{
	margin: 0 60px 0 auto;
	text-align: right;
}
.nav_pic{
	height: 66.7%;
	margin: 0 auto;
	margin-left: 50px;
	margin-top: 10px;
	border-radius: 50%;
}
.nav_title{
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding-right: 40px;
}
.nav_title:hover{
	transition: .3s;
	color:rgba(255,255,255,0.7);
}
/*--------TOP--------*/
.top_area{
	margin-top:200px ;
}
.top_box{
	max-height: 250px;
}
.top_box:nth-of-type(1){
	width: 45%;
	box-sizing: border-box;
	text-align: center;
}
.top_box:nth-of-type(2){
	width: 55%;
	text-align: center;
	box-sizing: border-box;
}
.top_box img{
	height: 70%;
	margin-left: 20%;
	object-fit: cover;
}
.top_box p{
	width: 80%;
	margin-left: 5%;
	margin-right: 40%;
	padding: 15px 10px 20px;
}
.top_box p:nth-of-type(2){
	padding: 0;
}
/*--------ABOUT--------*/
.wrapper.section-box.about{
	max-width: 900px;
}
.about_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_listcontent{
	background-color: #efac2d;
	color: #FFFFFF;
	width: 230px;
	height: 450px;
	margin-right: auto;
	border-radius: 10px;
	padding: 0 20px;
}
.about_listcontent:nth-of-type(2n){
	background-color: #42bedb;
}
.about_listcontent:last-of-type{
	margin-right: inherit;
}
	.about-animetion{
	 opacity : 0;
	 transform : translate(0, 45px);
	 transition : all 300ms;
	}

	.about-animetion.effect-scroll{
	 opacity : 1;
	 transform : translate(0, 0);
	}
	.about-animetion.effect-scroll:nth-of-type(2) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}
	.about-animetion.effect-scroll:nth-of-type(3) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
.about_list_illust img{
	object-fit: cover; 
	height: auto;
	margin-left: auto;
	position: relative;
	}
 /*pic 位置調整*/
	.about_list_illust.illust_study img{
		width: 100%;
		left:5px;
	}
	.about_list_illust.illust_note img{
		width: 160%;
		right:50px;
		bottom:10px;
	}
	.about_list_illust.illust_pic img{
		width: 150%;
		right: 30px;
		bottom: 15px;
	}
.about_list_illust{
	margin-top: 30px;
	background-color: #fff;
    width:  150px;       
    height: 150px;       
    border-radius: 50%; 
	margin-left: auto;
	margin-right: auto;
 }
.leading_text{
	padding-top:50px;
}

.down{
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
/*---------Products----------*/
.flexbox.products{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
.flexbox.products li{
	width: 33%;
	margin-right: 10%;
	margin-bottom: 30px;
}
.flexbox.products li:nth-of-type(2n){
	margin-right: 0;
}
.flexbox.products li img{
	width: 100%;
	border: 2px solid #e2dddc;
	border-radius: 10px;
	box-shadow: 3.5px 5px 0px 0 rgba(52,159,185,.5);
}
.flexbox.products li:nth-child(1) img{
	box-shadow: 3.5px 5px 0px 0 rgba(239,172,45,.6);
}
.flexbox.products li:nth-child(4) img{
	box-shadow: 3.5px 5px 0px 0 rgba(239,172,45,.6);
}
.flexbox.products li img:hover{
	transition: .3s;
	transform: scale(0.95,0.95);
}
.title-products{
	position: relative;
	padding: 20px 0px 0px 30px;
	color: #605c67;
}
.title-products::after{
	position: absolute;
	content: "";
	top: 33%;
	left: 5%;
	border-left: 8px solid #7d7d7d;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
}
#products dl{
	flex-wrap: wrap;
	justify-content: center;
}
#products dl div{
	width: 25%;
	padding: 0 10px;
	height: 100%;
	margin: 0 10px 50px;
	border-radius: 10px;
	box-sizing: border-box;
}
#products dl dt{
	background-color: #42bedb;
	color: #fff;
	display: inline-block;
	min-width: 70px;
	text-align: center;
	padding: 2px 8px;
	margin-bottom: 10px;
	border-radius: 10px;
}
#products dl dd{
	padding-left: 30px;
}
/*--------GALLERY--------*/
/*！.instagramは関連付けのみ*/
.link_text.instagram{
	position: relative;
	top: 5px;
}
.fa-instagram.instagram{
	font-size: 150%;
	text-align: center;
	padding:inherit;
	margin-left: 10px;
	position: relative;
	top: 5px;
	color: #fff;
}
.flexbox.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.gallery_pic:hover{
  filter: opacity(70%);
  cursor: pointer;
}
.gallery_pic{
	width: 250px;
	height: 250px;
    border: 6px solid #605c67;
	object-fit: cover;	
}
.gallery_list{
	margin-right: 25px;
	margin-bottom: 25px;
}
.gallery_list:nth-of-type(3n){
	margin-right: inherit;
}
/*--------CONTACT--------*/
.link_btn{
	background-color: #fff;
	color: #fff;
	font-size: 1.6rem;
	font-family:'DM sans', sans-serif;
	width: 100px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	border: 1.5px solid transparent;
}
.link_btn.sending{
	background-color: #efac2d;
	padding: 10px;
}
.link_btn.sending .send{
	border:none;
	background-color: transparent;
	font-size: 1.8rem;
	margin: 0 auto;
	color: #fff;
}
.link_btn.sending.back{
	background-color: #42bedb;
}
/*hover*/
.link_btn.sending:hover{
	transition: .2s;
	background-color: #fff;
	border: 1.5px solid #efac2d;
}
.link_btn.sending:hover .send{
	color: #efac2d;
}
.link_btn.sending.back:hover{
	border: 1.5px solid #42bedb;
}
.link_btn.sending.back:hover .send{
	color: #42bedb;
}
.link_btn:hover a{
	color: #efac2d;
}
.contact_text{
	margin-bottom: 60px;
}
/*form*/
form label {
    display: block;
    margin-bottom: 5px;
	text-align: left;
}

.formbox{
	width: 100%;
	height: 40px;
	padding: 10px;
	margin: 0;
	border:none;
	background-color: #e2dddc;
	border-radius: 5px;
	display: block;
	font-size: 1.4rem;
	 -webkit-appearance: none;
	box-sizing: border-box;
}
.formdiv1{
	width: 45%;
}
.formdiv2{
	width: 48%;
}
.form_comment{
	resize: none;
	height: 150px;
}
.form_area{
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 60px;
	padding: 0 10px;
	margin: 0 auto 50px;
	max-width:980px ;
}
.formbox_1{
	margin-bottom: 20px;
}
/*--------footer-------*/

.footer{
	background-color: #7d7d7d;
	color: #fff;
	font-family:'DM sans', sans-serif;
	height: auto;
	bottom: 0;
}
.font_oswald{
	font-family:'Oswald',sans-serif;
}
.footer_content{
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.2rem;
	position:relative;
	height: 100%;
}
/*========================================
/products/?????.html
==========================================*/
.product-detail{
	padding: 150px 10px;
}
.detailbox:nth-of-type(1){
	width: 58%;
}
.detailbox:nth-of-type(3){
	width: 42%;
}
.detailbox.sp{
	display: none;
}
.detailbox img{
	width: 95%;
	object-fit: cover;
}
.detailbox img:hover{
	transition: .2s;
	transform: scale(0.98,0.98);
	opacity: .7;
	background-color: #333333;
}
.detailbox.text dl{
	padding-top: 20px;
}
.detailbox.text dt{
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #fff;
	background-color: #42bedb;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 10px;
}
.detailbox.text dd{
	margin-bottom: 40px;
	padding-left: 5px;
}
.detail-comment{
	font-size: 1.2rem;
}
.detail-comment a{
	color:  #333333;
	text-decoration: underline;
}
.link_btn.products{
	position: relative;
	padding: 10px 15px 5px 10px;
	background-color:  #efac2d;
	border: 1.5px solid transparent;
}
.link_btn.products div{
	position: absolute;
	display: inline-block;
	right: 10%;
}
.link_btn.products:hover{
	background-color: #fff;
	border: 1.5px solid #efac2d;
}
.link_btn:hover.products div{
	color: #efac2d;
}
/*-------------中途半端なサイズのとき---------------*/
@media screen and (max-width: 940px){
	
	/*about*/
	.about_list{
		flex-wrap: nowrap;
	}
	/*gallery*/
	.gallery_list:nth-of-type(3n){
	margin-right: 25px;
	}	
}

/*-----------SPsize------------*/
@media screen and (max-width: 640px) {


	.pc{
		display: none;
	}
	.wrapper{
		box-sizing: border-box;
		width: 100%;
		padding:0;
		padding-right: 5%;
		padding-left: 5%;
	}
	.section-box{
	margin-bottom: 120px;
	}
	.section-box:last-of-type{
		margin-top:100px ;
		margin-bottom: 140px;
	}
	/*-----nav-------*/
	.nav_pic{
		margin-left: 20px;
	}
	.flexbox{
		flex-wrap: wrap;
		flex-direction: column;
	}
	/*----header----*/
	.header{
		height: 50px;
		margin-bottom: 0;
	}
	.flexbox.top{
		flex-wrap: wrap;
	}
	.top_box img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.top_box{
		margin: 0 auto;
	}
	/*---ABOUT---*/
	.about_list{
		flex-direction: column;
	}
	.about_listcontent{
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.about_listcontent:last-of-type{
       margin-right: auto;
		margin-bottom: 0;
	}
	/*---GALLERY---*/
	.gallery_list{
		margin-right: inherit;
	}
	.gallery_list:nth-of-type(3n){
	margin-right: 0;
	}
	.footer_comment{
		min-width: 1px;
	}
	/*---products---*/
	.flexbox.products li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	#products dl div{
		width: 100%;
	}
	/*---CONTACT---*/
	/*form*/
	.form_area{
		margin: 0;
		margin-bottom: 60px;
	}
	form textarea, form input[type=text], form input[type=email]{
		margin-bottom: 20px;
		width: 100%;
	}
	.formdiv1{
		width: 100%;
	}
	.formdiv2{
		width: 100%;
	}
	.formbox_1{
		margin-bottom: 0;
	}
	.link_btn.sending.back{
		margin-bottom: 20px;
	}
	/*---footer---*/
	.share{
   		float: none;
   		position: inherit;
    	bottom: 0;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.share_item{
		padding-right: 0px;
		padding-right: 20px;
		
	}
	.footer_content{
		height: 100%;
	}
	
	.share_item:last-of-type{
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
	}
	.footer_comment{
		padding-bottom: 25px;
	}
	/*========================================
	/products/?????.html
	==========================================*/
	.detailbox.pc{
		display: none;
	}
	.product-detail{
		padding-top: 100px;
		margin-bottom: 50px;
	}
	.detailbox::-webkit-scrollbar{
		width: 7px;
	}
	.detailbox::-webkit-scrollbar-track{
		background-color: #7d7d7d;
	}
	.detailbox::-webkit-scrollbar-thumb{
		background-color: #42bedb;
	}
	.detailbox:nth-of-type(2){
		display: inherit;
		width: 100%;
		height: 200px;
		overflow: auto;
		margin-bottom: 100px;
	}
	.detailbox:nth-of-type(3){
		width: 100%;
	}
}
	















