.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{
  padding-top: 30px;
}
.seibetsu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  font-size: 24px;
  text-decoration: none !important;
}
.seibetsu_btn.toLadies {
  border: 2px solid  #e70012;
  color: #e70012 !important;
}
.seibetsu_btn.toMens {
  border: 2px solid  #00a5ef;
  color: #00a5ef !important;
}
.topbtn_area{
  margin: 20px auto 50px;
  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: #e70012;
  color: #fff !important;
  border-radius: 25px;
  font-size: 24px;
  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;
}
h3{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.bcWrap,
.mv,
.section_content_cp {
  width: 1040px;
  margin: 0 auto;
}
.section_content_cp .marker {
  display: inline;
}
.section_content_cp .isMens .marker {
  background: linear-gradient(transparent 80%, #c7af65 0%);
}
.section_content_cp .isLadies .marker {
  background: linear-gradient(transparent 80%, #EFB6D5 0%);
}
.section_content_cp .ruleList {
  margin-top: 60px;
  padding: 25px 30px;
  background: #e70012;
}
.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: #f1f1f1;
  overflow: hidden;
}
.section_content_cp .couponList li::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.section_content_cp .couponList li.isMens::before {
  background: #e70012;
}
.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 #e70012;
  background: #e70012;
}
.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;
}

/* まとめ買い */
.setSale_area {
  margin: 80px auto 0;
}
.setSale_mv {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.setSale_container {
  width: 1040px;
  margin: 0 auto;
}
.setSaleList {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0;
}
.setSaleItem {
  width: calc((100% - 20px) / 3);
  display: block;
  position: relative;
  margin-right: 10px;
  background-color: #F5F5F5;
  overflow: hidden;
}
.setSaleItem:last-child {
  margin-right: 0;
}
.setSaleItem-inner {
  padding: 20px 10px;
}
.setSaleContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setSaleContent-text {
  display: block;
  width: 60%;
  text-align: center;
  font-size: 17px;
  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: 100%;
  height: 45px;
  margin-top: 30px;
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #e60012;
}
.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: #ff74a9;
}

.threeBuy_area {
  margin: 80px auto 0;
}
.threeBuy_mv {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tokushu_p{
  font-size: 16px;
}
.tokushu_flex{
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
}
.left_pic{
  width: 318px;
}
.right_pic{
  width: 190px;
}
.tokushu_right{
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 424px;
}
.tokushu_group_flex{
  display: flex;
  width: 692px;
  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;
}
.akaji{
  font-size: 16px;
  color: #EF1513;
  font-weight: bold;
}
.akaji_s{
  font-size: 14px;
  color: #EF1513;
  font-weight: bold;
}
h5{
  font-size: 14px;
  font-weight: bold;
}
.h5_p{
  font-size: 14px;
}
.tokushu_block{
  margin-top: 80px;
  margin-bottom: 80px;
}
.tokushu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  width: 350px;
  height: 50px;
  border: 2px solid  #e70012;
  color: #e70012 !important;
  border-radius: 25px;
  font-size: 24px;
  text-decoration: none !important;
}
.category_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1040px;
  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;
}
.off_area{
  margin-top: 80px;
}
h2{
  display: block;
  width: 1040px;
  margin: 0 auto;
  background-color: #e70012;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.off_container {
  margin-bottom: 70px;
}
.off_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1040px;
  margin: 20px auto 20px;
}
.off_block{
  margin-bottom: 30px;
}
.off_pic{
  width: 245px;
}
.off_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 20px;
  width: 350px;
  height: 50px;
  border: 2px solid  #e70012;
  color: #e70012 !important;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none !important;
}
.lookall_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 350px;
  height: 50px;
  background-color: #e70012;
  color: #fff !important;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none !important;
}
.feature_area {
  margin-bottom: 70px;
}
.category_area {
  margin-bottom: 100px;
}
.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: #e70012;
  color: #fff !important;
  border-radius: 25px;
  font-size: 24px;
  text-decoration: none !important;
}
.ladies_tokushu{
  margin-bottom: 80px;
}

/* フォーエル挿入分 */

/* ループスライダー */
.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 250s infinite linear .5s both;
}
.sliderR {
  animation: scroll-r 250s 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: 0 auto;
}
.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: #009B0F;
}



@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) {
  .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{
    padding-top: 30px;
  }
  .seibetsu_btn{
    font-size: 16px;
    width: 240px;
    height: 40px;
  }
  .topbtn_area{
    width: 350px;
    margin: 16px auto;
  }
  .top_btn{
    font-size: 16px;
    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: 92%;
    margin-left: 4%;
  }
  .tokushu_block{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tokushu_group_block{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tokushu_p{
    font-size: 12px;
  }
  h3{
    font-size: 20px;
    margin-bottom: 6px;
  }

  .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;
  }
  .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;
  }
  .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;
  }

  /* まとめ買い */
  .setSale_area {
    margin: 40px auto 0;
    background: url(../images/sectionbottom_04_sp.png) no-repeat left bottom / contain;
    width: 100%;
    padding-bottom: 20px;
  }
  .setSale_mv {
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .setSale_container {
    width: 100%;
  }
  .setSaleList {
    display: flex;
    margin: 10px auto;
    padding: 0 30px;
  }
  .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: 16px;
    line-height: 1.2;
  }
  .setSaleLinkBtn > a::before {
    right: 18px;
  }
  
  .threeBuy_area {
  margin: 40px auto 0;
  }
  .threeBuy_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;
  }
  .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;
  }
  .off_area{
    margin-top: 40px;
  }
  h2{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
  }
  .off_container {
  margin-bottom: 40px;
  }
  .off_flex{
    width: 92%;
    margin-left: 4%;
    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 {
    font-size: 15px;
    width: 240px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .feature_area {
  margin-bottom: 40px;
  }
  .category_area {
  margin-bottom: 80px;
  }
  .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;
  }
/*  .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;
  }*/

  /* フォーエル挿入分 */

  /* ループスライダー */
  .slide img{
    display: block;
    width: 10px;
  }

  /* アニメーション */
  @keyframes scroll {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-100%);
    }
  }

 

  /* トップへ戻るボタン */
  .returnBtn-container {
    padding: 0 15px;
  }
  .returnBtn {
    width: 100%;
    margin: 0 auto;
  }
  .returnBtn a {
    margin-top: 30px;
    padding: 10px;
  }
  .returnBtn a::before {
    right: 18px;
  }
  .returnBtn a:active {
    opacity: 0.7;
  }

}

/*# sourceMappingURL=style.css.map */
