@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}

.inner-block02 {
  position: relative;
  width: auto;
  max-width: 960px;
  padding: 0 20px;
}

.inner-block03 {
  position: relative;
  width: auto;
  max-width: 1140px;
  padding: 0 20px;
}

.inner-block04 {
  position: relative;
  width: auto;
  max-width: 680px;
  padding: 0 20px;
}

.inner-block05 {
  position: relative;
  width: auto;
  max-width: 1145px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/EBGaramond-Regular.ttf) format("TrueType");
  font-family: "EBGaramond";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/EBGaramond-Medium.ttf) format("TrueType");
  font-family: "EBGaramond";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/SourceHanSerifJP-Medium.woff2) format("woff");
  font-family: "SourceHanSerifJP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */

/* --------------------------------
c-header
----------------------------------- */

.c-header-ttl-box {
  position: relative;
}
.c-header-nav-btn__box02 {
  width: 32px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header-nav-btn__box02 > span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header-nav-btn__txt {
  font-size: 11px;
}

.c-header-nav-btn.on .c-header-nav-btn__box02 {
  position: relative;
}
.c-header-nav-btn.on .c-header-nav-btn__box02 > span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header-nav-btn.on .c-header-nav-btn__box02 > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header-nav-btn.on .c-header-nav-btn__box02 > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.c-header-nav-btn.on .c-header-nav-btn__box02 > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*------------------------------------------------------------------------------
c-mv
------------------------------------------------------------------------------*/
.c-mv {
  position: relative;
}
.c-mv__img {
  width: 100%;
}
.c-mv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv__txt {
  top: 7.4166666667vw;
  left: 66.6666666667vw;
  position: absolute;
}
.c-mv__ttl {
  font-family: "EBGaramond";
  font-size: 3.75vw;
  letter-spacing: 0.06em;
  color: #fff;
}
.c-mv__sub {
  margin-top: 1.25vw;
  font-family: "SourceHanSerifJP";
  font-size: 1.1666666667vw;
  letter-spacing: 0.3em;
  color: #02142C;
  text-align: center;
}
.c-mv__txtarea {
  position: absolute;
  z-index: 2;
}
.c-mv__sub02 {
  font-family: "SourceHanSerifJP";
}
.c-mv__txt02 {
  font-family: "SourceHanSerifJP";
  font-size: 1.4166666667vw;
  letter-spacing: 0.24em;
  color: #fff;
  margin-top: 9px;
}
.c-mv__txt02:first-child {
  margin-top: 0;
}
.c-mv__txt02.ptn01 {
  letter-spacing: 0.08em;
}
.c-mv__ttl02 {
  font-family: "SourceHanSerifJP";
  font-size: 3.8333333333vw;
  letter-spacing: 0.24em;
  color: #fff;
}
.c-mv__dec {
  position: absolute;
}
.c-mv.ptn01 .c-mv__ttl02 {
  position: relative;
  line-height: 1;
}
.c-mv.ptn01 .c-mv__dec {
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
}
.c-mv.ptn01 .c-mv__sub {
  color: #fff;
  text-align: left;
  font-size: 1.4166666667vw;
  letter-spacing: 0.24em;
  line-height: 1.8;
}

/*------------------------------------------------------------------------------
c-intro
------------------------------------------------------------------------------*/
.c-intro {
  background: #0A2E55;
}
.c-intro__txtarea {
  text-align: center;
}
.c-intro__txt {
  font-family: "Noto Sans JP";
  color: #fff;
}
.c-intro__txt:first-child {
  margin-top: 0;
}
.c-intro__txt02 {
  font-family: "SourceHanSerifJP";
  font-size: 22px;
  letter-spacing: 0.24em;
  line-height: 1.8;
  color: #fff;
}
.c-intro__copy {
  margin-top: 36px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2.3;
  color: #fff;
}
.c-intro__linkarea {
  margin-top: 20px;
}
.c-intro__linkarea.ptn01 {
  margin-top: 40px;
}

/*------------------------------------------------------------------------------
c-flow
------------------------------------------------------------------------------*/
.c-flow {
  position: relative;
  padding-top: 91px;
  padding-bottom: 102px;
  background: #0A2E55;
}
.c-flow__btn {
  margin-top: 35px;
  text-align: center;
}

.c-flow-list {
  margin-top: 36px;
}
.c-flow-list__item + .c-flow-list__item {
  margin-top: 8px;
}
.c-flow-list__item {
  padding: 23px 19px 30px 13px;
  border-radius: 11px;
  background: radial-gradient(circle, #FFFFFF, #FFF9E4);
}
.c-flow-list__imgarea {
  position: relative;
  z-index: 2;
}
.c-flow-list__dec {
  position: absolute;
  top: 13px;
  left: 16px;
  z-index: 4;
  width: 133px;
  height: auto;
}
.c-flow-list__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-flow-list__cate {
  margin: 0 10px;
  padding: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #fff;
  background: radial-gradient(circle, #A6624A, #62312E);
  position: relative;
}
.c-flow-list__cate::before, .c-flow-list__cate::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.c-flow-list__cate::before {
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background: #63312E;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.c-flow-list__cate::after {
  top: 0;
  right: 100%;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  background: #63312E;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.c-flow-list__ttl {
  font-family: "SourceHanSerifJP";
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 2.3;
  color: #0A2E55;
}
.c-flow-list__ttl.ptn01 {
  letter-spacing: -0.06em;
}
.c-flow-list__txt {
  margin-top: 8px;
  font-family: "Noto Sans JP";
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #0A2E55;
}
.c-flow-list__txt.ptn01 {
  letter-spacing: -0.05em;
}
.c-flow-list .blown {
  background: radial-gradient(circle, #A6624A, #62312E);
}
.c-flow-list .blown .c-flow-list__cate {
  background: #fff;
  color: #0A2E55;
}
.c-flow-list .blown .c-flow-list__cate::before, .c-flow-list .blown .c-flow-list__cate::after {
  background: #fff;
}
.c-flow-list .blown .c-flow-list__cate.red {
  color: #B5272D;
}
.c-flow-list .blown .c-flow-list__ttl {
  color: #fff;
}
.c-flow-list .blown .c-flow-list__txt {
  color: #fff;
}
.c-tecnology__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-tecnology__img.ptn01 {
  height: 100%;
  width: 100%;
}
.c-tecnology__ttl .small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2.3;
  color: #fff;
}
.c-tecnology__ttl .small.ptn01 {
  letter-spacing: -0.09em;
}
.c-tecnology__ttl .big {
  display: block;
  font-family: "SourceHanSerifJP";
  font-size: 22px;
  letter-spacing: 0.24em;
  line-height: 1.8;
  color: #fff;
}
.c-tecnology__txt {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #fff;
}
.c-tecnology__txt02 {
  margin-top: 30px;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 3;
  color: #fff;
}

.c-point-ttl {
  background: url(../img/common/point-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.c-point-ttl__box {
  text-align: center;
}
.c-point-ttl__dec {
  position: absolute;
}
.c-point-ttl__txt {
  text-align: center;
  color: #fff;
}
.c-point-ttl__copy {
  display: inline-block;
  position: relative;
}
.c-point-ttl__img {
  margin: 0 auto;
}
.c-point-ttl__dec02 {
  position: absolute;
  top: 100%;
  right: -41px;
}
.c-care-ttl__sp {
  margin-top: 18px;
}
.c-care-ttl__sp::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#957752), color-stop(#6F583D), color-stop(#F6DBB0), color-stop(#F6DBB0), color-stop(#57432B), color-stop(#CFAB80), to(#65513B));
  background: linear-gradient(to right, #957752, #6F583D, #F6DBB0, #F6DBB0, #57432B, #CFAB80, #65513B);
  background-position: bottom;
}
.c-care-ttl__sp .ttl {
  font-family: "SourceHanSerifJP";
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 2.3;
  color: #fff;
  text-align: center;
}
.c-care-ttl__copy .sub {
  font-family: "SourceHanSerifJP";
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
}
.c-care-ttl__copy .main {
  font-family: "SourceHanSerifJP";
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #C19E4B;
}
.c-care-ttl__copy.ptn01 .main {
  letter-spacing: 0.06em;
}
.c-care-ttl__txt {
  font-family: "Noto Sans JP";
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
}
.c-care-ttl__txt.ptn01 {
  letter-spacing: 0.07em;
}
.c-care-ttl__img {
  position: relative;
}
.c-care-ttl__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-care-ttl__dec {
  width: 89px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 28px;
}
.c-care-cont__block:nth-child(odd) {
  padding: 59px 0;
  background: url(../img/common/point-bg01_pc.jpg) no-repeat;
  background-size: cover;
}
.c-care-cont__block:nth-child(even) {
  background: #fff;
}
.c-care-cont__block:nth-child(even) .c-care-cont__mass {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-care-cont__sub {
  background: radial-gradient(circle, #A6624A, #62312E);
  outline: solid #fff 1px;
  outline-offset: -4px;
  padding: 13px 16px;
  font-weight: 600;
  color: #fff;
}
.c-care-cont__txt {
  margin-top: 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.c-care-cont__txt .gold {
  color: #B18007;
}
.c-care-cont__notes.ptn01 {
  text-align: center;
}
.c-care-cont__notes.ptn02 {
  margin-top: 30px;
}
.c-care-cont__notes.c-white {
  color: #fff;
}
.c-care-cont__img {
  position: relative;
}
.c-care-cont__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-care-cont__img .dec {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-care-cont__link {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
}
.c-care-cont__link:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.c-case {
  padding: 87px 0 40px;
  background: url(../img/common/cose-bg.jpg) no-repeat;
  background-size: cover;
}
.c-case__txt01 {
  margin-top: 35px;
  color: #fff;
  text-align: center;
}
.c-case__link:hover {
  text-decoration: none;
}

.c-case-item {
  background: #fff;
}
.c-case-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-case-item__ttl .sub {
  display: block;
  font-family: "SourceHanSerifJP";
  font-size: 20px;
  letter-spacing: 0.13em;
}
.c-case-item__ttl .sub.ptn01 {
  letter-spacing: 0.05em;
}
.c-case-item__ttl .main {
  display: block;
  font-family: "SourceHanSerifJP";
  font-size: 26px;
  letter-spacing: 0.19em;
}
.c-case-item__tag {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.c-case-item__tag .item {
  padding: 6px 3px 6px 10px;
  background: #B18007;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.c-case-item__box {
  margin-top: 8px;
}
.c-case-item__space-ttl {
  font-weight: 500;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.c-case-item__space-ttl .en {
  font-family: "EBGaramond";
  font-weight: 500;
  padding-right: 10px;
}
.c-case-item__space-ttl::before, .c-case-item__space-ttl::after {
  display: block;
  content: "";
  border-top: double #0A2E55 4px;
  width: 89px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-case-item__space-ttl::before {
  margin-right: 17px;
}
.c-case-item__space-ttl::after {
  margin-left: 30px;
}
.c-case-item__space-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-case-item__space-price .img {
  width: 70px;
}
.c-case-item__space-price .price {
  margin-left: 12px;
  width: calc(100% - 70px - 12px);
  font-size: 17px;
  letter-spacing: 0.11em;
  line-height: 0.9;
}
.c-case-item__space-price .price .price-big {
  font-family: "EBGaramond";
  font-size: 31px;
  letter-spacing: -0.01em;
}
.c-case-item__space-price .price .price-small {
  font-size: 12px;
  letter-spacing: -0.01em;
}
.c-case-item__btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*------------------------------------------------------------------------------
404
------------------------------------------------------------------------------*/
.p_not-found {
  background: #0A2E55 url(../img/concept/bg01.png) no-repeat;
  background-size: 661px auto;
  background-position: right bottom;
}

.c-not-found {
  padding: 50px 0;
}
.c-not-found__txt {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.c-not-found__btn {
  margin-top: 35px;
  text-align: center;
}

/*------------------------------------------------------------------------------
タイトル
------------------------------------------------------------------------------*/
.c-ttl {
  text-align: center;
}
.c-ttl .en {
  font-family: "EBGaramond";
  font-size: 35px;
  letter-spacing: 0.14em;
  color: #060044;
  display: block;
}
.c-ttl .ja {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.22em;
  color: #060044;
}
.c-ttl .ja02 {
  font-family: "SourceHanSerifJP";
  font-size: 31px;
  letter-spacing: 0.1em;
  color: #060044;
}
.c-ttl .en + .ja {
  margin-top: 12px;
}
.c-ttl.gold .en {
  color: #D3AD49;
}
.c-ttl.gold .ja {
  color: #fff;
}

.c-ttl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-ttl02 .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "SourceHanSerifJP";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
.c-ttl02 .img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.c-line-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-weight: 600;
}
.c-line-ttl::before, .c-line-ttl::after {
  display: block;
  content: "";
  border-top: double #0A2E55 4px;
  width: 89px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-line-ttl::before {
  margin-right: 17px;
}
.c-line-ttl::after {
  margin-left: 30px;
}
.c-dec-ttl .dec {
  padding: 10px 25px;
  font-family: "Noto Sans JP";
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  background: #AD7F00;
  position: relative;
  word-break: keep-all;
}
.c-dec-ttl > .ttl {
  font-family: "SourceHanSerifJP";
  font-size: 17px;
  font-weight: 600;
  word-break: keep-all;
}

/*------------------------------------------------------------------------------
パンくず
------------------------------------------------------------------------------*/
.c-bread {
  padding: 0 5px;
  background: #02142C;
}
.c-bread__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-bread__item {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-bread__item::after {
  margin: 0 10px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-bread__item:last-child::after {
  content: none;
}
.c-bread__link {
  color: #fff !important;
}

/*------------------------------------------------------------------------------
c-top
------------------------------------------------------------------------------*/
.c-top {
  margin-top: 25px;
}

.c-top02 {
  margin-top: 95px;
}

/*------------------------------------------------------------------------------
c-altair
------------------------------------------------------------------------------*/
.c-altir-wrap {
  max-width: 1100px;
  width: auto;
  padding: 0 20px;
  position: relative;
}

.c-altair01 {
  background-image: url(../img/common/altair01.png);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
  width: 260px;
  height: 275px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair01.png);
          mask-image: url(../img/common/altair01.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.c-altair01.ptn01 {
  z-index: 2;
}
.c-altair01.top {
  top: 0;
}

.c-altair02 {
  background-image: url(../img/common/altair02.png);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  width: 260px;
  height: 275px;
  position: absolute;
  top: 70px;
  right: 19px;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair02.png);
          mask-image: url(../img/common/altair02.png);
  background-color: #fff;
}

.c-altair03 {
  background-image: url(../img/common/altair02.png);
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  background-size: cover;
  width: 260px;
  height: 275px;
  position: absolute;
  top: 650px;
  right: 90px;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair02.png);
          mask-image: url(../img/common/altair02.png);
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.c-altair03.ptn01 {
  top: 721px;
}
.c-altair03.ptn02 {
  right: 0;
}

.c-altair04 {
  background-image: url(../img/common/altair01.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  width: 197px;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair01.png);
          mask-image: url(../img/common/altair01.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.c-altair04.ptn01 {
  top: -70px;
}

.c-altair05 {
  background-image: url(../img/common/altair02.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  width: 178px;
  height: 190px;
  position: absolute;
  top: 80px;
  right: 70px;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair02.png);
          mask-image: url(../img/common/altair02.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.c-altair05.ptn01 {
  top: 0;
}
.c-altair05.ptn02 {
  top: auto;
  bottom: -35px;
  right: -30px;
}
.c-altair05.ptn03 {
  top: 650px;
  right: -10px;
  bottom: auto;
}

.c-altair06 {
  background-image: url(../img/common/altair02.png);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  width: 260px;
  height: 275px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair02.png);
          mask-image: url(../img/common/altair02.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}

.c-altair07 {
  background-image: url(../img/common/altair01.png);
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  width: 260px;
  height: 275px;
  position: absolute;
  top: 184px;
  left: -100px;
  z-index: 0;
  overflow: hidden;
  background-blend-mode: multiply;
  -webkit-mask-image: url(../img/common/altair01.png);
          mask-image: url(../img/common/altair01.png);
  background-color: #fff;
  background-position: 0;
}

/*------------------------------------------------------------------------------
c-wraper
------------------------------------------------------------------------------*/
.c-mv + .c-wraper {
  margin-top: 101px;
}

/*------------------------------------------------------------------------------
リスト
------------------------------------------------------------------------------*/
.c-list {
  border: 1px solid #050041;
  padding: 5px 0 40px 40px;
  height: 200px;
  overflow-y: scroll;
  background-color: #fff;
}
.c-list > li {
  border-bottom: 1px solid #050041;
}
.c-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  padding: 35px 0 25px;
}
.c-list__time {
  color: #050041;
  word-break: keep-all;
}
.c-list__ttl {
  font-size: 14px;
  color: #050041;
}
.c-list::-webkit-scrollbar {
  width: 20px;
}
.c-list::-webkit-scrollbar-track {
  background-color: #050041;
}
.c-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid #050041;
}

.c-list02-wrap {
  margin-top: 30px;
}
.c-list02__item {
  display: block;
}
.c-list02__item:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  opacity: 0.8;
}

.c-list03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
.c-list03 > li {
  width: calc((100% - 40px) / 2);
  background: radial-gradient(circle farthest-corner, white, #fffffd 54%, #fffdf6 77%, #fffae9 95%, #fff9e4);
  border-radius: 8px;
}
.c-list03__ttl {
  background: radial-gradient(circle farthest-corner, #a6624a, #62312e);
  color: #fff;
  text-align: center;
  padding: 20px 10px 10px;
  font-size: 20px;
}
.c-list03__box {
  padding: 22px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 19px;
}
.c-list03__box03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-list03__before {
  width: 50%;
}
.c-list03__after {
  width: 50%;
}
.c-list03__img {
  position: relative;
}
.c-list03__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-list04-wrap {
  width: calc(100% - 300px - 19px);
}

.c-list04 > li + li {
  margin-top: 6px;
}
.c-list04__ttl {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.c-list04__ttl.pat-color01 {
  background-color: #0A2E55;
}
.c-list04__ttl.pat-color02 {
  background-color: #0A2E55;
}
.c-list04__ttl.pat-color01 {
  background-color: #0A2E55;
}
.c-list04__ttl.pat-color01 {
  background-color: #0A2E55;
}
.c-list04__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list04__size {
  width: 44%;
}
.c-list04__before {
  display: inline-block;
  font-size: 13px;
}
.c-list04__before > span.pat-color {
  color: #861F1D;
}
.c-list04__after {
  display: inline-block;
  font-size: 13px;
}
.c-list04__minus {
  padding-left: 4px;
  width: 56%;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #861F1D;
  letter-spacing: -0.09em;
}
.c-list04__minus::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #050041;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-list04__minus > span.big {
  font-size: 30px;
}
.c-box {
  padding: 0 50px;
}

.headLine01.pat01 {
  margin-bottom: 30px;
}
.c-links-block-list__item {
  display: block;
}
.c-links-block-list__item:hover {
  opacity: 0.8;
}

.c-anchor__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}

.c-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.c-btn01 {
  background-color: #A78004;
  display: inline-block;
  position: relative;
  padding: 20px 45px 20px 35px;
  border-radius: 10px;
}
.c-btn01:hover {
  text-decoration: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad26 2s infinite;
  color: #fff;
}
.c-btn01__txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.24em;
}
.c-btn01__img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn01.white {
  background: #fff;
  border: solid #0A2E55 1px;
  position: relative;
  z-index: 2;
}
.c-btn01.white:hover {
  background: #0A2E55;
  border: solid #fff 1px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-animation: none;
          animation: none;
}
.c-btn01.white:hover .c-btn01__txt {
  color: #fff;
}
.c-btn01.white:hover .c-btn01__img {
  background: url(../img/common/icon_arrow-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btn01.white:hover .c-btn01__img img {
  display: none;
}
.c-btn01.white .c-btn01__sub {
  font-weight: 500;
  font-size: 14px;
  color: #AD7F00;
}
.c-btn01.white .c-btn01__txt {
  color: #0A2E55;
}
.c-btn01.white .c-btn01__img {
  width: 10px;
  right: 5px;
}
.c-btn01.white.ptn01 .c-btn01__txt {
  font-weight: bold;
}

.c-btn03 {
  position: relative;
  border: solid #0A2E55 1px;
  font-weight: 600;
  text-align: center;
}
.c-btn03::before {
  display: block;
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/common/icon_arrow-blue.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.c-btn03.ptn01::before {
  right: 20px;
}

.c-btn04 {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  padding: 20px 28px;
  position: relative;
}
.c-btn04::before {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background-image: url(../img/common/icon_arrow-white02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
.c-btn04.gold {
  width: calc((100% - 40px) / 2);
  background: #AD7F00;
  border: solid #AD7F00 1px;
  text-align: center;
}

.c-btn05 {
  background: #fff;
  border: solid #0A2E55 1px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
.c-btn05 .c-btn05__sub {
  font-weight: 500;
  font-size: 14px;
  font-weight: bold;
  color: #AD7F00;
}
.c-btn05 .c-btn05__txt {
  color: #0A2E55;
  font-weight: bold;
}
.c-btn05 .c-btn05__img {
  width: 10px;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn05.ptn01 .c-btn05__txt {
  font-weight: bold;
}

.c-dec {
  position: absolute;
}

.p_home-strengths .c-dec {
  top: 30px;
  left: 30px;
}

.c-banner {
  z-index: 999;
}
.c-banner-list > li {
  background-color: #02142C;
}
.c-banner-list > li:hover {
  opacity: 0.8;
}
.c-banner-list > li.pat01 {
  background-color: #53B210;
}
.c-banner-list__txt {
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.c-banner-list__item {
  position: relative;
}
.c-banner-list__img {
  text-align: center;
}
.c-banner-list li:first-child .c-banner-list__item::before,
.c-banner-list li:last-child .c-banner-list__item::before {
  content: none;
}

.c-fNaviList-wrap {
  margin-top: 50px;
}

.c-btn-list {
  width: 100%;
}

.c-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-table th::before,
.c-table td::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #050041;
  position: absolute;
  top: 0;
  left: 0;
}
.c-table tr:last-child {
  position: relative;
}
.c-table tr:last-child th::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #050041;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-table th,
.c-table td {
  position: relative;
}
.c-table th {
  padding: 14px 35px;
  text-align: center;
}
.c-table td {
  padding: 14px 20px;
}
.c-table td::before {
  left: initial;
  right: 0;
}
.c-table td::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #050041;
}
.c-table td span.line {
  width: calc(100% - 10px);
  height: 1px;
  background: #050041;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.c-table.white th::before,
.c-table.white td::before {
  background: #fff;
}
.c-table.white tr:last-child th::after {
  background-color: #fff;
}
.c-table.white th {
  color: #fff;
}
.c-table.white td {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2em;
}
.c-table.white td::after {
  background-color: #fff;
}
.c-table.white td span.line {
  width: calc(100% - 10px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.c-sp-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  top: initial;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.c-sp-pagetop__item {
  display: block;
  width: 70px;
}
.c-sp-pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------------------
c-card
------------------------------------------------------------------------------*/
.c-card {
  background: #fff;
  border-radius: 20px;
}
.c-card__link {
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-card__link:first-child {
  margin-top: 0;
}
.c-card__txt {
  font-weight: 600;
}
.c-card__small {
  font-size: 10px;
}
.c-card__box-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.c-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------------------------------
c-price
------------------------------------------------------------------------------*/
.c-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.c-price.ptn01 {
  margin-top: 0;
}
.c-price__img {
  width: 70px;
}
.c-price__txt {
  width: calc(100% - 70px - 12px);
  font-family: "SourceHanSerifJP";
  font-size: 17px;
  letter-spacing: -0.06em;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-price__txt.ptn01 {
  width: 100%;
}
.c-price__txt .small {
  letter-spacing: -0.14em;
}
.c-price__big {
  font-family: "EBGaramond";
  font-size: 31px;
  letter-spacing: -0.02em;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
@-webkit-keyframes shad26 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #A78004;
            box-shadow: 0 0 0 0 #A78004;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes shad26 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #A78004;
            box-shadow: 0 0 0 0 #A78004;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes blue55 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0A2E55;
            box-shadow: 0 0 0 0 #0A2E55;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes blue55 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0A2E55;
            box-shadow: 0 0 0 0 #0A2E55;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes furufuru {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
}
@keyframes furufuru {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */

.slimming {
  padding: 95px 0 0;
}

.slimming-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #8D8D8D;
}

.p_home-strengths {
  position: relative;
  background-color: rgba(0, 46, 88, 0.5);
}

.p_home-concept {
  background-image: url(../img/home/concept_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.p_home-concept-dec {
  position: absolute;
  left: 0;
}

.p_home-concept-txt {
  text-align: center !important;
  letter-spacing: 0.064em;
}

.p_home-concept-txt02 {
  margin-top: 22px;
}

.p_home-facial {
  padding: 50px 0 100px;
}
.p_home-salon-box__box01 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p_home-salon-box__box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p_home-salon-box__box02 .c-btn-list-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.p_home-salon-list__item {
  cursor: pointer;
}

/* -----------------------------------------------
* faq Module
* faqページ用
-------------------------------------------------- */
.p_faq {
  padding-top: 93px;
  background: url(../img/faq/bg_pc.jpg) no-repeat;
  background-size: cover;
  background-repeat: top center;
}
.p_faq__anchor {
  margin-top: 34px;
}

.p_faq-cont {
  margin-top: 32px;
  padding-bottom: 95px;
}
.p_faq-cont__box + .p_faq-cont__box {
  margin-top: 40px;
}
.p_faq-cont__cate {
  margin: 0 10px;
  padding: 9px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #fff;
  background: radial-gradient(#A6624A, #62312E);
  position: relative;
}
.p_faq-cont__cate::before, .p_faq-cont__cate::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.p_faq-cont__cate::before {
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background: #774037;
}
.p_faq-cont__cate::after {
  top: 0;
  right: 100%;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  background: #774037;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.p_faq-cont__list {
  margin-top: 30px;
}

.p_faq-list__item + .p_faq-list__item {
  margin-top: 40px;
}
.p_faq-list__q {
  padding: 8px 16px;
  outline: solid #A78004 1px;
  outline-offset: -5px;
  background: radial-gradient(circle, #FFFFFF, #FFF9E4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.8;
  cursor: pointer;
}
.p_faq-list__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_faq-list__icon01 {
  font-family: "EBGaramond";
  font-size: 35px;
  letter-spacing: 0.14em;
  color: #A78004;
  line-height: 1.5;
}
.p_faq-list__icon02 {
  font-family: "EBGaramond";
  font-size: 35px;
  letter-spacing: 0.14em;
  color: #B5272D;
  line-height: 1;
}
.p_faq-list__txt01 {
  padding-left: 12px;
  font-family: "SourceHanSerifJP";
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #63312E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_faq-list__dec {
  width: 30px;
  height: 30px;
  position: relative;
}
.p_faq-list__dec::before, .p_faq-list__dec::after {
  display: block;
  content: "";
}
.p_faq-list__dec::before {
  width: 30px;
  height: 3px;
  background: #A78004;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p_faq-list__dec::after {
  width: 30px;
  height: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #A78004;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_faq-list__dec.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p_faq-list__a {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
}
.p_faq-list__txtwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_faq-list__txt02 {
  padding-left: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #060044;
}

/* -----------------------------------------------
* guide Module
* guideページ用
-------------------------------------------------- */
.p_guide {
  background: #0A2E55;
}

.p_guide-support__list {
  margin-top: 38px;
}

.p_guide-tray {
  margin-top: 100px;
  background: url(../img/guide/tray-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  overflow: hidden;
  position: relative;
}
.p_guide-tray__ttl + .p_guide-tray__txt {
  margin-top: 30px;
}
.p_guide-tray__ttl {
  font-family: "SourceHanSerifJP";
  font-size: 22px;
  letter-spacing: 0.24em;
  line-height: 1.8;
  color: #fff;
}
.p_guide-tray__txt {
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
}
.p_guide-tray__txt + .p_guide-tray__btn {
  margin-top: 34px;
}
.p_guide-tray__txtarea + .p_guide-tray__img {
  margin: 26px -20px 0 -20px;
}
/* -----------------------------------------------
* salon Module
* salonページ用
-------------------------------------------------- */
.p_salon-info {
  padding: 100px 0 103px;
  background: url(../img/faq/bg_pc.jpg) no-repeat;
  background-size: cover;
}
.p_salon-info.ptn01 {
  background: #fff;
}

.p_salon-cont-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_salon-cont-link li {
  display: inline-block;
  position: relative;
}
.p_salon-cont-link li:nth-child(4n)::before {
/*  display: none;*/
}
.p_salon-cont-link li:last-child::before {
  display: none;
}
.p_salon-cont-link__link {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.p_salon-cont-link__link:hover {
  text-decoration: none;
}
.p_salon-cont-link__link.ptn01:hover .line {
  text-decoration: none;
}
.p_salon-cont-link .small {
  display: block;
  font-size: 14px;
}

.p_salon-company {
  display: block;
  padding: 92px 0 98px;
  background: #0A2E55;
  position: relative;
}
.p_salon-company .p_salon-campany__table {
  margin-top: 33px;
}

.p_salon-prof {
  background: #fff;
  padding: 100px 0 89px;
}
.p_salon-prof__cont {
  margin-top: 35px;
}
.p_salon-prof__cont {
  text-align: center;
}

.p_salon-history {
  display: block;
  background: #0A2E55;
  padding: 96px 0 86px;
}
.p_salon-history__img {
  margin-top: 35px;
  text-align: center;
}
.p_salon-history__table {
  margin-top: 35px;
}

.p_salon-store {
  background: #fff;
}
.p_salon-store-cont__ttl > .sub {
  font-family: "SourceHanSerifJP";
  font-size: 13px;
  letter-spacing: 0.16em;
}
.p_salon-store-cont__ttl > .main {
  display: block;
  font-family: "SourceHanSerifJP";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1;
}
.p_salon-store-cont__ttl > .main .narrow {
  letter-spacing: -0.01em;
}

/* -----------------------------------------------
* belly Module
* bellyページ用
-------------------------------------------------- */
.p_belly-tecnology {
  background: url(../img/belly/tec-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.p_case {
  background-color: #0A2E55;
}
.p_case__box {
  padding: 35px 0 100px;
}

.p_case-cont-wrap {
  margin-top: 95px;
}

.p_case-cont + .p_case-cont {
  margin-top: 90px;
}
.p_case-cont__box {
  text-align: center;
  margin-top: 30px;
}

.p_case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

/* -----------------------------------------------
* trial Module
* trialページ用
-------------------------------------------------- */
.p_trial-body {
  padding: 92px 0 97px;
  background: url(../img/trial/body-bg.jpg) no-repeat;
  background-size: cover;
}

.p_trial-body-cont {
  margin-top: 36px;
}

.p_trial-facial {
  padding: 90px 0 88px;
  background: url(../img/common/point-bg01_pc.jpg) no-repeat;
  background-size: cover;
}

.p_trial-facial-cont {
  margin-top: 66px;
}
.p_trial-facial-cont__nots {
  margin-top: 20px;
  text-align: center;
}

.p_trial-promise {
  background: #0A2E55;
  padding: 85px 0 98px;
}
.p_trial-promise__cont {
  margin-top: 34px;
}
.p_trial-promise-list__item {
  background: #0A2E55;
  padding: 0 10px 10px 0;
  border-right: solid #7690A0 1px;
  border-bottom: solid #7690A0 1px;
}
.p_trial-promise-list__box {
  padding: 25px 35px;
  background: radial-gradient(#FFFFFF, #FFF9E4);
  position: relative;
  z-index: 2;
}
.p_trial-promise-list__box.blown {
  background: radial-gradient(#A6624A, #62312E);
}
.p_trial-promise-list__box.blown .p_trial-promise-list__ttl {
  color: #fff;
}
.p_trial-promise-list__box.blown .p_trial-promise-list__ttl .line {
  background: #fff;
}
.p_trial-promise-list__box.blown .p_trial-promise-list__txt {
  color: #fff;
}
.p_trial-promise-list__ttl .dec {
  font-family: "EBGaramond";
  font-size: 17px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #D9AB2E;
}
.p_trial-promise-list__ttl .main {
  margin-top: 21px;
  font-family: "SourceHanSerifJP";
  font-size: 16px;
  height: calc(2em + 21px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p_trial-promise-list__ttl .line {
  margin: auto;
  margin-top: 21px;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #050041;
}
.p_trial-promise-list__txt {
  font-family: "Noto Sans JP";
  font-size: 12px;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 768px) {
  .inner-block {
    margin: 0 auto;
  }
  .inner-block02 {
    margin: 0 auto;
  }
  .inner-block03 {
    margin: 0 auto;
  }
  .inner-block04 {
    margin: 0 auto;
  }
  .inner-block05 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #02142C;
  }
  .c-main {
    padding-top: 80px;
  }
  .c-mv__txtarea {
    top: 7.5vw;
    left: 54.5833333333vw;
  }
  .c-mv__sub02::after {
    margin: 1.1666666667vw 0 0.8333333333vw;
    display: block;
    content: "";
    width: 402px;
    height: 2px;
    background: #D3AD49;
  }
  .c-mv__dec {
    top: 13.8333333333vw;
    left: 69vw;
  }
  .c-mv__dec img {
    height: 11.5vw;
  }
  .c-mv.ptn01 .c-mv__txtarea {
    display: block;
    top: 4.75vw;
  }
  .c-mv.ptn02 .c-mv__txtarea {
    top: 9.4166666667vw;
    left: 66.6666666667vw;
  }
  .c-mv.ptn03 .c-mv__txtarea {
    left: 66.8333333333vw;
    top: 9.3333333333vw;
  }
  .c-mv.ptn03 .c-mv__sub {
    margin-top: 0;
  }
  .c-intro {
    padding: 96px 0;
  }
  .c-intro__txt {
    margin-top: 15px;
    letter-spacing: 0.15em;
  }
  .c-flow-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .c-flow-list__img {
    margin-left: 124px;
    width: 300px;
    z-index: 3;
  }
  .c-flow-list__img img {
    height: 160px;
  }
  .c-flow-list__txtarea {
    width: calc(100% - 393px - 55px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-tecnology__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-tecnology__txtarea {
    padding: 96px 0 90px;
    width: 360px;
  }
  .c-tecnology__img {
    padding-left: 85px;
  }
  .c-tecnology__img.ptn01 {
    padding-left: 0;
  }
  .c-tecnology__txtarea.ptn01 {
    padding-left: 90px;
  }
  .c-tecnology__txtarea.ptn01 .c-tecnology__ttl .small {
    word-break: keep-all;
  }
  .c-tecnology__txtarea.ptn01 .c-tecnology__ttl .big {
    word-break: keep-all;
  }
  .c-tecnology__txtarea.ptn01 .c-tecnology__txt {
    width: 360px;
  }
  .c-tecnology__ttl .small {
    word-break: keep-all;
  }
  .c-point-ttl {
    padding: 78px 0 69px;
  }
  .c-point-ttl__dec {
    width: 108px;
    height: 82px;
    top: -82px;
    left: -74px;
  }
  .c-point-ttl__txt {
    padding-bottom: 15px;
  }
  .c-point-ttl__img {
    display: block;
    width: 304px;
    height: 101px;
  }
  .c-point-ttl__dec02 {
    width: 121px;
    height: 65px;
  }
  .c-care-ttl {
    padding: 68px 0 64px;
    background: url(../img/facial/care-ttl-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-care-ttl__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
  }
  .c-care-ttl__txtarea {
    width: 442px;
  }
  .c-care-ttl__copy {
    margin-top: 15px;
  }
  .c-care-ttl__copy .main {
    margin-top: 15px;
  }
  .c-care-ttl__txt {
    margin-top: 24px;
  }
  .c-care-ttl__img {
    width: calc(100% - 442px - 58px);
  }
  .c-care-box:last-child .c-care-cont__bottom {
    padding-bottom: 112px;
  }
  .c-care-cont__block {
    padding: 64px 0 80px;
  }
  .c-care-cont__mass {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    margin-top: 57px;
  }
  .c-care-cont__mass:first-child {
    margin-top: 0;
  }
  .c-care-cont__txtarea {
    width: calc(100% - 490px);
  }
  .c-care-cont__sub {
    margin-top: 30px;
    font-size: 15px;
  }
  .c-care-cont__notes {
    margin-top: 15px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.22em;
    line-height: 1.6;
  }
  .c-care-cont__img {
    width: 490px;
    height: 260px;
  }
  .c-care-cont__img .dec {
    width: 120px;
    height: 120px;
  }
  .c-care-cont__bottom {
    margin-top: 35px;
  }
  .c-case__link:hover .c-case-item {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .c-case-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .c-case-item__img {
    width: 340px;
  }
  .c-case-item__txtarea {
    padding: 30px 25px 30px 29px;
    width: calc(100% - 340px);
  }
  .c-case-item__tag .item {
    max-width: 163px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-case-item__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
  }
  .c-ttl02 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .c-ttl02 .img {
    width: 73px;
    height: 73px;
  }
  .c-ttl02.ptn01 .ttl {
    letter-spacing: 0.05em;
  }
  .c-dec-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    border-bottom: solid #AD7F00 1px;
  }
  .c-dec-ttl .dec::before {
    display: block;
    content: "";
    width: 20px;
    height: 100%;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 100% 0);
            clip-path: polygon(50% 0, 100% 100%, 100% 0);
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  .c-dec-ttl > .ttl.ptn01 {
    letter-spacing: -0.09em;
  }
  .c-altir-wrap {
    margin: 0 auto;
  }
  .c-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .c-list02.pat01 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-list02 > li {
    width: calc((100% - 40px) / 2);
  }
  .c-list02__item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-list03__img {
    width: 300px;
  }
  .c-links-block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-links-block-list > li {
    width: 33.3333333333%;
  }
  .c-links-block-list__item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-links-block-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-links-block-list02 > li {
    width: 50%;
  }
  .c-anchor__flex.ptn01 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .c-btn01 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01__txt {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01.ptn01 {
    padding-left: 66px;
    padding-right: 73px;
  }
  .c-btn01.ptn02 {
    width: 300px;
    text-align: center;
  }
  .c-btn01.white {
    padding: 22px 35px 22px 11px;
  }
  .c-btn03 {
    padding: 34px 32px 36px 26px;
    font-size: 13px;
    letter-spacing: 0.22em;
    border-radius: 10px;
  }
  .c-btn03.ptn01 {
    padding: 43px;
  }
  .c-btn03.ptn02 {
    padding: 33px 37px 36px 30px;
  }
  .c-btn04 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn04:hover {
    opacity: 0.8;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .c-btn05 {
    padding: 22px 35px 22px 11px;
  }
  .c-btn05:hover {
    background: #0A2E55;
    border: solid #fff 1px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .c-btn05:hover .c-btn05__txt {
    color: #fff;
  }
  .c-btn05:hover .c-btn05__img {
    background: url(../img/common/icon_arrow-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .c-btn05:hover .c-btn05__img img {
    display: none;
  }
  .c-btn05.ptn01 .c-btn05__txt {
    font-size: 15px;
  }
  .c-btn05.ptn02 {
    padding: 13px 35px 13px 11px;
    display: block;
    width: 220px;
  }
  .c-btn05.ptn02 .c-btn05__sub {
    word-break: keep-all;
    font-size: 13px;
  }
  .c-btn05.ptn02 .c-btn05__txt {
    word-break: keep-all;
  }
  .c-three-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px 30px;
  }
  .c-three-list__item {
    width: calc((100% - 80px) / 3);
  }
  .c-banner {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    right: 0;
    bottom: 50px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-banner.is-active {
    -webkit-transform: none;
            transform: none;
  }
  .c-banner-list {
    width: 70px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
  }
  .c-banner-list > li {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    height: 70px;
  }
  .c-banner-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-banner-list__txt {
    margin-top: 4px;
  }
  .c-banner-list__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-banner-list__item::before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    border-top: 1px dashed #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .c-btn-list > li {
    width: calc((100% - 25px) / 2);
  }
  .c-table.white th {
    width: 206px;
  }
  .c-table.white td {
    width: 711px;
    padding-left: 26px;
    padding-right: 70px;
  }
  .c-table.white td img {
    width: 186px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-table.white.ptn01 th {
    letter-spacing: 0.4em;
  }
  .c-table.white.ptn01 td {
    letter-spacing: 0.38em;
  }
  .c-table.white.ptn02 th {
    letter-spacing: 0.4em;
  }
  .c-table.white.ptn02 td {
    letter-spacing: 0.38em;
  }
  .c-card {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .c-card__txtarea {
    width: calc(100% - 460px);
  }
  .c-card__txtarea.ptn01 {
    width: calc(100% - 460px - 60px);
  }
  .c-card__link {
    margin-top: 40px;
  }
  .c-card__link:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .c-card__txt {
    margin-top: 16px;
    height: calc(6em + 30px);
  }
  .c-card__txt.ptn01 {
    letter-spacing: 0.02em;
  }
  .c-card__box {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .c-card__box .btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-card__box .btn.ptn01 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .c-card__box-txtarea.ptn01 {
    width: 315px;
  }
  .c-card__img {
    width: 460px;
  }
  .c-price {
    margin-top: 12px;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .p_home-concept-dec {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 0;
  }
  .p_home-salon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-salon-box__box02 .c-btn-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_home-salon-table-wrap {
    padding-right: 25px;
  }
  .p_faq-list__txt01 {
    max-width: 850px;
  }
  .p_guide-tray__box {
    padding: 100px 561px 100px 0;
  }
  .c-ttl + .p_salon-cont {
    margin-top: 35px;
  }
  .p_salon-cont-link {
    margin: 0 113px 0 84px;
    row-gap: 35px;
  }
  .p_salon-cont-link li {
    margin: 0 32px;
  }
  .p_salon-cont-link li::before {
    display: block;
    content: "";
    width: 30px;
    height: 100px;
    background: url(../img/common/line02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: -42px;
  }
  .p_salon-cont-link__link {
    word-break: keep-all;
  }
  .p_salon-cont-link__link:hover .line {
    text-decoration: underline;
  }
  .p_salon-cont-link__link.ptn01 .small {
    color: #A48004;
  }
  .p_salon-cont-link__link.ptn01 .line {
    color: #A48004;
  }
  .p_salon-cont-link + .c-list02 {
    margin-top: 62px;
  }
  .p_belly-tecnology {
    height: 537px;
  }
  .p_case-list > li {
    width: calc((100% - 35px) / 2);
  }
  .p_trial-promise-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 33px;
  }
  .p_trial-promise-list__item {
    width: calc((100% - 99px) / 4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_trial-promise-list__txt {
    margin-top: 27px;
  }

}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-main {
    padding-top: 140px;
  }
  .c-header-nav-btn {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    background-color: #fff;
  }
  .c-mv {
    height: 93.3333333333vw;
  }
  .c-mv__txt {
    top: 36.8vw;
    left: 52.2666666667vw;
  }
  .c-mv__ttl {
    font-size: 8.8vw;
  }
  .c-mv__sub {
    margin-top: 12px;
    font-size: 4vw;
  }
  .c-mv__txtarea {
    text-align: center;
    top: 48vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-mv__txt02 {
    font-size: 15px;
  }
  .c-mv__ttl02 {
    word-break: keep-all;
    font-size: 9.0666666667vw;
  }
  .c-mv__dec {
    top: 64.8vw;
    left: 41.8666666667vw;
  }
  .c-mv__dec img {
    height: 27.4666666667vw;
  }
  .c-mv.ptn01 .c-mv__txtarea {
    top: 49.8666666667vw;
  }
  .c-mv.ptn01 .c-mv__ttl02 {
    font-size: 9.0666666667vw;
    letter-spacing: -0.11em;
    line-height: 1.2;
  }
  .c-mv.ptn01 .c-mv__dec {
    top: auto;
    bottom: 100%;
  }
  .c-mv.ptn01 .c-mv__sub {
    margin-top: 1.8666666667vw;
    font-size: 4vw;
    letter-spacing: 0;
    text-align: center;
  }
  .c-mv.ptn02 .c-mv__txtarea {
    top: 34.6666666667vw;
    left: auto;
    right: 0;
  }
  .c-mv.ptn03 .c-mv__txtarea {
    top: 34.6666666667vw;
    left: 73.0666666667vw;
  }
  .c-mv.ptn03 .c-mv__sub {
    word-break: keep-all;
  }
  .c-intro {
    padding: 72px 0;
  }
  .c-intro__txt {
    margin-top: 10px;
  }
  .c-intro__txt02 {
    font-size: 18px;
  }
  .c-intro__txt02 .small {
    font-size: 13px;
  }
  .c-intro__copy {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .c-intro__linkarea {
    margin-top: 20px;
  }
  .c-flow {
    padding-top: 69px;
    padding-bottom: 72px;
  }
  .c-flow__btn {
    margin-top: 25px;
  }
  .c-flow-list {
    margin-top: 27px;
  }
  .c-flow-list__item + .c-flow-list__item {
    margin-top: 25px;
  }
  .c-flow-list__item {
    padding: 20px 17px 25px 19px;
  }
  .c-flow-list__dec {
    width: 90px;
    left: auto;
    top: auto;
    right: -32px;
    bottom: -21px;
  }
  .c-flow-list__img {
    position: relative;
  }
  .c-flow-list__cate {
    font-size: 12px;
    letter-spacing: 0.42em;
    text-align: center;
  }
  .c-flow-list__cate::before, .c-flow-list__cate::after {
    width: 15px;
  }
  .c-flow-list__ttl {
    margin: 22px 0;
    text-align: center;
  }
  .c-flow-list__txt {
    margin-top: 20px;
    line-height: 2;
  }
  .c-tecnology__img {
    margin-top: 27px;
  }
  .c-tecnology__ttl {
    text-align: center;
  }
  .c-tecnology__ttl .small {
    font-size: 12px;
  }
  .c-tecnology__ttl .big {
    margin-top: 16px;
    font-size: 18px;
  }
  .c-tecnology__txt {
    margin-top: 27px;
  }
  .c-tecnology__txt02 {
    margin-top: 24px;
  }
  .c-point-ttl {
    padding: 60px 0 55px;
  }
  .c-point-ttl__dec {
    width: 92px;
    height: 69px;
    left: -64px;
    top: -72px;
  }
  .c-point-ttl__txt {
    padding-bottom: 14px;
  }
  .c-point-ttl__img {
    width: 255px;
    height: 84px;
  }
  .c-point-ttl__dec02 {
    width: 101px;
    height: 54px;
  }
  .c-care-ttl {
    padding: 75px 0 58px;
    background: url(../img/facial/care-ttl-bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .c-care-ttl__ttl {
    padding: 12px 15px;
    background: url(../img/common/freme.svg) no-repeat;
    background-size: 100% 100%;
    background-position: left;
  }
  .c-care-ttl__ttl-sp01 {
    padding: 0 10px;
    font-weight: 600;
    color: #C19E4B;
    text-align: center;
    letter-spacing: 0.42em;
  }
  .c-care-ttl__copy {
    margin-top: 21px;
  }
  .c-care-ttl__copy .sub {
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
  }
  .c-care-ttl__copy .main {
    margin-top: 18px;
    font-size: 17px;
    letter-spacing: 0.12em;
    line-height: 2.4;
    text-align: center;
  }
  .c-care-ttl__txt {
    margin-top: 19px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .c-care-ttl__img {
    margin-top: 18px;
    padding: 0 30px;
  }
  .c-care-cont__block {
    padding: 60px 0;
  }
  .c-care-cont__block:nth-child(odd) {
    background: url(../img/common/point-bg01_sp.jpg) no-repeat;
    background-size: cover;
  }
  .c-care-cont__sub {
    margin-top: 25px;
    font-size: 15px;
  }
  .c-care-cont__txt {
    margin-top: 26px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .c-care-cont__notes {
    margin-top: 25px;
  }
  .c-care-cont__img {
    margin: 0 -20px;
    margin-top: 25px;
  }
  .c-care-cont__img .dec {
    width: 91px;
    bottom: -20px;
  }
  .c-care-cont__bottom {
    margin-top: 26px;
  }
  .c-case {
    padding-bottom: 73px;
    background: url(../img/guide/tray-bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-case__txt01 {
    margin-top: 19px;
  }
  .c-case-item {
    padding: 32px 18px 28px;
    border-radius: 38px;
  }
  .c-case-item__img {
    width: 100%;
    margin-top: 20px;
  }
  .c-case-item__ttl .sub {
    font-size: 12px;
    text-align: center;
  }
  .c-case-item__ttl .sub.ptn01 {
    letter-spacing: 0;
  }
  .c-case-item__ttl .main {
    font-size: 22px;
    text-align: center;
  }
  .c-case-item__tag .item {
    width: calc((100% - 10px) / 2);
    font-size: 13px;
  }
  .c-case-item__box {
    margin-top: 18px;
  }
  .c-case-item__space-ttl {
    margin-top: 14px;
  }
  .c-case-item__space-ttl::before, .c-case-item__space-ttl::after {
    width: calc(100% - 17px);
  }
  .c-case-item__space-ttl::after {
    margin-left: 17px;
  }
  .c-case-item__space-price .img {
    width: 61px;
  }
  .c-case-item__space-price .price {
    margin-left: 8px;
    letter-spacing: 0.055em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-case-item__space-price .price .price-big {
    font-size: 23px;
  }
  .c-case-item__btn {
    margin-top: 17px;
  }
  .c-not-found__txt {
    font-size: 15px;
  }
  .c-not-found__btn {
    margin-top: 25px;
    padding-bottom: 45px;
  }
  .c-ttl .ja02 {
    font-size: 22px;
  }
  .c-ttl02 {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .c-ttl02 .ttl {
    font-size: 22px;
  }
  .c-ttl02 .img {
    width: 65px;
    height: 65px;
  }
  .c-ttl02.ptn01 .ttl {
    letter-spacing: -0.05em;
  }
  .c-dec-ttl {
    margin: 0 10px;
  }
  .c-dec-ttl .dec {
    text-align: center;
    font-size: 12px;
  }
  .c-dec-ttl .dec::before, .c-dec-ttl .dec::after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
  }
  .c-dec-ttl .dec::before {
    top: 0;
    left: 100%;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    background: #AD7F00;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .c-dec-ttl .dec::after {
    top: 0;
    right: 100%;
    -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
            clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    background: #AD7F00;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  .c-dec-ttl .dec.ptn01 {
    padding: 6px 0;
  }
  .c-dec-ttl > .ttl {
    margin: 0 -10px;
    margin-top: 17px;
    font-size: 22px;
    letter-spacing: -0.1em;
    text-align: center;
  }
  .c-bread {
    border-top: solid #506A86 1px;
    padding: 11px 0 15px;
    background: #fff;
  }
  .c-bread__item {
    color: #0A2E55;
  }
  .c-bread__item::after {
    border-top: solid #0A2E55 1px;
    border-right: solid #0A2E55 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-bread__link {
    color: #0A2E55 !important;
  }
  .c-top {
    margin-top: 0;
  }
  .c-top02 {
    margin-top: 77px;
  }
  .c-altair01 {
    width: 197px;
    height: 220px;
  }
  .c-altair03 {
    width: 197px;
    height: 220px;
  }
  .c-altair04 {
    top: -25px;
    left: 4px;
    width: 133px;
    height: 141px;
  }
  .c-altair05 {
    top: auto;
    right: 0;
    bottom: -50px;
    width: 118px;
    height: 138px;
  }
  .c-altair05.ptn02 {
    right: 25px;
  }
  .c-altair06 {
    display: none;
    right: 0;
  }
  .c-altair07 {
    top: auto;
    left: 0px;
    bottom: -20px;
    height: 151px;
    width: 197px;
  }
  .c-mv + .c-wraper {
    margin-top: 72px;
  }
  .c-list {
    padding: 5px 0 20px 20px;
  }
  .c-list__item {
    padding: 18px 0 12px;
    gap: 0 25px;
  }
  .c-list__time {
    font-size: 12px;
  }
  .c-list__ttl {
    font-size: 12px;
  }
  .c-list02 > li + li {
    margin-top: 25px;
  }
  .c-box {
    padding: 0 18px;
  }
  .c-links-block-list {
    padding: 0 18px;
  }
  .c-links-block-list > li + li {
    margin-top: 30px;
  }
  .c-links-block-list02 {
    margin-top: 75px;
  }
  .c-anchor__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .c-btn-wrap {
    padding: 0 18px;
    margin-top: 22px;
  }
  .c-btn-wrap.ptn01 {
    padding: 0;
  }
  .c-btn01 {
    width: 100%;
    padding: 25px 30px;
  }
  .c-btn01__txt {
    text-align: center;
    font-size: 18px;
  }
  .c-btn01.ptn02 {
    width: 100%;
  }
  .c-btn01.white {
    padding: 10px;
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btn01.white .c-btn01__sub {
    font-size: 12px;
  }
  .c-btn01.white .c-btn01__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  .c-btn01.white .c-btn01__img {
    display: none;
  }
  .c-btn01.white.ptn01 .c-btn01__txt {
    display: inline-block;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .c-btn03 {
    padding: 15px;
  }
  .c-btn04.gold {
    padding: 30px 16px 42px;
  }
  .c-btn04.gold::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
  .c-btn05 {
    padding: 10px;
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btn05 .c-btn05__sub {
    font-size: 12px;
  }
  .c-btn05 .c-btn05__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  .c-btn05 .c-btn05__img {
    right: 6px;
  }
  .c-btn05.ptn01 .c-btn05__txt {
    display: inline-block;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .c-three-list__item:not(:first-child) {
    margin-top: 25px;
  }
  .c-three-list__img img {
    width: 100%;
  }
  .c-banner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .c-banner-list > li {
    width: 33.3333333333%;
  }
  .c-banner-list > li.sp-order01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-banner-list > li.sp-order02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-banner-list > li.sp-order03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-banner-list__txt {
    font-size: 15px;
    line-height: 1.16;
  }
  .c-banner-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 15px;
    padding: 15px 0;
  }
  .c-banner-list__img {
    width: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-banner-list__img > img {
    width: 100%;
  }
  .c-banner-list.pat-no-line > li {
    width: 50%;
  }
  .c-banner-list.pat-no-line > li:first-child {
    background-color: #A57F04;
  }
  .c-fNaviList-wrap {
    margin-top: 30px;
  }
  .c-btn-list {
    margin-top: 30px;
  }
  .c-btn-list > li {
    width: calc((100% - 20px) / 2);
  }
  .c-table.white table {
    width: 100%;
  }
  .c-table.white th {
    padding: 25px 0px;
    padding-right: 13px;
    font-size: 13px;
    word-break: keep-all;
  }
  .c-table.white td {
    padding-right: 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .c-sp-pagetop {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-card {
    padding: 20px;
  }
  .c-card__link {
    margin-top: 25px;
  }
  .c-card__txt {
    margin-top: 21px;
  }
  .c-card__txt.ptn01 {
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  .c-card__box {
    margin-top: 16px;
  }
  .c-card__box .btn {
    margin-top: 20px;
  }
  .c-card__img {
    margin-top: 24px;
  }
  .c-price {
    margin-top: 25px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .c-price__txt {
    font-size: 16px;
    letter-spacing: -0.04em;
  }
  .c-price__big {
    font-size: 30px;
    letter-spacing: -0.06em;
  }
  .c-price__big.ptn01 {
    letter-spacing: -0.01em;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .p_home-content-list > li {
    margin: 0 0 40px !important;
  }
  .slimming {
    padding: 47px 0 0;
  }
  .p_home-concept {
    padding: 75px 0 !important;
    background-image: url(../img/home/concept_bg_sp.jpg);
  }
  .p_home-concept-dec {
    width: 96px;
    top: 55px;
  }
  .p_home-concept-txt02 {
    margin-top: 16px;
  }
  .p_home-facial {
    padding: 47px 0 45px;
  }
  .p_home-salon-list__item {
    border-radius: 10px;
  }
  .p_home-salon-list__item.is-active {
    background-color: #050041;
    color: #fff !important;
  }
  .p_faq {
    padding-top: 71px;
    background: url(../img/faq/bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .p_faq__anchor {
    margin-top: 27px;
  }
  .p_faq-cont {
    margin-top: 38px;
    padding-bottom: 79px;
  }
  .p_faq-cont__box + .p_faq-cont__box {
    margin-top: 40px;
  }
  .p_faq-cont__cate {
    padding: 15px 0 19px;
    font-size: 12px;
    letter-spacing: 0.42em;
    text-align: center;
  }
  .p_faq-cont__cate::before, .p_faq-cont__cate::after {
    width: 15px;
  }
  .p_faq-cont__list {
    margin-top: 20px;
  }
  .p_faq-list__item + .p_faq-list__item {
    margin-top: 20px;
  }
  .p_faq-list__q {
    padding: 11px;
    min-height: 71px;
  }
  .p_faq-list__icon01 {
    font-size: 17px;
  }
  .p_faq-list__icon02 {
    font-size: 35px;
  }
  .p_faq-list__txt01 {
    width: 72vw;
    font-size: 15px;
    padding-left: 5px;
    letter-spacing: 0.02em;
  }
  .p_faq-list__a {
    padding-left: 0;
  }
  .p_faq-list__txt02 {
    font-size: 12px;
    letter-spacing: 0.2em;
    padding-left: 15px;
    text-align: justify;
  }
  .p_guide-support__list {
    margin-top: 28px;
  }
  .p_guide-tray {
    margin-top: 75px;
    background: url(../img/guide/tray-bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .p_guide-tray__box {
    padding-top: 75px;
  }
  .p_guide-tray__ttl + .p_guide-tray__txt {
    margin-top: 23px;
  }
  .p_guide-tray__ttl {
    font-size: 18px;
    text-align: center;
  }
  .p_guide-tray__txt {
    font-size: 13px;
  }
  .p_guide-tray__txt + .p_guide-tray__btn {
    margin-top: 20px;
  }
  .p_salon-info {
    padding: 75px 0;
    background: url(../img/faq/bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-ttl + .p_salon-cont {
    margin-top: 25px;
  }
  .p_salon-cont-link {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
  .p_salon-cont-link li {
    width: calc((100% - 20px) / 2);
  }
  .p_salon-cont-link__link {
    width: 100%;
    padding: 3.7333333333vw 4vw;
    border: solid #0A2E55 1px;
    border-radius: 10px;
    font-size: 3.2vw;
    background: #fff;
    letter-spacing: 0.09em;
  }
  .p_salon-cont-link__link:hover {
    background: #0A2E55;
    color: #fff;
  }
  .p_salon-cont-link__link.ptn01 {
    background: #0A2E55;
    color: #fff;
  }
  .p_salon-cont-link__link + .p_salon-cont-link__link {
    margin-top: 30px;
    margin-right: 20px;
  }
  .p_salon-cont-link + .c-list02 {
    margin-top: 41px;
  }
  .p_salon-company .p_salon-campany__table {
    margin-top: 26px;
  }
  .p_salon-prof {
    padding: 70px 0;
  }
  .p_salon-prof__cont {
    margin-top: 23px;
  }
  .p_salon-history {
    padding: 74px 0;
  }
  .p_salon-history__img {
    margin-top: 20px;
  }
  .p_salon-history__table {
    margin-top: 26px;
  }
  .p_salon-store-cont__ttl {
    padding-bottom: 28px;
  }
  .p_belly-tecnology {
    padding-top: 67px;
    background: url(../img/guide/tray-bg_sp.jpg) no-repeat;
    background-position: center;
  }
  .p_trial-body {
    background: url(../img/trial/body-bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p_trial-body-cont {
    margin-top: 23px;
  }
  .p_trial-facial {
    background: url(../img/faq/bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p_trial-facial-cont {
    margin-top: 26px;
  }
  .p_trial-facial-cont__nots {
    font-size: 10px;
  }
  .p_trial-promise__cont {
    margin-top: 29px;
  }
  .p_trial-promise-list__item {
    margin-top: 23px;
    width: 100%;
    display: block;
  }
  .p_trial-promise-list__item:first-child {
    margin-top: 0;
  }
  .p_trial-promise-list__ttl .dec {
    font-size: 14px;
  }
  .p_trial-promise-list__ttl .main {
    margin-top: 12px;
    height: calc(2em + 12px);
    font-size: 18px;
    line-height: 1.6;
  }
  .p_trial-promise-list__ttl .line {
    margin-top: 18px;
    height: 2px;
  }
  .p_trial-promise-list__txt {
    margin-top: 18px;
    line-height: 2;
    text-align: justify;
  }
  .p_trial-promise-list__txt.ptn01 {
    letter-spacing: 0.05em;
  }
  .p_salon-cont-link .small {
  display: block;
  font-size: 10px;
}
  .p_salon-cont-link .line {
  font-size: 0.95em;
}
}
@media not print {
  .anm {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }
  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }
  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }
  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */