@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');

/* marcellus-regular - latin */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/marcellus-v8-latin-regular.eot');
  src: url('../font/marcellus-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('../font/marcellus-v8-latin-regular.woff2') format('woff2'), url('../font/marcellus-v8-latin-regular.woff') format('woff'), url('../font/marcellus-v8-latin-regular.ttf') format('truetype'), url('../font/marcellus-v8-latin-regular.svg#Marcellus') format('svg');
}

/* noto-sans-jp-300 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../font/noto-sans-jp-v28-latin-300.eot');
  src: url('../font/noto-sans-jp-v28-latin-300.eot?#iefix') format('embedded-opentype'), url('../font/noto-sans-jp-v28-latin-300.woff2') format('woff2'), url('../font/noto-sans-jp-v28-latin-300.woff') format('woff'), url('../font/noto-sans-jp-v28-latin-300.ttf') format('truetype'), url('../font/noto-sans-jp-v28-latin-300.svg#NotoSansJP') format('svg');
}

/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/noto-sans-jp-v28-latin-regular.eot');
  src: url('../font/noto-sans-jp-v28-latin-regular.eot?#iefix') format('embedded-opentype'), url('../font/noto-sans-jp-v28-latin-regular.woff2') format('woff2'), url('../font/noto-sans-jp-v28-latin-regular.woff') format('woff'), url('../font/noto-sans-jp-v28-latin-regular.ttf') format('truetype'), url('../font/noto-sans-jp-v28-latin-regular.svg#NotoSansJP') format('svg');
}

/* noto-sans-jp-500 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/noto-sans-jp-v28-latin-500.eot');
  src: url('../font/noto-sans-jp-v28-latin-500.eot?#iefix') format('embedded-opentype'), url('../font/noto-sans-jp-v28-latin-500.woff2') format('woff2'), url('../font/noto-sans-jp-v28-latin-500.woff') format('woff'), url('../font/noto-sans-jp-v28-latin-500.ttf') format('truetype'), url('../font/noto-sans-jp-v28-latin-500.svg#NotoSansJP') format('svg');
}

html,
body,
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-text-rendering: geometricPrecision;
  -moz-text-rendering: geometricPrecision;
  -ms-text-rendering: geometricPrecision;
  -o-text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

dd,
dt,
li {
  line-height: 1.6;
}

.u-clearfix:after {
  height: 0;
  visibility: hidden;
  content: '.';
  display: block;
  clear: both;
}

.u-body-mask {
  overflow: hidden;
}

/* 空 ------------------------- */
body > img,
.p-article__content > br,
.p-article__content p:empty,
.yarpp-related > img {
  display: none;
}

/* bool class ------------------------- */
.is-block {
  display: block !important;
}

.is-none {
  display: none !important;
}

.is-transparency {
  opacity: 0;
}

.is-translate3d {
  -webkit-transform: translate3d(0, 0, 0);
}

.is-translatenone {
  -webkit-transform: none;
  -webkit-animation-name: none;
  -webkit-animation-duration: 0;
  -webkit-animation-iteration-count: 0;
}

.is-3d {
  -webkit-transform-style: preserve-3d;
}

img.is-lazyimg,
iframe.is-lazyimg {
  opacity: 0;
  transition: opacity .3s;
}

img.is-lazyimg.is-show,
iframe.is-lazyimg.is-show,
img.is-lazyimg .visible,
iframe.is-lazyimg .visible {
  opacity: 1;
}

a img {
  border-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

* {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

body {
  text-align: left;
  line-height: 1.5;
}

html {
  position: relative;
}

html,
body {
  height: 100%;
  background-color: #fff;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-weight: 300;
  color: #000;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

p {
  font-size: 18px;
  line-height: 33px;
}

#bst-wrap {
  position: relative;
  background-color: #fff;
}

.l-project-wrap {
  position: relative;
  z-index: 1;
}

.l-content-area {
  position: relative;
  z-index: 0;
}

.l-content--list,
.l-content--post {
  position: relative;
  z-index: 2;
}

.l-wrap__outer {
  padding: 0 75px;
}

.l-wrap__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

.l-wrap__inner--list,
.l-wrap__inner--post {
  max-width: 800px;
}

.l-project-wrap img.u-img-pc {
  display: block;
}

.l-project-wrap img.u-img-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-wrap__outer {
    padding: 0 60px;
  }
}

@media screen and (max-width: 800px) {
  .l-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .l-wrap__outer {
    padding: 0 40px;
  }
}

@media screen and (max-width: 600px) {
  .l-wrap__outer {
    padding: 0 35px;
  }

  .l-project-wrap img.u-img-pc {
    display: none;
  }

  .l-project-wrap img.u-img-sp {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .l-wrap__outer {
    padding: 0 30px;
  }
}

@media screen and (max-width: 320px) {
  .l-wrap__outer {
    padding: 0 15px;
  }
}

/* footer bottom fix ------------------------ */
body {
  height: 100%;
}

#bst-wrap {
  display: flex;
  flex-direction: column;
  height: auto;
}

.l-project-wrap {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

@media (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop,
  #bst-wrap {
    display: block;
  }
}

body.and #bst-wrap {
  display: block;
}

/* header ------------------------ */
.l-header {
  box-sizing: border-box;
  background-color: #fff;
  height: 157px;
}

.l-header__logo {
  padding: 35px 0 12px;
}

.l-header__logo a {
  display: block;
  width: 340px;
  height: 50px;
  margin: 0 auto;
}

.l-header__logo a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.l-header__menu {
  max-width: 1000px;
  margin: 0 auto;
}

.l-header__menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.l-header__menu ul li {
  height: 60px;
}

.l-header__menu ul li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 60px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: .05em;
  padding: 18px 2px 0;
}

.l-header__menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #000;
}

.l-header__menu ul li.is-active a:after {
  width: 100%;
}

.l-header__menu ul a,
.l-header__menu ul a:visited {
  color: #000;
}

.l-header__spmenu {
  display: none;
}

@media screen and (min-width: 801px) {
  .l-header__menu a:after {
    transition: width .2s ease;
  }

  .l-header__menu a:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__menu ul {
    padding: 0 40px;
  }

  .l-header__menu ul li a {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 18px 2px 0;
  }
}

@media screen and (max-width: 900px) {
  .l-header {
    height: 104px;
  }

  .l-header__logo {
    padding: 13px 0 13px;
  }

  .l-header__logo a {
    width: 264px;
    height: 38px;
  }

  .l-header__menu ul li {
    height: 40px;
  }

  .l-header__menu ul li a {
    height: 40px;
    padding: 3px 2px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .l-header {
    height: 65px;
  }

  .l-header__logo a {
    margin: 0 0 0 16px;
  }

  .l-header__menu {
    display: none;
  }

  .l-header__spmenu {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .l-header__logo a {
    margin: 0 0 0 11px;
  }
}

/* nav smp menu ------------------------ */
.head-ui--spmenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}

.head-ui--spmenu #nav-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
}

.head-ui--spmenu.is-open #nav-menu {
  visibility: visible;
  opacity: 1;
}

#nav-btn {
  position: relative;
  z-index: 1;
}

#nav-btn a {
  box-sizing: border-box;
  display: block;
  width: 65px;
  height: 65px;
  padding: 23px 16px 0;
  background-color: #fff;
}

#nav-btn a .btn {
  position: relative;
  z-index: 0;
  width: 33px;
  height: 20px;
  margin: 0;
}

#nav-btn a span {
  display: block;
  background: #231815;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all .2s;
}

#nav-btn a span:first-child {
  top: 0;
}

#nav-btn a span:nth-child(2) {
  top: 50%;
  margin-top: 0;
}

#nav-btn a span:last-child {
  bottom: 0;
}

nav.is-open #nav-btn a span:first-child {
  transform: translateY(9px) rotate(45deg);
}

nav.is-open #nav-btn a span:nth-child(2) {
  opacity: 0;
}

nav.is-open #nav-btn a span:last-child {
  transform: translateY(-10px) rotate(-45deg);
}

#nav-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  width: auto;
  background-color: #fff;
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#nav-menu::-webkit-scrollbar {
  display: none;
}

#nav-menu .c-nav-menu__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 13px 0 13px;
}

#nav-menu .c-nav-menu__logo a {
  display: block;
  width: 264px;
  height: 38px;
  margin: 0 0 0 16px;
}

#nav-menu .c-nav-menu__list {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  margin: -170px auto 0;
  padding: 0 30px;
}

#nav-menu .c-nav-menu__list li {
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}

#nav-menu .c-nav-menu__list li + li {
  border-top: 0;
}

#nav-menu .c-nav-menu__list a {
  position: relative;
  z-index: 0;
  display: block;
  font-size: 19px;
  line-height: 26px;
  padding: 18px 40px 21px 20px;
}

#nav-menu .c-nav-menu__list a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../img/cta/cta_btn_arw.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

#nav-menu .c-nav-menu__list a,
#nav-menu .c-nav-menu__list a:visited {
  color: #000;
}

#nav-menu .c-nav-menu__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #nav-menu {
    padding-top: 90px;
    display: block;
  }

  #nav-menu .c-nav-menu__logo a {
    margin: 0 0 0 11px;
  }

  #nav-menu .c-nav-menu__list {
    margin: 0 auto;
  }

  #nav-menu .c-nav-menu__list a {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 40px 15px 15px;
  }
}

@media screen and (max-width: 320px) {
  #nav-menu .c-nav-menu__list {
    padding: 0 20px;
  }

  #nav-menu .c-nav-menu__list a {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 40px 15px 10px;
  }
}

/* ----------------------------------- CTA ----------------------------------- */
.p-cta-area {
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}

.p-cta-area .p-cta {
  box-sizing: border-box;
  width: 50%;
  padding: 74px 30px 84px;
  flex: 1;
}

.p-cta-area .p-cta + .p-cta {
  border-left: 1px solid #c3c3c3;
}

.p-cta-area .p-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-cta-area .p-cta--reserve {
  background-image: url("../img/cta/cta_bg_reserve.jpg");
}

.p-cta-area .p-cta--catalog {
  background-image: url("../img/cta/cta_bg_catalog.jpg");
}

.p-cta__bloc {
  max-width: 400px;
  margin: 0 auto;
}

.p-cta__bloc h2 {
  display: block;
  margin-bottom: 14px;
}

.p-cta__bloc h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.p-cta__bloc p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.p-cta__bloc p span {
  display: inline-block;
}

.p-cta__bloc .p-cta__btn {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
  padding-top: 26px;
}

.p-cta__bloc .p-cta__btn li {
  flex: 1;
  width: 50%;
  margin: 0 5px;
}

@media screen and (max-width: 800px) {
  .p-cta-area {
    display: block;
  }

  .p-cta-area .p-cta {
    width: 100%;
    padding: 30px 30px 40px;
  }

  .p-cta-area .p-cta--reserve.visible {
    background-image: url("../img/cta/cta_bg_reserve_sp.jpg");
  }

  .p-cta-area .p-cta--catalog.visible {
    background-image: url("../img/cta/cta_bg_catalog_sp.jpg");
  }

  .p-cta-area .p-cta + .p-cta {
    border-left: 0;
    border-top: 1px solid #c3c3c3;
  }

  .p-cta__bloc h2 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .p-cta-area .p-cta {
    padding: 25px 30px 30px;
  }

  .p-cta__bloc h2 {
    margin-bottom: 4px;
  }

  .p-cta__bloc p {
    font-size: 14px;
    line-height: 24px;
  }

  .p-cta__bloc .p-cta__btn {
    padding-top: 14px;
  }
}

@media screen and (max-width: 320px) {
  .p-cta-area .p-cta {
    padding: 25px 15px 30px;
  }
}

/* --------------------------------------------------------------------- btn --------------------------------------------------------------------- */
.c-btn input[type="submit"],
.c-btn input[type="button"],
.c-btn button,
.c-btn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
}

.c-btn--cta a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #000;
  height: 50px;
  padding: 0 0 2px;
}

.c-btn--cta a:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 13px;
  margin-right: -13px;
  background-image: url("../img/cta/cta_btn_arw.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.c-btn--cta a,
.c-btn--cta a:visited {
  color: #000;
}

.c-btn--back a,
.c-btn--more a {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  height: 50px;
  padding: 0 0 3px;
}

.c-btn--back a:after,
.c-btn--more a:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: 13px;
  background-image: url("../img/cta/cta_btn_arw.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.c-btn--back a,
.c-btn--more a,
.c-btn--back a:visited,
.c-btn--more a:visited {
  color: #000;
}

.c-btn--footcta-pc a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9e7b37;
  height: 50px;
  padding: 0 0 4px;
}

.c-btn--footcta-pc a span {
  display: inline-block;
}

.c-btn--footcta-pc a:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background-image: url("../img/cta/foot_cta_arw.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.c-btn--footcta-pc.cta-store a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 4px 2px 0 0;
  background-image: url("../img/cta/foot_cta_cart.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.c-btn--footcta-pc a,
.c-btn--footcta-pc a:visited {
  color: #fff;
}

@media screen and (min-width: 801px) {
  .c-btn--cta-login a {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .2s;
  }

  .c-btn--cta-login a:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .c-btn--cta-download a,
  .c-btn--cta-contact a,
  .c-btn--contact a,
  .c-btn--head-download a,
  .c-btn--head-contact a {
    opacity: 1;
    transition: opacity .2s;
  }

  .c-btn--cta-download a:hover,
  .c-btn--cta-contact a:hover,
  .c-btn--contact a:hover,
  .c-btn--head-download a:hover,
  .c-btn--head-contact a:hover {
    opacity: .7;
  }

  .c-btn--more-info a,
  .c-btn--more-articles a {
    opacity: 1;
    transition: opacity .2s;
  }

  .c-btn--more-info a:hover,
  .c-btn--more-articles a:hover {
    opacity: .7;
  }

  .c-btn--back a,
  .c-btn--more a,
  .c-btn--cta a {
    transition: background-color .2s, color .2s;
  }

  .c-btn--back a:after,
  .c-btn--more a:after,
  .c-btn--cta a:after {
    transition: background-image .2s;
  }

  .c-btn--back a:hover,
  .c-btn--more a:hover,
  .c-btn--cta a:hover {
    color: #fff;
    background-color: #000;
  }

  .c-btn--back a:hover:after,
  .c-btn--more a:hover:after,
  .c-btn--cta a:hover:after {
    background-image: url("../img/cta/cta_btn_arw_hover.png");
  }
}

@media screen and (max-width: 1024px) {
  .c-btn--footcta-pc a {
    font-size: 17px;
    line-height: 1.2;
    height: 44px;
    padding: 0 0 3px;
  }

  .c-btn--footcta-pc a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}

@media screen and (max-width: 860px) {
  .c-btn--footcta-pc.cta-store a:before {
    margin: 4px 2px 0 -20px;
  }
}

@media screen and (max-width: 800px) {
  .c-btn--footcta-pc a {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    height: 75px;
    padding-bottom: 12px;
  }

  .c-btn--footcta-pc a:after {
    display: none;
  }

  .c-btn--footcta-pc a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .c-btn--footcta-pc.cta-call a:before {
    background-image: url("../img/cta/foot_cta_icon_call.png");
  }

  .c-btn--footcta-pc.cta-reserve a:before {
    background-image: url("../img/cta/foot_cta_icon_reserve.png");
  }

  .c-btn--footcta-pc.cta-catalog a:before {
    background-image: url("../img/cta/foot_cta_icon_catalog.png");
  }

  .c-btn--footcta-pc.cta-request a:before {
    background-image: url("../img/cta/foot_cta_icon_request.png");
  }

  .c-btn--footcta-pc.cta-store a:before {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url("../img/cta/foot_cta_icon_store.png");
  }
}

@media screen and (max-width: 600px) {
  .c-btn--back a,
  .c-btn--more a {
    font-size: 16px;
    padding: 0 0 1px;
  }
}

@media screen and (max-width: 420px) {
  .c-btn--cta a {
    font-size: 14px;
    height: 45px;
    padding: 0 0 2px;
  }

  .c-btn--cta a:after {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-left: 10px;
    margin-right: -10px;
  }

  .c-btn--back a,
  .c-btn--more a {
    font-size: 14px;
    height: 46px;
    padding: 0 0 1px;
  }

  .c-btn--back a:after,
  .c-btn--more a:after {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: 11px;
  }
}

/* ----------------------------------- footer CTA ----------------------------------- */
.l-footer-cta {
  box-sizing: border-box;
  position: fixed;
  bottom: -100px;
  height: 100px;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #333;
  padding: 25px 30px;
  transition: bottom .3s;
}

.l-footer-cta.is-banner.scr,
.l-footer-cta.scr {
  bottom: 0;
}

/* foot cta - pc ----------------------------- */
.footer-cta__bloc--pc {
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-cta__bloc--pc .btn-area {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.footer-cta__bloc--pc .btn-area li {
  margin: 0 5px;
}

.footer-cta__bloc--pc .btn-area li:not(.cta-store) {
  flex: 1;
}

.footer-cta__bloc--pc .btn-area li.cta-store {
  width: 235px;
}

.c-nav-menu__cta .txt-area,
.footer-cta__bloc--pc .txt-area {
  color: #fff;
  display: flex;
  align-items: center;
  width: 408px;
  margin-top: -3px;
}

.c-nav-menu__cta .txt-area p,
.footer-cta__bloc--pc .txt-area p {
  font-size: 16px;
  line-height: 24px;
}

.c-nav-menu__cta .txt-area ul,
.footer-cta__bloc--pc .txt-area ul {
  padding-left: 13px;
}

.c-nav-menu__cta .txt-area .telnum a,
.footer-cta__bloc--pc .txt-area .telnum a,
.c-nav-menu__cta .txt-area .telnum span,
.footer-cta__bloc--pc .txt-area .telnum span {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  letter-spacing: .145em;
}

.c-nav-menu__cta .txt-area .telnum a,
.footer-cta__bloc--pc .txt-area .telnum a,
.c-nav-menu__cta .txt-area .telnum a:visited,
.footer-cta__bloc--pc .txt-area .telnum a:visited {
  color: #fff;
}

.c-nav-menu__cta .txt-area .datetime,
.footer-cta__bloc--pc .txt-area .datetime {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .01em;
  padding-top: 4px;
}

@media screen and (max-width: 1024px) {
  .l-footer-cta {
    bottom: -334px;
    height: 334px;
    padding: 15px 30px;
  }

  .footer-cta__bloc--pc {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
  }

  .footer-cta__bloc--pc .btn-area {
    flex-wrap: wrap;
    margin: 0 -3px;
  }

  .footer-cta__bloc--pc .btn-area li,
  .footer-cta__bloc--pc .btn-area li:not(.cta-store),
  .footer-cta__bloc--pc .btn-area li.cta-store {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
    padding: 0 3px;
    margin: 0 0 6px;
  }

  .footer-cta__bloc--pc .btn-area li.cta-catalog,
  .footer-cta__bloc--pc .btn-area li.cta-request {
    width: 50%;
  }

  .footer-cta__bloc--pc .txt-area {
    display: block;
    width: auto;
    margin-top: 0;
    padding-right: 30px;
  }

  .footer-cta__bloc--pc .txt-area p {
    font-size: 16px;
    line-height: 24px;
    padding: 2px 0 7px;
  }

  .footer-cta__bloc--pc .txt-area ul {
    padding-left: 0;
  }

  .footer-cta__bloc--pc .txt-area .telnum a,
  .footer-cta__bloc--pc .txt-area .telnum span {
    font-size: 34px;
  }

  .footer-cta__bloc--pc .txt-area .datetime {
    font-size: 13px;
    line-height: 16px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 860px) {
  .footer-cta__bloc--pc .txt-area {
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .l-footer-cta {
    bottom: -75px;
    height: 75px;
    padding: 0;
  }

  .footer-cta__bloc--pc .txt-area {
    display: none;
  }

  .footer-cta__bloc--pc .btn-area {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 75px;
    background-color: #9e7b37;
    margin: 0;
  }

  .footer-cta__bloc--pc .btn-area li,
  .footer-cta__bloc--pc .btn-area li:not(.cta-store),
  .footer-cta__bloc--pc .btn-area li.cta-store {
    width: 25%;
    padding: 0;
    margin: 0;
  }

  .footer-cta__bloc--pc .btn-area li + li {
    border-left: 1px solid #cfbd9b;
  }
}

/* sp menu cta ----------------------------- */
.c-nav-menu__cta .txt-area {
  background-color: #333;
  width: auto;
  margin-top: 0;
  height: 75px;
  padding-bottom: 2px;
  box-sizing: border-box;
  justify-content: center;
}

.c-nav-menu__cta .btn-area {
  box-shadow: 0 1px 0 0 #cfbd9b inset;
}

/* foot cta - sp ----------------------------- */
.footer-cta__bloc--sp {
  display: none;
}

.c-nav-menu__cta .btn-area,
.footer-cta__bloc--sp .btn-area {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 75px;
  background-color: #9e7b37;
}

.c-nav-menu__cta .btn-area li,
.footer-cta__bloc--sp .btn-area li {
  box-sizing: border-box;
  width: 25%;
  flex: 1;
}

.c-nav-menu__cta .btn-area li + li,
.footer-cta__bloc--sp .btn-area li + li {
  border-left: 1px solid #cfbd9b;
}

.c-nav-menu__cta .btn-area a,
.footer-cta__bloc--sp .btn-area a {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  height: 75px;
  padding-bottom: 12px;
}

.c-nav-menu__cta .btn-area a:before,
.footer-cta__bloc--sp .btn-area a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.c-nav-menu__cta .btn-area a span,
.footer-cta__bloc--sp .btn-area a span {
  white-space: nowrap;
}

.c-nav-menu__cta .btn-area li.cta-call a:before,
.footer-cta__bloc--sp .btn-area li.cta-call a:before {
  background-image: url("../img/cta/foot_cta_icon_call.png");
}

.c-nav-menu__cta .btn-area li.cta-reserve a:before,
.footer-cta__bloc--sp .btn-area li.cta-reserve a:before {
  background-image: url("../img/cta/foot_cta_icon_reserve.png");
}

.c-nav-menu__cta .btn-area li.cta-catalog a:before,
.footer-cta__bloc--sp .btn-area li.cta-catalog a:before {
  background-image: url("../img/cta/foot_cta_icon_catalog.png");
}

.c-nav-menu__cta .btn-area li.cta-request a:before,
.footer-cta__bloc--sp .btn-area li.cta-request a:before {
  background-image: url("../img/cta/foot_cta_icon_request.png");
}

.c-nav-menu__cta .btn-area li.cta-store a:before,
.footer-cta__bloc--sp .btn-area li.cta-store a:before {
  background-image: url("../img/cta/foot_cta_icon_store.png");
}

.c-nav-menu__cta .btn-area a,
.footer-cta__bloc--sp .btn-area a,
.c-nav-menu__cta .btn-area a:visited,
.footer-cta__bloc--sp .btn-area a:visited {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .c-nav-menu__cta .btn-area li.cta-reserve a span,
  .footer-cta__bloc--sp .btn-area li.cta-reserve a span {
    transform: scaleX(.9);
  }

  .c-nav-menu__cta .btn-area li.cta-store a span,
  .footer-cta__bloc--sp .btn-area li.cta-store a span {
    transform: scaleX(.8);
  }
}

@media screen and (max-width: 420px) {
  .c-nav-menu__cta .txt-area {
    width: auto;
    margin-top: 0;
    padding-bottom: 2px;
    box-sizing: border-box;
  }

  .c-nav-menu__cta .txt-area p {
    font-size: 15px;
    line-height: 24px;
  }

  .c-nav-menu__cta .txt-area ul {
    padding-left: 10px;
  }

  .c-nav-menu__cta .txt-area .telnum a,
  .c-nav-menu__cta .txt-area .telnum span {
    font-size: 29px;
  }

  .c-nav-menu__cta .txt-area .datetime {
    font-size: 11px;
    line-height: 16px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 320px) {
  .c-nav-menu__cta .txt-area p {
    font-size: 13px;
    line-height: 24px;
  }

  .c-nav-menu__cta .txt-area ul {
    padding-left: 8px;
  }

  .c-nav-menu__cta .txt-area .telnum a,
  .c-nav-menu__cta .txt-area .telnum span {
    font-size: 26px;
    letter-spacing: .09em;
  }

  .c-nav-menu__cta .txt-area .datetime {
    font-size: 10px;
    line-height: 16px;
    padding-top: 4px;
    letter-spacing: 0;
  }
}

.footer-cta__bloc .banner-area {
  display: block;
  position: relative;
  z-index: 0;
}

.footer-cta__bloc .banner-area .btn-close {
  position: absolute;
  top: -16px;
  left: 10px;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 100%;
  background-image: url("../img/cta/foot_cta_close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  text-indent: 100%;
  overflow: hidden;
}

.footer-cta__bloc .banner-area.is-hide {
  display: none;
}

@media screen and (max-width: 600px) {
  .footer-cta__bloc--pc {
    display: none;
  }

  .footer-cta__bloc--sp {
    display: block;
  }

  .l-footer-cta {
    bottom: -80px;
    height: auto;
    background-color: transparent;
    padding: 0;
  }

  .l-footer-cta.is-banner {
    bottom: -200px;
  }
}

@media screen and (max-width: 420px) {
  .c-nav-menu__cta .btn-area a,
  .footer-cta__bloc--sp .btn-area a {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .c-nav-menu__cta .btn-area a,
  .footer-cta__bloc--sp .btn-area a {
    font-size: 11px;
  }
}

/* --------------------------------------------------------------------- pagetop --------------------------------------------------------------------- */
.c-page-top {
  position: sticky;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.c-page-top.alp {
  visibility: visible;
  opacity: 1;
}

.c-page-top.scr {
  bottom: 100px;
}

.c-btn--pagetop {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

.c-btn--pagetop a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}

.c-btn--pagetop a span {
  display: block;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 801px) {
  .c-btn--pagetop a {
    transition: border .2s;
  }

  .c-btn--pagetop a:hover {
    border: 1px solid #333;
  }
}

@media screen and (max-width: 1024px) {
  .c-page-top.scr {
    bottom: 334px;
  }
}

@media screen and (max-width: 900px) {
  .c-page-top.scr {
    bottom: 248px;
  }
}

@media screen and (max-width: 800px) {
  .c-page-top.scr {
    bottom: 220px;
  }
}

@media screen and (max-width: 600px) {
  .c-page-top.scr.is-banner {
    bottom: 170px;
  }

  .c-page-top.scr {
    bottom: 80px;
  }

  .c-btn--pagetop {
    right: 15px;
    bottom: 15px;
  }

  .c-btn--pagetop a {
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 420px) {
  .c-page-top.scr.is-banner {
    bottom: 120px;
  }

  .c-page-top.scr {
    bottom: 80px;
  }
}

/* footer ------------------------ */
.l-footer {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: #000;
}

.l-footer {
  padding: 34px 0 50px;
}

.l-footer__logo {
  max-width: 310px;
  margin: 0 auto 14px;
}

.l-footer address {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  margin-left: .6em;
}

@media screen and (min-width: 801px) {
  .l-footer__menu a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 600px) {
  .l-footer {
    padding: 30px 0 50px;
  }

  .l-footer__logo {
    max-width: 268px;
    margin: 0 auto 15px;
  }

  .l-footer address {
    font-size: 11px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 400px) {
  .l-footer {
    padding: 30px 0 45px;
  }

  .l-footer address {
    font-size: 10px;
  }
}

/* -----------------------------------
 2022 pricecp LP page
 ----------------------------------- */
.p-springcp-main-area {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .p-springcp-main-area .sp {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .p-springcp-main-area .pc {
    display: none;
  }

  .p-springcp-main-area .sp {
    display: block;
  }
}

/* springcp purchase wig */
.purchase-wig {
  background-image: url("../img/springcp/purchase_wig_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  margin-top: -35px;
  padding-bottom: 25px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount {
  padding: 0;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap {
  background: none;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner {
  padding-top: 0;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap {
  max-width: 917px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc {
  width: auto;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
  letter-spacing: 1.3px;
  top: -4px;
  left: 0;
  position: relative;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
  position: relative;
  top: 32px;
  left: 15px;
  max-width: 160px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
  position: absolute;
  top: 7px;
  left: -13px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
  position: absolute;
  top: 7px;
  right: -9px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
  position: relative;
  top: -7px;
  letter-spacing: -.3px;
  left: 12px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
  font-size: 108px;
  line-height: 173px;
  letter-spacing: -4px;
  left: -17px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
  font-size: 47px;
  line-height: 75px;
  top: -6px;
  right: 14px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
  font-size: 73px;
  line-height: 117px;
  top: -1px;
  right: 10px;
}

.purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
  width: 484.84px;
  bottom: 35px;
  left: -25px;
}

.purchase_wig_line {
  background: url("../img/springcp/purchase_wig_line.png") no-repeat 50% 100%;
  position: relative;
  padding: 0 0 40px;
  max-width: 921px;
  margin: 0 auto;
  top: -38px;
}

.purchase_wig_desc {
  max-width: 961px;
  margin: 0 auto;
  position: relative;
  top: -24px;
}

.purchase_wig_desc p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -.01em;
  color: #1c518b;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 2000px) {
  .purchase-wig {
    margin-top: -50px;
  }
}

@media screen and (max-width: 1600px) {
  .purchase-wig {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap {
    max-width: 800px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    letter-spacing: 0;
    font-size: 18px;
    left: 0;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 18px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    top: 7px;
    right: 17px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 88px;
    line-height: 153px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 27px;
    line-height: 55px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 53px;
    line-height: 97px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 360.84px;
  }
}

@media screen and (max-width: 800px) {
  .purchase-wig {
    margin-top: -66px;
    padding-bottom: 80px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner {
    padding-top: 80px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap {
    max-width: 624px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 1px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 28px;
    line-height: 34px;
    top: 25px;
    left: 17px;
    max-width: 263px;
    margin: 0 auto;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
    content: "";
    width: 37px;
    height: 37px;
    top: 0;
    left: 20px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    content: "";
    width: 37px;
    height: 37px;
    top: 0;
    right: -5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc:last-child {
    width: 400px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    max-width: 400px;
    top: -10px;
    left: 0;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 77px;
    line-height: 219px;
    left: 7px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 30px;
    line-height: 38px;
    top: -8px;
    right: -5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 60px;
    line-height: 140px;
    top: -2px;
    right: -6px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 400px;
    height: 15px;
    left: 0;
    bottom: 74px;
  }

  .purchase_wig_line {
    background: url("../img/springcp/purchase_wig_line.png") no-repeat 50% 100%;
    margin: 0 -40px;
    top: -50px;
  }

  .purchase_wig_desc {
    max-width: 670px;
    top: 0;
    margin-bottom: 102px;
  }

  .purchase_wig_desc p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: .01em;
  }

  .purchase_wig_desc p .pc {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 1px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 28px;
    line-height: 34px;
    left: 0;
    top: 20px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
    left: 25px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    right: 0;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc:last-child {
    width: 400px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    top: -16px;
    left: 0;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 77px;
    line-height: 219px;
    left: 7px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 30px;
    line-height: 38px;
    top: -8px;
    right: -5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 60px;
    line-height: 140px;
    top: -2px;
    right: -6px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 400px;
    height: 15px;
    left: 0;
    bottom: 74px;
  }

  .purchase_wig_line {
    background: url("../img/springcp/purchase_wig_line.png") no-repeat 50% 100%;
    margin: 0 -35px;
    top: -60px;
  }

  .purchase_wig_desc {
    max-width: 670px;
    top: 0;
    margin-bottom: 80px;
  }

  .purchase_wig_desc p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: .01em;
  }

  .purchase_wig_desc p .pc {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .purchase-wig {
    padding-bottom: 40px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner {
    padding-top: 72px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap {
    max-width: 312px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .7px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 18px;
    line-height: 21px;
    left: 10px;
    top: 19px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
    left: 61px;
    top: 1px;
    width: 18.5px;
    height: 18.5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    right: 47px;
    top: 1px;
    width: 18.5px;
    height: 18.5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc:last-child {
    width: 320px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    max-width: 320px;
    top: 5px;
    left: -5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 69px;
    line-height: 109px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 30px;
    line-height: 47px;
    right: -10px;
    top: -3px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 50px;
    line-height: 80px;
    top: -1px;
    right: -9px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 320px;
    height: 11px;
    left: 0;
    bottom: 26px;
  }

  .purchase_wig_line {
    background: url("../img/springcp/purchase_wig_line_sp.png") no-repeat 50% 100%;
    margin: 0 -30px;
    top: -15px;
  }

  .purchase_wig_desc {
    max-width: 335px;
    top: 1px;
    margin: 0 -10px;
  }

  .purchase_wig_desc p {
    font-size: 15px;
    line-height: 27px;
  }
}

@media screen and (max-width: 360px) {
  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    left: 0;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    max-width: 295px;
    top: 5px;
    left: -5px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 64px;
    line-height: 104px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 25px;
    line-height: 42px;
    right: -10px;
    top: -3px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 45px;
    line-height: 76px;
    top: -1px;
    right: -9px;
  }

  .purchase-wig .purchase-wig__wrap .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 295px;
    height: 11px;
    left: 0;
    bottom: 26px;
  }
}

@media screen and (max-width: 320px) {
  .purchase_wig_line {
    margin: 0 -15px;
  }
}

/* springcp__discount */
.springcp__discount {
  max-width: 1000px;
  margin: 0 auto;
  color: #bf1a60;
  font-family: 'Shippori Mincho', serif;
  padding: 0 0 25px;
}

.springcp__caution .springcp__discount__inner {
  padding-top: 82px;
  position: relative;
}

.springcp__discount__inner .limited {
  background-color: #bf1a60;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: -40px;
}

.springcp__discount__inner .limited span {
  position: relative;
}

.springcp__discount__inner .limited span:first-child {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  top: -4px;
}

.springcp__discount__inner .limited span:last-child {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  top: -10px;
}

.springcp__discount__inner .txt_bloc_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-bottom: 13px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -.01em;
  position: relative;
  left: -24px;
  top: 8px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  top: 27px;
  left: 58px;
  max-width: 160px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
  content: "";
  background-image: url("../img/springcp/h3_before.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: -12px;
  width: 21px;
  height: 21px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
  content: "";
  background-image: url("../img/springcp/h3_after.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  right: -10px;
  width: 21px;
  height: 21px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
  font-weight: 600;
  position: relative;
  z-index: 2;
  left: 47px;
  top: 0;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
  font-size: 85px;
  line-height: 136px;
  letter-spacing: -1.5px;
  position: relative;
  left: -4px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
  font-size: 37px;
  line-height: 59px;
  position: relative;
  top: -4px;
  right: 11px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
  font-size: 57px;
  line-height: 91px;
  position: relative;
  top: -2px;
  right: 10px;
}

.springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
  content: "";
  width: 387.84px;
  height: 17.4px;
  border-radius: 100px;
  background-color: #fff68e;
  position: absolute;
  bottom: 24px;
  left: -12px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .springcp__discount__inner .limited {
    left: -50px;
  }
}

@media screen and (max-width: 1100px) {
  .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .springcp__discount__inner .limited {
    width: 130px;
    height: 130px;
    left: -10px;
  }

  .springcp__discount__inner .limited span:first-child {
    font-size: 20px;
    line-height: 41px;
  }

  .springcp__discount__inner .limited span:last-child {
    font-size: 24px;
    line-height: 39px;
  }

  .springcp__discount__inner .txt_bloc_wrap {
    max-width: 700px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    font-size: 18px;
    line-height: 36px;
    left: 0;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 18px;
    line-height: 32px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    right: 15px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 65px;
    line-height: 116px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 17px;
    line-height: 39px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 37px;
    line-height: 71px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    content: "";
    width: 264.84px;
    height: 12.4px;
    bottom: 24px;
  }
}

@media screen and (max-width: 900px) {
  .springcp__discount__inner .limited {
    left: -50px;
  }
}

@media screen and (max-width: 800px) {
  .springcp__caution .springcp__discount {
    max-width: 750px;
  }

  .springcp__caution .springcp__discount__inner .limited {
    width: 140px;
    height: 140px;
    left: 0;
    top: 10px;
  }

  .springcp__discount__inner .limited span:first-child {
    font-size: 20px;
    line-height: 42px;
  }

  .springcp__discount__inner .limited span:last-child {
    font-size: 26px;
    line-height: 39px;
  }

  .springcp__discount__inner .txt_bloc_wrap {
    max-width: 720px;
    flex-direction: column;
    text-align: center;
    padding: 60px 0 20px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc {
    width: 100%;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    font-size: 18px;
    line-height: 38px;
    max-width: 400px;
    margin: 0 auto;
    letter-spacing: 1px;
    top: 3px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 28px;
    line-height: 34px;
    max-width: 263px;
    margin: 0 auto;
    left: 5px;
    top: 30px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
    top: 0;
    left: 25px;
    width: 37px;
    height: 37px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    left: 16px;
    top: 0;
    max-width: 300px;
    margin: 0 auto;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 60px;
    line-height: 197px;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 20px;
    line-height: 28px;
    top: -8px;
    right: 0;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 36px;
    line-height: 130px;
    top: -2px;
    right: 0;
  }

  .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 300px;
    height: 10px;
    bottom: 72px;
    left: 0;
  }
}

@media screen and (max-width: 650px) {
  .springcp__caution .springcp__discount {
    max-width: 600px;
  }

  .springcp__caution .springcp__discount__inner .limited {
    width: 140px;
    height: 140px;
    left: 0;
    top: 10px;
  }

  .springcp__caution .springcp__discount__inner .limited span:first-child {
    font-size: 20px;
    line-height: 42px;
  }

  .springcp__caution .springcp__discount__inner .limited span:last-child {
    font-size: 26px;
    line-height: 39px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap {
    max-width: 570px;
    padding: 80px 0 20px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    max-width: 400px;
    margin: 0 auto;
    top: 3px;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 28px;
    line-height: 34px;
    max-width: 263px;
    margin: 0 auto;
    left: 5px;
    top: 40px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
    left: 25px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    right: 0;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    left: 0;
    top: 19px;
    max-width: 300px;
    margin: 0 auto;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 60px;
    line-height: 197px;
    left: 0;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 20px;
    line-height: 28px;
    top: -8px;
    right: 0;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 36px;
    line-height: 130px;
    top: -2px;
    right: 0;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 300px;
    height: 10px;
    left: 0;
    bottom: 72px;
  }
}

@media screen and (max-width: 420px) {
  .springcp__caution .springcp__discount {
    max-width: 335px;
  }

  .springcp__caution .springcp__discount__inner {
    padding-top: 40px;
    margin: 0 -20px;
  }

  .springcp__caution .springcp__discount__inner .limited {
    width: 90px;
    height: 90px;
    left: 10px;
    top: 6px;
  }

  .springcp__caution .springcp__discount__inner .limited span:first-child {
    font-size: 14px;
    line-height: 25px;
    top: -2px;
  }

  .springcp__caution .springcp__discount__inner .limited span:last-child {
    font-size: 17px;
    line-height: 24px;
    top: -5px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap {
    max-width: 335px;
    padding: 60px 0 46px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h3 {
    max-width: 303px;
    top: 3px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .7px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4 {
    font-size: 18px;
    line-height: 21px;
    left: 3px;
    top: 20px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:before {
    left: 62px;
    top: 2px;
    width: 19px;
    height: 19px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc h4:after {
    right: 46px;
    top: 2px;
    width: 19px;
    height: 19px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price {
    max-width: 255px;
    top: 12px;
    letter-spacing: -1.3px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .amount {
    font-size: 54px;
    line-height: 87px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .currency {
    font-size: 23px;
    line-height: 37px;
    top: -4px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price .off {
    font-size: 39px;
    line-height: 63px;
  }

  .springcp__caution .springcp__discount__inner .txt_bloc_wrap .txt_bloc .price:after {
    width: 255px;
    height: 9px;
    bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .springcp__caution .springcp__discount__inner {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 320px) {
  .springcp__caution .springcp__discount__inner .txt_bloc_wrap {
    max-width: 280px;
  }
}

/* springcp__caution */
.springcp__caution {
  background: linear-gradient(#fff5fe 0%, #fff 100%);
}

.springcp__cautionInner {
  padding: 35px 0 34px;
  max-width: 750px;
  margin: 0 auto;
}

.springcp__cautionBox {
  background: #fff;
  border: 1px solid #bf1a60;
  border-radius: 10px;
  padding: 40px 60px 32px;
  margin-bottom: 54px;
}

.springcp__cautionBox h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 28px;
  text-align: center;
  color: #bf1a60;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 350.69px;
  margin: 0 auto 33px;
}

.springcp__cautionBox h3:before {
  content: "";
  background-image: url("../img/springcp/h3_before.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 5px;
}

.springcp__cautionBox h3:after {
  content: "";
  background-image: url("../img/springcp/h3_after.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -23px;
  top: 5px;
}

.springcp__cautionBox h3 .sp {
  display: none;
}

.springcp__cautionBox ul li {
  background: url("../img/springcp/icon_check.svg") no-repeat;
  padding-left: 38px;
  margin-bottom: 34px;
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 26px;
  color: #333;
}

.springcp__cautionBox li:last-child {
  margin-bottom: 40px;
}

.springcp__note {
  text-align: center;
  font-size: 14px;
  letter-spacing: .3px;
}

.springcp__btn {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  top: -35px;
}

.springcp__btn--footer {
  top: 0;
}

.springcp__btn:hover {
  opacity: .7;
}

.springcp__btn a {
  background: #dc0250 url("../img/springcp/arrow.svg") no-repeat right 15px top 50%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  display: block;
  max-width: 380px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 32px;
  padding: 20px;
}

.springcp__btn.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .springcp__btn a {
    background: #dc0250 url("../img/springcp/arrow_sp.svg") no-repeat right 33px top 50%;
    max-width: 400px;
    font-size: 23px;
    line-height: 24px;
    padding: 30px;
  }

  .springcp__btn.sp {
    display: block;
    max-width: 400px;
    top: 0;
  }

  .springcp__btn.pc {
    display: none;
  }

  .springcp__caution .springcp__btn.sp {
    margin-bottom: 7px;
  }

  .springcp__cautionInner {
    padding: 35px 0;
  }

  .springcp__cautionBox {
    padding: 30px 40px;
    margin-bottom: 46px;
    border: 2px solid #bf1a60;
  }

  .springcp__cautionBox h3 {
    max-width: 400px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 34px;
    margin-bottom: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 38px;
  }

  .springcp__cautionBox h3 .sp {
    display: block;
  }

  .springcp__cautionBox h3:before {
    content: "";
    background: url("../img/springcp/sp_h3_before.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-right: 0;
    position: absolute;
    left: 16%;
    top: 40px;
  }

  .springcp__cautionBox h3:after {
    content: "";
    background: url("../img/springcp/sp_h3_after.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-right: 0;
    position: absolute;
    right: 6.5%;
    top: 40px;
  }

  .springcp__cautionBox ul {
    padding: 27px 35px;
  }

  .springcp__cautionBox ul li {
    background: url("../img/springcp/icon_check.svg") no-repeat;
    background-size: 22px 27px;
    background-position: 0 5px;
    padding-left: 36px;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 31px;
  }

  .springcp__cautionBox ul li:last-child {
    margin-bottom: 16px;
  }

  .springcp__note {
    font-size: 18px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 650px) {
  .springcp__btn a {
    background: #dc0250 url("../img/springcp/arrow_sp.svg") no-repeat right 33px top 50%;
    max-width: 400px;
    font-size: 23px;
    line-height: 24px;
    padding: 30px;
  }

  .springcp__btn.sp {
    display: block;
    max-width: 400px;
    top: 0;
  }

  .springcp__caution .springcp__btn.sp {
    margin-bottom: 7px;
  }

  .springcp__cautionInner {
    padding: 35px 0 28px;
  }

  .springcp__cautionBox {
    padding: 30px 40px;
  }

  .springcp__cautionBox h3 {
    max-width: 400px;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 34px;
    margin-bottom: 35px;
    padding-top: 10px;
  }

  .springcp__cautionBox h3:before {
    width: 60px;
    height: 60px;
    margin-right: 0;
    left: 0;
    top: 16px;
  }

  .springcp__cautionBox h3:after {
    width: 60px;
    height: 60px;
    margin-right: 0;
    right: -14%;
    top: 16px;
  }

  .springcp__cautionBox ul {
    padding: 20px 0;
  }

  .springcp__cautionBox ul li {
    background-size: 22px 27px;
    background-position: 0 5px;
    padding-left: 36px;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 31px;
  }

  .springcp__cautionBox ul li:last-child {
    margin-bottom: 16px;
  }

  .springcp__note {
    font-size: 18px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .springcp__btn a {
    background: #dc0250 url("../img/springcp/arrow.svg") no-repeat right 16px top 50%;
    max-width: 290px;
    font-size: 21px;
    line-height: 32px;
    padding: 17px;
  }

  .springcp__btn.sp {
    display: block;
    max-width: 290px;
    top: 0;
  }

  .springcp__caution .springcp__btn.sp {
    margin-bottom: 7px;
  }

  .springcp__cautionInner {
    padding: 5px 0 0;
  }

  .springcp__cautionBox {
    padding: 24px 30px 30px;
    max-width: 335px;
    margin: 0 -10px 50px;
  }

  .springcp__cautionBox h3 {
    max-width: 263px;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 8px;
  }

  .springcp__cautionBox h3:before {
    width: 50px;
    height: 50px;
    left: 0%;
  }

  .springcp__cautionBox h3:after {
    width: 50px;
    height: 50px;
    right: -13.5%;
    top: 16px;
  }

  .springcp__cautionBox ul {
    padding: 0 5px;
  }

  .springcp__cautionBox ul li {
    background-size: 19px 15px;
    background-position: 0 5px;
    padding-left: 22px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 27px;
  }

  .springcp__cautionBox ul li:last-child {
    margin-bottom: 0;
  }

  .springcp__note {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 360px) {
  .springcp__cautionBox h3 {
    font-size: 17px;
    padding: 8px 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .springcp__cautionBox {
    max-width: 280px;
    margin: 0 6px 50px;
  }

  .springcp__cautionBox h3 {
    font-size: 17px;
    padding: 8px 10px 0;
  }

  .springcp__cautionBox h3:before {
    width: 80px;
    height: 80px;
  }

  .springcp__cautionBox h3:after {
    width: 80px;
    height: 80px;
    right: -24.5%;
  }
}

/* springcp__footer_banner */
.springcp_footer_banner {
  margin: 0 auto 104px;
  max-width: 1020px;
  padding: 0 10px;
}

.springcp_footer_banner img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .springcp_footer_banner {
    max-width: 670px;
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 650px) {
  .springcp_footer_banner {
    max-width: 550px;
  }
}

@media screen and (max-width: 550px) {
  .springcp_footer_banner {
    max-width: 450px;
  }
}

@media screen and (max-width: 450px) {
  .springcp_footer_banner {
    max-width: 400px;
  }
}

@media screen and (max-width: 420px) {
  .springcp_footer_banner {
    max-width: 335px;
  }
}

@media screen and (max-width: 360px) {
  .springcp_footer_banner {
    max-width: 300px;
  }
}

.l-footer-cta.is-banner {
  padding: 15px 30px;
}

.l-footer-cta.is-banner .footer-cta__bloc--pc {
  max-width: 1080px;
}

.l-footer-cta.is-banner .footer-cta__bloc--pc .txt-area {
  display: block;
  width: 290px;
  margin-top: -5px;
}

.l-footer-cta.is-banner .footer-cta__bloc--pc .txt-area p {
  font-size: 15px;
}

.l-footer-cta.is-banner .footer-cta__bloc--pc .txt-area ul {
  padding-left: 0;
}

.l-footer-cta.is-banner .footer-cta__bloc--pc .btn-area .c-btn--footcta-pc a {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  height: 70px;
  font-size: 18px;
  background: #ad7d20;
  box-shadow: 1px 1px 5px 0 rgba(255, 255, 255, .5) inset, -1px -1px 5px 0 rgba(0, 0, 0, .4) inset;
}

.l-footer-cta.is-banner .footer-cta__bloc--pc .btn-area .c-btn--footcta-pc a:after {
  margin-top: 0;
  padding: 0;
}

.footer-cta__bloc--sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-footer-cta {
    height: auto;
    bottom: -200px;
  }

  .l-footer-cta.is-banner {
    background-color: #333;
    padding: calc(12 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
  }

  .l-footer-cta.is-banner .footer-cta__bloc--pc {
    display: none;
  }

  .l-footer-cta.is-banner .footer-cta__bloc--sp {
    display: block;
  }

  .l-footer-cta .txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: auto;
    margin-bottom: calc(12 / 750 * 100vw);
  }

  .l-footer-cta .txt-area p {
    font-size: calc(24 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    line-height: calc(50 / 750 * 100vw);
    padding: 0 calc(12 / 750 * 100vw);
  }

  .l-footer-cta .txt-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer-cta .txt-area .telnum {
    font-family: Marcellus, serif;
    font-weight: 400;
    font-size: calc(48 / 750 * 100vw);
    line-height: 1;
    letter-spacing: .05em;
    padding-right: calc(12 / 750 * 100vw);
  }

  .l-footer-cta .txt-area .datetime {
    font-size: calc(22 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(25 / 750 * 100vw);
  }

  .l-footer-cta .btn-area {
    background-color: transparent !important;
    border: none !important;
    margin: 0 -4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .l-footer-cta .btn-area li {
    padding: 0 4px;
    background-color: transparent !important;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-footer-cta .btn-area li a {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(90 / 750 * 100vw);
    background: #ad7d20;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(255, 255, 255, .5) inset, -1px -1px 5px 0 rgba(0, 0, 0, .4) inset;
    box-shadow: 1px 1px 5px 0 rgba(255, 255, 255, .5) inset, -1px -1px 5px 0 rgba(0, 0, 0, .4) inset;
    padding: 0;
    text-align: center;
    position: relative;
    padding-right: calc(10 / 750 * 100vw);
  }

  .l-footer-cta .btn-area li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: calc(10 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/foot_cta_arw.png");
    background-size: 100% 100%;
  }
}
