@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus {
  outline: none;
}

hr{
	margin: 0;
}

#fg_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1px;
	background: #e3e3e3;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#fg_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#fg_wrap li{
	list-style: none;
}
#fg_wrap a{
    text-decoration: none;
/*    color: #333333;*/
}
#fg_wrap a:hover{
    text-decoration: none;
}
#fg_wrap a:link{
    opacity: 1;
}

#fg_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}


/************************************************************
                main 
************************************************************/
#fg_head {
    max-width: 600px;
	width: 100%;
	margin: 0 auto;
    position: relative;
	background: #ffffff;
}

#fg_head .head_box{
    position: relative;
}

#fg_head .title_box{
    position: absolute;
	top: 0;
	right: 0;
}

#fg_head .sub_title{
	color: #ffffff;
    font-size: 15px;
    text-align: right;
    font-weight: 500;
	padding: 5% 0 2%;
}

#fg_head .title{
	text-align: right;
    font-weight: 500;
	padding: 0 0 5%;
}

#fg_head .title span{
    font-size: 23px;
	background: #ffffff;
	padding: 5px 10px;
	line-height: 2.3;
}

#fg_head .lead{
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    font-weight: 500;
    margin: 7% auto 0;
    letter-spacing: 2px;
    display: block;
}

/************************************************************
               contents
************************************************************/
#fg_contents{
	width: 90%;
    margin: 5% auto 10%;
}

.lineup_title{
	font-weight: 600;
	font-size: 25px;
	border-bottom: 1px solid #333333;
	padding-bottom: 2%;
	margin: 10% 0 0;
	font-family: "futura-pt", sans-serif;
}

.lineup_title::after{
    content: '';
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background-color: #333333;
}

#fg_contents .staff_box .fg_catebox{
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
	margin: 10% 0 0 0;
	font-size: 20px;
	text-align: left;
}

#fg_contents .staff_box .fg_catebox span{
	background: #e3e3e3;
	padding: 5px 5%;
}

#fg_contents .staff_box .fg_cate{
	background: #E3E3E3;
}

#fg_contents .staff_box .fg_cate hr{
	border: 1px solid #ffffff;
	margin: 0;
}

#fg_contents .staff_box .staff_container{
	display: flex;
	text-align: left;
	column-gap: 5%;
	justify-content: center;
	padding: 10px 0 15px;
}

#fg_contents .staff_box .staff_01{
	width: 32%;
	margin-top: 10px;
}

#fg_contents .staff_box .staff_01{
	width: 32%;
	margin-top: 10px;
}

#fg_contents .staff_box .staff_01 img{
	border-radius: 50%;
	border: 1px solid #333333;
}

#fg_contents .staff_box .staff_02{
	width: 50%;
}

#fg_contents .staff_box .staff_02 p{
	margin: 0;
}

.staff_02 .shop{
	font-size: 10px;
}

.staff_02 .staff_name{
	font-size: 22px;
	font-weight: 600;
}

.staff_02 .staff_detail{
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 2;
}

.staff_comment{
	font-size: 12px;
	background: #ffffff;
	padding: 5px 10px;
	margin: 5% 0!important;
	line-height: 1.6;
}
.sb{
	text-align: right;
}

.sb img{
	width: 35%!important;
}

.fg_section{
	background: #f1f1f1;
	padding: 3% 0;
}
.fg_section02{
	background: #ffffff;
	padding: 3% 0;
}

.pickup_box{
/*	display: flex;
	justify-content: space-between;
	align-items: flex-end;*/
	width: 90%;
	margin: 5% auto 8%;
}
.pickup_ttl{
	width: 100%;
    position: relative;
	font-family: "futura-pt", sans-serif;
    font-size: 25px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.pickup_ttl:before, .pickup_ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333333;
}

.pickup_ttl:before {
    margin-right: 1rem;
}

.pickup_ttl:after {
    margin-left: 1rem;
}

.pickup_no {
	font-size: 30px;
	font-weight: 600;
	margin: 8% 0 3%;
}

.pickup_no span {
	font-size: 25px;
}

.pickup_no span.bg_white {
	background: #ffffff;
	padding: 0 10px;
}
.pickup_no span.bg_gray {
	background: #f1f1f1;
	padding: 0 10px;
}

.pickup_lead{
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

.item01{
	/*display: flex;*/
	/*width: 95%;*/
	/*margin: 0 auto 10%;
	align-items:flex-end;*/
}

.item01 .item_img,
.item01 .item_img02{
	width: 80%;
	margin: 0 auto;
}

.item01 .item_credit{
	text-align: left;
	width: 40%;
}

.item01 .item_credit .name{
	font-size: 16px;
	font-weight: 600;
}

.item01 .item_credit .price{
	font-size: 14px;
}

.item01 .item_credit .txt_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	margin: 3% 0;
}

.item01 .item_credit .txt{
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
}

.item02{
	display: flex;
	width: 95%;
	column-gap: 3%;
	margin: 0 auto 5%;
	justify-content: space-evenly;
	align-items:flex-end
}

.item02 img{
	width: 90%!important;
	
}

.item02 .item_img{
	width: 50%;
	order: 2;
}

.item02 .item_credit{
	text-align: left;
	width: 40%;
	order: 1;
}

.item02 .item_credit .name{
	font-size: 16px;
	font-weight: 600;
}

.item02 .item_credit .price{
	font-size: 14px;
}

.item02 .item_credit .txt{
	font-size: 12px;
	text-align: left;
	margin: 5% 0;
	line-height: 1.6;
}

.review_area{
	width: 70%;
	margin: 10% auto 0;
	position: relative;
	padding: 1rem;
	background: #ffffff;
}
.review_area02 {
    width: 70%;
    margin: 10% auto 0;
    position: relative;
    padding: 1rem;
    background: #e3e3e3;
}

.review_area::before,
.review_area::after, 
.review_area02::before,
.review_area02::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

.review_area::before,
.review_area02::before{
    border-left: solid 1px;
    border-top: solid 1px;
    top: 0;
    left: 0;
}

.review_area::after,
.review_area02::after{
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: 0;
    right: 0;
}

.review_box{
	margin: 0 auto;
	display: flex;
	column-gap: 5%;
	padding: 3%;
}

.review_ttl{
    padding: 10px 0;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    font-family: "futura-pt", sans-serif;
}

.review_img{
	width: 35%;
	margin: 0 auto;
}
.staff_review {
    position: relative;
    display: inline-block;
    padding: 3%;
    width: 55%;
    line-height: 1.6;
    text-align: left;
    color: #333333;
    font-size: 12px;
	font-weight: 400;
    background: #e3e3e3;
    border-radius: 10px;
	margin: 5% 0;
}
.staff_review02 {
    position: relative;
    display: inline-block;
    padding: 3%;
    width: 55%;
    line-height: 1.6;
    text-align: left;
    color: #333333;
    font-size: 12px;
	font-weight: 400;
    background: #ffffff;
    border-radius: 10px;
	margin: 5% 0;
}

.staff_review:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -12%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e3e3e3;
}
.staff_review02:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -12%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffffff;
}

.look_area{
	width: 90%;
	margin: 15% auto;
    font-weight: 600;
    font-family: "futura-pt", sans-serif;
	font-size: 20px;
}

.look_ttl{
	margin: 30% auto 5%;
	position: relative;
}

.look_check{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 10%;
}


/* 線のアニメーション部分 */
.look_ttl .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: 45px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.point_ttl{
	color: #333333;
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5% 0;
}

.point_area{
	display: flex;
	column-gap: 3%;
	width: 90%;
	margin: 0 auto;
}

.ponit_box{
	width: 50%;
	padding: 3%;
	border: 1px solid #333333;
}
.point_no{
	color: #333333;
	font-size: 13px;
}

.point_img{
	margin: 0 0 3%;
}

.point_txt{
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
}

.point_txt span{
	border-bottom: 1px solid #333333;
}

.fg_logo{
	width: 35%;
	margin: 5% auto 3%;
}
.fg_lead{
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

.sns{
	width: 50px;
	margin: 0 auto 5%;
}

.follow{
	margin: 10% auto 3%;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	
}
.follow{
    position: relative;
    display: inlinde-block;
	margin-bottom: 5%;
}
.follow::before {
    position: absolute;
    left: 65%;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    border-radius: 3px;
    transform: rotate(30deg);
}
.follow::after {
    position: absolute;
    right: 65%;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    border-radius: 3px;
    transform: rotate(-30deg);
}

.sb_list{
	display: flex;
	column-gap: 3%;
	margin: 0 auto;
	padding: 0 5% 10% 5%;
}

.sb_list .sb_staffname{
	font-size: 13px;
    color: #333333;
    font-weight: 600;
	margin: 5% auto;
}

.sb_list img{
	display: block;
	width: 80%!important;
	margin: 0 auto;
}

.sb_list img.sb_icon {
	width: 60%!important;
}

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #333333;
    color: #FFFFFF;
}

/************************************************************
               スライダー
************************************************************/
.slide_box{ 
	width: 100%;
	margin: 2% auto 0; 
}

.slider {
	width: 100%; 
	margin: auto; 
	display: flex;  
	gap: 15px; 
	overflow-x: scroll; 
	scrollbar-color: #333333 #e3e3e3;
    scrollbar-width: auto;
}
.slider_img {
	width: 316px;
	min-width: 350px;
	margin: 1.5%;
}	

.slider_img img { 
	width: 100%; 
}	

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 100%;
	margin: 5% auto 0%;
    color: #333333;
	border-bottom: 1px solid #333333;
    font-size: 12px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-family: "futura-pt", sans-serif;
    float: left;
}
.btn_01 a:hover {
    background: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
}
.btn_02{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.btn_02 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    padding: 2% 5%;
    color: #333333;
    border: #333333 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: "futura-pt", sans-serif;
}
.btn_02 a:hover {
    background: #333333;
    color: #FFF;
}
.btn_03 a {
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto 5%;
    width: 50%;
    padding: 2% 2%;
    color: #333333;
	border: 1px solid #333333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: "Poppins", sans-serif;
}
.btn_03 a:hover {
    background: #333333;
    color: #ffffff;
}
.btn_04 a{
	display: block;
    width: 50%;
	margin: 5% auto;
    padding: 2% 0;
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: "futura-pt", sans-serif;
    border-radius: 30px;
	transition: 0.3s ease-in-out;
}
.btn_04 a:hover {
    background: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
}
.btn_05 a{
	display: block;
    width: 50%;
	margin: 5% auto;
    padding: 2% 2%;
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: "futura-pt", sans-serif;
    border-radius: 30px;
	transition: 0.3s ease-in-out;
}
.btn_05 a:hover {
    background: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
}

.btn_all a {
    background: #2A2A2A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    width: 98%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0% auto 0;
    display: inline-block;
    border-radius: 3px;
    padding: 5% 0
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 60%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}
.Noto{
    font-family: 'Noto Serif JP', serif;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#fg_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 0;
    }
	
    .lineup_title{
        font-size: 20px;
	}
	
    #fg_head .sub_title{
        font-size: 13px;
    }
	
    #fg_head .title span{
        font-size: 15px;
		line-height: 2.6;
    }	
	
	#fg_head .lead{
        font-size: 14px;
        margin: 10% auto 15%;
    }
	
    #fg_contents{
        margin: 10% auto;
    }
	
    #fg_contents .fg_catebox span {
        font-size: 15px;
    }
	
    #fg_contents .staff_box .staff_01 {
        width: 35%;
    }
	
    .staff_02 .staff_name{
        font-size: 19px;
    }
	
    .staff_comment {
        margin: 5% 0 3% !important;
    }
	
    .sb img{
        width: 50%!important;
    }
	
    .fg_section{
        padding: 5% 0;
    }
	
    .fg_section02{
        padding: 5% 0;
    }

	.pickup_box{
        margin: 5% auto 10%;
    }
	
	.pickup_no {
        font-size: 23px;
    }
	
	.pickup_ttl{
		font-size: 20px;
	}
	
	.pickup_lead{
		font-size: 14px;
	}

	.item01{
		display: block;
	}
	
	.item01 .item_img,
	.item01 .item_img02{
		width: 100%;
	}
	
    /*.item01 .item_credit {
		margin: 5% auto 10%;
		width: 90%;
        text-align: center;
        position: relative;
    }*/
	
	.item01 .item_credit{
		width: 75%;
		margin-right: 0;
        margin-left: auto;
	}
	
    .item01 .item_credit .txt_box {
        width: 95%;
    }	
	
	.item02{
		display: block;
	}
	
	.item02 .item_img{
		width: 100%;
	}
	
    .item02 .item_credit {
		margin: 5% auto;
		width: 90%;
        text-align: center;
        position: relative;
        left: auto;
        bottom: auto;
    }
	
    .item01 .item_credit .txt {
        text-align: left;
    }
	
    .item01 img {
        width: 90% !important;
    }
	
    .review_area,.review_area02{
        margin: 20% auto;
		width: 75%;
    }	
	
    .review_ttl:before, .review_ttl:after {
        width: 27%;
    }

    .review_box{
        display: block;
		padding: 10% 3% 7%;
    }

    .review_img{
        width: 60%;
    }
	
    .staff_review,.staff_review02 {
        width: 90%;
		margin: 10% 0 0 ;
    }

    .staff_review:before{
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #e3e3e3;
    }
    .staff_review02:before{
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #ffffff;
    }	
	
    .look_ttl{
        margin: 40% auto 0;
    }	
	
    .fg_logo{
        width: 50%;
    }
    .fg_lead{
        width: 85%;
		text-align: left;
    }
	
    .sns{
        margin: 0 auto 7%;
    }	
	
    .follow::before {
        transform: rotate(30deg);
    }
    .follow::after {
        transform: rotate(-30deg);
    }
	
    .sb_list img.sb_icon {
        width: 80%!important;
    }	
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
	
    .slider_img {
        width: 275px;
		min-width: 275px;
        font-size: 11.5px;
        text-align: left;
        color: #555;
        line-height: 1.7em;
        padding-bottom: 3%;
        margin: auto;
	}	
    .slider_img img {
		margin-bottom: 1%;
	}	
	
    .btn_01 a{
        width: 80%;
        text-align: center;
        margin: 8% auto;
        float: none;
    }
    .btn_02 a{
        width: 90%;
        font-size: 11px;
        padding: 4% 2%;
    }
    .btn_03 a {
        width: 85%;
    }
    .btn_04 a{
		width: 85%;
	}	
    .btn_05 a{
		width: 85%;
	}	
	.btn_all a {
        background: #333333;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        width: 94%;
        line-height: 2em;
        letter-spacing: 1px;
        margin: 10% auto;
        font-family: "avenir-lt-pro", sans-serif;
        display: inline-block;
        padding: 3% 0;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

	
}