@charset "UTF-8";
/*====================================================================
*    common all
/*==================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; /* form clear */
  -webkit-appearance: none !important;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    Responsive
/*==================================================================*/
.pc_contents {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_contents {
    display: block !important;
  }
}

.pc_inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.pc_flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .pc_flex {
    display: none !important;
  }
}

.sp_flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    All
/*==================================================================*/
.fitting {
  width: 100%;
  color: #222;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .fitting {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
}
.fitting a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  text-decoration: none;
  color: #222;
}
.fitting a:hover {
  opacity: 0.8;
}
.fitting img, .fitting svg {
  width: 100%;
  display: block;
}
.fitting .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.fitting .slick-list:focus {
  outline: none;
}
.fitting .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
}
.fitting .slick-slide {
  outline: none;
}
.fitting .slick-initialized .slick-slide {
  display: block;
}
.fitting .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.fitting .slick-slide > .slick-slider-img {
  position: relative;
  display: block;
  width: 100%;
}
.fitting .slick-slide .image {
  width: 100%;
  margin: 0 auto;
}
.fitting .slick-slide img.slick-loading {
  display: none;
}
.fitting .ttlArea {
  position: relative;
}
.fitting .ttlArea span {
  display: block;
  position: relative;
  z-index: 2;
}
.fitting .ttlArea span.ttl {
  overflow: hidden;
}
.fitting .ttlArea span.ttl span {
  font-family: "MyFont1";
  font-size: 80px;
  text-align: left;
  color: #222;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transform: translate3d(0, 120px, 0);
          transform: translate3d(0, 120px, 0);
  -webkit-transition: -webkit-transform 0.7s ease 0.7s;
  transition: -webkit-transform 0.7s ease 0.7s;
  transition: transform 0.7s ease 0.7s;
  transition: transform 0.7s ease 0.7s, -webkit-transform 0.7s ease 0.7s;
}
@media screen\0  {
  .fitting .ttlArea span.ttl span {
    line-height: 1.11;
  }
}
@media (max-width: 768px) {
  .fitting .ttlArea span.ttl span {
    font-size: 40px;
    line-height: 0.98;
  }
}
.fitting .ttlArea span.ja {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 1.3s;
  transition: opacity 0.7s ease 1.3s;
}
@media (max-width: 768px) {
  .fitting .ttlArea span.ja {
    font-size: 22px;
    letter-spacing: 0.04em;
    margin-top: 20px;
  }
}
.fitting .ttlArea.on span.ttl span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fitting .ttlArea.on span.ja {
  opacity: 1;
}
.fitting .ttlArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/new/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 190px;
  z-index: 1;
}
@media (max-width: 768px) {
  .fitting .ttlArea::after {
    background-image: url(../images/new/line_sp.svg);
    width: 130px;
    height: 64px;
  }
}
.fitting .subArea {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.fitting .subArea .ttl {
  width: 0;
  background-color: #222222;
  -webkit-transition: width 0.3s ease 0.3s;
  transition: width 0.3s ease 0.3s;
  height: 42px;
  display: block;
}
@media (max-width: 768px) {
  .fitting .subArea .ttl {
    height: 23px;
  }
}
.fitting .subArea .ttl span {
  color: #e9e9e6;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease 0.5s, visibility 0.7s ease 0.5s;
  transition: opacity 0.7s ease 0.5s, visibility 0.7s ease 0.5s;
  display: block;
}
@media (max-width: 768px) {
  .fitting .subArea .ttl span {
    font-size: 17px;
    line-height: 23px;
  }
}
.fitting .subArea .ttl:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .fitting .subArea .ttl:nth-child(2) {
    margin-top: 6px;
  }
}
.fitting .subArea .ttl:nth-child(2) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fitting .subArea.on .ttl span {
  opacity: 1;
  visibility: visible;
}
.fitting .mainArea {
  position: relative;
}
.fitting .mainArea h2 {
  margin-top: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: inherit;
  font-family: "MyFont1";
  font-size: 31px;
  text-align: center;
  color: #B2152C;
  letter-spacing: 0.069em;
  line-height: 1;
  white-space: nowrap;
  z-index: 3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .fitting .mainArea h2 {
    position: absolute;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
}
.fitting .mainArea h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #B2152C;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .fitting .mainArea h2 span {
    font-size: 14px;
  }
}
.fitting .mainArea h2.change {
  color: #fff;
}
.fitting .mainArea h2.change span {
  color: #fff;
}
.fitting .mainArea h2.active {
  position: absolute;
  top: inherit;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -190px;
}
.fitting .flowtingArea {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  z-index: 999;
  display: none;
}
@media (max-width: 768px) {
  .fitting .flowtingArea {
    right: 0;
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    border-top: 2px solid #FFFFFF;
  }
}
.fitting .flowtingArea ul {
  padding-left: 0;
  border: 2px solid #B2152C;
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.fitting .flowtingArea ul li {
  background-color: #fff;
  position: relative;
}
.fitting .flowtingArea ul li p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #B2152C;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li p {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.fitting .flowtingArea ul li img {
  width: 23px;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li img {
    width: 22px;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
}
.fitting .flowtingArea ul li:first-child {
  background-color: #B2152C;
  height: 150px;
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:first-child {
    height: 30px;
    width: 100%;
  }
}
.fitting .flowtingArea ul li:first-child p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fitting .flowtingArea ul li:nth-child(2) {
  height: 178px;
  border-bottom: 2px solid #B2152C;
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(2) {
    height: 50px;
    width: 50%;
    border-right: 2px solid #B2152C;
    border-bottom: 2px solid #B2152C;
  }
}
.fitting .flowtingArea ul li:nth-child(2) a {
  width: 100%;
  height: 100%;
}
.fitting .flowtingArea ul li:nth-child(2) a div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(2) a div {
    position: relative;
  }
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(2) a div p {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(2) div {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(2) div p {
    text-align: left;
  }
}
.fitting .flowtingArea ul li:nth-child(3) {
  height: 125px;
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(3) {
    height: 50px;
    width: 50%;
    border-bottom: 2px solid #B2152C;
  }
}
.fitting .flowtingArea ul li:nth-child(3) a {
  width: 100%;
  height: 100%;
}
.fitting .flowtingArea ul li:nth-child(3) a div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(3) a div {
    position: relative;
  }
}
@media (max-width: 768px) {
  .fitting .flowtingArea ul li:nth-child(3) a div p {
    text-align: center;
  }
}
.fitting .leadArea {
  background-color: #B2152C;
  margin-bottom: 16px;
  padding: 133px 0 250px;
  position: relative;
}
@media (max-width: 768px) {
  .fitting .leadArea {
    margin-bottom: 25px;
    padding: 40px 0 130px;
  }
}
.fitting .leadArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 100px 0 0 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 768px) {
  .fitting .leadArea::before {
    border-width: 50px 0 0 100vw;
  }
}
.fitting .leadArea h2 {
  font-family: "MyFont1";
  font-size: 31px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.069em;
  line-height: 1;
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  .fitting .leadArea h2 {
    display: none;
  }
}
.fitting .leadArea h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}
.fitting .leadArea .empty {
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  .fitting .leadArea .empty {
    display: none;
  }
}
.fitting .leadArea_box {
  width: 100%;
  max-width: 1037px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .fitting .leadArea_box {
    width: 92%;
    display: block;
  }
}
.fitting .leadArea_box--ttl {
  width: 41.95%;
}
@media (max-width: 768px) {
  .fitting .leadArea_box--ttl {
    width: 100%;
    margin-bottom: 50px;
  }
}
.fitting .leadArea_box--ttl p {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.37;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fitting .leadArea_box--ttl p {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.38;
  }
}
.fitting .leadArea_box--arrow {
  display: none;
}
@media (max-width: 768px) {
  .fitting .leadArea_box--arrow {
    display: block;
    width: 7px;
    -webkit-animation: bound-anim-mv 1.5s infinite;
            animation: bound-anim-mv 1.5s infinite;
    margin-left: 20px;
  }
  @-webkit-keyframes bound-anim-mv {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    60% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bound-anim-mv {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    60% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.fitting .leadArea_box--txt {
  width: 52.56%;
}
@media (max-width: 768px) {
  .fitting .leadArea_box--txt {
    width: 100%;
    margin-top: 68px;
  }
}
.fitting .leadArea_box--txt p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2.11;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fitting .leadArea_box--txt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 2.13;
    white-space: normal;
  }
}
.fitting .stepArea {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .fitting .stepArea {
    margin: 0 auto 45px;
  }
}
.fitting .stepArea .ttlArea {
  padding: 50px 0 0 112px;
}
@media (max-width: 768px) {
  .fitting .stepArea .ttlArea {
    padding: 26px 0 0 10px;
    margin-left: 15px;
  }
}
.fitting .stepArea_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 63px 0 0 10.87%;
  width: 78.34%;
}
@media (max-width: 768px) {
  .fitting .stepArea_box {
    display: block;
    margin: 40px auto 0;
    width: 100%;
  }
}
.fitting .stepArea_box--list {
  position: relative;
  width: 24.55%;
  -webkit-transition: opacity 0.7s ease 0.7s;
  transition: opacity 0.7s ease 0.7s;
  opacity: 0;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list {
    width: 100%;
    -webkit-transition: opacity 0.7s ease 0.2s;
    transition: opacity 0.7s ease 0.2s;
  }
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list .stepWrap {
    width: 86.67%;
    background-color: #e9e9e6;
    border-radius: 20px;
    padding: 30px 23px 35px;
    margin: 0 auto;
    min-height: 529px;
  }
}
.fitting .stepArea_box--list .stepTtl {
  font-family: "MyFont1";
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list .stepTtl {
    margin-bottom: 40px;
  }
}
.fitting .stepArea_box--list .stepTtl span {
  font-family: "MyFont1";
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.078em;
  line-height: 1;
  margin-bottom: 5px;
}
.fitting .stepArea_box--list .stepCts {
  margin: 22px 0 30px;
  text-align: center;
  border: 2px solid #A32931;
  border-radius: 24px;
  height: 46px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.08em;
  line-height: 42px;
  width: 100%;
  color: #B1162C;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list .stepCts {
    margin: 20px auto;
    width: 82.44%;
    background-color: #fff;
  }
}
.fitting .stepArea_box--list .stepTxt {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
}
.fitting .stepArea_box--list .stepLink {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.022em;
  line-height: 1;
  color: #B1162C;
  text-align: center;
  display: table;
  margin: 16px auto 0;
  position: relative;
  padding: 0 5px 5px;
}
.fitting .stepArea_box--list .stepLink img {
  display: inline;
  margin-left: 5px;
  width: 5px;
}
.fitting .stepArea_box--list .stepLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #B2152C;
}
.fitting .stepArea_box--list:nth-child(1) {
  margin-right: 13.13%;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(1) {
    margin-right: 0;
  }
}
.fitting .stepArea_box--list:nth-child(1) .stepIcn {
  width: 89.1%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(1) .stepIcn {
    width: 73.45%;
  }
}
.fitting .stepArea_box--list:nth-child(1) .stepCts {
  position: relative;
}
.fitting .stepArea_box--list:nth-child(1) .stepCts::after {
  content: none;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(1) .stepCts::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -64.42px;
    background-image: url(../images/new/arrow_step_next_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 64.42px;
    height: 12px;
    z-index: 2;
  }
}
.fitting .stepArea_box--list:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 255px;
  right: -53.5%;
  background-image: url(../images/new/line_step_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(1)::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(1) .stepTxt {
    margin-bottom: 58px;
  }
}
.fitting .stepArea_box--list:nth-child(2) {
  margin-top: 100px;
  margin-right: 13.23%;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.fitting .stepArea_box--list:nth-child(2) .stepIcn {
  width: 76.94%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(2) .stepIcn {
    width: 73.45%;
  }
}
.fitting .stepArea_box--list:nth-child(2) .stepCts {
  letter-spacing: 0;
  position: relative;
}
.fitting .stepArea_box--list:nth-child(2) .stepCts::before {
  content: none;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(2) .stepCts::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -74.42px;
    background-image: url(../images/new/arrow_step_next_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 64.42px;
    height: 12px;
    z-index: 2;
  }
}
.fitting .stepArea_box--list:nth-child(2) .stepCts::after {
  content: none;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(2) .stepCts::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -64.42px;
    background-image: url(../images/new/arrow_step_next_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 64.42px;
    height: 12px;
    z-index: 2;
  }
}
.fitting .stepArea_box--list:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 255px;
  right: -53.5%;
  background-image: url(../images/new/line_step_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(2)::after {
    content: none;
  }
}
.fitting .stepArea_box--list:nth-child(3) {
  margin-top: 140px;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(3) {
    margin-top: 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(3) .stepTtl {
    margin-bottom: 5px;
  }
}
.fitting .stepArea_box--list:nth-child(3) .stepIcn {
  width: 63.47%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(3) .stepIcn {
    width: 45.63%;
  }
}
.fitting .stepArea_box--list:nth-child(3) .stepCts {
  position: relative;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(3) .stepCts {
    margin: 18px auto 20px;
  }
}
.fitting .stepArea_box--list:nth-child(3) .stepCts::after {
  content: none;
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(3) .stepCts::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -64.42px;
    background-image: url(../images/new/arrow_step_prev_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 64.42px;
    height: 12px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .fitting .stepArea_box--list:nth-child(3) .stepTxt {
    margin-bottom: 38px;
  }
}
.fitting .stepArea_box--list.on {
  opacity: 1;
}
@media (max-width: 768px) {
  .fitting .stepArea_box .slick-dots {
    bottom: inherit;
    top: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.fitting .stepArea_box .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #e9e9e6;
  margin: 0;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.fitting .stepArea_box .slick-dots li.slick-active {
  background-color: #B2152C;
}
.fitting .stepArea_box .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.fitting .stepArea_box .slick-dots li button::before {
  content: none;
}
.fitting .stepArea_box .slick-dots li:nth-child(n+2) {
  margin-left: 30px;
}
.fitting .stepArea_line {
  display: none;
}
@media (max-width: 768px) {
  .fitting .stepArea_line {
    display: block;
    width: 71.92px;
    margin: 60px auto 0;
  }
}
.fitting .movieArea {
  background-color: #e9e9e6;
  padding: 124px 0 260px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .fitting .movieArea {
    padding: 70px 0 120px;
    margin-bottom: 28px;
  }
}
.fitting .movieArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 768px) {
  .fitting .movieArea::before {
    border-width: 0 0 50px 100vw;
  }
}
.fitting .movieArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 100px 100vw 0 0;
  /*transparentで余分な線を消す*/
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 768px) {
  .fitting .movieArea::after {
    border-width: 50px 100vw 0 0;
  }
}
.fitting .movieArea .line {
  position: absolute;
  background-image: url(../images/new/icn_line.png);
  background-size: contain;
  width: 40px;
  height: 100%;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .fitting .movieArea .line {
    width: 13px;
  }
}
.fitting .movieArea .line.line01 {
  top: 130px;
  left: 0;
}
@media (max-width: 768px) {
  .fitting .movieArea .line.line01 {
    top: 47px;
  }
}
.fitting .movieArea .line.line02 {
  top: 40px;
  right: 0;
}
@media (max-width: 768px) {
  .fitting .movieArea .line.line02 {
    top: 0;
  }
}
.fitting .movieArea .subArea {
  top: 300px;
  left: 0;
}
@media (max-width: 768px) {
  .fitting .movieArea .subArea {
    top: 136px;
  }
}
.fitting .movieArea .subArea .ttl span {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .fitting .movieArea .subArea .ttl span {
    padding-right: 10px;
  }
}
.fitting .movieArea .subArea.on .ttl {
  width: 294px;
}
@media (max-width: 768px) {
  .fitting .movieArea .subArea.on .ttl {
    width: 103px;
  }
}
.fitting .movieArea .subArea.on .ttl:nth-child(2) {
  width: 437px;
}
@media (max-width: 768px) {
  .fitting .movieArea .subArea.on .ttl:nth-child(2) {
    width: 171px;
  }
}
.fitting .movieArea_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.fitting .movieArea_inner .ttlArea {
  padding: 103px 54px 0 112px;
  margin: 0 -24px 0 auto;
}
@media (max-width: 768px) {
  .fitting .movieArea_inner .ttlArea {
    padding: 28px 0 10px;
    margin: 0 25px 0 auto;
  }
}
.fitting .movieArea_inner .ttlArea span.ttl span {
  text-align: right;
}
.fitting .movieArea_inner .ttlArea span.ja {
  text-align: right;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .fitting .movieArea_inner .ttlArea span.ja {
    margin-right: -6px;
  }
}
.fitting .movieArea_inner .ttlArea::after {
  left: inherit;
  right: 0;
}
.fitting .movieArea_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 100px 0 120px;
  position: relative;
}
@media (max-width: 768px) {
  .fitting .movieArea_box {
    display: block;
    margin: 60px auto 40px;
    width: 85.33%;
  }
}
.fitting .movieArea_box--list {
  width: 48%;
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list {
    width: 100%;
  }
}
.fitting .movieArea_box--list .comingsoon {
  position: relative;
  background-color: #CBC6BB;
  height: 270px;
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list .comingsoon {
    height: 180px;
  }
}
.fitting .movieArea_box--list .comingsoon img {
  width: 38.96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list .comingsoon img {
    width: 53.75%;
  }
}
.fitting .movieArea_box--list p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 15px;
}
.fitting .movieArea_box--list:nth-child(1) .movieTtl {
  width: 69.17%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list:nth-child(1) .movieTtl {
    width: 88.44%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list:nth-child(2) {
    margin-top: 50px;
  }
}
.fitting .movieArea_box--list:nth-child(2) .movieTtl {
  width: 55%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list:nth-child(2) .movieTtl {
    width: 67.4%;
    margin: 0 auto 15px;
  }
}
.fitting .movieArea_box--list:nth-child(3) {
  margin: 45px auto 0;
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list:nth-child(3) {
    margin: 50px auto 0;
  }
}
.fitting .movieArea_box--list:nth-child(3) .movieTtl {
  width: 69.2%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .fitting .movieArea_box--list:nth-child(3) .movieTtl {
    width: 83.82%;
    margin: 0 auto 15px;
  }
}
.fitting .movieArea_box .lineMovie {
  position: absolute;
  width: 152.46px;
  bottom: -47px;
  left: -30px;
}
@media (max-width: 768px) {
  .fitting .movieArea_box .lineMovie {
    position: inherit;
    width: 71.92px;
    bottom: inherit;
    left: inherit;
    margin: 40px 0 0 15px;
  }
}
.fitting .movieArea_archive {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .fitting .movieArea_archive {
    width: 66.67%;
    margin: 0 auto;
  }
}
.fitting .movieArea_archive--ttl {
  background-color: #222;
  width: 100%;
  height: 35px;
  font-size: 18px;
  color: #e9e9e6;
  font-family: "MyFont1";
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fitting .movieArea_archive--ttl {
    background-color: transparent;
    height: auto;
    font-size: 25px;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 40px;
  }
}
.fitting .movieArea_archive--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .fitting .movieArea_archive--box {
    display: block;
  }
}
.fitting .movieArea_archive--box .archiveList {
  width: 47.06%;
}
@media (max-width: 768px) {
  .fitting .movieArea_archive--box .archiveList {
    width: 100%;
  }
}
.fitting .movieArea_archive--box .archiveList p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.56;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .fitting .movieArea_archive--box .archiveList p {
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .fitting .movieArea_archive--box .archiveList:nth-child(n+2) {
    margin-top: 23px;
  }
}
.fitting .movieArea .lineMovie02 {
  display: none;
}
@media (max-width: 768px) {
  .fitting .movieArea .lineMovie02 {
    display: block;
    width: 65px;
    margin: 0 27px 40px auto;
  }
}
.fitting .movieArea_btn {
  width: 100%;
  max-width: 719px;
  margin: 0 auto;
  background-color: #B2152C;
  height: 90px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .fitting .movieArea_btn {
    width: 86.67%;
    height: auto;
    padding: 11px 0 16px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fitting .movieArea_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #fff;
  -webkit-transition: width 0.5s ease 0.7s;
  transition: width 0.5s ease 0.7s;
}
.fitting .movieArea_btn p {
  line-height: 90px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .fitting .movieArea_btn p {
    line-height: 1.33;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.fitting .movieArea_btn img {
  width: 28px;
  margin-left: 17px;
}
@media (max-width: 768px) {
  .fitting .movieArea_btn img {
    width: 22px;
    margin-left: 20px;
  }
}
.fitting .movieArea_btn.on::after {
  width: 100%;
}
.fitting .movieArea .movieWrap {
  width: 100%;
}
.fitting .movieArea .movieWrap .movieInner {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.fitting .movieArea .movieWrap .movieInner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fitting .reportWrap {
  position: relative;
}
.fitting .reportWrap .line {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.fitting .reportWrap .line.line01 {
  top: 46.6666666667vw;
  left: -28px;
  background-image: url(../images/new/line_report_01.svg);
  width: 384.018px;
  height: 1429.829px;
}
@media (max-width: 768px) {
  .fitting .reportWrap .line.line01 {
    top: 108.2666666667vw;
    left: 0;
    height: 1000px;
  }
}
.fitting .reportWrap .line.line02 {
  top: 272px;
  right: 0;
  background-image: url(../images/new/line_report_02.svg);
  width: 158.845px;
  height: 589.474px;
}
@media (max-width: 768px) {
  .fitting .reportWrap .line.line02 {
    top: 46.6666666667vw;
    right: -126px;
  }
}
.fitting .reportArea {
  width: 100%;
  position: relative;
}
.fitting .reportArea::before {
  content: "";
  position: absolute;
  top: 290px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B2152C;
}
@media (max-width: 768px) {
  .fitting .reportArea::before {
    top: 197px;
  }
}
.fitting .reportArea .subArea {
  top: 138px;
  right: 0;
}
@media (max-width: 768px) {
  .fitting .reportArea .subArea {
    top: 32.8vw;
  }
}
.fitting .reportArea .subArea .ttl {
  margin-left: auto;
}
.fitting .reportArea .subArea .ttl span {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .fitting .reportArea .subArea .ttl span {
    padding-left: 12px;
  }
}
.fitting .reportArea .subArea.on .ttl {
  width: 448px;
}
@media (max-width: 768px) {
  .fitting .reportArea .subArea.on .ttl {
    width: 175px;
  }
}
.fitting .reportArea .subArea.on .ttl:nth-child(2) {
  width: 562px;
}
@media (max-width: 768px) {
  .fitting .reportArea .subArea.on .ttl:nth-child(2) {
    width: 245px;
  }
}
.fitting .reportArea_inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fitting .reportArea_inner {
    width: 84%;
  }
}
.fitting .reportArea_inner .ttlArea {
  padding: 100px 0 0 26px;
}
@media (max-width: 768px) {
  .fitting .reportArea_inner .ttlArea {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 768px) {
  .fitting .reportArea_inner .ttlArea::after {
    background-image: url(../images/new/line_sp_02.svg);
    width: 103.64px;
    height: 111.55px;
  }
}
.fitting .reportArea_cts {
  width: 100%;
  max-width: 611px;
  margin: 165px auto 124px;
}
@media (max-width: 768px) {
  .fitting .reportArea_cts {
    width: 95.24%;
    margin: 100px auto 30px;
  }
}
.fitting .reportArea_cts--ttl {
  width: 527px;
  margin-bottom: 87px;
}
@media (max-width: 768px) {
  .fitting .reportArea_cts--ttl {
    width: 251px;
    margin-bottom: 28px;
  }
}
.fitting .reportArea_cts--icn {
  width: 508px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px 40px;
}
@media (max-width: 768px) {
  .fitting .reportArea_cts--icn {
    width: 76%;
    margin: 0 0 30px 36px;
  }
}
.fitting .reportArea_cts--icn .icnList {
  position: relative;
  width: 30px;
}
@media (max-width: 768px) {
  .fitting .reportArea_cts--icn .icnList {
    width: 5.7%;
  }
}
.fitting .reportArea_cts--icn .icnList img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.7s;
  transition: opacity 0.5s ease 0.7s;
}
.fitting .reportArea_cts--icn .icnList.on img:nth-child(2) {
  opacity: 1;
}
.fitting .reportArea_cts--icn .icnList.on:nth-child(2) img:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fitting .reportArea_cts--icn .icnList.on:nth-child(3) img:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.fitting .reportArea_cts--icn .icnList.on:nth-child(4) img:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fitting .reportArea_cts--icn .icnList.on:nth-child(5) img:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.fitting .reportArea_cts--icn .icnList.on:nth-child(6) img:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fitting .reportArea_cts--icn .icnList.on:nth-child(7) img:nth-child(2) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.fitting .reportArea_cts--txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.71;
}
@media (max-width: 768px) {
  .fitting .reportArea_cts--txt {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.77;
  }
}
.fitting .voiceArea {
  background-color: #e9e9e6;
  padding: 100px 0 97px;
}
@media (max-width: 768px) {
  .fitting .voiceArea {
    padding: 50px 0 100px;
  }
}
.fitting .voiceArea_ttl {
  width: 478px;
  margin: 0 auto 44px;
}
@media (max-width: 768px) {
  .fitting .voiceArea_ttl {
    width: 269px;
    margin: 0 0 40px 38px;
    position: relative;
    z-index: 4;
  }
}
.fitting .voiceArea_cts {
  width: 730px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts {
    width: 100%;
    position: relative;
    z-index: 4;
  }
}
.fitting .voiceArea_cts--list {
  width: 300px;
  background-color: #fff;
  border-radius: 74px;
  padding: 25px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list {
    width: 270px;
    padding: 20px 30px;
  }
}
.fitting .voiceArea_cts--list p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.56;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list p {
    font-size: 16px;
    font-weight: 400;
  }
}
.fitting .voiceArea_cts--list p .itemName {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #B2152C;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list p .itemName {
    letter-spacing: 0.04em;
  }
}
.fitting .voiceArea_cts--list p .impact {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.56;
  color: #fff;
  background-color: #B2152C;
  padding: 2px;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list p .impact {
    font-size: 16px;
  }
}
.fitting .voiceArea_cts--list::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.fitting .voiceArea_cts--list:nth-child(1) {
  margin: 0 116px 0 auto;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(1) {
    margin: 0 20px 20px auto;
  }
}
.fitting .voiceArea_cts--list:nth-child(1)::before {
  top: -31.5px;
  right: 57px;
  width: 35px;
  height: 32.5px;
  background-image: url(../images/new/path_01.png);
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(1)::before {
    top: -25.48px;
    right: 48px;
    width: 28.58px;
    height: 26.48px;
    background-image: url(../images/new/path_03.png);
  }
}
.fitting .voiceArea_cts--list:nth-child(2) {
  margin: -20px 0 0;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(2) {
    margin: 0 0 20px -24px;
    padding: 20px 50px;
  }
}
.fitting .voiceArea_cts--list:nth-child(2)::before {
  top: -30px;
  left: 47px;
  width: 35px;
  height: 32.5px;
  background-image: url(../images/new/path_02.png);
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(2)::before {
    top: -25.48px;
    left: 47px;
    width: 28.58px;
    height: 26.48px;
  }
}
.fitting .voiceArea_cts--list:nth-child(3) {
  width: 320px;
  margin: -38px 0 0 auto;
  padding: 20px 28px;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(3) {
    width: 290px;
    margin: 0 10px 20px auto;
  }
}
.fitting .voiceArea_cts--list:nth-child(3)::before {
  top: -31.5px;
  right: 58px;
  width: 35px;
  height: 32.5px;
  background-image: url(../images/new/path_01.png);
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(3)::before {
    top: -25.48px;
    right: 48px;
    width: 28.58px;
    height: 26.48px;
    background-image: url(../images/new/path_03.png);
  }
}
.fitting .voiceArea_cts--list:nth-child(4) {
  margin: -8px 0 0 124px;
  padding: 25px 27px;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(4) {
    margin: 0 0 20px 10px;
    padding: 25px 30px;
  }
}
.fitting .voiceArea_cts--list:nth-child(4)::before {
  top: -31.5px;
  left: 96px;
  width: 35px;
  height: 32.5px;
  background-image: url(../images/new/path_02.png);
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(4)::before {
    top: -25.48px;
    left: 47px;
    width: 28.58px;
    height: 26.48px;
  }
}
.fitting .voiceArea_cts--list:nth-child(5) {
  width: 320px;
  margin: 32px 105px 0 auto;
  padding: 25px 27px;
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(5) {
    width: 290px;
    margin: 0 -10px 0 auto;
    padding: 20px 24px;
  }
}
.fitting .voiceArea_cts--list:nth-child(5)::before {
  top: -33.5px;
  right: 126px;
  width: 24.5px;
  height: 34.5px;
  background-image: url(../images/new/path_03.png);
}
@media (max-width: 768px) {
  .fitting .voiceArea_cts--list:nth-child(5)::before {
    top: -25.48px;
    right: 48px;
    width: 28.58px;
    height: 26.48px;
  }
}

.reserveArea {
  width: 100%;
  background-color: #e9e9e6;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .reserveArea {
    padding: 20px 14px;
  }
}
.reserveArea a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  text-decoration: none;
  color: #222;
}
.reserveArea a:hover {
  opacity: 0.8;
}
.reserveArea img, .reserveArea svg {
  width: 100%;
  display: block;
}
.reserveArea_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #B2152C;
  padding: 135px 0 0;
  border: 2px solid #B2152C;
}
@media (max-width: 768px) {
  .reserveArea_inner {
    padding: 50px 0 0;
    border: 1px solid #B2152C;
  }
}
.reserveArea h2 {
  font-family: "MyFont1";
  font-size: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .reserveArea h2 {
    font-size: 40px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.reserveArea h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .reserveArea h2 span {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-top: 15px;
  }
}
.reserveArea h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 126px;
  height: 1px;
  background-color: #fff;
  margin: auto;
}
@media (max-width: 768px) {
  .reserveArea h2::after {
    width: 60px;
  }
}
.reserveArea_lead {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 100px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.56;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_lead {
    width: 89.34%;
    margin: 0 auto 50px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.67;
  }
}
.reserveArea_reserve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  .reserveArea_reserve {
    width: 89.33%;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    margin: 0 auto 40px;
  }
}
.reserveArea_reserve--new {
  width: 36px;
  height: 36px;
  margin-right: 13px;
  border: 1.5px solid #fff;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .reserveArea_reserve--new {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
}
.reserveArea_reserve--new p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: "MyFont1";
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 1;
}
@media (max-width: 768px) {
  .reserveArea_reserve--new p {
    letter-spacing: 0.11em;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
}
.reserveArea_reserve--txt {
  display: table;
  color: #B2152C;
  font-weight: bold;
  padding: 3px;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: #fff;
}
@media (max-width: 768px) {
  .reserveArea_reserve--txt {
    color: #fff;
    padding: 0;
    font-size: 15px;
    line-height: 1.533;
    background-color: transparent;
  }
}
.reserveArea_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reserveArea_btn--list {
  width: 50%;
  background-color: #B2152C;
  border-top: 1.5px solid #e9e9e6;
  cursor: pointer;
  padding: 30px 0 36px;
}
@media (max-width: 768px) {
  .reserveArea_btn--list {
    border-top: 1px solid #e9e9e6;
    padding: 13px 10px 15px 15px;
  }
}
.reserveArea_btn--list p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_btn--list p {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.reserveArea_btn--list p .txt {
  font-weight: bold;
  font-size: 20px;
  color: #e9e9e6;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .reserveArea_btn--list p .txt {
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.29;
  }
}
.reserveArea_btn--list p .icn {
  width: 28px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .reserveArea_btn--list p .icn {
    width: 22px;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.reserveArea_btn--list p .icn img.red {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.reserveArea_btn--list.active {
  background-color: #e9e9e6;
}
.reserveArea_btn--list.active p .txt {
  color: #B2152C;
}
.reserveArea_btn--list.active p .icn img.red {
  opacity: 1;
}
.reserveArea_btn--list:nth-child(1) p {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 130px;
}
@media (max-width: 768px) {
  .reserveArea_btn--list:nth-child(1) p {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
}
.reserveArea_btn--list:nth-child(2) p {
  margin-left: 130px;
}
@media (max-width: 768px) {
  .reserveArea_btn--list:nth-child(2) p {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .reserveArea_btn--list.chain p .txt {
    letter-spacing: 0;
  }
}
.reserveArea_cts {
  display: none;
  background-color: #e9e9e6;
  padding: 77px 85px 145px;
}
@media (max-width: 768px) {
  .reserveArea_cts {
    padding: 30px 0 60px;
  }
}
.reserveArea_cts.active {
  display: block;
}
.reserveArea_cts--shop {
  width: 887px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop {
    width: 89.34%;
  }
}
.reserveArea_cts--shop .shopBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 45px;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox {
    display: block;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list {
    margin: 0 0 40px;
  }
}
.reserveArea_cts--shop .shopBox_list--ttl {
  margin-bottom: 30px;
  position: relative;
  display: table;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list--ttl {
    margin-bottom: 15px;
  }
}
.reserveArea_cts--shop .shopBox_list--ttl p {
  font-size: 16px;
  font-weight: bold;
  color: #B2152C;
  letter-spacing: 0;
  line-height: 1;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list--ttl p {
    letter-spacing: 0.04em;
  }
}
.reserveArea_cts--shop .shopBox_list--ttl .new {
  width: 36px;
  height: 36px;
  background-color: #B2152C;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: -10px;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list--ttl .new {
    width: 30px;
    height: 30px;
    right: -36px;
    top: -7px;
  }
}
.reserveArea_cts--shop .shopBox_list--ttl .new p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #e9e9e6;
  font-family: "MyFont1";
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 1;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list--ttl .new p {
    letter-spacing: 0.04em;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
}
.reserveArea_cts--shop .shopBox_list:nth-child(n+2) {
  border-left: 1px solid #B2152C;
  padding-left: 50px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list:nth-child(n+2) {
    border-left: none;
    padding: 0;
    margin: 0 0 40px;
  }
}
.reserveArea_cts--shop .shopBox_list:last-child {
  margin-right: 0;
}
.reserveArea_cts--shop .shopBox_list .shopName {
  color: #B2152C;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list .shopName {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .shopBox_list .shopName span {
    color: #B2152C;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
.reserveArea_cts--shop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop ul {
    display: inline;
    width: 100%;
  }
}
.reserveArea_cts--shop ul li p {
  font-size: 14px;
  color: #B2152C;
  letter-spacing: 0;
  line-height: 1.88;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop ul li p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .reserveArea_cts--shop ul li p span {
    color: #B2152C;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
.reserveArea_cts--shop ul li:nth-child(1) {
  width: 150px;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop ul li:nth-child(1) {
    width: 100%;
    margin: 0 0 30px;
  }
}
.reserveArea_cts--shop ul li:nth-child(2) {
  width: 240px;
}
.reserveArea_cts--shop ul li:nth-child(3) {
  width: 154px;
}
.reserveArea_cts--shop ul.chain {
  /* margin: 0 0 45px 30px; */
  margin: 0 0 45px;
}
.reserveArea_cts--shop ul.chain li {
  width: 250px;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop ul.chain li {
    width: 100%;
  }
}
.reserveArea_cts--shop .note {
  font-size: 14px;
  font-weight: 500;
  color: #B2152C;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .note {
    letter-spacing: 0;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.reserveArea_cts--shop .link {
  font-size: 14px;
  font-weight: 500;
  color: #B2152C;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
}
.reserveArea_cts--shop .reserveBtn {
  width: 100%;
  max-width: 719px;
  margin: 75px auto 80px;
  background-color: #B2152C;
  height: 90px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .reserveBtn {
    width: 92.1vw;
    margin: 25px 0 33px -19px;
    height: auto;
    padding: 14px 0 14px 40px;
  }
}
.reserveArea_cts--shop .reserveBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #fff;
  -webkit-transition: width 0.5s ease 0.7s;
  transition: width 0.5s ease 0.7s;
}
.reserveArea_cts--shop .reserveBtn p {
  line-height: 90px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .reserveBtn p {
    line-height: 1.353;
    font-size: 17px;
    text-align: left;
  }
}
.reserveArea_cts--shop .reserveBtn img {
  width: 28px;
  margin-left: 17px;
}
@media (max-width: 768px) {
  .reserveArea_cts--shop .reserveBtn img {
    width: 22px;
    margin-left: 28px;
  }
}
.reserveArea_cts--shop .reserveBtn.on::after {
  width: 100%;
}
.reserveArea_cts--present {
  width: 521px;
  margin: 0 auto 90px;
}
@media (max-width: 768px) {
  .reserveArea_cts--present {
    width: 81.84%;
    margin: 0 auto 30px;
  }
}
.reserveArea_cts--present .presentIcn {
  width: 90px;
  margin: 0 auto;
}
.reserveArea_cts--present .presentCts {
  background-color: #fff;
  padding: 25px 0 20px;
  margin-top: -9px;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts {
    padding: 20px 0 28px;
    margin-top: -9px;
  }
}
.reserveArea_cts--present .presentCts h3 {
  font-family: "MyFont2";
  line-height: 1;
  font-size: 26px;
  color: #B2152C;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts h3 {
    font-size: 18px;
  }
}
.reserveArea_cts--present .presentCts_lead {
  font-weight: bold;
  line-height: 1.56;
  font-size: 16px;
  color: #B2152C;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  padding-left: 80px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts_lead {
    line-height: 1.43;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding: 0 37px;
  }
}
.reserveArea_cts--present .presentCts_box {
  position: relative;
}
.reserveArea_cts--present .presentCts_box img {
  width: 210px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts_box img {
    width: 73.94%;
  }
}
.reserveArea_cts--present .presentCts_box--ttl {
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
  color: #B2152C;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts_box--ttl {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
  }
}
.reserveArea_cts--present .presentCts_box--ttl.chain {
  left: 12px;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts_box--ttl.chain {
    left: inherit;
  }
}
.reserveArea_cts--present .presentCts_box--note {
  font-weight: 500;
  line-height: 1.43;
  font-size: 14px;
  color: #B2152C;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--present .presentCts_box--note {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
  }
}
.reserveArea_cts--about {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #B2152C;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .reserveArea_cts--about {
    width: 93.66%;
    padding-top: 20px;
  }
}
.reserveArea_cts--about .aboutInner {
  width: 100%;
  max-width: 634px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner {
    width: 95.38%;
  }
}
.reserveArea_cts--about .aboutInner_list h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  color: #B2152C;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner_list h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    text-align: left;
  }
}
.reserveArea_cts--about .aboutInner_list h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  color: #B2152C;
  letter-spacing: 0;
  position: relative;
  display: table;
  margin: 0 auto 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner_list h4 {
    font-size: 15px;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
    text-align: left;
    padding: 0 17px;
  }
}
.reserveArea_cts--about .aboutInner_list h4::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -27px;
  width: 9.5px;
  height: 16.5px;
  background-image: url(../images/new/icn_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner_list h4::before {
    left: 0;
    width: 8px;
    height: 15px;
  }
}
.reserveArea_cts--about .aboutInner_list h4::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -27px;
  width: 9.5px;
  height: 16.5px;
  background-image: url(../images/new/icn_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner_list h4::after {
    right: 0;
    width: 8px;
    height: 15px;
  }
}
.reserveArea_cts--about .aboutInner_list p {
  font-weight: 500;
  line-height: 1.63;
  font-size: 16px;
  color: #B2152C;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner_list p {
    font-weight: 400;
    line-height: 1.53;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}
.reserveArea_cts--about .aboutInner_list:nth-child(2) {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .reserveArea_cts--about .aboutInner_list:nth-child(2) {
    margin-top: 20px;
  }
}
.reserveArea_cts.chain .reserveArea_cts--shop .shopBox_list {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
}
@media (max-width: 768px) {
  .reserveArea_cts.chain .reserveArea_cts--shop .shopBox_list {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.reserveArea_cts.chain .reserveArea_cts--shop .shopBox_list:nth-child(2) {
  margin-left: 0;
}/*# sourceMappingURL=new_fitting.css.map */ .reserveArea_cts.chain .reserveArea_cts--shop .shopBox_list {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.reserveArea_cts.chain .reserveArea_cts--shop .shopBox_list:nth-child(2) {
  margin-left: 0;
}/*# sourceMappingURL=new_fitting.css.map */