/* 配色 */
:root {
  --base-color: #FDE8EB;
  --main-color: #FE4C86;
  --text-color: #291026;
  --accent-color: #FAE01F;
  --red: #EF1513;
}

body {
  background: var(--base-color);
}
main {
  color: var(--text-color);
  padding-bottom: 180px;
}
.f_roboto {
  font-family: 'Roboto', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}
.mv_area{
  width: 100%;
}
.mv_pic{
  width: 1040px;
  margin: 0 auto;
}
.intro_area{
  margin-top: 20px;
  margin-bottom: 30px;
}
.intro_lead {
  margin: 0 auto 30px;
}
.intro_lead_text {
  color: var(--text-color);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
}
.lead_strong {
  font-size: 32px;
  background: linear-gradient(transparent 50%, #FFE90D 50%);
}
.seibetsu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  border-radius: 25px;
  font-size: 22px;
  text-decoration: none !important;
}
.seibetsu_btn.toLadies {
  background: #f841af;
  color: #fff!important;
}
.seibetsu_btn.toMens {
  background: #0A3B94;
  color: #fff!important;
}
.topbtn_area{
  margin: 20px auto;
  width: 850px;
  display: flex;
  justify-content: space-between;
}
.top_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 270px;
  height: 50px;
  background-color: var(--accent-color);
  color: var(--main-color)!important;
  border-radius: 25px;
  font-size: 22px;
  text-decoration: none !important;
}
.set_p{
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
.set_flex{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 500px;
}
.set_img{
  width: 500px;
}
.tokushu_p{
  font-size: 18px;
  text-align: center;
}
.tokushu_p.strong {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 30px;
}
h3{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.event-info {
  padding-top: 5px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fa7daf, #FCDDE4);
}
.head_img {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.head_img_p {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.point {
  width: 1040px;
  margin: 45px auto;
  padding-top: 30px;
}
.point-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 60px;
}
.point-list_item {
  width: calc(100% / 3);
}
.point-list_item.ladies {
  width: 430px;
  margin-right: 20px;
}
.point-list_item.ladies:last-child {
  margin-right: 0;
}
.shape_01 {
  display: block;
  width: 100vw!important;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  background: #4EBDF1;
}
.new-arrival {
  padding: 0 15px;
  background-image: url(../images/ev-bg_02_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.new-arrival_img {
  display: block;
  width: 830px;
  margin: 0 auto;
}
.na_lookall_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px auto 0;
  width: 500px;
  height: 60px;
  background-color: #fff;
  color: #006a42 !important;
  font-weight: bold;
  border-radius: 25px;
  font-size: 24px;
  text-decoration: none !important;
}
.na_addtext {
  width: fit-content;
  margin: 30px auto;
  padding: 10px 20px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 18px;
  background-color: var(--accent-color);
}

.bcWrap,
.mv,
.section_content_cp {
  width: 1040px;
  margin: 0 auto 30px;
}
.section_content_cp .ruleList {
  margin-top: 60px;
  padding: 25px 30px;
  background: var(--main-color);
}
.section_content_cp .ruleList dt {
  font-weight: bold;
}
.section_content_cp .ruleList dd {
  padding-left: 1em;
  text-indent: -1em;
}

.section_content_cp .couponList li {
  position: relative;
  width: 1040px;
  /* margin-top: 60px; */
  /* margin-right: 60px; */
  padding: 25px 30px 30px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.section_content_cp .couponList li::before {
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.section_content_cp .couponList li.isMens::before {
  background: var(--main-color);
}
.section_content_cp .couponList li.isLadies::before {
  background: #E559A5;
}
.section_content_cp .couponList li:nth-child(2n) {
  margin-right: 0;
}
.section_content_cp .couponList p {
  letter-spacing: 0.05em;
  text-align: center;
}
.section_content_cp .couponList p + p {
  margin-top: 5px;
}
.section_content_cp .couponList p.txt02 .isBold {
  font-weight: bold;
  font-size: 18px;
}
.section_content_cp .couponList p.txt02 .isLarge {
  font-size: 28px;
}
.section_content_cp dl.coupon {
  position: relative;
  display: table;
  margin: 25px auto 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.section_content_cp .isMens dl.coupon {
  border: 8px solid var(--main-color);
  background: var(--main-color);
}
.section_content_cp .isLadies dl.coupon {
  border: 8px solid #E559A5;
  background: #E559A5;
}
.section_content_cp dl.coupon dt {
  position: relative;
  top: -4px;
  display: table-cell;
  width: 164px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.section_content_cp dl.coupon dd.couponCode {
  display: table-cell;
  width: 250px;
  background: #fff;
}
.section_content_cp dl.coupon dd textarea {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  resize: none;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
.section_content_cp dl.coupon dd textarea:hover,
.section_content_cp dl.coupon dd textarea:active {
  color: rgba(26,26,26,0.5);
}
.section_content_cp dl.coupon dd textarea:focus {
  border-color: #fff;
  background-color: #fff;
  outline: none;
}
.section_content_cp dl.coupon dd textarea::selection {
  background: #fff;
  color: #1a1a1a;
}
.section_content_cp dl.coupon dd textarea::-moz-selection {
  background: #fff;
  color: #1a1a1a;
}
.section_content_cp dl.coupon dd.info {
  position: absolute;
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  bottom: -38px;
}
.section_content_cp .linkBtn {
  height: 60px;
}
.section_content_cp .linkBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  border-radius: 30px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.section_content_cp .linkBtn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
}
.section_content_cp .linkBtn.isMens a {
  background: #02A5D9;
}
.section_content_cp .linkBtn.isLadies a {
  background: #E559A5;
}
.cp_h{
  font-size: 20px;
  font-weight: bold;
}

/* クーポン使用例 */
.cp-example {
  width: 1040px;
  margin: 0 auto 60px;
  padding: 20px;
  background: #fff;
  border-radius: 7px;
}
.cp-example_list {
  display: flex;
  justify-content: space-between;
}
.cp-example_item {
  width: 49%;
}
.cp-example_flex {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  border: solid var(--text-color) 1px;
}
.cp-example_block {
  width: calc((100% - 60px) / 3);
}
.cp-example_flex.twoItems > .cp-example_block {
  width: calc((100% - 30px) / 2);
}
.plus-icon {
  display: flex;
  margin-top: 20%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: solid var(--text-color) 2px;
  border-radius: 50%;
}
.twoItems > .plus-icon {
  margin-top: 32%;
}
.cp-price {
  margin-top: 10px;
}

/* まとめ買い */
.setSale_area {
  background: #5AB2E7;
}
.setSale_bg {
  max-width: 1240px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  background-image: url(../images/bg_03L.png), url(../images/bg_04L.png);
  background-size: 230px, 200px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.setSale_area_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 5px var(--main-color);
}
.setSale_mv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.setSale_container {
  width: 100%;
  margin: 0 auto 15px;
}
.setSaleList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.setSaleItem {
  width: calc((100% - 20px) / 2);
  display: block;
  position: relative;
  margin-bottom: 15px;
  background-color: #ececec;
  overflow: hidden;
}
.setSaleItem-inner {
  padding: 30px;
}
.setSaleContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setSaleContent-text {
  display: block;
  width: 60%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.text-strong {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.002em;
}
.text-marker {
  background: linear-gradient(transparent 80%, #ff2235 0%);
}
.text-marker.isLadies {
  background: linear-gradient(transparent 80%, #ff94bd 0%);
}
.setSaleContent-image {
  width: 38%;
}
.setSaleItem::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.setSaleItem::before {
  background: #e60012;
}
.setSaleItem.isLadies::before {
  background: #ff74a9;
}

.setSaleLinkBtn > a {
  position: relative;
  display: block;
  width: 75%;
  height: 45px;
  margin: 20px auto 0;
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #e60012;
}
.setSaleLinkBtn > a:hover {
  text-decoration: none;
}
/*
.setSaleLinkBtn > a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
} */
.setSaleLinkBtn.isLadies > a {
  background: #ff7daf;
}

.setsaleL_area {
  background: #ffa0c6;
}
.setsaleL_bg {
  max-width: 1240px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  background-image: url(../images/bg_03L.png), url(../images/bg_04L.png);
  background-size: 230px, 200px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.setsaleL_area_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 5px var(--main-color);
}
.setsaleL_mv {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.setSale_linkbanner {
  margin-bottom: 30px;
}
.setSale_linkbanner a {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.tokushu_flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.left_pic{
  width: 318px;
}
.right_pic{
  width: 190px;
}
.tokushu_right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 25%;
}
.tokushu_group_flex{
  display: flex;
  width: 650px;
  overflow-x: scroll;
  margin-top: 24px;
  padding-bottom: 6px;
}
.tokushu_group_block{
  flex-shrink: 0;
  margin-right: 14px;
}
h4{
  font-size: 16px;
  font-weight: bold;
}
.tokushu_price{
  font-size: 14px;
}
.text-red{
  font-size: 18px;
  color: var(--red);
  font-weight: bold;
}
.text-red_s{
  font-size: 15px;
  color: var(--red);
  font-weight: bold;
}
.price-label {
  display: inline-block;
  color: #fff;
  background: var(--red);
  padding: 1px 5px;
  margin-right: 5px;
}
.akaji{
  font-size: 16px;
  color: var(--red);
  font-weight: bold;
}
.akaji_s{
  font-size: 14px;
  color: var(--red);
  font-weight: bold;
}
h5{
  font-size: 14px;
  font-weight: bold;
}
.h5_p{
  font-size: 14px;
}
.tokushu_area {
  margin: 60px auto 45px;
}
.tokushu_block{
  width: 1040px;
  margin: 0 auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
}
.tokushu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  width: 350px;
  height: 50px;
  border: 2px solid  var(--main-color);
  color: var(--main-color) !important;
  border-radius: 25px;
  font-size: 24px;
  text-decoration: none !important;
}
.category_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.category_pic{
  width: 245px;
}
.categoryitem_flex{
  width: 245px;
  display: flex;
  align-self: center;
  margin-top: 16px;
}
.categoryitem_flex img{
  width: 80px;
}
.category_p{
  margin-left: 10px;
  line-height: 80px;
  font-size: 15px;
  font-weight: bold;
}

.sale-category {
  background: linear-gradient(to bottom, #e9b5dc, #afe3fa);
  padding-bottom: 60px;
}
.sale-category_bg {
  max-width: 1240px;
  margin: 0 auto 30px;
  padding-top: 60px;
  background-image: url(../images/bg_01.png), url(../images/bg_02.png);
  background-size: 120px, 120px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.sale-category_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 5px var(--main-color);
}
.sale-category_mv {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.sale-category_list {
  width: 100%;
  display: flex;
  margin: 0 auto 30px;
}
.sale-category_item {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.sale-category_item:last-child {
  margin-right: 0;
}
.icon-box {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.icon-box img {
  width: calc((100% - 9px) / 4);
  margin-right: 3px;
}
.icon-box img:last-child {
  margin-right: 0;
}

.off_area{
  padding-top: 30px;
  padding-bottom: 30px;
}
.off_bg {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/bg_03L.png), url(../images/bg_04L.png);
  background-size: 230px, 200px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.off_area.event {
  background: #ffa0c6;
}
.off_area_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
}
.off_area_inner.event {
  border: solid 5px var(--main-color);
}
h2{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.label-text {
  width: 100%;
  margin: 0 auto;
  background-color: var(--main-color);
  color: var(--accent-color);
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 15px;
}
.off_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 20px;
}
.off_block{
  margin-bottom: 30px;
}
.off_pic{
  width: 240px;
}
.off_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 20px;
  width: 350px;
  height: 50px;
  border: 2px solid  var(--main-color);
  color: var(--main-color) !important;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none !important;
}
.lookall_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 350px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none !important;
}
.lookall_btn.setsale {
  width: 450px;
  background-color: #e60012;
  font-weight: bold;
}
.lookall_btn.coolinner {
  background-color: #519DD9;
}
.feature_area {
  margin-bottom: 70px;
}
.feature_area_inner {
  width: 1040px;
  margin: 0 auto;
}
.category_area {
  margin-bottom: 60px;
}
.category_area_inner {
  width: 1040px;
  margin: 0 auto;
}

.size_area {
  margin-bottom: 60px;
}
.size_area_inner {
  width: 1040px;
  margin: 0 auto;
}
.size_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.size_block {
  width: calc((100% - 35px) / 8);
  margin-right: 5px;
}
.size_block:last-child {
  margin-right: 0;
}
.size_block a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: var(--main-color);
  border-radius: 10px;
  color: var(--base-color);
  font-size: 20px;
}

.brand_area {
  margin-bottom: 60px;
}
.brand_area_inner {
  width: 1040px;
  margin: 0 auto;
}
.brand_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.brand_block {
  width: calc((100% - 90px) / 4);
  margin-bottom: 30px;
}
.brand_pic {
  width: 100%;
}

.last_btn_area {
  margin-top: 80px;
} 
.last_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 434px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  border-radius: 25px;
  font-size: 24px;
  text-decoration: none !important;
}
.ladies_tokushu{
  margin-bottom: 80px;
}
.link_area {
  margin-bottom: 60px;
}
.link_area_inner {
  width: 1040px;
  margin: 0 auto;
}
.link_mv {
  width: 850px;
  margin: 0 auto;
}
.link_p {
  margin: 15px auto;
  font-size: 18px;
  text-align: center;
}

.coolinner {
  margin-bottom: 30px;
}
.coolinner_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px 10px 20px;
  background: linear-gradient(to bottom, #539fdb, #2363a7, #001e53);
  border-radius: 10px;
  border: solid 5px var(--main-color);
}
.head_img_in {
  display: block;
  width: 750px;
  margin: 0 auto 15px;
}
.coolinner_list {
  display: flex;
  justify-content: space-between;
}
.coolinner_item {
  width: calc((100% - 30px) / 3);
}
.coolinner_adtext {
  color: #fff;
  text-align: end;
  display: block;
  margin-bottom: 30px;
}

.coolinnerL {
  margin-bottom: 30px;
}
.coolinnerL_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  border: solid 5px var(--main-color);
}
.coolinnerL_list {
  display: flex;
  justify-content: center;
}
.coolinnerL_item {
  width: calc((100% - 60px) / 2);
  margin-right: 30px;
}
.coolinnerL_item:last-child {
  margin-right: 0;
}
.brand_container {
  margin-bottom: 30px;
}
.brand-label {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

/* ループスライダー */
.slider-left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.slider-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.slider-inner {
  overflow: hidden;
}
.sliderL {
  animation: scroll-l 60s infinite linear .5s both;
}
.sliderR {
  animation: scroll-r 60s infinite linear .5s both;
}

.slide img{
  display: block;
  width: 100%;
}

/* アニメーション */
@keyframes scroll-l {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes scroll-r {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* トップへ戻るボタン */
.returnBtn {
  width: 900px;
  margin: 150px auto 0;
}
.returnBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  border-radius: 30px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.returnBtn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
}
.returnBtn.green
 a {
  background: #096944;
}

/* ページトップへ戻る */
.page-top {
  display: none;
}
.page-top.isShow {
  display: block;
}
.page-top a {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  background: var(--main-color);
  color: #fff;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.page-top a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(-45deg);
}
.page-top a:hover {
  text-decoration: none;
}


@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 60px;
  }
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mv_area, .mv_pic{
    width: 100%;
  }
  .mv_pic > picture {
    position: relative;
  }
  .intro_area{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .intro_lead {
    margin: 0 auto 20px;
  }
  .intro_lead_text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.005em;
  }
   .lead_strong {
    font-size: 24px;
  }
  .seibetsu_btn{
    font-size: 16px;
    width: 240px;
    height: 40px;
  }
  .topbtn_area{
    width: 350px;
    margin: 16px auto;
  }
  .top_btn{
    font-size: 14px;
    width: 114px;
    height: 40px;
  }
  .set_p{
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .set_flex{
    width: 92%;
    margin-left: 4%;
  }
  .set_block{
    width: 48%;
  }
  .tokushu_flex{
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .tokushu_area {
    margin: 30px auto 20px;
  }
  .tokushu_block{
    width: 92%;
    margin: 0 auto;
    padding: 20px 15px;
    background: #fff;
    border-radius: 8px;
  }
  .tokushu_group_block{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tokushu_p{
    font-size: 12px;
  }
  .tokushu_p.strong {
    font-size: 15px;
    margin: 0 auto 20px;
  }
  h3{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .event-info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .head_img {
    width: 92%;
    text-align: center;
    margin: 0 auto;
  }
  .head_img_p {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }
  .point {
    width: 92%;
    margin: 45px auto;
    padding-top: 30px;
  }
  .point-list {
    display: block;
    margin: 0 auto;
  }
  .point-list_item {
    width: 100%;
    margin-bottom: -15px;
  }
  .point-list_item.ladies {
    width: 100%;
    margin-right: 0;
    margin-bottom: -15px;
  }
  .new-arrival {
    padding: 0;
    background-image: url(../images/ev-bg_02_sp.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .new-arrival_img {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .na_lookall_btn {
    margin: 30px auto 0;
    width: 92%;
    height: 45px;
    font-weight: bold;
    font-size: 17px;
  }
  .na_addtext {
    width: 100%;
    margin: 20px auto;
    padding: 5px 15px;
    font-size: 14px;
    text-align: center;
  }

  .bcWrap,
  .mv,
  .section_content_cp {
    width: 92%;
  }
  .section_content_cp .ruleList {
    margin-top: 30px;
    padding: 15px 15px;
  }
  .section_content_cp .couponList {
    display: block;
  }
  .section_content_cp .couponList li {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding: 15px 15px 30px;
    border-radius: 8px;
  }
  .section_content_cp .couponList li::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .section_content_cp .couponList p + p {
    margin-top: 5px;
  }
  .section_content_cp .couponList p.txt02 .isBold {
    font-size: 15px;
  }
  .section_content_cp .couponList p.txt02 .isLarge {
    font-size: 24px;
  }
  .section_content_cp dl.coupon {
    display: block;
    margin: 20px auto 0;
  }
  .section_content_cp .isLadies dl.coupon {
    border: 3px solid #E559A5;
  }
  .section_content_cp dl.coupon dt {
    display: block;
    width: 100%;
    top: -2px;
  }
  .section_content_cp dl.coupon dd.couponCode {
    display: block;
    width: 100%;
  }
  .section_content_cp dl.coupon dd textarea {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .section_content_cp dl.coupon dd.info {
    width: auto;
    right: 0;
    left: 0;
    bottom: -34px;
  }
  .section_content_cp .linkBtn a {
    margin-top: 30px;
    padding-top: 10px;
    font-size: 24px;
    border-radius: 8px;
  }
  .section_content_cp .linkBtn a::before {
    right: 18px;
  }
  .section_content_cp .linkBtn a:active {
    opacity: 0.7;
  }
  .cp_h{
    font-size: 18px;
    font-weight: bold;
  }
  /* クーポン使用例 */
  .cp-example {
    width: 92%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
  }
  .cp-example_list {
    display: flex;
    flex-direction: column;
  }
  .cp-example_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cp-example_flex {
    display: flex;
    padding: 10px;
    border: solid var(--text-color) 1px;
  }
  .cp-example_block {
    width: calc((100% - 45px) / 3);
  }
  .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border: solid var(--text-color) 1px;
    border-radius: 50%;
  }
  .cp-price {
    margin-top: 5px;
  }

  /* まとめ買い */
  .setSale_area {  
    width: 100%;
  }
  .setSale_bg {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
    margin: 0 auto;
    background-size: 30%, 30%;
  }
  .setSale_area_inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 4px var(--main-color);
  }
  .setSale_mv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .setSale_container {
    width: 100%;
  }
  .setSaleList {
    width: 100%;
    display: flex;
    margin: 10px auto;
  }
  .setSaleItem {
    width: 100%;
    display: block;
    position: relative;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .setSaleItem:last-child {
    margin-right: 0;
  }
  .setSaleItem-inner {
    padding: 15px 20px;
  }
  .setSaleContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .setSaleContent-text {
    display: block;
    width: 64%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .text-strong {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.001em;
  }
  .setSaleContent-image {
    width: 35%;
  }
  .setSaleItem::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .setSaleLinkBtn > a {
    height: 40px;
    margin-top: 15px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.2;
  }
  .setSaleLinkBtn > a::before {
    right: 18px;
  }
  
  .setsaleL_area_inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 4px var(--main-color);
  }
  .setsaleL_bg {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
    margin: 0 auto;
    background-size: 30%, 30%;
  }
  .setsaleL_mv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .left_pic{
    width: 100%;
  }
  .right_pic{
    width: 140px;
  }
  .tokushu_right{
    height:  auto;
  }
  .tokushu_group_flex{
    width: 100%;
  }
  .tokushu_price{
  font-size: 12px;
  }
  .text-red_s{
    font-size: 14px;
    color: var(--red);
    font-weight: bold;
  }
  .price-label {
    padding: 0px 2px;
    margin-right: 3px;
  }
  .akaji_s{
    font-size: 12px;
  }
  .tokushu_btn{
    font-size: 16px;
    width: 240px;
    height: 40px;
    margin-top: 20px;
  }
  h5{
    font-size: 12px;
  }
  .h5_p{
  font-size: 12px;
  }
  .category_flex{
    width: 92%;
    margin-left: 4%;
  }
  .category_block{
    width: 48%;
  }
  .categoryitem_flex{
    width: 100%;
  }
  .categoryitem_flex img{
    width: 40px;
    height: auto;
  }
  .category_p{
    line-height: 40px;
    font-size: 12px;
  }
  .sale-category {
    padding-bottom: 15px;
  }
  .sale-category_bg {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    background-size: 15%, 15%;
  }
  .sale-category_inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 10px;
    border: solid 4px var(--main-color);
  }
  .sale-category_mv {
    margin: 0 auto 15px;
  }
  .sale-category_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
  }
  .sale-category_item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .sale-category_item:nth-child(even) {
    margin-right: 0;
  }
  .sale-category_item:last-child {
    margin-right: 0;
  }
  .off_area{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .off_bg {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 30%, 30%;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
  }
  .off_area.event {
    padding-top: 0;
    padding-bottom: 0;
  }
  .off_area_inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
  }
  .off_area_inner.event {
    border: solid 4px var(--main-color);
  }
  h2{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
  }
  .off_container {
    margin-bottom: 40px;
  }
  .off_first {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .off_flex{
    width: 100%;
    margin-left: 0;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .off_block{
    flex-shrink: 0;
    width: 140px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .off_btn{
    font-size: 15px;
    width: 240px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .lookall_btn {
    margin: 15px auto 0;
    font-size: 15px;
    width: 240px;
    height: 40px;
  }
  .lookall_btn.setsale {
    width: 100%;
  }
  .feature_area {
    margin-bottom: 30px;
  }
  .feature_area_inner {
    width: 100%;
    margin: 0 auto;
  }
  .category_area {
    margin-bottom: 60px;
  }
  .category_area_inner {
    width: 100%;
    margin: 0 auto;
  }

  .size_area {
    margin-bottom: 60px;
  }
  .size_area_inner {
    width: 92%;
    margin: 0 auto;
  }
  .size_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .size_block {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 8px;
  }
  .size_block:nth-child(4n) {
    margin-right: 0;
  }
  .size_block:last-child {
    margin-right: 0;
  }
  .size_block a {
    padding: 5px 0;
    border-radius: 8px;
    font-size: 18px;
  }
  
  .brand_area {
    margin-bottom: 60px;
  }
  .brand_area_inner {
    width: 92%;
    margin: 0 auto;
  }
  .brand_flex {
    width: 100%;
    margin: 0 auto;
  }
  .brand_block {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }

  .last_btn_area {
    margin-top: 45px;
  } 
  .last_btn{
    font-size: 16px;
    width: 300px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0;
  } 
  .ladies_tokushu{
    margin-bottom: 40px;
  }
  .link_area {
    margin-bottom: 30px;
  }
  .link_area_inner {
    width: 100%;
    margin: 0 auto;
  }
  .link_mv {
    width: 100%;
    padding: 0 15px;
    margin: 15px auto;
  }
  .link_p {
    margin: 15px auto;
    font-size: 14px;
    text-align: center;
  }

  .coolinner {
    margin-bottom: 15px;
  }
  .coolinner_inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .head_img_in {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .coolinner_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .coolinner_item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 8px;
  }
  .coolinner_adtext {
    text-align: center;
    font-size: 12px;
  }

  .coolinnerL {
    margin-bottom: 15px;
  }
  .coolinnerL_inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 15px;
    border-radius: 10px;
    border: solid 4px var(--main-color);
  }
  .coolinnerL_list {
    display: flex;
    justify-content: space-between;
  }
  .coolinnerL_item {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
  .brand-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

/*  .arrow_area{
    position: relative;
  }
  .arrow_area::after{
    content: '';
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 40%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  .arrow_none::after{
    width: 0;
    height: 0;
  }*/

  /* ループスライダー */
  .slider-left {
    position: fixed;
    top: 0;
    left: -5px;
    z-index: 100;
  }
  .slider-right {
    position: fixed;
    top: 0;
    right: -5px;
    z-index: 100;
  }
  .sliderL {
    animation: scroll-l 90s infinite linear .5s both;
  }
  .sliderR {
    animation: scroll-r 90s infinite linear .5s both;
  }
  .slide img{
    display: block;
    width: 20px;
  }

  /* アニメーション */
  @keyframes scroll {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-100%);
    }
  }

  /* トップへ戻るボタン */
  .returnBtn {
    width: 92%;
    margin: 60px auto 0;
  }
  .returnBtn a {
    margin-top: 30px;
    padding: 10px;
  }
  .returnBtn a::before {
    right: 18px;
  }
  .returnBtn a:active {
    opacity: 0.7;
  }

  /* ページトップへ戻る */
  .page-top a {
    position: fixed;
    right: 5%;
    bottom: 30px;
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
  .page-top a::before {
    width: 12px;
    height: 12px;
    border-top: 3px solid white;
    border-right: 3px solid white;
  }

}

/*# sourceMappingURL=style.css.map */
