@charset "utf-8";
/*-----------------------

大枠

----------------------------------------------*/
.contents_box * {
	box-sizing: border-box;
}
.contents_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contents_box hr {
	border: none;
	background-color: #777;
	height: 1px;
}
.contents_box :hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.contents_box {
	padding: 0 0 120px;
}
.contents_box .sp_only {
	display: none;
}
@media screen and (max-width:768px) {
.contents_box {
	padding: 0 0 14%;
}
.contents_box .sp_only {
	display: block;
}
.sp_br {
	display: block;
}
}
/*-----------------------

タイトル部分

----------------------------------------------*/
#main_image_box {
	display: block;
	max-width: 100%;
	object-fit: cover;
	text-align: center;
}
#main_image_box img.bg_images {
	max-width: 100%;
	/*min-height:300px;*/
	object-fit: cover;
}
.box_images img {
	width: 100%;
}
@media screen and (max-width:768px) {
#main_image_box img.bg_images {
	min-height: 170px;
}
}
/*-----------------------

タイトル部分スマホと2種切り分け

----------------------------------------------*/
#main_image_box_pc {
	width: 100%;
	object-fit: cover;
}
#main_image_box_sp {
	display: none;
}
#main_image_box_pc img.box_images {
	width: 100%;
}
@media screen and (max-width:768px) {
#main_image_box_pc {
	display: none;
}
#main_image_box_sp {
	display: block;
	width: 100%;
	object-fit: cover;
}
#main_image_box_sp img.box_images {
	width: 100%;
}
}
/*-----------------------

看板下のテキスト

----------------------------------------------*/
.intro {
	max-width: 1280px;
	width: 80%;
	margin: 2% auto 5%;
}
.intro {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 1px;
}
.intro p br.sp_only, .intro p br.mb_only {
	display: none;
}
.intro_ttl {
	font-size: 64px;
	color: #18588b;
}
.intro_txt {
	font-size: 53px;
	color: #c00404;
}
.intro_txt_s {
	font-size: 30px;
	color: #000;
}
.intro_txt02 {
	font-size: 36px;
}
@media screen and (max-width:1211px) {
.intro p br.sp_only {
	display: block;
}
}
@media screen and (max-width:768px) {
.intro {
	width: 94%;
	margin: 5% auto 10%;
}
.intro_ttl {
	font-size: 22px;
}
.intro_txt {
	font-size: 25px;
}
.intro_txt_s {
	font-size: 20px;
	display: block;
}
.intro_txt02 {
	font-size: 20px;
}
}
/*-----------------------

おトク紹介

----------------------------------------------*/
.otoku {
	max-width: 1280px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
.otoku .ttl img {
	padding-bottom: 12px;
	border-bottom: #000000 1px solid;
	margin-bottom: 3%;
}
.otoku .main_ttl {
	display: block;
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 2%;
}
.otoku .main_ttl span.before {
	font-size: 0.4em;
	line-height: 1.6;
}
.otoku .main_ttl span.pink {
	color: #FD547F;
}
.otoku .main_ttl br.sp_only, .otoku .main_ttl br.pc_break, .date br.pc_break {
	display: none;
}
.otoku .date {
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	margin: 0 0 20px;
	border-bottom: solid 3px #000;
	border-top: solid 3px #000;
	line-height: 70px;
	padding: 0 50px;
}
.otoku .point {
	border: #000000 1px solid;
	display: inline-block;
	margin-bottom: 2%;
}
.otoku .point img {
	max-width: 657px;
	width: 100%;
}
.otoku .attention {
	display: block;
	margin-bottom: 5%;
	font-size: 1.2em;
}
.otoku .attention br.sp_onlyu {
	display: none;
}
.otoku hr {
	margin-bottom: 2%;
}
.otoku_naiyou {
	font-size: 36px;
	font-weight: 900;
}
.otoku_naiyou_em {
	font-size: 100px;
	line-height: 1;
	display: block;
	color: #c00404;
	margin: -10px 0 40px;
}
.otoku_naiyou_em small {
	font-size: 50px;
}
@media screen and (max-width:1219px) {
.otoku .main_ttl br.pc_break, .date br.pc_break {
	display: block;
}
}
@media screen and (max-width:768px) {
.otoku .ttl img {
	max-width: 200px;
	width: 80%;
}
.otoku .main_ttl {
	font-size: 5.5em;
	margin-bottom: 3%;
}
.otoku .date {
	/* font-size: 1.8em; */
	/* margin-bottom: 3%; */
	font-size: 17px;
	line-height: 1.4;
	display: block;
	padding: 10px 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.otoku .attention br.sp_onlyu {
	display: block;
}
.otoku .attention {
	margin-bottom: 10%;
	text-align: left;
	/* text-indent: -2em; */
	margin-left: 1em !important;
}
.otoku hr {
	margin-bottom: 5%;
}
.otoku_naiyou {
	font-size: 20px;
}
.otoku_naiyou_em {
	font-size: 40px;
	margin: 0 0 5%;
}
.otoku_naiyou_em small {
	font-size: 30px;
}
}
@media screen and (max-width:595px) {
.otoku .ttl img {
	max-width: 140px;
	width: 100%;
}
.otoku .main_ttl {
	font-size: 4.5em;
}
.otoku .main_ttl br.sp_only {
	display: block;
}
}
/*-----------------------

ボタン共通

----------------------------------------------*/
.cat_link_btn {
	margin: 1%;
	text-align: center;
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
.cat_link_btn a {
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 3% 3%;
	font-size: 1.4em;
	display: flex;
}
.category_color a {
	background-color: #C1272D;
}
.cat_link_btn a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
.cat_link_btn a:after {
	display: block;
	transform: rotate(45deg);
	content: "";
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	width: 16px;
	height: 16px;
	position: relative;
	right: 0%;
	top: 3px;
}
.cat_link_btn a:hover {
	opacity: 0.8;
}
@media screen and (max-width:768px) {
.cat_link_btn a:after {
	top: 0;
}
.cat_link_btn a {
	font-size: 1.3em;/* font-size: 20px !important; */
}
}
@media screen and (max-width:559px) {
.cat_link_btn {
	margin: 1% auto;
}
.cat_link_btn a {
	font-size: 1.2em;
}
.cat_link_btn a:after {
	top: 3px;
	width: 10px;
	height: 10px;
}
}
/*-----------------------

商品陳列の大枠

----------------------------------------------*/
.cat_item_box {
	max-width: 1020px;
	margin: 5% auto 0;
	width: 90%;
}
.contents_title {
	text-align: center;
	font-size: 1.5em;
	font-weight: 900;
	border-bottom: #000000 1px solid;
	padding-bottom: 1%;
	margin-bottom: 5%;
}
.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%;
}
@media screen and (max-width:768px) {
.cat_item_box {
	margin: 10% auto 0;
}
.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_image img.border_wrap {
	border: #000000 1px solid;
}
.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: #035c07;
	color: #FFFFFF;
	padding: 4% 3%;
	letter-spacing: 1px;
}
.item_box_contents .btn_all a {
	padding: 8.8% 3%;
	font-size: 1em;
	display: block;
}
.item_box_contents .btn_all a:after {
	display: none
}
.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: #255479;
}
.item_box_contents .btn_womens a {
	background-color: #c13e5f;
}
@media screen and (max-width:768px) {
.item_box_contents .item_name {
	font-size: 1em;
}
}
#oneLineTxt01 .common_title, #oneLineTxt02 .common_title {
	font-size: 180%;
	font-weight: bold;
	border: 0;
	padding: 40px 0 20px;
}
/*-----------------------

左右の2列ボタン

----------------------------------------------*/
.category_btn {
	margin: 0 auto 5%;
	max-width: 1020px;
	width: 90%;
}
.category_btn > div {
	display: flex;
	justify-content: space-between;
}
.category_btn .cat_link_btn a {
	background-color: #C1272D;
	color: #FFFFFF;
	padding: 4.5% 3%;
}
.category_btn .btn_mens a {
	background-color: #000000;
}
.category_btn .btn_womens a {
	background-color: #FD547F;
}
@media screen and (max-width:768px) {
.category_btn {
	width: 84%;
	margin-bottom: 15%;
}
.category_btn > div {
	/*flex-direction: column;*/
	display: block;
	margin: 0 auto;
}
.category_btn .cat_link_btn {
	margin: 2% auto;
}
}
/*-----------------------

左右の2列ボタン_終わりの部分

----------------------------------------------*/
.category_btn_last {
	margin: 0 auto 3%;
	max-width: 1020px;
	width: 90%;
}
.category_btn_last > div {
	display: flex;
	justify-content: space-between;
}
.category_btn_last .cat_link_btn a {
	background-color: #C1272D;
	color: #FFFFFF;
	padding: 4.5% 3%;
}
.category_btn_last .btn_mens a {
	background-color: #000000;
}
.category_btn_last .btn_womens a {
	background-color: #FD547F;
}
@media screen and (max-width:768px) {
.category_btn_last {
	width: 84%;
	margin-bottom: 10%;
}
.category_btn_last > div {
	/*flex-direction: column;*/
	display: block;
	margin: 0 auto;
}
.category_btn_last .cat_link_btn {
	margin: 2% auto;
}
}
/*-----------------------

footerの一列ボタン

----------------------------------------------*/
.category_btn_footerblock {
	margin: 3% auto 0;
	max-width: 1020px;
	width: 90%;
}
.category_btn_footerblock .cat_link_btn {
	margin: 0 auto;
}
.category_btn_footerblock .cat_link_btn a {
	background-color: #007896;
	color: #FFFFFF;
	padding: 20px;
	font-size: 30px;
	font-weight: 600;
}
@media screen and (max-width:768px) {
.category_btn_footerblock {
	width: 96%;
}
.category_btn_footerblock .cat_link_btn a {
	font-size: 20px;
}
}
.category_btn_footerblock .cat_link_btn a:after {
	top: 6px;
}
@media screen and (max-width:559px) {
.category_btn_oneblock {
	width: 100%;
}
}
/*-----------------------

お得3

----------------------------------------------*/
.ttl_toku3 {
}
.toku3_tweet {
	display: block;
	margin: 0 0 30px;
	position: relative;
}
.main_ttl.toku3 {
	font-size: 7em;/* margin: 30px 0 0; */
}
.otokusono3_txt {
	display: block;
	width: 65%;
	text-align: justify;
	margin: 30px auto 0;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
}
.otokusono3_txt span {
	color: #009fe7;
}
.toku3_tyusen {
	font-size: 20px;
}
.toku3_point {
	font-size: 20px;
	display: inline-block;
}
.twbt {
}
.twbt a {
	display: inline-block;
	background-color: #00a6ec;
	color: #fff;
	padding: 10px 100px;
	font-size: 23px;
	margin: 0 0 30px;
	position: relative;
}
.twbt a:after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 40%;
	width: 10px;
	height: 10px;
	/* margin: 0 8px -1px 0; */
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.kome {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	vertical-align: text-top;
	padding: 36px 5px 0 0;
}
.kome2 {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	vertical-align: text-top;
	padding: 30px 4px 0 0;
}
.otoku .attention.aa {
	margin: 0;
}
@media screen and (max-width:1211px) {
.attention.toku3 {
	margin: 0 5% 5% 10%;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}
}
@media screen and (max-width:768px) {
.ttl_toku3 {
}
.toku3_tweet {
	margin: 0 0 5%;
}
.toku3_tweet img {
	max-width: 90%;
}
.main_ttl.toku3 {
	font-size: 5.5em;
}
.otokusono3_txt {
	width: 90%;
	font-size: 20px;
	margin: 0 auto 10px;
	text-align: left;
}
.otokusono3_txt span {
}
.toku3_tyusen {
	font-size: 30px;
}
.toku3_point {
	font-size: 20px;
}
.attention.toku3 {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}
.twbt {
}
.twbt a {
	padding: 3% 5% 3% 0;
	font-size: 20px;
	width: 90%;
	margin: 5% 0;
}
.twbt a span {
	display: block;
}
.kome {
	padding: 10px 0 0 0;
	font-size: 12px;
}
.kome2 {
	padding: 4% 4px 0 0;
}
}
