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

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@400;600&display=swap');

/*
font-family: 'EB Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;

*/

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}

#by {
	font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 1px;
	width: 100%;
	min-width: 900px;
}


#top_visual{
	position: relative;
}

.topimg {
    display: flex;
	position: relative;
}
.topimg img{
    width: calc(100% / 4);
    margin: 0;
    box-sizing: border-box;   
}
.topimg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2)
}

#top_visual .ttl{
	width: 32%;
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translate(0,-50%);
	z-index: 10
	
}

@media screen and (max-width:768px){
	#by {
    max-width: 100%;
    min-width: 100%;
	overflow: hidden;
		
    }
	#top_visual .topimg {
	display: flex;
	flex-wrap: wrap;
		
   }
   #top_visual .topimg img{
	width: calc(100% / 2);
	margin: 0;
	box-sizing: border-box;
	
    }
	#top_visual .ttl {
    position: absolute;
    margin: 0;
    left: 5%;
		top: auto;
		bottom: 5%;
	width: 60%;
    }

}

section{
	margin: 0 auto 0;
	padding: 5% 0;
	
}

#by .bg01{
	background: #e9eff1;
}

#by .bg02{
	background: #f7f1eb;

}

#by .bg03{
	background: #e9eff1;
}

#by .bg04{
	background: #f7f1eb;
}

section .item01{
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
	margin: 0 auto;
	width: 900px;
	
}

section .no {
    position: absolute;
    width: 8%;
    top: 4%;
    left: 0%;
}
section .no2 {
	position: absolute;
    width: 12%;
    top: -3%;
	left: 0%;
}

section .main_item{
	width: 90%;
	position: relative;
	z-index: 10

	
}

section .item_name{
	width: 70%;
	margin: 15% 5%;
}

section .item_ttl{
	font-size: 18px;
	font-weight: 600;
	 margin:10px 0 20px 0;
	
}

section .item_ttl span{
	font-size: 16px;
	
	
}

section .item_txt{
	font-size: 12px;
	margin: 10px 0 50px;
	
	
}

section .buy{
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	border-bottom: 1px solid #000;
    display: inline-block;
	
}



@media screen and (max-width:768px){
	#by .bg01{
	background: #e9eff1;
	width: 100%;
	height: auto;
	
}
	#by .bg02{
	background: #f7f1eb;
	width: 100%;
	height: auto;
}
	
	#by .bg02{
	background: #f7f1eb;
	width: 100%;
	height: auto;

}

#by .bg03{
	background: #e9eff1;
	width: 100%;
	height: auto;
}

#by .bg04{
	background: #f7f1eb;
	width: 100%;
	height: auto;
}
	section {
		padding: 15% 0;
	}
	section .item01{
	display: block;
	margin: 0 auto;
	width: 100%;
}
	section .no {
    width: 12%;
    top: 0%;
    left: 5%;
	
}
	section .no2 {
	position: absolute;
    width: 20%;
    top: 0%;
	left: 5%;
}
	
	section .main_item{
	width: 75%;
	margin: 0 auto;
	
}
	section .item_name {
    width: 80%;
    margin: 5% auto 5%;
}

	section .item_ttl{
	font-size: 14px;
	font-weight: 600;
	margin:10px 0 20px 0;
	
}
	section .item_ttl span{
	font-size: 12px;
	
	
}
	section .item_txt{
	font-size: 12px;
	margin: 10px 0 20px;
	
	
}
section .buy {
    font-size: 22px;
    font-family: 'EB Garamond', serif;
    border-bottom: none;
    display: block;
}
	section .buy a {
    border-bottom: 1px solid #000;
    margin: 0 auto;
    display: block;
    width: 20%;
	text-align: center;
   }
	
}


.item02{
	display: flex;
	margin: 5% auto;
	max-width: 1200px;
}

.item02 .review{
	display: inline-block;
	width: 40%;
	margin: 0 5%;
	font-size: 12px;
	border-top: 1px solid #000;
	
}

.item02 .review .review_txt1{
	margin: 20px auto;

}
.item02 .item_sub{
	width: 40%;
	margin-left: 5%;
}
.item02 .review .r_ttl{
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	
}

 .r_name{
	font-size: 15px; 
	font-weight: 600;
	 display: block;
	
}

.item02 .review .review_txt2{
	margin: 20px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
    padding: 30px 0 30px;
}

@media screen and (max-width:768px){
	.item02{
	display: block;
	width: 100%;
}
	.item02 .item_sub {
		width: 100%;
		margin: 0 auto;
	}
	.item02 .review{
	display: block;
	width: 80%;
	margin: 20% auto 15%;
	font-size: 12px;
	border-top: none;
	
}
	.item02 .review .review_txt1{
	margin: 20px auto;
    
}
	.item02 .review .r_ttl{
	text-align: center;
    display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px; 
	
	
}
	.item_sub{
		width: 100%;
		margin: 0 auto 20px;
	
	}
	
	.sp_only{
	display:none;
}
	
}

.item03{
	display: flex;
	position: relative;
	margin: 5% auto;
	max-width: 1200px;
}

.item03 .item03_txt{
	font-size: 12px;
	margin: 30px;
	
}

.item03 .styling {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-top: 30px;
}
.item03 .item03-1,.item03-2,.item03-3 {
/*	position: absolute;*/
}
.item03 .item03-1 {
    width: 40%;
    margin-top: -18%;
	margin-left: 5%
}
.item03 .item03-2 {
    margin: 5% 0 0 10%;
	width: 40%;
/*    right: 7%;*/
}
.item03 .item03-3 {
    width: 40%;
    left: 5%;
	position: absolute;
	bottom: 15%;
}

@media screen and (max-width:768px){
	.item03{
	display: block;
	
}
	.item03 .item03_txt{
	font-size: 12px;
	margin: 30px;
	
}
	.item03 .item03-1,.item03-2,.item03-3 {
	display: block;
	position: relative;
	margin: 0;
}
	.item03 .item03-1 {
    width: 70%;
    left: 20px;
    margin-top: 0;
}
	
.item03 .item03-2 {
 	width: 70%;
	margin-top: 20px;
    right: 0;
	left: 90px;
}
	
.item03 .item03-3 {
    width: 100%;
	left: 0;
    margin-top: 0;
	position: relative;

 
	
}
	.item03 .styling {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    border-bottom: 1px solid #000;
    display: block;
    width: 157px;
    margin-top: 30px;
	margin: 30px auto;
}
	
	}

.anim {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
