@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{
	border-bottom: 1px solid #000000;
	position: relative;
}

.title_kazari{
    position: absolute;
    top: 25px;
    left: 6%;
	width: 20%!important;
}
.title{
    position: absolute;
    top: 22%;
    left: 7%;
    width: 8% !important;
}
.title_sub{
	position: absolute;
    top: 22.5%;
    left: 18%;
    z-index: 4;
    width: 5.5% !important;
    background: #ffffff;
    padding: 10px 5px;
}

#fg_head .title_box{
	position: absolute;
    top: 8%;
    right: 0;
    left: 37%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#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;
}

#fg_head .title span{
    font-size: 30px;
    color: #000000;
    padding: 0px 10px 3px 15px;
    line-height: 2.3;
    background: #ffffff;
}

#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 25%;
}

.outer-lineup_title{
	font-weight: 600;
	font-size: 25px;
	padding-bottom: 2%;
	margin: 10% 0 0;
	font-family: "futura-pt", sans-serif;
}

.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%;
}

#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;
}
.fg_section02{
	background: #ffffff;
	padding: 3% 0;
}

.select_wrap{
	position: relative;
}

.select_img{
	width: 100px!important;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 3;
}

.circle1{
    width: 130px;
    height: 130px;
    background: #f1f1f1;
    border-radius: 50%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.circle2{
    width: 130px;
    height: 130px;
    background: #ffffff;
    border-radius: 50%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.select_title{
	padding-top: 10%;
	font-weight: 600;
    font-size: 18px;
	position: relative;
    z-index: 5;
}

.select_title span{
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
}

.pickup_box{
	width: 90%;
	margin: 0 auto 8%;
}
.pickup_ttl{
	width: 100%;
    position: relative;
	font-family: "futura-pt", sans-serif;
    font-size: 25px;
	font-weight: 600;
	align-items: center;
}

.pickup_ttl img{
	width: 100px!important;
	border-radius: 50%;
	position: absolute;
	top: -5%;
}

.pickup_no {
	font-size: 30px;
	font-weight: 600;
	margin: 5% 0;
}

.pickup_no span {
	font-size: 20px;
	font-family: "futura-pt", sans-serif;
}

.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;
}

.credit_box{
	width: 90%;
	margin: 0 auto;
	font-family: "futura-pt", sans-serif;
}
.credit_box .item_credit{
	width: 55%;
	margin: 0 0 0 auto;
}

.credit_box .item_credit .txt_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 3% 0;
}

.credit_box .item_credit .txt{
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
}

.item_lead{
	width: 90%;
	font-weight: normal;
	font-size: 14px;
	margin: 10% auto 0;
	line-height: 1.6;
	background: #ffffff;
	position: relative;
	padding: 1rem;
}
.item_lead::before,
.item_lead::after{
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

.item_lead::before{
    border-left: solid 1px;
    border-top: solid 1px;
    top: 0;
    left: 0;
}

.item_lead::after{
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: 0;
    right: 0;
}


.item01{
	/*display: flex;*/
	/*width: 95%;*/
	/*margin: 0 auto 10%;
	align-items:flex-end;*/
}


.item01 .item_credit .name{
	font-size: 16px;
	font-weight: 600;
}

.choitashi_area{
	width: 80%;
	margin: 10% auto 0;
	position: relative;
}

.choitashi_box{
	margin: 0 auto;
	display: flex;
    background: #e3e3e3;
	column-gap: 1%;
}

.choitashi_ttl{
    padding: 10px 0;
    color: #333333;
    font-size: 16px;
    font-family: "futura-pt", sans-serif;
	text-align: left;
}

.choitashi_img{
	width: 40%;
	margin: 0 auto;
}
.staff_choitashi {
    position: relative;
    display: inline-block;
    padding: 3%;
    width: 60%;
    line-height: 1.6;
    text-align: left;
    color: #333333;
    font-size: 12px;
	font-weight: 400;
	align-content: center;
}

.credit_box{
	width: 90%;
	margin: 0 auto;
	font-family: "futura-pt", sans-serif;
}
.choitashi_credit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 75%;
	margin: 5% 0;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
}

.choitashi_credit .choitashi_credit_txt{
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
}

.look_area{
	width: 90%;
	margin: 15% auto 2%;
    font-weight: 600;
    font-family: "futura-pt", sans-serif;
	font-size: 20px;
}

.look_ttl{
	margin: 30% auto 5%;
	position: relative;
}

/* 線のアニメーション部分 */
.look_ttl .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: 130px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

.look_ttl span {
  font-size: 50px;
	line-height: 1.6;
}

/* 線のアニメーション */
@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%;
  }
}

.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;
}

/************************************************************
               autoスライダー
************************************************************/
/* 全体設定 */
.auto-carousel-slider {
    width: 100%;
    /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
    overflow: hidden;
    position: relative;
}
.auto-carousel-slider img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.auto-carousel-slider .slide-wrap {
    width: 600%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: auto-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.auto-carousel-slider .auto-slide_wrap {
    width: 100%;
    z-index: 1;
    animation: auto-slide_wrap 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.auto-carousel-slider .slide1 {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes auto-carousel-slider {
    0% { transform: translateX(0); }

    14.6% { transform: translateX(calc(1 / 6 * -100%)); }
    16.6% { transform: translateX(calc(1 / 6 * -100%)); }

    31.2% { transform: translateX(calc(2 / 6 * -100%)); }
    33.2% { transform: translateX(calc(2 / 6 * -100%)); }

    47.8% { transform: translateX(calc(3 / 6 * -100%)); }
    49.8% { transform: translateX(calc(3 / 6 * -100%)); }

    64.4% { transform: translateX(calc(4 / 6 * -100%)); }
    66.4% { transform: translateX(calc(4 / 6 * -100%)); }
	
    81% { transform: translateX(calc(5 / 6 * -100%)); }
    83% { transform: translateX(calc(5 / 6 * -100%)); }

    98% { transform: translateX(calc(6 / 6 * -100%)); }
    100% { transform: translateX(calc(7 / 6 * -100%)); }	
}

@keyframes auto-slide_wrap {
    0% { transform: translateX(100%); }
    83% { transform: translateX(100%); }
    98% { transform: translateX(0%);}
}


/************************************************************
               フェード切り替え
************************************************************/
.img_box1 {
    aspect-ratio: 5 / 6;
	position: relative;
}

.fade_img1 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    background: center center no-repeat;
    animation: anime 8s 0s infinite;
    z-index: 0;
}

.fade_img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.fade_img1:nth-of-type(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 4s;
}
.fade_img1:nth-of-type(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 6s;
}

@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

.obi_lead1,.obi_lead2,.obi_lead3,.obi_lead4,.obi_lead5{
	position: absolute;
	top: 0;
	z-index: 10;
	writing-mode: vertical-rl;
	text-align: center;
	font-weight: normal;
	background: #ffffff;
	padding: 10px 5px;
	margin-top: -1px;
	letter-spacing: 2px;
}

.obi_lead1{
	right: 5%;
}

.obi_lead2{
	right: 3%;
}

.obi_lead3{
	right: 13%;
}

.obi_lead4{
	left: 13%;
}
.obi_lead5{
	left: 3%;
}

.co_beige{
	color: #b38c63;
}

.co_orange{
	color: #e56f41;
}

.co_blue{
	color: #2f92cb;
}

.footer_img{
	width: 70%;
	margin: 5% auto;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 100%;
	margin: 0 auto 0%;
    color: #333333;
	border-bottom: 1px solid #333333;
    font-size: 13px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 1px;
    line-height: 1em;
    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: 20% 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;
    }
	
    .title_sub{
        width: 6% !important;
        padding: 5px 5px;
    }	
	
    #fg_head .title span{
        font-size: 20px;
		line-height: 2.6;
		padding: 0px 5px 3px 10px;
    }	
	
	#fg_head .lead{
        font-size: 14px;
        margin: 10% auto 15%;
    }
	
    #fg_contents{
        margin: 10% auto 30%;
    }
	
    #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;
    }
	
    .select_title {
        padding-top: 14%;
    }
	
	.pickup_box{
        margin: 5% auto 10%;
    }
	
	.pickup_no {
        font-size: 23px;
    }
	
	.pickup_no span {
        font-size: 18px;
    }
	
	.pickup_ttl{
		font-size: 20px;
	}
	
	.pickup_lead{
		font-size: 14px;
	}

	.item01{
		display: block;
	}
	
	.item01 .item_img,
	.item01 .item_img02{
		width: 100%;
	}
	
    .credit_box .item_credit{
        width: 70%;
    }	
	
    .item01 .item_credit .txt {
        text-align: left;
    }
	
    .item01 img {
        width: 90% !important;
    }
	
    .item_lead {
        font-size: 13px;
		width: 85%!important;
    }
	
    .choitashi_area,.choitashi_area02{
        margin: 20% auto;
		width: 75%;
    }	
	
    .choitashi_ttl:before, .choitashi_ttl:after {
        width: 27%;
    }

    .choitashi_box{
        display: block;
		padding: 10% 3% 7%;
    }

    .choitashi_img{
        width: 60%;
    }
	
    .staff_choitashi,.staff_choitashi02 {
        width: 90%;
		margin: 10% 0 0 ;
    }	
	
    .look_ttl{
        margin: 40% auto 0;
    }	
	
    .obi_lead1,.obi_lead2,.obi_lead3,.obi_lead4,.obi_lead5{
        font-size: 16px;
		padding: 10px 5px 10px 2px;
    }

    .obi_lead3{
        right: 15%;
    }
	
    .obi_lead4{
        left: 15%;
    }	
	
    .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%;
	}	
	
    .footer_img{
        width: 85%;
        margin: 10% auto;
    }	

    .btn_01 a{
        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;
    }

}