/* ================================================================================
 TOP
================================================================================ */



/* --- COVER --- */
@media screen and (max-width: 1119px) {
	#cover_pc {
		display: none;
	}
	#cover_sp {
		z-index: 10;
		position: relative;
		top: 70px;
		display:block;
		height: 680px;
		background: #ebe4de;
		text-align: center;
		margin: 0 0 50px 0;
		padding: 0 0 80px 0;
		clear: both;
		overflow:hidden;
	}

	#cover_sp .slider-img {
		position:relative;
		display:block;
		float: left;
		clear: both;
	    margin: 0 auto!important;
	}
	#cover_sp .slider-img img#imgsp {
		width: auto;
		height: 610px;
		vertical-align: bottom;
		margin: 0 auto;
	}
	#cover_sp .slick-slide{
	    margin: 0 !important;
	}
	#cover_sp .slick-list {
	    padding: 0 !important;
	}

	/* DOTS */
	#cover_sp .dots-class button {
	    display: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    outline: none;
	    padding: 0;
	    border: none;
	    background-color: transparent;
	}
	#cover_sp .dots-class {
	    display: flex;
	    justify-content: center;
	    margin-top: 30px;
	    margin-left: -40px;
	}
	#cover_sp .dots-class li {
	    width: 10px;
	    height: 10px;
	    background-color: #f0f0f0;
	    border-radius: 50%;
	    margin-right: 10px;
	    cursor: pointer;
	    transition: background-color .5s ease;
		list-style-type: none;
	}
	#cover_sp .dots-class li.slick-active {
	    background-color: #fff;
	}
	#cover_sp .dots-class li:hover {
	    background-color: #fff;
	}
	#cover_sp .dots-class li:last-child {
	    margin-right: 0;
	}

	.cover_overlay {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: -800px;
		clear: both;
	}
	.cover_overlay#c01 {
		padding-top: 240px;
	}
	.cover_overlay#c01 img {
		position: relative;
		left: calc((100% - 110px) / 2);
		width: 110px !important;
		height: auto;
	}

	.cover_overlay_01_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		line-height: 1.1em;
		margin-top: 20px;
		clear: both;
	}

	.cover_overlay_02_box {
		display: block;
		float: right;
		width: 100%;
		margin-top: 300px;
		clear: both;
	}
	.cover_overlay_02_ttl {
		display: block;
		width: 330px;
	    font-family: 'Belleza', sans-serif;
		font-size: 50px;
		color: #fff;
		line-height: 1em;
		text-align: left;
		margin: 250px auto 0px auto;
		clear: both;
	}
	.cover_overlay_02_ttl span {
	    display: flex;
	    justify-content: center;
	    align-items: center;
        font-family: 'Noto Serif JP', serif;
		font-size: 16px;
		color: #666;
		line-height: 3em;
		margin-top: -40px;
		margin-bottom: 50px;
		margin-left: 70px;
	}
	.cover_overlay_02_ttl span::before,
	.cover_overlay_02_ttl span::after {
		content: '';
		flex-grow: 0.05;
		height: 1px;
		background: #666;
	}
	.cover_overlay_02_ttl span::before {
	    margin-right: 10px;
	}
	.cover_overlay_02_ttl span::after {
	    margin-left: 10px;
	}

	.cover_overlay_03_box {
		display: block;
		float: right;
		width: 90%;
		margin-top: 350px;
		margin-right: 5%;
		clear: both;
	}
	.cover_overlay_03_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 100px;
		color: #fff;
		line-height: 1em;
		text-align: center;
		margin: 200px 0% 0 0%;
		clear: both;
	}
	.cover_overlay_03_ttl img {
		width: 250px !important;
		height: auto;
		margin: 0 auto 0 auto;
	}
	/*
	.cover_overlay_03_ttl span {
		color: #a19377;
	}
	*/
	.cover_overlay_03_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 16px;
		color: #666;
		line-height: 3em;
		margin: 0px 0px 30px 0px;
		clear: both;
	}
	.cover_overlay_04_box {
		display: block;
		float: right;
		background-color: rgba(255, 255, 255, 0.5);
		width: 90%;
		text-align: left;
		margin-top: 380px;
		margin-right: 5%;
		padding-bottom: 20px;
		clear: both;
	}
	.cover_overlay_04_box .top_order_txt:nth-of-type(4){
		margin-bottom:50px;
	}
}
@media screen and (min-width:1120px) {
	#wrapflow {
		overflow-x:hidden;
	}
	#cover_sp {
		display: none;
	}
	#cover_pc {
		position: relative;
		top: 70px;
		display: block;
		float: left;
		width: 100%;
		height: 850px;
		background: #ebe4de;
		margin: 0 0 85px 0;
		padding: 0 0 60px 0;
		clear: both;
		
	}
	#cover_pc .slider-img {
		position:relative;
		display:block;
		float: left;
		clear: both;
	    margin: 0 !important;
	}
	#cover_pc .slider-img img#imgpc {
		width: auto;
		height: 750px;
		vertical-align: bottom;
		margin: 0 auto;
	}
	#cover_pc .slick-slide{
	    margin: 0 !important;
/*
height: auto !important;
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
*/
	}
	#cover_pc .slick-list {
	    padding: 0 !important;
	}

	/* DOTS */
	#cover_pc .dots-class button {
	    display: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    outline: none;
	    padding: 0;
	    border: none;
	    background-color: transparent;
	}
	#cover_pc .dots-class {
	    display: flex;
	    justify-content: center;
	    margin-top: 30px;
	    margin-left: -40px;
	}
	#cover_pc .dots-class li {
	    width: 10px;
	    height: 10px;
	    background-color: #f0f0f0;
	    border-radius: 50%;
	    margin-right: 10px;
	    cursor: pointer;
	    transition: background-color .5s ease;
		list-style-type: none;
	}
	#cover_pc .dots-class li.slick-active {
	    background-color: #fff;
	}
	#cover_pc .dots-class li:hover {
	    background-color: #fff;
	}
	#cover_pc .dots-class li:last-child {
	    margin-right: 0;
	}


	.cover_overlay {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: -750px;
		clear: both;
	}
	.cover_overlay#c01 {
		margin-top: -700px;
	}
	.cover_overlay#c01 img {
		width: 141px;
		margin: 0 auto;
	}
	
	.cover_overlay_01_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 40px;
		color: #fff;
		font-weight:bold;
		line-height: 1.1em;
		margin-top: 10px;
		clear: both;
	}

	.cover_overlay_02_box {
		position: relative;
		right: calc(((100% - 1416px) / 2) + 200px);
		display: block;
		float: right;
		width: 380px;
		margin-top: 210px;
		clear: both;
	}
	.cover_overlay_02_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 60px;
		color: #fff;
		line-height: 1.4em;
		text-align: left;
		margin: 0;
		clear: both;
	}
	.cover_overlay_02_ttl span {
	    display: flex;
	    justify-content: center;
	    align-items: center;
        font-family: 'Noto Serif JP', serif;
		font-size: 16px;
		color: #666;
		line-height: 3em;
		margin-top: -60px;
		margin-bottom: 50px;
		margin-left: 70px;
	}
	.cover_overlay_02_ttl span::before,
	.cover_overlay_02_ttl span::after {
		content: '';
		flex-grow: 0.05;
		height: 1px;
		background: #666;
	}
	.cover_overlay_02_ttl span::before {
	    margin-right: 10px;
	}
	.cover_overlay_02_ttl span::after {
	    margin-left: 10px;
	}

	.cover_overlay_03_box {
		position: relative;
		right: calc(((100% - 1416px) / 2) + 200px);
		display: block;
		float: right;
		width: 380px;
		margin-top: 210px;
		clear: both;
	}
	.cover_overlay_03_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 120px;
		color: #fff;
		line-height: 1em;
		text-align: left;
		margin: 0;
		clear: both;
	}
	.cover_overlay_03_ttl img {
		width: 370px !important;
		height: auto;
	}
	.cover_overlay_03_ttl span {
		color: #a19377;
	}
	.cover_overlay_03_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 16px;
		color: #666;
		line-height: 3em;
		margin-top: 0px;
		clear: both;
	}

	.cover_overlay_04_box {
		position: relative;
		right: calc(((100% - 1416px) / 2) + 20px);
		display: block;
		float: right;
		width: 600px;
		background-color: rgba(255, 255, 255, 0.5);
		text-align: left;
		margin-top: 150px;
		clear: both;
	}

}

/* --- TOP ONLINE STORE --- */
@media screen and (max-width: 799px) {
	.top_onlinestore {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.top_onlinestore_l,
	.top_onlinestore_r {
		display: block;
		float: left;
		width: 100%;
		margin-top: 30px;
		clear: both;
	}
	.top_onlinestore_box {
		display: block;
		float: left;
		width: 100%;
		margin: 30px 0;
		clear: both;
	}
}
@media screen and (min-width:800px) and (max-width: 1569px) {
	.top_onlinestore {
		display: flex;
		justify-content: center;
		float: left;
		width: 100%;
		margin-top: 50px;
		clear: both;
	}
	.top_onlinestore_l {
		display: block;
		float: left;
		width: calc(45% - 30px);
		margin-right: 30px;
		clear: right;
	}
	.top_onlinestore_r {
		display: block;
		float: left;
		width: calc(45% - 30px);
		margin-left: 30px;
		clear: right;
	}
	.top_onlinestore_box {
		position: relative;
		/*left: calc((100% - 450px) / 2);*/
		display: block;
		float: left;
		width: 100%;
		margin: 50px 0;
		clear: both;
	}
}
@media screen and (min-width:1120px) and (max-width:1700px){
	.wrapper#scroll_toponline{
		margin-top: -100px;
	}
}
@media screen and (min-width:1570px) {
	.top_onlinestore {
		display: block;
		float: left;
		width: 1070px;
		position: relative;
		left: calc((100% - 1070px) / 2);
		margin-top: 50px;
		clear: both;
	}
	.top_onlinestore_l {
		display: block;
		float: left;
		width: 500px;
		margin-right: 35px;
		clear: right;
	}
	.top_onlinestore_r {
		display: block;
		float: left;
		width: 500px;
		margin-left: 35px;
		clear: right;
	}
	.top_onlinestore_box {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin: 50px 0;
		clear: both;
	}
}
.top_onlinestore_l img,
.top_onlinestore_r img {
	width: 100%;
	height: auto;
	margin:0 auto;
}

.top_onlinestore_box b {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	clear: both;
}
.top_onlinestore_box b::before,
.top_onlinestore_box b::after {
	content: '';
	flex-grow: 0.05;
	height: 1px;
	background: #666;
}
.top_onlinestore_box b::before {
    margin-right: 10px;
}
.top_onlinestore_box b::after {
    margin-left: 10px;
}

.top_onlinestore_box span {
	display: block;
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: 10px;
	clear: both;
}

/* --- TOP PICK UP ITEM --- */
.pu_slider,
.pu_slider_ap{
	display: block;
	float: left;
	width: 100%;
	margin: 50px auto 0 auto;
	clear: both;
}
.slider-img {
	margin: 0 10px;
}
.slider-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pu_slider .slick-slide,
.pu_slider_ap .slick-slide{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.pu_slider .slick-list,
.pu_slider_ap .slick-list{
    padding: 0 100px 0 80px !important;
}

/* ARROWS */
.pu_slider .slick-arrow,
.pu_slider_ap .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	z-index: 10;
}
.pu_slider .slick-arrow:hover,
.pu_slider_ap .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.pu_slider .prev-arrow,
.pu_slider_ap .prev-arrow {
	left: 20px;
}
.pu_slider .next-arrow,
.pu_slider_ap .next-arrow {
	right: 20px;
}

.caption_box {
	opacity: 0;
	position: absolute;
	bottom: 0;
	display: block;
	float: left;
	width: calc(100% - 20px);
	/*height: 110px;*/
	background: rgba(173, 157, 147, 0.7);
	margin: 0;
	padding: 10px;
	clear: both;
	transition: 0.5s;
}
.slider-img:hover .caption_box {
	opacity: 1;
}
.caption_box img {
	position: relative;
	top: 10px;
	left: calc(50% - 13px);
}

@media screen and (max-width: 799px) {
	.caption_box {
		position: absolute;
		bottom: 0px;
		display: block;
		float: left;
		width: calc(100% - 20px);
		/*height: 110px;*/
		background: rgba(173, 157, 147, 0.7);
		margin: 0;
		padding: 0 10px 5px 10px;
		clear: both;
		transition: 0.5s;
	}
	
	$transition-speed: .3s;
	$transition-delay: 3s;
	.pu_slider .slick-slide .caption_box,
	.pu_slider_ap .slick-slide .caption_box2 {
		opacity: 0;
	}
	.pu_slider .slick-current .caption_box,
	.pu_slider_ap .slick-current .caption_box2  {
		opacity: 1;
		animation: fadeIn 0.3s 0.5s linear;
		animation-fill-mode: both;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
}

.caption_txt {
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 30px);
	font-size: 14px;
	color: #fff;
	margin-left: 25px;
	clear: both;
}
.caption_color {
	position: relative;
	display: flex;
	float: left;
	width: calc(100% - 20px);
	margin-top:5px;
	margin-left: 20px;
	clear: both;
}
.caption_color span{
	display: block;
	width:15px;
	height:15px;
	border-radius:100%;
	margin-right:7px;
}
.caption_color span.black{
	background-color:#000000;
}
.caption_color span.white{
	background-color:#FFFFFF;
}
.caption_color span.beige{
	background-color:#e6cfb5;
}
@media screen and (max-width: 1119px) {
	.caption_txt {
		width: calc(100% - 17px);
		font-size: 10px;
		line-height: 1.2em;
		margin-top: 5px;
		margin-left: 17px;
	}
	.caption_color {
		position: relative;
		display: flex;
		float: left;
		width: 100%;
		margin-top:5px;
		margin-left: 0;
		clear: both;
	}
	.caption_color span{
		display: block;
		width:15px;
		height:15px;
		border-radius:100%;
		margin-right:7px;
	}
}
.caption_txt::before {
	position: absolute;
	left: -17px;
	top: 50%;
	width: 10px;
	height: 1px;
	background-color: #fff;
	content: '';
}


/* --- TOP Q&A --- */
.wrapper#top_qa {
	background: #ebe4de;
    margin-top: 100px;
}

.qa_slider {
	display: block;
	float: left;
	width: 100%;
	/* margin: 100px auto 0 auto; */
	clear: both;
}
@media screen and (max-width: 1119px) {
	.qa_slider {
		margin: 50px auto 0 auto;
	}
}
@media screen and (min-width:1120px) {
	.qa_slider {
		margin: 50px auto 0 auto;
	}
}
.slider-img {
	margin: 0 10px;
}
.slider-img img {
	width: 100%;
	height: auto;
}
/*
@media screen and (max-width: 599px) {
	.qa_slider .slick-slide{
	    margin-right: 5px!important;
	    margin-left: 5px!important;
	}
}
@media screen and (min-width: 600px) {
	.qa_slider .slick-slide{
	    margin-right: 30px!important;
	    margin-left: 30px!important;
	}
}
*/
/*
.qa_slider .slick-list {
    padding: 0 40% 0 0 !important;
}
*/

/* キャプション */
.slider-text {
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}
@media screen and (max-width:499px){
	.slider-text{
		height:50px;
	}
}
@media screen and (min-width:600px){
	.slider-text{
		height:60px;
	}
}
/* ARROWS */
.qa_slider .slick-arrow {
	transition: all 0.5s;
	position: absolute;
	transform: translateY(-40%);
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.qa_slider .slider-img{
		margin:0;
	}
	.qa_slider .slick-arrow {
		top: 19vw;
	}
	.qa_slider .prev-arrow {
		left: 10px;
	}
	.qa_slider .next-arrow {
		right: 10px;
	}
}
@media screen and (min-width:600px) and (max-width:767px){
	.qa_slider .slider-img{
		margin:0;
	}
	.qa_slider .slick-arrow {
		top: 20vw;
	}
	.qa_slider .prev-arrow {
		left: 15px;
	}
	.qa_slider .next-arrow {
		right: 15px;
	}
}
@media screen and (min-width:768px) and (max-width:1119px){
	.qa_slider .slick-slide{
	    margin-right: 30px!important;
	    margin-left: 30px!important;
	}
	.qa_slider .slider-img{
		margin:0;
	}
	.qa_slider .slick-arrow {
		top: 4.7vw;
	}
	.qa_slider .prev-arrow {
		left: 20px;
	}
	.qa_slider .next-arrow {
		right: 20px;
	}
}
@media screen and (min-width:1120px){
	.qa_slider .slick-slide{
	    margin-right: 30px!important;
	    margin-left: 30px!important;
	}
	.qa_slider .slider-img{
		margin:0;
	}
	.qa_slider .slick-arrow {
		top: 5.5vw;
	}
	.qa_slider .prev-arrow {
		left: 15px;
	}
	.qa_slider .next-arrow {
		right: 15px;
	}
}
.qa_slider .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}

/* DOTS */
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.qa_slider .dots-class{
	padding: 0;
}
.dots-class li {
    width: 10px;
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
	list-style-type: none;
}
.dots-class li.slick-active {
    background-color: #fff;
}
.dots-class li:hover {
    background-color: #fff;
}
.dots-class li:last-child {
    margin-right: 0;
}


/* --- TOP VOICE --- */
@media screen and (max-width: 1119px) {
	.top_voice_list {
		display: block;
		float: left;
		width: 100%;
		margin-top: 50px;
		clear: both;
	}
	.top_voice_list li {
		display: block;
		float: left;
		width: calc((100% - 10px) / 2);
		margin-bottom: 30px;
		margin-right: 10px;
		clear: right;
	}
	.top_voice_list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1120px) {
	.top_voice_list {
		display: block;
		float: left;
		width: 100%;
		margin: 50px 0;
		clear: both;
	}
	.top_voice_list li {
		display: block;
		float: left;
		width: calc((100% - 360px) / 4);
		margin-right: 120px;
		clear: right;
	}
	.top_voice_list li:nth-child(4n) {
		margin-right: 0;
	}
}
.top_voice_list li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.top_voice_list li span {
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 1.8em;
	margin-top: 10px;
	clear: both;
}
.top_voice_list li span b {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	clear: both;
}

/* --- TOP ORDER --- */
@media screen and (max-width: 1119px) {
	.wrapper#top_order {
		display: flex;
		align-items: center;
		width: 100%;
		height: 750px;
		background-image: url('./images/top_order_bg_sp.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
	}

	.top_order_box {
		display: block;
		float: left;
		width: 90%;
		background-color: rgba(255, 255, 255, 0.5);
		margin: 150px 5% 0 5%;
		clear: both;
	}
	.top_order_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 25px;
		color: #ad9d93;
		line-height: 1.2em;
		text-align: center;
		margin: 30px 0 20px 0;
		clear: both;
	}
	.top_order_txt {
	    display: flex;
		frex-direction: row;
		width: 90%;
		margin: 20px 5%;
		clear: both;
	}
	.top_order_txt b {
		display: flex;
		align-items: center;
		width: 59px;
		border-right: 1px solid #fff;
	    font-family: 'Belleza', sans-serif;
		font-size: 43px;
		font-weight: normal;
		clear: right;
	}
	.top_order_txt span {
		display: flex;
		align-items: center;
		width: calc(100% - 90px);
		font-size: 13px;
		line-height: 1.6em;
		margin-left: 20px;
		clear: right;
	}
}
@media screen and (min-width:1120px) {
	.wrapper#top_order {
		display: flex;
		align-items: center;
		width: 100%;
		height: 600px;
		background-image: url('./images/top_order_bg.jpg');
		background-repeat: no-repeat;
		background-position: top -100px center;
	 	background-size: cover;
	}

	.top_order_box {
		position: relative;
		left: calc((100% - 700px) / 2);
		display: block;
		float: left;
		width: 700px;
		background-color: rgba(255, 255, 255, 0.5);
		margin: 0;
		clear: both;
	}
	.top_order_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 27px;
		color: #ad9d93;
		text-align: center;
		margin: 30px 0;
		clear: both;
	}
	.top_order_txt {
		position: relative;
		left: calc((100% - 490px) / 2);
	    display: flex;
		frex-direction: row;
		width: 490px;
		margin-top: 25px;
		clear: both;
	}
	.top_order_txt b {
		display: flex;
		align-items: center;
		width: 69px;
		border-right: 1px solid #fff;
	    font-family: 'Belleza', sans-serif;
		font-size: 43px;
		font-weight: normal;
		clear: right;
	}
	.top_order_txt span {
		display: flex;
		align-items: center;
		width: 400px;
		font-size: 13px;
		line-height: 1.8em;
		margin-left: 20px;
		clear: right;
	}
}

/* --- TOP NEWS --- */
@media screen and (max-width: 1119px) {
	.top_news_list {
		display: block;
		float: left;
		width: 100%;
		border-top: 1px solid #666;
		margin: 30px 0 50px 0;
		clear: both;
	}
	.top_news_list li {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #666;
		margin-top: 20px;
		padding-bottom: 20px;
		clear: both;
	}
}
@media screen and (min-width:1120px) {
	.top_news_list {
		position: relative;
		left: calc((100% - 600px) / 2);
		display: block;
		float: left;
		width: 600px;
		border-top: 1px solid #666;
		margin: 100px 0 50px 0;
		clear: both;
	}
	.top_news_list li {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #666;
		margin-top: 20px;
		padding-bottom: 20px;
		clear: both;
	}
}
.top_news_list li#nl {
	border: none;
}

.top_news_list li .top_news_list_con {
	display: block;
	float: left;
	width: calc(100% - 15px);
	font-size: 12px;
	line-height: 2.5em;
	clear: right;
}
/*
.top_news_list .date{
	width:75px;
}
.top_news_list .category{
	width: calc(100% - 75px);
}
*/
.top_news_list_con span{
	display: inline-block;
	background-color:#dfcbc6;
	color:#FFFFFF;
	font-size:11px;
	line-height: 1.3em;
	box-sizing:border-box;
	padding:2px 10px;
	margin-right:5px;
}
.top_news_arrow {
	display: block;
	float: left;
	width: 15px;
	clear: right;
}


/* ================================================================================
 BRIDAL INNER / DAILY USE
================================================================================ */

@media screen and (max-width: 1119px) {
	.bridalinner_dress_cover_sp {
		display: block;
		float: left;
		width: 100%;
		height: 500px;
		background-image: url('./images/bridalinner_dress_cover_sp.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
		margin-top: 70px;
		clear: both;
	}
	.dailyuse_dress_cover_sp {
		display: block;
		float: left;
		width: 100%;
		height: 500px;
		background-image: url('./images/dailyuse_dress_cover_sp.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
		margin-top: 70px;
		clear: both;
	}
	.bridalinner_dress_cover_pc,.dailyuse_dress_cover_pc {
		display: none;
	}
	.bridalinner_dress_cover_logo {
		position: relative;
		left: calc((100% - 141px) / 2);
		display: block;
		float: left;
		width: 141px;
		margin-top: 30px;
		clear: both;
	}
	.bridalinner_dress_cover_overlay {
		display: block;
		float: left;
		width: 100%;
		margin-top: 100px;
		clear: both;
	}
	.bridalinner_dress_cover_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 30px;
		color: #ad9d93;
		line-height: 1.4em;
		text-align: left;
		margin: 0;
		clear: both;
	}
	.bridalinner_dress_cover_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #666;
		line-height: 1.4em;
		margin: 0;
		clear: both;
	}
	
	.bridalinner_dress_catch {
		display: block;
		float: left;
		width: 94%;
		font-size: 14px;
		color: #ad9d93;
		line-height: 2em;
		text-align: left;
		margin: 50px 3% -30px 3%;
		clear: both;
	}

	.bridalinner_dress_point {
		display: block;
		float: left;
		width: 94%;
		background-color: #fff;
		margin: 40px 3% 0 3%;
		clear: both;
	}

	.bridalinner_dress_point_tbl {
	    display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
		list-style-type: none;
	}
	.bridalinner_dress_point_tbl li {
	    display: flex;
	    flex-direction: column;
		width: 100%;
		margin: 0;
	}
	.bridalinner_dress_point#lt .bridalinner_dress_point_tbl li:first-child {
		order: 2;
	}
	.bridalinner_dress_point#lt .bridalinner_dress_point_tbl li:nth-child(2) {
		order: 1;
	}
	.bridalinner_dress_point_tbl li img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.bridalinner_dress_point_ttl_1 {
		display: block;
		float: left;
		width: 90%;
	    font-family: 'Belleza', sans-serif;
		font-size: 20px;
		color: #ad9d93;
		text-align: left;
		margin: 10px 5% 0 5%;
		clear: both;
	}
	.bridalinner_dress_point_ttl_1 b {
		font-family: 'Noto Serif JP', serif;
		font-size: 22px;
		font-weight: normal;
	}
	.bridalinner_dress_point_ttl_2 {
		display: block;
		float: left;
		width: 90%;
		font-size: 18px;
		color: #ad9d93;
		text-align: left;
		margin: 10px 5% 0 5%;
		clear: both;
	}
	.bridalinner_dress_point_txt {
		display: block;
		float: left;
		width: 90%;
		font-size: 13px;
		color: #666;
		line-height: 1.8em;
		margin: 20px 5% 10px 5%;
		clear: both;
	}

	.bridalinner_menu {
		display: block;
		float: left;
		width: 100%;
		margin-top: 100px;
		clear: both;
	}
	.bridalinner_menu li {
		display: block;
		float: left;
		width: calc((100% - 20px) / 3);
		height: 100px;
		background-color: #fff;
		color: #ad9d93;
		font-size: 14px;
		text-align: center;
		margin-right: 10px;
		padding-top: 20px;
		clear: right;
	}
	.bridalinner_menu li:nth-child(3) {
		margin-right: 0;
	}
	.bridalinner_menu li span {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.bridalinner_menu li span a {
		display: block;
		float: left;
		width: 100%;
		height: 100px;
		background-color: #f2eeeb;
		color: #ad9d93;
		margin-top: -20px;
		margin-right: 10px;
		padding-top: 20px;
		clear: right;
	}
	
	.bridalinner_menu li img {
		position: relative;
		top: -35px;
	}
	.bridalinner_menu li#current img {
		position: relative;
		top: 24px;
	}

	.bridalinner_submenu {
		display: block;
		float: left;
		width: 100%;
		margin: 10px 0px 0px -20px;
		clear: both;
	}
	.bridalinner_submenu ul.center {
		text-align: center;
	}
	.bridalinner_submenu ul li {
		display: block;
		float: left;
		width: calc(50% - 6px);
		margin: 0 3px;
		padding: 0;
		vertical-align: top;
		clear: right;
	}
	.bridalinner_submenu ul li p {
		display: block;
		width: 100%;
		height: 65px;
		font-size: 11px;
		background-color: #ebe4de;
		font-family: 'Belleza', sans-serif;
		line-height: 1.8em;
		color: #AD9D93;
		margin-top: 6px;
		padding-top: 10px;
		clear: both;
	}
	.bridalinner_submenu#wht ul li p {
		background-color: #fff;
	}
	.bridalinner_submenu ul li:last-child {
		margin-right: none;
	}
	.bridalinner_submenu ul li p span {
		font-size: 13px;
		color: #666;
		font-family: 'Noto Serif JP', serif;
	}
}
@media screen and (min-width:1120px) {
	.bridalinner_dress_cover_sp,.dailyuse_dress_cover_sp {
		display: none;
	}
	.bridalinner_dress_cover_pc {
		display: block;
		float: left;
		width: 100%;
		height: 650px;
		background-image: url('./images/bridalinner_dress_cover_pc.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
		margin-top: 70px;
		clear: both;
	}
	.dailyuse_dress_cover_pc {
		display: block;
		float: left;
		width: 100%;
		height: 650px;
		background-image: url('./images/dailyuse_dress_cover_pc.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
		margin-top: 70px;
		clear: both;
	}
	.bridalinner_dress_cover_logo {
		position: relative;
		left: calc((100% - 141px) / 2);
		display: block;
		float: left;
		width: 141px;
		margin-top: 50px;
		clear: both;
	}
	.bridalinner_dress_cover_overlay {
		display: block;
		float: left;
		width: 100%;
		margin-top: 150px;
		clear: both;
	}
	.bridalinner_dress_cover_ttl {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 40px;
		color: #ad9d93;
		line-height: 1.4em;
		text-align: left;
		margin: 0;
		clear: both;
	}
	.bridalinner_dress_cover_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #666;
		line-height: 1.4em;
		margin: 0;
		clear: both;
	}

	.bridalinner_dress_catch {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #ad9d93;
		line-height: 1.8em;
		text-align: center;
		margin-top: 50px;
		clear: both;
	}

	.bridalinner_dress_point {
		position: relative;
		left: calc((100% - 1120px) / 2);
		display: block;
		float: left;
		width: calc(1120px + ((100% - 1120px) / 2));
		background-color: #fff;
		margin-top: 40px;
		clear: both;
	}
	.bridalinner_dress_point#lt {
		position: relative;
		left: 0;
	}

	.bridalinner_dress_point_tbl {
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 1120px;
		margin: 0;
		list-style-type: none;
	}
	.bridalinner_dress_point#lt .bridalinner_dress_point_tbl {
		position: relative;
		left: calc((100vw - 80px - 1120px) / 2);
	}
	.bridalinner_dress_point_tbl li {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
		width: 50%;
	}
	.bridalinner_dress_point_tbl li img {
		vertical-align: bottom;
		margin: 30px;
	}

	.bridalinner_dress_point_ttl_1 {
		display: block;
		float: left;
		width: calc(100% - 100px);
	    font-family: 'Belleza', sans-serif;
		font-size: 20px;
		color: #ad9d93;
		text-align: left;
		margin: 30px 50px 0 50px;
		clear: both;
	}
	.bridalinner_dress_point_ttl_1:first-of-type{
		margin: 0 50px;
	}
	.bridalinner_dress_point_ttl_1 b {
		font-family: 'Noto Serif JP', serif;
		font-size: 22px;
		font-weight: normal;
	}
	.bridalinner_dress_point_ttl_2 {
		display: block;
		float: left;
		width: calc(100% - 100px);
		font-size: 17px;
		color: #ad9d93;
		text-align: left;
		margin: 10px 50px 0 50px;
		clear: both;
	}
	.bridalinner_dress_point_txt {
		display: block;
		float: left;
		width: calc(100% - 100px);
		font-size: 13px;
		color: #666;
		line-height: 1.8em;
		margin: 20px 50px 0 50px;
		clear: both;
	}

	.bridalinner_menu {
		display: block;
		float: left;
		width: 100%;
		margin-top: 100px;
		clear: both;
	}
	.bridalinner_menu li {
		display: block;
		float: left;
		width: calc((100% - 20px) / 3);
		height: 80px;
		background-color: #fff;
		color: #ad9d93;
		font-size: 18px;
		text-align: center;
		margin-right: 10px;
		padding-top: 55px;
		clear: right;
	}
	.bridalinner_menu li:nth-child(3) {
		margin-right: 0;
	}
	.bridalinner_menu li span {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.bridalinner_menu li span a {
		display: block;
		float: left;
		width: 100%;
		height: 80px;
		background-color: #f2eeeb;
		color: #ad9d93;
		margin-top: -55px;
		margin-right: 10px;
		padding-top: 55px;
		clear: right;
	}
	.bridalinner_menu li a:hover {
		background-color: #e5e1de;
		color: #ad9d93;
	}
	
	.bridalinner_menu li img {
		position: relative;
		top: -35px;
	}
	.bridalinner_menu li#current img {
		position: relative;
		top: 20px;
	}

	.bridalinner_submenu {
		display: block;
		float: center;
		margin-top: 30px;
		margin-right: 10px;
		clear: both;
	}
	.bridalinner_submenu ul.center {
		text-align: center;
		padding: 0;
	}
	.bridalinner_submenu ul li {
		display: inline-block;
		margin:0 5px;
		padding: 0;
		vertical-align: top;
	}
	.bridalinner_submenu ul li p {
		display: block;
		width: 165px;
		height: 65px;
		font-size: 11px;
		background-color: #ebe4de;
		font-family: 'Belleza', sans-serif;
		line-height: 1.8em;
		color: #AD9D93;
		padding-top: 10px;
		clear: both;
		transition: 0.5s;
	}
	.bridalinner_submenu#wht ul li p {
		background-color: #fff;
	}
	.bridalinner_submenu ul li p:hover {
		background-color: #f2eeeb;
	}
	.bridalinner_submenu ul li:last-child {
		margin-right: none;
	}
	.bridalinner_submenu ul li p span {
		font-size: 13px;
		color: #666;
		font-family: 'Noto Serif JP', serif;
	}
}

/* ---INNER ITEM SLIDER --- */
.inner_slider {
	display: block;
	float: left;
	width: 85%;
	margin: 30px auto 0 auto;
	clear: both;
	left:calc((15%) / 2)
}
.slider-img {
	margin: 0 10px;
}
.slider-img a{
	position:relative;
	display:block;
}
.slider-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.inner_slider .slick-slide{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.inner_slider .slick-list {
    padding: 0 100px 0 80px !important;
}

/* ARROWS */
.inner_slider .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	z-index: 10;
}
.inner_slider .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.inner_slider .prev-arrow {
	left: 20px;
}
.inner_slider .next-arrow {
	right: 20px;
}

.caption_box2 {
	opacity: 0;
	position: absolute;
	bottom: 0px;
	display: block;
	float: left;
	width: calc(100% - 20px);
	/*height: 110px;*/
	background: rgba(173, 157, 147, 0.7);
	margin: 0;
	padding: 10px;
	clear: both;
	transition: 0.5s;
}

.slider-img:hover .caption_box2 {
	opacity: 1;
}
.caption_box2 img {
	position: relative;
	top: 10px;
	left: calc(50% - 13px);
}

@media screen and (max-width: 799px) {
	.caption_box2 {
		position: absolute;
		bottom: 0px;
		display: block;
		float: left;
		width: calc(100% - 20px);
		/*height: 75px;*/
		background: rgba(173, 157, 147, 0.7);
		margin: 0;
		padding: 0 10px 5px 10px;
		clear: both;
		transition: 0.5s;
	}
	.inner_slider .slick-slide .caption_box2 {
		opacity: 0;
	}
	.inner_slider .slick-current .caption_box2 {
		opacity: 1;
		animation: fadeIn 0.3s 0.5s linear;
		animation-fill-mode: both;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
}

/* SELECT CATEGORY TITLE & TEXT */
.bridalinner_dress_select_catttl {
	position: relative;
	left: calc((100% - 230px) / 2);
	display: block;
	float: left;
	width: 230px;
	text-align: center;
	margin-top: 70px;
	clear: both;
}
.bridalinner_dress_select_catttl span {
	display: block;
	float: left;
	width: 100%;
    font-family: 'Belleza', sans-serif;
	font-size: 15px;
	color: #ad9d93;
	margin-top: 0px;
	clear: both;
}
.bridalinner_dress_select_catttl b {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: #ad9d93;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	padding: 5px 0;
	clear: both;
}
.bridalinner_dress_select_catttl b::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	height: 20px;
	margin: auto;
	background-color: #ad9d93;
	top: 50px;
}

/* SELECT TITLE & TEXT */
.bridalinner_dress_select_ttl {
	display: block;
	float: left;
	width: 90%;
	font-size: 18px;
	color: #ad9d93;
	text-align: center;
	margin: 70px 5% 0 5%;
	clear: both;
}
.bridalinner_dress_select_txt {
	display: block;
	float: left;
	width: 90%;
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 1.8em;
	margin: 20px 5% 0 5%;
	clear: both;
}


/* ▼▼▼ テンポラリー画像用なのでSELECT部コーディング後は削除 ▼▼▼ */

@media screen and (max-width: 1119px) {
	.bridalinner_dress_select_ttl img {
		width: 100%;
	}
}

/* ▲▲▲ テンポラリー画像用なのでSELECT部コーディング後は削除 ▲▲▲ */

@media screen and (max-width: 1119px) {
	.bridalinner_dress_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		line-height: 1.8em;
		margin-top: 50px;
		clear: both;
	}
	.bridalinner_dress_txt img{
		display: block;
		width: 100%;
	}
	.bridalinner_dress_txt#small {
		margin-top: 20px;
		font-size: 12px;
	}

	.bridalinner_dress_img {
		display: block;
		float: left;
		width: 100%;
		margin-top: 50px;
		clear: both;
	}
	.bridalinner_dress_img img {
		width: 100%;
		height: auto;
	}
	.bridalinner_dress_img img.dailyuse_item_pc{
		display:none;
	}
	.bridalinner_allitem_select02 {
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
		float: left;
		clear: both;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.bridalinner_allitem_select02 li {
		display: flex;
		flex-direction:column;
		float: left;
		clear: both;
		width: 48%;
		text-align: center;
		margin-top: 40px;
	}
	.bridalinner_allitem_select02 li:nth-child(1){
		margin-right:26%;
		margin-left:26%;
	}
	.bridalinner_allitem_select02 li:nth-child(2){
		margin-right:4%;
	}
	.bridalinner_allitem_select02 li:nth-child(3){
		margin-right:0;
	}
	.bridalinner_allitem_select02 li img {
		width: 100%;
		height: auto;
		margin-bottom:20px;
	}
	.bridalinner_allitem_select02_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #ad9d93;
		margin-top: 0px;
		clear: both;
	}
	.bridalinner_allitem_select02_ttl span {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		margin-top: 0px;
		clear: both;
	}
	.bridalinner_allitem_select02_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 11px;
		line-height: 1.5em;
		text-align: left;
		margin-top: 5px;
		clear: both;
	}

	.dailyuse_allitem_select02,
	.dailyuse_allitem_select03 {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.dailyuse_select03 {
		margin-top: 30px;
	}
	.dailyuse_allitem_select02 li,
	.dailyuse_allitem_select03 li {
		display: block;
		float: left;
		clear: both;
		width: 100%;
	}
	.dailyuse_allitem_select02_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 18px;
		color: #917e73;
		margin-top: 30px;
		clear: both;
	}
	.dailyuse_allitem_select02_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		margin-top: 15px;
		clear: both;
	}
	.dailyuse_allitem_select02_txt#rt {
		font-size: 12px;
		text-align: right;
	}
	.dailyuse_allitem_select02_txt span {
		display: block;
		float: left;
		width: 100%;
		background-color: #f6f2ef;
		font-size: 13px;
		color: #917e73;
		text-align: center;
		margin-top: 10px;
		padding: 15px 0px;
		clear: both;
	}

	.dailyuse_allitem_select02 li img,
	.dailyuse_allitem_select03 li img {
		width: 100%;
		height: auto;
	}

	.dailyuse_allitem_select04 {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin: 30px 0;
	}
	.dailyuse_allitem_select04 li {
		display: block;
		float: left;
		clear: right;
		width: calc((100% - 10px) / 2);
		margin-top: 20px;
		margin-right: 10px;
	}
	.dailyuse_allitem_select04 li:nth-child(2n) {
		margin-right: 0;
	}
	.dailyuse_allitem_select04 li img {
		width: 100%;
		height: auto;
	}
	.dailyuse_allitem_select04_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #ad9d93;
		margin-top: 0px;
		clear: both;
	}
	.dailyuse_allitem_select04_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 11px;
		line-height: 1.5em;
		margin-top: 5px;
		clear: both;
	}

	.dailyuse_scene_select {
		display: flex;
		flex-direction:column-reverse;
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: -30px;
		clear: both;
	}
	.dailyuse_scene_select li {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.dailyuse_scene_select li:nth-child(2) {
		width: calc(100% - 20px);
		margin-top: -70px;
		padding: 0px 10px;
	}
	.dailyuse_scene_select li img {
		width: 100%;
		display: block;
	}

	.dailyuse_design_select_1 {
		display: flex;
		flex-direction:column-reverse;
		float: left;
		width: 100%;
		background-image: url('./images/dailyuse_design_select_bg1.jpg');
		background-repeat: repeat-y;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top:30px;
		clear: both;
	}
	.dailyuse_design_select_1 li {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.dailyuse_design_select_1 li:first-child {
		width: 100%;
	}
	.dailyuse_design_select_1 li:nth-child(2) {
		width: calc(100% - 40px);
		padding: 0px 20px;
		text-align: center;
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.dailyuse_design_select_1 li:first-child .dailyuse_design_select_1_img,
	.dailyuse_design_select_2 li:nth-child(2) .dailyuse_design_select_2_img{
		width:100%;
		margin-bottom: -30px;
	}
	.dailyuse_design_select_1 li:first-child .dailyuse_design_select_1_img img{
		width:100%;
		display:block;
		margin-top:-30px;
	}

	.dailyuse_design_select_2 {
	    display: flex;
		flex-direction:column;
		float: left;
		width: 100%;
		background-image: url('./images/dailyuse_design_select_bg2.jpg');
		background-repeat: repeat-y;
		margin-top: 30px;
    	margin-bottom: 30px;
    	padding-top: 30px;
    	clear: both;
	}
	.dailyuse_design_select_2 li {
		display: block;
		float: left;
		clear: both;
	}
	.dailyuse_design_select_2 li:first-child {
		width: calc(100% - 40px);
		padding: 0px 20px;
		display: flex;
		text-align: center;
    	flex-direction: column;
    	align-items: center;
	}
	.dailyuse_design_select_1 li img,
	.dailyuse_design_select_2 li img {
		width: 100%;
		display:block;
		margin-top:-30px;
	}
}
@media screen and (min-width:1120px) {

	.bridalinner_dress_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		line-height: 1.8em;
		text-align: center;
		margin-top: 50px;
		clear: both;
	}
	.bridalinner_dress_txt img{
		width: 30%;
	}

	.bridalinner_dress_txt#small {
		margin-top: 20px;
		font-size: 12px;
	}

	.bridalinner_dress_img {
		display: block;
		float: left;
		width: 100%;
		margin-top: 50px;
		clear: both;
	}
	.bridalinner_dress_img img {
		width: 100%;
		height: auto;
	}
	.bridalinner_dress_img img.dailyuse_item_sp{
		display:none;
	}
	.bridalinner_allitem_select02 {
		position: relative;
		left: calc((100% - 965px) / 2);
		display: block;
		float: left;
		clear: both;
		width: 965px;
		margin: 30px 0;
	}
	.bridalinner_allitem_select02 li {
		display: block;
		float: left;
		clear: right;
		width: calc((100% - 140px) / 3);
		margin-right: 70px;
	}
	.bridalinner_allitem_select02 li:nth-child(3n) {
		margin-right: 0;
	}
	.bridalinner_allitem_select02 li img {
		width: 100%;
		height: auto;
	}
	.bridalinner_allitem_select02_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 18px;
		color: #ad9d93;
		text-align: center;
		margin-top: 0px;
		clear: both;
	}
	.bridalinner_allitem_select02_ttl span {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		margin-top: 0px;
		clear: both;
	}
	.bridalinner_allitem_select02_txt {
		display: block;
		float: left;
		width: calc(100% - 20px);
		font-size: 11px;
		line-height: 1.5em;
		margin-top: 5px;
		padding: 0px 10px;
		clear: both;
	}

	.dailyuse_allitem_select02,
	.dailyuse_allitem_select03 {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin: 30px 0;
	}
	.dailyuse_allitem_select02 li,
	.dailyuse_allitem_select03 li {
		display: block;
		float: left;
		clear: right;
		width: 50%;
	}

	.dailyuse_allitem_select02_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 20px;
		color: #917e73;
		text-align: center;
		margin-top: 0px;
		clear: both;
	}
	.dailyuse_allitem_select02_txt {
		display: block;
		float: left;
		width: calc(100% - 100px);
		font-size: 13px;
		margin-top: 15px;
		padding: 0px 50px;
		clear: both;
	}
	.dailyuse_allitem_select02_txt#rt {
		font-size: 12px;
		text-align: right;
	}
	.dailyuse_allitem_select02_txt span {
		display: block;
		float: left;
		width: 100%;
		background-color: #f6f2ef;
		font-size: 16px;
		color: #917e73;
		text-align: center;
		margin-top: 10px;
		padding: 15px 0px;
		clear: both;
	}

	.dailyuse_allitem_select03 li img {
		width: 100%;
		height: auto;
	}

	.dailyuse_allitem_select04 {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin: 30px 0;
	}
	.dailyuse_allitem_select04 li {
		display: block;
		float: left;
		clear: right;
		width: calc((100% - 90px) / 4);
		margin-right: 30px;
	}
	.dailyuse_allitem_select04 li:nth-child(4n) {
		margin-right: 0;
	}
	.dailyuse_allitem_select04 li img {
		width: 100%;
		height: auto;
	}
	.dailyuse_allitem_select04_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #ad9d93;
		text-align: center;
		margin-top: 0px;
		clear: both;
	}
	.dailyuse_allitem_select04_txt {
		display: block;
		float: left;
		width: calc(100% - 20px);
		font-size: 11px;
		line-height: 1.5em;
		margin-top: 5px;
		padding: 0px 10px;
		clear: both;
	}

	.dailyuse_scene_select {
		display: flex;
		align-items: center;
		width: 100%;
		/*height: 360px;*/
		margin-top: 30px;
		margin-bottom: -30px;
	}
	.dailyuse_scene_select li {
		display: block;
		float: left;
		clear: right;
	}
	.dailyuse_scene_select li:first-child {
		width: 50%;
		text-align: right;
		display: flex;
    	justify-content: center;
	}
	.dailyuse_scene_select li:nth-child(2) {
		width: calc(50% - 40px);
		padding: 0px 20px;
	}
	.dailyuse_scene_select li img {
		vertical-align: bottom;
		width:75%;
		display:block;
	}

	.dailyuse_design_select_1 {
		display: flex;
		align-items: center;
		height: 330px;
		background-image: url('./images/dailyuse_design_select_bg1.jpg');
		background-repeat: no-repeat;
		background-position: right bottom;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.dailyuse_design_select_1 li {
		display: block;
		float: left;
		clear: right;
	}
	.dailyuse_design_select_1 li:first-child {
		width: 50%;
	}
	.dailyuse_design_select_1 li:nth-child(2) {
		width: calc(50% - 160px);
		padding: 0px 80px;
	}
	.dailyuse_design_select_1 li:first-child .dailyuse_design_select_1_img,
	.dailyuse_design_select_2 li:first-child .dailyuse_design_select_2_img{
		width:100%;
	}
	.dailyuse_design_select_1 li:first-child .dailyuse_design_select_1_img img,
	.dailyuse_design_select_2 li:nth-child(2) .dailyuse_design_select_2_img img{
		width:100%;
		display:block;
	}

	.dailyuse_design_select_2 {
		display: flex;
		align-items: center;
		height: 330px;
		background-image: url('./images/dailyuse_design_select_bg2.jpg');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.dailyuse_design_select_2 li {
		display: block;
		float: left;
		clear: right;
	}
	.dailyuse_design_select_2 li:first-child {
		width: calc(50% - 200px);
		padding: 0px 100px;
	}
	.dailyuse_design_select_2 li:nth-child(2) {
		width: 50%;
	}
	.bridalinner_dress_select_catttl2 span {
		margin-top: 70px;
	}
}
.bridalinner_dress_txt.all{
	margin-bottom: 50px;
}

/* SELECT CATEGORY TITLE */
.bridalinner_dress_select_catttl2 {
	display: block;
	float: left;
	width: 230px;
	clear: both;
}
.bridalinner_dress_select_catttl2 span {
	display: block;
	float: left;
	width: 100%;
    font-family: 'Belleza', sans-serif;
	font-size: 15px;
	color: #ad9d93;
	clear: both;
}
.bridalinner_dress_select_catttl2 b {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: #ad9d93;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	padding: 5px 0;
	clear: both;
}

.bridalinner_dress_select_cattxt {
	display: block;
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 1.8em;
	margin-top: 20px;
	clear: both;
}







/* ================================================================================
 CONCEPT
================================================================================ */

.wrapper#concept {
	position: relative;
	background: #bfbbba;
}

@media screen and (max-width: 1119px) {
	.concept_cover_sp {
		display: block;
		float: left;
		width: 100%;
		height: 500px;
		background-image: url('./images/concept_cover_sp.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
		margin-top: 70px;
		clear: both;
	}
	/* --- TEXT SCROLL --- */
	.crawling_copy {
		position: relative;
    	height: 100%;
	}
	.crawling_copy_wrap {
		position: absolute;
		display: flex;
		width: 100%;
		height: 110px;
		overflow: hidden;
    	bottom: 10px;
	}
	.crawling_copy_wrap div {
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 80px;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1em;
		overflow: hidden;
	}
	.crawling_copy_wrap div:nth-child(odd) {
		animation: loop 50s -25s linear infinite;
	}
	.crawling_copy_wrap div:nth-child(even) {
		animation: loop2 50s linear infinite;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		} to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		} to {
			transform: translateX(-200%);
		}
	}

	.concept_cover_pc {
		display: none;
	}

	/* --- CAPTION --- */
	#po_re{
		position:relative;
	}
	.concept_caption_img {
		position:relative;
		z-index:1;
		display: block;
		float: left;
		width: 100%;
		margin: 0 0 50px 0;
		clear: both;
	}
	.concept_caption_img li {
		display: block;
		width: 70%;
		clear: both;
	}
	.concept_caption_img li:nth-child(1){
		margin-top: 20px;
	}
	.concept_caption_img li:nth-child(2){
		margin-top: 75vw;
		position:relative;
		float: right;
	}
	.concept_caption_img li img {
		width: 100%;
		height: auto;
		display:block;
	}
	.concept_caption {
		position:absolute;
		z-index:2;
		display: block;
		float:left;
		top:87vw;
		width: 70%;
		background: #ad9d93;
		margin: 0 15%;
		padding: 20px 10px;
		clear: both;
		box-sizing: border-box;
	}
	.concept_caption_cap {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 20px;
		color: #fff;
		text-align: center;
		line-height: 1.8em;
		margin-top: 0px;
		clear: both;
	}
	.concept_caption_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #fff;
		line-height: 1.8em;
		margin-top: 20px;
		clear: both;
	}
	.concept_caption_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 12px;
		color: #fff;
		line-height: 2.0em;
		margin-top: 20px;
		clear: both;
	}

	/* --- CONCEPT --- */
	.concept_concept_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #bfaba5;
		line-height: 2.3em;
		margin-top: 50px;
		clear: both;
	}
	.concept_concept_img {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin-top: 50px;
		clear: both;
	}
	.concept_concept_img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	
	/* --- DOTLINE --- */
	.concept_dotline {
		width: 100%;
		list-style: none;
		margin: 0 auto -20px 0;
		box-sizing: border-box;
	}
	
	.concept_dotline li {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
	
	.concept_dotline_wrapper {
		display: block;
		width: 100%;
		border-left: 4px solid #ebe4de;
		padding: 10px 0;
	}
	
	.concept_dotline li span {
		display: inline-flex;
		justify-content: flex-end;
		flex-basis: 5em;
		max-width: 0px;
		margin-right: 1em;
		margin-top: 30px;
	}
	
	.concept_dotline_box {
		position: relative;
		min-height: 1em;
		padding: 0 0 0 30px;
		border-radius: 6px;
	}
	
	.concept_dotline_box::before {
		content: "";
		position: absolute;
		left: -15px;
		top: 30px;
		background: #bfbbba;
		width: 26px;
		height: 26px;
		border-radius: 50%;
	}
	
	.concept_dotline_ttl {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		font-size: 19px;
		color: #ad9d93;
		line-height: 1.5em;
	}
	.concept_dotline_ttl b {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		font-size: 50px;
		color: #eae6e3;
		line-height: 1em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.concept_dotline_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		color: #666;
		line-height: 2em;
		margin-top: 10px;
		clear: both;
	}
	
	/* --- SUGGESTION --- */
	.concept_suggestion {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 50px;
		clear: both;
	}
	.concept_suggestion li {
		display: block;
		float: left;
		width: 100%;
		display: block;
		margin-top: 50px;
		clear: both;
	}
	.concept_suggestion li img {
		width: 100%;
		height: auto;
	}
	.concept_suggestion_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 18px;
		color: #ad9d93;
		line-height: 1.8em;
		text-align: center;
		margin-top: 20px;
		clear: both;
	}
	.concept_suggestion_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		color: #666;
		line-height: 2em;
		margin-top: 20px;
		clear: both;
	}
}
@media screen and (min-width:1120px) {
	.concept_cover_sp {
		display: none;
	}
	.concept_cover_pc {
		display: block;
		float: left;
		width: 100%;
		height: 850px;
		background-image: url('./images/concept_cover_pc.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	 	background-size: cover;
		margin-top: 70px;
		clear: both;
	}
	/* --- TEXT SCROLL --- */
	.crawling_copy {
		position: relative;
		bottom: -440px;
		overflow: hidden;
	}
	.crawling_copy_wrap {
		display: flex;
		width: 100%;
		height: 500px;
		overflow: hidden;
	}
	.crawling_copy_wrap div {
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 250px;
		color: rgba(255, 255, 255, 0.2);
		line-height: 1em;
		overflow: hidden;
  		font-family: 'Bodoni MT', serif;
	}
	.crawling_copy_wrap div:nth-child(odd) {
		animation: loop 50s -25s linear infinite;
	}
	.crawling_copy_wrap div:nth-child(even) {
		animation: loop2 50s linear infinite;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		} to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		} to {
			transform: translateX(-200%);
		}
	}

	/* --- CAPTION --- */
	.concept_caption_img {
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		margin: 50px 0;
	}
	.concept_caption_img li {
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 50%;
	}
	.concept_caption_img li img#lt {
		margin-right: 50px;
		width: 80%;
	}
	.concept_caption_img li img#rt {
		margin-left: 150px;
		width: 70%;
	}
	
	.concept_caption {
		position: absolute;
		top: -130px;
		left: calc((100% - 400px) / 2);
		display: block;
		float: left;
		width: 400px;
		background: #AD9D93;
		padding: 20px 35px 50px 35px;
		clear: both;
	}
	.concept_caption_cap {
		display: block;
		float: left;
		width: 100%;
	    font-family: 'Belleza', sans-serif;
		font-size: 40px;
		color: #fff;
		text-align: center;
		line-height: 1.8em;
		margin-top: 0px;
		clear: both;
	}

	.concept_caption_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 20px;
		color: #fff;
		line-height: 1.8em;
		margin-top: 50px;
		clear: both;
	}
	.concept_caption_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		color: #fff;
		line-height: 2.3em;
		margin-top: 50px;
		clear: both;
	}

	/* --- CONCEPT --- */
	.concept_concept_txt {
		position: relative;
		left: calc((100% - 750px) / 2);
		display: block;
		float: left;
		width: 750px;
		font-size: 15px;
		color: #bfaba5;
		line-height: 2.3em;
		margin-top: 100px;
		clear: both;
	}
	.concept_concept_img {
		display: block;
		float: left;
		width: 100%;
		margin-top: 100px;
		clear: both;
	}
	.concept_concept_img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	

	/* --- DOTLINE --- */
	.concept_dotline {
		width: 100%;
		list-style: none;
		margin: 0 auto 0 0;
		box-sizing: border-box;
	}
	
	.concept_dotline li {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
	
	.concept_dotline_wrapper {
		display: block;
		width: 100%;
		border-left: 4px solid #ebe4de;
		padding: 30px 0;
	}
	
	.concept_dotline li span {
		display: inline-flex;
		justify-content: flex-end;
		flex-basis: 5em;
		max-width: 5em;
		margin-right: 1em;
		margin-top: 30px;
	}
	
	.concept_dotline_box {
		position: relative;
		min-height: 1em;
		padding: 0 50px;
		border-radius: 6px;
	}
	
	.concept_dotline_box::before {
		content: "";
		position: absolute;
		left: -15px;
		top: 5px;
		background: #bfbbba;
		width: 26px;
		height: 26px;
		border-radius: 50%;
	}
	
	.concept_dotline_ttl {
		display: flex;
		align-items: center;
		font-size: 19px;
		color: #ad9d93;
	}
	.concept_dotline_ttl b {
		font-size: 100px;
		color: #eae6e3;
		font-weight: normal;
		margin-right: 40px;
	}
	.concept_dotline_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		color: #666;
		line-height: 2.5em;
		margin-top: 40px;
		clear: both;
	}
	
	/* --- SUGGESTION --- */
	.concept_suggestion {
		display: block;
		float: left;
		width: 100%;
		margin: 90px 0;
		clear: both;
	}
	.concept_suggestion li {
		display: flex;
		align-items: center;
		flex-direction:column;
		float: left;
		width: calc(50% - 80px);
		margin: 0 80px 0 0;
		clear: right;
	}
	.concept_suggestion li:nth-child(2) {
		margin: 0 0 0 80px;
	}
	.concept_suggestion li img {
		width: 80%;
		height: auto;
	}
	.concept_suggestion_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 20px;
		color: #ad9d93;
		line-height: 1.8em;
		text-align: center;
		margin-top: 50px;
		clear: both;
	}
	.concept_suggestion_txt {
		display: block;
		float: left;
		width: 400px;
		font-size: 13px;
		color: #666;
		line-height: 2em;
		margin-top: 50px;
		clear: both;
	}
}

.btn_instagram a {
	position: relative;
	left: calc((100% - 170px) / 2);
	position: relative;
	display: flex;
	align-items: center;
	width: 170px;
    font-family: 'Belleza', sans-serif;
	font-size: 19px;
	color: #ad9d93;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 50px;
	padding-top: 170px;
}
.btn_instagram a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 1px;
	height: 100px;
	margin: auto;
	background-color: #ad9d93;
	top: 50px;
}












/* ================================================================================
 ITEM DETAIL
================================================================================ */

@media screen and (max-width: 1119px) {
	.item_detail {
		display: block;
		float: left;
		width: 100%;
		margin: 100px 0;
		clear: both;
	}
	.item_detail li {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	
	.item_detail_img {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		clear: both;
	}
	.item_detail_img img {
		width: 100%;
		height: auto;
	}

	.item_detail_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 21px;
		color: #ad9d93;
		margin-top: 50px;
		clear: both;
	}
	.item_detail_ttlsub{
		display: block;
		float: left;
		width: 100%;
		font-size: 21px;
		color: #ad9d93;
		margin-bottom: 5px;
		clear: both;
	}
	.item_detail_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 12px;
		color: #666;
		line-height: 2.3em;
		margin-bottom: 5px;
		clear: both;
	}
	.item_detail_price {
		display: block;
		float: left;
		width: 100%;
		font-size: 20px;
		color: #666;
		margin-top: 0px;
		clear: both;
	}
	.item_detail_selecttbl {
		display: block;
		float: left;
		width: 100%;
		margin-top: 20px;
		clear: both;
	}
	.item_detail_selecttbl_l {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.item_detail_selecttbl_r {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}

	.select_ttl_box {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.select_ttl {
		position: relative;
		display: block;
		float: left;
		width: 60px;
		clear: right;
	}

	select {
		position: relative;
		appearance: none;
		width: calc(100% - 60px);
		border: none;
		outline: 0;
		background: #fff;
		background-image: none;
		border-bottom: 1px solid #000;
		box-shadow: none;
	    font-family: 'Noto Serif JP', serif;
		color: #666;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		cursor: pointer;
		margin-top: 10px;
		padding: 11px 0 5px 0;
	}
	select::after {
		content: '';
		position: absolute;
		bottom: 5px;
		right: 10px;
		width: 0;
		height: 0;
		border-top: 6px solid #666;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		pointer-events: none;
	}
	select::-ms-expand {
		display: none;
	}

 select option {
	 text-align: center;
 }
	
	
	#selectBoxArea1,
	#selectBoxArea2,
	#selectBoxArea3,
	#selectBoxArea4 {
		position:relative;
		top: -25px;
		display: block;
		float: left;
		width: 100%;
		clear: right;
	}

	#selectBoxArea1 select,
	#selectBoxArea2 select,
	#selectBoxArea3 select,
	#selectBoxArea4 select {
		position:relative;
		z-index: 10;
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	#selectBoxArea1 label,
	#selectBoxArea2 label,
	#selectBoxArea3 label,
	#selectBoxArea4 label {
		position:relative;
		z-index: 100;
		top: 40px;
		display: block;
		float: left;
		width: 100%;
		color: #666;
		clear: both;
		pointer-events: none;
	}
	#selectBoxArea1.selected label,
	#selectBoxArea2.selected label,
	#selectBoxArea3.selected label,
	#selectBoxArea4.selected label {
		top: 20px;
		color: #fff;
	}
	#selectBoxArea1 label::after,
	#selectBoxArea2 label::after,
	#selectBoxArea3 label::after,
	#selectBoxArea4 label::after {
		content: '';
		position: absolute;
		bottom: 5px;
		right: 10px;
		width: 0;
		height: 0;
		border-top: 6px solid #666;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	#selectBoxArea1.selected label::after,
	#selectBoxArea2.selected label::after,
	#selectBoxArea3.selected label::after,
	#selectBoxArea4.selected label::after {
		top: 30px;
	}



	.chk_stock {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #000;
		margin-top: 10px;
		padding: 0;
		clear: both;
	}
	.chk_stock span {
		position:relative;
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #666;
		text-align: center;
		margin-bottom: 5px;
		padding: 15px 0;
		clear: both;
	}
	.chk_stock span::after {
		content: '';
		position: absolute;
		bottom: 5px;
		left: calc(50% - 6px);
		width: 0;
		height: 0;
		border-top: 6px solid #666;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	
	.btn_a#beige2 span {
		font-size: 13px;
	}

	.item_detail_ttl2 {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #000;
		font-size: 15px;
		color: #666;
		margin-top: 20px;
		padding-bottom: 5px;
		clear: both;
	}
	.item_detail_txt2 {
		display: block;
		float: left;
		width: calc(100% - 10px);
		font-size: 15px;
		color: #666;
		margin: 5px 0 0 10px;
		padding-bottom: 5px;
		clear: both;
	}
	.item_detail_txt2 .slick-track{
		width:100% !important;
		margin-top: 5px !important;
		font-size:13px;
	}
	.item_detail_txt2 .thumbnail-img{
		width: auto !important;
  		display: flex !important;
		align-items:center !important;
		flex-wrap:wrap !important;
		cursor:pointer;
	}
	.item_detail_txt2 .slick-slide{
		width:auto !important;
		margin-right:15px;
	}
	.item_detail_txt2 .thumbnail-img div{
		width:30px !important;
		height:30px !important;
		margin-right:10px !important;
	}
	.item_detail_txt2 img {
		width: 100%;
		height: auto;
	}

	.item_detail_colorlist {
	    display: flex;
		frex-direction: row;
	    align-items: center;
	}
	.item_detail_colorlist p {
		display: flex;
		align-items: center;
		margin: 5px 20px 0 0;
	}
	.item_detail_colorlist p img {
		margin-right: 10px;
	}
}
@media screen and (min-width:1120px) {
	.item_detail {
		display: block;
		float: left;
		width: 100%;
		margin: 100px 0;
		clear: both;
	}
	.item_detail li {
		display: block;
		float: left;
		width: 50%;
		clear: right;
	}
	/*
	.item_detail li:nth-of-type(1) {
		display: block;
		float: left;
		width: 36%;
		clear: right;
		margin-right:4%;
	}
	.item_detail li:nth-of-type(2) {
		display: block;
		float: left;
		width: 60%;
		clear: right;
	}
	*/
	@media screen and (max-width: 1570px) {
		.item_detail li {
			display: block;
			float: left;
			width: calc(50% - 40px);
			margin: 0 20px;
			clear: right;
		}
	}
	
	.item_detail_img {
		position: relative;
		left: calc((100% - 550px) / 2);
		display: block;
		float: left;
		width: 550px;
		margin: 0;
		clear: both;
	}
	.item_detail_img li {
		display: block;
		float: left;
		width: 50%;
		clear: right;
	}
	.item_detail_img img {
		width: 100%;
		height: auto;
	}

	.item_detail_ttl {
		display: block;
		float: left;
		width: 100%;
		font-size: 22px;
		color: #ad9d93;
		margin-bottom: 10px;
		clear: both;
	}
	.item_detail_ttlsub{
		display: block;
		float: left;
		width: 100%;
		font-size: 22px;
		color: #ad9d93;
		margin-bottom: 10px;
		clear: both;
	}
	.item_detail_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 12px;
		color: #666;
		line-height: 2.3em;
		margin-bottom: 10px;
		clear: both;
	}
	.item_detail_price {
		display: block;
		float: left;
		width: 100%;
		font-size: 20px;
		color: #666;
		margin-top: 0px;
		margin-bottom: 25px;
		clear: both;
	}
	
	.item_detail_selecttbl {
		display: block;
		float: left;
		width: 100%;
		margin-top: 20px;
		clear: both;
	}
	.item_detail_selecttbl_l {
		display: block;
		float: left;
		width: calc(100% - 250px);
		clear: right;
	}
	.item_detail_selecttbl_r {
		display: block;
		float: left;
		width: 250px;
		clear: right;
	}

	.select_ttl_box {
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	.select_ttl {
		position: relative;
		display: block;
		clear: right;
	}
	select {
		position: relative;
		appearance: none;
		width: 300px;
		border: none;
		outline: 0;
		background: #fff;
		background-image: none;
		border-bottom: 1px solid #000;
		box-shadow: none;
	    font-family: 'Noto Serif JP', serif;
		color: #666;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		cursor: pointer;
		margin-top: 10px;
		padding: 11px 0 5px 0;
	}
	select::after {
		content: '';
		position: absolute;
		bottom: 5px;
		right: 10px;
		width: 0;
		height: 0;
		border-top: 6px solid #666;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		pointer-events: none;
	}
	select::-ms-expand {
		display: none;
	}
 select option {
	 text-align: center;
 }
	
	
	#selectBoxArea1,
	#selectBoxArea2,
	#selectBoxArea3,
	#selectBoxArea4 {
		position:relative;
		top: -30px;
		display: block;
		float: left;
		width: 300px;
		clear: right;
	}

	#selectBoxArea1 select,
	#selectBoxArea2 select,
	#selectBoxArea3 select,
	#selectBoxArea4 select {
		position:relative;
		z-index: 10;
		display: block;
		float: left;
		width: 100%;
		clear: both;
	}
	#selectBoxArea1 label,
	#selectBoxArea2 label,
	#selectBoxArea3 label,
	#selectBoxArea4 label {
		position:relative;
		z-index: 100;
		top: 40px;
		display: block;
		float: left;
		width: 100%;
		color: #666;
		clear: both;
		pointer-events: none;
	}
	#selectBoxArea1.selected label,
	#selectBoxArea2.selected label,
	#selectBoxArea3.selected label,
	#selectBoxArea4.selected label {
		top: 20px;
		color: #fff;
	}
	#selectBoxArea1 label::after,
	#selectBoxArea2 label::after,
	#selectBoxArea3 label::after,
	#selectBoxArea4 label::after {
		content: '';
		position: absolute;
		bottom: 5px;
		right: 10px;
		width: 0;
		height: 0;
		border-top: 6px solid #666;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	#selectBoxArea1.selected label::after,
	#selectBoxArea2.selected label::after,
	#selectBoxArea3.selected label::after,
	#selectBoxArea4.selected label::after {
		top: 30px;
	}

	.chk_stock {
		display: block;
		float: left;
		width: 360px;
		border-bottom: 1px solid #000;
		margin-top: 10px;
		padding: 0;
		clear: both;
	}
	.chk_stock span {
		position:relative;
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #666;
		text-align: center;
		margin-bottom: 5px;
		padding: 15px 0;
		clear: both;
	}
	.chk_stock span::after {
		content: '';
		position: absolute;
		bottom: 5px;
		left: calc(50% - 6px);
		width: 0;
		height: 0;
		border-top: 6px solid #666;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

	@media screen and (max-width: 1570px) {
		.item_detail_selecttbl_l,
		.item_detail_selecttbl_r {
			display: block;
			float: left;
			width: 100%;
			clear: both;
		}
		select {
			width: 100%;
		}
		.chk_stock {
			width: 100%;
		}
	}

	.item_detail_ttl2 {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #000;
		font-size: 15px;
		color: #666;
		margin-top: 20px;
		padding-bottom: 5px;
		clear: both;
	}
	.item_detail_txt2 {
		display: block;
		float: left;
		width: calc(100% - 10px);
		font-size: 15px;
		color: #666;
		margin: 5px 0 0 10px;
		padding-bottom: 5px;
		clear: both;
	}
	.item_detail_txt2 .slick-track{
		width:100% !important;
		margin-top: 5px !important;
		font-size:13px;
	}
	.item_detail_txt2 .thumbnail-img{
		width: auto !important;
  		display: flex !important;
		align-items:center !important;
		flex-wrap:wrap !important;
		cursor:pointer;
	}
	.item_detail_txt2 .slick-slide{
		width:auto !important;
		margin-right:15px;
	}
	.item_detail_txt2 .thumbnail-img div{
		width:30px !important;
		height:30px !important;
		margin-right:10px !important;
	}

	@media screen and (max-width: 1570px) {
	.item_detail_txt2 img {
			width: 100%;
			height: auto;
		}
	}
	.item_detail_colorlist {
	    display: flex;
		frex-direction: row;
	    align-items: center;
	}
	.item_detail_colorlist p {
		display: flex;
		align-items: center;
		margin: 5px 20px 0 0;
	}
	.item_detail_colorlist p img {
		margin-right: 10px;
	}
}

/* ---INNER ITEM SLIDER --- */
/*
*/
.item_detail_slider {
	display: block;
	float: left;
	width: calc(100% - 20px);
	margin: 10px 13px 0 7px;
	clear: both;
}
.item_detail_slider .slider-img {
	margin: 0 5px;
}
.item_detail_slider .slider-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item_detail_slider .slick-slide{
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.item_detail_slider .slick-list {
    padding: 0 !important;
}

.item_detail_thumbnail {
	display: block;
	float: left;
	width: calc(100% - 20px);
	margin: 10px 10px 0 10px;
	clear: both;
}
.item_detail_thumbnail .slider-img {
	margin: 0 5px;
}
.item_detail_thumbnail .slider-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item_detail_thumbnail .slick-slide{
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.item_detail_thumbnail .slick-list {
    padding: 0 !important;
}

/* ARROWS */
.item_detail_thumbnail .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	z-index: 10;
	display: block;
	width: 7px;
	height: 14px;
	clear: both;
}
.item_detail_thumbnail .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.item_detail_thumbnail .prev-arrow {
	left: -10px;
}
.item_detail_thumbnail .next-arrow {
	right: -10px;
}

.btn_cart input[type="submit"]{
	display: block;
	float: left;
	width: 100%;
	left: 0;
	background: #ebe4de;
	margin-top: 50px;
	margin-bottom:0;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	color: #666666;
	text-align: center;
	line-height: 1.4em;
	border-radius:unset;
	padding: 15px 0;
	clear: both;
}
.btn_cart input[type="submit"]:hover{
	opacity:0.5;
}
.btn_cart a {
	display: block;
	float: left;
	width: 100%;
	background: #ebe4de;
	margin-top: 50px;
	padding: 0;
	clear: both;
}
.btn_cart span {
	display: block;
	float: left;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 0;
	padding: 15px 0;
	clear: both;
}
.item_salon_btn{
	display:flex;
	flex-wrap:wrap;
	clear:both;
	margin-bottom:20px;
}
.item_salon_btn a{
	display:block;
	background-color: #ebe4de;
	color:#666666;
	font-size:14px;
	padding:2px 10px;
	margin-right:10px;
	margin-bottom:10px;
	clear:both;
}
.item_salon_btn a:hover{
	opacity:0.5;
}
@media screen and (max-width: 1119px) {
	.btn_magical a {
		position: relative;
		left: calc((100% - 250px) / 2);
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
		width: 250px;
		border: 1px solid #000;
		margin-top: 20px;
		padding: 0;
	}
	.btn_magical span {
		position: relative;
		display: block;
		float: left;
		font-size: 15px;
		text-align: center;
		margin-top: 0;
		padding: 15px 0;
		clear: both;
	}
}
@media screen and (min-width:1120px) {
	.btn_magical a {
		position: relative;
		left: calc((100% - 370px) / 2);
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
		width: 370px;
		border: 1px solid #000;
		margin-top: 20px;
		padding: 0;
	}
	.btn_magical span {
		position: relative;
		display: block;
		float: left;
		width: 370px;
		font-size: 15px;
		text-align: center;
		margin-top: 0;
		padding: 15px 0;
		clear: both;
	}
}













/* ================================================================================
 Q & A
================================================================================ */

.qa .qa_accordion {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	clear: both;
}
.qa .qa_accordion .qa_ttl_large,
.qa .qa_accordion .qa_ttl,
.qa .qa_accordion2 .qa_ttl{
	position: relative;
	width: calc(100% - 30px);
	font-size: 14px;
	color: #666;
	background-color: #ebe4de;
	line-height: 1em;
	margin-top: 20px;
	padding: 15px;
}
.qa .qa_accordion2 .qa_ttl_large,
.qa .qa_accordion2 .qa_ttl{
	display: flex;
	background-color: #fff;
	margin-top: 0px;
}
.qa .qa_accordion .qa_ttl::after,
.qa .qa_accordion2 .qa_ttl::after{
	position: absolute;
	right: 30px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 1px solid #000000;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: 0.5s;
}
.qa .qa_accordion .qa_ttl.open .qa .qa_accordion .qa_ttl::after,
.qa .qa_accordion2 .qa_ttl.open .qa .qa_accordion2 .qa_ttl::after{
	transform: translateY(25%) rotate(-45deg);
}
.qa .qa_accordion2 .qa_ttl::after{
	bottom: 20px;
}
.qa .qa_accordion2 .qa_ttl li{
	display: flex;
	align-items: center;
	frex-direction: row;
	height: 30px;
	border-bottom: 1px solid #666;
	margin-top: 0px;
	margin-bottom: -10px;
}
.qa .qa_accordion2 .qa_ttl li:first-child{
    justify-content: center;
	width: 30px;
	padding-bottom: 5px;
}
.qa .qa_accordion2 .qa_ttl li:first-child span{
    display: flex;
	frex-direction: row;
    justify-content: center;
    align-items: center;
	width: 30px;
	height: 30px;
	background-color: #dfcbc6;
    font-family: 'Belleza', sans-serif;
	font-size: 17px;
	background-color: #dfcbc6;
}
.qa .qa_accordion2 .qa_ttl li:nth-child(2){
	width: calc(100% - 40px);
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 45px;
	line-height: 1.2em;
}

.qa .qa_accordion .qa_txt{
	display: none;
	box-sizing: border-box;
	padding: 0;
}
.qa .qa_accordion2 .qa_txt li{
	display: block;
	float: left;
	margin: -5px 15px 0 15px;
	margin-top: 0px;
}
.qa .qa_accordion2 .qa_txt li:first-child{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 30px;
	height: 30px;
    font-family: 'Belleza', sans-serif;
	font-size: 17px;
	background-color: #dfcbc6;
	margin-right: 0px;
}
.qa .qa_accordion2 .qa_txt li:nth-child(2){
	display: block;
	float: left;
	width: calc(100% - 80px);
	font-size: 14px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.qa .qa_accordion2 .qa_txt li:nth-child(2) a{
    color: #592814;
}
.qa .qa_accordion2 .qa_txt li:nth-child(2) a:hover{
    opacity: 0.5;
}

/* =======================================================
　SHOP
======================================================= */
.salon_ttl{
	font-family: 'Belleza', sans-serif;
	font-size: 36px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 15px;
}
.salon_ttl_jp{
	font-size: 15px;
	color: #AD9D93;
	text-align: center;
	margin-bottom: 40px;
}
.salon_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.salon_img{
	margin-bottom: 5px;
}
.salon_img img{
	width: 100%;
	display: block;
}
.salon_list li a{
	font-size: 17px;
	color: #666666;
}
.salon_list li a:hover{
	opacity: 0.5;
}
@media screen and (max-width: 1119px) {
	.salon_list li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 50px;
	}
	.salon_list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1120px) and (max-width: 1569px) {
	.salon_list li{
		width: 23%;
		margin-right: 2.666%;
		margin-bottom: 70px;
	}
	.salon_list li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1570px) {
	.salon_list li{
		width: 360px;
		margin-right: 43px;
		margin-bottom: 70px;
	}
	.salon_list li:nth-child(4n) {
		margin-right: 0;
	}
}
.dealer_txt{
	margin-bottom: 20px;
}
.dealer_area{
	margin-bottom: 50px;
}
.dealer_area_con{
	margin-bottom: 10px;
}
.dealer_area_con dt{
	width: calc(100% - 40px);
	background-color: #EBE4DE;
	background-image: url("images/shop_arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	padding: 10px 35px 10px 5px;
}
.dealer_area_con dd{
	display: none;
	margin: 20px 0 0 0;
	padding: 0;
}
@media screen and (max-width: 799px) {
	.container_bggray1120{
		width: 94%;
		display: block;
		clear: both;
		margin: 0 3%;
	}
	.dealer_area_con dt span{
		font-size: 12px;
	}
	.dealer_list{
		display: flex;
		flex-wrap: wrap;
	}
	.dealer_list li{
		width: 100%;
		background-color: #FFFFFF;
		padding: 10px 5px;
		margin-bottom: 25px;
	}
	.dealer_address{
		font-size: 12px;
		padding: 0 5px;
		margin-bottom: 10px;
		line-height: 1.3em;
	}
	.dealer_item span{
		display: inline-block;
		color: #FFFFFF;
		font-size: 10px;
		background-color: #DFCBC6;
		padding: 0 10px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width:800px) and (max-width: 1299px) {
	.container_bggray1120{
		width: 94%;
		display: block;
		clear: both;
		margin: 0 3%;
	}
	.dealer_area_con dt span{
		font-size: 12px;
		margin-left: 20px;
	}
	.dealer_list{
		display: flex;
		flex-wrap: wrap;
	}
	.dealer_list li{
		width: calc(48% - 10px);
		background-color: #FFFFFF;
		padding: 10px 5px;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	.dealer_list li:nth-child(2n) {
		margin-right: 0;
	}
	.dealer_address{
		font-size: 12px;
		padding: 0 5px;
		height: 37px;
		line-height: 1.3em;
	}
	.dealer_item span{
		display: inline-block;
		color: #FFFFFF;
		font-size: 10px;
		background-color: #DFCBC6;
		padding: 0 10px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width:1300px) {
	.container_bggray1120{
		width: 1120px;
		display: block;
		clear: both;
		margin: 0 auto;
	}
	.dealer_area_con dt span{
		font-size: 12px;
		margin-left: 20px;
	}
	.dealer_list{
		display: flex;
		flex-wrap: wrap;
	}
	.dealer_list li{
		width: 350px;
		background-color: #FFFFFF;
		padding: 10px 5px;
		margin-right: 20px;
		margin-bottom: 25px;
	}
	.dealer_list li:nth-child(3n) {
		margin-right: 0;
	}
	.dealer_address{
		font-size: 12px;
		padding: 0 5px;
		height: 37px;
		line-height: 1.3em;
	}
	.dealer_item span{
		display: inline-block;
		color: #FFFFFF;
		font-size: 10px;
		background-color: #DFCBC6;
		padding: 0 10px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
.dealer_name{
	font-size: 12px;
	border-bottom: #d9d9d9 1px solid;
	padding: 0 5px 3px 5px;
	margin-bottom: 5px;
}
.dealer_tel a{
	color: #666666;
	padding: 0 5px;
	margin-bottom: 10px;
	display: block;
}
.dealer_item{
	padding: 0 5px 10px 5px;
	border-bottom: #d9d9d9 1px solid;
	margin-bottom: 5px;
}
.dealer_site a{
	font-size: 10px;
	color: #AD9D93;
	text-align: center;
	display: block;
	line-height: 1.3em;
}
/* =======================================================
　SHOP DETAIL
======================================================= */
.si_salon_name{
	position: relative;
	width: 215px;
	display: block;
	clear: both;
	background-color: #AD9D93;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 45px auto;
	padding: 3px 0;
}
.si_salon_name::after{
	content: '';
	position: absolute;
  	border-left: #AD9D93 2px solid;
  	height: 18px;
  	left: 50%;
  	top: 40px;
}
.si_salon_img{
	margin-bottom: 20px;
}
.si_salon_img img{
	width: 100%;
	display: block;
}
.si_salon_txt{
	font-size: 12px;
	margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
	.si_salon_info{
		display: flex;
		flex-direction: column;
		margin-bottom: 60px;
	}
	.si_salon_info_l{
		width: 100%;
		margin-bottom: 40px;
	}
	.si_salon_info_map{
		width: 100%;
		height: 400px;
	}
	.si_salon_infobtn{
		display: flex;
		justify-content: space-between;
	}
	.si_salon_infobtn_tel,.si_salon_infobtn_yoyaku{
		width: 49%;
	}
	.si_salon_infobtn_tel a{
		background-color: #AD9D93;
		height: 55px;
		color: #FFFFFF;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.si_salon_infobtn_yoyaku a{
		background-color: #AD9D93;
		height: 55px;
		color: #FFFFFF;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width:800px) and (max-width: 1119px) {
	.si_salon_info{
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.si_salon_info_l,.si_salon_info_map{
		width: 48%;
	}
	.si_salon_infobtn{
		display: flex;
		justify-content: space-between;
	}
	.si_salon_infobtn_tel,.si_salon_infobtn_yoyaku{
		width: 49%;
	}
	.si_salon_infobtn_tel a{
		background-color: #AD9D93;
		height: 55px;
		color: #FFFFFF;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.si_salon_infobtn_yoyaku a{
		background-color: #AD9D93;
		height: 55px;
		color: #FFFFFF;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width:1120px) {
	.si_salon_info{
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.si_salon_info_l,.si_salon_info_map{
		width: 540px;
	}
	.si_salon_infobtn{
		display: flex;
		justify-content: space-between;
	}
	.si_salon_infobtn_tel,.si_salon_infobtn_yoyaku{
		width: 49%;
	}
	.si_salon_infobtn_tel a{
		background-color: #AD9D93;
		height: 55px;
		color: #FFFFFF;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.si_salon_infobtn_yoyaku a{
		background-color: #AD9D93;
		height: 55px;
		color: #FFFFFF;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.si_salon_infottl{
	font-size: 15px;
	font-weight: bold;
	color: #AD9D93;
	border-bottom: #d9d9d9 1px solid;
	padding: 0 0 5px 10px;
	margin-bottom: 10px;
}
.si_salon_infottltxt{
	font-size: 12px;
	line-height: 1.8em;
	padding: 0 10px;
	margin-bottom: 20px;
}
.si_salon_infobtn_tel a:hover,
.si_salon_infobtn_yoyaku a:hover{
	opacity: 0.5;
}
.si_salon_infobtn_tel a img{
	margin-right: 10px;
	margin-bottom: 5px;
}
.si_salon_info_map iframe{
	width: 100%;
	height: 100%;
}
.shop_news_ttl{
	font-size: 15px;
	color: #AD9D93;
	border-bottom: #d9d9d9 1px solid;
	padding: 0 0 10px 10px;
	margin: 45px 0 30px 0;
}
@media screen and (max-width: 799px) {
	.shop_news_list{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.shop_news_list li{
		margin-bottom: 50px;
	}
}
@media screen and (min-width:800px) and (max-width: 1299px) {
	.shop_news_list{
		display: flex;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.shop_news_list li{
		width: 32%;
		margin-right:2%;
	}
	.shop_news_list li:last-child{
		margin-right:0;
	}
}
@media screen and (min-width:1300px) {
	.shop_news_list{
		display: flex;
		margin-bottom: 100px;
	}
	.shop_news_list li{
		width: 350px;
		margin-right:35px;
	}
	.shop_news_list li:last-child{
		margin-right:0;
	}
}
.shop_news_list a{
	color: #666666;
}
.shop_news_list a:hover{
	opacity: 0.5;
}
.shop_news_list_img img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

/* =======================================================
　NEWS
======================================================= */
@media screen and (max-width: 799px) {
	.news_cat_wrap{
		display: flex;
		justify-content: center;
	}
	.news_cat{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0 50px 0;
	}
	.news_cat li{
		width: 49%;
		margin-right: 2%;
	}
	.news_cat li a{
		width: 100%;
		height: 75px;
		background-color: #EBE4DE;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}
	.news_cat li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width:800px) and (max-width: 1119px) {
	.news_cat_wrap{
		display: flex;
		justify-content: center;
	}
	.news_cat{
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0 50px 0;
	}
	.news_cat li a{
		width: 180px;
		height: 75px;
		background-color: #EBE4DE;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-right: 8px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width:1120px) {
	.news_cat_wrap{
		display: flex;
		justify-content: flex-start;
	}
	.news_cat{
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0 50px 0;
	}
	.news_cat li a{
		width: 180px;
		height: 75px;
		background-color: #EBE4DE;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-right: 8px;
		margin-bottom: 10px;
	}
}
.news_cat li a:hover{
	opacity: 0.5;
}
.news_cat_category{
	font-family: 'Belleza', sans-serif;
	font-size: 11px;
	color: #AD9D93;
	line-height: 1.0em;
}
.news_cat_name{
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
}
.news_cat_ttl{
	font-size: 15px;
	color: #AD9D93;
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 8px;
	margin-bottom: 60px;
}
.info_cat_ttl{
	font-size: 15px;
  	color: #AD9D93;
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 8px;
	margin: 45px 0 60px 0;
}

@media screen and (max-width: 799px) {
	.news_list{
		display: flex;
		flex-direction: column;
	}
	.news_list li{
		margin-bottom: 50px;
	}
}
@media screen and (min-width:800px) and (max-width: 1569px) {
	.news_list{
		display: flex;
		flex-wrap: wrap;
	}
	.news_list li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 80px;
	}
	.news_list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1570px) {
	.news_list{
		display: flex;
		flex-wrap: wrap;
	}
	.news_list li{
		width: 480px;
		margin-right: 65px;
		margin-bottom: 100px;
	}
	.news_list li:nth-child(3n) {
		margin-right: 0;
	}
}
.news_list a{
	color: #666666;
}
.news_list a:hover{
	opacity: 0.5;
}
.news_list_img img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.news_list_date{
	font-family: "Noto Sans JP","sans-serif";
  	font-size: 12px;
}
form#search{
	display: flex;
	justify-content: center;
	clear: both;
	margin-bottom: 50px;
}
form#search input[type="text"] {
	height: 30px;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #666;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	padding: 20px;
}
form#search button[type="submit"] {
	position: unset;
	float: none;
	display: block;
	width: 80px;
	background-color: #ad9d93;
	border-radius: 20px;
	border: none;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	margin: 0 0 0 10px;
	padding: 13px 0;
	cursor: pointer;
	clear: none;
}
form#search button[type="submit"]:hover {
	opacity: 0.5;
	transition: 0.5s;
}
.search_results{
	font-size: 16px;
	margin-top: -30px;
  	margin-bottom: 50px;
}
/* =======================================================
　NEWS DETAIL & VOICE DETAIL
======================================================= */
.news_detail_cat{
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 8px;
	margin: 45px 0 20px 0;
}
.news_detail_cat a{
	font-size: 15px;
	color: #FFFFFF;
	background-color:#AD9D93;
	margin-right:10px;
	padding:2px 10px;
}
.news_detail_date{
	font-family: "Noto Sans JP","sans-serif";
  	font-size: 12px;
	margin-bottom: 10px;
}
.news_detail_ttl{
  	font-size: 18px;
	margin-bottom: 60px;
}
@media screen and (max-width:769px){
	.news_detail_wrap{
		width: 96%;
		margin: 0 auto 40px 2%;
		display: block;
		clear: both;
	}
}
@media screen and (min-width:770px){
	.news_detail_wrap{
		max-width: 770px;
		width: 96%;
		margin: 0 auto 60px auto;
		display: block;
		clear: both;
	}
}
.news_detail_wrap p{
	line-height: 2.3em;
	margin-bottom: 20px;
}
.news_detail_wrap img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.voice_detail_top{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 60px 0;
}
.voice_detail_top a:hover{
	opacity:0.5;
}
.voice_detail_number{
	position: relative;
	font-family: 'Belleza', sans-serif;
	font-size: 15px;
	color: #AD9D93;
	margin-bottom: 25px;
}
.voice_detail_number::after{
	content: '';
	position: absolute;
  	border-left: #AD9D93 2px solid;
  	height: 18px;
  	left: 50%;
  	top: 23px;
}
.voice_detail_name{
	background-color: #AD9D93;
	color: #FFFFFF;
	font-size: 13px;
	padding: 2px 55px;
	margin-top: 10px;
}
.prev_next{
	width: 100%;
	display: block;
	clear: both;
	float: left;
	font-family: 'Belleza', sans-serif;
	font-size: 14px;
	margin-bottom: 70px;
}
.prev a{
	width: 35px;
	height: 37px;
	float: left;
	display: flex;
	align-items: center;
	padding-left: 48px;
	background-image: url("images/detail_arrow_left.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #666666;
}
.next a{
	width: 35px;
	height: 37px;
	float: right;
	display: flex;
	align-items: center;
	padding-right: 48px;
	background-image: url("images/detail_arrow_right.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #666666;
}
.prev a:hover,.next a:hover{
	opacity: 0.5;
}
/* =======================================================
　VOICE
======================================================= */
.voice_toptxt{
	margin: 45px 0 60px 0;
}
@media screen and (max-width: 899px) {
	.voie_wrap{
		width: 100%;
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
		clear: both;
	}
	.voie_wrap li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		clear: both;
		margin-bottom: 70px;
	}
	.voice_img{
		width: 47%;
	}
	.voice_txtarea{
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (min-width:900px) and (max-width: 1569px) {
	.voie_wrap{
		width: 100%;
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		clear: both;
	}
	.voie_wrap li{
		width: 46%;
		display: flex;
		justify-content: space-between;
		clear: both;
		margin-bottom: 70px;
	}
	.voice_img{
		width: 47%;
	}
	.voice_txtarea{
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (min-width:1570px) {
	.voie_wrap{
		width: 1400px;
		margin: 0 auto 100px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		clear: both;
	}
	.voie_wrap li{
		width: 640px;
		display: flex;
		justify-content: space-between;
		clear: both;
		margin-bottom: 100px;
	}
	.voice_img{
		width: 300px;
	}
	.voice_txtarea{
		width: 270px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.voice_img img{
	width: 100%;
	display: block;
}
.voice_name a{
	display: flex;
	align-items: center;
}
.voice_name img{
	margin-right: 5px;
}
.voice_txt{
	font-size: 12px;
	line-height: 1.8em;
	margin-top: 5px;
}
/* =======================================================
　CATALOG DOWN LOAD
======================================================= */
.catalog_list{
	width: 100%;
	display: block;
	clear: both;
	margin-top: 85px;
	padding:0;
}
@media screen and (max-width: 914px) {
	ul.catalog_list > li{
		display: flex;
		flex-direction: column;
		margin-bottom: 80px;
	}
	.catalog_list_l{
		width: 100%;
		display:flex;
		justify-content:center;
		margin-bottom:20px;
	}
	.catalog_list_l img{
		width: 50%;
		display: block;
	}
	.catalog_list_r{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.catalog_list_btn{
		margin-top: 30px;
	}
}
@media screen and (min-width:915px) and (max-width: 1119px) {
	ul.catalog_list > li{
		display: flex;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.catalog_list_l{
		width: 45%;
		display:flex;
		justify-content:center;
	}
	.catalog_list_l img{
		width: 50%;
		display: block;
	}
	.catalog_list_r{
		width: 46%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (min-width:1120px) {
	ul.catalog_list > li{
		display: flex;
		justify-content: space-between;
		margin-bottom: 110px;
	}
	.catalog_list_l{
		width: 500px;
		display:flex;
		justify-content:center;
	}
	.catalog_list_l img{
		width: 250px;
		display: block;
	}
	.catalog_list_r{
		width: 525px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}
.catalog_list_info{
	width: 100%;
	padding: 0;
}
.catalog_list_info li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 15px;
	border-bottom: #d9d9d9 1px solid;
}
.catalog_list_info01{
	position: relative;
	width: 80px;
	color: #AD9D93;
	font-size: 13px;
	padding-left: 17px;
	margin-right: 60px;
}
.catalog_list_info01::before{
	content: '';
	position: absolute;
  	border-bottom: #AD9D93 1px solid;
  	width: 10px;
  	left: 0;
  	top: 50%;
}
.catalog_list_info02{
	font-size: 13px;
}
.catalog_list_btn a{
	position: relative;
	max-width: 100%;
	width: 360px;
	height: 60px;
	font-family: 'Belleza', sans-serif;
	background-color: #EBE4DE;
	font-size: 15px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: calc((100% - 360px) / 2);
}
.catalog_list_btn a::before{
	content: '';
	position: absolute;
  	border-bottom: #999999 1px solid;
  	width: 25px;
  	left: 107px;
  	top: 50%;
}
.catalog_list_btn a:hover{
	opacity: 0.5;
}
/* =======================================================
　COMPANY
======================================================= */
@media screen and (max-width: 799px) {
	.company_wrap{
		display: flex;
		flex-direction: column;
		padding: 20px 15px 20px 30px;
		border-bottom: #d9d9d9 1px solid;
		margin: 0;
	}
	.related_wrap{
		display: flex;
		flex-direction: column;
		padding: 15px 15px 15px 30px;
		border-bottom: #d9d9d9 1px solid;
		margin: 0;
	}
	.company_wrap dt,.related_wrap dt{
		position: relative;
		font-size: 13px;
		color: #AD9D93;
		margin-bottom: 20px;
	}
	.company_wrap dd,.related_wrap dd{
		font-size: 13px;
		margin: 0;
	}
}
@media screen and (min-width:800px) {
	.company_wrap{
		display: flex;
		padding: 20px 15px 20px 30px;
		border-bottom: #d9d9d9 1px solid;
		margin: 0;
	}
	.related_wrap{
		display: flex;
		padding: 15px 15px 15px 30px;
		border-bottom: #d9d9d9 1px solid;
		margin: 0;
	}
	.company_wrap dt{
		position: relative;
		width: 130px;
		font-size: 13px;
		color: #AD9D93;
		margin: 0;
	}
	.company_wrap dd{
		width: calc(100% - 130px);
		font-size: 13px;
		margin: 0;
	}
	.related_wrap dt{
		position: relative;
		width: 150px;
		font-size: 13px;
		color: #AD9D93;
		margin: 0;
	}
	.related_wrap dd{
		width: calc(100% - 150px);
		font-size: 13px;
		margin: 0;
	}
}
.company_wrap dt::before,.related_wrap dt::before{
	content: '';
	position: absolute;
  	border-bottom: #AD9D93 1px solid;
  	width: 10px;
  	left: -15px;
  	top: 13px;
}
.related_wrap:nth-last-child(2){
	border-bottom:none;
	padding: 20px 15px 0 30px;
}
.related_wrap:last-child dt::before{
	border-bottom:none;
}
.related_ttl{
	font-family: 'Belleza', sans-serif;
	font-size: 36px;
	text-align: center;
	margin: 45px 0 15px 0;
}
.related_ttl_jp{
	font-size: 15px;
	color: #AD9D93;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 1039px) {
	.related_kuraudia{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.related_brand{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.related_icon_insta a img{
		margin-right: 0;
	}
	.related_brand_logo{
		margin: 10px 20% 10px 0;
		width:40%;
	}
	.related_brand_logo:nth-of-type(2n){
		margin: 10px 0;
	}
	.related_brand img{
		width:100%;
	}
	.related_site a{
		display: block;
		color: #666666;
		background-color: #FFF;
		padding: 4px 15px;
		margin-right: 10px;
	}
	.related_site{
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width:1040px) {
	.related_sitebrand{
		margin-top: 0;
		margin-bottom:5px;
	}
	.related_kuraudia{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.related_brand{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.related_icon_insta a img{
		width:20px;
		margin-right: 0;
	}
	.related_brand_logo{
		margin: 10px 40px 10px 0;
		width: 15%;
	}
	.related_brand img{
		width:100%;
	}
	.related_site a{
		display: block;
		color: #666666;
		background-color: #FFF;
		padding: 4px 15px;
		margin-right: 10px;
	}
	.related_site{
		display: flex;
		flex-wrap: wrap;
	}

}
.related_brand li{
	display: flex;
	align-items: center;
	margin:5px 35px 5px 0;
}
.related_kuraudia img{
	margin-right: 10px;
}
.related_kuraudia a,.related_brand a{
	display: flex;
	align-items: center;
	color: #666666;
}
.related_kuraudia a:hover,.related_brand a:hover,.related_site a:hover{
	opacity: 0.5;
}
/* =======================================================
　PRIVACY POLICY
======================================================= */
.privacy_wrap{
	width: 100%;
	margin: 75px 0 80px 0;
}
.privacy_wrap dt{
	position: relative;
	max-width: 245px;
	background-color: #AD9D93;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 3px 10px 3px 45px;
	margin-bottom: 15px;
}
.privacy_wrap dt::before{
	content: '';
	position: absolute;
  	border-bottom: #FFFFFF 1px solid;
  	width: 15px;
  	left: 20px;
  	top: 50%;
}
.privacy_wrap dd{
	font-size: 12px;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 2.8em;
}

/* =======================================================
　HOW TO
======================================================= */

@media screen and (max-width: 1119px) {
	.flow_ttl {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		color: #ad9d93;
		font-size: 13px;
		margin-top: 50px;
	}
	.flow_ttl span {
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		background-color: #ebe4de;
		margin-right: 50px;
		padding: 10px 0;
	}
	.flow_ttl span b {
		position: relative;
		left: 10px;
		background-color: #ebe4de;
		font-weight: normal;
	}
	.flow_ttl span b::before {
		position: absolute;
		left: -25px;
		top: 49%;
		width: 15px;
		height: 1px;
		background-color: #ad9d93;
		content: '';
	}
	.flow_ttl div {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.flow_txt {
		display: block;
		float: left;
		clear: both;
		border-bottom: 1px solid #666;
		width: 100%;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	
	.arrow_downward {
		position: relative;
		display: block;
		float: left;
		clear: both;
		width: 100%;
		transform: rotate(90deg);
	} 
	.arrow_downward::after {
		position: absolute;
		top: -10px;
		left: 180px;
		content: '';
		width: 30px;
		height: 10px;
		border-bottom: 1px solid #ad9d93;
		border-right: 1px solid #ad9d93;
		transform: skew(45deg);
	}

	.shopping_guide_tbl {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.shopping_guide_tbl_l,
	.shopping_guide_tbl_r {
		display: block;
		float: left;
		clear: right;
		width: 100%;
		padding: 0;
	}
	
	.shopping_guide_ttl {
		display: block;
		float: left;
		background-color: #fff;
		font-size: 13px;
		color: #ad9d93;
		margin-top: 30px;
		padding: 5px 60px;
		clear: both;
	}
	.shopping_guide_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		margin-top: 15px;
		clear: both;
	}
	.shopping_guide_txt#rt {
		text-align: right;
	}

	.payment_list {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #666;
		font-size: 13px;
		margin-top: 15px;
		padding-bottom: 15px;
		clear: both;
	}
	.payment_list_l,
	.payment_list_r {
		display: block;
		float: left;
		width: 100%;
		clear: right;
	}
	.payment_list_l img {
		margin-top: 10px;
	}
}
@media screen and (min-width:1120px) {
	.flow_ttl {
		display: flex;
		align-items: center;
		width: 100%;
		color: #ad9d93;
		display: flex;
		font-size: 13px;
		margin-top: 20px;
	}
	.flow_ttl span {
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 200px;
		background-color: #ebe4de;
		margin-right: 50px;
		padding: 10px 0;
	}
	.flow_ttl span b {
		position: relative;
		left: 10px;
		background-color: #ebe4de;
		font-weight: normal;
	}
	.flow_ttl span b::before {
		position: absolute;
		left: -25px;
		top: 49%;
		width: 15px;
		height: 1px;
		background-color: #ad9d93;
		content: '';
	}

	.flow_txt {
		border-bottom: 1px solid #666;
		width: calc(100% - 20px);
		margin-top: 15px;
		padding-left: 20px;
		padding-bottom: 15px;
	}
	
	.arrow_downward {
		display: inline-flex;
		transform: rotate(90deg);
		margin-top: 20px;
		margin-left: 100px;
	} 
	.arrow_downward::after {
		content: '';
		width: 30px;
		height: 10px;
		border-bottom: 1px solid #ad9d93;
		border-right: 1px solid #ad9d93;
		transform: skew(45deg);
	}

	.shopping_guide_tbl {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.shopping_guide_tbl_l,
	.shopping_guide_tbl_r {
		display: block;
		float: left;
		clear: right;
		width: calc(50% - 40px);
		padding: 0 20px;
	}
	
	.shopping_guide_ttl {
		display: block;
		float: left;
		background-color: #fff;
		font-size: 13px;
		color: #ad9d93;
		margin-top: 30px;
		padding: 5px 60px;
		clear: both;
	}
	.shopping_guide_txt {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		margin-top: 15px;
		padding-left: 15px;
		clear: both;
	}
	.shopping_guide_txt#rt {
		text-align: right;
	}

	.payment_list {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #666;
		font-size: 13px;
		margin-top: 15px;
		padding-bottom: 15px;
		clear: both;
	}
	.payment_list_l,
	.payment_list_r {
		display: block;
		float: left;
		clear: right;
	}
	.payment_list_l {
		width: 285px;
		padding-left: 15px;
	}
	.payment_list_r {
		width: calc(100% - 300px);
	}
	.payment_list_l img {
		margin-top: 10px;
	}
}

/* =======================================================
　MEASURE SIZE
======================================================= */

@media screen and (max-width: 1119px) {
	.measuresize {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		background-color: #fff;
		margin-top: 50px;
	}
	.measuresize li {
		display: block;
		float: left;
		clear: right;
		width: calc(100% - 20px);
		padding: 10px;
	}
	.measuresize li img {
		width: 100%;
		height: auto;
	}

	.measuresize_ttl {
		display: block;
		float: left;
		clear: both;
		width: calc(100% - 20px);
		background-color: #ad9d93;
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin: 10px 10px 0 10px;
		padding: 5px 0;
	}
	.measuresize_ttl2 {
		display: block;
		float: left;
		width: 200px;
		background-color: #f8f7f5;
		font-size: 13px;
		color: #ad9d93;
		text-align: center;
		margin-top: 30px;
		padding: 5px 0;
		clear: both;
	}
	.measuresize_txt {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		font-size: 13px;
		margin-top: 20px;
	}
	.measuresize_txt#ctr {
		text-align: center;
	}

	.measuresize_tbl {
		position: relative;
		left: calc((100% - 300px) / 2);
		display: block;
		float: left;
		clear: both;
		width: 300px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.measuresize_tbl_l,
	.measuresize_tbl_r {
		display: block;
		float: left;
		font-size: 13px;
		clear: right;
	}
	.measuresize_tbl_l {
		width: 125px;
		text-align: right;
	}
	.measuresize_tbl_r {
		width: calc(100% - 125px);
	}
}
@media screen and (min-width:1120px) {
	.measuresize {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		background-color: #fff;
		margin-top: 50px;
	}
	.measuresize li {
		display: block;
		float: left;
		clear: right;
		width: calc(50% - 40px);
		padding: 20px;
	}

	.measuresize_ttl {
		display: block;
		float: left;
		clear: both;
		width: calc(100% - 40px);
		background-color: #ad9d93;
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin: 20px 20px 0 20px;
		padding: 5px 0;
	}
	.measuresize_ttl2 {
		display: block;
		float: left;
		width: 200px;
		background-color: #f8f7f5;
		font-size: 13px;
		color: #ad9d93;
		text-align: center;
		margin-top: 30px;
		padding: 5px 0;
		clear: both;
	}
	.measuresize_txt {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		font-size: 13px;
		margin-top: 20px;
	}
	.measuresize_txt#ctr {
		text-align: center;
	}

	.measuresize_tbl {
		position: relative;
		left: calc((100% - 300px) / 2);
		display: block;
		float: left;
		clear: both;
		width: 300px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.measuresize_tbl_l,
	.measuresize_tbl_r {
		display: block;
		float: left;
		font-size: 13px;
		clear: right;
	}
	.measuresize_tbl_l {
		width: 125px;
		text-align: right;
	}
	.measuresize_tbl_r {
		width: calc(100% - 125px);
	}
}


/* =======================================================
　TRADELAW
======================================================= */

@media screen and (max-width: 1119px) {

	.tradelaw_ttl {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.tradelaw_ttl span {
		position: relative;
		background-color: #ad9d93;
		font-size: 16px;
		color: #fff;
		margin-right: 50px;
		padding: 5px 40px 5px 60px;
	}
	.tradelaw_ttl span::before {
		position: absolute;
		left: 30px;
		top: 49%;
		width: 15px;
		height: 1px;
		background-color: #fff;
		content: '';
	}

	.tradelaw {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		border-top: 1px solid #666;
		margin-top: 15px;
		padding-top: 15px;
	}
	.tradelaw li {
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;
		clear: right;
	}
	.tradelaw li:first-child {
		font-size: 15px;
	}
	.tradelaw li:nth-child(2) {
		margin-top: 15px;
	}
	.tradelaw li span {
		position: relative;
		color: #ad9d93;
		margin-right: 50px;
		padding: 5px 0px 5px 20px;
	}
	.tradelaw li span::before {
		position: absolute;
		left: 5px;
		top: 49%;
		width: 10px;
		height: 1px;
		background-color: #ad9d93;
		content: '';
	}
}
@media screen and (min-width:1120px) {

	.tradelaw_ttl {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.tradelaw_ttl span {
		position: relative;
		background-color: #ad9d93;
		font-size: 16px;
		color: #fff;
		margin-right: 50px;
		padding: 5px 40px 5px 60px;
	}
	.tradelaw_ttl span::before {
		position: absolute;
		left: 30px;
		top: 49%;
		width: 15px;
		height: 1px;
		background-color: #fff;
		content: '';
	}

	.tradelaw {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		border-top: 1px solid #666;
		margin-top: 15px;
		padding-top: 15px;
	}
	.tradelaw li {
		display: block;
		float: left;
		font-size: 13px;
		clear: right;
	}
	.tradelaw li:first-child {
		width: 200px;
	}
	.tradelaw li:nth-child(2) {
		width: calc(100% - 200px);
	}
	.tradelaw li span {
		position: relative;
		color: #ad9d93;
		margin-right: 50px;
		padding: 5px 0px 5px 25px;
	}
	.tradelaw li span::before {
		position: absolute;
		left: 10px;
		top: 49%;
		width: 10px;
		height: 1px;
		background-color: #ad9d93;
		content: '';
	}
}


/* =======================================================
　FAVORITES LIST & ALL ITEM
======================================================= */
@media screen and (max-width:1119px){
	.favorite_list{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		padding-left: 0;
		clear:both;
	}
	.favorite_list li{
		list-style-type:none;
		width:48%;
		margin-right:4%;
		margin-bottom:60px;
	}
	.favorite_list li:nth-of-type(2n){
		margin-right:0;
	}
	.favorite_list li .simplefavorite-button,
	.favorite_list li .simplefavorite-button.active{
		display:flex;
		justify-content:center;
	}
	.favorite_list li .btn_favorite {
		width: 80%;
		left: calc((80% - 80%) / 2);
    		display: flex;
    		flex-direction: column;
    		justify-content: center;
    		align-items: center;
    		background-color: #ebe4de;
		margin: 0;
	}
	.favorite_list li .btn_favorite span {
    		display: block;
    		float: left;
    		font-size: 12px;
    		text-align: center;
    		margin-top: 0;
    		padding: 12px 0;
    		clear: both;
	}
}
@media screen and (min-width:1120px){
	.favorite_list{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		clear:both;
	}
	.favorite_list li{
		list-style-type:none;
		width:30%;
		margin-right:5%;
		margin-bottom:80px;
	}
	.favorite_list li:nth-of-type(3n){
		margin-right:0;
	}
	.favorite_list li .simplefavorite-button,
	.favorite_list li .simplefavorite-button.active{
		display:flex;
		justify-content:center;
	}
	.favorite_list li .btn_favorite {
		position: relative;
    	left: calc((80% - 80%) / 2);
    	width: 80%;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	background-color: #ebe4de;
		margin:0;
		cursor: pointer;
	}
	.favorite_list li .btn_favorite span {
		position: unset;
    	display: block;
    	float: left;
    	font-size: 15px;
    	text-align: center;
    	margin-top: 0;
    	padding: 15px 0;
    	clear: both;
	}
	.favorite_list li .btn_favorite span::before{
		display:none;
	}
}
.favorite_list li img{
	width:100%;
	display:block;
	margin-bottom:20px;
}
.favorite_ttl{
	width:100%;
	height:45px;
	display:block;
	color:#ad9d93;
	font-size:14px;
	margin-bottom:5px;
}
.favorite_number{
	width:100%;
	display:block;
	color:#666666;
	font-size:12px;
	margin-bottom:3px;
}
.favorite_price{
	width:100%;
	display:block;
	color:#666666;
	font-size:15px;
	margin-bottom:8px;
}
.favorite_color{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:25px;
}
#ai01,#ai02,#ai03,#ai04,#ai05,#ai06,#ai07{
	padding-top:20px;
}

/* =======================================================
　RESERVATION TOP
======================================================= */
.reservation_top_ttl{
	display: flex;
  	align-items: center;
	font-size: 16px;
	margin: 60px 0 30px 0;
}
.res_l{
	border-bottom: #666666 1px solid;
	width: 15px;
	margin-right: 15px;
}
.res_r{
	border-bottom: #666666 1px solid;
	width: 15px;
	margin-left: 15px;
}
.reservation_top_txt{
	line-height: 2.5em;
  	margin: 0;
}
/* ================================================================================
 CONTACT / RESERVATION
================================================================================ */
.wrapper.contactwrap{
	overflow:hidden;
}
.line {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid #666;
	margin: 20px 0;
	clear: both;
}
.contact_qa {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	clear: both;
}
.contact_qa li {
	display: block;
	float: left;
	height: 30px;
	margin-top: 0px;
	clear: right;
}
.contact_qa li:first-child {
	width: 30px;
	margin-right: 10px;
	padding-bottom: 5px;
}
.contact_qa li:first-child span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 30px;
	background-color: #dfcbc6;
    font-family: 'Belleza', sans-serif;
	font-size: 17px;
}
.contact_qa li:nth-child(2) {
	width: calc(100% - 40px);
	font-size: 13px;
}
.contact_qa_tbl_l .qa_ttl{
	position:relative;
	display: flex;
	margin-top: 0px;
	margin-bottom: 30px;
}
.contact_qa_tbl_l .qa_ttl::after{
	position: absolute;
	top: 10px;
	right: 30px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 1px solid #000000;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: 0.5s;
}
.contact_qa_tbl_l .qa_ttl.open .contact_qa_tbl_l .qa_ttl::after{
	transform: translateY(25%) rotate(-45deg);
}
.contact_qa_tbl_l .qa_ttl li{
	display: flex;
	align-items: center;
	height: 30px;
	margin-top: 0px;
	margin-bottom: -10px;
}
.contact_qa_tbl_l .qa_ttl li:first-child{
    justify-content: center;
	width: 30px;
	padding-bottom: 5px;
}
.contact_qa_tbl_l .qa_ttl li:first-child span{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 30px;
	height: 30px;
	background-color: #dfcbc6;
    font-family: 'Belleza', sans-serif;
	font-size: 17px;
	background-color: #dfcbc6;
}
.contact_qa_tbl_l .qa_ttl li:nth-child(2){
	width: calc(100% - 40px);
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 50px;
}
.contact_qa_tbl_l .qa_txt{
	display: none;
	box-sizing: border-box;
}
.contact_qa_tbl_l .qa_txt li{
	display: block;
	margin-top: 0px;
}
.contact_qa_tbl_l .qa_txt li:first-child{
	display: flex;
	align-items: center;
    justify-content: center;
	float:left;
	width: 30px;
	height: 30px;
    font-family: 'Belleza', sans-serif;
	font-size: 17px;
	background-color: #dfcbc6;
	margin-right: 0px;
}
.contact_qa_tbl_l .qa_txt li:nth-child(2){
	width: calc(100% - 45px);
  	font-size: 14px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 45px;
}
.contact_qa_tbl_l .qa_txt li:nth-child(2) a{
    color: #592814;
}
.contact_qa_tbl_l .qa_txt li:nth-child(2) a:hover{
    opacity: 0.5;
}

@media screen and (max-width: 1119px) {
	.contact_qa_tbl {
		display: block;
		float: left;
		width: 100%;
		margin-top: 0px;
		clear: both;
	}
	.contact_qa_tbl_l,
	.contact_qa_tbl_r {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		clear: both;
	}

	.contact_tbl {
		display: block;
		float: left;
		width: 100%;
		font-size: 14px;
		margin-top: 20px;
		clear: both;
	}
	.contact_tbl li {
		display: block;
		float: left;
		width: 100%;
		margin-top: 10px;
		padding: 0;
		clear: both;
	}

	.contact_tbl li:first-child b {
		display: block;
		float: left;
		width: 160px;
		background-color: #ebe4de;
		border-radius: 20px;
		font-size: 14px;
		text-align: center;
		padding: 5px 0;
		clear: right;
	}
	.contact_tbl li:first-child span {
		display: block;
		float: left;
		width: 40px;
		background-color: #8b5a5e;
		font-size: 12px;
		text-align: center;
		color: #fff;
		line-height: 1em;
		margin-top: 10px;
		margin-left: 10px;
		padding: 3px 0;
		clear: right;
	}
	input[type="text"] {
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="text"]#w170 {
		width: 170px;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="text"].w100 {
		width: 100px;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="text"]#w30p{
		width: 30%;
	}
	.mwform-tel-field input[type="text"]{
		width:30% !important;
	}
	input[type="email"] {
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="date"] {
		width: 100px;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	textarea {
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}

	.personal_info {
		display: block;
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 2.5em;
		margin-top: 30px;
		clear: both;
	}
	.personal_info_btn {
		display: block;
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 2.5em;
		text-align: center;
		margin-top: 30px;
		clear: both;
	}
	.inline_box {
		display: block;
		float: left;
		width: calc(100% - 22px);
		height: 240px;
		background-color: #fff;
		border: 1px solid #333333;
		margin-top: 30px;
		padding: 10px;
		clear: both;
		overflow: scroll;
	}
}
@media screen and (min-width:1120px) {
	.contact_qa_tbl {
		display: block;
		float: left;
		width: 100%;
		margin-top: 0px;
		clear: both;
	}
	.contact_qa_tbl_l,
	.contact_qa_tbl_r {
		display: block;
		float: left;
		width: 50%;
		margin: 0;
		clear: right;
	}

	.contact_tbl {
		display: block;
		float: left;
		width: 100%;
		font-size: 14px;
		margin-top: 20px;
		clear: both;
	}
	.contact_tbl li {
		display: block;
		float: left;
		margin-top: 0;
		padding: 15px 0;
		clear: right;
	}
	.contact_tbl li:first-child {
		width: 250px;
	}
	.contact_tbl li:nth-child(2) {
		width: calc(100% - 250px);
	}

	.contact_tbl li:first-child b {
		display: block;
		float: left;
		width: 160px;
		background-color: #ebe4de;
		border-radius: 20px;
		font-size: 14px;
		text-align: center;
		padding: 5px 0;
		clear: right;
	}
	.contact_tbl li:first-child span {
		display: block;
		float: left;
		width: 40px;
		background-color: #8b5a5e;
		font-size: 12px;
		text-align: center;
		color: #fff;
		line-height: 1em;
		margin-top: 10px;
		margin-left: 10px;
		padding: 3px 0;
		clear: right;
	}
	input[type="text"] {
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="text"]#w170 {
		width: 170px;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="text"]#w100 {
		width: 100px;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	input[type="text"]#w30p{
		width: 150px;
	}
	input[type="email"],input[type="date"] {
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}
	textarea {
		width: 95%;
		box-sizing: border-box;
		font-size: 16px;
		color:#666;
		border-radius: 20px;
		border: 1px solid #d9d9d9;
		padding:20px;
	}

	.personal_info {
		display: block;
		float: left;
		width: 100%;
		font-size: 14px;
		text-align: center;
		line-height: 2.5em;
		margin-top: 30px;
		clear: both;
	}
	.personal_info_btn{
		display: block;
		float: left;
		width: 100%;
		font-size: 14px;
		text-align: center;
		line-height: 2.5em;
		margin-top: 30px;
		clear: both;
	}
	.inline_box {
		position: relative;
		left: calc((100% - 850px) / 2);
		display: block;
		float: left;
		width: 850px;
		height: 240px;
		background-color: #fff;
		border: 1px solid #333333;
		margin-top: 30px;
		padding: 10px;
		clear: both;
		overflow: scroll;
	}
}
.contact_tbl li p{
	margin:0;
}
.contact_tbl li select {	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:10px 20px;
	color:#666666;
	font-size: 93%;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background-image: url(images/contact_select.png);
	background-repeat: no-repeat;
	background-size: 16px 8px;
	background-position: right 10px center;
	background-color: #FFFFFF;
	margin:0;
}
input[type="submit"], input[type="back"],input[type="button"],button[type="submit"] {
	position: relative;
	left: calc((100% - 190px) / 2);
	display: block;
	float: left;
	width: 190px;
	background-color: #ad9d93;
	border-radius: 20px;
	border: none;
    font-family: 'Belleza', sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	margin: 20px 0 50px 0;
	padding: 15px 0;
	cursor: pointer;
	clear: both;
}
input[type="submit"]:hover, 
input[type="back"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover{
	opacity:0.5;
	transition: 0.5s;
}
.personal_info span.error{
	font-size: 93%;
  	color: #B70000;
  	display: block;
}
















