@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.wrap01 {
  display: flex;
  flex-wrap: wrap; }
  .wrap01.bC {
    justify-content: center; }
  .wrap01.between {
    justify-content: space-between; }
  .wrap01.aC {
    align-items: center; }
  .wrap01.aEnd {
    align-items: flex-end; }
  .wrap01.reverse {
    flex-direction: row-reverse; }

body.endofsale .floatTotalPrice a,
body.endofsale .ModelTitleWrap a {
  pointer-events: none; }

/* slideBottom 
*****************************************/
html .slideBottom {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/ }

html .slideBottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* slideRight 
*****************************************/
html .slideRight {
  -webkit-transform: translateX(36px);
  transform: translateX(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/ }

html .slideRight.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* slideLeft 
*****************************************/
html .slideLeft {
  -webkit-transform: translateX(-36px);
  transform: translateX(-36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/ }

html .slideLeft.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* タブ 
*****************************************/
.Tab2Wrap {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 101; }
  @media screen and (max-width: 767px) {
    .Tab2Wrap {
      border-top: none; } }
  @media screen and (max-width: 767px) {
    .Tab2Wrap .sectionInner {
      height: 44px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      .Tab2Wrap .sectionInner::-webkit-scrollbar {
        display: none; } }
  .Tab2Wrap .sectionInner #TabNavigationU {
    width: 960px;
    margin: 0 auto;
    height: 44px; }
    @media screen and (max-width: 767px) {
      .Tab2Wrap .sectionInner #TabNavigationU {
        width: auto;
        display: flex; } }
    .Tab2Wrap .sectionInner #TabNavigationU li {
      text-align: center;
      width: 160px;
      float: left;
      margin-right: 1px; }
      @media screen and (max-width: 767px) {
        .Tab2Wrap .sectionInner #TabNavigationU li {
          width: auto;
          float: inherit; } }
      .Tab2Wrap .sectionInner #TabNavigationU li a {
        color: #007cff;
        border-bottom: 3px solid #fff;
        display: block;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 7px;
        margin-top: 7px; }
        @media screen and (max-width: 767px) {
          .Tab2Wrap .sectionInner #TabNavigationU li a {
            font-weight: bold;
            padding-left: 1.5em;
            padding-right: 1.5em;
            white-space: nowrap; } }
        .Tab2Wrap .sectionInner #TabNavigationU li a:hover {
          border-bottom: 3px solid #007cff; }
          @media screen and (max-width: 767px) {
            .Tab2Wrap .sectionInner #TabNavigationU li a:hover {
              border-bottom: 3px solid #fff; } }
      .Tab2Wrap .sectionInner #TabNavigationU li.on a {
        border-bottom: 3px solid #007cff; }
  .Tab2Wrap.fixed {
    position: fixed;
    top: 45px; }
    @media screen and (max-width: 767px) {
      .Tab2Wrap.fixed {
        top: 0; } }

/* mainContents 
*****************************************/
.mainContents {
  width: 100%;
  margin: 0 auto; }

/* 各セクション 
*****************************************/
.mainContents .wrapSection05 {
  clear: both;
  width: 100%;
  margin: 0 auto; }

.mainContents .wrapSection05 .section05 {
  width: 960px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .mainContents .wrapSection05 .section05 {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

/* モデルタイトル　＋　合計お見積り金額　＋　カスタマイズ 
*****************************************/
.ModelTitleWrap {
  background-color: #f2f2f2; }

.ModelTitleWrap.fixed {
  position: fixed;
  top: 0px; }

.ModelTitleWrap .area {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .ModelTitleWrap .area {
      width: 95%; } }

.ModelTitleWrap .area .left {
  display: block;
  float: left; }

.ModelTitleWrap .area .left img {
  vertical-align: middle; }

.ModelTitleWrap .area .right {
  display: block;
  float: right;
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .ModelTitleWrap .area .right {
      display: none; } }

.customize {
  width: 200px;
  height: 30px;
  padding-top: 7px; }
  @media screen and (max-width: 767px) {
    .customize {
      padding-top: 0; } }

.customizeBtn01 {
  width: 200px;
  height: 30px;
  padding-top: 7px; }
  .customizeBtn01 a {
    display: block;
    text-align: center;
    color: #fff;
    background: #f53a00;
    font-family: 'メイリオ', 'Meiryo', sans-serif, "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
    font-size: 14.5px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 4px 6px;
    border-radius: 4px; }
    .customizeBtn01 a:hover {
      text-decoration: none;
      opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .customizeBtn01 {
      padding-top: 0; } }

.endMsg {
  color: #ff0000;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', sans-serif, "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
  font-weight: bold;
  line-height: 1;
  height: 44px;
  display: table-cell;
  display: flex;
  align-items: center; }

.headerImgSP {
  display: none; }
  @media screen and (max-width: 767px) {
    .headerImgSP {
      display: block;
      margin-bottom: 0; } }

.layoutType01 .sideContents {
  position: relative; }
  .layoutType01 .sideContents #rightNavigation2Wrap {
    position: absolute;
    left: 0; }
    @media screen and (max-width: 767px) {
      .layoutType01 .sideContents #rightNavigation2Wrap {
        position: inherit;
        top: inherit;
        left: inherit;
        height: 45px;
        overflow: hidden; } }
    .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
      position: fixed;
      bottom: inherit;
      left: 50%;
      margin-left: 295px; }
      @media screen and (max-width: 980px) {
        .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
          left: 0;
          margin-left: 785px; } }
      @media screen and (max-width: 767px) {
        .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
          position: inherit;
          top: inherit;
          bottom: inherit;
          left: inherit;
          margin-left: 0; } }
    .layoutType01 .sideContents #rightNavigation2Wrap.footFixed {
      position: absolute;
      top: inherit;
      bottom: -54px;
      left: 0;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .layoutType01 .sideContents #rightNavigation2Wrap.footFixed {
          position: inherit;
          top: inherit;
          bottom: inherit;
          left: inherit;
          margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .layoutType01 .sideContents.open #rightNavigation2Wrap {
      height: auto; } }

.featureHdg02 {
  text-align: center;
  color: #007cff;
  font-size: 16px;
  padding: 2.6em 0 0.3em;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #007cff; }
  .layer.typeBlack .featureHdg02 {
    color: #fff;
    border-bottom: 1px solid #fff; }

.featureList01 {
  width: 90%;
  margin: 0 auto 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .featureList01 {
      width: 100%; } }
  .featureList01 li {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    line-height: 1.6; }
    .featureList01 li dt {
      display: inline-block;
      color: #000;
      font-size: 12px;
      font-weight: bold;
      vertical-align: middle;
      margin-right: 0.8em; }
    .featureList01 li dd {
      display: inline-block;
      color: #000;
      font-size: 16px;
      vertical-align: middle; }

.layer.typeBlack {
  background: #000; }

@media screen and (max-width: 767px) {
  .pagetop_FIX a {
    bottom: 60px; } }
.config_saving_modal {
  display: block;
  cursor: pointer; }

.guide_config_saving_box {
  background: #f2f2f2;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 10px 12px 22px 17px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .guide_config_saving_box {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 13px 12px 10px 12px; } }
  .guide_config_saving_box .tx01 {
    color: #000;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 11px; }
  .guide_config_saving_box .tx02 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5833333333;
    margin-bottom: 0; }
  .guide_config_saving_box .btnList01 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 616px; }
    @media screen and (max-width: 767px) {
      .guide_config_saving_box .btnList01 {
        width: 100%;
        margin-bottom: 10px;
        gap: 10px; } }
    .guide_config_saving_box .btnList01 li {
      text-align: center;
      width: calc((100% - 20px) / 3);
      height: 46px;
      box-sizing: border-box;
      background: #fff;
      border: 2px solid #b9b9b9;
      border-radius: 5px;
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .guide_config_saving_box .btnList01 li {
          width: 100%; } }
      .guide_config_saving_box .btnList01 li span {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        padding-left: 30px; }
      .guide_config_saving_box .btnList01 li.clipboard {
        background: #fff url("../img/icon-30.png") no-repeat 0 calc(100% + 2px)/46px; }
      .guide_config_saving_box .btnList01 li.x {
        background: #fff url("../img/icon-31.png") no-repeat 0 calc(100% + 2px)/46px; }
      .guide_config_saving_box .btnList01 li.mail {
        background: #fff url("../img/icon-32.png") no-repeat 0 calc(100% + 2px)/46px; }
      @media screen and (min-width: 768px) {
        .guide_config_saving_box .btnList01 li:hover {
          border-color: #fff;
          background-color: #414141;
          color: #fff; }
          .guide_config_saving_box .btnList01 li:hover.clipboard, .guide_config_saving_box .btnList01 li:hover.x, .guide_config_saving_box .btnList01 li:hover.mail {
            background-position: 0 -2px;
            background-size: 46px; } }
  .guide_config_saving_box .guide01 {
    text-align: right;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .guide_config_saving_box .guide01:hover {
        cursor: pointer; }
        .guide_config_saving_box .guide01:hover span {
          color: #404040;
          background-position: 100% 0; }
          .guide_config_saving_box .guide01:hover span::before {
            background-position: 0 0; } }
    .guide_config_saving_box .guide01 span {
      font-size: 14px;
      display: inline-block;
      color: #777777;
      text-decoration: underline;
      padding: 8px 48px 8px 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .guide_config_saving_box .guide01 span {
          color: #404040; } }
      .guide_config_saving_box .guide01 span::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 46px;
        height: 46px;
        background: url("../img/icon-33.png") no-repeat 0 100%/46px;
        transform: translateY(-50%); }
  .guide_config_saving_box .textWrap01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .guide_config_saving_box .textWrap01 {
        justify-content: space-between;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .guide_config_saving_box .textWrap01 {
        flex-direction: column;
        gap: 10px; } }

.configSavingContentsWrap {
  box-sizing: border-box; }
  .configSavingContentsWrap * {
    box-sizing: border-box; }
  .configSavingContentsWrap p {
    margin-bottom: 0; }
  .configSavingContentsWrap .btn01 {
    margin-top: 53px; }
    @media screen and (max-width: 767px) {
      .configSavingContentsWrap .btn01 {
        margin-top: 7.25vw; } }
    .configSavingContentsWrap .btn01 > a {
      cursor: pointer;
      margin: 0 auto;
      display: block;
      border-radius: 10px;
      text-decoration: none;
      text-align: center;
      border: none;
      background-color: #00009a;
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      line-height: 1.1;
      padding: 20px;
      width: 640px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .btn01 > a {
          width: 86.25vw;
          font-size: 5vw;
          padding: 4.75vw; } }
      @media screen and (min-width: 768px) {
        .configSavingContentsWrap .btn01 > a:hover {
          opacity: 0.7; } }
  .configSavingContentsWrap .area01 {
    background: #4fa2ff;
    padding-top: 77px;
    padding-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .configSavingContentsWrap .area01 {
        padding-top: 6.5vw;
        padding-bottom: 7.5vw; } }
    .configSavingContentsWrap .area01 > .inner01 {
      width: 960px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area01 > .inner01 {
          width: 86.25vw; } }
    .configSavingContentsWrap .area01 .tx02 {
      margin-bottom: 34px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area01 .tx02 {
          margin-bottom: 4.25vw; } }
    .configSavingContentsWrap .area01 ul {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-left: -3px;
      margin-right: -3px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area01 ul {
          flex-wrap: wrap;
          margin-left: auto;
          margin-right: auto;
          width: 67.5vw;
          gap: 3.75vw; } }
  .configSavingContentsWrap .area02 {
    background: #cae3ff;
    padding-top: 53px;
    padding-bottom: 53px; }
    @media screen and (max-width: 767px) {
      .configSavingContentsWrap .area02 {
        padding-top: 5vw;
        padding-bottom: 15vw; } }
    .configSavingContentsWrap .area02 > .inner01 {
      width: 960px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 > .inner01 {
          width: 89vw; } }
    .configSavingContentsWrap .area02 .btn01 {
      margin-top: 93px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .btn01 {
          margin-top: 13.5vw; } }
    .configSavingContentsWrap .area02 .tx03 {
      background: #0078ff;
      color: #fff;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-size: 23.45px;
      line-height: 1;
      padding: 0.57em 0;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .tx03 {
          font-size: 5vw;
          padding: 0.75em 0;
          font-feature-settings: "palt";
          margin-bottom: 30px; } }
    .configSavingContentsWrap .area02 .red {
      color: #ed0000; }
    .configSavingContentsWrap .area02 .tx04 {
      color: #0078ff;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 26px;
      line-height: 1.75;
      margin-top: -7px;
      margin-bottom: 6px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .tx04 {
          font-size: 5vw;
          margin-bottom: 0; } }
    .configSavingContentsWrap .area02 .tx05 {
      color: #000;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      line-height: 1.3888888889;
      margin-bottom: 17px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .tx05 {
          font-size: 3.75vw;
          margin-left: 0.75vw;
          font-feature-settings: "palt"; } }
    .configSavingContentsWrap .area02 .tx06 {
      color: #000;
      display: inline-block;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 12px;
      line-height: 1.3888888889;
      border: 3px solid #000;
      border-radius: 5px;
      padding: 0.2em 0.5em;
      margin-bottom: 3px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .tx06 {
          font-size: 2.7vw;
          border: 2px solid #000; } }
    .configSavingContentsWrap .area02 .tx07 {
      color: #000;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 1.4285714286; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .tx07 {
          font-size: 2.75vw;
          line-height: 1.8181818182; } }
    .configSavingContentsWrap .area02 .img01 {
      width: 506px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .img01 {
          width: 100%;
          margin-bottom: 4.5vw; } }
    .configSavingContentsWrap .area02 .textWrap {
      width: 450px; }
      @media screen and (max-width: 767px) {
        .configSavingContentsWrap .area02 .textWrap {
          width: 100%; } }
      .configSavingContentsWrap .area02 .textWrap .col01 {
        padding-left: 50px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .configSavingContentsWrap .area02 .textWrap .col01 {
            padding-left: 13.5vw; } }
        .configSavingContentsWrap .area02 .textWrap .col01 .no {
          position: absolute;
          top: 7px;
          left: 0;
          width: 40px; }
          @media screen and (max-width: 767px) {
            .configSavingContentsWrap .area02 .textWrap .col01 .no {
              width: 10vw; } }
        .configSavingContentsWrap .area02 .textWrap .col01.no01 {
          padding-bottom: 199px; }
          @media screen and (max-width: 767px) {
            .configSavingContentsWrap .area02 .textWrap .col01.no01 {
              padding-bottom: 23.25vw; } }
          .configSavingContentsWrap .area02 .textWrap .col01.no01::before {
            content: '';
            position: absolute;
            bottom: 45px;
            left: 0;
            width: 100%;
            height: 112px;
            background: url("/custom/img/config_saving/arrow01.png") no-repeat 50% 100%; }
            @media screen and (max-width: 767px) {
              .configSavingContentsWrap .area02 .textWrap .col01.no01::before {
                bottom: 4.5vw;
                left: 50%;
                width: 17.375vw;
                height: 18.5vw;
                background: url("/custom/img/config_saving/arrow01s.png") no-repeat 50% 100%/contain;
                transform: translateX(-50%); } }
        @media screen and (max-width: 767px) {
          .configSavingContentsWrap .area02 .textWrap .col01.no02 {
            margin-top: 7.5vw; }
            .configSavingContentsWrap .area02 .textWrap .col01.no02 .tx04 {
              margin-bottom: 3vw; }
            .configSavingContentsWrap .area02 .textWrap .col01.no02 .tx05 {
              margin-left: 0; } }
      .configSavingContentsWrap .area02 .textWrap ul {
        margin-top: 17px; }
        @media screen and (max-width: 767px) {
          .configSavingContentsWrap .area02 .textWrap ul {
            margin-top: 3vw; } }
        .configSavingContentsWrap .area02 .textWrap ul li {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .configSavingContentsWrap .area02 .textWrap ul li + li {
            margin-top: 20px; }
            @media screen and (max-width: 767px) {
              .configSavingContentsWrap .area02 .textWrap ul li + li {
                margin-top: 3vw; } }
          .configSavingContentsWrap .area02 .textWrap ul li .icon {
            width: 38px;
            margin-right: 23px;
            margin-top: 5px; }
            @media screen and (max-width: 767px) {
              .configSavingContentsWrap .area02 .textWrap ul li .icon {
                width: 9.5vw;
                margin-right: 5vw;
                margin-top: 1.25vw; } }
          .configSavingContentsWrap .area02 .textWrap ul li p {
            color: #000;
            font-family: "Noto Sans JP", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            font-size: 14px; }
            @media screen and (max-width: 767px) {
              .configSavingContentsWrap .area02 .textWrap ul li p {
                font-size: 2.75vw;
                line-height: 1.8181818182; } }

/* オーバーレイ */
.configSavingModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 1000; }
  .configSavingModalOverlay.active {
    display: flex; }
  .configSavingModalOverlay > .inner01 {
    position: relative;
    width: 1050px; }
    .configSavingModalOverlay > .inner01 .modal-close {
      position: absolute;
      top: -20px;
      right: -70px;
      display: block;
      height: 60px;
      width: 60px;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      color: transparent;
      padding: 0;
      border: none;
      background: none;
      z-index: 999; }
      @media screen and (max-width: 767px) {
        .configSavingModalOverlay > .inner01 .modal-close {
          top: -36px;
          right: 0;
          height: 30px;
          width: 30px; } }
      .configSavingModalOverlay > .inner01 .modal-close::before {
        content: '';
        position: absolute;
        top: 30px;
        right: 0;
        width: 60px;
        height: 2px;
        background-color: #fff;
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          .configSavingModalOverlay > .inner01 .modal-close::before {
            top: 15px;
            width: 30px; } }
      .configSavingModalOverlay > .inner01 .modal-close::after {
        content: '';
        position: absolute;
        top: 30px;
        right: 0;
        width: 60px;
        height: 2px;
        background-color: #fff;
        transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .configSavingModalOverlay > .inner01 .modal-close::after {
            top: 15px;
            width: 30px; } }
      .configSavingModalOverlay > .inner01 .modal-close span {
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
    .configSavingModalOverlay > .inner01 > .inner02 {
      background: #cae3ff;
      width: 100%;
      max-width: 1050px;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      position: relative; }
      @media screen and (max-width: 767px) {
        .configSavingModalOverlay > .inner01 > .inner02 {
          max-height: 75vh; } }

.customNavBtnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; }
  @media screen and (max-width: 767px) {
    .customNavBtnWrap {
      gap: 2vw; } }
  .customNavBtnWrap .btn-prepage01 a,
  .customNavBtnWrap .btn-nextpage01 a {
    color: #fff;
    height: 55px;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .customNavBtnWrap .btn-prepage01 a,
      .customNavBtnWrap .btn-nextpage01 a {
        height: 9.5vw; } }
    .customNavBtnWrap .btn-prepage01 a span,
    .customNavBtnWrap .btn-nextpage01 a span {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      padding-bottom: 10px;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 767px) {
        .customNavBtnWrap .btn-prepage01 a span,
        .customNavBtnWrap .btn-nextpage01 a span {
          font-size: 3.5vw;
          padding-bottom: 0.75vw; } }
    .customNavBtnWrap .btn-prepage01 a:hover,
    .customNavBtnWrap .btn-nextpage01 a:hover {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .customNavBtnWrap .btn-prepage01 a:hover,
        .customNavBtnWrap .btn-nextpage01 a:hover {
          opacity: 0.7; } }
  .customNavBtnWrap .btn-prepage01 a {
    width: 96px;
    background: url("../../order/img/button-previous.png") no-repeat 0 0; }
    .customNavBtnWrap .btn-prepage01 a span {
      padding-left: 16px; }
      @media screen and (max-width: 767px) {
        .customNavBtnWrap .btn-prepage01 a span {
          padding-left: 2.96vw; } }
    @media screen and (max-width: 767px) {
      .customNavBtnWrap .btn-prepage01 a {
        width: 17.76vw;
        background-size: 100% auto; } }
  .customNavBtnWrap .btn-nextpage01 a {
    width: 382px;
    background: url("../../order/img/button-next.png") no-repeat 0 0; }
    .customNavBtnWrap .btn-nextpage01 a span {
      padding-left: 5px; }
      @media screen and (max-width: 767px) {
        .customNavBtnWrap .btn-nextpage01 a span {
          padding-left: 0.925vw; } }
    @media screen and (max-width: 767px) {
      .customNavBtnWrap .btn-nextpage01 a {
        width: 70.67vw;
        background-size: 100% auto; } }
