@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&display=swap');
.section {
	margin: 60px auto;
    font-family: 'Noto Sans JP', sans-serif;
}
.coupon {
	text-align: center;
	margin: 0 auto;
    color: #000000;
}
.font_30 {
	font-size: 3rem;
}
.font_40 {
	font-size: 4rem;
	color: #ba0c2f;
}
.font_70 {
	font-size: 4rem;
	margin: 0 auto 30px;
}
.bg_red {
	color: #ba0c2f;
}
.font_b {
	font-weight: bold;
}
.bg_area_co {
	background-color: #F5F5F5;
	padding: 5px 60px;
	width: auto;
	margin: 0 auto 15px;
}
.bg_area_cu {
    background-color: #F5F5F5;
    padding: 40px 45px;
    width: 688px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
.mgn_b_20 {
	margin-bottom: 20px;
}
.mgn_b_30 {
	margin-bottom: 30px;
}
.mgn_b_40 {
	margin-bottom: 40px;
}
.mgn_b_60 {
	margin-bottom: 60px;
}
.column_2 {
	display: table;
	vertical-align: middle;
}
.column_2 li:first-child {
	width: auto;
	padding: 0;
}
.column_2 li:first-child p {
	border-right: 2px solid;
	padding-right: 15px;
}
.column_2 li {
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.col_green {
	color: #00B900;
}
.col_green a {
	color: #00B900;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 360px;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #ba0c2f;
	border-bottom: 2px solid #ba0c2f;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-size: 1.6rem;
}
a.cp_btn:active {
	border-bottom: 2px solid #ba0c2f;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.Line_btn {
	width: 360px;
	font-size: 2.4rem;
	margin: 45px auto;
	clear: both;
}
.contents_side .item {
    font-size: 1.2rem;
    line-height: 1.7;
}
.fs-c-productName__name {
	font-size: 1.4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.fs-c-price__value {
	font-size: 1.6rem;
}
.fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
	text-decoration: line-through;
	font-size: 1.2rem;
}
.list_item {
	display: flex;
}
.list_item article {
	width: 33.3333%;
	padding: 10px;
	box-sizing: border-box;
}
.item_list_men {
	max-width: 820px;
	margin: 60px auto;
	text-align: center;
}
.item_list_men_ttl {
	font-size: 2.0rem;
}
.pageTitle {
	display: none;
}
.pickup {
	font-size: 1.4rem !important;
    color: #D80C39;
    font-weight: bold;
    margin-top: 3px;
}
.Recommend_ttl {
	font-size: 1.6rem;
}
.price_off {
	font-size: 1.4rem;
	color: #ba0c2f;
}
@media screen and (max-width: 768px) {
	.bg_area_co {
		background-color: #F5F5F5;
		padding: 5px 20px;
		width: auto;
		margin: 0 auto 15px;
	}
	.bg_area_cu {
        width: auto;
        padding: 30px 15px;
        margin-top: -30px;
	}
	.bg_area_cu .item {
        font-size: 1.2rem !important;
        line-height: 1.6;
        text-indent: -1em;
        padding-left: 1em;
	}
	.contents_side {
        margin-bottom: 0;
        padding: 0 12px;
	}
	.font_30 {
		font-size: 2rem !important;
	}
	.bg_red {
		font-size: 3rem !important;
	}
	.list_item {
		display: block;
	}
	.list_item article {
		padding: 5px;
		box-sizing: border-box;
		width: calc(50%);
		height: 400px;
		float: left;
	}
	body .fs-c-productList__list__item .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main {
		float: left !important;
		display: contents !important;
	}
	body.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices, body.fs-body-search .fs-c-productListItem__prices.fs-c-productPrices {
		margin: 0 6px 13px !important;
	}
	a.cp_btn {
		position: relative;
		display: block;
		width: 90%;
		padding: 1rem;
		text-align: center;
		text-decoration: none;
		color: #FFF;
		background: #ba0c2f;
		border-bottom: 2px solid #ba0c2f;
		border-radius: 4px;
		box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
		font-size: 1.2rem;
		margin: 0 auto;
	}
	.Line_btn {
		width: 90%;
		font-size: 2rem;
		margin: 20px auto;
		clear: both;
	}
}

/* 2023.10.4 追加 */
.mainContentsR {
    color: #777777;
}
.main-image {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .main-image {
        margin-bottom: 20px;
    }
}
.main-title-catch {
    margin-bottom: 2px;
    color: #ba0c2f;
    font-weight: 700;
    font-size: 26px;
}
@media (max-width: 768px) {
    .main-title-catch {
        margin-bottom: 3px;
        font-size: 18px;
    }
}
.main-title {
    margin-bottom: 20px;
    color: #ba0c2f;
    font-weight: 700;
    font-size: 44px;
}
@media (max-width: 768px) {
    .main-title {
        margin-bottom: 15px;
        font-size: 30px;
    }
}
.linkbtn {
	margin-bottom: 60px;
}
.linkbtn-list {
    display: flex;
    justify-content: center;
    width: 688px;
    max-width: 100%;
    margin: 50px auto !important;
}
.linkbtn-list-item {
    width: 260px;
}
.linkbtn-list-item ~ .linkbtn-list-item {
    margin: 0 0 0 20px;
}
.linkbtn-list-item a {
    display: block;
    border-radius: 70px;
    font-weight: 500;
    text-align: center;
    height: 70px;
    font-size: 16px;
    line-height: calc(70px - 5px);
}
.linkbtn-list-item.ladies a {
    color: #b20f31;
    border: solid 2px #b20f31;
}
.linkbtn-list-item.mens a {
    color: #091d68;
    border: solid 2px #091d68;
}
.linkbtn-list-item.fitfit a {
    color: #e85d88;
    border: solid 2px #e85d88;
}
@media (max-width: 768px) {
    .linkbtn-list {
        width: 87.2%;
        margin: 40px auto !important;
        justify-content: space-between;
    }
    .linkbtn-list-item {
        /* width: calc((100% - 15px) / 3); */
        width: calc((100% - 15px) / 2);
    }
    .linkbtn-list-item ~ .linkbtn-list-item {
        margin: 0;
    }
    .linkbtn-list-item a {
        height: 50px;
        font-size: 13px;
        line-height: calc(50px - 5px);
    }
}

.salebtn-link {
    display: block;
    position: relative;
    width: 400px;
    height: 70px;
    margin: 50px auto 0;
    border-radius: 70px;
    background: #c51a20;
    line-height: 70px;
    text-align: center;
}
.salebtn-link::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 40px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate( 45deg );
    content: "";
}
@media (max-width: 768px) {
    .salebtn-link {
        width: 87.2%;
        margin: 40px auto 0;
        height: 50px;
        line-height: 50px;
    }
}
.salebtn-link span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .salebtn-link span {
        font-size: 15px;
    }
}

.coupon-date {
    margin: -35px 0 0;
}
@media (max-width: 768px) {
    .coupon-date {
        margin: 25px 0 0;
    }
}

.contents_bnr{
  margin: 60px auto;
  text-align: center;
}
.feature {
  position: relative;
  margin: 85px 4.6% 34px;
  padding: 30px 4.4%;
  border: 1px solid #9c8d86;
}
.feature__title__wrapper {
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.feature__title__catch {
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  color: #7d5e46;
}
.feature__title {
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  color: #7d5e46;
  margin-top: 4px;
  display: inline-block;
  background: #ffffff;
  padding: 0 17px;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: calc(680 / 680 * 100%);
}
.feature-list__item {
  flex-basis: calc(330 / 680 * 100%);
}
.feature-btn__wrapper .btn2 a {
  margin: auto;
  width: 95%;
  line-height: 40px;
}
.feature-btn__wrapper {
  margin-top: 25px;
}
.btn2 > a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: #c51a20;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media screen and (min-width:769px)
{
.feature {
    padding: 50px 0;
    margin: 148px auto 60px;
    width: 100%;
}
.feature__title__wrapper {
  top: -50px;
}
.feature__title__catch {
  font-size: 20px;
}
.feature__title {
  font-size: 34px;
  margin-top: 8px;
  padding: 0 33px;
}
.feature-list {
  width: 640px;
  margin: 0 auto;
}
.feature-list__item {
  flex-basis: calc(300 / 640 * 100%);
}
.feature-btn__wrapper .btn2 a {
  line-height: 50px;
  width: 340px;
}
.btn2 > a {
  font-size: 15px;
  line-height: 50px;
}
.category-wrapper a[href], .category-wrapper a[href] img {
  -webkit-transition: .4s;
  transition: .4s;
}
.feature-btn__wrapper {
  margin-top: 40px;
}
}

.main_block{
  margin: 60px auto;
    text-align: center;
}
.ttl_box{
  margin: 30px auto;
}
.ttl_04{
  font-size: 1.8rem;
    line-height: 2;
    margin: 0px 15px;
  }
@media screen and (max-width:768px)
{

.ttl_04 {
  font-size: 1.4rem;
}
}

.sale_bnr
{
    margin: 30px auto;
    text-align: center;

}

.follow_btn {
    text-align: center;
    width: 300px;
    background-color: #000;
    margin: 0 auto;
}
.follow_btn a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
}

.copy_btn {
    background: #fff;
    color: #000;
    padding: 0 5px;
    border: 1px solid #000;
}
.copy_btn:hover{
    background: #fff;
    color: #000;

}
.countdown {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 2.0rem;
    overflow: hidden;
}
.cd_code {
    padding:0;
    margin-bottom: 20px;
}
.cd_code_ttl {
    text-align: center;
    background: #F72E9E;
    font-size: 1.6rem;
    padding: 5px;
    width: 50%;
    margin: 10px auto;
    color: #fff;
    border-radius: 10px;
}

#countdown-day, #countdown-hour, #countdown-min, #countdown-sec{
    color: #F72E9E;
    font-size: 3.0rem;
    padding: 0 5px;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width:768px)
{

.cd_code_ttl {
    width: 80%;
}

}

      .main_block {
        margin: 0 auto 20px;
    }
    
.main_block.bnr {
    width: 90%;
    display: flex;
    column-gap: 20px;
    margin: 20px auto 40px;
    max-width: 500px;
}

.bnr_list p{
        font-size: 1.6rem;
        margin: 10px auto;
        text-align: center;
    }