@charset "utf-8";
#breadcrumbs {
	margin: 0;
}

a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#main_image_box img.top_image{
	display:none;
}
.gs_width {
	max-width: 1100px;
	margin: 0 auto 80px;
	width: 90%;
}
.txt_center {
	text-align: center;
}
.contents dl{
	display: flex;
	border-bottom: 1px solid #efefef;
	padding: 32px 0;
	flex-wrap: wrap;
	width: 80%;
	align-items: center;
	margin: auto;
}
.contents dt{
    width: 50%;
}
.contents dd{
    width: 50%;
}
.contents li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #efefef;
	padding: 30px 0;
	width: 70%;
	margin: auto;
}
.contents li img{
	max-width: 300px;
	width: 50%;
}
.contents h5{
	text-align: left;
	font-size: 1.5em;
}
.contents p{
	font-size: 1.25em;
	text-align: left;
}
.contents div{
	width: 80%;
	padding: 0 6%;
}
	 
.point_imgtxt_txt h6{
	font-size: 1.25em;
	 -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 786px) {
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 0 auto 15%;
}
.pc {
	display: none !important;
	text-align:center;
	
}
}
.contents_box :hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

@media screen and (min-width: 1500px) {
#main_image_box img.top_image_right {
	left: 55%;
}
}
@media screen and (min-width: 1800px) {
#main_image_box img.top_image_right {
	left: 45%;
}
}

@media screen and (max-width: 786px) {
#main_image_box img.top_image_right {
	width: 40%;
	right: 5%;
	left: auto;
	bottom: 5%;
}
}
 @media screen and (max-width: 786px) {
.bland_infomation_rectangle .bland_infotext br {
	display: none;
}
.bland_infomation_rectangle .bland_infotext br.sp_only {
	display: block;
}
}
.staff_box .staff_img .staff_title img {
	padding-bottom: 5%;
	border-bottom: #000000 1px solid;
	margin-bottom: 5%;
	width: 220px;
}
.staff_box .staff_img .staff_title .bland_name {
	font-weight: 600;
	white-space: nowrap;
}
.staff_box .staff_text p {
	font-size: 1.16em;
	text-align: justify;
}
@media screen and (max-width: 786px) {

.staff_box .staff_img div {
	margin: 0 2%;
}
.staff_box .staff_img .staff_title img {
	width: 100%;
	margin-bottom: 3%;
}
.staff_box .staff_text p {
	font-size: 1.18em;
}
	.txt_center{
		font-size: 1.5em !important;
	}
}
.contents_title {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	border-bottom: #000000 1px solid;
	padding-bottom: 1%;
	margin-bottom: 3%;
}
.cat_item_box_line {
	border-bottom: #000000 1px solid;
	font-size: 1.3em;
	padding-bottom: 0.5%;
	margin-bottom: 1%;
}
.cat_item_box_innner {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt01 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt02 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner > div {
	width: 23%;
	margin: 1% 1% 4%;
}
.cat_item_box_innner ul.list {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner ul.list > li {
	width: 23%;
	margin: 1% 1% 4%;
}
.list li {
	opacity: 1;
	list-style: none;
	transition: all 0.4s ease-in-out 0s;
}
.list li.is-hidden {
	opacity: 0 !important;
	height: 0 !important;
	margin: auto !important;
}
.cat_item_box_innner > div.more {
	width: 100%;
	margin: 1% auto 3%;
	text-align: center;
	z-index: 9999;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
}
.cat_item_box_innner > div.more:after {
	display: block;
	transform: rotate(135deg);
	content: "";
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 50%;
	left: 50%;
}
.sub {
	font-size:80%;
	font-weight:normal;
}

@media screen and (max-width: 786px) {
.cat_item_box_innner {
	flex-wrap: wrap;
	margin: 2% auto;
}
.cat_item_box_innner > div {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner ul.list {
	flex-wrap: wrap;
	margin: 0 auto;
}
.cat_item_box_innner ul.list > li {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner > div.more {
	margin: 1% auto 5%;
	font-size: 1.3em;
}
}
.item_box_contents .item_image img {
	width: 100%;
}
.item_box_contents .item_bland_name {
	display: block;
	font-size: 1em;
	margin-top: 5%;
}
.item_box_contents .item_name {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2;
	margin: 3% auto;
}
.item_box_contents .item_price {
	display: block;
	font-size: 1.3em;
}
.item_box_contents .item_price .zeinuki {
	font-size: 0.65em;
	position: relative;
	top: -2px;
}
.item_box_contents .cat_link_btn {
	margin: 3% auto;
	width: 100%;
}
.item_box_contents .cat_link_btn a:after {
	width: 12px;
	height: 12px;
	right: 3%;
	top: 3px;
}
.item_box_contents .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4% 3%;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.item_box_contents .gender {
	display: flex;
	justify-content: space-between;
}
.item_box_contents .gender div {
	flex-basis: 48.5%;
}
.item_box_contents .gender div.cat_link_btn {
	margin: 3% 0;
}
.item_box_contents .gender div.cat_link_btn a {
	padding: 18% 3%;
	font-size: 1em;
	display: block;
}
.item_box_contents .gender div.cat_link_btn a:after {
	display: none
}
.item_box_contents .btn_mens a {
	background-color: #007896;
}
.item_box_contents .btn_womens a {
	background-color: #B49650;
}
@media screen and (max-width: 786px) {
.item_box_contents .item_name {
	font-size: 1em;
}
}
#oneLineTxt01 .common_title, #oneLineTxt02 .common_title, #oneLineTxt03 .common_title, #oneLineTxt04 .common_title {
	font-size: 180%;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.common_title {
	text-align: center;
	border-bottom: 1px solid #000;
}

.cat_link_btn a {
	margin: 0% auto 20%;
	
}

.cat_link_btn a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 786px) {
.cat_link_btn a:after {
	top: 5px;
	width: 6px;
	height: 6px;
}
}
@media screen and (max-width: 786px) {
	.cat_link_btn {
		display: none;
	}
	}

	@media screen and (min-width: 786px) {
		.cat_link_btn_sp {
			display: none;
		}
		}


 
.category_btn_footerblock .btn_black a {
	background-color: #000000;
}
.category_btn_footerblock .btn_att {
	display: block;
	text-align: right;
}
@media screen and (max-width:559px) {
.category_btn_oneblock {
	width: 100%;
}
}
.video_wrap {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}
.video_title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: center;
}
.vd_m {
	width: 100%;
	cursor: pointer;
}
 @media screen and (max-width: 786px) {
	 #main_image_box img.top_image{
		 display:none;
	 }
	}

	 .bland_infomation_rectangle .bland_logo{
		 width: 100%;
		}
.bland_infomation_rectangle .bland_logo img{
	max-width: 290px;
	width: 100%;
	margin: 0px auto 25px;
}
.video_wrap {
	width: 100%;
}
.video_title {
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
}
iframe {
	width: 100%;
	height: 200px;
}
.tax{
	font-size:80%;
}
.kodawari_point .point_title {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5%;
}
.point_ft_imgbox {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.point_ft_imgbox li {
	width: 50%;
}
.kodawari_point .point_title {
	font-size: 20px;
}
.media_ttl{
	font-size: 15px;
	text-align: justify;
	letter-spacing: 0.9;
	font-feature-settings: "palt";
}
.point_ft_imgbox {
	margin: 5% 0 0;
	display: block;
}
.point_ft_imgbox li {
	width: 100%;
}
.item{
	display:flex;
	flex-direction:column-reverse;
	width: 100%;
	margin: auto;
}
.tax{
	font-size:80%;
}
.item_list_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1% 3% 8%;
}
.item_list {
	width: 48%;
	max-width: 400px;
}
.item_list_txt {
	margin: 20px 0 0;
}
.item_list_wrap {
	margin: 0;
}
.item_list {
	width: 100%;
	margin: 0 auto;
}
.item_list_txt {
	font-size: 14px;
}	 
.point_imgtxt_txt img{
	padding: 10px;
}	 
.point_imgtxt_txt h6{
	font-size: 1.5em;
}
.contents dl{
	display: flex;
	border-bottom: 1px solid #efefef;
	padding: 32px 0;
	flex-wrap: wrap;
	width: 80%;
	align-items: center;
	margin: auto;
}
.contents dt{
    width: 50%;
}
.contents dd{
    width: 50%;
}
.contents li {
	padding: 20px 0;
	width: 100%;
}

.contents h5{
	text-align: left;
	font-size: 1.55em;
	padding: 0 0 2%;
}
.contents p{
	font-size: 1.35em;
}
.contents div{
	width: 70%;
}

.point_block{
	text-align: center;
    max-width: 960px;
    margin: 0 auto ;
    font-size: 1em;
    padding: 6%;
    margin: 0 auto 5%;
}


.point_img{
text-align: center;
}


.kodawari_point .point_img {
    text-align: center !important;

}


.point_txt {
    font-size: 1.3em;
    letter-spacing: 0.02;
    line-height: 1.75;
    width: 100%;
    text-align: center;

}

h4 {
	font-size: 1.8em;
}



/* ボタンレスポンシブ　スマホ */

.cat_link_btn_sp a {
	display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 6% 6% 6%;
    font-size: 1.5em;
    display: flex;
}


.cat_link_btn_sp a span {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.cat_link_btn_sp a {
    margin: 0% auto 20%;
}

.cat_link_btn_sp a:after {
    display: block;
    transform: rotate(45deg);
    content: "";
    border-top: #FFF 1px solid;
    border-right: #FFF 1px solid;
    width: 13px;
    height: 13px;
    position: relative;
    right: 0%;
    top: 3px;
}

.category_btn_footerblock .cat_link_btn_bottom a {
    background-color: #007896;
    color: #FFFFFF;
    padding: 4% 3%;
    font-size: 1.2em;

}



.category_btn_footerblock .cat_link_btn_bottom a span {
display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    color: #fff;
}


.cat_link_btn_bottom {
margin: 1%;
    text-align: center;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}