@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*-------
セール2021年11月
---------*/
/*メインビジュアル*/
.mv {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mv {
    margin-bottom: 10px;
  }
}

/*キャンペーン詳細*/
.sale_copy {
  margin: 0 auto 20px;
  width: 820px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#C93102), color-stop(25%, #C93102), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(0%, #C93102));
  background: linear-gradient(90deg, #C93102 0%, #C93102 25%, #fff 25%, #fff 75%, #C93102 0%);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #C93102;
}
@media only screen and (max-width: 768px) {
  .sale_copy {
    margin-bottom: 10px;
    width: 100%;
    height: inherit;
    background: none;
    font-size: 14px;
  }
}
.saleZero, .saleLimited {
  margin: 0 auto;
  width: 900px;
}
@media only screen and (max-width: 768px) {
  .saleZero, .saleLimited {
    width: 100%;
  }
}
.saleZero_sup, .saleLimited_sup {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .saleZero_sup, .saleLimited_sup {
    font-size: 14px;
  }
}
.saleHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 50px;
  background: #C99736;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .saleHeading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.saleHeading:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px #fff;
  border-bottom: solid 66px transparent;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .saleHeading:before {
    border-left: solid 15px #fff;
    border-bottom: solid 50px transparent;
  }
}
.saleHeading::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 50px #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .saleHeading::after {
    border-left: solid 18px transparent;
    border-bottom: solid 50px #fff;
  }
}
.saleHeading_mark {
  margin: 0 0 10px 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 5px solid #C99736;
  border-radius: 50%;
  color: #C99736;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .saleHeading_mark {
    margin: 0 10px 10px 0;
  }
}
.saleHeading_ttl {
  padding-bottom: 0;
  width: 430px;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .saleHeading_ttl {
    width: inherit;
    font-size: 24px;
  }
}
.saleHeading_ttl sup {
  font-size: 60%;
  font-weight: 300;
}
.saleHeading_sup {
  margin: 0 30px 0 0;
  font-size: 12px;
  line-height: 1.2;
}
.sale_subttl {
  position: relative;
  margin: 10px auto 0;
  width: 200px;
  border-bottom: 1px solid #C99736;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sale_subttl {
    width: 240px;
    font-size: 16px;
  }
}
.sale_subttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.sale_subttl::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #C99736;
  z-index: 1;
}
.sale_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.saleBox_set {
  margin: 20px 8px;
  max-width: 160px;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .saleBox_set {
    margin-bottom: 0;
    max-width: inherit;
    width: 43%;
    font-size: 14px;
  }
}
.saleBox_ttl {
  margin-bottom: 0;
  background: #025332;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .saleBox_ttl {
    height: 35px;
  }
}
.saleBox_photo {
  position: relative;
  margin-bottom: 3px;
}
.saleBox_photo img {
  width: 100%;
  height: auto;
}
.saleBox_photo span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.55);
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .saleBox_photo span {
    width: 60px;
    height: 25px;
  }
}
.saleBox_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.saleBox_year {
  position: absolute;
  bottom: -32px;
  left: -15px;
  width: 55px;
  height: 55px;
  background-color: #025332;
  border-radius: 50%;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .saleBox_year {
    width: 60px;
    height: 60px;
  }
}
.saleBox_distance {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #025332;
  text-align: right;
  line-height: 1.4;
}
.saleBox_distance::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.saleBox_distance::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #025332;
  z-index: 1;
}
.saleBox_txt {
  margin: 15px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .saleBox_txt {
    font-size: 14px;
  }
}
.saleCta {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .saleCta {
    margin-top: 20px;
  }
}
.saleCta_copy {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .saleCta_copy {
    font-size: 14px;
  }
}
.saleCta_copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -16px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 1px;
  height: 80%;
  background-color: #C93102;
}
.saleCta_copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -16px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 1px;
  height: 80%;
  background-color: #C93102;
}
.saleCta_btn {
  margin: 0 auto;
}
.saleCta_link {
  width: 460px;
  height: 45px;
  background-color: #C93102;
  border-radius: 22px;
  border-bottom: 5px solid #842305;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .saleCta_link {
    width: 100%;
    height: 55px;
    border-radius: 26px;
    line-height: 2.4;
  }
}
.saleCta_link:hover {
  background-color: #de4414;
  text-decoration: none;
  color: #fff;
}
.saleCta_sup {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .saleCta_sup {
    font-size: 12px;
  }
}

/*概要*/
.summary {
  margin: 0 auto 15px;
  padding: 10px;
  width: 460px;
  border: 1px dotted #ccc;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .summary {
    width: 100%;
  }
}
.summary_ttl {
  margin-bottom: 10px;
  font-size: 15px;
}
.summary_txt {
  margin: 5px 0;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .summary_txt {
    font-size: 14px;
  }
}

/*補足*/
.notice {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .notice {
    width: 100%;
  }
}
.notice_ttl {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
}
.notice_subttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.notice_list {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .notice_list {
    text-align: left;
  }
}
.notice_item {
  margin-bottom: 5px;
  font-size: 13px;
}

/*問い合わせ*/
.contact {
  margin: 30px 0;
  text-align: center;
}
.contact_btn {
  position: relative;
  margin: 0 auto 10px;
  width: 460px;
  height: 40px;
  border: 2px solid #C99736;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact_btn {
    width: 100%;
  }
}
.contact_link {
  display: block;
  padding: 20px 0;
  width: 100%;
}
.contact_link:hover {
  text-decoration: none;
}
.contact_sup {
  text-decoration: underline !important;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .contact_sup {
    font-size: 14px;
  }
}
.contact_icon {
  color: #C99736;
  position: absolute;
  left: 40px;
  top: 7px;
  margin-left: 2px;
  margin-top: 4px;
  width: 20px;
  height: 14px;
  border-radius: 1px;
  border: solid 1px currentColor;
}
@media only screen and (max-width: 768px) {
  .contact_icon {
    display: none;
  }
}
.contact_icon::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -5px;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.contact_icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: -5px;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

/*一覧*/
.list_ttl {
  width: 100%;
  height: 80px;
  background-color: #025332;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}