@charset "UTF-8";
/*====================================================================
*    mixin
/*==================================================================*/
/*
 * ルートのフォントサイズを基準にフォントサイズを可変にする（SPはrootPxを設定しておくこと）
 * @args 最大値（デザイン上の数値）
 */
/*
* スマホの時のfz設定（XDアートボードサイズで引用）
*/
/*
* get_vwの設定
*/
/*
* get_vwの設定(スマホ)
*/
/*
 * line-heightの計算
 */
/*====================================================================
*    config
/*==================================================================*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

div {
  scroll-margin-top: clamp(10px, 3.90625vw, 100px);
}

#renewal img {
  width: 100%;
}
@media (max-width: 768px) {
  #renewal .kvArea.mgSp {
    margin-bottom: 10px;
  }
}
#renewal .kvArea_bottom {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: clamp(10px, 5.4296875vw, 138px);
}
@media (max-width: 768px) {
  #renewal .kvArea_bottom {
    margin-top: 15.3333333333vw;
  }
}
#renewal .kvArea_bottom_title > h2 {
  color: #99864e;
  font-size: clamp(10px, 1.6015625vw, 41px);
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .kvArea_bottom_title > h2 {
    font-size: 5.4666666667vw;
    line-height: 1.756097561;
  }
}
#renewal .kvArea_bottom_text {
  margin-top: clamp(10px, 2.734375vw, 70px);
}
@media (max-width: 768px) {
  #renewal .kvArea_bottom_text {
    margin-top: 9.2vw;
  }
}
#renewal .kvArea_bottom_text .txtWrap > p {
  color: #2e2e2e;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-weight: normal;
  font-size: clamp(10px, 1.2890625vw, 33px);
  letter-spacing: 0.06em;
  line-height: 2.1818181818;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .kvArea_bottom_text .txtWrap > p {
    font-size: 4.4vw;
  }
}
#renewal .ankerArea {
  display: grid;
  grid-template-columns: clamp(10px, 22.0703125vw, 565px) clamp(10px, 22.0703125vw, 565px) clamp(10px, 22.0703125vw, 565px);
  place-content: center;
  place-items: center;
  -webkit-column-gap: clamp(10px, 2.0703125vw, 53px);
     -moz-column-gap: clamp(10px, 2.0703125vw, 53px);
          column-gap: clamp(10px, 2.0703125vw, 53px);
  margin: clamp(10px, 6.796875vw, 174px) 0 clamp(10px, 6.25vw, 160px);
}
@media (max-width: 768px) {
  #renewal .ankerArea {
    grid-template-columns: 1fr;
    row-gap: 6.6666666667vw;
    margin: 15.6vw 0 13.0666666667vw;
  }
}
#renewal .ankerArea_btn {
  display: grid;
  width: 100%;
  height: clamp(10px, 5.859375vw, 150px);
  border-radius: clamp(10px, 2.9296875vw, 75px);
}
@media (max-width: 768px) {
  #renewal .ankerArea_btn {
    width: 75.3333333333vw;
  }
}
#renewal .ankerArea_btn.mBc {
  border: 2px solid #C72A69;
}
#renewal .ankerArea_btn.mBc .ankerArea_btn_title {
  color: #C72A69;
}
#renewal .ankerArea_btn.mBc .ankerArea_btn_arrow svg {
  fill: #C72A69;
}
#renewal .ankerArea_btn.NcP {
  border: 2px solid #2b928c;
}
#renewal .ankerArea_btn.NcP .ankerArea_btn_title {
  color: #2b928c;
}
#renewal .ankerArea_btn.NcP .ankerArea_btn_arrow svg {
  fill: #2b928c;
}
#renewal .ankerArea_btn.mNt {
  border: 2px solid #002169;
}
#renewal .ankerArea_btn.mNt .ankerArea_btn_title {
  color: #002169;
}
#renewal .ankerArea_btn.mNt .ankerArea_btn_arrow svg {
  fill: #002169;
}
#renewal .ankerArea_btn.tBc {
  border: 2px solid #96834E;
}
#renewal .ankerArea_btn.tBc .ankerArea_btn_title {
  color: #96834E;
}
#renewal .ankerArea_btn.tBc .ankerArea_btn_arrow svg {
  fill: #96834E;
}
@media (max-width: 768px) {
  #renewal .ankerArea_btn {
    height: 20vw;
    border-radius: 10vw;
  }
}
#renewal .ankerArea_btn > a {
  display: grid;
  place-content: center;
  place-items: center;
  text-decoration: none;
}
#renewal .ankerArea_btn_title {
  font-size: clamp(10px, 1.2890625vw, 33px);
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  #renewal .ankerArea_btn_title {
    font-size: 4.4vw;
  }
}
#renewal .ankerArea_btn_title > span {
  display: block;
  margin-top: clamp(1px, 0.390625vw, 10px);
  font-size: clamp(10px, 0.859375vw, 22px);
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 768px) {
  #renewal .ankerArea_btn_title > span {
    font-size: 2.9333333333vw;
  }
}
#renewal .ankerArea_btn_arrow {
  width: clamp(10px, 1.7578125vw, 45px);
  margin-inline: auto;
  margin-top: clamp(10px, 0.5859375vw, 15px);
}
@media (max-width: 768px) {
  #renewal .ankerArea_btn_arrow {
    width: 6vw;
    margin-top: 2vw;
  }
}
#renewal .lineUpArea {
  margin: clamp(10px, 9.7265625vw, 249px) 0 clamp(10px, 8.3203125vw, 213px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea {
    margin: 20.6666666667vw 0 20.4vw;
  }
}
#renewal .lineUpArea_title {
  display: grid;
  place-content: center;
  place-items: center;
}
#renewal .lineUpArea_title h2 {
  margin: 0;
  color: #a8935a;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-B+Gotham", sans-serif;
  font-weight: bold;
  font-size: clamp(10px, 3.2421875vw, 83px);
  letter-spacing: 0.18em;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_title h2 {
    font-size: 8.2666666667vw;
  }
}
#renewal .lineUpArea_title h2 > span {
  display: block;
  margin: 0 0 clamp(10px, 2.34375vw, 60px);
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-B+Gotham", sans-serif;
  font-size: clamp(10px, 1.796875vw, 46px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_title h2 > span {
    margin-bottom: 5.3333333333vw;
    font-size: 4.6666666667vw;
  }
}
#renewal .lineUpArea_container {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(10px, 9.8828125vw, 253px);
     -moz-column-gap: clamp(10px, 9.8828125vw, 253px);
          column-gap: clamp(10px, 9.8828125vw, 253px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container {
    -webkit-column-gap: 19.6vw;
       -moz-column-gap: 19.6vw;
            column-gap: 19.6vw;
  }
}
#renewal .lineUpArea_container #mBc .itemList_title {
  border-bottom: 2px solid #C72A69;
}
#renewal .lineUpArea_container #mBc .itemList_title > h3,
#renewal .lineUpArea_container #mBc .itemList_title span {
  color: #C72A69;
}
#renewal .lineUpArea_container #NcP .itemList_title {
  border-bottom: 2px solid #2b928c;
}
#renewal .lineUpArea_container #NcP .itemList_title > h3,
#renewal .lineUpArea_container #NcP .itemList_title span {
  color: #2b928c;
}
#renewal .lineUpArea_container #mNt .itemList_title {
  border-bottom: 2px solid #002169;
}
#renewal .lineUpArea_container #mNt .itemList_title > h3,
#renewal .lineUpArea_container #mNt .itemList_title span {
  color: #002169;
}
#renewal .lineUpArea_container #tBc .itemList_title {
  border-bottom: 2px solid #96834E;
}
#renewal .lineUpArea_container #tBc .itemList_title > h3,
#renewal .lineUpArea_container #tBc .itemList_title span {
  color: #96834E;
}
#renewal .lineUpArea_container .itemList {
  width: clamp(10px, 89.0625vw, 2280px);
  margin-top: clamp(10px, 7.6171875vw, 195px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList {
    width: 100%;
    margin-top: 19.0666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_title {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  place-items: center;
  -webkit-column-gap: clamp(10px, 2.0703125vw, 53px);
     -moz-column-gap: clamp(10px, 2.0703125vw, 53px);
          column-gap: clamp(10px, 2.0703125vw, 53px);
  padding-bottom: clamp(10px, 1.171875vw, 30px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_title {
    width: 92vw;
    -webkit-column-gap: 3.3333333333vw;
       -moz-column-gap: 3.3333333333vw;
            column-gap: 3.3333333333vw;
    margin-inline: auto;
    padding-bottom: 3.2vw;
  }
}
#renewal .lineUpArea_container .itemList_title > h3 {
  margin: auto;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-size: clamp(10px, 1.7578125vw, 45px);
  font-weight: normal;
  letter-spacing: 0.06em;
  text-align: left;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_title > h3 {
    font-size: 4.5333333333vw;
  }
}
#renewal .lineUpArea_container .itemList_title span {
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-size: clamp(10px, 1.171875vw, 30px);
  font-weight: normal;
  letter-spacing: 0.06em;
  text-align: left;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_title span {
    font-size: 2.9333333333vw;
  }
}
#renewal .lineUpArea_container .itemList_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: clamp(10px, 1.953125vw, 50px);
     -moz-column-gap: clamp(10px, 1.953125vw, 50px);
          column-gap: clamp(10px, 1.953125vw, 50px);
  margin: clamp(10px, 2.34375vw, 60px) clamp(10px, 8.1640625vw, 209px) 0;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 10px;
    margin: 5.3333333333vw 2vw 0;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem {
  width: clamp(10px, 16.71875vw, 428px);
  padding: clamp(10px, 0.46875vw, 12px) 0 clamp(10px, 1.328125vw, 34px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem {
    width: 47.3333333333vw;
    padding: 1.3333333333vw 0 3.6vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem > a {
  text-decoration: none;
}
#renewal .lineUpArea_container .itemList_container .productItem.blue {
  background-color: #EAF1F8;
}
#renewal .lineUpArea_container .itemList_container .productItem_top {
  position: relative;
  width: clamp(10px, 15.8203125vw, 405px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_top {
    width: 44.6666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_top .iconArea {
  position: absolute;
  top: clamp(10px, 0.46875vw, 12px);
  left: clamp(10px, 0.78125vw, 20px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(10px, 0.859375vw, 22px);
     -moz-column-gap: clamp(10px, 0.859375vw, 22px);
          column-gap: clamp(10px, 0.859375vw, 22px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_top .iconArea {
    top: 1.3333333333vw;
    left: 2.4vw;
    -webkit-column-gap: 2.4vw;
       -moz-column-gap: 2.4vw;
            column-gap: 2.4vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_top .iconArea .imgWrap {
  width: clamp(10px, 4.140625vw, 106px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_top .iconArea .imgWrap {
    width: 11.7333333333vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center {
  display: grid;
  place-content: center;
  grid-template-columns: clamp(10px, 3.28125vw, 84px) auto;
  grid-template-rows: clamp(10px, 4.21875vw, 108px);
  -webkit-column-gap: clamp(10px, 0.625vw, 16px);
     -moz-column-gap: clamp(10px, 0.625vw, 16px);
          column-gap: clamp(10px, 0.625vw, 16px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(10px, 1.0546875vw, 27px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center {
    place-content: baseline;
    grid-template-columns: 9.3333333333vw auto;
    grid-template-rows: 12vw;
    -webkit-column-gap: 1.7333333333vw;
       -moz-column-gap: 1.7333333333vw;
            column-gap: 1.7333333333vw;
    margin: 2.9333333333vw 0 0 2vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_left {
  display: grid;
  place-items: center;
  place-content: center;
  height: clamp(10px, 4.21875vw, 108px);
  border: 2px solid #787878;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_left {
    height: 12vw;
    border: 1px solid #787878;
    border-radius: 2px;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_left .pdInfo {
  color: #787878;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-weight: bold;
  font-size: clamp(10px, 0.8984375vw, 23px);
  letter-spacing: 0.05em;
  line-height: 1.2608695652;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_left .pdInfo {
    font-size: 2.5333333333vw;
    line-height: 1.2631578947;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_left.blue {
  background-color: #327CC8;
  border: none;
}
#renewal .lineUpArea_container .itemList_container .productItem_center_left.blue .pdInfo {
  color: #fff;
  font-size: clamp(10px, 1.015625vw, 26px);
  line-height: 1.1153846154;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_left.blue .pdInfo {
    font-size: 2.9333333333vw;
    line-height: 1.0909090909;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_left.blue .pdInfo > span {
  display: block;
  font-size: clamp(10px, 0.7421875vw, 19px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_left.blue .pdInfo > span {
    font-size: 2.5333333333vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdRegular {
  margin-bottom: 10px;
  color: #2b2b2b;
  font-family: YakuHanJP, ATC-672c65875408621030d530a930f330c8, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: clamp(10px, 0.7421875vw, 19px);
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_right .pdRegular {
    margin-bottom: 1.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdRegular > span {
  text-decoration: line-through;
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice {
  color: #2b2b2b;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-weight: bold;
  font-size: clamp(10px, 1.953125vw, 50px);
  text-align: left;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice {
    font-size: 6vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .taxIn,
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .yen {
  display: inline;
  font-size: clamp(10px, 0.8984375vw, 23px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .taxIn,
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .yen {
    font-size: 2.5333333333vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .taxIn {
  margin-right: 8px;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .taxIn {
    margin-right: 1.0666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice .yen {
  margin-left: 0.6666666667vw;
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice > span {
  display: block;
  margin-top: 10px;
  font-family: YakuHanJP, ATC-672c65875408621030d530a930f330c8, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: clamp(10px, 0.625vw, 16px);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice > span {
    margin-top: 1.3333333333vw;
    font-size: 1.8666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice.blue {
  color: #327cc8;
}
#renewal .lineUpArea_container .itemList_container .productItem_center_right .pdPrice.red {
  color: #f45573;
}
#renewal .lineUpArea_container .itemList_container .productItem .onwards {
  width: clamp(10px, 14.8828125vw, 381px);
  margin-top: clamp(10px, 0.703125vw, 18px);
  margin-inline: auto;
  padding: clamp(10px, 0.78125vw, 20px) 0 0 6px;
  color: #646464;
  font-family: YakuHanJP, ATC-672c65875408621030d530a930f330c8, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: clamp(10px, 0.625vw, 16px);
  letter-spacing: 0.05em;
  text-align: left;
  border-top: 1px solid #BDBDBD;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .onwards {
    width: 43.0666666667vw;
    margin-top: 2.1333333333vw;
    padding: 2.1333333333vw 0 0 2.6666666667vw;
    font-size: 1.8666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .only {
  display: grid;
  place-content: center;
  grid-template-columns: clamp(10px, 1.7578125vw, 45px) auto;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(10px, 0.9375vw, 24px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .only {
    grid-template-columns: 4.5333333333vw auto;
    margin: 2.9333333333vw 0 0 2vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .only_left {
  height: clamp(10px, 2.265625vw, 58px);
  background-image: url(../../images/present.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .only_left {
    height: 5.6vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .only_right {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7px;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .only_right {
    row-gap: 0.6666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .only_right_top {
  color: #f45573;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-B+Gotham", sans-serif;
  font-weight: bold;
  font-size: clamp(10px, 0.9375vw, 24px);
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .only_right_top {
    font-size: 2.6666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .only_right_bottom {
  color: #f45573;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-B+Gotham", sans-serif;
  font-weight: normal;
  font-size: clamp(10px, 0.8203125vw, 21px);
  text-align: left;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .only_right_bottom {
    font-size: 2.4vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .only_right_bottom > span {
  font-size: clamp(10px, 0.625vw, 16px);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .only_right_bottom > span {
    font-size: 1.8666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .buyBtn {
  display: grid;
  grid-template-columns: clamp(10px, 12.5vw, 320px) clamp(10px, 0.5859375vw, 15px);
  place-content: center;
  place-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: clamp(10px, 15.8203125vw, 405px);
  height: clamp(10px, 3.75vw, 96px);
  margin-inline: auto;
  margin-top: clamp(10px, 1.25vw, 32px);
  background-color: #2E2E2E;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .buyBtn {
    grid-template-columns: 36.4vw 9px;
    -webkit-column-gap: 2.2666666667vw;
       -moz-column-gap: 2.2666666667vw;
            column-gap: 2.2666666667vw;
    width: 44.6666666667vw;
    height: 12.8vw;
    margin-top: 3.4666666667vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .buyBtn.blue {
  background-color: #327cc8;
}
#renewal .lineUpArea_container .itemList_container .productItem .buyBtn_left {
  color: #fff;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-B+Gotham", sans-serif;
  font-weight: bold;
  font-size: clamp(10px, 1.015625vw, 26px);
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .buyBtn_left {
    font-size: 3.2vw;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .buyBtn_left > span {
  display: block;
  margin-top: clamp(1px, 0.546875vw, 14px);
  font-size: clamp(10px, 0.546875vw, 14px);
  font-weight: normal;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  #renewal .lineUpArea_container .itemList_container .productItem .buyBtn_left > span {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .buyBtn_left > span {
    margin-top: 1.6vw;
    font-size: 1.7333333333vw;
    -webkit-transform: none;
            transform: none;
  }
}
#renewal .lineUpArea_container .itemList_container .productItem .buyBtn_right_arrow {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clamp(10px, 0.5859375vw, 15px);
  height: clamp(10px, 0.5859375vw, 15px);
  vertical-align: middle;
  line-height: 1;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
}
@media (max-width: 768px) {
  #renewal .lineUpArea_container .itemList_container .productItem .buyBtn_right_arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-25%) rotate(45deg);
            transform: translateY(-25%) rotate(45deg);
  }
}
#renewal .onayamiArea {
  display: grid;
  place-content: center;
  place-items: center;
}
#renewal .onayamiArea_title > h3 {
  color: #99864e;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-size: clamp(10px, 1.5234375vw, 39px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  #renewal .onayamiArea_title > h3 {
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
#renewal .onayamiArea_text {
  margin-top: clamp(10px, 1.3671875vw, 35px);
}
@media (max-width: 768px) {
  #renewal .onayamiArea_text {
    margin-top: 9.3333333333vw;
  }
}
#renewal .onayamiArea_text .txtWrap > p {
  color: #2e2e2e;
  font-family: YakuHanJP, ATC-54422d52202b476f7468616d, "TB-R +Gotham", sans-serif;
  font-size: clamp(10px, 1.09375vw, 28px);
  line-height: 1.6428571429;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 768px) {
  #renewal .onayamiArea_text .txtWrap > p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#renewal .tyuui {
  margin-top: clamp(10px, 8.4375vw, 216px);
}
@media (max-width: 768px) {
  #renewal .tyuui {
    margin-top: 20.4vw;
  }
}
#renewal .tyuui .txtWrap > p {
  color: #222222;
  font-family: YakuHanJP, ATC-672c65875408621030d530a930f330c8, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: clamp(10px, 1.1328125vw, 29px);
  line-height: 1.6206896552;
  text-align: center;
}
@media (max-width: 768px) {
  #renewal .tyuui .txtWrap > p {
    font-family: TBGoStdL-Normal;
    font-size: 3.2vw;
    letter-spacing: 0.03em;
    line-height: 2.3333333333;
  }
}/*# sourceMappingURL=style.css.map */