@charset "UTF-8";
main {
  overflow-x: hidden;
}
main p,
main li,
main dt,
main dl {
  font-size: 16px;
  line-height: 36px;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.text-small {
  font-size: small;
}
.text-through {
  color: #1a1a1a;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: normal;
}
.bread-crumb li {
  font-size: 14px;
  line-height: 15.4px;
}
img {
  vertical-align:top;
}
.bcWrap,
.mv,
.section_content {
  width: 1040px;
  margin: 0 auto;
}

/* 修正後 */
.saleList {
  display: flex;
  flex-wrap: wrap;
  margin: 45px auto;
}
.saleItem {
  width: calc((100% - 30px) / 2);
  display: block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  overflow: hidden;
}
.saleItem:nth-child(even) {
  margin-right: 0;
}
.saleItem-inner {
  padding: 30px 15px;
}
.saleContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saleContent-text {
  display: block;
  width: 52%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.text-strong {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.002em;
}
.text-marker {
  background: linear-gradient(transparent 90%, #9c0b1a 0%);
}
.text-marker.isLadies {
  background: linear-gradient(transparent 90%, #de6f99 0%);
}
.saleContent-image {
  width: 45%;
}
.saleItem::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.saleItem::before {
  background: #9c0b1a;
}
.saleItem.isLadies::before {
  background: #de6f99;
}

.saleLinkBtn > a {
  position: relative;
  display: block;
  width: 70%;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 50px;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #9c0b1a;
}
.saleLinkBtn > 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;
}
.saleLinkBtn.isLadies > a {
  background: #de6f99;
}
.saleLinkBtnLast > a {
  position: relative;
  display: block;
  width: 20%;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 50px;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #9c0b1a;
}
.saleLinkBtnLast > 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 .marker {
  display: inline;
}
.section_content .isMens .marker {
  background: linear-gradient(transparent 86%, #9c0b1a 0%);
}
.section_content .isLadies .marker {
  background: linear-gradient(transparent 80%, #ff9dc2 0%);
}
.section_content .ruleList {
  margin-top: 60px;
  padding: 25px 30px;
  background: #F5F5F5;
}
.section_content .ruleList dt {
  font-weight: bold;
}
.section_content .ruleList dd {
  padding-left: 1em;
  text-indent: -1em;
}
.section_content .couponList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.section_content .couponList li {
  position: relative;
  width: 490px;
  margin-top: 60px;
  margin-right: 60px;
  padding: 25px 30px 30px;
  background: #F5F5F5;
  overflow: hidden;
}
.section_content .couponList li::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.section_content .couponList li.isMens::before {
  background: #9c0b1a;
}
.section_content .couponList li.isLadies::before {
  background: #de6f99;
}
.section_content .couponList li:nth-child(2n) {
  margin-right: 0;
}
.section_content .couponList p {
  letter-spacing: 0.05em;
  text-align: center;
}
.section_content .couponList p + p {
  margin-top: 5px;
}
.section_content .couponList p.txt02 .isBold {
  font-weight: bold;
  font-size: 18px;
  line-height: 2em;
}
.section_content .couponList p.txt03 .isLarge {
  font-size: 25px;
}


.section_content .couponList p.txt02 .isLarge02 {
  font-size: 23px;
}


.section_content .couponList p.txt02 .isLarge03 {
  font-size: 25px;
}


.section_content .couponList p.txt02 .isLarge04 {
  font-size: 56px;
}


.section_content dl.coupon {
  position: relative;
  display: table;
  margin: 25px auto 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.section_content .isMens dl.coupon {
  border: 8px solid #02A5D9;
  background: #02A5D9;
}
.section_content .isLadies dl.coupon {
  border: 8px solid #de6f99;
  background: #de6f99;
}
.section_content dl.coupon dt {
  position: relative;
  top: -4px;
  display: table-cell;
  width: 164px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.section_content dl.coupon dd.couponCode {
  display: table-cell;
  width: 250px;
  background: #fff;
}
.section_content 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 dl.coupon dd textarea:hover,
.section_content dl.coupon dd textarea:active {
  color: rgba(26,26,26,0.5);
}
.section_content dl.coupon dd textarea:focus {
  border-color: #fff;
  background-color: #fff;
  outline: none;
}
.section_content dl.coupon dd textarea::selection {
  background: #fff;
  color: #1a1a1a;
}
.section_content dl.coupon dd textarea::-moz-selection {
  background: #fff;
  color: #1a1a1a;
}
.section_content dl.coupon dd.info {
  position: absolute;
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  bottom: -38px;
}
.section_content .linkBtn {
  height: 60px;
}
.section_content .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 .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 .linkBtn.isMens a {
  line-height: 40px;
  background: #9c0b1a;
  font-size: 16px;
}
.section_content .linkBtn.isLadies a {
  background: #de6f99;
  line-height: 40px;
  font-size: 16px;
}


.section_content .linkBtn.isLadies.green
 a {
  background: #009B0F;
}

/* WEB限定商品 */
.product {
  margin: 60px auto 100px;
}
.productBanner {
  margin-bottom: 30px;
}
.productBanner_inner {
  width: 1240px;
  margin: 0 auto;
}

.productList {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.productItem {
  width: calc((1040px - 45px) / 4);
  margin-right: 15px;
  margin-bottom: 30px;
}
.productItem > a:hover {
  text-decoration: none;
}
.productItem:nth-child(4n) {
  margin-right: 0;
}
.productItem-image {
  margin-bottom: 15px;
}
.productItem-text {
  letter-spacing: 0.015em;
  line-height: 1.2;
}
.product-name {
  height: 50px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.3;
}
.product-price {
  height: 25px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.0025em;
}
.price-sale {
  color: #9c0b1a;
  font-size: 15px;
  font-weight: bold;
}
.productBtn {
  margin-top: 30px;
}
.productBtn > a {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #5DAA82;
  border-radius: 100px;
}
.productBtn > a:hover {
  text-decoration: none;
}
.text-saleitem {
  color: #9c0b1a;
  font-size: 16px;
}

/* 商品一覧 */
.productLink-btn {
  width: 550px;
  margin: 30px auto 0;
  font-size: 20px;
  letter-spacing: 0.075em;
}
.productLink-btn > a {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #5DAA82;
  border-radius: 100px;
}
.productLink-btn > a:hover {
  text-decoration: none;
}
.productLink-btn_link {
  position: relative;
}
/*
.productLink-btn_link:after {
  content: "";
  display: inline-block;
  background: #fff;
  height: calc(tan(60deg) * 18px / 2);
  width: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  margin-left: 15px;
  margin-top: -7px;
  top: 50%;
} */


@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  main p,
  main li {
    line-height: 32px;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .text-through {
    font-size: 12px;
    font-weight: normal;
  }
  .bread-crumb li {
    font-size: 10px;
  }
  .bcWrap,
  .mv,
  .section_content {
    width: 100%;
    padding: 0 15px;
  }


  /* 修正後 */
  .saleList {
    display: flex;
    margin: 30px auto;
  }
  .saleItem {
    width: 100%;
    display: block;
    position: relative;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .saleItem:nth-child(even) {
    margin-right: 0;
  }
  .saleItem-inner {
    padding: 15px;
  }
  .saleContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .saleContent-text {
    display: block;
    width: 60%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .text-strong {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.001em;
  }
  .saleContent-image {
    width: 40%;
  }
  .saleItem::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .saleLinkBtn > a {
    height: 45px;
    margin-top: 15px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  .saleLinkBtn > a::before {
    right: 18px;
  }
  .saleLinkBtnLast > a {
    width: 70%;
    height: 45px;
    margin-top: 15px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  .saleLinkBtnLast > a::before {
    right: 18px;
  }


  .section_content .ruleList {
    margin-top: 30px;
    padding: 15px 15px;
  }
  .section_content .couponList {
    display: block;
  }
  .section_content .couponList li {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding: 15px 15px 30px;
  }
  .section_content .couponList li::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .section_content .couponList p + p {
    margin-top: 5px;
  }
/*  .section_content .couponList p.txt02 .isBold {
    font-size: 16px;
  }*/
	
  .section_content .couponList p.txt02 .isLarge {
    font-size: 24px;
  }
	.section_content .couponList p.txt02 .isBold .isLarge02 {
  font-size: 20px;
  }
  .section_content .couponList p.txt02 .isLarge03 {
    font-size: 22px;
  }
  .section_content .couponList p.txt02 .isLarge04 {
    font-size: 34px;
  }


  .section_content dl.coupon {
    display: block;
    margin: 20px auto 0;
  }
  .section_content .isMens dl.coupon {
    border: 3px solid #02A5D9;
  }
  .section_content .isLadies dl.coupon {
    border: 3px solid #de6f99;
  }
  .section_content dl.coupon dt {
    display: block;
    width: 100%;
    top: -2px;
  }
  .section_content dl.coupon dd.couponCode {
    display: block;
    width: 100%;
  }
  .section_content dl.coupon dd textarea {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .section_content dl.coupon dd.info {
    width: auto;
    right: 0;
    left: 0;
    bottom: -34px;
  }
  .section_content .linkBtn a {
    margin-top: 30px;
    padding-top: 10px;
    font-size: 24px;
  }
  .section_content .linkBtn a::before {
    right: 18px;
  }
  .section_content .linkBtn a:active {
    opacity: 0.7;
  }

  /* WEB限定商品 */

  .product {
    margin: 45px auto 60px;
  }
  .productBanner {
    margin-bottom: 15px;
  }
  .productBanner_inner {
    width: 100%;
    margin: 0 auto;
  }

  .productList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .productItem {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .productItem:nth-child(even) {
    margin-right: 0;
  }
  .productItem-image {
    margin-bottom: 10px;
  }
  .productItem-text {
    letter-spacing: 0.020em;
    line-height: 1.2;
  }
  .product-name {
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.25;
  }
  .product-price {
    height: 45px;
    font-size: 12px;
    line-height: 1.25;
  }
  .productBtn {
    margin-top: 20px;
  }
  .productBtn > a {
    display: block;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border: none;
    border-radius: 100px;
  }
  .productBtn > a:hover {
    text-decoration: none;
  }
  .text-saleitem {
    color: #9c0b1a;
    font-size: 15px;
  }

  /* 商品一覧 */
  .productLink-btn {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .productLink-btn > a {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 100px;
  }
  .productLink-btn > a:hover {
    text-decoration: none;
  }
  .productLink-btn_link {
    position: relative;
  }
  /*
  .productLink-btn_link:after {
    content: "";
    display: inline-block;
    background: #fff;
    height: calc(tan(60deg) * 15px / 2);
    width: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    margin-left: 10px;
    margin-top: -5px;
    top: 50%;
  } */

}
