@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif !important;
	line-height: 1.4;
	text-align: left;
}

/*------------------------------

確認用
*{
	outline:1px solid red;
}
------------------------------*/
/* 共通設定

====================================================*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 10%; 
}

.back-ground{
	
	 width: 100%;
    height: auto;
    display: block;
	
	background: url("../img/back_ground.jpg") center / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	    padding-bottom: 30px;
    margin-bottom: 30px;
}


.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

h3{
	font-size: 25px;
	font-family: "Noto Serif JP", serif;
	color: #9d3c6e;
	font-weight: bold;
	margin-bottom: 10px;
}
h4.color_title{
	display:flex;
	align-items:center;
	justify-content:center;
	height:35px;
	margin:0;
	margin-bottom: 20px;

	background:linear-gradient(
		90deg,
		#b88b43 0%,
		#d5ad63 25%,
		#e6c883 50%,
		#d5ad63 75%,
		#b88b43 100%
	);

	color:#fffefb;

	font-family:"Noto Serif JP", serif;
	font-size:18px;
	font-weight:700;
	letter-spacing:.08em;
	line-height:1;

	text-shadow:
		0 1px 2px rgba(0,0,0,.35);

	border-top:1px solid rgba(255,255,255,.25);
	border-bottom:1px solid rgba(0,0,0,.12);

	box-shadow:
		0 2px 4px rgba(0,0,0,.08);

	box-sizing:border-box;
	width: fit-content;
    padding: 0 20px;
}
h5{
	margin-left: 20px;
	margin-bottom: 5%;
	font-size: 16px;
	color: #F25E90;
}

p{
	font-size: 15px;
	line-height: 1.5;
}
.p_explanation{
	font-size: 18px;
}
small{
	font-size: 20px;
}
.number{
	font-size: 15px;
	margin-top: 10px;
	margin-left: -10px;
}

sup{
	font-size: 10px;
	vertical-align: top;
}
.sup_01{
		font-size: 10px;
	vertical-align: top;
	}
.sup_margin{
		letter-spacing: -9px;
	}
.note{
	font-size: 10px;
}
.right{
	font-size: 10px;
	text-align: right;
}

ul {
  list-style: none; /* 黒ポチを消す */
  padding-left: 0;  /* 左の余白を詰める */
}

.noevir5_main img{
	width: 100%;
	height: auto;
}

.border{
	border: 1px solid;
    width: fit-content;
}
.border_01{
	padding: 2px 7px;
    margin: 10px 0px;
	display: block;
	font-size: 12px;
    
}
.border_02{
	padding: 2px 7px;
    margin: 0px 10px;
	font-size: 12px;
}

.sp{
	display: none;
}
.pc{
	display: block;
}
.tablet{
		display: none;
	}
.center{
	text-align: left;
}

@media screen and (min-width: 800px) and (max-width: 960px){
	h4.color_title {
	    font-size: 1.97vw;
		height: 3vw;
		padding: 0 4%;
	}
	h5{
		font-size: 1.5vw;
	}
	p{
	font-size: 1.5vw;
	}
}

@media screen and (max-width: 800px) {
	.pc{
	display: none!important;
}
	h3{
		font-size: 5.2vw;
	}
	
	h4.color_title{
		font-size: 4.4vw;
		height: 8.5vw;
	}
	h5{
		margin-left: 0;
		margin-bottom: 5%;
		font-size: 3.7vw;
	}
	.p_explanation{
	font-size: 4vw;
}
	.center{
	text-align: center;
		margin: 0 auto;
}
	.border_01{
            margin: 10px auto;
        display: block;
        font-size: 10px;
       width: fit-content; 
}
	.border_02{
	padding: 2px 7px;
    margin: 0px 10px;
	 font-size: 10px;
       width: fit-content; 
}
	.number{
	font-size: 3.3vw;
		margin-left: -3%;
}
	
}


/*左側の画像調整*/
.left_product_img01{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.left_product_img01{
	width: 525px;
	margin: 0 auto;
	margin-top: 20px;
}
.left_product_img02{
	width: 250px;
	margin: 0 auto;
	margin-top: 20px;
	margin-left: 155px;
}
.left_product_img03{
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}

@media screen and (max-width: 800px) {
	.left_product_img02 {
		
	    width: 48%;
    	margin: 0 auto;
    	margin-top: -10%;
		margin-left: 37%;
	}
	.left_product_img03 {
    width: 50%;
    margin: 0 auto;
    margin-top: -10%;
		margin-left: 34%;
}
}

.detail{
	margin-bottom: 10px;
}

@media screen and (min-width: 800px) and (max-width: 1350px){
	
	/*左側の画像調整*/
	.left_product_img01{
		width: 115%;
	}
	.left_product_img02{
		width: 60%;
		margin-left: 25%;
	}
	.left_product_img03{
		width: 51%;
	}

	}
@media screen and (max-width: 800px) {
	.left_product_img01{
		width: 100%;
	}
	p{
		font-size: 3.5vw;
}
}




/*====================================================*/

/*------フォント指定------*/

.main-copy01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.main-copy02 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
}




/* 各パーツ類

====================================================*/

/*------オレンジ見出し------*/



/*====================================================*/

/* KV設定

====================================================*/

.gold-band{
    width: 100%;
    padding: 18px 0;

    background: linear-gradient(
    90deg,
    #541129 0%,
    #7b173d 25%,
    #b45a84 50%,
    #7b173d 75%,
    #541129 100%
);

    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(0,0,0,.2);

    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.noevir5_top {
  width:100%;
  height: 100%;
  overflow: hidden;
}

.noevir5_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 800px) {
	.gold-band {
		margin-top: -1.5%;
	}
}




/*====================================================*/

/*section01

====================================================*/


.section_01_p1 , .section_01_p2 , .section_01_p3{
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	max-width: 789px;
	margin: 0 auto;
	line-height: 1.5;
	margin-top: 30px;
}

.section_01 .section_01_p2{
	text-align: center;
	color: #9d3c6e;
	margin-top: 30px;
	font-weight: bold;
}
.section_01 .section_01_p3{
	font-size: 10px;
	text-align: right;
}

.section_01_p4{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	
}
.section_01_p4 p:nth-of-type(1){
	font-size: 20px;
}
.section_01_p4 p:nth-of-type(2){
	font-size: 30px;
}
.section_01_p4 p:nth-of-type(3){
	font-size: 20px;
}
.section_01_p4 p:nth-of-type(5){
	font-size: 20px;
	color: #fff;
	background-color: #AFAFAF;
	padding: 10px;
	width: 150px;
	margin: 0 auto;
	margin-top: 20px;
}

@media screen and (max-width: 800px) {
	
	.section_01_p1{
		margin-top: 0;
	}
	
	.section_01_p1 , .section_01_p2{
		font-size: 4.4vw;
		text-align: center;
	}
	.section_01_p4 p:nth-of-type(1){
		margin-bottom: 10px;
		        font-size: 3.8vw;
}
.section_01_p4 p:nth-of-type(2){
	font-size: 6vw;
	line-height: 1.2;
	margin-bottom: 10px;
}
.section_01_p4 p:nth-of-type(3){
	font-size: 3.8vw;
	margin-bottom: 10px;
}
	
	.section_01_p4 {
    margin-top: 5%;
		
		}
	
	 .face_div04_p01{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:20px;
    }

    .face_div04_p01 p{
        width:28%;
        margin:0;
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        font-size:13px;
        line-height:1.4;
    }
	.face_div04 .face_div04_p01 p {
		height: auto!important;
	}

    .face_div04_p01 p img{
        width:70%;
        height:auto;
        margin-bottom:8px;
    }
	
	.section_01_p4 p:nth-of-type(5){
	font-size: 3vw;
		width: 30%;
}
	
	
}

/*====================================================*/

/*section02

====================================================*/

.section_02 .feature-right .content-block .face_div01{
	justify-content: flex-start;
	align-items: center;
}
.section_02 .feature-right .content-block .face_div01 div:nth-child(1){
	width: 40%;
}
.section_02 .feature-right .content-block .face_div01 div:nth-child(2){
	margin-left: 30px;
	line-height: 1.9;
	font-weight: bold;
}
.face_div02 p:nth-child(1){
	margin-top: 20px;
}
.face_div02 p{
	display:flex;
	align-items:flex-start;
	margin-bottom:10px;
}

.face_code{
	flex:0 0 40px;
}

.face_text{
	flex:1;
}
.face_div03{
	display:flex;
	justify-content:center;
	align-items:flex-start;
}

.face_div03 > div{
	flex:1;
	max-width:500px;
	display:flex;
	flex-direction:column;
	margin-right: 15px;
}

/* 画像エリアの高さを統一 */
.face_div03 > div > div:first-child{
	height:280px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.face_div03 img,.face_div04 img,.lip_div01 img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	display:block;
	margin-bottom: 10px;
}

.face_div03 p{
	width: fit-content;
	text-align:left;
	line-height:1.8;
}

.face_div04 .color_title{
}

.face_div04 .face_div04_p01 p{
	height: 100px;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	
}

.face_div04 .face_div04_p02{
	justify-content: space-between;
    width: 61%;
    margin: 0 auto;
    margin-top: 100px;
	margin-bottom: 20px;
}
.face_div04 .face_div04_p02 p{
	border: 1px solid #7F7F7F;
	align-items: center;
	margin:0;
	font-size: 13px;
}
.face_div04 .face_div04_p02 p:nth-of-type(2){
	width: 250px;
}

.face_div04_p02 .box{
	font-size: 13px;
	margin:0;
	width:130px;
	height:60px;
	border:1px solid #ccc;

	display:flex;
	align-items:center;
	justify-content:center;

	text-align:center;
	line-height:1.4;
}

.face_div04_note{
	text-align: right;
}
@media screen and (min-width: 800px) and (max-width: 1465px){
	
	
		/* 画像エリアの高さを統一 */
	.face_div03 > div > div:first-child{
		height:20vw;
	}
	.face_div04 .face_div04_p02{
    margin-top: 13%;
}
	.face_div04 .face_div04_p02 {
		justify-content: center;
		width: 100%;
	}
	.face_div04_p02 .box {
		width: 25%;
		margin-right: 5%;
		font-size: 1.1vw;
	}

	.face_div04 .face_div04_p02 p:nth-of-type(2) {
		width: 35%;
		margin-left: 5%;
	}
}
@media screen and (min-width: 800px) and (max-width: 1170px){
	.tablet{
		display: block;
	}
	.face_div04 .face_div04_p01 p{
		width: 18%;
		text-align: center;
		margin-top: 10px;
		font-size: 1.1vw;
	}
		.face_div04 .face_div04_p02 p{
	font-size: 1.1vw;
}
	
}
@media screen and (max-width: 800px){
	.sp{
		display: block;
	}
	.face_div03 {
		display: block;
	}
	
	.face_div03 > div > div:first-child{
		height:100%;
	}
	.face_div03 img, .face_div04 img, .lip_div01 img {
		max-width: 80%;
	}
	.face_div03 > div {
		margin: 0 auto;
		max-width: 100%;
	}
	.face_div03 img,.face_div04 img,.lip_div01 img{
		max-width:70%;
		max-height:100%;
		width:auto;
		height:auto;
		display:block;
		margin-bottom: 10px;
	}
	
	.face_div04 .face_div04_p02 {
		width: 88%;
		margin-top: 37px;
		margin-bottom: 20px;
		justify-content: space-around;
	}
	
	.face_div04_p02 .box {
		width: 40%;
		height: 61px;
	}
	
	.face_div04 .face_div04_p02 p:nth-of-type(2){
		width: 40%;
	}
	
	.section_02 .feature-right .content-block .face_div01{
		display: block;
	}
	.section_02 .feature-right .content-block .face_div01 div:nth-child(1) {
		width: 75%;
	}
	.section_02 .feature-right .content-block .face_div01 div:nth-child(2) {
		width: 75%;
        margin: 0;
	}
	
}


/*====================================================*/

/*section03

====================================================*/

.lip_div01 .lip_div04 p:nth-of-type(2){
	margin-left: 100px;
}

.lip_div05{
	justify-content: flex-start;
	align-items: baseline;
}
    .lip_div02 .box02 {
        font-size: 13px;
    }
.section_03 .lip_div01 .section_03_img{
	height: 100px;
    text-align: center;
    margin-top: 10px;
    font-size: 12.5px;
}
.lip_div03 p{
	height: 100px;
	text-align: center;
	position: relative;
}

.lip_div03 p sup{
	position: absolute;
	margin-left: 2px;
	font-size: 0.7em;
}

.section_03_note , .section_04_note , .section_03_note02 , .section_03_note03{
	position:relative;
	display:inline-block;
	text-align: center;
}

.section_03_note::after{
	position:absolute;
	top:-0.4em;
	left:100%;
	font-size:0.7em;
	width: 16px;
}
.section_04_note::after{
	position:absolute;
	top:-0.4em;
	left:100%;
	font-size:0.7em;
	width: 16px;
}

.section_03_note03::after {
    position: absolute;
    top: 2em;
    left: 68%;
    font-size: 0.7em;
    width: 16px;
}

.note01::after{ content:"＊1"; }
.note02::after{ content:"＊2"; }
.note03::after{ content:"＊3"; }
.note04::after{ content:"＊4"; }
.note05::after{ content:"＊5"; }
.note06::after{ content:"＊6"; }

.lip_div01 .lip_div02{
	align-items: center;
	justify-content: flex-start;
}
.lip_div02 div{
	justify-content: left;
    align-items: center;
}
.lip_div06{
	margin-left: 20px;
}
.lip_div02 .box{
	font-size: 13px;
	margin:0;
	width:130px;
	height:35px;
	border:1px solid #FF50C4;

	display:flex;
	align-items:center;
	justify-content:center;

	text-align:center;
	line-height:1.4;
	color: #FF50C4;
	margin-bottom: 5px;
	
}

.lip_div01 .lip_div03{
	margin-bottom: 30px;
}


.lip_div04 .note{
	display:block;
	margin:20px 0 0 auto;
}

@media screen and (min-width: 800px) and (max-width: 1170px){
	

	.lip_div02 .box {
		font-size: 1.1vw;
	}
	
	.lip_div02 .box02{
		font-size: 1.1vw;
	}
	
	.lip_div02 .tablet{
		font-size: 1.1vw;
	}
	
	.section_03 .lip_div01 .section_03_img{
		width:  18%;
	}
	.section_03_note::after {
		margin-left: -1px;
}
	
	.section_03_note{
		font-size: 1.1vw;
	}
	.lip_div01 .lip_div03 {
    margin-bottom: 0;
}
	
	
}
@media screen and (min-width: 800px) and (max-width: 900px){
	.lip_div06{
	margin-top: -5%;
}
}
@media screen and (max-width: 800px){
	.lip_div05 {
		display: block;
	}
	
	.lip_div02 .box {
		font-size: 3vw;
		 width: 30vw;
		height: 9vw;
		margin-left: 5%;
	}
	
	.lip_div03{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.lip_div03 .section_03_img{
    width:28%;
    height:auto;          /* ←100pxを解除 */
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:0;
}

.lip_div03 .section_03_img img{
    width:70%;
    height:auto;
    margin-bottom:8px;
}

.lip_div03 .section_03_note{
    display:block;
    text-align:center;
    line-height:1.4;
}
	.section_03 .lip_div01 .section_03_img {
		height: auto;
	}
	
	.lip_div02 div p{
		
		font-size: 13px;
	}
	.lip_div02 div p:nth-of-type(1){
		font-size: 13px;
		text-align: center;
	}
	
		.lip_div01 .lip_div02 {
    display: block;
}
	
	.lip_div02{
		margin-top: 5%;
		margin-bottom: 5%;
	}
	
	.section_03_img{
		width: 19.6%;
	}
	.section_03_img img{
		max-width: 100% !important;
	}

	
	.lip_div02 .sp .flex{
		display: flex;
		align-items: center; /* 横方向中央 */
		text-align: center;  /* 文字中央 */
		justify-content: center;
		
}
	.lip_div04 .note{
		text-align: left;
	}
	.note{
		text-align: left;
	}
	.section_04_img p{
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .section_04_img .section_03_note{
        display:inline-block;
    position:relative;
    text-align:center;
    }

    .section_04_img .section_03_note::after{
        position:absolute;
    top: 1.8em;
    left:96%;
    margin-left:2px;
    }
	.section_04_img .section_03_note02::after{
		margin-left:-4px;
	}
	
	.long_name::after{
        position:static;
        margin-left:2px;
        vertical-align:super;
    }
	
	.lip_div01 .lip_div03 {
    margin-bottom: 0px;
}

	
	
}

/*====================================================*/

/*section04

====================================================*/

.base_div02 h5{
	margin-left: 0;
}

.section_04_img{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}

.section_04_img p{
	flex: none;
	width: 170px;
	height: 100px;
	margin: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	font-size: 13px;
	align-items:flex-start;
	text-align:left;
}

.section_04_img p img{
	display: block;
	width: auto;
	max-width: 69%;
	height: auto;
	margin-bottom: 10px;
	margin-left: 5px;

}

.section_04_img p sup{
	position: absolute;
	margin-left: 2px;
	font-size: 0.7em;
}





/*--------- タブレット ---------*/

@media screen and (min-width: 800px) and (max-width: 1170px){

	.section_04_img{
		gap: 0;
		margin-bottom: 0px;
	}

	.section_04_img p{
		font-size: 1.1vw;
		width: 26%;
		margin-right: 20px;
	}

}


/*--------- SP ---------*/

@media screen and (max-width: 800px){

	.section_04_img{
		justify-content: center;
		gap: 20px;
	}
	.section_04_img p{
	flex: none;
	width: 28%;
	height: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	font-size: 12.5px;
}

	.section_04_img p img{
		max-width: 70%;
	}

}
/*====================================================*/

/*section05

====================================================*/

.section_05{
	max-width:1400px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.color_div01{
	max-width: 875px;
	width:100%;
	margin:0 auto;
	padding:5px 20px;
	background:gainsboro;
	box-sizing:border-box;
	margin-bottom: 20px;
	justify-content: center;
	align-items: center;
}

.color_div01 p{
	margin:0;
}

.color_div01 p:nth-child(1){
	width:30%;
	text-align:center;
}

.color_div01 p:nth-child(2){
	font-size: 12px;
	margin-left: 20px;
}

.note_color{
	max-width: 856px;
    margin: 0 auto;
	font-size: 12px;
}

.color_div01 p img{
	width:100%;
	display:block;
	margin:0 auto;
}

/*---ページ下ボタン----*/
.color_div02{
	justify-content: space-evenly;
	margin-top: 80px;
	margin-bottom: 60px;
}

.color_div02 a img{
	width: 100%;
}
.color_div02 a{
	width:30%;
	position:relative;
	display:block;
}

.color_div02 a > img:first-child{
	width:100%;
	display:block;
}

.color_div02 a .arrow{
	position: absolute;
    right: 31%;
    top: 64.5%;
    width: 3%;
    height: 14px;
    transform: translateY(-50%);
    transition: transform .3s ease;
	color: #c3a648;
}
.color_div02 .color_a02 .arrow{
	position: absolute;
    right: 21%;
    top: 65.5%;
    width: 3%;
    height: 14px;
    transform: translateY(-50%);
    transition: transform .3s ease;
    color: #c3a648;
}
@media (hover:hover){

	.color_div02 a:hover .arrow{
		transform:translate(5px,-50%);
	}

}
	
	
	@media screen and (max-width: 800px){
		    .color_div01 {
				display: block;
			}
		
		
		
		    .color_div01 p:nth-child(2) {
        font-size: 12px;
        margin: 0;
    }

		
		    .color_div02 {
        justify-content: space-evenly;
        margin-top: 20%;
    }
	    .color_div02 a {
        width: 85%;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-bottom: 10%;
    }
		
		.color_div01 p img {
    width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2%;
}
		

		
		}
/*====================================================*/

/*左画像動きのロジック

====================================================*/

.section_01{
    width: calc(100% - 80px);
    max-width: 1400px;
    margin: 50px auto;
    padding: 20px 35px;
    box-sizing: border-box;
    background: rgba(255,255,255,.94);
}
.feature-section{
    width: calc(100% - 80px); /* 左右20pxずつ余白 */
    max-width: 1400px;
    margin: 50px auto;

    display: flex;
    gap: 80px;

    padding: 20px 35px;
    box-sizing: border-box;

    background: rgba(255,255,255,.94);
}
.feature-left{
	width:40%;
	top:15vw; /* ← この数値を増やすとさらに下に固定 */
	align-self:flex-start;
	font-family: "Noto Serif JP", serif;
}

.feature-left02{
	width:40%;
	top:15vw; /* ← この数値を増やすとさらに下に固定 */
	font-family: "Noto Serif JP", serif;
}

.feature-right{
  width:60%;
}

.feature-left-inner{
/*  background:#f5f5f5;
  padding:40px;
  border-radius:20px;*/
}

.content-block{
  padding:20px 0;
}

.next-section{
  height:100vh;
  background:#eee;

  display:flex;
  align-items:center;
  justify-content:center;
}

.base_div02 h5{
	color: #F25E90;
	margin-bottom: 5px;
}

.h5{
	margin-bottom: 20px!important;
}

.base_div02 p:not(:last-child){
	margin-bottom: 20px;
}

@media screen and (max-width: 800px){
	.pc{
		display: none;
	}
	.section_01{
    width: calc(100% - 5%);
    margin:3% auto;
    padding:50px 20px;
    box-sizing:border-box;
}
	.feature-section{
		width: calc(100% - 5%); 
		margin: 3% auto;
	    max-width:100%;
	    padding:50px 20px;

	    display:block;

	} 
	
	.feature-left{
		width:100%;
		position: static;
	}
	.feature-right{
		width:100%;
	}
	
	.feature-left02{
	width:80%;
		margin: 0 auto;
		margin-top: 10%;
	}
	
	.content-block{
		padding:5% 0;
	}
	
}


/*====================================================*/

/* 商品のご購入はこちら

====================================================*/

.link_StyleShop .ttl:before, 

.link_StyleShop .ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 365px;
  height: 1px;
  background-color: #000000;
}

.link_StyleShop .ttl:before {
  left:0;
}

.link_StyleShop .ttl:after {
  right: 0;
}

.link_StyleShop .ttl {
	 font-family: 'Noto Serif', serif;  
	font-size: 18px;
	font-weight: bold;
	text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 380px;
	color: #000000;
}

.link_StyleShop .link_cont {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
}

.link_StyleShop .shop_area,

.link_StyleShop .style_area {
	position: relative;
	width: 415px;
	box-shadow: 0 0 3px 0 rgb(4 0 0 / 35%);
}

.link_StyleShop .shop_area img,

.link_StyleShop .style_area img {
	width: 100%;
}

.link_StyleShop .shop_area p {

	position: absolute;
	left: 220px;
	letter-spacing: 0.3em;
	line-height: 1.4;
    font-size: 19px;
}

.link_StyleShop .style_area p {

	position: absolute;
	right: 20px;
	line-height: 1.4;
    font-size: 19px;

}

.link_StyleShop .shop_area p .line2,

.link_StyleShop .style_area p .line2 {

  font-size: 16px;
  letter-spacing: normal;
  display: inline-block;	

}

.link_StyleShop .style_area p .line2 {
	margin-left : 3em;
}

.link_StyleShop .lss_arrow img {
	width: 22px;
}

.link_StyleShop a:hover .lss_arrow {
	margin-left: 0.4em; 
	transition-duration: .3s;
}

.link_StyleShop a {
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 0.5;
  vertical-align: middle;
  color: #82723d;
  text-decoration: none; }

.link_StyleShop a:link {
  color: #82723d; }

.link_StyleShop a:visited {
  color: #82723d; }

.link_StyleShop a:hover {
  color: #9d8f5f;

}

.link_StyleShop a:hover img {
  opacity: 0.7;
  transition-duration: .3s;	

}



.link_StyleShop a:visited:hover {
  color: #9d8f5f;

}



.link_StyleShop a:active {
  color: #82723d;	
}



@media screen and (min-width: 768px) and (max-width: 1350px) {

  .link_StyleShop {
    width: 100%;
    margin: 0 auto 34px;  
    } 

  .link_StyleShop .lss_title {
    margin-bottom: 33px;
}

  .link_StyleShop .ttl {
	font-size: 17px;
  	font-size: 1.0625rem;  
    padding: 0 298px;

}

  .link_StyleShop .ttl:before, 

  .link_StyleShop .ttl:after {
    width: 280px;

}	

  .link_StyleShop .link_cont {
	width: 718px;

}		

.link_StyleShop .shop_area,

.link_StyleShop .style_area {
	width: 330px;

}

.link_StyleShop .shop_area p {
	right: 12px;
	line-height: 1.4;
	font-size: 15.5px;
	width: 155px;
	left: 169px;
}

.link_StyleShop .style_area p {
	right: 12px;
	line-height: 1.4;
	font-size: 15.5px;

}    

.link_StyleShop .shop_area p .line2,

.link_StyleShop .style_area p .line2 {
  font-size: 14px;
  font-size: 0.875rem;

}

.link_StyleShop a {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;

}

	

}

@media only screen and (max-width: 767px) {

  .link_StyleShop {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0 38px;

    } 



  .link_StyleShop .lss_title {
    margin-bottom: 27px;
    }

  .link_StyleShop .ttl {
	font-size: 3.8vw;  
    padding: 0 110px;

    }

  .link_StyleShop .ttl:before, 

  .link_StyleShop .ttl:after {
    width: 94px;
    }

  .link_StyleShop .link_cont {
	flex-direction: column-reverse;
	width: 90%;
	margin: 0 auto;
    }

  .link_StyleShop .shop_area,

  .link_StyleShop .style_area {
	width: 90%;
	margin: 0 auto;
    }

  .link_StyleShop .style_area {
	margin-bottom: 25px;	
	}	

/*  .link_StyleShop .shop_area {

	margin-bottom: 25px;

    }*/

  .link_StyleShop .shop_area p,

  .link_StyleShop .style_area p {
	position: absolute;
        left: 47%;
        right: 0;
        line-height: 1.4;
        font-size: 3.8vw;
        width: 52%;
    }
	
	.link_StyleShop .shop_area02 p{
		left: 56%;
	}

.link_StyleShop .shop_area p .line2,

.link_StyleShop .style_area p .line2 {
	font-size: 3.2vw;
    }	

  .link_StyleShop .style_area p .line2 {
	margin-left : 5em;
    } 

  .link_StyleShop .lss_arrow img {
	width: 17px;
    }	

  .link_StyleShop a {
	font-size: 3.8vw;
    }



}    

@media only screen and (max-width: 329px) {    

  .link_StyleShop .ttl {
    padding: 0 80px;
    }

	.link_StyleShop .ttl {
	font-size: 4.2vw;  
    }

  .link_StyleShop .ttl:before, 

  .link_StyleShop .ttl:after {
    width: 64px;
    }

  .link_StyleShop .shop_area p,

  .link_StyleShop .style_area p {
	top: 23%; 
    left: 49%;
    }

  .link_StyleShop .shop_area p .line2,

  .link_StyleShop .style_area p .line2 {
	font-size: 3.4vw;
    }	

  .link_StyleShop a {
	font-size: 4.2vw;
    }	

}

.link_StyleShop .mt0 {
	margin-top: 0px !important;
}

.link_StyleShop .mt5 {
	margin-top: 5px !important;
}

.link_StyleShop .mt10 {
	margin-top: 10px !important;
}

.link_StyleShop .mt20 {
	margin-top: 20px !important;
}

.link_StyleShop .mt30 {
	margin-top: 30px !important;
}

.link_StyleShop .mt40 {
	margin-top: 40px !important;
}

.link_StyleShop .mt50 {
	margin-top: 50px !important;
}

.link_StyleShop .mb0 {
	margin-bottom: 0px !important;
}

.link_StyleShop .mb5 {
	margin-bottom: 5px !important;
}

.link_StyleShop .mb10 {
	margin-bottom: 10px !important;
}

.link_StyleShop .mb20 {
	margin-bottom: 20px !important;
}

.link_StyleShop .mb30 {
	margin-bottom: 30px !important;
}

.link_StyleShop .mb40 {
	margin-bottom: 40px !important;
}

.link_StyleShop .mb50 {
	margin-bottom: 50px !important;
}
.pc_banner{
	display: block !important;
}
.sp_banner{
	display: none!important;
}

/*====================================================*/

@media only screen and (max-width: 400px) {
	.breadcrumbs ul{
	margin-bottom: 30px;
}
}

/*=========================
Accordion
=========================*/

.accordion{
    margin:30px 0;
    border-top:1px solid #7F7F7F;
    border-bottom:1px solid #7F7F7F;
}

.accordion summary{
    position:relative;
    padding:18px 50px 18px 0;
    cursor:pointer;
    list-style:none;
    font-size:16px;
    font-weight:700;
    color:#333;
    user-select:none;
}

.accordion summary::-webkit-details-marker{
    display:none;
}

/* 矢印 */

.accordion summary::after{
    content:"";
    position:absolute;
    right:10px;
    top:50%;
    width:10px;
    height:10px;
    border-right:2px solid #9d3c6e;
    border-bottom:2px solid #9d3c6e;
    transform:translateY(-70%) rotate(45deg);
    transition:.35s;
}

.accordion[open] summary::after{
    transform:translateY(-30%) rotate(225deg);
}

/* 中身 */

.accordion_inner{
    overflow:hidden;
    height:0;
    opacity:0;
}

.accordion .content-block{
    padding-top:20px;
}

/*=========================
KV・リボン
=========================*/

.noevir5_main{
	opacity:0;
	transition:opacity .8s ease;
}

.noevir5_main.show{
	opacity:1;
}

@keyframes kvFade{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}

/*=========================
スクロール表示
=========================*/

.fade-up{
	opacity:0;
	transform:translateY(40px);
	transition:
		opacity 3s cubic-bezier(.22,1,.36,1),
		transform 3s cubic-bezier(.22,1,.36,1);
	will-change:transform,opacity;
}

.fade-up.is-show{
	opacity:1;
	transform:translateY(0);
}