@charset "UTF-8";

html {
  font-size: 62.5%;
}

body,
p {
  font-size: 1.6em;
}

* {
  font-size: 1.6rem;
}

body {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #000;
  color: #000;
}

_:-ms-input-placeholder,
:root {
  font-family: Meiryo, sans-serif;
}

ul {
  list-style: none;
}

.main-contents {
  width: 100%;
  margin: auto;
  line-height: 1.7;
}

.topBlock {
  background-size: cover;
  height: 100%;
  position: relative;
  margin-bottom: 60px;
}

.top-mv {
  position: relative;
  width: 100%;
  margin: auto;
}

.top-mv::before {
  content: "";
  display: block;
  /* background: url(../images/top_badges.png) no-repeat; */
  background: none;
  background-size: cover;
  width: 190px;
  height: 170px;
  position: absolute;
  right: 0;
}

.top-mv img {
  width: 100%;
  display: block;
  margin: auto;
}

.mv-txt {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
}


.ttl-block {
  background: url(../images/ttl_bg.png);
  /* background: url(../images/ttl_bg.png); */
}

.sub-ttl {
  display: block;
  width: 551px;
  margin: auto;
  padding: 30px 0;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.sub-ttl img {
  /* width: 845px; */
  max-height: 75px;
  width: auto;
  padding: 0;
}

.sub-ttl.big img {
  max-height: 110px;
}

.section-content1,
.section-content2 {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  /* padding: 80px 0; */
  font-size: 1.8rem;
  margin-bottom: 100px;
}

.section-content1 {
  margin-top: 90px;
}

.section-content3,
.section-content4,
.section-content5 {
  max-width: 1160px;
  width: auto;
  margin: auto;
  padding: 80px 20px;
  font-size: 1.8rem;
}

.section-content5 {
  padding-top: 0;
}

.section-content5 ul {
  color: #fff;
  margin-bottom: 35px;
  line-height: 2;
}

.section-content5 p {
  color: #fff;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

/* タイムセール一覧 */
.timesale-content {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.sale-time {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 15px 0;
  font-size: 3.2rem;
}

.sale-time img {
  display: block;
  width: 200px;
  margin: auto;
}

.sale-item-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.sale-item {
  position: relative;
  width: 48.5%;
  max-width: 1160px;
  height: 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0 30px;
  padding: 120px 30px 40px 30px;
  background: #fff;
}

.sale-item.many {
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}

.sale-item:nth-of-type(odd) {
  margin-left: 0;
}

.sale-item.soldout::before,
.category-item.soldout::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cover_soldout.png) no-repeat center center rgba(0, 0, 0, .7);
  z-index: 20;
}

.category-item.soldout::before {
  background-size: 88% auto;
}

.top-btn {
  width: 43px;
  height: 43px;
  position: relative;
  background: #858585;
  margin: 30px 0 0 auto;
}

.top-btn::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}

.sale-icon {
  max-width: 110px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0px;
}

.sale-item .item-name {
  font-size: 16px;
}

.sale-item .item-txt {
  font-size: 1.2rem;
  margin-top: 10px;
}

.item-txt-right {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: right;
}

.sale-item img {
  display: block;
  /* max-height: 170px;
  height: 100%; */
  width: 100%;
  margin: auto;
}

.sale-item .gentei-bottom40 {
  position: absolute;
  bottom: -25px;
  right: 0;
}

.sale-item .gentei-bottom40 img {
  max-width: 100px;
}

.sale-item-img {
  width: 50%;
  position: relative;
}

.sale-item-img .item-img {
  max-width: 100%;
  height: auto;
}

.sale-item-detail {
  width: 50%;
  position: relative;
  background: #f6f6f6;
  padding: 15px 14px 0 20px;
  box-sizing: border-box;
}

.btn-cartin {
  background: #ff0028;
  color: #fff;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  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;
  cursor: pointer;
}

.cartin-txt {
  position: relative;
}

.icon-cart {
  width: 14px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.item-name {
  font-size: 1.6rem;
  font-weight: bold;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}

.item-desc {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
}

.item-link {
  font-size: 1.4rem;
  color: #2a03ab;
  text-align: right;
  display: block;
  margin-top: 10px;
}

.item-price {
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: right;
  margin-top: 16px;
  line-height: normal;
}

.item-price::before {
  position: absolute;
  left: 50%;
  bottom: 15px;
  content: " ";
  background: url(../images/price-icon.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 10px;
  transform: translateX(-50%);
}

.item-price span {
  font-size: 1.2rem;
}

.item-link,
.item-price,
.off-price {
  line-height: 1;
}

.off-price {
  position: relative;
  min-width: 85px;
  color: #ff002a;
  font-size: 3rem;
  line-height: normal;
  font-weight: bold;
  text-align: right;
  margin-top: 0;
}

.off-price span {
  font-size: 1.2rem;
  color: #ff002a;
}

.off-price span.is-pc {
  display: inline;
}

.sale-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  padding: 5px 0;
}

.sale-price-icon {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}

.btn-timeschedule {
  width: 50%;
  height: 80px;
  background: #ff0028;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  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;
  margin: 50px auto;
  position: relative;
}

.btn-timeschedule::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}

.btn-timeschedule.login::after {
  border-color: transparent transparent transparent #000000;
}

.timesale-txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

.timesale-txt span {
  color: #ff0028;
}

/*カテゴリ別セール商品*/
.category-block {
  background: #242424;
  padding: 50px 0;
}

.sale-category {
  margin: 0 auto;
  max-width: 1000px;
}

.category-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.category-btn {
  margin: 0 9px 28px;
  width: 315px;
  height: 55px;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  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;
  position: relative;
  cursor: pointer;
}

.category-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #161616 transparent transparent transparent;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  position: absolute;
}

.category-item-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.category-item-wrap .ttl-block {
  height: 60px;
  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;
  margin: 22px auto 28px;
}

.category-item-block {
  display: none;
}

.category-ttl {
  font-size: 3rem;
  font-weight: bold;
}

.category-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.category-item {
  position: relative;
  width: calc(25% - 20px);
  background: #f6f6f6;
  min-width: 228px;
  margin: 20px 25px 0 0;
}

.category-item:nth-of-type(4n) {
  margin-right: 0;
}

.category-item-img {
  width: 100%;
}

.category-item-img .item-img {
  max-width: 100%;
  height: auto;
}

.category-item-detail {
  padding: 10px 10px 40px;
  box-sizing: border-box;
}

/* ％OFFタグ */
.discount {
  /*確認用*/
  max-width: 120px;
  width: 100%;
  font-weight: bold;
  font-size: 4.5rem;
  padding: 10px 0 10px 15px;
  background: url(../images//discount_img.png) no-repeat;
  background-size: contain;
  color: #f5ff01;
  position: absolute;
  top: -70px;
  left: -15px;
}

@media screen and (max-width: 767px) {
  .discount {
    font-size: 3rem;
    padding: 0;
    width: auto;
    top: 0;
  }
}

.sale-atention {
  text-align: center;
  margin-top: 50px;
}

.sale-atention-small {
  font-size: 1.5rem;
}

.sale-txt img {
  display: block;
  width: 910px;
  margin: auto;
  margin-top: 50px;
}

.regi-button {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  background: #ff002a;
  width: 420px;
  margin: auto;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
  /* margin-top: 80px; */
}

.regi-button::after {
  position: absolute;
  right: 13px;
  top: 28px;
  content: ' ';
  border: solid transparent;
  border-width: 5px 10px;
  border-left-color: rgba(255, 255, 255, 1);
}

.limit-date {
  margin-top: 50px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.block-comment {
  font-size: 1.6rem;
  color: red;
  text-align: center;
  margin-top: 10px;
}

.presale {
  background: #242424;
}

.mail-merit {
  background: #3a3a3a;
  border: solid #eee 1px;
  padding: 0 40px 50px 40px;
  margin-top: 50px;
}

.mail-merit p {
  font-size: 1.6rem;
}

.merit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 40px 0;
}

.merit-block li {
  background: #4e4e4e;
  padding: 30px;
  width: 50%;
}

.merit-block li:nth-of-type(2) {
  margin-left: 40px;
}

.mail-merit .mail-merit-ttl {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 50px;
}

.mail-merit .merit-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.application .right {
  max-width: 462px;
  background: #a1a1a1;
  width: 100%;
  margin-left: -1px;
  padding-left: 0;
  height: 205px;
  position: relative;
}

.application .right .img-bag {
  width: 100%;
}

.badge-limit100 {
  position: absolute;
  top: -63px;
  right: -36px;
  width: 128px;
}

.install-block p {
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
}

.install-block .install-block-comment {
  font-size: 1.4rem;
  color: #ff002a;
  text-align: left;
}

.app-install {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #eee;
  background: #1a1a1a;
  max-width: 675px;
  width: 100%;
  height: 167px;
  padding: 18px 20px;
}

.install-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.install-btn li img {
  max-width: 190px;
  width: 100%;
  padding-top: 12px;
}

.install-code {
  width: 25%;
  /* margin: auto; */
}

.sale-flow {
  background: url(../images//flow_bg.png) no-repeat;
  background-size: cover;
  padding: 40px 0px;
  margin-top: 40px;
}

.sale-flow-ttl {
  font-size: 2.6rem;
  text-align: center;
}

.flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px;
}

.flow-flex li {
  background: #000;
  position: relative;
  max-width: 332px;
  width: 100%;
  padding: 30px 15px 60px 15px;
  margin-left: 40px;
}

.flow-flex li:first-of-type {
  margin-left: 0;
}

.flow-flex li p {
  position: relative;
  z-index: 2;
}

.number {
  height: 70px;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
}

.sale-flow-comment {
  font-size: 1.4rem;
  text-align: right;
  margin: 20px 40px 0 0;
}

.important-notice {
  background: #330008;
}

.important-notice .wt {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
}

.important-notice p {
  color: #ff002a;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.8;
}

.important-notice-txt {
  margin-top: 50px;
}

.important-notice-txt li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  color: #fff;
}

.face-book {
  display: block;
  text-align: center;
  background: #242424;
  padding: 80px 0;
}

.face-book img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

.face-book p {
  color: #fff;
  display: inline;
  font-size: 2.0rem;
  vertical-align: text-bottom;
}

.facebook-link {
  margin-top: 30px;
}

.facebook-link iframe {
  width: 500px;
  height: 215px;
}

.about-bf {
  background: #1a1a1a;
  margin-top: 30px;
  padding: 30px 20px;
  font-size: 1.4rem;
}

.about-bt-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.getcoupon {
  color: #fff;
  margin-top: 30px;
  max-width: 1100px;
  width: 100%;
  font-size: 1.8rem;
  margin: 40px auto 0;
}

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

.getcoupon-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.incompatible {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

.incompatible-notes {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {

  .getcoupon-ttl {
    font-size: 1.8rem;
  }

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

/* 限定タグ */
.waribiki {
  position: absolute;
  width: 84px;
}

.sale-item .waribiki {
  position: absolute;
  width: 120px;
  top: 4px;
  left: 6px;
  z-index: 11;
}

.category-item .waribiki {
  top: 10px;
  left: 4px;
  z-index: 11;
}

.sale-item .waribiki-right {
  position: absolute;
  width: 120px;
  top: 4px;
  left: 6px;
  right: 0;
}

/* 割引率 */
.main-gentei {
  position: absolute;
  width: 125px;
  top: 20px;
  right: 30px;
}

.sale-item .gentei-top1 {
  position: absolute;
  width: 70px;
  top: -10%;
  right: 0;
}

.badge-limit {
  position: absolute;
  width: 70px;
  height: 28px;
  background: #ff002a;
  font-size: 1.2rem;
  color: #fff;
  top: 10px;
  right: 10px;
  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;
}

.badge-limit span {
  font-size: 1.8rem;
}

.sale-item .gentei-bottom10 {
  position: absolute;
  width: 85px;
  top: 39%;
  right: 0;
}

.sale-item .gentei-bottom10-left {
  position: absolute;
  width: 85px;
  top: 39%;
  left: 0;
  z-index: 11;
}

.sale-item .gentei-top10 {
  position: absolute;
  width: 85px;
  top: -10%;
  right: 0;
}

.sale-item .gentei-bottom100 {
  position: absolute;
  width: 100px;
  top: 39%;
  right: 0;
}

.sale-item .gentei-top100 {
  position: absolute;
  width: 100px;
  right: 0;
  top: -10%;
}

/* --- 割引コード -------------------- */
.discount-code {
  margin-bottom: 80px;
}

.discount-code .ttl-block {
  margin-bottom: 80px;
}

.discount-code-block {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.discount-code-container {
  margin: 60px 0;
}

.discount-code-img {
  width: 552px;
}

.discount-code-txt {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .discount-code {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .discount-code-block {
    padding: 0 10px;
  }

  .discount-code-img {
    width: 100%;
  }

  .discount-code .ttl-block {
    margin-bottom: 50px;
  }

  .discount-code-container {
    margin: 30px 0;
  }

  .discount-code-txt {
    font-size: 2rem;
    padding: 0 10px;
  }

  .discount-code-list {
    padding: 0 10px;
    font-size: 1.1rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .discount-code-block {
    padding: 0 10px;
  }

  .discount-code-txt,
  .discount-code-list {
    padding: 0 10px;
  }
}

/* fotter */
.footer {
  background: #242424;
  padding: 35px 0 15px;
  margin: 20px auto 0;
}

.footer__link {
  position: relative;
  background: #d0d0d0;
  border: 2px solid #eff3fc;
  color: #343535;
  width: 420px;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  padding: 20px 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: none;
}

.footer__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #343535;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}

.footer__copyright {
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  margin: 65px auto 0;
  line-height: 1.5;
}

/*モーダルの中身*/
.modal-content {
  margin: 0;
  position: fixed;
  display: none;
  z-index: 100;
}

.modal-item {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}

.modal-item-img {
  width: 40%;
  position: relative;
  height: auto;
  align-self: flex-start;
}

.modal-item-img .item-img {
  max-width: 100%;
  width: 360px;
  height: auto;
}

.modal-item-img .waribiki {
  max-width: 127px;
  height: auto;
  top: 15px;
  left: 15px;
}

.modal-item-img .badge-limit {
  width: 105px;
  height: 42px;
  font-size: 1.8rem;
  top: auto;
  bottom: 20px;
  right: 20px;
}

.modal-item-img .badge-limit span {
  font-size: 2.8rem;
}

.modal-item-detail {
  width: 50%;
  flex: 1;
  margin-left: 50px;
}

.modal-item-name {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  width: calc(100% - 20px);
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.modal-item-detail .item-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  height: 3.7rem;
  align-items: center;
  margin-top: 20px;
}

.modal-item-detail .item-price {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 23px 0 0;
}

.modal-item-detail .off-price {
  font-size: 3.7rem;
}

.modal-item-detail .off-price span {
  font-size: 1.6rem;
  font-weight: normal;
}

.modal-item-desc {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 25px;
  max-height: 150px;
  overflow-y: scroll;
}

.modal-item-detail .btn-cartin {
  width: 360px;
  height: 76px;
  position: static;
  margin: 30px 0 0 auto;
  font-size: 2rem;
}

.modal-content .close-icon {
  margin-left: auto;
  width: 58px;
  cursor: pointer;
}

.modal-content .close-icon img {
  max-width: 100%;
  height: auto;
}

.modal-cartin {
  width: 500px;
  color: #fff;
  margin: auto;
}

.modal-cartin-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.4;
  box-sizing: border-box;
}

.modal-cartin-txt .icon-check {
  margin-right: 20px;
}

.action-txt span {
  font-size: 1.6rem;
}

.modal-cartin-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 1.8rem;
  width: 100%;
}

.btn-continue,
.btn-pay {
  width: calc(50% - 10px);
  height: 50px;
  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;
  position: relative;
}

.btn-continue {
  background: #2a03ab;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.btn-continue::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #FFF transparent transparent;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}

.btn-pay {
  background: #ff0028;
  color: #fff;
  text-decoration: none;
}

.btn-pay::after {
  position: absolute;
  content: url(../images//icon-cart.png);
  display: block;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.modal-overlay {
  z-index: 50;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.banner-container {
  display: block;
  text-align: center;
  background: #242424;
  padding: 80px 10px;
}

.banner-container.double {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-container .banner-img {
  max-width: 700px;
  transition: 0.3s;
}

.banner-container.double .banner-img {
  max-width: none;
  width: 100%;
}

.banner-container.double a {
  width: calc(50% - 60px - 20px);
}

.banner-container.double a+a {
  margin-left: 40px;
}

.banner-container .banner-img:hover {
  opacity: 0.7;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .is-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }

  .top-mv::before {
    display: none;
  }

  .presale-block .presale-block-pos {
    width: 200px;
  }

  .sub-ttl img {
    width: 90%;
  }

  .section-content1,
  .section-content2 {
    max-width: initial;
    width: auto;
    margin: auto;
    padding: 80px 20px;
  }

  .section-content1 {
    margin-top: 90px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
  }

  .section-content2 {
    padding-top: 0;
  }

  .section-content3,
  .section-content4,
  .section-content5 {
    max-width: initial;
    width: auto;
    margin: auto;
    padding: 80px 10px;
  }

  .sale-item-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }

  .sale-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 485px;
    margin: 15px 0 0;
    padding: 90px 10px 40px 10px;
  }

  .item-txt-right {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: right;
  }

  .sale-item-img {
    max-height: 300px;
    max-width: 300px;
  }

  .sale-item .gentei-bottom10 {
    top: 48%;
  }

  .sale-item .gentei-bottom10-left {
    top: 48%;
  }

  .sale-item .gentei-bottom100 {
    top: 48%;
  }

  .sale-txt img {
    max-width: 910px;
    width: 100%;
  }

  .btn-timeschedule {
    width: 70%;
    height: 80px;
    margin: 50px auto;
  }

  .category-list {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding: 0 20px;
  }

  .category-btn {
    margin: 0 0 28px;
    width: calc(50% - 10px);
  }

  .category-btn::after {
    right: 25px;
  }

  .category-item-list {
    padding: 0 20px;
  }

  .category-item {
    width: calc(100%/3 - 20px);
    max-width: 290px;
    min-width: auto;
  }

  .category-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .category-item:nth-of-type(4n) {
    margin-right: 25px;
  }

  /* appインストールブロック */
  .application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-install {
    justify-content: space-evenly;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 30px 5%;
    box-sizing: border-box;
  }

  .application .right {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .install-block {
    width: 100%;
  }

  .install-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .install-btn li img {
    display: block;
    max-width: 190px;
    width: 90%;
    padding-top: 12px;
    margin: auto;
  }

  .install-code {
    display: none;
  }

  .install-block p {
    font-size: 1.6rem;
    text-align: center;
  }

  .install-block .install-block-comment {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 20px;
  }

  .badge-limit100 {
    width: 77px;
    top: -11px;
    right: -20px;
  }

  /*モーダルの中身*/
  .modal-content .close-icon {
    margin-left: auto;
    margin-right: 10px;
  }

  .modal-item {
    padding: 30px;
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .presale-block .presale-block-pos {
    width: 325px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  .presale-block .presale-block-pos {
    width: calc(100% / 3);
  }

  .main-contents {
    overflow: hidden;
  }

  .topBlock {
    background-size: cover;
    min-height: 300px;
    height: auto;
    position: relative;
    margin-bottom: 30px;
  }

  .top-mv::before {
    display: none;
  }

  .mv-ttl img {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .top-mv {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .top-mv img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .presale-block {
    margin-bottom: 0;
  }

  .logo-kai {
    width: 33px;
  }

  .mv-ttl {
    max-width: 620px;
    margin: 22px auto 0;
  }

  .mv-time {
    font-size: 1.2rem;
    margin: 15px auto 0;
    padding: 10px 0;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .mv-time::after {
    border-width: 3px 0 3px 4.5px;
  }

  .mv-time span {
    font-size: 75%;
  }

  .mv-txt {
    font-size: 1.4rem;
    margin: 15px auto 0;
  }

  .red-big {
    font-size: 130%;
    color: #ff002a;
  }

  .red-small {
    color: #ff002a;
  }

  .mv-lead {
    color: #fff;
    font-size: 1rem;
    margin: 10px auto 0;
    line-height: 1.6;
  }

  .sub-ttl {
    font-size: 1.5rem;
    padding: 10px 0;
  }

  .sub-ttl.small {
    margin: 0 45px;
  }

  .sub-ttl img {
    display: block;
    width: 93.75%;
    margin: auto;
    padding: 10px 0;
    max-height: none;
  }

  .sub-ttl.wide img {
    width: calc(100% - 40px);
  }

  .section-content1 {
    max-width: initial;
    width: auto;
    margin: auto;
    /* padding: 15px 10px 50px 10px; */
    padding: 0 20px;
  }

  .section-content2 {
    max-width: initial;
    width: auto;
    margin: auto;
    padding: 50px 20px;
  }

  .section-content3,
  .section-content4,
  .section-content5 {
    max-width: initial;
    width: auto;
    margin: auto;
    padding: 50px 10px;
  }

  .section-content5 ul {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .section-content5 li {
    margin-bottom: 15px;
  }

  .section-content5 .about-bt-ttl {
    font-size: 1.4rem;
  }

  .section-content4 p,
  .section-content5 p {
    font-size: 1.3rem;
  }

  /* タイムセール一覧 */
  .timesale-content {
    max-width: none;
    width: 100%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  .sale-time {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 1.6rem;
  }

  .sale-time img {
    width: 35%;
  }

  .off-price {
    position: relative;
    margin-left: 0;
    min-width: 60px;
    color: #ff002a;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .off-price span {
    color: #fff;
    font-size: 1.2rem;
  }

  .sale-item {
    width: 100%;
    max-width: 510px;
    height: auto;
    margin: 15px 0 0;
    padding: 90px 0px 40px 0px;
    line-height: 0;
    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;
  }

  .sale-item.soldout::before {
    background-size: 60% auto;
  }

  .sale-item .item-txt-right {
    font-size: 1.2rem;
    margin-top: 5px;
    white-space: nowrap;
  }

  .sale-item img {
    display: block;
    /* max-width: 50px; */
    margin: auto;
  }

  .sale-item .gentei-bottom40 {
    bottom: -12px;
    right: -15px;
  }

  .sale-item .gentei-bottom40.fixed-size {
    max-width: 82px;
  }

  .sale-item .gentei-bottom40 img {
    max-width: 60px;
  }

  .sale-item .discount img {
    max-width: 62px;
  }

  .sale-item-img {
    max-height: 100%;
    max-width: 300px;
  }

  .sale-item-detail {
    padding: 7px 7px 0 10px;
    box-sizing: border-box;
    flex: 1;
  }

  .item-name {
    font-size: 1.2rem;
    height: 2.4em;
  }

  .item-desc {
    font-size: 1rem;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .item-link {
    font-size: 1rem;
    margin-top: 10px;
  }

  .item-price {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 9px;
  }

  .item-price::before {
    bottom: -35px;
    width: 12px;
    height: 100%;
  }

  .item-price span {
    font-size: 1rem;
  }

  .btn-cartin {
    height: 30px;
    font-size: 1.2rem;
  }

  .icon-cart {
    width: 12px;
    right: -25px;
  }

  .btn-timeschedule {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    margin: 25px auto;
  }

  .btn-timeschedule::after {
    border-width: 3.5px 0 3.5px 6px;
  }

  .timesale-txt {
    font-size: 1.2rem;
  }

  /*カテゴリ別商品*/
  .category-block {
    padding: 25px 10px;
  }

  .category-list {
    max-width: none;
    width: 100%;
  }

  .category-btn {
    width: calc(50% - 5px);
    height: 35px;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
  }

  .category-btn:nth-child(2n) {
    margin-left: 10px;
  }

  .category-btn::after {
    border-width: 6px 3px 0 3px;
    right: 15px;
  }

  .category-item-wrap {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .category-item-wrap .ttl-block {
    height: 35px;
    margin: 25px auto 10px;
  }

  .category-ttl {
    font-size: 1.5rem;
  }

  .category-item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .category-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    max-width: none;
    min-width: inherit;
    margin: 10px 0 0;
  }

  .category-item-img {
    width: 100%;
  }

  .category-item-img .item-img {
    max-width: 100%;
    height: auto;
  }

  .category-item-detail {
    padding: 10px 10px 40px;
    box-sizing: border-box;
  }

  .top-btn {
    width: 22px;
    height: 22px;
    margin: 15px 0 0 auto;
  }

  .top-btn::after {
    border-width: 0 2.5px 5px 2.5px;
    border-color: transparent transparent #fff transparent;
  }

  .sale-price-icon {
    width: 15px;
  }

  .sale-price {
    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;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    padding: 10px 0;
  }

  .sale-atention {
    text-align: center;
    margin-top: 50px;
    font-size: 1.4rem;
  }

  .sale-atention-small {
    font-size: 1.2rem;
  }

  .sale-txt img {
    max-width: 600px;
    width: 100%;
    margin-top: 25px;
  }

  .regi-button {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    background: #ff002a;
    max-width: 300px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
    /* margin-top: 80px; */
  }

  .regi-button::after {
    position: absolute;
    right: 18px;
    top: 28px;
    content: ' ';
    border: solid transparent;
    border-width: 4px 8px;
    border-left-color: rgba(255, 255, 255, 1);
  }

  .limit-date {
    margin-top: 50px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .section-content3 .limit-date {
    margin-top: 0;
  }

  .block-comment {
    font-size: 1.2rem;
    margin-top: 10px;
    color: red;
    text-align: center;
  }

  .presale {
    background: #242424;
  }

  .mail-merit {
    background: #3a3a3a;
    border: solid #eee 1px;
    padding: 20px 10px;
    margin-top: 50px;
  }

  .mail-merit p {
    font-size: 1.1rem;
  }

  .merit-block {
    display: block;
    margin: 20px 0;
  }

  .merit-block li {
    background: #4e4e4e;
    padding: 20px;
    width: auto;
  }

  .merit-block li:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }

  .mail-merit .mail-merit-ttl {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0;
  }

  .mail-merit .merit-ttl {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
  }

  /* appインストールブロック */
  .application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-install {
    justify-content: space-evenly;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 30px 5%;
    box-sizing: border-box;
  }

  .install-block {
    width: 100%;
  }

  .install-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .install-btn li img {
    display: block;
    max-width: 190px;
    width: 90%;
    padding-top: 12px;
    margin: auto;
  }

  .install-code {
    display: none;
  }

  .install-block p {
    font-size: 1.6rem;
    text-align: center;
  }

  .install-block .install-block-comment {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 20px;
    text-align: center;
  }

  .application .right {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .badge-limit100 {
    width: 77px;
    top: -11px;
    right: -20px;
  }

  .sale-flow {
    background: url(../images/flow_bg.png) no-repeat;
    background-size: cover;
    padding: 20px 15px;
    margin-top: 40px;
  }

  .sale-flow-ttl {
    font-size: 1.6rem;
    text-align: center;
  }

  .flow-flex {
    display: block;
    margin-top: 40px;
    padding: 0;
  }

  .sale-flow .flow-flex li {
    background: #000;
    position: relative;
    max-width: initial;
    width: auto;
    padding: 20px 15px;
    margin-left: 0;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .number {
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }

  .flow-flex li:first-of-type .number {
    height: 45px;
    position: absolute;
    right: 28px;
    bottom: 0;
  }

  .sale-flow-comment {
    font-size: 1.2rem;
    text-align: right;
    margin: 10px 0 0 0;
  }

  .important-notice {
    background: #330008;
  }

  .important-notice-txt li {
    font-size: 1.3rem;
  }

  .important-notice p {
    font-size: 1.7rem;
    margin-top: 25px;
  }

  .important-notice .wt {
    font-size: 1.5rem;
    margin-top: 0px;
  }

  .face-book {
    display: block;
    text-align: center;
    background: #242424;
    padding: 40px 0;
  }

  .face-book img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
  }

  .face-book p {
    color: #fff;
    display: inline;
    font-size: 1.3rem;
    vertical-align: text-bottom;
  }

  .facebook-link {
    margin-top: 20px;
  }

  .facebook-link iframe {
    min-width: 250px;
    width: 78%;
  }

  .about-bf {
    background: #1a1a1a;
    margin-top: 30px;
    padding: 25px 20px;
    font-size: 1.2rem;
  }

  .about-bt-ttl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  /* 限定タグ */
  .waribiki {
    position: absolute;
    width: 52px;
    top: 5px;
    left: 2px;
  }

  .sale-item .waribiki-2 {
    position: absolute;
    width: 53%;
    top: -45px;
    left: -10px;
    z-index: 1;
  }

  .sale-item .waribiki-right {
    position: absolute;
    width: 53%;
    top: -45px;
    right: 0;
  }

  /* 割引率 */
  .main-gentei {
    position: absolute;
    width: 24%;
    top: 0;
    left: 51%;
  }

  .sale-item .gentei-top1 {
    position: absolute;
    width: 27%;
    top: -10%;
    right: 0;
  }

  .sale-item .gentei-bottom10 {
    position: absolute;
    width: 35%;
    top: 32%;
    right: 0;
  }

  .sale-item .gentei-bottom10-left {
    position: absolute;
    width: 35%;
    top: 32%;
    left: 0;
  }

  .sale-item .gentei-top10 {
    position: absolute;
    width: 35%;
    top: -10%;
    right: 0;
  }

  .sale-item .gentei-bottom100 {
    position: absolute;
    width: 39%;
    top: 32%;
    right: 0;
  }

  .sale-item .gentei-top100 {
    position: absolute;
    width: 39%;
    right: 0;
    top: -10%;
  }

  .getcoupon {
    font-size: 1.4rem;
  }

  .getcoupon-ttl {
    font-size: 1.8rem;
  }

  .incompatible {
    padding: 10px;
  }

  .incompatible-notes {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .badge-limit {
    width: 50px;
    height: 20px;
    background: #ff002a;
    font-size: 1rem;
  }

  .badge-limit span {
    font-size: 1.2rem;
  }

  /* fotter */
  .footer {
    background: #242424;
    padding: 35px 0 15px;
    margin: 20px auto 0;
  }

  .footer__link {
    position: relative;
    background: #d0d0d0;
    border: 2px solid #eff3fc;
    color: #343535;
    width: 300px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }

  .footer__link::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #343535;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
  }

  .footer__copyright {
    color: #FFF;
    font-size: 1rem;
    text-align: center;
    margin: 35px auto 0;
    line-height: 1.5;
  }

  /*モーダルの中身*/
  .modal-item {
    max-width: calc(100% - 20px);
    height: 70vh;
    padding: 25px;
    overflow-y: scroll;
    flex-direction: column;
  }

  .modal-item-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 15px 0 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .modal-item-img .item-img {
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .modal-item-img .waribiki {
    width: 80px;
    height: auto;
    top: 10px;
    left: 10px;
  }

  .modal-item-img .badge-limit {
    width: 65px;
    height: 26px;
    font-size: 1.1rem;
    top: auto;
    bottom: 22px;
    right: 12px;
  }

  .modal-item-img .badge-limit span {
    font-size: 1.4rem;
  }

  .modal-item-detail {
    width: 100%;
    margin-left: 0;
  }

  .modal-item-detail .item-name {
    font-size: 1.6rem;
    line-height: 1;
    height: 1.6rem;
    font-weight: bold;
    width: calc(100% - 12px);
    padding: 10px 6px;
  }

  .modal-item-detail .item-price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    height: 2.7rem;
    align-items: center;
    margin-top: 15px;
  }

  .modal-item-detail .item-price {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 23px 0 0;
  }

  .modal-item-detail .off-price {
    font-size: 2.7rem;
  }

  .modal-item-detail .off-price span {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .modal-item-desc {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 25px;
    white-space: normal;
    max-height: none;
    height: auto;
  }

  .modal-item-detail .btn-cartin {
    width: 100%;
    height: 50px;
    position: static;
    margin: 15px 0 0 auto;
    font-size: 1.5rem;
  }

  .modal-content .close-icon {
    width: 28px;
    padding: 0 10px;
  }

  .modal-cartin {
    width: 100%;
  }

  .modal-cartin-txt {
    padding: 14px 0;
    font-size: 1.4rem;
  }

  .modal-cartin-txt .icon-check {
    margin-right: 14px;
  }

  .action-txt span {
    font-size: 1.1rem;
  }

  .modal-cartin-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .btn-continue,
  .btn-pay {
    width: 100%;
  }

  .btn-pay {
    margin-top: 10px;
  }

  .btn-continue::before {
    border-width: 8px 9px 8px 0;
    left: 20px;
  }

  .btn-pay::after {
    right: 25px;
  }

  .banner-container .banner-img {
    width: 100%;
  }

  .banner-container .banner-img:hover {
    opacity: 1;
  }

  .banner-container.double a {
    width: 100%;
  }

  .banner-container.double a+a {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 335px) {
  .off-price {
    font-size: 1.8rem;
  }

  .item-link {
    font-size: 1rem;
    margin-top: 8px;
  }

  .item-price {
    white-space: nowrap;
    font-size: 1.4rem;
    margin-top: 7px;
  }

  .btn-cartin {
    height: 28px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .off-price {
    font-size: 1.4rem;
    line-height: 1;
    min-width: 40px;
  }

  .item-price::before {
    position: absolute;
    bottom: -36px;
    width: 12px;
  }

  .install-btn {
    width: 50%;
  }

  .facebook-link iframe {
    width: 320px;
  }

  .sale-item .gentei-bottom40 {
    right: -0;
  }
}

/* --- ▼ コピーボード -------------- */
.copy-block-block {
  margin: 35px 55px;
}

.copy-block-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
  max-width: 462px;
  height: 138px;
  background-image: url(../images/copy-block-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.copy-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.copy-block:hover {
  cursor: pointer;
}

.copy-code-announce {
  width: 100%;
}

.fc-copy-code-att .before,
.fc-copy-code-att .after {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.fc-copy-code-att .before {
  display: block;
}

.fc-copy-code-att .after {
  display: none;
}

.fc-copy-code-att.is-copy-code .before {
  display: none;
}

.fc-copy-code-att.is-copy-code .after {
  display: block;
}

.copy-block-link {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.5;
}

.copy-block-link a {
  color: #fff;
  text-decoration: underline;
}

/* --- ▼ 注意 -------------- */
.caution-list-block {
  margin-bottom: 60px;
  color: #fff;
}

.caution-list {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.caution-list li::before {
  content: "※";
}

@media screen and (max-width: 768px) {
  .copy-block-wrap {
    margin: 0 auto;
  }

  .copy-block {
    font-size: 20px;
    padding: 0;
  }

  .copy-block-link {
    font-size: 17px;
    margin: 0 0 20px;
  }

  .caution-list-block {
    padding: 0 20px;
    margin-bottom: 35px;
  }

  .caution-list {
    font-size: 11px;
    text-align: left;
  }

  .banner-container.double {
    padding: 60px 10px;
  }

  .banner-container.double a {
    width: 100%;
  }

  .banner-container.double a+a {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 425px) {
  .copy-block-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}