#productDetailWrapper .priceInfoArea .salePrice {
  height: unset;
  padding: 0;
}

#productDetailWrapper .priceInfoArea .salePrice img {
  margin-bottom: 0;
}

.contents_detail_common_pc #contents_detail_common.detail_glbase .contenttit_h3 {
  background: linear-gradient(to right, #ffffff, #ffffff 6%, #15429B 6%, #15429B);
  border: 5px solid #15429B;
  margin-top: 48px;
  margin-bottom: 0;
}

#anc_simulator .priceList {
  text-align: right;
  margin: 0 0 16px;
}

#anc_simulator .priceList img {
  margin-bottom: -8px;
}

#anc_simulator .textLink {
  margin-right: 6%;
  padding-right: 6px;
  padding-left: 4px;
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  color: #1c208b;
  background-image: linear-gradient(#1c208b, #1c208b);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 2px;
  transition: 0.2s;
}

.contents_detail_common_sp #anc_simulator .textLink {
  font-size: 3.2vw;
}

#anc_simulator span {
  font-size: 0.8em;
  letter-spacing: -0.4em;
}

.rela {
  position: relative;
}

.pc_btn-a-1 {
  position: absolute;
  left: 197px;
  top: 276px;
}

.pc_btn-g-1 {
  position: absolute;
  left: 395px;
  top: 276px;
}

.contents_detail_common_pc,
.contents_detail_common_sp {
  padding-top: 0;
}

.box_wrapper p {
  padding: 2vw 2vw 0 2vw;
  margin: 0 1.5vw 4vw 1.5vw;
  line-height: 1.4;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 3.2vw;
}

.sp_btn-a-1 {
  position: absolute;
  bottom: 15%;
  width: 44%;
  left: 0;
}

.sp_btn-g-1 {
  position: absolute;
  left: 47%;
  bottom: 15%;
  width: 45%;
}

div#detail_bg {
  background-image: linear-gradient(to bottom, #f0f4fc, #e0eafd 45%, #c6daff 65%, #e0eafd 90%, #FFF) !important;
  background-position: center 0px !important;
}

.contents_detail_common_sp #contents_detail_common.detail_glbase .contenttit_h3 {
  margin-top: 5vw;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 4.6vw;
}

.contents_detail_common_pc #contents_detail_common.detail_glbase .glbase_note li {
  display: block;
  margin-top: 8px;
  padding-left: 13%;
  padding-right: 13%;
  text-align: left;
}

.contents_detail_common_sp #contents_detail_common.detail_glbase .glbase_note.overhgtnote2 li {
  display: block;
  margin-top: 1vw;
  text-align: left;
}

.contents_detail_common_sp #contents_detail_common.detail_glbase .glbase_note.overhgtnote2::after {
  content: unset;
}

.follow_simulation {
  position: fixed;
  right: 0;
  bottom: 216px;
  width: 157px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}

.follow_simulation.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* 電話ボタン */
@media screen and (max-width: 600px) {
  .footerCartButtonArea {
    display: flex;
    justify-content: space-evenly;
    width: 100% !important;
  }

  .footerCartButtonArea a {
    display: block;
  }

  .footerCartButtonArea .follow_tel {
    width: 14%;
    background-image: linear-gradient(#523cff, #060061);
    padding: 8px;
    box-sizing: border-box;
    border-radius: 6px;
  }

  .footerCartButtonArea a:last-child {
    width: 78%;
  }

  .footerCartButtonArea img {
    width: 100%;
  }

  .follow_simulation {
    background-color: rgba(235, 235, 235, 0.8);
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    text-align: center;
  }

  .link_simulation {
    margin-right: 12vw;
  }

  .link_simulation img {
    width: auto;
    height: 10vw;
  }
}

/* =================== バリエーション =================== */
:root {
  --main-color: #2054b2;
  --sub-color: #929292;
  --bg-gradient: linear-gradient(#fefefd, #dadada);
}
#variation_area {
  font-family: Arial, sans-serif;
  font-size: 5vw;
  margin: 6vw 0;
}
.variation_title {
  margin: 0 0 10px 0;
  padding: 0 0 0 6px;
  border-left: #333 3px solid;
  line-height: 1;
  color: #000;
  font-size: 4.5vw;
  font-weight: bold;
}
.variation_wrap ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  list-style: none;
}
.variation_wrap li {
  line-height: 1;
  border: 1px solid var(--sub-color);
  background: var(--bg-gradient);
  padding: 0;
  border-radius: 4px;
  font-size: 3.6vw;
  margin: 0 3px 3px 3px;
  min-height: 13vw;
  width: calc(25% - 3px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation_wrap li span,
.variation_wrap li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  text-align: center;
  text-indent: -0.7em;
  padding: 8px 0;
}
.variation_wrap .selectedItem {
  border: solid 3px var(--main-color);
  font-weight: bold;
}
.variation_wrap .selectedItem span {
  cursor: default;
}
.with_cover {
  display: block;
  text-align: center;
  margin: 16px auto 0;
  width: 80vw;
  font-size: 3.4vw;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #variation_area {
    font-size: 16px;
    margin: 30px 0;
  }
  .variation_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .variation_wrap ul {
    flex-wrap: wrap;
  }
  .variation_wrap li {
    font-size: 14px;
    min-height: 40px;
    width: 104px;
    margin: 0 8px 8px 0;
  }
  .with_cover {
    width: 332px;
    font-size: 14px;
  }
  #variation_area .with_cover:hover {
    text-decoration: none;
    font-weight: 700;
  }
}

/* =================== カウントダウン =================== */
/* カウントダウンの背景色・文字色 */
:root {
  --cd-text-color: #fdff00;
}

#countdown {
  position: relative;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
}

#countdown .countdown_text {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 88%;
  box-sizing: border-box;
  color: var(--cd-text-color);
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  font-size: 38px;
  text-shadow: 3px 3px 3px #000000;
}

#countdown .text_first {
  margin-right: 1em;
  font-size: 0.8em;
}

#countdown .cd_number {
  font-size: 1.3em;
  margin-right: 0.1em;
  letter-spacing: 0.08em;
}

#countdown .cd_chara {
  margin-right: 0.6em;
}

#countdown .cd_chara:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #countdown .countdown_text {
    font-size: 5vw;
    right: 0;
    bottom: 4vw;
    width: 82%;
    text-shadow: 2px 2px 2px #000000;
  }

  #countdown .text_first {
    margin-right: 0.6em;
  }

  #countdown .cd_number {
    font-size: 7vw;
    margin-right: 0.05em;
  }

  #countdown .cd_chara {
    margin-right: 0.3em;
  }
}