@charset "UTF-8";
/*=============================================================

	CSS Document ： 仮想LP 左右表示用テンプレート
	
=============================================================*/

/*==================================

不要なstyleを打ち消し

==================================*/
.sr_page-shopping-result__free .fca_container__in {	max-width: 100%;}
.sr_page-shopping-result__free .fca_container {	padding: 0;}
.fca_page-shop-category__body {	margin-top: 0;}

/*==================================

ベース

==================================*/
.pc_ff {
	display: block;
 }
 br.pc_ff {
	display: inline-block;
 }
 .sp_ff {
	display: none;
 }
 
.main-visual {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100vh;
}
/* #wrapper {
	z-index: 2;
	overflow: hidden;
	width: 100%;
} */
#wrapper #main_inner {
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}
/* PC表示のメインコンテンツの幅 */
#wrapper #main_inner, #menu .menu_inner {
	width: 475px;
}
/* 左右固定要素の幅 */
#fixed_bg ul li div, .fixed_pc {
	width: calc(50vw - (475px/2)); /* メインコンテンツの幅の半分をマイナス */
}
/* フッターまでくると固定終了 */
#wrapper .fixed_stop {
	position: absolute !important;
	top: auto !important;
}
/* PC固定要素を非表示 */
@media screen and (max-width: 1100px) {
	/* 1100px以下 */
	#wrapper .fixed_pc {
		display: none !important;
	}
}

.main_inner {
	text-align: center;
	margin: 0 auto;
	width: 920px;
}

h3 {
	font-family: "A1 Gothic M";
}

#tokimeki_wrap {
	font-family: "A1 Gothic M";
}

.main_inner a {
	transition: all 0.3s;
	display: block;
	cursor: pointer;
}
.main_inner a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#tokimeki_wrap h1 {
	font-size: 13px;
	color: #bbb;
	max-width: 810px;
	text-align: right;
	margin: 0.5em auto;
}

/*======== アニメーション ========*/
.fade_ff {
	opacity: 0;
}
.fade_ff.fadeIn_ff {
	animation: fadeIn_ff 0.8s forwards 0s;
}
@keyframes fade_ff {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes fadeIn_ff {
  0% {
      transform: translateY(20px);
      opacity: 0;
  }
  100% {
      transform: translateY(0px);
      opacity: 1;
  }
}
@keyframes fade_left {
  0% {
      transform: translateX(15px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}
.fade_top {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fade_top;
  visibility: visible!important;
  opacity: 1;
  animation-delay: 0.5s;
}
@keyframes fade_top {
0% {
  opacity: 0;
}
50% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

/*==================================

タイトル

==================================*/
#titlearea_ff {
 background-color: #c6dfe0;
 margin: 0 auto;
 text-align: center;
 width: 810px;
}
.ttl_main {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
.ttl_main img.top_main_img {
	width: 100%;
}
.mimi01 {
    /* width: 25.5%; */
    position: absolute;
    top: 4%;
    right: 3.6%;
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
	}
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
		transform: translateY(20px);
		}
	
		to {
			opacity: 1;
		transform: translateY(0);
		}
		}

	.mimi02 {
		/* width: 22%; */
    position: absolute;
    bottom: 1%;
    left: 0%;
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
		opacity: 0;
	}
.ttl01 {
	/* width: 73%; */
	position: absolute;
	top: 2.7%;
	left: 2%;
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.ttl02 {
	/* width: 51.8%; */
	position: absolute;
	bottom: 17.2%;
	right: 7%;
}
/*==================================

リード

==================================*/
.read_ff span {
	color: #7e0c22;
	font-weight: bold;
}

.read_ff {
	font-family: "A1 Gothic R";
	margin: 3em auto;
	font-size: 1.23em;
	line-height: 1.9em;
	letter-spacing: 0.1em;
}
.pickup_wrap img{
	width: 9.5%;
}
.pickup_title {
	color: #1c3c64;
	font-size: 1.85em;
	font-family: "A1 Gothic M";
	margin: 0.2em 0 0.5em;
	letter-spacing: 0.18em;
	line-height: 1.3em;
	position: relative;

}
.pickup_title::after {
	content: "";
	display: block;
	width: 45%;
	height: 1px;
	background-color: #585858;
	position: absolute;
	bottom: -20%;
	left: 26.5%;
}

.pickup_text {
	font-size: 1.17em;
	color: #585858;
	letter-spacing: 0.12em;
	line-height: 1.9em;
	display: inline-block;
	padding: 0.9em 0;
	margin-bottom: 2em;
}
.pickup_text_01 {
margin-bottom: -0.5em;
}
.pickup_text span {
	background: linear-gradient(transparent 55%, #d2e8e9 30%);
	padding-bottom: 0.2em;
}
/*==================================

タブ

==================================*/
.tab-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2px;
	max-width: 1000px;
	margin: 0 auto;
}

.tab-2 > label {
	flex: 1 1;
	order: -1;
	opacity: .5;
	min-width: 70px;
	padding: 0.6em 0.5em;
	background: linear-gradient(-135deg, transparent 10px, #7e0c22 0) top right;
	color: #fff;
	font-size: 1.43em;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0em;
	margin: 0 1em 0 3.5em;
	letter-spacing: 0.23em;
	font-family: "A1 Gothic M";
}
.tab-2 > label span {
	font-size: 1.7em;
}
.tab-2 > label.scene02 {
	background: linear-gradient(-135deg, transparent 10px, #1c3c64 0) top right;
	margin: 0 3.5em 0 1em;

}
.tab-2 > label:hover {
	opacity: .8;
}

.tab-2 input {
	display: none;
}

.tab-2 > div {
	display: none;
	width: 100%;
	padding: 1.5em 0em;
	background-color: #fff;
}

.tab-2 label.current {
	opacity: 1;
}

.tab-2 label.current + div {
	display: block;
}
/*------------------------------------

固定ナビ

------------------------------------*/
#nav_ff {}
#nav_ff .nav_wrap {
	display: none;
}
#nav_ff .fixed_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	transition: all 0.3s;
}
#nav_ff .fixed_nav ul {
	width: 46%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#nav_ff .fixed_nav ul li {
	width: 47%;
	background: #FFF;
	border-radius:0 0 0.2em 0.2em;
	overflow: hidden;
 box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .2);
}
#nav_ff .fixed_nav ul li a {
	color: #FFF;
	display: block;
	position: relative;
	padding: 0.3em 0;
	font-size: 105%;
	letter-spacing: 0.15em;
	cursor: pointer;
	transition: all 0.3s;
	font-family: "A1 Gothic M";

}
#nav_ff .fixed_nav ul li a:hover {
opacity: 0.7;
}
#nav_ff .fixed_nav ul li a span {
	display: flex;
	justify-content: center;
	align-items: center;
}
#nav_ff .fixed_nav ul li a span span {
	font-size: 130%;
}
#nav_ff .fixed_nav ul li a.current {}
/* #nav_ff .fixed_nav ul li a::after {
	display: block;
	height: 1px;
	border-radius: 2px;
	content: '';
	width: 0%;
	background: #FFFFFF;
	position: absolute;
	bottom: 10%;
	left: 15%;
	transition: all 0.2s;
}
#nav_ff .fixed_nav ul li a.current::after {
	width: 70%;
} */
/* ナビ個別色 */
#nav_ff .fixed_nav ul li:nth-child(1) a {
	background: #7e0c22;
}
#nav_ff .fixed_nav ul li:nth-child(2) a {
	background: #1c3c64;
}
/* ルビ */
[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1.5em;
	left: 2px;
	right: 0;
	margin: auto;
	font-size: 0.38em;
}
/* 以下追加 */
rt {
	display: none;
}



/*==================================

シーン01

==================================*/
/* カテゴリボタン */
.tub_btn01 ul, .tub_btn02 ul {
width: 70%;
margin: 0.5em auto 0em;
padding: 1em 1em 1em 1.9em;
}
.tub_btn01 ul li {
	text-align: left;
	margin-bottom: 0.7em;
	border-bottom: 1.5px dotted #7e0c22;
	position: relative;
}
.tub_btn01 ul {
	color: #7e0c22;
	font-size: 1.4em;
  letter-spacing: 0.12em;
}
.tub_btn01 ul span {
	color: #000000;
}

.scene01_wrap {
	border: 10px solid #7e0c22 ;
}

ul.items_ff {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	}
 ul.items_ff li {
	text-align: center;
	width: 32%;
	margin-bottom: 4em;
	padding-bottom: 0.5em;
	clear: both;
	background: #FFF;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
 }
 ul.items_ff li a{
	text-decoration: none;
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
 }
 
 ul.items_ff li a.item_wrap{
	 border-radius: 0px 0px 0 0;
	}
	
 ul.items_ff li a:hover{
 text-decoration: none;
 }
 /* 2カラム */
 ul.items_2column_ff li {
	text-align: center;
	width: 48%;
	margin-bottom: 4em;
	padding-bottom: 17px;
	clear: both;
	background: #FFF;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
}
 /* 3カラム */
 ul.items_ff.triple_ff li{width: 285px;font-size: 90%;}
 
 
/* 画像アスペクト比設定 */
.item_photo_ff {
aspect-ratio: 1/1.1;
}
.item_aspect_min .item_photo_ff {
	aspect-ratio: 1/0.9;
	}

/* /画像アスペクト比設定 */

 .item_photo_ff img{
 width: 100%;
 }
 /* .contents_ttl_area .contents_ttl_wrap img {
	width: 87%;
 }
 .contents_ttl_area .contents_ttl_wrap02 img {
	width: 87%;
 } */

 .dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0.5em;
	height: 0.5em;
	border: 0.08em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	top: 0.4em;
	right: 10px;
	}
 /*===== items ===== */
 .scene01_wrap .contents_ttl_wrap::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2em;
	left: 0px;
	width: 100%;
	height: 556px;
	background-image: url(../images/back01_pc.png);
	background-size: cover;
	/* transform: scale(-1, 1); */

}
.scene01_wrap .contents_ttl_wrap02::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2em;
	left: 0px;
	width: 100%;
	height: 556px;
	background-image: url(../images/back01_pc.png);
	background-size: cover;
	transform: scale(-1, 1);
}


.contents_ttl_wrap, .contents_ttl_wrap02 {
	position: relative;
}
.ashirai01{
	position: absolute;

}
.contents_ttl_wrap img, .contents_ttl_wrap02 img{
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
 .contents_ttl_area {
	position: relative;
	padding-top: 5em;
	margin-bottom: 4em;
 }
.contents_ttl_text{
	font-family: "A1 Gothic R";
	font-size: 1.2em;
	letter-spacing: 0.12em;
	line-height: 1.7em;
	margin-bottom: 3em;
 }
 .contents_ttl_text01 {
	margin-bottom: 1.5em;

 }
 .scene01_wrap h3 {
	font-family: "A1 Gothic M";
	font-size: 1.17em;
	color: #7e0c22;
	line-height: 1.35em;
	letter-spacing: 0.05em;
	margin-top: 0.7em;
	white-space: nowrap;
}
 .triangle {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 5px;
	right: 2px;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #b8b8b8;
}

/* contents01 */
.contents1_minttl {
	width: 20%;
	margin: 4em auto 1.2em;
}
.contents1_text {
	font-size: 1.1em;
	letter-spacing: 3px;
	line-height: 1.7em;
	font-family: "A1 Gothic R";
	margin-bottom: 1.2em;
}
/* ===== 個別設定 ===== */

/* s1c1_01 5カラム*/
ul.items_ff li.s1c01_01 a.column_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
}
ul.items_ff li.s1c01_01 a.column_02:last-child {
	border-bottom: none;
}
.s1c01_01.item_column2 .spec_ff02 {
	padding-top: 1.6em;
	padding-bottom: 1em;
}
ul.items_ff li.s1c01_01 {
	padding-bottom: 0em;
}
/* s1c01_02 */
.s1c01_02 a.column_01 {
	margin-top: 12.2em;
}
ul.items_ff li.s1c01_02 a.column_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	/* position: relative;
	border-bottom: 1px solid #D9D9D9; */
}
.s1c01_02.item_column2 .spec_ff02 {
	padding-top: 1.6em;
	padding-bottom: 1em;
}
ul.items_ff li.s1c01_02 {
	padding-bottom: 0em;
}
/* s1c3_03 */


/*==================================

シーン02

==================================*/
.tub_btn02 ul li {
	text-align: left;
	margin-bottom: 0.5em;
	border-bottom: 1.5px dotted #1c3c64;
	position: relative;
}
.tub_btn02 ul {
	color: #1c3c64;
	font-size: 1.4em;
  letter-spacing: 0.12em;
}
.tub_btn02 ul span {
	color: #000000;
}

.scene02_wrap {
	border: 10px solid #1c3c64;
}


/* ===== 個別設定 ===== */
/* s2c1_01 4カラム*/
ul.items_ff li.s2c01_01 a.column_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
}
ul.items_ff li.s2c01_01 a.column_02:last-child {
	border-bottom: none;
}
.s2c01_01.item_column2 .spec_ff02 {
	padding-top: 1.6em;
	padding-bottom: 1em;
}
ul.items_ff li.s2c01_01 {
	padding-bottom: 0em;
}

/* s2c01_03 */
ul.items_ff li.s2c01_03 a.column_02  {
	flex-direction: column;
}
ul.items_ff li.s2c01_03 a.column_02 img {
	margin: 0.8em auto -1em;
	width: 65%;
}
/* s2c04_06 */
ul.items_ff li.s2c04_06 a.column_02 img {
	margin-right: -3.2em;
	/* padding-left: 0.5em; */
	margin-bottom: -1em;
	margin-left: -0.3em;
	width: 23%;
}

/* ul.items_ff li.s2c01_03 a.column_01 img {
	margin-right: -4.8em;
	padding-left: 0.5em;
	margin-bottom: -8.2em;
	margin-left: 0em;
	width: 23%;
	margin-top: 4.5em;
}
 */

ul.items_ff li.s2c4_02 a.column_02 img {
	margin-right: -4em;
	margin-bottom: -1em;
	margin-left: 0.6em;
	width: 23%;
}



 /*===== items ===== */

.scene02_wrap h3 {
	font-family: "A1 Gothic M";
	font-size: 1.17em;
	color: #1c3c64;
	line-height: 1.35em;
	letter-spacing: 0.03em;
	margin-top: 0.7em;
	white-space: nowrap;
 }
.scene02_wrap .contents_ttl_wrap::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2em;
	left: 0;
	width: 100%;
	height: 556px;
	background-image: url(../images/back02_pc.png);
	background-size: cover;
	transform: scale(-1, 1);
}
.scene02_wrap .contents_ttl_wrap02::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2em;
	left: 0px;
	width: 100%;
	height: 556px;
	background-image: url(../images/back02_pc.png);
	background-size: cover;
}


/*------------------------------------

スペック

------------------------------------*/

.spec_ff {
	margin: 0 auto;
	display: table;
	clear: both;
 }
 .spec_ff {
	font-size: 83%;
	display: inline-block;
	color: #666666;
	border-width: 1px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic W6 JIS2004";
	margin-top: auto;
 }
 .spec_ff .name_ff {
	display: block;
	line-height: 1.5em;
	letter-spacing: 0.12em;
	white-space: nowrap;
	margin-bottom: 0.5em;
 }
 .spec_ff .torikeshi_ff {
	text-decoration: line-through;
	background-size: auto;
 }
 .spec_ff .num_ff {
	line-height: 1.0;
	letter-spacing: 0.8px;
	font-family: "Roboto", sans-serif;
	/* font-family: "Noto Sans", sans-serif; */
	font-size: 115%;
 }
 .tax_ff {
	margin: 0.8em 0 5em;
	text-align: center;
	letter-spacing: 0.16em;
  }
 ul.items_ff li .color_ff a {
	 border-radius: 0;
 }
 #category_wrap_ff .spec_ff a {
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
 }
 .price_ff {
	 letter-spacing: 0.07em;
	 margin-top: 0.5em;

	}
	ul.triple_ff li .item_point_ff {
	 letter-spacing: -0.6px;
	}
	span.fontI_ff {
		font-family: '見出ミンMA31 JIS2004', 'Midashi Min MA31 JIS2004', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
.red_ff {
	color: #d10012;
	font-size: 110%;
	margin: 5px 0;
 }
 .spec_ff .torikeshi_ff {
	text-decoration: line-through;
	background-size: auto;
 }
 
/* 2アイテムcolumn */
.item_column2 .spec_ff01 {
	border-bottom: 1px solid #D9D9D9;
    display: block;
    width: 260px;
		margin: 0 auto;
    padding-bottom: 1em;
 }
.item_column2 {
	display: flex;
	flex-direction: column;
}
.column_01 {
	position: relative;
}
.item_column2 .spec_ff02 {
padding-top: 1.5em;
}
.item_column2 .name_ff {
	margin-bottom: 0.2em;
}
.item_column2 .spec_ff {
	padding-bottom: 0.8em;
	}
	.scene02_wrap ul .item_column2 {
		padding-bottom: 0.3em;
	}

.scene02_wrap .s2c01_06 .spec_ff01 {
	padding-top: 3.4em;
	}
	
	.scene02_wrap .s2c01_06 .spec_ff02 {
		/* padding-top: 1em; */
	}


ul.items_ff li.item_column2 a.column_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

/* 2カラムの色違い */
ul.items_ff li.item_column2 a.column_02 img {
	margin-right: -3.7em;
	/* padding-left: 0.5em; */
	margin-bottom: -0.2em;
	margin-left: 0em;
	width: 23%;
	height: auto;
}

ul.items_ff li.item_column2 a.column_01 img {
	margin-right: -4.8em;
	/* padding-left: 0.5em; */
	margin-bottom: -8.5em;
	margin-left: 1.2em;
	width: 23%;
	margin-top: 5em;
}
	

 @media (min-width: 920px) {
	.spec_ff a:hover {
	 opacity: 0.7;
	 text-decoration: none;
	}
 }
 @media (max-width: 919px) {
	/* SP */
	.tax_ff {
		margin: 0.5em 0.5em 3em;
    font-size: 90%;
  }	
  .spec_ff a:active {
	 opacity: 0.6;
	 text-decoration: none;
	}
	.red_ff {
	 display: inline-block;
	 margin: -5px 0;
	 font-size: 100%;
	}
	.spec_ff a {
	 width: 100%;
	}
	ul.items_ff li .spec_ff {
	 width: 100%;
	 max-width: 98% !important;
	 text-align: center;
	}
	.price_ff {
	 line-height: 2.2;
	 display: block;
	 
	}
	ul.items_ff li.item_column2 .spec_ff {
		width: 100%;
		max-width: 100% !important;
	}
	/* ======== 個別設定 ======== */
	/* s1c3_03 */
	.s1c3_03 .spec_ff01 {
		margin-top: 2.5em;
	}
	/* s1c3_04 */
	.s1c3_04 .red_ff {
		font-size: 100%;
    letter-spacing: 0.4px;
	}
	.s1c3_04 .spec_ff .num_ff {
		font-size: 120%;
	}
	/* s1c4_04 */
	.s1c4_04 .red_ff {
		font-size: 100%;
		letter-spacing: 0.4px;
	}
	.s1c4_04 .spec_ff .num_ff {
		font-size: 120%;
	}

 }
 
/*==================================

リクエスト

==================================*/
.request_wrap {
	background-color: #F5F4F4;
	padding: 3em 1em;
	}
	.request_innner{
		width: 920px;
		margin: 0 auto;
	}
	.request {
		width: 50%;
	}
	.request01, .request02 {
		width: 28%;
	}
	.request01{
	padding-bottom: 1.3em;
	}
	.request02 {
	padding-top: 1.3em;
	}
	.comment {
		display: flex;
		justify-content: center;
		gap: 1em;
		margin: 0.4em 1em 1em;
		align-items: center;
	}
	.request_text {
		font-family: "A1 Gothic R";
		font-size: 1.3em;
		letter-spacing: 0.2em;
		margin-bottom: 0.3em;
	}
	.last_text img{
		width: 50%;
		margin: 3em auto 6em;
	}

	/*------------------------------------

バナー

------------------------------------*/
ul.bnrArea_ff {
 list-style: none;
 padding: 0;
}
ul.bnrArea_ff li {
	text-align: center;
}
ul.bnrArea_ff li a {
	position: relative;
	min-width: 12em;
	font-size: 145%;
	display: inline-block;
	font-family: "A1 Gothic M";
}
ul.bnrArea_ff li a > span {
	color: #FFF;
	letter-spacing: 0.14em;
	vertical-align: middle;
	background: #558d9f;
	display: block;
	border: 2px solid #558d9f;
	padding: 0.3em 3.8em;
	border-radius: 0.3em;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
ul.bnrArea_ff li a > span > span {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.bnrArea_ff li a span.min_txt {
	font-size: 75%;
}
ul.bnrArea_ff li a::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 0.3em;
	background: #FFF;
	background-size: 100%;
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	/* z-index:-1; */
	border: 1px solid #558d9f;
}
ul.bnrArea_ff li a::after {
	display: block;
	width: 1.2em;
	height: 100%;
	content: '';
	background: url(../images/bnr_arrow.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0.8em;
	transition: all 0.3s;
}
ul.bnrArea_ff li a:hover {
	opacity: 1 !important;
}
ul.bnrArea_ff li a:hover > span {
	color: #558d9f;
	background: #FFF;
}
ul.bnrArea_ff li a:hover::after {
	right: 0.6em;
}
@media (max-width: 678px) {
	/* SP */
	ul.bnrArea_ff {}
	ul.bnrArea_ff li {}
	ul.bnrArea_ff li a {font-size: 128%;}
	ul.bnrArea_ff li a > span {
		padding: 0.3em 2.8em;
	}
	ul.bnrArea_ff li a > span > span {}
	ul.bnrArea_ff li a span.min_txt {}
	ul.bnrArea_ff li a::before {}
	ul.bnrArea_ff li a::after {}
}
/*==================================

Recommended

==================================*/
.recommended_contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.recommended_contents ul li {
	text-align: center;
	width: 280px;
}
.recommended {
	width: 32%;
	margin: 0 auto 3em;
}
.recommended_wrap {
	border-top: 1px solid #A1A1A1;
	padding-top: 3em;
}
.recommended_contents ul li img {
width: 100%;
height: auto;
}
.recommended_contents ul li p {
	margin: 0.7em 0 2.8em;
	font-size: 1.2em;
	color: #4D4D4D;
	letter-spacing: 0.07em;
	font-family: "A1 Gothic R";
	line-height: 1.3em;
	}
	
/*==================================

link

==================================*/
.link_ff {
	position: relative;
	font-size: 1.3em;
	font-family: "A1 Gothic R";
	display: inline-block;
	padding: 0 1.8em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.link_ff::before, .link_ff::after {
	position: absolute;
	top: 0.6rem;
	height: 3rem;
	content: '';
}
.link_ff::before {
	border-left: solid 1.5px;
	left: 0;
	transform: rotate(-30deg);
}

.link_ff::after {
	border-right: solid 1.5px;
	right: 0;
	transform: rotate(30deg);
}
.link_text {
	font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: 1em auto;
}
.link_area_ff img {
	width: 75%;
}
.link_area_ff {
	margin: 2em auto 6em;
}



/*==================================

SPハンバーガーメニュー

==================================*/
#menu {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#menu .menu_inner {
	position: relative;
	margin: 0 auto;
}
#menu.fixed_on {
	position: fixed;
	top: 0 !important;
}
#menu ul {
	padding-inline-start: inherit;
}
#menu li {
	list-style: none;
}
.openbtn {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
}
/* ハンバーガーメニュー内側 */
.openbtn span {
	position: absolute;
	left: 14px;
	display: inline-block;
	width: 45%;
	height: 2px;
	transition: all .4s;
	border-radius: 2px;
	background: #000;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 23px;
}
.openbtn span:nth-of-type(3) {
	top: 31px;
}
/* ハンバーガーメニュー open */
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	width: 40%;
	transform: translateY(6px) rotate(-45deg);
	background: #000;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	width: 40%;
	transform: translateY(-6px) rotate(45deg);
	background: #000;
}
/* メニュー内Instagramアイコン */
.insta_icon {
	position: relative;
	z-index: 10;
	width: 3rem;
	padding: 9px;
}
/* SPメニュー中身 */
#overlay {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	padding-top: 4.5rem;
	background: #e6e6e6;
}
#overlay .overlay_inner {
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width: 1099px) {
	/* 1099px以上でSPメニュー非表示 */
	#menu {
		display: none;
	}
}
/*==================================

SP調整

==================================*/
@media screen and (max-width: 768px) {
	.main_inner {
		width: 100%;
    font-size: 4vw;
		}
	body.menu_open {
		overflow: hidden;
	}
	#menu .menu_inner, #overlay, #wrapper #main_inner {
		right: 0;
		width: 100%;
	}
	#overlay {
		height: 110vh;
	}
	#wrapper {
		font-size: 4vw; /* フォントサイズ調整 */
	}

	.pc_ff {
		display: none !important;
	 }
	 .sp_ff {
		display: block;
	 }
	 body {
		-webkit-text-size-adjust: 100%;
	 }
	img {
		width: 100%;
		height: auto;
	}
	h3 {
		font-size: 96%;
	}

	#tokimeki_wrap h1 {
    font-size: 68%;
    color: #bbb;
    max-width: 810px;
    text-align: left;
    margin: 0.5em auto;
    padding-left: 1.8%;
}
/* タイトル */
#titlearea_ff {
	width: 100%;
}
.ttl_main {
	width: 100%;
	overflow: hidden;
}
.pickup_wrap img {
	width: 16%;
}
.pickup_title {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.pickup_text {
	width: 86%;
	font-size: 3.8vw;
}
.mimi01 {
	width: 23%;
	top: 2.5%;
	right: 1.2%;
}

.mimi02 {
	width: 24.5%;
	bottom: 1%;
	left: -2.2%;
}
.ttl01 {
	width: 81%;
	top: 2.7%;
}
.ttl02 {
	width: 60%;
	right: 3.7%;
	bottom: 17%;
}
.read_ff {
	margin: 3em auto;
	font-size: 1em;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}
/* pick up */
.pickup_title::after {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #585858;
	position: absolute;
	bottom: -20%;
	left: 14.5%;
}
/* タブ */
.tab-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2px;
	/* max-width: 630px; */
	margin: 0 auto;
}
.tab-2 > label {
	font-size: 1em;
	margin: 0 0.8em 0 1.8em;
 }
.tab-2 > label.scene02 {
	font-size: 1em;
	margin: 0 1.8em 0 0.8em;
}
.tab-2 > label span {
	font-size: 1.6em;
}
.tub_btn01 ul {
	color: #7e0c22;
	font-size:  1.03em;
		letter-spacing: 0.12em;
	width: 82%;
    margin: 0 auto;
    padding: 1em 0em 1em 0.9em;
}
.tub_btn01 ul li:nth-child(1) a {
    letter-spacing: 1.7px;
}
.tub_btn02 ul {
	color: #1c3c64;
	font-size: 1.03em;
		letter-spacing: 0.12em;
	width: 82%;
    margin: 0 auto;
    padding: 1em 0em 1em 0.9em;
}

.scene01_wrap {
	border: 5px solid #7e0c22;
}
.scene02_wrap {
	border: 5px solid #1c3c64;
}
/* ======コンテンツタイトル画像======== */
.scene01_wrap .contents_ttl_wrap::before {
	height: 71vw;
	bottom: -1.4em;
}
.scene01_wrap .contents_ttl_wrap02::before {
	height: 71vw;
	bottom: -1.4em;
}
.scene02_wrap .contents_ttl_wrap::before {
	bottom: -1.4em;
	height: 71vw;
}

.scene02_wrap .contents_ttl_wrap02::before {
	bottom: -1.4em;
	height: 71vw;
}
.contents_ttl_area .contents_ttl_wrap img, .contents_ttl_area .contents_ttl_wrap02 img {
	width: 90%;
 }

/* item */
.tub_btn01 ul li, .tub_btn02 ul li {
	margin-bottom: 1em;
 }
.contents_ttl_text {
	font-size: 3.6vw;
	letter-spacing: 0.03em;
	line-height: 1.6em;
	margin-bottom: 3em;
}
.contents_ttl_text01 {
	margin-bottom: 1.5em;
}

/* contents01 カテゴリ2つ */
.contents1_text {
	font-size: 3.2vw;
	letter-spacing: 2.2px;
}
.contents1_minttl {
	width: 35%;
	margin: 5em auto 1em;
}
.contents1_minttl02 {
	margin: 1em auto 1em;
}
ul.items_ff {
	width: 94%;
	margin: 0 auto;
	padding-left: 0;
	}
	ul.items_ff li {
	margin-bottom: 3em;
	width: 160px;
	}
	ul.items_ff.triple_ff li{
	width: 100%;
	}
	ul.items_ff.triple_ff li a{
	 display: flex !important;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
	 }

	ul.items_ff.triple_ff li a .item_photo_ff{
	width: 40%;
	}
	ul.items_ff.triple_ff .item_point_ff {
	width: 60%;
	font-size: 4.2vw;
	}
	ul.items_ff.triple_ff .spec_ff {
	margin-top: 1.2em;
	}
	.price_ff {
		line-height: 2.2;
		display: block;
		font-size: 97%;
		margin-top: 0.2em;
	 }
	 ul.items_ff li {
		text-align: center;
		width: 48.5%;
		margin-bottom: 4em;
		padding-bottom: 8px;
		clear: both;
		background: #FFF;
		position: relative;
		font-size: 78%;
	 }
	 .scene01_wrap h3, .scene02_wrap h3 {
		line-height: 1.35em;
		letter-spacing: 0.01em;
		margin-top: 0.7em;
	}
	 .spec_ff .name_ff {
    font-size: 93%;
		letter-spacing: 0.1em;
		margin-bottom: 0.2em;
	 }
	 .spec_ff {
    font-size: 102%;
	 }
	 .contents_ttl_area {
    margin-bottom: 3.3em;
		padding-top: 3em;
}
.triangle {
	bottom: 3px;
	right: 2px;
	border-left: 11px solid transparent;
	border-bottom: 11px solid #b8b8b8;
}
/* =====2アイテム column===== */
.item_column2 .spec_ff {
	padding-bottom: 0em;
}
.item_column2 .spec_ff01 {
	padding-bottom: 0.2em;
}

/* 2カラムの色違い */
ul.items_ff li.item_column2 a.column_02 img {
	margin-right: -1.9em;
	/* padding-left: 0.2em; */
	margin-bottom: -0.3em;
	padding-right: 0em;
	margin-left: -0.2em;
	width: 24%;
}
.scene02_wrap .s2c01_06 .spec_ff01 {
	padding-top: 3.9em;
}

ul.items_ff li.s2c4_02 a.column_02 img {
	margin-right: -2.4em;
}

ul.items_ff li.s2c01_03 a.column_01 img {
	margin-right: -4.8em;
	/* padding-left: 0.5em; */
	margin-bottom: -9.7em;
	margin-left: 0em;
	width: 23%;
	margin-top: 5.3em;
}

/* ===== 個別設定 ===== */

/* s1c01_01 */
.s1c01_01.item_column2 .spec_ff02 {
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin-top: 0em;
}
/* s1c01_02 */
.s1c01_02.item_column2 .spec_ff02 {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
}
.s1c01_02 a.column_01 {
	margin-top: 10em;
}
/* s2c01_01 */
.s2c01_01.item_column2 .spec_ff02 {
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin-top: 0em;
}

	/* s2c01_03 */
	ul.items_ff li.s2c01_03 a.column_02 img {
		margin: 0.8em auto -1.3em;
		width: 80%;
	}
	/* s2c04_06 */
	ul.items_ff li.s2c04_06 a.column_02 img {
		margin-left: -1em;
    margin-right: -1em;
	}


/* =====固定ナビ===== */
#nav_ff .fixed_nav ul {
	width: 85%;
}
#nav_ff .fixed_nav ul li a {
	font-size: 92%;
	padding: 0.5em 0;
}
#nav_ff .fixed_nav ul li {
	width: 46%;
}


	/* リクエスト */
	.request {
    width: 85%;
}
 .request01, .request02 {
	width: 46%;
}
.request_text {
	font-size: 1.15em;
	letter-spacing: 2px;
}
.request_text {
	margin-bottom: 0.4em;
}
.comment {
	margin: 0.5em 0em 1em;
}
.request_wrap {
	padding: 2.2em 1em;
	width: 100%;
}
.request_innner {
	width: 100%;
}

.last_text img {
	width: 73%;
}
.request_txt {
	margin: 1.5em auto 1.7em;
	width: 100%;
}

/* recommended */
.recommended_wrap {
	margin-bottom: 3em 
}
.recommended {
	width: 54%;
}
.recommended_contents ul {
	width: 90%;
	margin: 0 auto;
}
.recommended_contents ul li {
	width: 48%;
}
.recommended_contents ul li p {
	margin: 0.6em 0 2em;
	font-size: 0.92em;
	color: #4D4D4D;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	white-space: nowrap;
}
/* link */
.link_ff {
	font-size: 1.1em;
	padding: 0 1em;
}
.link_ff p {
	margin-bottom: 0.5em;
}

.link_ff::before, .link_ff::after {
	position: absolute;
	top: 0.3rem;
	height: 2.3rem;
	content: '';
}
.link_ff::before {
	border-left: solid 1px;
}
.link_ff::after {
	border-right: solid 1px;
}

.link_text {
	font-size: 1em;
}
.link_area_ff img {
	width: 80%;
}

}

/*------------------------------------
	SNS
------------------------------------*/
#sns_id {
	width: 100%;
	text-align: center;
	display: block;
	margin: 3em auto 4em;
}
#sns_id ul {
	width: 100%;
	text-align: center;
	padding: 0;
}
#sns_id li {
	width: 45px;
	display: inline-block;
  margin: 5px 20px}
#sns_id li.sp_id {
	display: none;
}
#sns_id li a {
	width: 100%;
}
#sns_id li img {
	width: 100%;
	height: auto;
}
@media (max-width: 678px) {
	#sns_id li {
		width: 40px;
		margin: 5px 15px;
	}
}
/*------------------------------------

ページトップへ戻る

------------------------------------*/
.pageTop {
	/* display: none; */
	position: relative;
	height: 0;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	z-index: 10000;
}
.pageTop a {
	position: fixed;
	bottom: 10px;
	right: 30px;
	left: auto;
	display: block;
	width: 80px;
	height: 80px;
	padding-bottom: 10px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10000;
}
@media (min-width: 679px) {
	.pageTop a:hover {
		bottom: 20px;
		opacity: 1.0;
	}
}
@media (max-width: 678px) {
	.pageTop a {
		right: 10px;
		bottom: 25px;
		width: 13vw;
		height: 13vw;
	}
}