@charset "UTF-8";
@-webkit-keyframes borderPaginationAnim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes borderPaginationAnim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*
  ご利用ガイド スタイル
 */
/*========================================================================
    COMMON
======================================================================= */
body {
  background: #efefef;
}

p {
  letter-spacing: 0;
}

.mat {
  background-color: #fefefe;
}
.mat-inner {
  padding: 20px;
  border-bottom: solid 1px #efefef;
}

.page-contents {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.page-contents.guide {
  padding: 0 20px 0;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}
.page-contents.guide h2, .page-contents.guide h1 {
  margin: 0 0 25px;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}
.page-contents.guide h1 {
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin-top: 23px;
  margin-bottom: 45px;
}
.page-contents.guide h2 {
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1.5px;
}
.page-contents.guide .btn {
  margin: 20px auto 10px;
  display: block;
  height: 50px;
  border: solid 1px #222;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  color: #fefefe;
  background: #222;
  cursor: pointer;
  width: 280px;
  padding: 16px 0;
  text-align: center;
  border-radius: 25px;
}
.page-contents.guide .btn span {
  text-align: center;
  padding-right: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
}
.page-contents.guide .btn span::before, .page-contents.guide .btn span::after {
  top: 2px;
  width: 10px;
  height: 14px;
}
.page-contents.guide .btn span::after {
  background-image: url(../images/common/arrow-white14.svg);
}
.page-contents.guide .btn span::before {
  background-image: url(../images/common/arrow-black14.svg);
}
.page-contents.guide .btn.primary {
  width: 100%;
  background-color: #222;
  border-color: #222;
  font-size: 16px;
  color: #fefefe;
}
.page-contents.guide .mat {
  padding: 30px 0 0 0;
}
.page-contents.guide .mat h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  color: #222;
  text-align: center;
}
.page-contents.guide .mat .mat-inner {
  padding: 20px;
  border-bottom: solid 1px #efefef;
}
.page-contents.guide img {
  max-width: 100%;
}
.page-contents.guide ol {
  margin: 0;
  padding: 0;
}
.page-contents.guide .first-guide-nav {
  text-align: center;
}
.page-contents.guide .first-guide-nav > ul {
  background: #fefefe;
}
.page-contents.guide .first-guide-nav .title {
  position: relative;
  margin-bottom: 10px;
  padding-top: 70px;
}
.page-contents.guide .first-guide-nav .title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-left: -30px;
  background-position: 50% 50%;
  content: "";
}
.page-contents.guide .first-guide-nav .description {
  margin-bottom: 20px;
  text-align: left;
}
.page-contents.guide .first-guide-nav .link {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  letter-spacing: 2px;
  color: #997e5d;
}
.page-contents.guide .first-guide-nav .link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: 2px solid #997e5d;
  border-width: 2px 2px 0 0;
  content: "";
}
.page-contents.guide .first-guide-nav li.flow .title::before {
  width: 53px;
  background-image: url("/assets/images/guide/icon-first-flow.svg");
  background-size: contain;
}
.page-contents.guide .first-guide-nav li.delivered .title::before {
  width: 52px;
  background-image: url("/assets/images/guide/icon-first-delivered.svg");
  background-size: contain;
}
.page-contents.guide .first-guide-nav li.repurchase .title::before {
  width: 47px;
  background-image: url("/assets/images/guide/icon-first-repurchase.svg");
  background-size: contain;
}
.page-contents.guide .first-guide-nav li.faq .title::before {
  width: 50px;
  background-image: url("/assets/images/guide/icon-first-qanda.svg");
  background-size: contain;
}
.page-contents.guide .first-guide-nav a {
  display: block;
  color: #222;
  text-decoration: none;
}
.page-contents.guide .toggle-nav {
  margin-top: -15px;
  margin-bottom: 10px;
}
.page-contents.guide .toggle-nav h2,
.page-contents.guide .toggle-nav h1 {
  background: #fefefe;
  font-size: 16px;
}
.page-contents.guide .toggle-nav-btn {
  position: relative;
  margin-bottom: 0;
  padding: 17px 0 17px;
}
.page-contents.guide .toggle-nav-btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  width: 13px;
  height: 8px;
  margin: auto;
  background-image: url("/assets/images/common/arrow-toggle.svg");
  background-size: 13px 8px;
  content: "";
  pointer-events: none;
}
.page-contents.guide .toggle-nav-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.page-contents.guide .toggle-nav.on .toggle-nav-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-contents.guide .toggle-nav.on .toggle-nav-content {
  max-height: 720px;
}
.page-contents.guide .guide-nav > ul {
  background: #fefefe;
}
.page-contents.guide .guide-nav .title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 45px;
  margin-left: -3px;
}
.page-contents.guide .guide-nav .title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 30px;
  margin-top: -15px;
  background-position: 50% 50%;
  content: "";
}
.page-contents.guide .guide-nav li.register .title::before {
  background-image: url("/assets/images/guide/icon-nav-register.svg");
  background-size: 25px 25px;
}
.page-contents.guide .guide-nav li.point .title::before {
  background-image: url("/assets/images/guide/icon-nav-point.svg");
  background-size: 25px 29px;
}
.page-contents.guide .guide-nav li.product .title::before {
  background-image: url("/assets/images/guide/icon-nav-product.svg");
  background-size: 24px 30px;
}
.page-contents.guide .guide-nav li.order .title::before {
  background-image: url("/assets/images/guide/icon-nav-order.svg");
  background-size: 25px 29px;
}
.page-contents.guide .guide-nav li.shipping .title::before {
  background-image: url("/assets/images/guide/icon-nav-shipping.svg");
  background-size: 32px 20px;
}
.page-contents.guide .guide-nav li.return .title::before {
  background-image: url("/assets/images/guide/icon-nav-return.svg");
  background-size: 22px 26px;
}
.page-contents.guide .guide-nav li.other .title::before {
  background-image: url("/assets/images/guide/icon-nav-other.svg");
  background-size: 22px 22px;
}
.page-contents.guide .guide-nav li.faq .title::before {
  background-image: url("/assets/images/guide/icon-nav-faq.svg");
  background-size: 25px 29px;
}
.page-contents.guide .guide-nav a {
  color: #222;
  text-decoration: none;
}
.page-contents.guide.guide-index .guide-nav {
  margin: 10px 0;
}
.page-contents.guide .anchor {
  margin-bottom: 9px;
}
.page-contents.guide .anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-contents.guide .anchor li {
  text-align: center;
  background: #fefefe;
}
.page-contents.guide .anchor a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 60px;
  color: #222;
  text-decoration: none;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-contents.guide .anchor.two-row ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-contents.guide .anchor.two-row li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  display: inline-block;
}
.page-contents.guide .tabs {
  margin-top: 20px;
  text-align: center;
}
.page-contents.guide .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-contents.guide .tabs .tab {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #ddd;
  color: #888;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border-right: 2px solid #fff;
}
.page-contents.guide .tabs .tab.current {
  background: #fefefe;
  color: #222;
}
.page-contents.guide .tabs .tab:last-child {
  border-right: 0;
}
.page-contents.guide .tabs .tab .gender {
  display: block;
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.page-contents.guide .tabs .tab .brand {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.page-contents.guide .tabs.sub {
  padding: 53px 0 0;
  margin: 0 5.55556%;
  border-top: 1px solid #efefef;
}
.page-contents.guide .tabs.sub ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 25px;
  background: #efefef;
  padding: 0 3px;
}
.page-contents.guide .tabs.sub .tab {
  height: 44px;
  border-radius: 22px;
  background: none;
  border: none;
}
.page-contents.guide .tabs.sub .tab.current {
  background: #222;
  color: #fff;
}
.page-contents.guide .tab-contents .content {
  display: none;
}
.page-contents.guide .tab-contents .content.current {
  display: block;
}
.page-contents.guide .mat {
  padding-top: 0;
}
.page-contents.guide .mat h3 {
  margin-bottom: 0;
  text-align: left;
}
.page-contents.guide .mat-inner.description {
  padding: 37px 20px;
  margin-bottom: 10px;
  text-align: center;
}
.page-contents.guide .mat-inner.description p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1.5px;
}
.page-contents.guide .mat-inner.description small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #999;
  line-height: 1.7;
}
.page-contents.guide .mat-inner.description .error-message {
  margin-top: 5px;
  color: #f04242;
}
.page-contents.guide .mat-inner.guide > .content p .mypage-icon {
  padding: 0 0.8rem;
  background-image: url("/assets/images/common/icon-header-mypage.svg");
  background-position: center;
  background-size: 1rem;
}
.page-contents.guide .mat-inner.guide > h3 {
  font-size: 16px;
  line-height: 25px;
}
.page-contents.guide .mat-inner.guide > h3.number {
  position: relative;
  padding-left: 37px;
}
.page-contents.guide .mat-inner.guide > h3.number span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #efefef;
  color: #997e5d;
  font-size: 13px;
  line-height: 24px;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.page-contents.guide .mat-inner.guide > h3.number + .content,
.page-contents.guide .mat-inner.guide > h3.number + .content-inner {
  padding-top: 0;
}
.page-contents.guide .mat-inner.guide > .content,
.page-contents.guide .mat-inner.guide > .content-inner {
  line-height: 1.61538;
}
.page-contents.guide .mat-inner.guide > .content h4,
.page-contents.guide .mat-inner.guide > .content-inner h4 {
  margin-top: 44px;
  margin-bottom: 9px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 21px;
}
.page-contents.guide .mat-inner.guide > .content h4.sm,
.page-contents.guide .mat-inner.guide > .content-inner h4.sm {
  font-size: 13px;
  margin-top: 21px;
  margin-bottom: 5px;
}
.page-contents.guide .mat-inner.guide > .content h4:first-child,
.page-contents.guide .mat-inner.guide > .content-inner h4:first-child {
  margin-top: 0;
}
.page-contents.guide .mat-inner.guide > .content h5,
.page-contents.guide .mat-inner.guide > .content-inner h5 {
  margin-top: 30px;
  font-size: 13px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.page-contents.guide .mat-inner.guide > .content h4 + h5,
.page-contents.guide .mat-inner.guide > .content-inner h4 + h5 {
  margin-top: 0;
}
.page-contents.guide .mat-inner.guide > .content p,
.page-contents.guide .mat-inner.guide > .content ul,
.page-contents.guide .mat-inner.guide > .content ol,
.page-contents.guide .mat-inner.guide > .content-inner p,
.page-contents.guide .mat-inner.guide > .content-inner ul,
.page-contents.guide .mat-inner.guide > .content-inner ol {
  margin-bottom: 10px;
}
.page-contents.guide .mat-inner.guide > .content ul.list,
.page-contents.guide .mat-inner.guide > .content-inner ul.list {
  padding-left: 11px;
  margin-bottom: 20px;
}
.page-contents.guide .mat-inner.guide > .content ul.list li,
.page-contents.guide .mat-inner.guide > .content-inner ul.list li {
  position: relative;
  padding-left: 25px;
}
.page-contents.guide .mat-inner.guide > .content ul.list li::before,
.page-contents.guide .mat-inner.guide > .content-inner ul.list li::before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.page-contents.guide .mat-inner.guide > .content li,
.page-contents.guide .mat-inner.guide > .content-inner li {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 21px;
}
.page-contents.guide .mat-inner.guide > .content ol.list-number,
.page-contents.guide .mat-inner.guide > .content-inner ol.list-number {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-contents.guide .mat-inner.guide > .content ol.list-number li,
.page-contents.guide .mat-inner.guide > .content-inner ol.list-number li {
  list-style-type: decimal;
  padding-left: 10px;
  margin-bottom: 0;
}
.page-contents.guide .mat-inner.guide > .content ol li,
.page-contents.guide .mat-inner.guide > .content-inner ol li {
  margin-bottom: 10px;
}
.page-contents.guide .mat-inner.guide > .content .btn,
.page-contents.guide .mat-inner.guide > .content-inner .btn {
  margin: 20px 0 0 0;
}
.page-contents.guide .mat-inner.guide > .content .btn.primary,
.page-contents.guide .mat-inner.guide > .content-inner .btn.primary {
  font-size: 13px;
}
.page-contents.guide .mat-inner.guide > .content .notice,
.page-contents.guide .mat-inner.guide > .content-inner .notice {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 0;
}
.page-contents.guide .mat-inner.guide > .content .notice + .img,
.page-contents.guide .mat-inner.guide > .content-inner .notice + .img {
  margin-top: 25px;
}
.page-contents.guide .mat-inner.guide > .content .notice + p,
.page-contents.guide .mat-inner.guide > .content-inner .notice + p {
  margin-top: 15px;
}
.page-contents.guide .mat-inner.guide > .content .notice + .notice,
.page-contents.guide .mat-inner.guide > .content-inner .notice + .notice {
  margin-top: 0;
}
.page-contents.guide .mat-inner.guide > .content p + .img,
.page-contents.guide .mat-inner.guide > .content-inner p + .img {
  margin-top: 27px;
}
.page-contents.guide .mat-inner.guide > .content p.mb0,
.page-contents.guide .mat-inner.guide > .content-inner p.mb0 {
  margin-bottom: 0px;
}
.page-contents.guide .mat-inner.guide > .content .small,
.page-contents.guide .mat-inner.guide > .content-inner .small {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-contents.guide .mat-inner.guide > .content hr,
.page-contents.guide .mat-inner.guide > .content-inner hr {
  width: 100%;
  height: 0;
  margin: 40px 0;
  border: 0;
  border-bottom: 1px solid #efefef;
}
.page-contents.guide .mat-inner.terms {
  line-height: 1.61538;
}
.page-contents.guide .mat-inner.terms > h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.07px;
  line-height: 21px;
}
.page-contents.guide .mat-inner.terms > .content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 21px;
}
.page-contents.guide .mat-inner.terms > .content h4:first-child {
  margin-top: 0;
}
.page-contents.guide .mat-inner.terms > .content h5 {
  margin-top: 30px;
  font-size: 13px;
}
.page-contents.guide .mat-inner.terms > .content p,
.page-contents.guide .mat-inner.terms > .content ul,
.page-contents.guide .mat-inner.terms > .content ol {
  margin-bottom: 10px;
}
.page-contents.guide .mat-inner.terms > .content ul,
.page-contents.guide .mat-inner.terms > .content ol {
  margin-top: 10px;
}
.page-contents.guide .mat-inner.terms > .content li {
  margin-bottom: 10px;
  padding-left: 1em;
}
.page-contents.guide .mat-inner.terms > .content p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 21px;
}
.page-contents.guide .mat-inner.terms > .content .list-number {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-contents.guide .mat-inner.terms > .content .list-number li {
  list-style-type: decimal;
  padding-left: 10px;
  margin-bottom: 3px;
}
.page-contents.guide .mat-inner.terms > .content .list-number2 {
  margin-bottom: 20px;
}
.page-contents.guide .mat-inner.terms > .content .list-number2 li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cntt;
  padding-left: 28px;
  text-indent: -28px;
  margin-bottom: 3px;
}
.page-contents.guide .mat-inner.terms > .content .list-number2 li:before {
  display: marker;
  content: "（" counter(cntt) "）";
  margin-right: 4px;
}
.page-contents.guide .mat-inner.terms > .content .list-number3 {
  margin-bottom: 20px;
  padding-left: 28px;
}
.page-contents.guide .mat-inner.terms > .content .list-number3 li {
  list-style-type: none;
  margin-bottom: 3px;
  padding-left: 20px;
  text-indent: -20px;
}
.page-contents.guide .mat-inner.terms > .content .list-number3 li span {
  margin-right: 4px;
}
.page-contents.guide .mat-inner.terms > .content ol + ol {
  margin-top: -15px;
}
.page-contents.guide .mat-inner.btns {
  margin-bottom: 9px;
  text-align: center;
}
.page-contents.guide .mat-inner.btns .btn {
  font-size: 13px;
}
.page-contents.guide .mat-inner.arrived ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents.guide .mat-inner.arrived li {
  position: relative;
  text-align: center;
}
.page-contents.guide .mat-inner.arrived li p {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 21px;
}
.page-contents.guide .mat-inner.arrived .number {
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #efefef;
  color: #997e5d;
  font-size: 13px;
  line-height: 24px;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
  text-align: center;
}
.page-contents.guide .mat-inner.arrived .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 78px;
  margin-top: 5px;
  margin-bottom: 22px;
}
.page-contents.guide .mat-inner.arrived .notice {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 18px;
}
.page-contents.guide .mat-inner.contact {
  margin-top: 9px;
}
.page-contents.guide .mat-inner.contact p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
.page-contents.guide .mat-inner.contact .attention {
  display: block;
  font-size: 11px;
  letter-spacing: 0.8px;
  line-height: 18px;
  margin-top: 3px;
}
.page-contents.guide .mat-inner.law .law {
  padding: 30px 0 20px;
  line-height: 1.61538;
  border-bottom: 1px solid #efefef;
}
.page-contents.guide .mat-inner.law .law:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-contents.guide .mat-inner.law .law > h3 {
  font-size: 13px;
  line-height: 1.61538;
}
.page-contents.guide .mat-inner.law .law > .content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}
.page-contents.guide .mat-inner.law .law > .content h4.sm {
  font-size: 13px;
}
.page-contents.guide .mat-inner.law .law > .content h4:first-child {
  margin-top: 0;
}
.page-contents.guide .mat-inner.law .law > .content h5 {
  margin-top: 30px;
  font-size: 13px;
}
.page-contents.guide .mat-inner.law .law > .content p,
.page-contents.guide .mat-inner.law .law > .content ul,
.page-contents.guide .mat-inner.law .law > .content ol {
  margin-bottom: 10px;
}
.page-contents.guide .mat-inner.law .law > .content li {
  margin-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em;
}
.page-contents.guide .mat-inner.law .law > .content li:last-child {
  margin-bottom: 0;
}
.page-contents.guide .mat-inner.law .law > .content .btn {
  margin: 20px 0 0 0;
}
.page-contents.guide .mat-inner.law .law > .content .btn.primary {
  font-size: 13px;
}
.page-contents.guide .mat-inner.law .law > .content .notice {
  font-size: 11px;
}
.page-contents.guide .mat-inner.law .law > .content hr {
  width: 100%;
  height: 0;
  margin: 40px 0;
  border: 0;
  border-bottom: 1px solid #efefef;
}
.page-contents.mypage {
  padding: 0 20px 100px;
}
.page-contents.mypage h1 {
  margin: 30px 0 40px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-contents.mypage h2 {
  margin-bottom: 40px;
  text-align: center;
}
.page-contents.mypage h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.page-contents.mypage .btn {
  margin: 20px auto 10px;
  display: block;
  height: 50px;
  border: solid 1px #222;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  color: #fefefe;
  background: #222;
  cursor: pointer;
  width: 280px;
  padding: 15px 0;
  text-align: center;
}
.page-contents.mypage .btn span {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
}
.page-contents.mypage .btn.primary {
  width: 100%;
  background-color: #222;
  border-color: #222;
  font-size: 16px;
  color: #fefefe;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}
.page-contents.mypage .btn.primary span {
  padding-right: 15px;
}
.page-contents.mypage .btn.primary span::before, .page-contents.mypage .btn.primary span::after {
  width: 10px;
  height: 15px;
}
.page-contents.mypage .btn.primary span::after {
  background-image: url(../images/common/arrow-white14.svg);
  opacity: 1;
}
.page-contents.mypage .btn.primary span::before {
  background-image: url(../images/common/arrow-black14.svg);
  opacity: 0;
}
.page-contents.mypage .btn.primary:hover {
  color: #222;
  background-color: #fff;
  border-color: #ccc;
}
.page-contents.mypage .btn.primary:hover span::after {
  opacity: 0;
}
.page-contents.mypage .btn.primary:hover span::before {
  opacity: 1;
}
.page-contents.mypage .btn.secondary {
  background-color: #fff;
  border-color: #ccc;
  font-size: 16px;
  color: #222;
}
.page-contents.mypage .btn.secondary span {
  padding-right: 0;
}
.page-contents.mypage .btn.secondary span::before, .page-contents.mypage .btn.secondary span::after {
  content: none;
}
.page-contents.mypage .btn.secondary:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.page-contents.mypage .mat-inner {
  padding: 20px;
}
.page-contents.mypage .mat-inner.description {
  text-align: center;
}
.page-contents.mypage .mat-inner.description p {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 18px;
}
.page-contents.mypage .terms .terms-box {
  height: 170px;
  padding: 4px;
  border: solid 1px #efefef;
}
.page-contents.mypage .terms .terms-box-inner {
  height: 100%;
  padding: 11px;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.page-contents.mypage .terms .terms-box-inner::-webkit-scrollbar {
  width: 4px;
}
.page-contents.mypage .terms .terms-box-inner::-webkit-scrollbar-thumb {
  width: 4px;
  background: #999;
}
.page-contents.mypage .terms .terms-box p {
  line-height: 1.7;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
.page-contents.mypage .notice {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #999;
  margin: 0 auto 20px;
}
.page-contents.mypage .notice:first-child {
  margin: 0 auto 20px;
  display: table;
}
.page-contents.mypage .notice li + li {
  margin-top: 10px;
}
.page-contents.mypage .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contents.mypage .btns .btn {
  margin-left: 0;
  margin-right: 0;
  max-width: 220px;
  width: 100%;
  border-radius: 25px;
}
.page-contents.mypage .btns .btn:nth-child(2n) {
  margin-left: 5px;
}
.page-contents.mypage .inquiry-nav .user, .page-contents.mypage .inquiry-nav .guest {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.page-contents.mypage .inquiry-nav h3 {
  padding: 20px;
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 17px;
}
.page-contents.mypage .inquiry-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
}
.page-contents.mypage .inquiry-nav li {
  width: 50%;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
}
.page-contents.mypage .inquiry-nav li.altering a::before {
  background-image: url("/assets/images/common/icon-inquiry-altering.svg");
  background-size: 35px 16px;
}
.page-contents.mypage .inquiry-nav li.returning a::before {
  background-image: url("/assets/images/common/icon-inquiry-returning.svg");
  background-size: 22px 26px;
}
.page-contents.mypage .inquiry-nav li.registration a::before {
  background-image: url("/assets/images/common/icon-inquiry-registration.svg");
  background-size: 23px 28px;
}
.page-contents.mypage .inquiry-nav li.delivery a::before {
  background-image: url("/assets/images/common/icon-inquiry-delivery.svg");
  background-size: 32px 20px;
}
.page-contents.mypage .inquiry-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 64px;
  height: 70px;
  text-decoration: none;
  position: relative;
  color: inherit;
}
.page-contents.mypage .inquiry-nav a::before {
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -14px;
  content: "";
  display: block;
  background-position: 50% 50%;
  width: 31px;
  height: 28px;
}
.page-contents.mypage .inquiry-nav a span {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
}
.page-contents.mypage .inquiry-nav h3 {
  padding: 20px;
  text-align: center;
}
.page-contents.mypage .inquiry-nav p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 21px;
}
.page-contents.mypage .inquiry-nav .guest li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page-contents.mypage p.information {
  margin-top: 10px;
}
.page-contents.mypage p.information a:hover {
  text-decoration: none;
}

/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .header {
    background: #efefef;
    border-bottom: 1px solid #ccc;
  }
  .page-contents.guide {
    padding-bottom: 100px;
  }
  .page-contents.guide .breadcrumb-list {
    margin: 15px 0 0;
  }
  .page-contents.guide .sp-show {
    display: none;
  }
  .page-contents.guide a {
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.guide a:hover {
    opacity: 0.5;
  }
  .page-contents.guide .btn {
    max-width: 260px;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
  }
  .page-contents.guide .btn.wide {
    max-width: 320px;
  }
  .page-contents.guide .btn:hover {
    opacity: 1;
    color: #222;
    background: #fff;
    border-color: #999;
  }
  .page-contents.guide .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.guide .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.guide .section-first-guide-01, .page-contents.guide .section-first-guide-02 {
    padding: 38px 60px 40px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .page-contents.guide .section-first-guide-01 .inner, .page-contents.guide .section-first-guide-02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .page-contents.guide .section-first-guide-01 .ttl, .page-contents.guide .section-first-guide-02 .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: left;
    width: 32%;
  }
  .page-contents.guide .section-first-guide-01 .sub-ttl, .page-contents.guide .section-first-guide-02 .sub-ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
  }
  .page-contents.guide .section-first-guide-01 .txt, .page-contents.guide .section-first-guide-02 .txt {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
  }
  .page-contents.guide .section-first-guide-01 .txt span, .page-contents.guide .section-first-guide-02 .txt span {
    vertical-align: top;
    line-height: 1.5;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: inline-block;
    margin: -1px -3px 0 -2px;
  }
  .page-contents.guide .section-first-guide-01 .txt + .btn-box, .page-contents.guide .section-first-guide-02 .txt + .btn-box {
    margin-top: 18px;
  }
  .page-contents.guide .section-first-guide-01 .notice, .page-contents.guide .section-first-guide-02 .notice {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.08em;
    color: #999;
    margin-bottom: 18px;
  }
  .page-contents.guide .section-first-guide-01 .guide-fitter, .page-contents.guide .section-first-guide-01 .guide-measure, .page-contents.guide .section-first-guide-02 .guide-fitter, .page-contents.guide .section-first-guide-02 .guide-measure {
    width: 64%;
  }
  .page-contents.guide .section-first-guide-01 .btn-box, .page-contents.guide .section-first-guide-02 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .page-contents.guide .section-first-guide-01 .btn, .page-contents.guide .section-first-guide-02 .btn {
    padding: 0;
    margin: 0 10px 0 0;
    border: solid 1px #aaa;
    color: #222;
    background: #fff;
    cursor: pointer;
    border-radius: 25px;
    max-width: none;
    height: unset;
  }
  .page-contents.guide .section-first-guide-01 .btn.reserve, .page-contents.guide .section-first-guide-01 .btn.dtds, .page-contents.guide .section-first-guide-01 .btn.online-order, .page-contents.guide .section-first-guide-02 .btn.reserve, .page-contents.guide .section-first-guide-02 .btn.dtds, .page-contents.guide .section-first-guide-02 .btn.online-order {
    width: 190px;
  }
  .page-contents.guide .section-first-guide-01 .btn a, .page-contents.guide .section-first-guide-02 .btn a {
    padding: 12px 0 13px;
  }
  .page-contents.guide .section-first-guide-01 .btn a:hover, .page-contents.guide .section-first-guide-02 .btn a:hover {
    opacity: unset;
  }
  .page-contents.guide .section-first-guide-01 .btn span, .page-contents.guide .section-first-guide-02 .btn span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    padding-right: 10px;
  }
  .page-contents.guide .section-first-guide-01 .btn span::before, .page-contents.guide .section-first-guide-01 .btn span::after, .page-contents.guide .section-first-guide-02 .btn span::before, .page-contents.guide .section-first-guide-02 .btn span::after {
    top: 2px;
    width: 8px;
    height: 10px;
  }
  .page-contents.guide .section-first-guide-01 .btn span::after, .page-contents.guide .section-first-guide-02 .btn span::after {
    background-image: url(../images/common/arrow-black4.svg);
  }
  .page-contents.guide .section-first-guide-01 .btn span::before, .page-contents.guide .section-first-guide-02 .btn span::before {
    background-image: url(../images/common/arrow-white4.svg);
  }
  .page-contents.guide .section-first-guide-01 .btn:hover, .page-contents.guide .section-first-guide-02 .btn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
  }
  .page-contents.guide .first-guide-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.guide .first-guide-nav > ul > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-contents.guide .first-guide-nav > ul > li:nth-child(2n) a {
    border-right: 0;
  }
  .page-contents.guide .first-guide-nav a {
    padding: 38px 22px;
    height: 260px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.guide .first-guide-nav .title {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .page-contents.guide .first-guide-nav .description {
    width: 87%;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 auto 10px;
  }
  .page-contents.guide .guide-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #efefef;
  }
  .page-contents.guide .guide-nav > ul > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
    padding: 36px 42px;
    height: 230px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.guide .guide-nav > ul > li:nth-child(3n+1) {
    width: 33.34%;
    border-right: 0;
  }
  .page-contents.guide .guide-nav > ul > li.faq {
    width: 100%;
    height: auto;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 35px 40px;
    border-bottom: 10px solid #efefef;
  }
  .page-contents.guide .guide-nav > ul > li.faq .title {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    padding-left: 46px;
    margin-bottom: 0;
    width: 31.5%;
  }
  .page-contents.guide .guide-nav > ul > li.faq ul {
    width: 34%;
    height: 100%;
  }
  .page-contents.guide .guide-nav li li {
    margin-bottom: 10px;
  }
  .page-contents.guide .guide-nav li li a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .page-contents.guide .guide-nav .title {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .page-contents.guide .anchor.sm {
    font-size: 11px;
  }
  .page-contents.guide .anchor ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .page-contents.guide .anchor li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page-contents.guide .anchor li:last-child a {
    border-right: 0;
  }
  .page-contents.guide .anchor a {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 19px;
  }
  .page-contents.guide .mat-inner.guide {
    padding: 37px 5.55556% 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.guide .mat-inner.guide > h3 {
    width: 26.25%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .page-contents.guide .mat-inner.guide > .content p {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 21px;
  }
  .page-contents.guide .mat-inner.guide > .content ul.list li.cookie-link::before {
    content: unset;
  }
  .page-contents.guide .mat-inner.guide > .content, .page-contents.guide .mat-inner.guide > .content-inner {
    width: 73.75%;
  }
  .page-contents.guide .mat-inner.guide > .content .img img, .page-contents.guide .mat-inner.guide > .content-inner .img img {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
    width: 100%;
    height: auto;
  }
  .page-contents.guide .mat-inner.guide > .content .img + .img, .page-contents.guide .mat-inner.guide > .content-inner .img + .img {
    margin-top: 30px;
  }
  .page-contents.guide .mat-inner.guide > .content .img.card img, .page-contents.guide .mat-inner.guide > .content-inner .img.card img {
    max-width: 400px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-contents.guide .mat-inner.guide > .content .img + p, .page-contents.guide .mat-inner.guide > .content-inner .img + p {
    padding-top: 30px;
  }
  .page-contents.guide .mat-inner.guide.flow {
    padding-top: 50px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page-contents.guide .mat-inner.guide.flow:last-child {
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.guide .mat-inner.guide.flow:last-child > .content, .page-contents.guide .mat-inner.guide.flow:last-child > .content-inner {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page-contents.guide .mat-inner.guide.flow > h3 {
    margin-right: 6.25%;
    width: 26.875%;
    letter-spacing: 2px;
  }
  .page-contents.guide .mat-inner.guide.flow > .content, .page-contents.guide .mat-inner.guide.flow > .content-inner {
    border-bottom: 1px solid #efefef;
    padding: 0 0 50px 1.25%;
    width: 66.875%;
  }
  .page-contents.guide .mat-inner.guide.flow > .content.no-border, .page-contents.guide .mat-inner.guide.flow > .content-inner.no-border {
    border-bottom: none;
  }
  .page-contents.guide .mat-inner.guide.flow > .content p, .page-contents.guide .mat-inner.guide.flow > .content-inner p {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 21px;
  }
  .page-contents.guide .mat-inner.guide.flow > .content p.note, .page-contents.guide .mat-inner.guide.flow > .content-inner p.note {
    margin-top: -8px;
    font-size: 10px;
    line-height: 16px;
  }
  .page-contents.guide .mat-inner.guide.flow > .content p.note:not(:last-child), .page-contents.guide .mat-inner.guide.flow > .content-inner p.note:not(:last-child) {
    margin-bottom: 27px;
  }
  .page-contents.guide .mat-inner.guide.flow > .content p.caption, .page-contents.guide .mat-inner.guide.flow > .content-inner p.caption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 16px;
  }
  .page-contents.guide .mat-inner.guide.flow > .content p.caption:not(:last-child), .page-contents.guide .mat-inner.guide.flow > .content-inner p.caption:not(:last-child) {
    margin-bottom: 27px;
  }
  .page-contents.guide .mat-inner.guide.flow .img {
    margin: 22px 0 0;
  }
  .page-contents.guide .mat-inner.guide.flow .img img {
    margin-right: 15px;
    vertical-align: top;
  }
  .page-contents.guide .mat-inner.guide.flow .img img:last-child {
    margin-right: 0;
  }
  .page-contents.guide .mat-inner.guide.box-btn:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-contents.guide .mat-inner.guide.box-btn .btn {
    margin: 0 auto;
  }
  .page-contents.guide .mat-inner.guide .cookie-link table {
    border: solid 1px #ccc;
    word-break: break-all;
    margin: 20px 0;
    width: 100%;
  }
  .page-contents.guide .mat-inner.guide .cookie-link tr:last-child td {
    padding-bottom: 15px;
  }
  .page-contents.guide .mat-inner.guide .cookie-link td {
    padding: 15px 20px 3px;
  }
  .page-contents.guide .mat-inner.guide .delivery img:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-contents.guide .mat-inner.terms {
    margin: 0 100px 20px;
    padding: 40px 0;
  }
  .page-contents.guide .mat-inner.btns .btn {
    margin-right: 5px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  .page-contents.guide .mat-inner.btns .btn:last-child {
    margin-right: 0;
  }
  .page-contents.guide .mat-inner.arrived {
    padding: 50px 50px 21px;
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.arrived ol {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
  }
  .page-contents.guide .mat-inner.arrived li {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    margin-bottom: 23px;
  }
  .page-contents.guide .mat-inner.arrived li:not(:last-child) {
    border-right: 1px solid #efefef;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(1) {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
    padding-right: 20px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(1) .img {
    margin-left: -17px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(1) .number {
    left: 0;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(2) {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(2) .img {
    margin-left: 19px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(3) {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
    padding-left: 30px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(3) .img {
    margin-left: 20px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(3) p {
    width: 107%;
  }
  .page-contents.guide .mat-inner.arrived.hanger {
    padding: 35px 50px 20px;
    margin-bottom: 0;
  }
  .page-contents.guide .mat-inner.arrived.hanger > p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 21px;
    margin-bottom: 40px;
  }
  .page-contents.guide .mat-inner.arrived.hanger ol {
    margin-bottom: 0;
    border-bottom: none;
  }
  .page-contents.guide .mat-inner.arrived.hanger li {
    margin-bottom: 17px;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(1) .img {
    margin-left: 16px;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(1) p {
    width: 105%;
    margin-left: -6%;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(3) .img {
    margin-left: 18px;
  }
  .page-contents.guide .mat-inner.arrived.hanger .img {
    height: 125px;
    margin-top: -4px;
    margin-bottom: 24px;
  }
  .page-contents.guide .mat-inner.arrived.button {
    padding: 10px 0 20px;
  }
  .page-contents.guide .mat-inner.contact {
    padding: 48px 0 41px;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-contents.guide .mat-inner.contact .btn {
    width: 335px;
  }
  .page-contents.guide .mat-inner.law {
    padding: 20px 50px;
  }
  .page-contents.guide .mat-inner.law .law {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.guide .mat-inner.law .law > h3 {
    width: 26.25%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .page-contents.guide .mat-inner.law .law > .content {
    width: 73.75%;
  }
  .page-contents.guide .mat-inner.law .law > .content p {
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 21px;
  }
  .page-contents.guide .mat-inner.law .law > .content .notice {
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .page-contents.guide .mat-inner.law .law > .content .btn {
    width: 280px;
    height: 45px;
  }
  .page-contents.guide .mat-inner.law .law > .content ul.list {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .page-contents.guide .mat-inner.law .law > .content ul.list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    text-indent: 0;
  }
  .page-contents.guide .mat-inner.law .law > .content ul.list li::before {
    content: "•";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-contents.guide .mat-inner.sitemap {
    padding: 75px 10px 52px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.guide .mat-inner.sitemap .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-contents.guide .mat-inner.sitemap h4, .page-contents.guide .mat-inner.sitemap h5 {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 13px;
  }
  .page-contents.guide .mat-inner.sitemap p {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 13px;
    margin-top: 34px;
  }
  .page-contents.guide .mat-inner.sitemap h3 + p {
    margin-top: 27px;
  }
  .page-contents.guide .mat-inner.sitemap ul {
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.sitemap li {
    margin-bottom: 7px;
  }
  .page-contents.guide .mat-inner.sitemap a {
    text-decoration: none;
  }
  .page-contents.guide .mat-inner.sitemap ul.list {
    margin-bottom: 45px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li ul {
    margin-bottom: 16px;
    margin-top: 7px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li ul li {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li.women.ttl-sub {
    margin-top: 25px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list.list-support li ul {
    padding-left: 5px;
  }
  .page-contents.mypage .breadcrumb-list {
    margin: 15px 0 0;
  }
  .page-contents.mypage .mat-inner {
    padding: 30px 5.55556%;
  }
  .page-contents.mypage .inquiry-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.mypage .inquiry-nav .user, .page-contents.mypage .inquiry-nav .guest {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 30px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-contents.mypage .inquiry-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 11px;
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
  }
  .page-contents.mypage .inquiry-nav li {
    border-width: 0 1px 1px 0;
    width: 33.33%;
    text-align: center;
  }
  .page-contents.mypage .inquiry-nav a {
    left: auto;
    top: auto;
    height: 100px;
    padding: 10px;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.mypage .inquiry-nav a::before {
    margin-top: 0;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: static;
  }
  .page-contents.mypage .inquiry-nav .guest {
    border-left: 1px solid #efefef;
  }
  .page-contents.mypage .inquiry-nav .guest ul {
    margin: 0 auto;
    width: 33.33%;
  }
  .terms .terms-box {
    max-width: 584px;
    height: 182px;
    margin: 0 auto;
  }
  .page-contents.sitemap {
    padding-bottom: 100px;
  }
  .page-contents.sitemap h1 {
    margin: 21px 0 47px;
    letter-spacing: 2px;
  }
  .page-contents.sitemap h2 {
    font-size: 13px;
    color: #aaa;
    letter-spacing: 2px;
    line-height: 13px;
    text-align: left;
    margin: 0 0 14px 0;
  }
  .page-contents.sitemap h2.ttl-support {
    margin-bottom: 23px;
  }
  .page-contents.reserve {
    padding: 55px 0 100px;
    max-width: 1000px;
  }
  .page-contents.reserve h1 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin-bottom: 65px;
  }
  .page-contents.reserve h1 span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .page-contents.reserve .ttl-sub {
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .page-contents.reserve.single h1 {
    margin-bottom: 50px;
  }
  .page-contents.reserve.single .mat::before {
    content: none;
  }
  .page-contents.reserve.single .mat .tab-content .check-alter-free {
    width: 50%;
    bottom: -30px;
  }
  .page-contents.reserve.single .mat .tab-content li.order-shop {
    border-right: none;
  }
  .page-contents.reserve.single .mat .tab-content li.order-online {
    margin-left: 10px;
  }
  .page-contents.reserve.single .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-shop {
    border-right: solid 1px #e5e5e5;
  }
  .page-contents.reserve .mat {
    background-color: transparent;
    max-width: 900px;
    width: calc(100% - 100px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .page-contents.reserve .mat::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-radius: 50px;
  }
  .page-contents.reserve .mat .tab-label {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-contents.reserve .mat .tab-label:hover {
    opacity: 0.3;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  .page-contents.reserve .mat .tab-label.women-line2 h2 {
    font-size: 15px;
    letter-spacing: 0em;
  }
  .page-contents.reserve .mat .tab-label.women-line2 h2 span {
    font-size: 10px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 751px) {
  .page-contents.reserve .mat .tab-label a {
    text-decoration: none;
    color: #222;
  }
  .page-contents.reserve .mat .tab-label h2 {
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 10px 0;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .page-contents.reserve .mat .tab-label h2 span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 11px;
  }
}
@media (min-width: 751px) and (max-width: 840px) {
  .page-contents.reserve .mat .tab-label h2 span {
    letter-spacing: -0.01em;
  }
}
@media (min-width: 751px) {
  .page-contents.reserve .mat .tab-label .title {
    background: #fff;
    width: 100%;
    border-radius: 50px;
    margin: 5px auto;
    height: 60px;
    padding: 0 5px;
  }
  .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-shop .ttl-box, .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-home .ttl-box, .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-online .ttl-box, .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-shop .ttl-box, .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-home .ttl-box, .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-online .ttl-box {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #e5e5e5;
    background-color: #fff;
    padding-top: 13px;
  }
  .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-shop .ttl-box span, .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-home .ttl-box span, .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-online .ttl-box span, .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-shop .ttl-box span, .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-home .ttl-box span, .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-online .ttl-box span {
    display: none;
  }
  .page-contents.reserve .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-online {
    margin-left: 10px;
  }
  .page-contents.reserve .mat .tab-label[for=men-setup] .title {
    margin-left: 7px;
    width: calc(100% - 7px);
  }
  .page-contents.reserve .mat .tab-label[for=men-setup] + .tab-content {
    padding: 0;
    margin-top: 20px;
  }
  .page-contents.reserve .mat .tab-label[for=men-setup] + .tab-content .check {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: unset;
  }
  .page-contents.reserve .mat .tab-label[for=men-setup] + .tab-content .order-home .btn {
    display: none;
  }
  .page-contents.reserve .mat .tab-label[for=men-setup] + .tab-content li.order-shop {
    border-right: none;
  }
  .page-contents.reserve .mat .tab-label[for=shirt] .title {
    margin-right: 7px;
    width: calc(100% - 7px);
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content {
    padding: 0;
    margin-top: -30px;
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-online {
    margin-left: 10px;
    width: 50%;
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-shop {
    border-right: none;
    width: 50%;
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-shop .ttl-box, .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-home .ttl-box, .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-online .ttl-box {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #e5e5e5;
    background-color: #fff;
    padding-top: 13px;
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-shop .ttl-box span, .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-home .ttl-box span, .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-online .ttl-box span {
    display: none;
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content.men-line {
    margin-top: 0;
  }
  .page-contents.reserve .mat .tab-label[for=setup] .title {
    margin-left: 7px;
    width: calc(100% - 7px);
  }
  .page-contents.reserve .mat .tab-label[for=setup] + .tab-content {
    padding: 0;
    margin-top: 20px;
  }
  .page-contents.reserve .mat .tab-label[for=setup] + .tab-content .check-alter-free {
    width: 50%;
  }
  .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-shop {
    border: none;
  }
  .page-contents.reserve .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-online {
    margin-left: 10px;
  }
  .page-contents.reserve .mat .tab-label[for=ws-shoes] .title {
    margin-right: 15px;
    width: calc(100% - 15px);
  }
  .page-contents.reserve .mat .box-suit.tab-content.women-line .women-box li .desc {
    padding: 0 40px 65px;
  }
  .page-contents.reserve .mat .box-shirts.tab-content.men-line .men-box li .desc {
    padding: 0 40px 65px;
  }
  .page-contents.reserve .mat .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 0 30px 0;
  }
  .page-contents.reserve .mat .tab-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .page-contents.reserve .mat .tab-content ul .dummy-ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 19px;
    left: 33%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    height: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.reserve .mat .tab-content .women-box li {
    width: 50%;
    padding: 0px;
  }
  .page-contents.reserve .mat .tab-content .women-box li .ttl {
    padding: 40px 40px 0;
  }
  .page-contents.reserve .mat .tab-content .women-box li .desc {
    padding: 0 40px 30px;
  }
  .page-contents.reserve .mat .tab-content .men-box li .ttl {
    padding: 40px 20px 0;
  }
  .page-contents.reserve .mat .tab-content .men-box li .desc {
    padding: 0 40px 40px;
  }
  .page-contents.reserve .mat .tab-content .col2 li {
    width: 50%;
    padding: 0px;
  }
  .page-contents.reserve .mat .tab-content .col2 li .ttl {
    padding: 40px 40px 0;
  }
  .page-contents.reserve .mat .tab-content .col2 li .desc {
    padding: 0 40px 30px;
  }
  .page-contents.reserve .mat .tab-content li {
    width: 33.3333333333%;
    padding: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow-y: hidden;
  }
  .page-contents.reserve .mat .tab-content li a {
    text-decoration: none;
    color: #222;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    height: 100%;
  }
  .page-contents.reserve .mat .tab-content li a:hover {
    opacity: 0.5;
  }
  .page-contents.reserve .mat .tab-content li.order-shop {
    border-right: 1px solid #e5e5e5;
  }
  .page-contents.reserve .mat .tab-content li.order-home.none {
    opacity: 0.1;
  }
  .page-contents.reserve .mat .tab-content li.order-home.none-women {
    opacity: 0.3;
    background-color: #d8d8d8;
  }
  .page-contents.reserve .mat .tab-content li .ttl p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 30px 0;
  }
  .page-contents.reserve .mat .tab-content li .ttl .number {
    font-size: 12px;
    line-height: 23px;
    margin: 0 0 6px 0;
  }
  .page-contents.reserve .mat .tab-content li .desc p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  .page-contents.reserve .mat .tab-content li .desc .alter-free {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    border: 1px solid #ccc;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    padding: 5px 7px;
  }
  .page-contents.reserve .mat .tab-content li .desc .alter-free span {
    font-size: 8px;
    vertical-align: top;
    line-height: 0.8;
  }
  .page-contents.reserve .mat .tab-content li .desc .note {
    font-size: 11px;
  }
  .page-contents.reserve .mat .tab-content li .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 50%;
    background-color: #222;
  }
  .page-contents.reserve .mat .tab-content li .btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-white7.svg) no-repeat 11px center;
  }
  .page-contents.reserve .mat .tab-content .check {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 11px;
    z-index: 2;
  }
  .page-contents.reserve .mat .tab-content .check a {
    color: #222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-contents.reserve .mat .tab-content .check a:hover {
    opacity: 0.3;
  }
  .page-contents.reserve .mat .tab-content .check-alter-free {
    font-size: 11px;
    text-align: center;
    width: 33%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .page-contents.reserve .mat .tab-content .ttl-box {
    text-align: center;
    padding: 12px;
  }
  .page-contents.reserve .mat .tab-switch {
    display: none;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label .title {
    font-style: "FOT-セザンヌ Pro DB", sans-serif;
    background: #222;
    color: #fff;
    width: 100%;
    margin: 5px auto;
    padding: 0 10px;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    opacity: 1;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label[for=men-setup] .title {
    margin-left: 7px;
    width: calc(100% - 7px);
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label[for=setup] .title {
    margin-left: 7px;
    width: calc(100% - 7px);
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label[for=men-shirts] .title {
    width: calc(100% - 12px);
  }
  .page-contents.reserve .mat.total ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.reserve .mat.total ul li {
    position: relative;
    width: calc((100% - 30px) / 2);
    padding-top: 30vw;
    max-height: 400px;
  }
  .page-contents.reserve .mat.total ul li .ttl {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 14px;
    z-index: 2;
  }
  .page-contents.reserve .mat.total ul li .disc {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    z-index: 2;
  }
  .page-contents.reserve .mat.total ul a {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .page-contents.reserve .mat.total ul a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 5px;
  }
  .page-contents.reserve .mat.total ul a:hover::after {
    opacity: 0.3;
  }
  .page-contents.reserve .mat.total .box.box-men a {
    background-image: url(../images/reserve/men_21ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women a {
    background-image: url(../images/reserve/women_21ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-21aw a {
    background-image: url(../images/reserve/men_21aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-21aw a {
    background-image: url(../images/reserve/women_21aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-22ss a {
    background-image: url(../images/reserve/men_22ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-22ss a {
    background-image: url(../images/reserve/women_22ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-22aw a {
    background-image: url(../images/reserve/men_22aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-22aw a {
    background-image: url(../images/reserve/women_22aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-23ss a {
    background-image: url(../images/reserve/men_23ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-23ss a {
    background-image: url(../images/reserve/women_23ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-23aw a {
    background-image: url(../images/reserve/men_23aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-23aw a {
    background-image: url(../images/reserve/women_23aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-24ss a {
    background-image: url(../images/reserve/men_24ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-24ss a {
    background-image: url(../images/reserve/women_24ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-24aw a {
    background-image: url(../images/reserve/men_24aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-24aw a {
    background-image: url(../images/reserve/women_24aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-25ss a {
    background-image: url(../images/reserve/men_25ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-25ss a {
    background-image: url(../images/reserve/women_25ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-25aw a {
    background-image: url(../images/reserve/men_25aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-25aw a {
    background-image: url(../images/reserve/women_25aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box .title {
    text-align: center;
  }
  .page-contents.reserve .mat.total::before {
    content: unset;
  }
  .page-contents.reserve .modal-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.reserve .modal-area.is-show {
    opacity: 1;
    pointer-events: all;
  }
  .page-contents.reserve .modal-area.is-active {
    z-index: 1000;
  }
  .page-contents.reserve .modal-area .sp-only {
    display: none !important;
  }
  .page-contents.reserve .modal-area .overlay {
    background: #000;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .page-contents.reserve .modal-area .overlay a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
  }
  .page-contents.reserve .modal-area .inner {
    position: absolute;
    max-width: 900px;
    width: 95%;
    padding: 25px 10px 20px 40px;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  .page-contents.reserve .modal-area .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
  }
  .page-contents.reserve .modal-area .btn-close a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_modal_close_sp.svg) no-repeat center center/8px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.reserve .modal-area .btn-close a:hover {
    opacity: 0.5;
  }
  .page-contents.reserve .modal-area .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .page-contents.reserve .modal-area .text {
    margin-bottom: 20px;
    text-align: center;
  }
  .page-contents.reserve .modal-area .box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 480px;
  }
  .page-contents.reserve .modal-area .box-area {
    width: 49%;
    margin-bottom: 15px;
    padding-right: 20px;
  }
  .page-contents.reserve .modal-area .box-area p {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 21px;
  }
  .page-contents.reserve .modal-area .box-area p.area {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
  }
}
@media (min-width: 751px) and (max-width: 884px) {
  .page-contents.reserve .mat .tab-label h2 span {
    font-size: 10px;
  }
}
@media (min-width: 751px) and (max-width: 917px) {
  .page-contents.reserve .modal-area .box-container {
    height: 520px;
  }
}
@media (min-width: 751px) {
  .page-contents.reserve.campaign h1 {
    margin-bottom: 30px;
  }
  .page-contents.reserve.campaign .notes {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }
  .page-contents.reserve.campaign .mat .tab-switch:checked + .tab-label + .tab-content {
    margin: 29px 0 0 0;
  }
  .page-contents.reserve.campaign .mat .tab-content .men-box li {
    width: 50%;
    padding: 0px;
  }
  .page-contents.reserve.campaign .mat .tab-content .men-box li .desc {
    padding: 0 40px 65px;
  }
  .page-contents.reserve.campaign .title {
    padding: 14px 0 10px;
    text-align: center;
    color: #fff;
    background-color: #222;
    margin-bottom: 20px;
  }
  .page-contents.reserve.campaign .title h2 {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .page-contents.reserve.campaign .title h2 span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 23px;
  }
  .page-contents.reserve.campaign .mat::before {
    content: none;
  }
  .page-contents.reserve.campaign .mat .tab-content ul .dummy-ttl {
    top: 20px;
    height: 38px;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .pc-show {
    display: none;
  }
  a {
    color: inherit;
  }
  .page-contents.guide {
    padding: 0 0 80px;
  }
  .page-contents.guide .pc-show {
    display: none;
  }
  .page-contents.guide h1 {
    margin: 24px 0 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .page-contents.guide .section-first-guide-01, .page-contents.guide .section-first-guide-02 {
    padding: 35px 20px 40px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .page-contents.guide .section-first-guide-01 .inner, .page-contents.guide .section-first-guide-02 .inner {
    width: 100%;
  }
  .page-contents.guide .section-first-guide-01 .ttl, .page-contents.guide .section-first-guide-02 .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: left;
    margin-bottom: 15px;
  }
  .page-contents.guide .section-first-guide-01 .sub-ttl, .page-contents.guide .section-first-guide-02 .sub-ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
  }
  .page-contents.guide .section-first-guide-01 .txt, .page-contents.guide .section-first-guide-02 .txt {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .page-contents.guide .section-first-guide-01 .txt span, .page-contents.guide .section-first-guide-02 .txt span {
    vertical-align: top;
    line-height: 1.5;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: inline-block;
    margin: -1px -3px 0 -2px;
  }
  .page-contents.guide .section-first-guide-01 .txt + .btn-box, .page-contents.guide .section-first-guide-02 .txt + .btn-box {
    margin-top: 18px;
  }
  .page-contents.guide .section-first-guide-01 .notice, .page-contents.guide .section-first-guide-02 .notice {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.08em;
    color: #999;
    margin-bottom: 18px;
  }
  .page-contents.guide .section-first-guide-01 .guide-fitter, .page-contents.guide .section-first-guide-01 .guide-measure, .page-contents.guide .section-first-guide-02 .guide-fitter, .page-contents.guide .section-first-guide-02 .guide-measure {
    width: 100%;
  }
  .page-contents.guide .section-first-guide-01 .btn-box, .page-contents.guide .section-first-guide-02 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .page-contents.guide .section-first-guide-01 .btn, .page-contents.guide .section-first-guide-02 .btn {
    padding: 0;
    margin: 0 10px 0 0;
    border: solid 1px #aaa;
    color: #222;
    background: #fff;
    cursor: pointer;
    border-radius: 25px;
    max-width: none;
    height: unset;
  }
  .page-contents.guide .section-first-guide-01 .btn.reserve, .page-contents.guide .section-first-guide-01 .btn.dtds, .page-contents.guide .section-first-guide-01 .btn.online-order, .page-contents.guide .section-first-guide-02 .btn.reserve, .page-contents.guide .section-first-guide-02 .btn.dtds, .page-contents.guide .section-first-guide-02 .btn.online-order {
    width: 190px;
  }
  .page-contents.guide .section-first-guide-01 .btn a, .page-contents.guide .section-first-guide-02 .btn a {
    padding: 12px 0 13px;
  }
  .page-contents.guide .section-first-guide-01 .btn a:hover, .page-contents.guide .section-first-guide-02 .btn a:hover {
    opacity: unset;
  }
  .page-contents.guide .section-first-guide-01 .btn span, .page-contents.guide .section-first-guide-02 .btn span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    padding-right: 10px;
  }
  .page-contents.guide .section-first-guide-01 .btn span::before, .page-contents.guide .section-first-guide-01 .btn span::after, .page-contents.guide .section-first-guide-02 .btn span::before, .page-contents.guide .section-first-guide-02 .btn span::after {
    top: 2px;
    width: 8px;
    height: 10px;
  }
  .page-contents.guide .section-first-guide-01 .btn span::after, .page-contents.guide .section-first-guide-02 .btn span::after {
    background-image: url(../images/common/arrow-black4.svg);
  }
  .page-contents.guide .section-first-guide-01 .btn span::before, .page-contents.guide .section-first-guide-02 .btn span::before {
    background-image: url(../images/common/arrow-white4.svg);
  }
  .page-contents.guide .section-first-guide-01 .btn:hover, .page-contents.guide .section-first-guide-02 .btn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
  }
  .page-contents.guide .first-guide-nav {
    text-align: left;
    margin-top: 10px;
  }
  .page-contents.guide .first-guide-nav ul {
    padding-top: 2px;
  }
  .page-contents.guide .first-guide-nav a {
    padding: 35px 20px 35px;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.guide .first-guide-nav .title {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    padding: 0 0 20px 60px;
  }
  .page-contents.guide .first-guide-nav .title::before {
    margin-left: 0;
    margin-top: -40px;
    top: 50%;
    left: 0;
  }
  .page-contents.guide .first-guide-nav .description {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .page-contents.guide .first-guide-nav li.flow .title::before {
    width: 45px;
  }
  .page-contents.guide .first-guide-nav li.delivered .title::before {
    width: 45px;
  }
  .page-contents.guide .first-guide-nav li.repurchase .title::before {
    width: 42px;
  }
  .page-contents.guide .first-guide-nav li.faq .title::before {
    width: 45px;
  }
  .page-contents.guide .toggle-nav h2, .page-contents.guide .toggle-nav h1 {
    font-size: 15px;
  }
  .page-contents.guide .toggle-nav.on .toggle-nav-content {
    max-height: 2040px;
  }
  .page-contents.guide .guide-nav {
    border-top: 1px solid #efefef;
  }
  .page-contents.guide .guide-nav .title {
    margin-bottom: 0;
    padding: 24px 20px 25px 70px;
    border-bottom: 1px solid #efefef;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .page-contents.guide .guide-nav .title::before {
    margin-top: -15px;
    left: 20px;
  }
  .page-contents.guide .guide-nav li li {
    border-bottom: 1px solid #efefef;
  }
  .page-contents.guide .guide-nav a {
    display: block;
    padding: 7px 24px 2px;
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 36.5px;
  }
  .page-contents.guide.guide-index .guide-nav > ul {
    background: 0;
  }
  .page-contents.guide.guide-index .guide-nav > ul > li {
    background: #fefefe;
  }
  .page-contents.guide.guide-index .guide-nav > ul > li.faq {
    margin-bottom: 10px;
  }
  .page-contents.guide .anchor ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.guide .anchor li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-contents.guide .anchor li:nth-child(2n) a {
    border-right: 0;
  }
  .page-contents.guide .anchor a {
    min-height: 50px;
  }
  .page-contents.guide .anchor.two-row li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-contents.guide .tabs .tab {
    border-width: 0 1px 0 0;
  }
  .page-contents.guide .tabs .tab .brand {
    font-size: 12px;
  }
  .page-contents.guide .tabs .tab.wide {
    min-width: 106px;
  }
  .page-contents.guide .tabs.sub {
    padding-top: 20px;
  }
  .page-contents.guide .tabs.sub ul {
    height: 35px;
  }
  .page-contents.guide .tabs.sub .tab {
    height: 29px;
    position: relative;
  }
  .page-contents.guide .tabs.sub .tab::before {
    display: block;
    content: "";
    background: #222;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 14.5px;
    z-index: 1;
  }
  .page-contents.guide .tabs.sub .tab span {
    position: relative;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
  }
  .page-contents.guide .tabs.sub .tab span.tab-reserve {
    padding-left: 3px;
  }
  .page-contents.guide .tabs.sub .tab.current {
    background: none;
  }
  .page-contents.guide .tabs.sub .tab.current::before {
    opacity: 1;
  }
  .page-contents.guide .tab-contents.sub .mat-inner.guide:first-child {
    padding-top: 25px;
  }
  .page-contents.guide .mat + .mat {
    margin-top: 9px;
  }
  .page-contents.guide .mat-inner.guide {
    padding: 46px 0 47px;
    margin: 0 20px;
  }
  .page-contents.guide .mat-inner.guide > h3 {
    margin: 0 -20px;
    padding: 5px 20px 25px;
    border-bottom: 1px solid #efefef;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .page-contents.guide .mat-inner.guide > h3.number {
    margin: 0;
    padding: 5px 20px 5px 34px;
    border-bottom: 0;
  }
  .page-contents.guide .mat-inner.guide > h3.number span {
    top: 5px;
  }
  .page-contents.guide .mat-inner.guide > .content ul.list li.cookie-link::before {
    content: unset;
  }
  .page-contents.guide .mat-inner.guide > .content, .page-contents.guide .mat-inner.guide > .content-inner {
    padding-top: 27px;
  }
  .page-contents.guide .mat-inner.guide > .content.no-border, .page-contents.guide .mat-inner.guide > .content-inner.no-border {
    border-bottom: none;
  }
  .page-contents.guide .mat-inner.guide > .content .img img, .page-contents.guide .mat-inner.guide > .content-inner .img img {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
  }
  .page-contents.guide .mat-inner.guide > .content .img + .img, .page-contents.guide .mat-inner.guide > .content-inner .img + .img {
    margin-top: 30px;
  }
  .page-contents.guide .mat-inner.guide > .content .img.card img, .page-contents.guide .mat-inner.guide > .content-inner .img.card img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-contents.guide .mat-inner.guide > .content .img + p, .page-contents.guide .mat-inner.guide > .content-inner .img + p {
    padding-top: 30px;
  }
  .page-contents.guide .mat-inner.guide > .content h4, .page-contents.guide .mat-inner.guide > .content-inner h4 {
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 35px;
  }
  .page-contents.guide .mat-inner.guide > .content p, .page-contents.guide .mat-inner.guide > .content-inner p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 21px;
  }
  .page-contents.guide .mat-inner.guide > .content p.note, .page-contents.guide .mat-inner.guide > .content-inner p.note {
    margin-top: -8px;
    font-size: 10px;
    line-height: 16px;
  }
  .page-contents.guide .mat-inner.guide > .content p.note:not(:last-child), .page-contents.guide .mat-inner.guide > .content-inner p.note:not(:last-child) {
    margin-bottom: 27px;
  }
  .page-contents.guide .mat-inner.guide > .content p.caption, .page-contents.guide .mat-inner.guide > .content-inner p.caption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 16px;
  }
  .page-contents.guide .mat-inner.guide > .content p.caption:not(:last-child), .page-contents.guide .mat-inner.guide > .content-inner p.caption:not(:last-child) {
    margin-bottom: 27px;
  }
  .page-contents.guide .mat-inner.guide > .content ul.list, .page-contents.guide .mat-inner.guide > .content-inner ul.list {
    padding-left: 13px;
    margin-bottom: 15px;
  }
  .page-contents.guide .mat-inner.guide > .content ul.list li, .page-contents.guide .mat-inner.guide > .content-inner ul.list li {
    position: relative;
    padding-left: 26px;
  }
  .page-contents.guide .mat-inner.guide > .content ul.list li::before, .page-contents.guide .mat-inner.guide > .content-inner ul.list li::before {
    content: "•";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-contents.guide .mat-inner.guide > .content ol.list-number, .page-contents.guide .mat-inner.guide > .content-inner ol.list-number {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .page-contents.guide .mat-inner.guide > .content ol.list-number li, .page-contents.guide .mat-inner.guide > .content-inner ol.list-number li {
    list-style-type: decimal;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .page-contents.guide .mat-inner.guide > .content ol li, .page-contents.guide .mat-inner.guide > .content-inner ol li {
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.guide > .content .btn, .page-contents.guide .mat-inner.guide > .content-inner .btn {
    margin-top: 23px;
  }
  .page-contents.guide .mat-inner.guide.flow > h3 {
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.guide.flow .img {
    text-align: center;
  }
  .page-contents.guide .mat-inner.guide.flow .img img {
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.guide.flow .img img:last-child {
    margin-bottom: 0;
  }
  .page-contents.guide .mat-inner.guide.box-btn {
    border-top: 1px solid #efefef;
    margin: -1px 0 0 0;
    padding: 30px 20px 20px;
  }
  .page-contents.guide .mat-inner.guide.box-btn .btn {
    margin-top: 0;
  }
  .page-contents.guide .mat-inner.guide .cookie-link table {
    border: solid 1px #ccc;
    word-break: break-all;
    margin: 20px 0;
    width: 100%;
  }
  .page-contents.guide .mat-inner.guide .cookie-link tr:last-child td {
    padding-bottom: 12px;
  }
  .page-contents.guide .mat-inner.guide .cookie-link td {
    padding: 10px 12px 3px;
  }
  .page-contents.guide .mat-inner.guide .delivery img:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-contents.guide .mat-inner.contact {
    text-align: left;
    padding: 27px 20px;
  }
  .page-contents.guide .mat-inner.contact .btn {
    margin-top: 26px;
    width: 100%;
  }
  .page-contents.guide .mat-inner.contact p {
    display: inline;
  }
  .page-contents.guide .mat-inner.contact p br {
    display: none;
  }
  .page-contents.guide .mat-inner.description {
    padding: 25px 20px;
  }
  .page-contents.guide .mat-inner.description p {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 21px;
  }
  .page-contents.guide .mat-inner.terms {
    margin-bottom: 10px;
    padding: 30px 20px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number li {
    list-style-type: decimal;
    padding-left: 0;
    margin-bottom: 3px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number2 {
    margin-bottom: 20px;
    padding-left: 22px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number2 li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cntt;
    padding-left: 0;
    text-indent: -25px;
    margin-bottom: 3px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number2 li:before {
    display: marker;
    content: "（" counter(cntt) "）";
    margin-right: 4px;
    letter-spacing: 0;
  }
  .page-contents.guide .mat-inner.terms .content .list-number3 {
    margin-bottom: 20px;
    padding-left: 41px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number3 li {
    list-style-type: none;
    margin-bottom: 3px;
    padding-left: 0;
    text-indent: -20px;
  }
  .page-contents.guide .mat-inner.terms .content .list-number3 li span {
    margin-right: 2px;
  }
  .page-contents.guide .mat-inner.btns .btn {
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.btns .btn:last-child {
    margin-bottom: 0;
  }
  .page-contents.guide .mat-inner.arrived li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.guide .mat-inner.arrived li .img {
    height: auto;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(1) .img {
    margin-left: -11px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(2) .img {
    margin-left: 10px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(3) {
    margin-bottom: 20px;
  }
  .page-contents.guide .mat-inner.arrived li:nth-child(3) .img {
    margin-left: 0;
  }
  .page-contents.guide .mat-inner.arrived.hanger > p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(1) .img {
    margin-left: 15px;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(2) .img {
    margin-left: 7px;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-contents.guide .mat-inner.arrived.hanger li:nth-child(3) .img {
    margin-left: -7px;
  }
  .page-contents.guide .mat-inner.law {
    padding: 0 0 20px;
  }
  .page-contents.guide .mat-inner.law .law {
    padding: 30px 20px 20px;
  }
  .page-contents.guide .mat-inner.law .law > h3 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .page-contents.guide .mat-inner.law .law .content p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 21px;
  }
  .page-contents.guide .mat-inner.law .law .content .notice {
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .page-contents.guide .mat-inner.law .law .content .btn {
    width: 280px;
    height: 45px;
  }
  .page-contents.guide .mat-inner.law .law .content ul.list {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .page-contents.guide .mat-inner.law .law .content ul.list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
    text-indent: 0;
  }
  .page-contents.guide .mat-inner.law .law .content ul.list li::before {
    content: "•";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-contents.guide .mat-inner.sitemap {
    padding: 0;
  }
  .page-contents.guide .mat-inner.sitemap .col {
    border-bottom: 10px solid #efefef;
  }
  .page-contents.guide .mat-inner.sitemap h3 {
    padding: 30px 20px 20px;
    border-bottom: 1px solid #999;
  }
  .page-contents.guide .mat-inner.sitemap .slide-toggle-btn {
    padding: 10px 20px;
    border-top: 1px solid #efefef;
    position: relative;
  }
  .page-contents.guide .mat-inner.sitemap .slide-toggle-btn::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 8px;
    background-image: url("/assets/images/common/arrow-toggle.svg");
    background-size: 13px 8px;
    left: auto;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
  }
  .page-contents.guide .mat-inner.sitemap .slide-toggle-btn.on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .page-contents.guide .mat-inner.sitemap h3 + .slide-toggle .slide-toggle-btn:first-child {
    border-top: 0;
  }
  .page-contents.guide .mat-inner.sitemap .slide-toggle-content {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .page-contents.guide .mat-inner.sitemap p {
    padding: 30px 20px 20px;
    border-top: 1px solid #efefef;
  }
  .page-contents.guide .mat-inner.sitemap h3 + p {
    margin-top: -1px;
    padding: 0 20px 20px;
    border-top: 0;
    background: #fefefe;
  }
  .page-contents.guide .mat-inner.sitemap h4, .page-contents.guide .mat-inner.sitemap h5 {
    font-size: 13px;
  }
  .page-contents.guide .mat-inner.sitemap ul {
    padding: 10px 20px 10px 30px;
  }
  .page-contents.guide .mat-inner.sitemap li {
    margin-bottom: 7px;
  }
  .page-contents.guide .mat-inner.sitemap a {
    text-decoration: none;
  }
  .page-contents.guide .mat-inner.sitemap ul.list {
    margin-bottom: 45px;
    padding: 0;
    margin-bottom: 10px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    background: #fff;
    margin-bottom: 1px;
    position: relative;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li > a {
    padding: 17px 20px;
    display: block;
    position: relative;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li > a::after {
    content: "";
    display: block;
    background: url(../images/common/arrow-black14.svg) no-repeat center center/contain;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.guide .mat-inner.sitemap ul.list li.adj {
    letter-spacing: 0.2px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li ul {
    margin-bottom: 1px;
    padding: 0 0 0 30px;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li ul li {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0;
    border-top: 1px solid #efefef;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li ul li > a {
    padding: 10px 20px 10px 0;
    display: block;
  }
  .page-contents.guide .mat-inner.sitemap ul.list li.women.ttl-sub {
    margin-top: 10px;
  }
  .page-contents.mypage {
    padding: 0 0 90px;
  }
  .page-contents.mypage .breadcrumb-list {
    margin: 7px 2.666% 0;
  }
  .page-contents.mypage .mat-inner.description {
    padding: 27px 20px;
    text-align: left;
  }
  .page-contents.mypage .notice:first-child {
    margin-bottom: 0;
  }
  .page-contents.mypage .inquiry-nav h3 {
    padding: 20px;
    font-size: 16px;
    text-align: left;
  }
  .page-contents.mypage .inquiry-nav li {
    border-color: #efefef;
  }
  .page-contents.mypage .inquiry-nav li:nth-child(odd) {
    border-left: none;
  }
  .page-contents.mypage .inquiry-nav a::before {
    width: 32px;
  }
  .page-contents.mypage p.information {
    margin-top: 10px;
  }
  .page-contents.mypage p.information a {
    color: #999;
    letter-spacing: 0.05em;
  }
  .page-contents.sitemap {
    padding-bottom: 60px;
  }
  .page-contents.sitemap .mat {
    background: none;
  }
  .page-contents.sitemap h1 {
    margin: 21px 0 32px;
    letter-spacing: 2px;
  }
  .page-contents.sitemap h2 {
    font-size: 13px;
    color: #aaa;
    letter-spacing: 2px;
    line-height: 13px;
    text-align: left;
    margin: 0 0 1px 0;
    background: #fff;
    padding: 24px 20px 23px;
  }
  .page-contents.sitemap li.ttl-sub {
    display: block;
  }
  .page-contents.reserve {
    padding: 30px 0 0;
  }
  .page-contents.reserve h1 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .page-contents.reserve h1 span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
  }
  .page-contents.reserve .ttl-sub {
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .page-contents.reserve.single .mat .tab-label[for=men-suits] + .box-suit.tab-content li.order-shop, .page-contents.reserve.single .mat .tab-label[for=women-suits] + .box-suit.tab-content li.order-shop {
    border-top: none;
    padding-top: unset;
  }
  .page-contents.reserve.single .mat .box-mt.tab-content.box-alter .check-alter-free {
    bottom: 25px;
  }
  .page-contents.reserve .mat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .page-contents.reserve .mat.women .tab-switch:checked + .tab-label + .tab-content, .page-contents.reserve .mat.men .tab-switch:checked + .tab-label + .tab-content {
    padding: 0 5.5% 25px;
  }
  .page-contents.reserve .mat .tab-label {
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 30px;
  }
  .page-contents.reserve .mat .tab-label a {
    text-decoration: none;
    color: #222;
  }
  .page-contents.reserve .mat .tab-label h2 {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 20px 5.5%;
    border-top: 2px solid #efefef;
  }
  .page-contents.reserve .mat .tab-label h2 span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 11px;
    margin-left: 10px;
  }
  .page-contents.reserve .mat .tab-label .title {
    margin: -30px 0 0 0;
  }
  .page-contents.reserve .mat .tab-label[for=men-suits] + .tab-content li.order-shop {
    border-top: solid 1px #ccc;
    padding-top: 23px;
  }
  .page-contents.reserve .mat .tab-label[for=men-suits] + .tab-content li.order-online {
    padding-top: 23px;
  }
  .page-contents.reserve .mat .tab-label[for=men-setup] + .tab-content .check {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #999;
    top: 80px;
    bottom: unset;
  }
  .page-contents.reserve .mat .tab-label[for=women-suits] + .tab-content li.order-shop {
    border-top: solid 1px #ccc;
    padding-top: 23px;
  }
  .page-contents.reserve .mat .tab-label[for=women-suits] + .tab-content li.order-online {
    padding-top: 23px;
  }
  .page-contents.reserve .mat .tab-label[for=men-shirts] + .tab-content li.order-online {
    padding-top: 23px;
  }
  .page-contents.reserve .mat .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .page-contents.reserve .mat .tab-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents.reserve .mat .tab-content ul .dummy-ttl {
    display: none;
  }
  .page-contents.reserve .mat .tab-content li {
    width: 100%;
    margin: 0 0 2px 0;
    position: relative;
  }
  .page-contents.reserve .mat .tab-content li:not(:last-child) {
    margin-right: 3%;
  }
  .page-contents.reserve .mat .tab-content li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #222;
    padding: 20px;
    background: #efefef;
    border-radius: 3px;
  }
  .page-contents.reserve .mat .tab-content li.order-home.none {
    opacity: 0.1;
    padding: 20px;
  }
  .page-contents.reserve .mat .tab-content li.order-home.none-women {
    opacity: 0.1;
    background-color: #d8d8d8;
    padding: 25px 30px;
  }
  .page-contents.reserve .mat .tab-content li.order-home .ttl-box {
    display: none;
  }
  .page-contents.reserve .mat .tab-content li .ttl {
    position: relative;
  }
  .page-contents.reserve .mat .tab-content li .ttl p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .page-contents.reserve .mat .tab-content li .ttl .number {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.reserve .mat .tab-content li .ttl .name {
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.reserve .mat .tab-content li .ttl-box {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #222;
    margin-bottom: 14px;
  }
  .page-contents.reserve .mat .tab-content li .desc p {
    display: none;
  }
  .page-contents.reserve .mat .tab-content li .desc p.alter-free {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
  }
  .page-contents.reserve .mat .tab-content li .desc p.alter-free span {
    font-size: 8px;
    vertical-align: top;
    line-height: 0.8;
  }
  .page-contents.reserve .mat .tab-content li .btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 50%;
    background-color: #222;
  }
  .page-contents.reserve .mat .tab-content li .btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-white4.svg) no-repeat 6px center;
  }
  .page-contents.reserve .mat .tab-content .check {
    width: 90%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    font-size: 11px;
    z-index: 2;
  }
  .page-contents.reserve .mat .tab-content .check a {
    color: #222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-contents.reserve .mat .tab-content .check a:active {
    opacity: 0.3;
  }
  .page-contents.reserve .mat .tab-content .check-alter-free {
    width: 90%;
    position: absolute;
    bottom: 35px;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    line-height: 1;
  }
}
@media (max-width: 750px) and (max-width: 320px) {
  .page-contents.reserve .mat .tab-content .check {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .page-contents.reserve .mat .box-mt.tab-content .check-alter-free {
    bottom: 30px;
  }
  .page-contents.reserve .mat .box-mt.tab-content.women-line .check-alter-free {
    bottom: 25px;
  }
  .page-contents.reserve .mat .box-mt.tab-content.box-alter .check-alter-free {
    bottom: 20px;
  }
  .page-contents.reserve .mat .tab-switch {
    display: none;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label .title {
    width: 100%;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label .title h2 {
    margin-top: -15px;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label + .tab-content {
    position: relative;
    height: auto;
    overflow: auto;
    padding: 0 5.5% 50px;
    opacity: 1;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label + .tab-content.women-line {
    border-top: 1px solid #fff;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label + .box-mt.tab-content {
    padding: 0 5.5% 55px;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label + .box-mt.tab-content.women-line {
    padding: 0 5.5% 50px;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label + .box-mt.tab-content.box-alter {
    padding: 0 5.5% 50px;
  }
  .page-contents.reserve .mat .tab-switch:checked + .tab-label[for=men-shirts] + .tab-content {
    padding: 0 5.5% 30px;
  }
  .page-contents.reserve .mat.total {
    background: transparent;
  }
  .page-contents.reserve .mat.total ul {
    width: 90%;
    margin: 0 auto;
  }
  .page-contents.reserve .mat.total ul li {
    position: relative;
    padding-top: 60vw;
    margin-bottom: 10px;
    border: none;
  }
  .page-contents.reserve .mat.total ul li .ttl {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 14px;
    z-index: 2;
  }
  .page-contents.reserve .mat.total ul li .disc {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    z-index: 2;
  }
  .page-contents.reserve .mat.total ul a {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .page-contents.reserve .mat.total .box.box-men a {
    background-image: url(../images/reserve/men_21ss.jpg);
  }
  .page-contents.reserve .mat.total .box.box-women a {
    background-image: url(../images/reserve/women_21ss.jpg);
  }
  .page-contents.reserve .mat.total .box.box-men-21aw a {
    background-image: url(../images/reserve/men_21aw.jpg);
  }
  .page-contents.reserve .mat.total .box.box-women-21aw a {
    background-image: url(../images/reserve/women_21aw.jpg);
  }
  .page-contents.reserve .mat.total .box.box-men-22ss a {
    background-image: url(../images/reserve/men_22ss.jpg);
  }
  .page-contents.reserve .mat.total .box.box-women-22ss a {
    background-image: url(../images/reserve/women_22ss.jpg);
  }
  .page-contents.reserve .mat.total .box.box-men-22aw a {
    background-image: url(../images/reserve/men_22aw.jpg);
  }
  .page-contents.reserve .mat.total .box.box-women-22aw a {
    background-image: url(../images/reserve/women_22aw.jpg);
  }
  .page-contents.reserve .mat.total .box.box-men-23ss a {
    background-image: url(../images/reserve/men_23ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-23ss a {
    background-image: url(../images/reserve/women_23ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-23aw a {
    background-image: url(../images/reserve/men_23aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-23aw a {
    background-image: url(../images/reserve/women_23aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-24ss a {
    background-image: url(../images/reserve/men_24ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-24ss a {
    background-image: url(../images/reserve/women_24ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-24aw a {
    background-image: url(../images/reserve/men_24aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-24aw a {
    background-image: url(../images/reserve/women_24aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-25ss a {
    background-image: url(../images/reserve/men_25ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-25ss a {
    background-image: url(../images/reserve/women_25ss.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-men-25aw a {
    background-image: url(../images/reserve/men_25aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box.box-women-25aw a {
    background-image: url(../images/reserve/women_25aw.jpg);
    max-height: 400px;
  }
  .page-contents.reserve .mat.total .box .title {
    text-align: center;
  }
  .page-contents.reserve .modal-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 20px;
    overflow: hidden;
  }
  .page-contents.reserve .modal-area.is-show {
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .page-contents.reserve .modal-area.is-active {
    z-index: 1000;
  }
  .page-contents.reserve .modal-area .pc-only {
    display: none !important;
  }
  .page-contents.reserve .modal-area .overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-contents.reserve .modal-area .overlay a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
  }
  .page-contents.reserve .modal-area .inner {
    padding: 32px 20px 35px;
    margin: auto;
    background: #fff;
    z-index: 2;
    position: relative;
  }
  .page-contents.reserve .modal-area .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
  }
  .page-contents.reserve .modal-area .btn-close a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_modal_close_sp.svg) no-repeat center center/8px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.reserve .modal-area .btn-close a:hover {
    opacity: 0.5;
  }
  .page-contents.reserve .modal-area .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .page-contents.reserve .modal-area .text {
    margin-bottom: 35px;
    line-height: 18px;
    text-align: left;
  }
  .page-contents.reserve .modal-area .box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents.reserve .modal-area .box-area {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-contents.reserve .modal-area .box-area:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .page-contents.reserve .modal-area .box-area p {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 21px;
  }
  .page-contents.reserve .modal-area .box-area p.area {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .page-contents.reserve .modal-area .btn {
    width: 100%;
    margin-top: 10px;
    height: 50px;
  }
  .page-contents.reserve .modal-area .btn span {
    padding-right: 0;
  }
  .page-contents.reserve .modal-area .btn span::after {
    display: none;
  }
  .page-contents.reserve.campaign h1 {
    margin-bottom: 35px;
  }
  .page-contents.reserve.campaign .notes {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
    padding: 0 5.5% 30px;
  }
  .page-contents.reserve.campaign .mat .tab-label {
    display: none;
  }
  .page-contents.reserve.campaign .title h2 {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 20px 0;
  }
  .page-contents.reserve.campaign .title h2 span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 10px;
    margin-left: 10px;
  }
  .page-contents.reserve.campaign .mat::before {
    content: none;
  }
}