/*
Theme Name:  Natu Rise
Theme URI:
Author:  Natu Rise
Author URI:
Description:
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
*/
/**
* Remove the margin in all browsers.
*/
/* base font family
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
:root {
  --gothic:"游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --yumincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;
  --noto-sans: NotoSansJP,'Noto Sans JP', sans-serif ;
  --noto-serif: NotoSerifJP, 'Noto Serif JP', serif;
  --cormorant-garamond: "Cormorant Garamond", serif;
  --hiragino : Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3";
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
  width: 100%;
}
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-size: 15px;
}
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}
/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
}
/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: 700;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-size: 15px;
}
/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}
/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}
/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
/**
  * Correct the padding in Firefox.
  */
fieldset {
  border: none;
}
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}
/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}
/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}
/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}

/* Forms
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
  background: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline:none;
}
textarea {
  width: 100%;
}
select {
    text-transform: none;
    background-color: transparent;
    border-style: none;
    color: inherit;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
/* header and text
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h2,
h3,
h2 > span,
h3 > span
 {
  letter-spacing: 0.07rem;
}
dfn,
cite,
i {
  font-style: inherit;
}
blockquote {
  margin: 0;
}
address {
  margin: 0;
  font-style: normal;
}
pre {
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
em {
  font-style: normal;
}
.single-content em{font-style:revert;}

mark,
ins {
  text-decoration: none;
}
mark {
  background: #FEE400;
}

big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
  /* list
--------------------------------------------- */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}

dl,
dt,
dd {
  width:100%;
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
}
/* Make sure embeds and iframe fit their containers.
--------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
figure {
  margin:0;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a[href^="tel"],
a[href^="mailto"] {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/

/* base color
--------------------------------------------- */
:root {
  --font-color: #2B2B2B;
  --white:#FFFFFF;
}


/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--noto-serif);
  color: var(--font-color);
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
/*
layout
--------------------------------------------- */
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (max-width:1024px){
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-only,.lg-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .sp-only,.tb-only,.md-only{
    display: none;
  }
}
/*
HEADER
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-header {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: var(--white);
  }
  .site-header > .container {
    padding: 0 10px;
  }
  .site-header__headline {
    display: -webkit-box;
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .site-header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 88px;
  }
  .site-header__menu.fixed,
  .site-header__menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    justify-content: space-between;
    background-color: var(--white);
    padding: 0 10px;
  }
  .site-header__logo {
    display: block;
    width: 85px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__logo > picture > .fixed-logo {
    display: none;
  }

  .site-header__menu.fixed  .site-header__logo,
  .site-header__menu.sticky  .site-header__logo {
    display: block;
    width: 193px;
  }
  .site-header__menu.fixed .site-header__logo > picture > .fixed-logo,
  .site-header__menu.sticky .site-header__logo > picture > .fixed-logo {
    display: block;
  }
  .site-header__menu.fixed .site-header__logo > picture > .logo-main,
  .site-header__menu.sticky .site-header__logo > picture > .logo-main {
    display: none;
  }
  .site-header__contents {
    display: none;
  }
  /*hamberger*/
  .mobile-nav-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 45px;
    margin-top: 5px;
  }
  .site-header__menu.fixed .mobile-nav-trigger,
  .site-header__menu.stickyd .mobile-nav-trigger {
    position:unset;
    top: unset;
    right: unset;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 24px;
  }
  .mobile-nav-trigger > i {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #AC905E;
    font-weight: 500;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #AC905E;
    transition: transform 0.5s ease;
  }
}
@media screen and (min-width:1025px) {
  .site-header {
    display: block;
    width: 100%;
    padding: 12px 0 7px;
    background-color: var(--white);
  }
  .site-header > .container {
    max-width: 1406px;
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 calc(45/1366 * 100%);
  }
  .site-header__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__logo {
    display: block;
    width: 107px;
    margin-left: -33px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__logo > picture > .fixed-logo {
    display: none;
  }
  .site-header__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 117px);
  }
  .site-header__btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .site-header__btns-list {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-right: 20px;
  }
  .site-header__btns-list > li {
    display: block;
    width: auto;
  }
  .site-header__btns-list > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    color: #7C7C7C;
    line-height: 19px;
    padding-left: 13px;
    background-image: url(./assets/images/icon-trangle-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 6px;
  }
  .site-header__btns-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__phone {
    display: block;
    width: auto;
    font-size: 32px;
    color: #AC905E;
    line-height: 46px;
    padding-left: 31px;
    background-image: url(./assets/images/icon-phone-gd.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 31px 31px;
    margin-right: -53px;
  }
  .site-header__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-nav__pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 24px;
  }
  .site-nav__pc > li {
    display: flex;
    width: auto;
  }
  .site-nav__pc > li:not(:last-child) {
    margin-right: calc(60/1023 * 100%);
  }
  .site-nav__pc > li > a {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: var(--font-color);
    text-align: center;
    padding-bottom: 5px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 0 0;
    transition: 0.3s ease;
  }
  .site-nav__pc > li > a:hover {
    color: #AC905E;
    background-size: 100% 1px;
  }
}
@media screen and (min-width:1025px) and (max-width:1280px) {
  .site-header__logo {
    margin-left: 0;
  }
  .site-header__headline {
    padding: 0 0;
  }
  .site-header__phone {
    margin-right: 0;
  }
}
/*
NAVIGATION - mobile
--------------------------------------------- */
@media screen and (max-width:1024px) {
   .site-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color:transparent;
    padding-left: 40px;
    z-index: 997;
    transform: translateX(150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateX(0);
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 335px;
    width: 100%;
    height: 100vh;
    padding-top: 58px;
    background-color: var(--white);
    overflow-y: scroll;
    margin-left: auto;
  }
  /*btn*/
  .mobile-nav-trigger__close {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 99;
    display: block;
    width: 60px;
    height: 65px;
    padding: 10px;
  }
  .mobile-nav-trigger__close > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 24px;
  }
  .mobile-nav-trigger__close > i {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #AC905E;
    font-weight: 500;
  }
  .mobile-nav-trigger__close > div > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #AC905E;
    transition: transform 0.5s ease;
  }
  .mobile-nav-trigger__close > div {
    position: relative;
  }
  .mobile-nav-trigger__close > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger__close > div > span:nth-child(1) {
    top: 5px;
    right: 0;
    transform: translateY(7px) rotate(-32deg);
  }
  .mobile-nav-trigger__close > div > span:nth-child(2) {
    bottom: 3px;
    right: 0;
    transform: translateY(-7px) rotate(32deg);
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    max-width: 335px;
    width: 100%;
    background-color: var(--white);
    margin-left: auto;
    padding: 20px 20px 80px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__block:nth-child(n+2) {
    margin-top: 30px;
  }
  .site-nav-mobile__block-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 26px;
    color: #C8B47A;
    font-family: var(--cormorant-garamond);
    line-height: 31px;
    margin-bottom: 15px;
  }
  .site-nav-mobile__list {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
  .site-nav-mobile__list + .site-nav-mobile__list {
    margin-top: 30px;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li:nth-child(n+2){
    margin-top: 15px;
  }
  .site-nav-mobile__list.menu > li:not(:first-child),
  .site-nav-mobile__list.worries > li:not(:first-child) {
    padding-left: 10px;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 23px;
  }
  .site-nav-outter-link {
    padding-right: 25px;
    background-image: url(./assets/images/icon-link.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14.44px;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
FOATING NAV
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-floating-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 991;
    transform: translateY(150%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translateY(0);
  }
  .site-floating-menu__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  .page-scroll__top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    background-color: rgba(255,255,255,0.8);
    cursor: pointer;
  }
  .page-scroll__top > span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    color: var(--font-color);
    font-weight: 600;
    word-break: keep-all;
    padding-top: 18px;
    text-align: center;
    background-image: url(./assets/images/icon-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20.2px 10.4px;
  }
  .site-floating-menu__phone {
    display: block;
    width: 80px;
    height: 60px;
    background-color: var(--font-color);
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
  }
  .site-floating-menu__reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 80px - 80px);
    height: 60px;
    background: linear-gradient(#ac905e 0%, #a29681 100%);
  }
  .site-floating-menu__reservation > span {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    width: 50px;
    height: 230px;
    z-index: 991;
    transform: translate(150%,-50%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translate(0, -50%);
  }
  .site-floating-menu__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    height: 405px;
  }
  .page-scroll__top,
  .site-floating-menu__phone {
    display: none;
  }
  .site-floating-menu__reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 230px;
    border-radius: 5px 0px 0px 5px;
    background: linear-gradient(#ac905e 0%, #a29681 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-floating-menu__reservation > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }
  .site-floating-menu__reservation:hover {
    transition: 0.3s ease;
    opacity: 0.85;
  }

}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  .site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 63px;
    border:1px solid var(--font-color);
    transition: 0.3s ease;
  }
  .site-btn > span {
    display: block;
    width: 100%;
    padding: 0 0 0 calc(105/280 * 100%);
    color: var(--font-color);
    font-weight: 500;
    line-height: 28px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: left calc(30/280 * 100%) center;
    background-size: calc(45/280 * 100%) 1px;
    transition: 0.3s ease;
  }
  .site-btn:hover {
    opacity: 0.7;
  }
  .site-btn:hover > span {
    background-size: calc(65/280 * 100%) 1px;
  }
  .btn-uline {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--cormorant-garamond);
    line-height: 17px;
    padding: 0 10px 3px;
    color: var(--font-color);
    border-bottom: 1px solid var(--font-color);
    transition: 0.3s ease;
  }
  .btn-uline:hover {
    color: #AC905E;
    border-bottom: 1px solid #AC905E;
  }
}
@media screen and (max-width:359px) {
  .site-btn > span {
    font-size: 14px;
  }
}
/*
FOOTER - access
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-footer-access {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F7F7F7;
  }
  .site-footer-access > .container {
    padding: 0 10px;
  }
  .site-footer-access__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer-access__map {
    display: block;
    width: 100%;
  }
  .site-footer-access__header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .site-footer-access__header > span:nth-child(1) {
    font-size: 20px;
    line-height: 37px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    color: #A78788;
  }
  .site-footer-access__header > span:nth-child(2) {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    padding-left: 7px;
  }
  .site-footer-access__map-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 338px;
  }
  .site-footer-access__map-wrap > iframe {
    width: 100%;
    height: 100%;
  }
  .site-footer-access__info {
    display: block;
    width:100%;
    margin-top: 60px;
  }
  .site-footer-access__info-tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .site-footer-access__info-tbl tr th {
    width: 74px;
    font-size: 15px;
    line-height: 28.8px;
    font-weight: 500;
    color: var(--white);
    padding: 13px 0;
    background-color: #A29681;
  }
  .site-footer-access__info-tbl tr:not(:last-child) th,
   .site-footer-access__info-tbl tr:not(:last-child) td {
    border-bottom: 1px solid #E4E4E4;
  }
  .site-footer-access__info-tbl tr td {
    width: calc(100% - 74px);
    font-size: 15px;
    line-height: 28.8px;
    font-weight: 400;
    padding: 13px 20px;
    background-color: var(--white);
  }
  .site-footer-access__info-tbl tr td a {
    color: var(--font-color);
  }
  .site-footer-access__info-tbl tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-access__info-tbl tr td p.memo {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 23.8px;
    margin-top: 15.5px;
  }
}
@media screen and (min-width:768px) {
  .site-footer-access {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
  }
  .site-footer-access__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer-access__map {
    display: block;
    width: 50%;
  }
  .site-footer-access__header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 33px;
  }
  .site-footer-access__header > span:nth-child(1) {
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    color: #A78788;
    letter-spacing: 0.1em;
  }
  .site-footer-access__header > span:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 14px;
    letter-spacing: 0.1em;
  }
  .site-footer-access__map-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 386px;
  }
  .site-footer-access__map-wrap > iframe {
    width: 100%;
    height: 100%;
  }
  .site-footer-access__info {
    display: block;
    width: calc(540/1140 * 100%);
  }
  .site-footer-access__info-tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .site-footer-access__info-tbl tr th {
    width: 90px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    padding: 11.5px 8px;
    background-color: #A29681;
  }
  .site-footer-access__info-tbl tr:not(:last-child) th,
   .site-footer-access__info-tbl tr:not(:last-child) td {
    border-bottom: 1px solid #E4E4E4;
  }
  .site-footer-access__info-tbl tr td {
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 11.5px 20px;
    background-color: var(--white);
  }
  .site-footer-access__info-tbl tr td a {
    color: var(--font-color);
  }
  .site-footer-access__info-tbl tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-access__info-tbl tr td p.memo {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
  }
}
/*
FOOTER - contact
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-footer-contact {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .site-footer-contact__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-contact__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer-contact__header > span:nth-child(1) {
    font-size: min(18px + (26 - 18) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: calc(31/26);
    color: #A78788;
  }
   .site-footer-contact__header > span:nth-child(2) {
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: calc(37/20);
    margin-top: 17px;
  }
  .site-footer-contact__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 315px;
    width: 100%;
    margin: 50px auto 0;
  }
  .site-footer-contact__btns > a + a {
    margin-top: 20px;
  }
  .reservation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    border-radius: 40px;
    background:  linear-gradient(#ac905e 0%, #a29681 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 calc(45/315 * 100%) 0 calc(30/315 * 100%);
  }
  .reservation-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.1em;
    padding-right:calc(58/315 * 100%);
    background-image: linear-gradient(var(--white),var(--white)),url(./assets/images/icon-mail-wh.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: calc(45/315 * 100%) 1px, calc(38/315 * 100%) auto;
    transition: 0.3s ease;
  }
  .reservation-btn:hover > span {
    background-size: calc(65/315 * 100%) 1px, calc(38/315 * 100%) auto;
    opacity: 0.7;
  }
  .line-contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 315px;
    width: 100%;
    height: 76px;
    border-radius: 40px;
    background:  var(--white);
    border: 1px solid #ac905e;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 calc(45/315 * 100%) 0 calc(30/315 * 100%);
  }
  .line-contact-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #AC905E;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.1em;
    padding-right: calc(50/315 * 100%);
    background-image: linear-gradient(#AC905E,#AC905E),url(./assets/images/icon-line-gd.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: calc(45/315 * 100%) 1px, calc(40/315 * 100%) auto;
    transition: 0.3s ease;
  }
  .line-contact-btn:hover > span {
    background-size: calc(65/315 * 100%) 1px, calc(40/315 * 100%) auto;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .site-footer-contact {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .site-footer-contact__body {
    display: block;
    max-width: 731px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-contact__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer-contact__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 29px;
    color: #A78788;
  }
   .site-footer-contact__header > span:nth-child(2) {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 11px;
  }
  .site-footer-contact__btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 74px;
  }
  .reservation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 76px;
    border-radius: 40px;
    background:  linear-gradient(#ac905e 0%, #a29681 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 45px 0 30px;
  }
  .reservation-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.1em;
    padding-right: calc(20px + 38px);
    background-image: linear-gradient(var(--white),var(--white)),url(./assets/images/icon-mail-wh.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: 45px 1px, 38px 26px;
    transition: 0.3s ease;
  }
  .reservation-btn:hover > span {
    background-size: 65px 1px, 38px 26px;
    opacity: 0.7;
  }
  .line-contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 76px;
    border-radius: 40px;
    background:  var(--white);
    border: 1px solid #ac905e;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 45px 0 30px;
  }
  .line-contact-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #AC905E;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.1em;
    padding-right: calc(10px + 40px);
    background-image: linear-gradient(#AC905E,#AC905E),url(./assets/images/icon-line-gd.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: 45px 1px, 40px 38.11px;
    transition: 0.3s ease;
  }
  .line-contact-btn:hover > span {
    background-size: 65px 1px, 40px 38.11px;
    opacity: 0.7;
  }
}
/*
FOOTER
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-footer {
    display: block;
    width: 100%;
    padding: 30px 0 70px;
    background-color: #EDECEA;
  }
  .site-footer > .container {
    padding: 0 10px;
  }
  .site-footer__nav {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  /*info*/
  .site-footer__nav-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    max-width: 255px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__address {
    display: none;
  }
  .site-footer__sns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .site-footer__sns > li {
    display: block;
    width: auto;
  }
  .site-footer__sns > li:not(:last-child) {
    margin-right: 15px;
  }
  .site-footer__sns > li > a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-footer__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__sns > li > a.line {
    width: 23.09px;
    height: 22px;
    background-image: url(./assets/images/icon-line-bk.png);
  }
  .site-footer__sns > li > a.x {
    width: 19.57px;
    height: 20px;
    background-image: url(./assets/images/icon-x-bk.png);
  }
  .site-footer__sns > li > a.instagram {
    width: 23px;
    height: 23px;
    background-image: url(./assets/images/icon-instagram-bk.png);
  }
  .site-footer__sns > li > a.thread {
    width: 23px;
    height: 23px;
    background-image: url(./assets/images/icon-threads-bk.png);
  }
  .site-footer__sns > li > a.youtube {
    width: 29px;
    height: 20px;
    background-image: url(./assets/images/icon-youtube-bk.png);
  }
  /*menu*/
  .site-footer__menu {
    display: none;
  }
  .site-rights__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #AC905E;
    padding: 15px 0 30px;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (min-width:1025px) {
  .site-footer {
    display: block;
    width: 100%;
    padding-top: 75px;
    background-color: #EDECEA;
  }
  .site-footer__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 105px;
  }
  /*info*/
  .site-footer__nav-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(400/1140 * 100%);
    margin-top: 37px;
  }
  .site-footer__logo {
    display: block;
    width: calc(300/400 * 100%);
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__address {
    display: block;
     width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
  }
  .site-footer__sns {
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .site-footer__sns > li {
    display: block;
    width: auto;
  }
  .site-footer__sns > li:not(:last-child) {
    margin-right: 15px;
  }
  .site-footer__sns > li > a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-footer__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__sns > li > a.line {
    width: 23.09px;
    height: 22px;
    background-image: url(./assets/images/icon-line-bk.png);
  }
  .site-footer__sns > li > a.x {
    width: 19.57px;
    height: 20px;
    background-image: url(./assets/images/icon-x-bk.png);
  }
  .site-footer__sns > li > a.instagram {
    width: 23px;
    height: 23px;
    background-image: url(./assets/images/icon-instagram-bk.png);
  }
  .site-footer__sns > li > a.thread {
    width: 23px;
    height: 23px;
    background-image: url(./assets/images/icon-threads-bk.png);
  }
  .site-footer__sns > li > a.youtube {
    width: 29px;
    height: 20px;
    background-image: url(./assets/images/icon-youtube-bk.png);
  }
  /*menu*/
  .site-footer__menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(715/1140 * 100%);
  }
  .site-footer__menu-columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer__menu-title {
    display: block;
    width: auto;
    font-size: 26px;
    font-family: var(--cormorant-garamond);
    color: #C8B47A;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .site-footer__menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer__menu-list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .site-footer__menu-list > li + li {
    margin-top: 20px;
  }
  .site-footer__menu-list > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 23px;
  }
  .site-footer__menu-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__menu-list + .site-footer__menu-list {
    margin-top: 30px;
  }
  .site-footer__menu-list.has-subpage > li:not(:first-child) {
    padding-left: 10px;
  }
  .site-nav-outter-link {
    padding-right: 25px;
    background-image: url(./assets/images/icon-link.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14.44px;
  }
  .site-rights__txt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 115px;
    font-size: 13px;
    line-height: 24px;
    color: #AC905E;
    border-top: 1px solid var(--white);
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:767px) {
  .main {
    display: block;
    width: 100%;
  }
  .page-header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #AC905E;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 40px 2px;
  }
}
@media screen and (min-width:768px) {
  .main {
    display: block;
    width: 100%;
  }
  .page-header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #AC905E;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    letter-spacing: 0.1em;
  }
}
/*
PAGE - mv
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-mv {
    display: block;
    width: 100%;
    height: 190px;
    background-image: url(./assets/images/mv-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }
  .page-mv__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 190px;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .page-title > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: calc(50/32);
  }
  .page-title > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #AC905E;
    line-height: 17px;
    margin-top: 10px;
  }
  .page-title > span:nth-child(3) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #AC905E;
    line-height: 12px;
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) {
  .page-mv {
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/mv-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }
  .page-mv__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: calc(90/1140 * 100%);
  }
  .page-title > span:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: calc(50/32);
  }
  .page-title > span:nth-child(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #AC905E;
    line-height: calc(20/14);
    margin-top: 11px;
  }
  .page-title > span:nth-child(3) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    line-height: calc(20/16);
    margin-top: 5px;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: var(--white);
  }
  .gi-breadcrumbs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gi-breadcrumbs__list {
    display:flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .gi-breadcrumbs__list > li {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:var(--font-color);
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "›";
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    font-size: 16px;
    line-height:1;
    color:var(--font-color);
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:var(--font-color);
    font-weight: 500;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:var(--font-color);
    font-weight: 500;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .gi-breadcrumbs__list > li {
    font-size: 12px;
    line-height:17px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    font-size: 12px;
    line-height:17px;
  }
}
/*
PAGE - content wrap
--------------------------------------------- */
@media screen and (min-width:0px) {
  .page-contents {
    display: block;
    width: 100%;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-404 {
    padding: 50px 0;
  }
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .page-404 {
    padding: 100px 0 100px;
  }
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
/*
PAGE - home
--------------------------------------------- */
/*sroll*/
@media screen and (max-width:1024px) {
  .home-mv__scroll {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__scroll {
    position: absolute;
    bottom: -155px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 20px;
    height: 325px;
    z-index: 99;
  }
  .home-mv__scroll > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    font-size: 14px;
    font-family: var(--yumincho);
    color: #A78788;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1;
  }
  .home-mv__scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 250px;
    background-color: #A78788;
  }
}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 136px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 136px);
    z-index: 1;
  }
  /*slogan*/
  .home-mv__slogan-wrap {
    position: absolute;
    bottom: 87px;
    left: 0;
    z-index: 9;
    width: 100%;
  }
  .home-mv__slogan-content {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
  }
  .home-mv__slogan > p:nth-child(1) {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 23px;
    color: var(--white);
    opacity: 0.88;
  }
  .home-mv__slogan > p:nth-child(2) {
    font-family: var(--cormorant-garamond);
    font-style: italic;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 43px;
    color: var(--white);
    opacity: 0.88;
  }
  .home-mv__slogan > p:nth-child(3) {
    font-weight: 500;
    font-size:30px;
    letter-spacing: 0.09em;
    line-height: 41px;
    color: var(--white);
  }
  .main-visual__wrap {
    display: block;
    width: 100%;
    height: calc(100vh - 136px);
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 136px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  /*slogan*/
  .home-mv__slogan-wrap {
    position: absolute;
    bottom: 78px;
    left: 0;
    z-index: 998;
    width: 100%;
  }
  .home-mv__slogan-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .home-mv__slogan > p:nth-child(1) {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 37px;
    text-align: right;
    color: var(--white);
    opacity: 0.88;
  }
  .home-mv__slogan > p:nth-child(2) {
    font-family: var(--cormorant-garamond);
    font-style: italic;
    font-size: 60px;
    letter-spacing: 0.08em;
    line-height: 64px;
    color: var(--white);
    opacity: 0.88;
  }
  .home-mv__slogan > p:nth-child(3) {
    font-weight: 500;
    font-size: 46px;
    letter-spacing: 0.09em;
    line-height: 64px;
    color: var(--white);
  }
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:1025px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 147px -30px);
    background-color: var(--white);
    padding-left: 113px;
  }
  /*slogan*/
  .home-mv__slogan-wrap {
    position: absolute;
    bottom: 78px;
    left: 0;
    z-index: 998;
    width: 100%;
  }
  .home-mv__slogan-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .home-mv__slogan > p:nth-child(1) {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 37px;
    text-align: right;
    color: var(--white);
    opacity: 0.88;
  }
  .home-mv__slogan > p:nth-child(2) {
    font-family: var(--cormorant-garamond);
    font-style: italic;
    font-size: 60px;
    letter-spacing: 0.08em;
    line-height: 64px;
    color: var(--white);
    opacity: 0.88;
  }
  .home-mv__slogan > p:nth-child(3) {
    font-weight: 500;
    font-size: 46px;
    letter-spacing: 0.09em;
    line-height: 64px;
    color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 147px - 30px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 147px - 30px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*mv - main-slider*/
@media screen and (max-width:767px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 136px);
    background-color: var(--white);
  }
  .home-slide-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 136px);
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 136px);
    background-color: var(--white);
    padding-bottom: 30px;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 136px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--white);
    opacity: .5;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #AC905E;
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-slide-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--white);
    opacity: .5;
    margin: 0 3.5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #AC905E;
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 147px - 30px);
    background-color: var(--white);
    padding-left: 113px;
  }
  .home-slide-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 147px - 30px);
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 147px - 30px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 7.5s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--white);
    opacity: .5;
    margin: 0 3.5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #AC905E;
    opacity: 1;
  }
}
/*greetings*/
@media screen and (max-width:767px) {
  .home-greeting {
    display: block;
    width: 100%;
    padding: 37px 0 80px;
    background-color: var(--white);
  }
  .home-greeting__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .home-greeting__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-greeting__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-greeting__title > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 24px;
    color: #A78788;
    letter-spacing: 0.08em;
  }
  .home-greeting__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 10px;
    letter-spacing: 0.08em;
  }
  .home-greeting__figure-sp {
    display: block;
    width: calc(275/315 * 100%);
    margin-top: 30px;
  }
  .home-greeting__figure-sp > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-greeting__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 36.5px;
  }
  .home-greeting__name {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: right;
    margin-top: 30px;
  }
  .home-greeting__name > small {
    font-size: 14px;
    padding-right: 10px;
  }
  .home-greeting__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-greeting__figure-pc {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .home-greeting {
    display: block;
    width: 100%;
    padding: 100px 0 40px;
    background-color: var(--white);
  }
  .home-greeting__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: calc(110/1140 * 100%);
  }
  .home-greeting__columns {
    display: block;
    width: calc(443/1030 * 100%);
  }
  .home-greeting__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-greeting__title > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 29px;
    color: #A78788;
    letter-spacing: 0.08em;
  }
  .home-greeting__title > span:nth-child(2) {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0.08em;
  }
  .home-greeting__figure-sp {
    display: none;
  }
  .home-greeting__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .home-greeting__name {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: right;
    margin-top: 40px;
  }
  .home-greeting__name > small {
    font-size: 15px;
    padding-right: 32px;
  }
  .home-greeting__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-greeting__figure-pc {
    display: block;
    width: calc(490/1030 * 100%);
  }
  .home-greeting__figure-pc > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*menu*/
@media screen and (max-width:767px) {
  .home-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 110px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/home/menu/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .home-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 60px solid transparent;
    border-left: 100vw solid var(--white);
    width: 0;
  }
  .home-menu > .container {
    padding: 0 10px;
  }
  .home-menu__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-menu__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-menu__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 29px;
    color: #A78788;
    letter-spacing: 0.08em;
  }
  .home-menu__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 10px;
    letter-spacing: 0.08em;
  }
  .home-menu__wrap {
    display: block;
    width: 100%;
    padding: 30px 20px;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 50px;
    background-color: var(--white);
  }
  .home-menu__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-menu__figure {
    display: block;
    width: 100%;
  }
  .home-menu__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-menu__column {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .home-menu__column-title {
    display: block;
    width: 100%;
    font-size: min(20px + (22 - 20) *  ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    line-height: 24px;
    color: #AC905E;
    text-align: center;
  }
  .home-menu__column-txt {
    display: block;
    width: 100%;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 16.6px;
  }
  .home-menu__column-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-menu__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin-top: 50px;
  }
  .home-menu__box {
    display: block;
    width: 100%;
    padding: 10px 20px 20px 20px;
    background-color: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .home-menu__box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-menu__box-hgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 48px;
  }
  .home-menu__box-title {
    display: block;
    width: auto;
    font-size: 20px;
    font-family: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--font-color);
  }
  .home-menu__box-badge {
    font-family: var(--cormorant-garamond);
    font-weight: 600;
    font-size: 48px;
    line-height: 30px;
    text-align: right;
    color: #ac905e;
  }
  .home-menu__box-txt {
    display: block;
    width: 100%;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
    color: var(--font-color);
  }
  .home-menu__worries {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .home-menu__worries-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #AC905E;
  }
  .home-menu__worries-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 17px;
    grid-template-rows: auto;
    row-gap: 14px;
    margin-top: 25px;
  }
  .home-menu__worries-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #DDDDDD;
    box-shadow: 3px 3px 7px rgba(48, 48, 54, 0.08);
    font-size: min(14px + (15 - 14) *  ((100vw - 320px) / (375 - 320)), 15px);
    color: var(--font-color);
    line-height: 1;
  }
  .home-menu__worries-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-menu__worries-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-worries__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 80px;
    background-color: var(--white);
    margin-top: 50px;
  }
  .home-worries__figure {
    display: block;
    width: 100%;
  }
  .home-worries__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-worries__column {
    display: block;
    width: 100%;
    margin-top: 20.6px;
  }
  .home-worries__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #AC905E;
  }
  .home-worries__txt {
    display: block;
    width: 100%;
    line-height: 27px;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
    margin-top: 16px;
  }
  .home-worries__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-worries__btns > a > span {
    font-family: var(--cormorant-garamond);
  }
}
@media screen and (min-width:768px) {
  .home-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 160px 0 156px;
    background-color: var(--white);
    background-image: url(./assets/images/home/menu/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .home-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 150px solid transparent;
    border-left: 100vw solid var(--white);
    width: 0;
  }
  .home-menu__body {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .home-menu__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-menu__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 29px;
    color: #A78788;
    letter-spacing: 0.08em;
  }
  .home-menu__header > span:nth-child(2) {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0.08em;
  }
  .home-menu__wrap {
    display: block;
    width: 100%;
    padding: calc(94/1110 * 100%) calc(30/1110 * 100%) calc(56/1110 * 100%) calc(41/1110 * 100%);
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 80px;
    background-color: var(--white);
  }
  .home-menu__columns {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .home-menu__figure {
    display: block;
    width: calc(490/1039 * 100%);
  }
  .home-menu__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-menu__column {
    display: block;
    width: calc(100% - (490/1039 * 100%));
    padding: 0 calc(77/1039 * 100%) 0 calc(54/1039 * 100%);
  }
  .home-menu__column-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #AC905E;
  }
  .home-menu__column-txt {
    display: block;
    width: 100%;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 37px;
  }
  .home-menu__column-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 34px;
  }
  .home-menu__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin-top: 50px;
  }
  .home-menu__box {
    display: block;
    width: 100%;
    padding: 20px 20px 40px 20px;
    background-color: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .home-menu__box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-menu__box-hgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 58px;
  }
  .home-menu__box-title {
    display: block;
    width: auto;
    font-size: 20px;
    font-family: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--font-color);
  }
  .home-menu__box-badge {
    font-family: var(--cormorant-garamond);
    font-weight: 600;
    font-size: 58px;
    line-height: 30px;
    text-align: right;
    color: #ac905e;
  }
  .home-menu__box-txt {
    display: block;
    width: 100%;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
    color: var(--font-color);
  }
  .home-menu__worries {
    display: block;
    max-width: 930px;
    width: 100%;
    margin: 100px auto 0;
  }
  .home-menu__worries-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #AC905E;
  }
  .home-menu__worries-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(34/930 * 100%);
    margin-top: 40px;
  }
  .home-menu__worries-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border-radius: 40px;
    border: 1px solid #DDDDDD;
    box-shadow: 3px 3px 7px rgba(48, 48, 54, 0.08);
    font-size: 16px;
    color: var(--font-color);
    line-height: 1;
  }
  .home-menu__worries-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-menu__worries-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 36px;
  }
  .home-worries__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(48/1110 * 100%) calc(58/1110 * 100%) calc(48/1110 * 100%) calc(30/1110 * 100%);
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 80px;
    background-color: var(--white);
    margin-top: 60px;
  }
  .home-worries__figure {
    display: block;
    width: calc(490/1022 * 100%);
  }
  .home-worries__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-worries__column {
    display: block;
    width: calc(418/1022 * 100%);
  }
  .home-worries__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #AC905E;
  }
  .home-worries__txt {
    display: block;
    width: 100%;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 37px;
  }
  .home-worries__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 34px;
  }
  .home-worries__btns > a > span {
    font-family: var(--cormorant-garamond);
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .home-flow {
    display: block;
    width: 100%;
    padding: 9px 0 0;
    background-color: var(--white);
  }
  .home-flow__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-flow__figure {
    display: block;
    width: 100%;
  }
  .home-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-flow__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .home-flow__header {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 58px;
    font-family: var(--cormorant-garamond);
    font-weight: 700;
    line-height: 71px;
    color: #AC905E;
    opacity: 0.4;
  }
  .home-flow__title {
    display: block;
    width: 100%;
    font-size: min(22px + (24 - 22) *  ((100vw - 320px) / (375 - 320)), 24px);
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
  }
  .home-flow__txt {
    display: block;
    width: 100%;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-flow__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .home-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-flow__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-flow__figure {
    display: block;
    width: calc(510/1140 * 100%);
    margin-top: 66.5px;
  }
  .home-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-flow__content {
    display: block;
    width: calc(500/1140 * 100%);
  }
  .home-flow__header {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 88px;
    font-family: var(--cormorant-garamond);
    font-weight: 700;
    line-height: 106px;
    color: #AC905E;
    opacity: 0.4;
  }
  .home-flow__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
  }
  .home-flow__txt {
    display: block;
    width: 100%;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-flow__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-flow__title {
    font-size: 25px;
  }
}
/*links*/
@media screen and (max-width:767px) {
  .home-links {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-links__body {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .home-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-link__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    padding: 0 0 0 30px
  }
  .home-links__figure {
    display: block;
    width: 100%;
  }
  .home-links__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .home-links {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-links__body {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(39/1140 * 100%);
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
  }
  .home-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-link__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    padding: 0 0 0 calc(35/303.7 * 100%);
  }
  .home-links__figure {
    display: block;
    width: 100%;
  }
  .home-links__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-image: url(./assets/images/home/faq/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-faq > .container {
    padding: 0 10px;
  }
  .home-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: block;
    width: 100%;
    font-size: 58px;
    font-family: var(--cormorant-garamond);
    font-weight: 700;
    line-height: 71px;
    color: #AC905E;
    opacity: 0.4;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: var(--white);
  }
  .home-faq__list > li + li {
    margin-top: 30px;
  }
  .home-faq__list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 30px 0 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #AC905E;
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    line-height: 16px;
  }
  .home-faq__list > li > .question > i {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .home-faq__list > li > .question > i::before,
  .home-faq__list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #AC905E;
  }
 .home-faq__list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .home-faq__list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .home-faq__list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .home-faq__list > li > .answer {
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-faq__list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #DBDBDB;
    padding: 20px 20px 20px 70px;
  }
  .home-faq__list > li > .answer > .answer-wrap::before {
    content: "A";
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border:1px solid #AC905E;
    font-size: 20px;
    color: #AC905E;
    font-weight: 500;
    line-height: 16px;
  }
  .home-faq__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-faq__btns > a {
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-image: url(./assets/images/home/faq/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: block;
    width: 100%;
    font-size: 88px;
    font-family: var(--cormorant-garamond);
    font-weight: 700;
    line-height: 106px;
    color: #AC905E;
    opacity: 0.4;
  }
  .home-faq__list {
    display: block;
    width: 100%;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: var(--white);
  }
  .home-faq__list > li + li {
    margin-top: 30px;
  }
  .home-faq__list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 50px 0 70px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #AC905E;
    font-size: 26px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
  }
  .home-faq__list > li > .question > i {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .home-faq__list > li > .question > i::before,
  .home-faq__list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #AC905E;
  }
 .home-faq__list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .home-faq__list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .home-faq__list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .home-faq__list > li > .answer {
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-faq__list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #DBDBDB;
    padding: 40px 20px 20px 90px;
  }
  .home-faq__list > li > .answer > .answer-wrap::before {
    content: "A";
    position: absolute;
    top: 40px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border:1px solid #AC905E;
    font-size: 26px;
    color: #AC905E;
    font-weight: 500;
    line-height: 20px;
  }
  .home-faq__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-faq__btns > a {
    background-color: var(--white);
  }
}
/*sns*/
@media screen and (max-width:767px) {
  .home-sns {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .home-sns > .container {
    padding: 0 10px;
  }
  .home-sns__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-sns__line {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .home-sns__line:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-sns__line > picture {
    display: block;
    width: 100%;
  }
  .home-sns__line > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-sns__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .home-sns__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .home-sns__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-sns__link > picture {
    display: block;
    width: 100%;
  }
  .home-sns__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-sns__link > p {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: var(--font-color);
    line-height: 17px;
    font-family: var(--noto-sans);
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .home-sns {
    display: block;
    width: 100%;
    padding: 50px 0 67px;
    background-color: var(--white);
  }
  .home-sns__body {
    display: block;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  .home-sns__line {
    display: block;
    width: 100%;
  }
  .home-sns__line:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-sns__line > picture {
    display: block;
    width: 100%;
  }
  .home-sns__line > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-sns__list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .home-sns__link {
    display: block;
    width: 80px;
  }
  .home-sns__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-sns__link:not(:last-child) {
    margin-right: 29px;
  }
  .home-sns__link > picture {
    display: block;
    width: 100%;
  }
  .home-sns__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-sns__link > p {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: var(--font-color);
    line-height: 17px;
    font-family: var(--noto-sans);
    text-align: center;
  }
}
/*information*/
@media screen and (max-width:767px) {
  .home-information {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #E8E5DF;
  }
  .home-information > .container {
    padding: 0 10px;
  }
  .home-information__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-information__news {
    display: block;
    width: 100%;
  }
  .home-information__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-information__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 37px;
    color: #A78788;
    letter-spacing: 0.08em;
  }
  .home-information__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 10px;
    letter-spacing: 0.08em;
  }
  .home-news__wrap {
    display: block;
    width: 100%;
    padding: 20px 20px 60px;
    background-color: var(--white);
  }
  .home-news-items {
    display: block;
    width: 100%;
  }
  .home-news-items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #E4E4E4;
  }
  .home-news-items > li:not(:first-child) {
    padding-top: 17px;
  }
  .home-news-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-news-item__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #AC905E;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 9px 0 0 0;
  }
  .home-news__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-information__column {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .home-column__wrap {
    display: block;
    width: 100%;
  }
  .home-column-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: calc(50% - 10px);
    padding: 8px;
    background-color: var(--white);
  }
  .home-column-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .home-column-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column-item__date {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #AC905E;
    padding: 8px 0 7px;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 14px;
    line-height: 23.8px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-information {
    display: block;
    width: 100%;
    padding: 100px 0 90px;
    background-color: #E8E5DF;
  }
  .home-information__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-information__news {
    display: block;
    width: calc(540/1140 * 100%);
  }
  .home-information__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-information__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    line-height: 29px;
    color: #A78788;
    letter-spacing: 0.08em;
  }
  .home-information__header > span:nth-child(2) {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0.08em;
  }
  .home-news__wrap {
    display: block;
    width: 100%;
    padding: calc(80/540 * 100%) calc(30/540 * 100%) calc(47/540 * 100%);
    background-color: var(--white);
  }
  .home-news-items {
    display: block;
    width: 100%;
  }
  .home-news-items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #E4E4E4;
  }
  .home-news-items > li:not(:first-child) {
    padding-top: 19px;
  }
  .home-news-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-news-item__date {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #AC905E;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 15px 0 0 10px;
  }
  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 35px;
  }
  .home-information__column {
    display: block;
    width: calc(530/1140 * 100%);
  }
  .home-column__wrap {
    display: block;
    width: 100%;
  }
  .home-column-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: calc(257.5/530 * 100%);
    padding: 15px;
    background-color: var(--white);
  }
  .home-column-item:nth-child(n+3) {
    margin-top: 12px;
  }
  .home-column-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column-item__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #AC905E;
    padding: 7px 0 5px;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-column__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 28px;
  }
}
/*istagram*/
@media screen and (max-width:767px) {
  .home-instagram {
    display: block;
    width: 100%;
    padding: 80px 0 60px;
    background-color: var(--white);
  }
  .home-instagram__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 26px;
  }
  .home-instagram__header > span:nth-child(1) {
    font-size: 20px;
    line-height: 37px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    color: #A78788;
  }
  .home-instagram__header > span:nth-child(2) {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 8px;
  }
  .home-instagram__bnr {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-instagram__bnr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-instagram__id {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--font-color);
    font-family: var(--noto-sans);
    line-height: 20px;
    padding: 11px 50px;
    background-color: var(--white);
  }
  .home-instagram__figure {
    display: block;
    width: 100%;
  }
  .home-instagram__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .home-instagram__id {
    padding: 11px 30px;
  }
}
@media screen and (min-width:768px) {
  .home-instagram {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-instagram__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-instagram__header > span:nth-child(1) {
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    font-family: var(--cormorant-garamond);
    color: #A78788;
  }
  .home-instagram__header > span:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 14px;
  }
  .home-instagram__bnr {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-instagram__bnr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-instagram__id {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--font-color);
    font-family: var(--noto-sans);
    line-height: 20px;
    padding: 11px 50px;
    background-color: var(--white);
  }
  .home-instagram__figure {
    display: block;
    width: 100%;
  }
  .home-instagram__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - first
--------------------------------------------- */
/*greetings*/
@media screen and (max-width:767px) {
  .page-first {
    background-color: var(--white);
    padding-bottom: 66.1px;
  }
  .first-greetings {
    display: block;
    width: 100%;
    padding: 50px 0 80px;
  }
  .first-greetings__body {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .first-greetings__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .first-greetings__title > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.07em;
  }
  .first-greetings__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    color: #AC905E;
    letter-spacing: 0.07em;
  }
  .first-greetings__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .first-greetings__column {
    display: block;
    width: 100%;
  }
  .first-greetings__txt {
    display: block;
    width: 100%;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .first-greetings__txt > span {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
  .first-greetings__name {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: right;
    margin-top: 20px;
  }
  .first-greetings__name > small {
    font-size: 15px;
    padding-right: 32px;
  }
  .first-greetings__figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .first-greetings__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .page-first {
    background-color: var(--white);
    padding-bottom: 30px;
  }
  .first-greetings {
    display: block;
    width: 100%;
    padding: 100px 0;
  }
  .first-greetings__body {
    display: block;
    width: 100%;
    margin-top: 155px;
  }
  .first-greetings__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .first-greetings__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.07em;
  }
  .first-greetings__title > span:nth-child(2) {
    font-size: 42px;
    font-weight: 500;
    line-height: 54px;
    color: #AC905E;
    letter-spacing: 0.07em;
  }
  .first-greetings__columns {
    display: flex;
    justify-content: space-between;
    max-width: 1058px;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
  }
  .first-greetings__column {
    display: block;
    width: calc(500/1058 * 100%);
  }
  .first-greetings__txt {
    display: block;
    width: 100%;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .first-greetings__txt > span {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
  .first-greetings__name {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: right;
    margin-top: 20px;
  }
  .first-greetings__name > small {
    font-size: 15px;
    padding-right: 32px;
  }
  .first-greetings__figure {
    display: block;
    width: calc(515/1058 * 100%);
  }
  .first-greetings__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:1025px) {
  .first-greetings > .container {
    max-width: 1256px;
  }
}
/*safety*/
@media screen and (max-width:767px) {
  .first-safety {
    display: block;
    width: 100%;
    padding: 50px 0 30px;
    background-image: url(./assets/images/first/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .first-safety > .container {
    padding: 0 10px;
  }
  .first-safety__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .first-safety__intro {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .first-safety__intro-figure {
    display: block;
    max-width: 191.44px;
    width: 100%;
  }
  .first-safety__intro-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .first-safety__intro-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: calc(38/22);
    color: #9F7935;
    text-align: center;
  }
  .first-safety__intro-title > small {
    font-size: 16px;
    color: #706758;
  }
  .first-safety__point {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
  }
  .first-safety__point-box {
    display: block;
    width: 100%;
  }
  .first-safety__point-box + .first-safety__point-box {
    margin-top: 50px;
  }
  .first-safety__point-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .first-safety__point-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .first-safety__point-txt {
    display: block;
    width: 100%;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .first-safety__point-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .first-safety__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .first-safety {
    display: block;
    width: 100%;
    padding: 0 0 93px;
    background-image: url(./assets/images/first/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .first-safety__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .first-safety__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 950px;
    width: 100%;
    margin-left: auto;
  }
  .first-safety__intro-figure {
    display: block;
    width: calc(339/950 * 100%);
  }
  .first-safety__intro-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .first-safety__intro-title {
    display: block;
    width: calc(100% - (339/950 * 100%));
    font-size: 32px;
    font-weight: 500;
    line-height: calc(62/32);
    color: #9F7935;
  }
  .first-safety__intro-title > small {
    font-size: 26px;
    color: #706758;
  }
  .first-safety__point {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1000 * 100%);
    background-color: var(--white);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
  }
  .first-safety__point-box {
    display: block;
    width: 100%;
  }
  .first-safety__point-box + .first-safety__point-box {
    margin-top: 80px;
  }
  .first-safety__point-title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .first-safety__point-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .first-safety__point-box:nth-child(even) .first-safety__point-columns {
    flex-direction: row-reverse;
  }
  .first-safety__point-txt {
    display: block;
    width: 50%;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .first-safety__point-figure {
    display: block;
    width: calc(370/800 * 100%);
  }
  .first-safety__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .first-safety__intro-title {
    font-size: 25px;
  }
  .first-safety__intro-title > small {
    font-size: 18px;
  }
}
/*message*/
@media screen and (max-width:767px) {
  .first-message {
    display: block;
    width: 100%;
    background-color: #FBF9F9;
  }
  .first-message > .container {
    background-image: url(./assets/images/first/first7-sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 315px auto;
  }
  .first-message__body {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0 310px;
    margin: 0 auto;

  }
  .first-message__content {
    display: block;
    width: 100%;
  }
  .first-message__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: calc(38/22);
    color: #722034;
    text-align: justify;
    word-break: break-all;
  }
  .first-message__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .first-message {
    display: block;
    width: 100%;
    background-color: #FBF9F9;
  }
  .first-message > .container {
    background-image: url(./assets/images/first/first7-pc.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: calc(830/1140 * 100%);
  }
  .first-message__body {
    position: relative;
    display: block;
    max-width: 850px;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;

  }
  .first-message__content {
    display: block;
    width: calc(546/850 * 100%);
  }
  .first-message__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: calc(50/32);
    color: #722034;
    text-align: justify;
    word-break: break-all;
  }
  .first-message__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .first-message > .container {	
    background-position: bottom right -80px;
    background-size: calc(1000/1140 * 100%);
  }
  .first-message__body {
    padding: 80px 0;
  }
  .first-message__header {
    font-size: 26px;
  }
  .first-message__txt {
    margin-top: 30px;
  }
}
/*
PAGE - flow
--------------------------------------------- */
@media screen and (max-width:767px) {
  .flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .flow > .container {
    padding: 0 10px;
  }
  .flow-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .flow-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
    margin: 50px 0 50px;
  }
  .flow-box {
    display: block;
    width: 100%;
  }
  .flow-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: #F7F7F7;
  }
  .flow-box + .flow-box {
    margin-top: 88.44px;
  }
  .flow-box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -58.44px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 46.06px;
    height: 28.44px;
    background-image: url(./assets/images/flow/icon-flow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-box__title {
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 6px 40px 6px 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .flow-box__title > span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #AC905E;
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
  }
  .flow-box__title > i {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
  }
  .flow-box__title > i::before,
  .flow-box__title > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #AC905E;
  }
 .flow-box__title > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .flow-box__title > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .flow-box__title.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .flow-box__content {
    display: none;
    width: 100%;
  }
  .flow-box__wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .flow-box__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .flow-box__column {
    display: block;
    width: 100%;
  }
  .flow-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .flow-box__figure {
    display: block;
    width: calc(254/315 * 100%);
    margin-top: 30px;
  }
  .flow-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-box__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #AC905E;
    padding: 20px;
    background-color: var(--white);
  }
  .flow-box__cta-phone {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: auto;
  }
  .flow-box__cta-phone > span {
    font-size: 16px;
    font-weight: 400;
    color: #AC905E;
    line-height: 1;
    padding-right: 5px;
  }
  .flow-box__cta-phone > a {
    font-size: min(26px + (30 - 26) * ((100vw - 320px) / (375 - 320)), 30px);
    color: #AC905E;
    line-height: 44px;
    font-weight: 700;
  }
  .flow-box__cta-phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .flow-box__cta-time {
    display: block;
    width: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 23.8px;
    color: #AC905E;
    margin-top: 5px;
  }
  .flow-box__cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .flow-reservation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 275px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(#ac905e 0%, #a29681 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 25px 0 20px;
  }
  .flow-reservation-btn > span {
    display: block;
    width: 100%;
    font-size: min(12px + (16 - 12) * ((100vw - 320px) / (375 - 320)), 16px);
    font-weight: 600;
    color: var(--white);
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: calc(55/275 * 100%);
    padding-right: calc(63/275 * 100%);
    background-image: linear-gradient(var(--white),var(--white)),url(./assets/images/icon-mail-wh.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: calc(30/275 * 100%) 1px, calc(38/275 * 100%) auto;
    transition: 0.3s ease;
  }
  .flow-reservation-btn:hover > span {
    background-size: calc(40/275 * 100%) 1px, calc(38/275 * 100%) auto;
    opacity: 0.7;
  }
  .flow-line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 275px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: var(--white);
    border: 1px solid #ac905e;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 20px 0 15px;
    margin-top: 20px;
  }
  .flow-line-btn > span {
    display: block;
    width: 100%;
    font-size: min(12px + (16 - 12) * ((100vw - 320px) / (375 - 320)), 16px);
    font-weight: 600;
    color: #ac905e;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: calc(40/275 * 100%);
    padding-right: calc(43/275 * 100%);
    background-image: linear-gradient(#AC905E,#AC905E),url(./assets/images/icon-line-gd.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: calc(30/275 * 100%) 1px, calc(40/275 * 100%) auto;
    transition: 0.3s ease;
  }
  .flow-line-btn:hover > span {
    background-size: calc(40/275 * 100%) 1px, calc(40/275 * 100%) auto;
    opacity: 0.7;
  }
  .flow-box__cta-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .flow-box__cta-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 19px;
  }
  .flow-box__cta-list > li + li {
    margin-top: 11px;
  }
  .flow-box__cta-list > li > span {
    position: absolute;
    left: 0;
  }
  .flow-box__column-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28.8px;
    padding-bottom: 10px;
    color: #AC905E;
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  .flow-box__column-list {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .flow-box__column-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 19px;
    color: #747474;
  }
  .flow-box__column-list > li > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .flow-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .flow-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    margin: 55px 0 50px;
  }
  .flow-box {
    display: block;
    width: 100%;
  }
  .flow-box {
    position: relative;
    display: block;
    width: 100%;
    padding: calc(50/800 * 100%) calc(30/800 * 100%);
    background-color: #F7F7F7;
  }
  .flow-box + .flow-box {
    margin-top: 88.44px;
  }
  .flow-box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -58.44px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 46.06px;
    height: 28.44px;
    background-image: url(./assets/images/flow/icon-flow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-box__title {
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 6px 50px 6px 60px;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .flow-box__title > span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #AC905E;
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
  }
  .flow-box__title > i {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
  }
  .flow-box__title > i::before,
  .flow-box__title > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #AC905E;
  }
 .flow-box__title > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .flow-box__title > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .flow-box__title.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .flow-box__content {
    display: none;
    width: 100%;
  }
  .flow-box__wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .flow-box__columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .flow-box__column {
    display: block;
    width: calc(456/740 * 100%);
  }
  .flow-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .flow-box__figure {
    display: block;
    width: calc(254/740 * 100%);
  }
  .flow-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-box__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #AC905E;
    padding: calc(30/738 * 100%) calc(59/738 * 100%);
    background-color: var(--white);
  }
  .flow-box__cta-phone {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: auto;
  }
  .flow-box__cta-phone > span {
    font-size: 20px;
    font-weight: 400;
    color: #AC905E;
    line-height: 1;
    padding-right: 5px;
  }
  .flow-box__cta-phone > a {
    font-size: 40px;
    color: #AC905E;
    line-height: 57px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .flow-box__cta-phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .flow-box__cta-time {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.8px;
    color: #AC905E;
    margin-top: 5px;
    letter-spacing: 0.05em;
  }
  .flow-box__cta-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .flow-reservation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(296.11/620 * 100%);
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(#ac905e 0%, #a29681 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 calc(30/620 * 100%) 0 calc(30/620 * 100%);
  }
  .flow-reservation-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: calc(55/296.11 * 100%);
    padding-right: calc(63/296.11 * 100%);
    background-image: linear-gradient(var(--white),var(--white)),url(./assets/images/icon-mail-wh.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: calc(30/296.11 * 100%) 1px, calc(38/296.11 * 100%) auto;
    transition: 0.3s ease;
  }
  .flow-reservation-btn:hover > span {
    background-size: calc(40/296.11 * 100%) 1px, calc(38/296.11 * 100%) auto;
    opacity: 0.7;
  }
  .flow-line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(296.11/620 * 100%);
    height: 60px;
    border-radius: 30px;
    background: var(--white);
    border: 1px solid #ac905e;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 calc(25/620 * 100%) 0 calc(20/620 * 100%);
  }
  .flow-line-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #ac905e;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: calc(50/296.11 * 100%);
    padding-right: calc(53/296.11 * 100%);
    background-image: linear-gradient(#AC905E,#AC905E),url(./assets/images/icon-line-gd.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    background-size: calc(30/296.11 * 100%) 1px, calc(40/296.11 * 100%) auto;
    transition: 0.3s ease;
  }
  .flow-line-btn:hover > span {
    background-size: calc(40/296.11 * 100%) 1px, calc(40/296.11 * 100%) auto;
    opacity: 0.7;
  }
  .flow-box__cta-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .flow-box__cta-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 19px;
  }
  .flow-box__cta-list > li + li {
    margin-top: 11px;
  }
  .flow-box__cta-list > li > span {
    position: absolute;
    left: 0;
  }
  .flow-box__column-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28.8px;
    padding-bottom: 10px;
    color: #AC905E;
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  .flow-box__column-list {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .flow-box__column-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 19px;
    color: #747474;
  }
  .flow-box__column-list > li > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:678px) and (max-width:1024px) {
  .flow-line-btn > span {
    letter-spacing: 0;
  }
}
/*
PAGE - reason
--------------------------------------------- */
@media screen and (max-width:767px) {
  .reason {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
  }
  .reason-header {
    margin-bottom: 50px;
  }
  .reason-body {
    display: block;
    width: 100%;
    background-image: url(./assets/images/reason/reason-bg-sp.jpg),linear-gradient(#f5f1e8 0%, #fffafb 100%);
    background-repeat: no-repeat,no-repeat;
    background-position:top center, center;
    background-size: min(340px + (580 - 340) * ((100vw - 320px) / (767 - 320)), 580px) auto, cover;
    padding-bottom: 50px;
  }
  .reason-body > .container {
    padding: 0 10px;
  }
  .reason-main-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .reason-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: calc(38/20);
    color: #9F7935;
    padding: 0 10px;
  }
  .reason-main {
    display: block;
    width: 100%;
    margin-top: 162px;
    background-color: var(--white);
    padding: 30px 10px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .reason-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 56px 20px;
    background-color: #F7F7F7;
  }
  .reason-box + .reason-box {
    margin-top: 50px;
  }
  .reason-box-badge {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    font-size: 38px;
    font-weight: 600;
    line-height: 56px;
    color: #AC905E;
  }
  .reason-box__intro {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .reason-box__intro-col {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .reason-box__intro-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    color:#AC905E;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .reason-box__intro-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__intro-memo {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #747474;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .reason-box__intro-figure {
    display: block;
    width: 100%;
  }
  .reason-box__intro-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-box__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.6px;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    margin-top: 50px;
  }
  .reason-box__block {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 10px;
    margin-top: 30px;
  }
  .reason-box__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__block-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .reason-box__block-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__block-figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .reason-box__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .reason-main {
    margin-top: 135px;
  }
  .reason-title > br,
  .reason-box__intro-title > br {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .reason {
    display: block;
    width: 100%;
    padding: 100px 0 56px;
    background-color: var(--white);
  }
  .reason-header {
    margin-bottom: 50px;
  }
  .reason-body {
    display: block;
    width: 100%;
    background-image: linear-gradient(#f5f1e8 0%, #fffafb 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    padding-bottom: 100px;
  }
  .reason-main-wrap {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    background-image: url(./assets/images/reason/reason-bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .reason-title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 58px;
    color: #9F7935;
    padding-left: calc(50/1000 * 100%);
  }
  .reason-main {
    display: block;
    width: 100%;
    margin-top: 180px;
    background-color: var(--white);
    padding: calc(50/1000 * 100%);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .reason-box {
    position: relative;
    display: block;
    width: 100%;
    padding: calc(56/800 * 100%) calc(50/800 * 100%);
    background-color: #F7F7F7;
  }
  .reason-box + .reason-box {
    margin-top: 50px;
  }
  .reason-box-badge {
    position: absolute;
    top: 10px;
    right: calc(50/800 * 100%);
    display: block;
    font-size: 58px;
    font-weight: 600;
    line-height: 84px;
    color: #AC905E;
  }
  .reason-box__intro {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .reason-box__intro-col {
    display: block;
    width: 50%;
  }
  .reason-box__intro-title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
    color:#AC905E;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .reason-box__intro-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__intro-memo {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #747474;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .reason-box__intro-figure {
    display: block;
    width: calc(370/800 * 100%);
  }
  .reason-box__intro-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-box__subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28.6px;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    margin-top: 50px;
  }
  .reason-box__block {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: calc(30/800 * 100%);
    margin-top: 30px;
  }
  .reason-box__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__block-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .reason-box__block-txt {
    display: block;
    width: calc(375/740 * 100%);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__block-figure {
    display: block;
    width: calc(335/740 * 100%);
  }
  .reason-box__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .reason-main {
    margin-top: 120px;
  }
  .reason-box-badge {
    top: 0;
    line-height: 64px;
  }
  .reason-box__intro-title > br {
    display: none;
  }
}
/*
PAGE - male
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .male-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .male-intro > .container {
    padding: 0 10px;
  }
  .male-intro-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .male-intro-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    margin: 50px 0 50px;
    padding: 0 10px;
  }
  .male-intro-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #F0F3F5;
    padding: 20px;
    margin: 0 auto;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .male-intro-block__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #206B9E;
    padding-bottom: 10px;
  }
  .male-intro-block__title > em {
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
  }
  .male-intro-block__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .male-intro-block__list {
    display: block;
    width: 100%;
  }
  .male-intro-block__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-image: url(./assets/images/male/icon-chekedbox.png);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 19.14px 18px;
  }
  .male-intro-block__list > li + li {
    margin-top: 15px;
  }
  .male-intro-block__figure {
    display: block;
    max-width: 150px;
    width: 80%;
    margin-top: 20px;
  }
  .male-intro-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .male-intro-subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 50px;
  }
  .male-intro-subtitle > em {
    font-size: 32px;
    color: #165884;
  }
}
@media screen and (max-width:359px) {
  .male-intro-block__title {
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  .male-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .male-intro-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .male-intro-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    margin: 50px 0 50px;
  }
  .male-intro-block {
    display: block;
    max-width: 700px;
    width: 100%;
    background-color: #F0F3F5;
    padding: calc(50/800 * 100%);
    margin: 0 auto;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .male-intro-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #206B9E;
    padding-bottom: 10px;
  }
  .male-intro-block__title > em {
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
  }
  .male-intro-block__columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .male-intro-block__list {
    display: block;
    width: calc(329/600 * 100%);
  }
  .male-intro-block__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-image: url(./assets/images/male/icon-chekedbox.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .male-intro-block__list > li + li {
    margin-top: 10px;
  }
  .male-intro-block__figure {
    display: block;
    width: calc(251/600 * 100%);
  }
  .male-intro-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .male-intro-subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    font-weight: 500;
    margin-top: 100px;
  }
  .male-intro-subtitle > em {
    font-size: 48px;
    color: #165884;
  }
}
/*diff*/
@media screen and (max-width:767px) {
  .male-diff {
    position: relative;
    display: block;
    width: 100%;
    padding: 250px 0 50px;
    background-color: var(--white);
  }
  .male-diff > .container {
    padding: 0 10px;
  }
  .male-diff::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 350px;
    background-image: url(./assets/images/male/bnr-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .male-diff__body {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .male-diff__block {
    display: block;
    width: calc(100% - 20px);
    padding: 20px;
    background-color: var(--white);
    margin: 0 auto;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .male-diff__block-title {
    display: block;
    width: 100%;
    font-size:20px;
    font-weight: 500;
    line-height: 28.6px;
    color: #165884;
    text-align: center;
    margin-bottom: 30px;
  }
  .male-diff__block-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .male-diff__box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .male-diff__box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .male-diff__box-title > span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .male-diff__box-title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #1E2F40;
  }
  .male-diff__box-title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #165884;
    margin-top: 5px;
  }
  .male-diff__box-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    border: 5px solid rgba(60, 88, 114, 0.2);
  }
  .male-diff__box-column {
    display: block;
    width: 100%;
    padding-top: 26px;
  }
  .male-diff__box-figure {
    display: block;
    max-width: 180px;
    width: 100%;
    margin-top: 20px;
  }
  .male-diff__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .male-diff__box-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .male-diff__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .male-diff__box-btns > a {
    color: #AC905E;
    padding: 0 0 3px;
    border-bottom: 1px solid #AC905E;
  }
  .male-diff__box-btns > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .male-diff {
    position: relative;
    display: block;
    width: 100%;
    padding: 300px 0 100px;
    background-color: var(--white);
  }
  .male-diff::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(./assets/images/male/bnr-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .male-diff__body {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .male-diff__block {
    display: block;
    width: 100%;
    padding: calc(50/800 * 100%);
    background-color: var(--white);
  }
  .male-diff__block-title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    color: #165884;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .male-diff__block-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
  }
  .male-diff__box {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .male-diff__box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .male-diff__box-title > span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .male-diff__box-title > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    color: #1E2F40;
    letter-spacing: 0.1em;
  }
  .male-diff__box-title > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: #165884;
    margin-top: 20px;
  }
  .male-diff__box-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    padding: calc(25/800 * 100%);
    border: 5px solid rgba(60, 88, 114, 0.2);
  }
  .male-diff__box-column {
    display: block;
    width: calc(507/740 * 100%);
    padding-top: 26px;
  }
  .male-diff__box-figure {
    display: block;
    width: calc(211/740 * 100%);
  }
  .male-diff__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .male-diff__box-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .male-diff__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
  .male-diff__box-btns > a {
    color: #AC905E;
    padding: 0 0 3px;
    border-bottom: 1px solid #AC905E;
  }
  .male-diff__box-btns > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*pirce*/
@media screen and (max-width:767px) {
  .male-price {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F7F7F7;
  }
  .male-price > .container {
    padding: 0 10px;
  }
  .male-price__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .male-price__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
  }
  .male-price__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .male-price__box {
    display: block;
    width: 100%;
  }
  .male-price__box + .male-price__box {
    margin-top: 50px;
  }
  .male-price__box-title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #1E2F40;
    text-align: center;
  }
  .male-price__box-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--white);
    border: 1px solid #1e2f40;
    padding: 20px;
    margin-top: 10px;
  }
  .male-price__box-column {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .male-price__box-hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .male-price__box-hgroup_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .male-price__box-hgroup_title > span:nth-child(1) {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #1E2F40;
    text-align: center;
  }
  .male-price__box-hgroup_title > span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    border-radius: 15px;
    background-color: #197BBD;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin-top: 10px;
  }
  .male-price__box-hgroup_txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #1E2F40;
    text-align: center;
    margin-top: 10px;
  }
  .male-price__box-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .male-price__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .male-price__box-btns > a {
    color: #AC905E;
    padding: 0 0 3px;
    border-bottom: 1px solid #AC905E;
  }
  .male-price__box-btns > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .male-price__box-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }
  .male-price__box-block_price {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .male-price__actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: min(16px + (19 - 16) * ((100vw - 320px) / (375 - 320)), 19px);
    font-weight: 600;
    line-height: 30px;
    background-image: url(./assets/images/male/icon-male.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .male-price__actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #758492;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .male-price__actual > small {
    font-size: min(9px + (16 - 9) * ((100vw - 320px) / (375 - 320)), 12px);
  }
  .male-price__sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 88px;
    padding-left: 10px;
    padding-bottom: 40px;
  }
  .male-price__sale > span {
    font-size: min(30px + (39 - 30) * ((100vw - 320px) / (375 - 320)), 39px);
    font-weight: 600;
    line-height: 1;
    color: #197BBD;
  }
  .male-price__sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: min(24px + (30 - 24) * ((100vw - 320px) / (375 - 320)), 32px);
    font-weight: 600;
    line-height: 1;
    color: #197BBD;
  }
  .male-price__sale > small > i {
    font-size: min(9px + (12 - 9) * ((100vw - 320px) / (375 - 320)), 12px);
    font-weight: 500;
    line-height: 1;
  }
  .male-price__discount {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    min-height: min(20px + (25 - 20) * ((100vw - 320px) / (375 - 320)), 25px);
    font-size: min(20px + (25 - 20) * ((100vw - 320px) / (375 - 320)), 25px);
    color: #AC905E;
    font-weight: 700;
  }
  .male-price__discount > small {
    font-size: min(14px + (18 - 14) * ((100vw - 320px) / (375 - 320)), 18px);
  }
  .male-price__box-figure {
    display: block;
    width: 100%;
  }
  .male-price__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .male-price {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
  }
  .male-price__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .male-price__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
  }
  .male-price__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .male-price__box {
    display: block;
    width: 100%;
  }
  .male-price__box + .male-price__box {
    margin-top: 80px;
  }
  .male-price__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #1E2F40;
    text-align: center;
  }
  .male-price__box-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: var(--white);
    border: 1px solid #1e2f40;
    padding: calc(29/800 * 100%);
    margin-top: 10px;
  }
  .male-price__box-column {
    display: block;
    width: calc(390/740 * 100%);
  }
  .male-price__box-hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .male-price__box-hgroup_title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .male-price__box-hgroup_title > span:nth-child(1) {
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    color: #1E2F40;
    padding-right: 20px;
  }
  .male-price__box-hgroup_title > span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    border-radius: 17px;
    background-color: #197BBD;
    padding: 0 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 50px;
    color: var(--white);
  }
  .male-price__box-hgroup_txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #1E2F40;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .male-price__box-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .male-price__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .male-price__box-btns > a {
    color: #AC905E;
    padding: 0 0 3px;
    border-bottom: 1px solid #AC905E;
  }
  .male-price__box-btns > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .male-price__box-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }
  .male-price__box-block_price {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .male-price__actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    background-image: url(./assets/images/male/icon-male.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .male-price__actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #758492;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .male-price__actual > small {
    font-size: 14px;
  }
  .male-price__sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 88px;
    padding-left: 10px;
    padding-bottom: 40px;
  }
  .male-price__sale > span {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #197BBD;
  }
  .male-price__sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    color: #197BBD;
  }
  .male-price__sale > small > i {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .male-price__discount {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    min-height: 30px;
    font-size: 30px;
    color: #AC905E;
    font-weight: 500;
  }
  .male-price__discount > small {
    font-size: 22px;
  }
  .male-price__box-figure {
    display: block;
    width: calc(320/740 * 100%);
  }
  .male-price__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px){
  .male-price__sale > span {
    font-size: 44px;
  }
}
/*worries*/
@media screen and (max-width:767px) {
  .male-worries {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .male-worries > .container {
    background-image: url(./assets/images/male/male8.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 320px;
  }
  .male-worries__body {
    display: block;
    width: 100%;
    padding: 50px 0 320px;
    margin: 0 auto;
  }
  .male-worries__content {
    display: block;
    width: 100%;
  }
  .male-worries__title {
    display: block;
    width: 100%;
    font-size:  min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    font-weight: 500;
    line-height: 34px;
    color: #1E2F40;
    text-align: justify;
    word-break: break-all;
  }
  .male-worries__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .male-worries {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .male-worries > .container {
    background-image: url(./assets/images/male/male8.png);
    background-repeat: no-repeat;
    background-position: right calc(70/800 * 100%) bottom;
    background-size: auto 100%;
  }
  .male-worries__body {
    display: block;
    max-width: 800px;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
  }
  .male-worries__content {
    display: block;
    width: calc(546/800 * 100%);
  }
  .male-worries__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: #1E2F40;
    text-align: justify;
    word-break: break-all;
  }
  .male-worries__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .male-worries > .container {
    background-position: right -20px bottom;
  }
  .male-worries__content {
    width: 400px;
  }
  .male-worries__title {
    font-size: 24px;
    line-height: 40px;
  }
  .male-worries__txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
/*
PAGE - menu
--------------------------------------------- */
@media screen and (max-width:767px) {
  .menu {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .menu-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .menu-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin: 50px 0 50px;
  }
  .menu-wrap {
    display: block;
    width: 100%;
  }
  .menu-box {
    display: block;
    width: 100%;
  }
  .menu-box + .menu-box {
    padding-top: 80px;
  }
  .menu-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
    line-height: 30px;
    padding: 5px 0;
    text-align: center;
    background-color: #A29681;
  }
  .menu-box:nth-child(1) .menu-title {
    background-color: #902D45;
  }
  .menu-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }
  .menu-column {
    display: block;
    width: 100%;
  }
  .menu-figure {
    display: block;
    width: 100%;
  }
  .menu-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
  }
  .menu-column__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .menu-column__block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .menu-column__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #AC905E;
  }
  .menu-column__subblock {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .menu-column__subblock + .menu-column__subblock {
    padding-top: 15px;
    border-top: 1px dashed #A29681;
  }
  .menu-column__subblock-title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .menu-column__subblock-title > small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 23.14px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .menu-column__subblock-title > span {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    padding-left: 10px;
  }
  .menu-column__subblock-title.cosmetic > small {
    background-color: #902D45;
  }
  .menu-column__subblock-title.care > small {
    background-color: #756851;
  }
  .menu-column__subblock-title.cosmetic > span {
    color: #902D45;
  }
  .menu-column__subblock-title.care > span {
    color: #756851;
  }
  .menu-column__subblock-price {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .menu-price-actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background-image: url(./assets/images/menu/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .menu-price-actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #D96F6F;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .menu-price-actual > small {
    font-size: 8px;
  }
  .menu-price-sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    padding-left: 5px;
  }
  .menu-price-sale.cosmetic {
    color: #902D45;
  }
  .menu-price-sale.care {
    color: #756851;
  }
  .menu-price-sale > span {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }
  .menu-price-sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .menu-price-sale > small > i {
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
  }
  .menu-price-discount {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: auto;
    min-height: 30px;
    font-size: 20px;
    color: #AC905E;
    font-weight: 600;
    margin-left: 5px;
  }
  .menu-price-discount > small {
    font-size: 14px;
  }
  .menu-box-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .menu-title.has-badge {
    margin: 17px 0;
  }
  .menu-title.has-badge > span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 60px;
  }
   .menu-title.has-badge > span::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    display: block;
    width: 62px;
    height: 62px;
    background-image: url(./assets/images/menu/icon-badge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
   }
}
@media screen and (max-width:359px) {
  .menu-title {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .menu {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .menu-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .menu-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin: 50px 0 50px;
  }
  .menu-wrap {
    display: block;
    width: 100%;
  }
  .menu-box {
    display: block;
    width: 100%;
  }
  .menu-box + .menu-box {
    padding-top: 80px;
  }
  .menu-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 32px;
    color: var(--white);
    font-weight: 500;
    line-height: 41px;
    padding: 5px 0;
    text-align: center;
    background-color: #A29681;
  }
  .menu-box:nth-child(1) .menu-title {
    background-color: #902D45;
  }
  .menu-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 30px;
  }
  .menu-column {
    display: block;
    width: 50%;
  }
  .menu-figure {
    display: block;
    width: calc(470/1000 * 100%);
  }
  .menu-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .menu-column__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .menu-column__block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .menu-column__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #AC905E;
  }
  .menu-column__subblock {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .menu-column__subblock + .menu-column__subblock {
    padding-top: 15px;
    border-top: 1px dashed #A29681;
  }
  .menu-column__subblock-title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .menu-column__subblock-title > small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 31.83px;
    border-radius: 17px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .menu-column__subblock-title > span {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    padding-left: 12.54px;
  }
  .menu-column__subblock-title.cosmetic > small {
    background-color: #902D45;
  }
  .menu-column__subblock-title.care > small {
    background-color: #756851;
  }
  .menu-column__subblock-title.cosmetic > span {
    color: #902D45;
  }
  .menu-column__subblock-title.care > span {
    color: #756851;
  }
  .menu-column__subblock-price {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .menu-price-actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    background-image: url(./assets/images/menu/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .menu-price-actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #D96F6F;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .menu-price-actual > small {
    font-size: 14px;
  }
  .menu-price-sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 55px;
    padding-left: 10px;
  }
  .menu-price-sale.cosmetic {
    color: #902D45;
  }
  .menu-price-sale.care {
    color: #756851;
  }
  .menu-price-sale > span {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
  }
  .menu-price-sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }
  .menu-price-sale > small > i {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
  }
  .menu-price-discount {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: auto;
    min-height: 30px;
    font-size: 30px;
    color: #AC905E;
    font-weight: 600;
    margin-left: 5px;
  }
  .menu-price-discount > small {
    font-size: 22px;
  }
  .menu-box-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .menu-title.has-badge {
    margin: 20px 0;
  }
  .menu-title.has-badge > span {
    position: relative;
    display: block;
    width: auto;
    padding: 0 105px;
  }
   .menu-title.has-badge > span::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(./assets/images/menu/icon-badge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
   }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .menu-price-actual {
    font-size: 18px;
  }
  .menu-price-actual > small {
    font-size: 10px;
  }
  .menu-price-sale > span {
	  font-size: 30px;
  }
  .menu-price-sale > small {
    font-size: 22px;
  }
  .menu-price-sale > small > i {
    font-size: 10px;
  }
  .menu-price-discount {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: auto;
    min-height: 24px;
    font-size: 30px;
    color: #AC905E;
    font-weight: 600;
    margin-left: 5px;
  }
  .menu-price-discount > small {
    font-size: 18px;
  }
}
/*
PAGE - standard
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .standard {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .standard-banner {
    display: block;
    width: 100%;
  }
  .standard-banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .standard-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
  }
  .standard-intro-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin: 50px 0 30px;
  }
  .standard-intro__figure {
    display: block;
    width: 100%;
  }
  .standard-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .standard {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .standard-banner {
    display: block;
    width: 100%;
  }
  .standard-banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .standard-intro {
    display: block;
    max-width: 800px;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
  }
  .standard-intro-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    margin: 50px 0 50px;
  }
  .standard-intro__figure {
    display: block;
    width: 100%;
  }
  .standard-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*links*/
@media screen and (max-width:767px) {
  .standard-links {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F7F7F7;
  }
  .standard-link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .standard-link {
    position: relative;
    display: block;
    max-width: 335px;
    width: 100%;
  }
  .standard-link + .standard-link {
    margin-top: 30px;
  }
  .standard-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .standard-link__content {
    position: absolute;
    top: 58px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .standard-link__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    background-color: var(--white);
    border-radius: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    padding: 0 15px;
  }
  .standard-link.facial .standard-link__badge {
    color: #8F6B6C;
  }
  .standard-link.body .standard-link__badge {
    color: #756851;
  }
  .standard-link__title {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    margin-top: 10px;
  }
  .standard-link__title > span {
    font-size: 42px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
  }
  .standard-link__title > small {
    font-size: 16px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
  }
  .standard-link > picture {
    display: block;
    width: 100%;
  }
  .standard-link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .standard-link__content {
    top: 47px;
  }
  .standard-link__title {
    margin-top: 10px;
  }
  .standard-link__title > span {
    font-size: 38px;
  }
  .standard-link__title > small {
    font-size: 15px;
  }
}
@media screen and (min-width:768px) {
  .standard-links {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F7F7F7;
  }
  .standard-link-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
  }
  .standard-link {
    position: relative;
    display: block;
    width: calc(450/930 * 100%);
  }
  .standard-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .standard-link__content {
    position: absolute;
    top: 62px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .standard-link__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    background-color: var(--white);
    border-radius: 20px;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    padding: 0 20px;
  }
  .standard-link.facial .standard-link__badge {
    color: #8F6B6C;
  }
  .standard-link.body .standard-link__badge {
    color: #756851;
  }
  .standard-link__title {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    margin-top: 20px;
  }
  .standard-link__title > span {
    font-size: 52px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
  }
  .standard-link__title > small {
    font-size: 20px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
  }
  .standard-link > picture {
    display: block;
    width: 100%;
  }
  .standard-link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .standard-link__content {
    top: 42px;
  }
  .standard-link__title {
    margin-top: 10px;
  }
  .standard-link__title > span {
    font-size: 42px;
  }
  .standard-link__title > small {
    font-size: 16px;
  }
}
/*content*/
@media screen and (max-width:767px) {
  .standard-content {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--white);
  }
  .standard-content > .container {
    padding: 0 0;
  }
  .standard-content__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .standard-content-box {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .standard-content-wrap {
    display: block;
    width: 100%;
    padding: 50px 0;
    border-radius: 2px;
    overflow: hidden;
  }
  .standard-content-wrap.facial {
    background-color: #FBF9F9;
    background-image: linear-gradient(#A78788,#A78788);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 10px;
  }
  .standard-content-wrap.body {
    background-color: #FAF8F2;
    background-image: linear-gradient(#BA9F58,#BA9F58);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 10px;
  }
  .standard-content__hgroup {
    display: block;
    width: 100%;
  }
  .standard-content-slogan {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
  }
  .standard-content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .standard-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .standard-badge.facial {
    background-color: #724041;
  }
  .standard-badge.body {
    background-color: #756851;
  }
  .standard-title {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 46px;
    font-weight: 500;
    line-height: 46px;
    margin-top: 20px;
  }
  .standard-title > small {
    font-size: 18px;
  }
  .standard-title.facial {
    color: #A78788;
  }
  .standard-title.body {
    color: #BA9F58;
  }
  .standard-content-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #A29681;
  }
  .standard-content-subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
  }
  .standard-content-subtitle.facial {
    color: #902D45;
  }
  .standard-content-subtitle.body {
    color: #756851;
  }
  .standard-content-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .standard-price-actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    background-image: url(./assets/images/menu/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .standard-price-actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #D96F6F;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .standard-price-actual > small {
    font-size: 8px;
  }
  .standard-price-sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    padding-left: 10px;
  }
  .standard-price-sale.facial {
    color: #902D45;
  }
  .standard-price-sale.body {
    color: #756851;
  }
  .standard-price-sale > span {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }
  .standard-price-sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .standard-price-sale > small > i {
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
  }
  .standard-price-discount {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: auto;
    min-height: 20px;
    font-size: 20px;
    color: #AC905E;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
  }
  .standard-price-discount > small {
    font-size: 14px;
  }
  .standard-content__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .standard-content__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .standard-price-actual {
    font-size: 13px;
    line-height: 24px;
  }
  .standard-price-sale > span {
	  font-size: 24px;
  }
  .standard-price-discount {
    font-size: 18px;
  }
  .standard-price-discount > small {
    font-size: 12px;
  }
}
@media screen and (min-width:768px) {
  .standard-content {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .standard-content__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .standard-content-box {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .standard-content-wrap {
    display: block;
    width: 100%;
    padding: calc(100/900 * 100%) calc(50/900 * 100%);
    border-radius: 2px;
    overflow: hidden;
  }
  .standard-content-wrap.facial {
    background-color: #FBF9F9;
    background-image: linear-gradient(#A78788,#A78788);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 10px;
  }
  .standard-content-wrap.body {
    background-color: #FAF8F2;
    background-image: linear-gradient(#BA9F58,#BA9F58);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 10px;
  }
  .standard-content__hgroup {
    display: block;
    width: 100%;
  }
  .standard-content-slogan {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .standard-content-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
  .standard-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    border-radius: 25px;
    padding: 0 27px 0 28px;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .standard-badge.facial {
    background-color: #724041;
  }
  .standard-badge.body {
    background-color: #756851;
  }
  .standard-title {
    display: flex;
    align-items: baseline;
    font-size: 72px;
    font-weight: 500;
    line-height: 80px;
    margin-left: calc(30/700 * 100%);
  }
  .standard-title > small {
    font-size: 28px;
  }
  .standard-title.facial {
    color: #A78788;
  }
  .standard-title.body {
    color: #BA9F58;
  }
  .standard-content-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(500/800 * 100%);
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #A29681;
  }
  .standard-content-subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
  }
  .standard-content-subtitle.facial {
    color: #902D45;
  }
  .standard-content-subtitle.body {
    color: #756851;
  }
  .standard-content-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .standard-price-actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    background-image: url(./assets/images/menu/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .standard-price-actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #D96F6F;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .standard-price-actual > small {
    font-size: 14px;
  }
  .standard-price-sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 55px;
    padding-left: 10px;
  }
  .standard-price-sale.facial {
    color: #902D45;
  }
  .standard-price-sale.body {
    color: #756851;
  }
  .standard-price-sale > span {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-right: 5px;
  }
  .standard-price-sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }
  .standard-price-sale > small > i {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
  }
  .standard-price-discount {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: auto;
    min-height: 30px;
    font-size: 30px;
    color: #AC905E;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
  }
  .standard-price-discount > small {
    font-size: 22px;
  }
  .standard-content__figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .standard-content__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .standard-title {
    font-size: 62px;
  }
  .standard-content-price-wrap {
    width: calc(600/800 * 100%);
  }
}
/*advice block*/
@media screen and (max-width:767px) {
  .standard-content__advice {
    display: block;
    width: calc(100% - 20px);
    background-color: var(--white);
    padding: 20px;
    margin: 50px auto 0;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .standard-content__advice-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    padding-bottom: 10px;
  }
  .standard-content__advice-title.facial {
    text-decoration-color: #A78788;
  }
  .standard-content__advice-title.body {
    text-decoration-color: #AC905E;
  }
  .standard-content__advice-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .standard-content__advice-list {
    display: block;
    width: 100%;
  }
  .standard-content__advice-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .standard-content__advice-list.facial > li {
    background-image: url(./assets/images/standard/icon-checked-rd.png);
  }
  .standard-content__advice-list.body > li {
    background-image: url(./assets/images/standard/icon-checked-gd.png);
  }
  .standard-content__advice-list > li + li {
    margin-top: 10px;
  }
  .standard-content__advice-figure {
    display: block;
    width: 120px;
    margin-top: 10px;
  }
  .standard-content__advice-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .standard-content__advice {
    display: block;
    width: calc(700/800 * 100%);
    background-color: var(--white);
    padding: calc(50/800 * 100%);
    margin: 50px auto 0;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .standard-content__advice-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    padding-bottom: 10px;
  }
  .standard-content__advice-title.facial {
    text-decoration-color: #A78788;
  }
  .standard-content__advice-title.body {
    text-decoration-color: #AC905E;
  }
  .standard-content__advice-column {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .standard-content__advice-list {
    display: block;
    width: calc(440/600 * 100%);
  }
  .standard-content__advice-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .standard-content__advice-list.facial > li {
    background-image: url(./assets/images/standard/icon-checked-rd.png);
  }
  .standard-content__advice-list.body > li {
    background-image: url(./assets/images/standard/icon-checked-gd.png);
  }
  .standard-content__advice-list > li + li {
    margin-top: 10px;
  }
  .standard-content__advice-figure {
    display: block;
    width: calc(150/600 * 100%);
  }
  .standard-content__advice-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*affect*/
@media screen and (max-width:767px) {
  .standard-affect {
    display: block;
    width: calc(100% - 20px) ;
    margin: 50px auto 0;
  }
  .standard-affect__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .standard-affect__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 28.8px;
  }
  .standard-affect__title.facial {
    color: #A78788;
  }
  .standard-affect__title.body {
    color: #AC905E;
  }
  .standard-affect__title > span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
  }
  .standard-affect__ba {
    display: block;
    width: 100%;
    margin: 0 auto 0;
  }
  .standard-affect__ba {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .standard-affect__ba-figure {
    display: block;
  }
  .standard-affect__ba-figure.facial {
    width: 234px;
  }
  .standard-affect__ba-figure.body {
    width: 100%;
  }
  .standard-affect__ba-badge {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .standard-affect__ba-badge > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .standard-affect__ba-badge > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--white);
    width: calc(50% + 10px);
    background-repeat: no-repeat;
    background-position: right 6.4px center;
    background-size: 7.89px 7.27px;
  }
  .standard-affect__ba-badge.facial > span:nth-child(1) {
    background-image: url(./assets/images/standard/icon-bow-rd.png);
  }
  .standard-affect__ba-badge.body > span:nth-child(1) {
    background-image: url(./assets/images/standard/icon-bow-gd.png);
  }
  .standard-affect__ba-badge > span:nth-child(2) {
    width: calc(50% + 10px);
    color: var(--white);
  }
  .standard-affect__ba-badge.facial > span:nth-child(1) {
    color: #902D45;
  }
  .standard-affect__ba-badge.body > span:nth-child(1) {
    color: #756851;
  }
  .standard-affect__ba-badge.facial > span:nth-child(2) {
    background-color: #902D45;
  }
  .standard-affect__ba-badge.body > span:nth-child(2) {
    background-color: #756851;
  }
}
@media screen and (min-width:768px) {
  .standard-affect {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .standard-affect__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .standard-affect__title > span:nth-child(1) {
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
  }
  .standard-affect__title.facial {
    color: #A78788;
  }
  .standard-affect__title.body {
    color: #AC905E;
  }
  .standard-affect__title > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.8px;
  }
  .standard-affect__ba {
    display: block;
    width: calc(700/800 * 100%);
    margin: 0 auto 0;
  }
  .standard-affect__ba {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(700/800 * 100%);
    margin-top: 30px;
  }
  .standard-affect__ba-figure {
    display: block;
  }
  .standard-affect__ba-figure.facial {
    width: calc(500/700 * 100%);
  }
  .standard-affect__ba-figure.body {
    width: 100%;
  }
  .standard-affect__ba-badge {
    position: absolute;
    bottom: 44.5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    width: calc(600/700 * 100%);
  }
  .standard-affect__ba-badge > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .standard-affect__ba-badge > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--white);
    width: calc(372.08/700 * 100%);
    background-repeat: no-repeat;
    background-position: right 13.7px center;
    background-size: 16.84px 15.5px;
  }
  .standard-affect__ba-badge.facial > span:nth-child(1) {
    background-image: url(./assets/images/standard/icon-bow-rd.png);
  }
  .standard-affect__ba-badge.body > span:nth-child(1) {
    background-image: url(./assets/images/standard/icon-bow-gd.png);
  }
  .standard-affect__ba-badge > span:nth-child(2) {
    width: calc(372.08/700 * 100%);
    color: var(--white);
  }
  .standard-affect__ba-badge.facial > span:nth-child(1) {
    color: #902D45;
  }
  .standard-affect__ba-badge.body > span:nth-child(1) {
    color: #756851;
  }
  .standard-affect__ba-badge.facial > span:nth-child(2) {
    background-color: #902D45;
  }
  .standard-affect__ba-badge.body > span:nth-child(2) {
    background-color: #756851;
  }
}
/*desc*/
@media screen and (max-width:767px) {
  .standard-desc {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .standard-desc__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .standard-desc__subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28.57px;
    border-radius: 15px;
    padding: 0 20px 0 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .standard-desc__subtitle.facial {
    background-color: #902D45;
  }
  .standard-desc__subtitle.body {
    background-color: #756851;
  }
  .standard-desc__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28.6px;
    text-align: center;
    margin-top: 10px;
  }
  .standard-desc__title.facial {
    color: #A78788;
  }
  .standard-desc__title.body {
    color: #AC905E;
  }
  .standard-desc__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 20px;
  }
  .standard-desc__list {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding:0 10px 50px;
  }
  .standard-desc__list > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .standard-desc__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .standard-desc__list.facial > li:not(:last-child)::after {
    background-image: url(./assets/images/standard/icon-trangle-rd.png);
  }
  .standard-desc__list.body > li:not(:last-child)::after {
    background-image: url(./assets/images/standard/icon-trangle-gd.png);
  }
  .standard-desc__list > li + li {
    margin-top: 54px;
  }
  .standard-desc__figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .standard-desc__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .standard-desc__content {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px;
  }
  .standard-desc__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 1;
    color: var(--white);
  }
  .standard-desc__badge.facial {
    background-color: #A78788;
  }
  .standard-desc__badge.body {
    background-color: #AC905E;
  }
  .standard-desc__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .standard-block {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 0;
  }
  .standard-block + .standard-block {
    margin-top: 50px;
  }
  .standard-block__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    margin-bottom: 20px;
  }
  .standard-block__title.facial {
    background-image: linear-gradient(#A78788,#A78788);
  }
  .standard-block__title.body {
    background-image: linear-gradient(#AC905E,#AC905E);
  }
  .standard-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 26px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .standard-block__row {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .standard-block__row + .standard-block__row {
    margin-top: 40px;
  }
  .standard-block__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
  }
  .standard-block__row > dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: -10px;
  }
  .standard-block__row > dd > span {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 27px;
    margin: 20px 0 0 20px;
  }
  .standard-block__row > dd > span > i {
    color: #AC905E;
    padding-right: 5px;
  }
}
@media screen and (min-width:768px) {
  .standard-desc {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .standard-desc__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .standard-desc__subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    border-radius: 25px;
    padding: 0 20px 0 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .standard-desc__subtitle.facial {
    background-color: #902D45;
  }
  .standard-desc__subtitle.body {
    background-color: #756851;
  }
  .standard-desc__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    margin-top: 10px;
  }
  .standard-desc__title.facial {
    color: #A78788;
  }
  .standard-desc__title.body {
    color: #AC905E;
  }
  .standard-desc__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .standard-desc__list {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .standard-desc__list > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .standard-desc__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .standard-desc__list.facial > li:not(:last-child)::after {
    background-image: url(./assets/images/standard/icon-trangle-rd.png);
  }
  .standard-desc__list.body > li:not(:last-child)::after {
    background-image: url(./assets/images/standard/icon-trangle-gd.png);
  }
  .standard-desc__list > li + li {
    margin-top: 54px;
  }
  .standard-desc__figure {
    display: block;
    width: calc(244/800 * 100%);
  }
  .standard-desc__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .standard-desc__content {
    position: relative;
    display: block;
    width: calc(536/800 * 100%);
    padding-left: 80px;
  }
  .standard-desc__badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 1;
    color: var(--white);
  }
  .standard-desc__badge.facial {
    background-color: #A78788;
  }
  .standard-desc__badge.body {
    background-color: #AC905E;
  }
  .standard-desc__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .standard-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .standard-block__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    margin-bottom: 40px;
  }
  .standard-block__title.facial {
    background-image: linear-gradient(#A78788,#A78788);
  }
  .standard-block__title.body {
    background-image: linear-gradient(#AC905E,#AC905E);
  }
  .standard-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 26px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .standard-block__row {
    display: block;
    width: 100%;
    padding: calc(20/800 * 100%) calc(30/800 * 100%);
    background-color: var(--white);
  }
  .standard-block__row + .standard-block__row {
    margin-top: 40px;
  }
  .standard-block__row > dt {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
  }
  .standard-block__row > dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  .standard-block__row > dd > span {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 27px;
    margin: 20px 0 0 30px;
  }
  .standard-block__row > dd > span > i {
    color: #AC905E;
    padding-right: 5px;
  }
}
/*
PAGE - common naturise
--------------------------------------------- */
@media screen and (max-width:767px) {
  .naturise {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/banner/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .naturise > .container {
    padding: 0 10px;
  }
  .naturise-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .naturise-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .naturise-header > picture {
    display: block;
    width: 225px;
  }
  .naturise-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .naturise-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .naturise-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .naturise-box + .naturise-box {
    margin-top: 50px;
  }
  .naturise-box__content {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 30px;
    background-color: var(--white);
  }
  .naturise-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #AC905E;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .naturise-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .naturise-box__figure {
    position: relative;
    display: block;
    width: calc(100% - 40px);
  }
  .naturise-box__figure > img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .naturise-box__figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    width: calc(100% + 40px);
    height: calc(100% - 30px);
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .naturise {
    display: block;
    width: 100%;
    padding: 42.7px 0 100px;
    background-image: url(./assets/images/banner/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .naturise-body {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
  }
  .naturise-header {
    display: block;
    width: 100%;
  }
  .naturise-header > picture {
    display: block;
    width: calc(400/950 * 100%);
  }
  .naturise-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .naturise-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .naturise-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .naturise-box + .naturise-box {
    margin-top: 60px;
  }
  .naturise-box__content {
    position: relative;
    display: block;
    width: calc(480/950 * 100%);
    padding: calc(50/950 * 100%) calc(30/950 * 100%) calc(50/950 * 100%) calc(50/950 * 100%);
    background-color: var(--white);
  }
  .naturise-box__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    width: calc(420/480 * 100%);
    height: 100%;
    background-color: var(--white);
  }
  .naturise-box__title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    color: #AC905E;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .naturise-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .naturise-box__figure {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(470/950 * 100%);
    margin-top: 50px;
  }
  .naturise-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - service common page
--------------------------------------------- */
/*page container*/
@media screen and (max-width:767px) {
  .service-container {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 50px;
  }
}
@media screen and (min-width:768px) {
  .service-container {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*page title*/
@media screen and (max-width:767px) {
  .service-title {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .service-title {
    display: block;
    width: 100%;
    padding: 100px 0 55px;
    background-color: var(--white);
  }
}
/*content*/
@media screen and (max-width:767px) {
  .service-wrap {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F7F7F7;
  }
  .service-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .service-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
  }
  .service-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
/*intro*/
@media screen and (max-width:767px) {
  .service-intro {
    display: block;
    width: 100%;
  }
  .service-intro__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .service-intro__subtitle {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
    padding: 0 20px;
  }
  .service-intro__subtitle > span {
    position: absolute;
    top: 0;
  }
  .service-intro__subtitle > span:first-child {
    left: 0;
  }
  .service-intro__subtitle > span:last-child {
    right: 0;
  }
  .service-intro__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    color: #BA9F58;
    text-align: center;
    margin-top: 20px;
  }
  .service-intro__figure {
    display: block;
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .service-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .service-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .service-intro {
    display: block;
    width: 100%;
  }
  .service-intro__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .service-intro__subtitle {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
  }
  .service-intro__title {
    display: block;
    width: 100%;
    font-size: 52px;
    font-weight: 500;
    line-height: 52px;
    color: #BA9F58;
    text-align: center;
    margin-top: 20px;
  }
  .service-intro__figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .service-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .service-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .service-price {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .service-price__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .service-price__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    color: #AC905E;
  }
  .service-price__title > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #A29681;
  }
  .service-price__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .service-price__block-title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    padding: 11px 0 11px;
    background-color: #A29681;
  }
  .service-price_block-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .service-price_block-row > dt {
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding: 13px 0 13px;
    background-color: #E5E5E5;
  }
  .service-price_block-row > dd {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: calc(100% - 100px);
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding: 13px 0 13px;
    background-color: var(--white);
  }
  .service-price_block-row > dd > small {
    font-size: 15px;
    line-height: 1;
  }
}
@media screen and (min-width:768px) {
  .service-price {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .service-price__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .service-price__title > span:nth-child(1) {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: #AC905E;
  }
  .service-price__title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #A29681;
  }
  .service-price__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .service-price__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    padding: 10px 0 11px;
    background-color: #A29681;
  }
  .service-price_block-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .service-price_block-row > dt {
    display: block;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding: 16px 0 17px;
    background-color: #E5E5E5;
  }
  .service-price_block-row > dd {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 50%;
    font-size: 26px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0 16px;
    background-color: var(--white);
  }
  .service-price_block-row > dd > small {
    font-size: 16px;
    line-height: 1;
  }
}
/*recommend*/
@media screen and (max-width:767px) {
  .service-recommend {
    display: block;
    width: calc(100% + 20px);
    background-color: var(--white);
    padding: 20px;
    margin: 50px 0 0 -10px;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .service-recommend__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #AC905E;
    padding-bottom: 10px;
  }
  .service-recommend__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .service-recommend__list {
    display: block;
    width: 100%;
  }
  .service-recommend__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-image: url(./assets/images/standard/icon-checked-gd.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .service-recommend__list > li + li {
    margin-top: 15px;
  }
  .service-recommend__figure {
    display: block;
    width: 150px;
    margin-top: 10px;
  }
  .service-recommend__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .service-recommend {
    display: block;
    width: calc(700/800 * 100%);
    background-color: var(--white);
    padding: calc(50/800 * 100%);
    margin: 50px auto 0;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .service-recommend__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #AC905E;
    padding-bottom: 10px;
  }
  .service-recommend__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .service-recommend__list {
    display: block;
    width: calc(410/600 * 100%);
  }
  .service-recommend__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-image: url(./assets/images/standard/icon-checked-gd.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .service-recommend__list > li + li {
    margin-top: 20px;
  }
  .service-recommend__figure {
    display: block;
    width: calc(190/600 * 100%);
  }
  .service-recommend__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*slogan*/
@media screen and (max-width:767px) {
  .service-slogan {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: center;
    margin-top: 50px;
  }
  .service-slogan > span {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
}
@media screen and (min-width:768px) {
  .service-slogan {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: center;
    margin-top: 50px;
  }
  .service-slogan > span {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
}
/*before after*/
@media screen and (max-width:767px) {
  .service-beforeafter {
    display: block;
    width: calc(100% + 20px);
    margin-top: 50px;
    margin-left: -10px;
  }
  .service-beforeafter__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28.8px;
    color: #AC905E;
  }
  .service-beforeafter__title > span {
    text-align: center;
  }
  .service-beforeafter__wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .service-beforeafter__figure {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(270/355 * 100%);
    margin: 0 auto;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .service-beforeafter__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
  }
  .service-beforeafter__ba-figure {
    display: block;
  }
  .service-beforeafter__badge {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .service-beforeafter__badge > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .service-beforeafter__badge > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--white);
     width: calc(50% + 10px);
    background-image: url(./assets/images/standard/icon-bow-gd.png);
    background-repeat: no-repeat;
    background-position: right 6.4px center;
    background-size: 7.89px 7.27px;
  }
   .service-beforeafter__badge > span:nth-child(2) {
    width: calc(50% + 10px);
    color: var(--white);
  }
  .service-beforeafter__badge > span:nth-child(1) {
    color: #756851;
  }
  .service-beforeafter__badge > span:nth-child(2) {
    background-color: #756851;
  }
}
@media screen and (min-width:768px) {
  .service-beforeafter {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .service-beforeafter__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    color: #AC905E;
  }
  .service-beforeafter__wrap {
    position: relative;
    display: block;
    width: calc(700/800 * 100%);
    margin: 30px auto 0;
  }
  .service-beforeafter__figure {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(545/700 * 100%);
    margin: 0 auto;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .service-beforeafter__ba-figure {
    display: block;
  }
  .service-beforeafter__badge {
    position: absolute;
    bottom: 44.5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .service-beforeafter__badge > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .service-beforeafter__badge > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--white);
    width: calc(372.08/700 * 100%);
    background-image: url(./assets/images/standard/icon-bow-gd.png);
    background-repeat: no-repeat;
    background-position: right 13.7px center;
    background-size: 16.84px 15.5px;
  }
   .service-beforeafter__badge > span:nth-child(2) {
    width: calc(372.08/700 * 100%);
    color: var(--white);
  }
  .service-beforeafter__badge > span:nth-child(1) {
    color: #756851;
  }
  .service-beforeafter__badge > span:nth-child(2) {
    background-color: #756851;
  }
}
/*detail*/
@media screen and (max-width:767px) {
  .service-detail {
    display: block;
    width: calc(100% + 20px);
    margin-top: 50px;
    margin-left: -10px;
  }
  .service-detail__title {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 28.6px;
    font-weight: 500;
    color: #AC905E;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .service-detail__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .service-detail__title + p {
    padding: 0 10px;
  }
  .service-detail__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .service-detail__list > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .service-detail__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    height: 14px;
    background-image: url(./assets/images/standard/icon-trangle-gd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .service-detail__list > li + li {
    margin-top: 54px;
  }
  .service-detail__figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .service-detail__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .service-detail__content {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px;
  }
  .service-detail__badge {
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 1;
    color: var(--white);
    background-color: #AC905E;
  }
  .service-detail__content .service-detail__title {
    line-height: 27px;
  }
  .service-detail-block {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 50px;
  }
  .service-detail-block__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    margin-bottom: 20px;
  }
  .service-detail__row {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .service-detail__row + .service-detail__row {
    margin-top: 40px;
  }
  .service-detail__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
  }
  .service-detail__row > dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: -10px;
  }
  .service-detail__row > dd > span {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 27px;
    margin: 20px 0 0 20px;
  }
  .service-detail__row > dd > span > i {
    color: #AC905E;
    padding-right: 5px;
  }
}
@media screen and (min-width:768px) {
  .service-detail {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .service-detail__title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
    color: #AC905E;
    text-align: center;
    margin-bottom: 30px;
  }
  .service-detail__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .service-detail__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .service-detail__list > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .service-detail__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    height: 14px;
    background-image: url(./assets/images/standard/icon-trangle-gd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .service-detail__list > li + li {
    margin-top: 54px;
  }
  .service-detail__figure {
    display: block;
    width: calc(244/800 * 100%);
  }
  .service-detail__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .service-detail__content {
    position: relative;
    display: block;
    width: calc(536/800 * 100%);
    padding-left: 80px;
  }
  .service-detail__badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 1;
    color: var(--white);
    background-color: #AC905E;
  }
  .service-detail__content .service-detail__title {
    line-height: 27px;
  }
  .service-detail-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .service-detail__list + .service-detail-block {
    margin-top: 100px;
  }
  .service-detail-block__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    margin-bottom: 40px;
  }
  .service-detail__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.05em;
  }
  .service-detail__row {
    display: block;
    width: 100%;
    padding: calc(20/800 * 100%) calc(30/800 * 100%);
    background-color: var(--white);
  }
  .service-detail__row + .service-detail__row {
    margin-top: 40px;
  }
  .service-detail__row > dt {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
  }
  .service-detail__row > dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  .service-detail__row > dd > span {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 27px;
    margin: 20px 0 0 30px;
  }
  .service-detail__row > dd > span > i {
    color: #AC905E;
    padding-right: 5px;
  }
}
/*comment*/
@media screen and (max-width:767px) {
  .service-detail__comment {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .service-detail__comment > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    line-height: 26px;
    padding-left: 20px;
  }
  .service-detail__comment > li + li {
    margin-top: 10px;
  }
  .service-detail__comment > li > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .service-detail__comment {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .service-detail__comment > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    line-height: 26px;
    padding-left: 20px;
  }
  .service-detail__comment > li + li {
    margin-top: 10px;
  }
  .service-detail__comment > li > span {
    position: absolute;
    left: 0;
  }
}
/*
PAGE - liftup
--------------------------------------------- */
@media screen and (max-width:767px) {
  .liftup-voice {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F7F7F7;
  }
  .liftup-voice > .container {
    padding: 0 10px;
  }
  .liftup-voice__body {
    display: block;
    width: 100%;
    border: 5px solid #E6DDCE;
    padding: 15px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .liftup-voice__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #AC905E;
    text-align: center;
    margin-bottom: 30px;
  }
  .liftup-voice__title > span {
    position: relative;
    display: block;
    width: auto;
    padding: 0 25px;
  }
  .liftup-voice__title > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #AC905E;
    transform: rotate(-20deg);
    transform-origin: right top;
  }
  .liftup-voice__title > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #AC905E;
    transform: rotate(20deg);
    transform-origin: right top;
  }
  .liftup-voice__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .liftup-voice__txt > span {
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
  .liftup-voice__gallary {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
    margin-top: 30px;
  }
  .liftup-voice__gallary > picture {
    display: block;
    width: 100%;
  }
  .liftup-voice__gallary > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .liftup-voice {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .liftup-voice__body {
    display: block;
    max-width: 800px;
    width: 100%;
    border: 10px solid #E6DDCE;
    padding: calc(40/1140 * 100%);
    margin: 0 auto;
  }
  .liftup-voice__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    color: #AC905E;
    text-align: center;
    margin-bottom: 30px;
  }
  .liftup-voice__title > span {
    position: relative;
    display: block;
    width: auto;
    padding: 0 30px;
  }
  .liftup-voice__title > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #AC905E;
    transform: rotate(-30deg);
    transform-origin: right top;
  }
  .liftup-voice__title > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #AC905E;
    transform: rotate(30deg);
    transform-origin: right top;
  }
  .liftup-voice__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
  }
  .liftup-voice__txt > span {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
  .liftup-voice__gallary {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 7px;
    width: 100%;
    margin-top: 30px;
  }
  .liftup-voice__gallary > picture {
    display: block;
    width: 100%;
  }
  .liftup-voice__gallary > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - small_face
--------------------------------------------- */
/*before after*/
@media screen and (max-width:767px) {
  .small_face-container {
    padding-bottom: 50px;
  }
  .small_face-beforeafter {
    width: 100%;
    padding-bottom: 45px;
  }
  .small_face-beforeafter .service-beforeafter__figure {
    width: 100%;
    padding: 0 10px;
  }
  .small_face-beforeafter .service-beforeafter__badge {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .small_face-container {
    padding-bottom: 100px;
  }
  .small_face-beforeafter {
    width: 100%;
    padding-bottom: 62px;
  }
  .small_face-beforeafter .service-beforeafter__figure {
    width: 100%;
  }
  .small_face-beforeafter .service-beforeafter__badge {
    width: calc(700/800 * 100%);
    bottom: 0;
  }
}
/*natrise*/
@media screen and (max-width:767px) {
  .small_face-naturise {
    display: block;
    width: calc(100% + 20px);
    margin-top: 50px;
    margin-left: -10px;
  }
  .small_face-naturise__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .small_face-naturise__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }
  .small_face-naturise__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #AC905E;
    text-align: center;
    margin-top: 10px;
  }
  .small_face-naturise__wrap {
    display: block;
    width: 100%;
    border: 5px solid rgba(172,144,94,0.2);
    padding: calc(20/800 * 100%);
    background-color: var(--white);
    margin-top: 30px;
  }
  .small_face-naturise__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .small_face-naturise__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .small_face-naturise__figure {
    display: block;
    width: 177.13px;
    margin-top: 10px;
  }
  .small_face-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .small_face-naturise__grids {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
  .small_face-naturise__grids > picture {
    display: block;
    width: 100%;
  }
  .small_face-naturise__grids > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .small_face-naturise {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .small_face-naturise__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .small_face-naturise__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  .small_face-naturise__title > span:nth-child(2) {
    font-size: 42px;
    font-weight: 500;
    line-height: 54px;
    color: #AC905E;
  }
  .small_face-naturise__wrap {
    display: block;
    width: 100%;
    border: 5px solid rgba(172,144,94,0.2);
    padding: calc(20/800 * 100%);
    background-color: var(--white);
    margin-top: 30px;
  }
  .small_face-naturise__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .small_face-naturise__txt {
    display: block;
    width: calc(507/740 * 100%);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .small_face-naturise__figure {
    display: block;
    width: calc(211.68/740 * 100%);
  }
  .small_face-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .small_face-naturise__grids {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: calc(30/740 * 100%);
    width: 100%;
    margin-top: 30px;
  }
  .small_face-naturise__grids > picture {
    display: block;
    width: 100%;
  }
  .small_face-naturise__grids > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - posture
--------------------------------------------- */
/*before after*/
@media screen and (max-width:767px) {
  .posture-container {
    padding-bottom: 50px;
  }
  .beforeafter-fullwidth {
    width: 100%;
  }
  .beforeafter-fullwidth .service-beforeafter__figure {
    width: 100%;
    padding: 0 10px;
  }
  .beforeafter-fullwidth .service-beforeafter__badge {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .posture-container {
    padding-bottom: 100px;
  }
  .beforeafter-fullwidth {
    width: 100%;
  }
  .beforeafter-fullwidth .service-beforeafter__figure {
    width: 100%;
  }
  .beforeafter-fullwidth .service-beforeafter__badge {
    width: calc(700/800 * 100%);
  }
}
/*detail column*/
@media screen and (max-width:767px) {
  .service-detail-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .service-detail-columns > .service-detail__text {
    width: 100%;
  }
  .service-detail-columns > picture {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
  }
  .service-detail-columns > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .service-detail-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .service-detail-columns > .service-detail__text {
    width: calc(470/800 * 100%);
  }
  .service-detail-columns > picture {
    display: block;
    width: calc(300/800 * 100%);
  }
  .service-detail-columns > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*natrise*/
@media screen and (max-width:767px) {
  .menu-naturise {
    display: block;
    width: calc(100% + 20px);
    margin-top: 50px;
    margin-left: -10px;
  }
  .menu-naturise__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .menu-naturise__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }
  .menu-naturise__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #AC905E;
    text-align: center;
    margin-top: 10px;
  }
  .menu-naturise__title > span:nth-child(2) > small {
    font-size: 15px;
  }
  .menu-naturise__title > small {
    font-size: 15px;
    color: #AC905E;
    line-height: 21px;
    margin-top: 10px;
  }
  .menu-naturise__wrap {
    display: block;
    width: 100%;
    border: 5px solid rgba(172,144,94,0.2);
    padding: calc(20/800 * 100%);
    background-color: var(--white);
    margin-top: 30px;
  }
  .menu-naturise__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .menu-naturise__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .menu-naturise__column {
    display: block;
    width: 100%;
  }
  .menu-naturise__memo {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #747474;
    font-weight: 500;
    line-height: 20px;
    padding-left: 15px;
  }
  .menu-naturise__memo > span {
    position: absolute;
    left: 0;
  }
  .menu-naturise__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .menu-naturise__btns > a {
    color: #AC905E;
    padding: 0;
    border-bottom: 1px solid #AC905E;
  }
  .menu-naturise__btns > a:hover {
    transition: 0.3s ease;
    opacity: 0.7;
  }
  .menu-naturise__figure {
    display: block;
    width: 177.13px;
    margin-top: 10px;
  }
  .menu-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .menu-naturise-img {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .menu-naturise-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .xs-only {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .menu-naturise {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .menu-naturise__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .menu-naturise__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
  .menu-naturise__title > span:nth-child(2) {
    font-size: 42px;
    font-weight: 500;
    line-height: 54px;
    color: #AC905E;
    text-align: center;
  }
  .menu-naturise__title > span:nth-child(2) > small {
    font-size: 15px;
  }
  .menu-naturise__title > small {
    font-size: 15px;
    color: #AC905E;
    line-height: 21px;
    margin-top: 10px;
  }
  .menu-naturise__wrap {
    display: block;
    width: 100%;
    border: 5px solid rgba(172,144,94,0.2);
    padding: calc(20/800 * 100%);
    background-color: var(--white);
    margin-top: 30px;
  }
  .menu-naturise__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .menu-naturise__txt {
    display: block;
    width: calc(507/740 * 100%);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .menu-naturise__column {
    display: block;
    width: calc(507/740 * 100%);
  }
  .menu-naturise__column > p {
    width: 100%;
  }
  .menu-naturise__memo {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #747474;
    font-weight: 500;
    line-height: 32px;
  }
  .menu-naturise__btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .menu-naturise__btns > a {
    color: #AC905E;
    padding: 0;
    border-bottom: 1px solid #AC905E;
  }
  .menu-naturise__btns > a:hover {
    transition: 0.3s ease;
    opacity: 0.7;
  }
  .menu-naturise__figure {
    display: block;
    width: calc(211.68/740 * 100%);
  }
  .menu-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .menu-naturise-img {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .menu-naturise-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - skin
--------------------------------------------- */
/*before after*/
@media screen and (max-width:767px) {
  .skin-container {
    padding-bottom: 50px;
  }
  .skin-beforeafter {
    width: 100%;
    padding-bottom: 45px;
  }
  .skin-beforeafter .service-beforeafter__figure {
    width: 100%;
    padding: 0 10px;
  }
  .skin-beforeafter .service-beforeafter__badge {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .skin-container {
    padding-bottom: 100px;
  }
  .skin-beforeafter {
    width: 100%;
    padding-bottom: 62px;
  }
  .skin-beforeafter .service-beforeafter__figure {
    width: 100%;
  }
  .skin-beforeafter .service-beforeafter__badge {
    width: calc(700/800 * 100%);
    bottom: 0;
  }
}
/*
PAGE - bridal
--------------------------------------------- */
/*container*/
@media screen and (max-width:767px) {
  .bridal-container {
    padding-bottom: 50px;
  }
  .bridal-banner {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .bridal-banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .bridal-container {
    padding-bottom: 100px;
  }
  .bridal-banner {
    display: block;
    width: 100%;
    margin-bottom: 100px;
  }
  .bridal-banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - worriesmenu
--------------------------------------------- */
@media screen and (max-width:767px) {
  .worriesmenu {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 50px 0 50px;
  }
  .worriesmenu-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .worriesmenu-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding: 50px 0 50px;
  }
  .worriesmenu-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worriesmenu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #F8F6F6;
    border-radius: 0 0 2px 2px;
    padding-bottom: 50px;
  }
  .worriesmenu-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .worriesmenu-figure {
    display: block;
    width: 100%;
  }
  .worriesmenu-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worriesmenu-icon {
    display: flex;
    justify-content: center;
    align-items: self-start;
    width: calc(234/335 * 100%);
    margin-top: -40px;
    aspect-ratio: 332 / 148;
    overflow: hidden;
  }
  .worriesmenu-icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: #F8F6F6;
  }
  .worriesmenu-title {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: #902D45;
    line-height: 33px;
    text-align: center;
    padding: 0 20px;
  }
  .worriesmenu-box-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding: 0 20px;
    margin-top: 20px;
  }
  .worriesmenu-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .worriesmenu-btns > a {
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .worriesmenu {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 100px 0 100px;
  }
  .worriesmenu-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .worriesmenu-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: center;
    padding: 55px 0 50px;
  }
  .worriesmenu-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .worriesmenu-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(475/1000 * 100%);
    background-color: #F8F6F6;
    border-radius: 0 0 2px 2px;
    padding-bottom: 143px;
  }
  .worriesmenu-box:nth-child(n+3) {
    margin-top: 80px;
  }
  .worriesmenu-figure {
    display: block;
    width: 100%;
  }
  .worriesmenu-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worriesmenu-icon {
    display: flex;
    justify-content: center;
    align-items: self-start;
    width: calc(332/475 * 100%);
    margin-top: -41.2054px;
    aspect-ratio: 332 / 148;
    overflow: hidden;
  }
  .worriesmenu-icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: #F8F6F6;
  }
  .worriesmenu-title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: #902D45;
    line-height: 50px;
    text-align: center;
    padding: 0 calc(30/475 * 100%);
  }
  .worriesmenu-box-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding: 0 calc(30/475 * 100%);
    margin-top: 20px;
  }
  .worriesmenu-btns {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .worriesmenu-btns > a {
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .worriesmenu-icon {
    margin-top: -56.6px;
  }
}
/*
PAGE - worries common
--------------------------------------------- */
/*container*/
@media screen and (max-width:767px) {
  .worries-container {
    padding-bottom: 50px;
  }
  .worries-wrap {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #FBF9F9;
  }
  .worries-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .worries-container {
    padding-bottom: 100px;
  }
  .worries-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FBF9F9;
  }
  .worries-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
/*recommend*/
@media screen and (max-width:767px) {
  .worries-recommend {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .worries-recommend__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worries-recommend__subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
  }
  .worries-recommend__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    color: #A78788;
    text-align: center;
    margin-top: 10px;
  }
  .worries-recommend__block {
    display: block;
    width: calc(100% + 20px);
    background-color: var(--white);
    padding: 20px;
    margin: 30px 0 0 -10px;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .worries-recommend__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #A78788;
    padding-bottom: 10px;
  }
  .worries-recommend__block-title > span {
    font-size: 24px;
  }
  .worries-recommend__block-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .worries-recommend__block-list {
    display: block;
    width: 100%;
  }
  .worries-recommend__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-image: url(./assets/images/standard/icon-checked-rd.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .worries-recommend__block-list > li + li {
    margin-top: 15px;
  }
  .worries-recommend__block-figure {
    display: block;
    width: 150px;
    margin-top: 10px;
  }
  .worries-recommend__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .worries-recommend__block-title {
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  .worries-recommend {
    display: block;
    width: calc(700/800 * 100%);
    margin: 0 auto;
  }
  .worries-recommend__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worries-recommend__subtitle {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
  }
  .worries-recommend__title {
    display: block;
    width: 100%;
    font-size: 52px;
    font-weight: 500;
    line-height: 52px;
    color: #A78788;
    text-align: center;
    margin-top: 20px;
  }
  .worries-recommend__block {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: calc(50/700 * 100%);
    margin: 50px auto 0;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.05));
  }
  .worries-recommend__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #A78788;
    padding-bottom: 10px;
  }
  .worries-recommend__block-title > span {
    font-size: 28px;
  }
  .worries-recommend__block-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .worries-recommend__block-list {
    display: block;
    width: calc(410/600 * 100%);
  }
  .worries-recommend__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    background-image: url(./assets/images/standard/icon-checked-rd.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 19.14px 18px;
  }
  .worries-recommend__block-list > li + li {
    margin-top: 20px;
  }
  .worries-recommend__block-figure {
    display: block;
    width: calc(190/600 * 100%);
  }
  .worries-recommend__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*cause*/
@media screen and (max-width:767px) {
  .worries-cause {
    display: block;
    width: calc(100% + 40px);
    margin-top: 50px;
    margin-left: -20px;
  }
  .worries-cause__figure {
    display: block;
    width: 100%;
  }
  .worries-cause__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-cause__wrap {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 40px);
    background-color: rgba(255,255,255,0.9);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: -100px auto 0;
  }
  .worries-cause__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    text-align: center;
    margin-bottom: 30px;
  }
  .worries-cause__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .worries-cause {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .worries-cause__figure {
    display: block;
    width: 100%;
  }
  .worries-cause__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-cause__wrap {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(700/800 * 100%);
    background-color: rgba(255,255,255,0.9);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
    padding: calc(50/800 * 100%);
    margin: -150px auto 0;
  }
  .worries-cause__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28.6px;
    text-align: center;
    margin-bottom: 30px;
  }
  .worries-cause__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
}
/*naturise*/
@media screen and (max-width:767px) {
  .worries-naturise {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .worries-naturise__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worries-naturise__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .worries-naturise__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #A78788;
    text-align: center;
    margin-top: 5px;
  }
  .worries-naturise__wrap {
    display: block;
    width: calc(100% + 20px);
    border: 5px solid rgba(167,135,136,0.2);
    padding: 15px;
    background-color: #F8F6F6;
    margin-top: 30px;
    margin-left: -10px;
  }
  .worries-naturise__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worries-naturise__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .worries-naturise__figure {
    display: block;
    width: 177px;
    margin-top: 20px;
  }
  .worries-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-naturise-img {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .worries-naturise-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .worries-naturise {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .worries-naturise__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worries-naturise__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
  .worries-naturise__title > span:nth-child(2) {
    font-size: 42px;
    font-weight: 500;
    line-height: 54px;
    color: #A78788;
    text-align: center;
  }
  .worries-naturise__wrap {
    display: block;
    width: 100%;
    border: 5px solid rgba(167,135,136,0.2);
    padding: calc(30/800 * 100%);
    background-color: #F8F6F6;
    margin-top: 30px;
  }
  .worries-naturise__columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .worries-naturise__columns.row-reverse {
    flex-direction: row-reverse;
  }
  .worries-naturise__txt {
    display: block;
    width: calc(507/730 * 100%);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .worries-naturise__figure {
    display: block;
    width: calc(211.78/730 * 100%);
  }
  .worries-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-naturise-img {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .worries-naturise-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .worries-naturise__price-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .worries-naturise__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 20px);
    border: 1px solid #A78788;
    padding: 20px;
    background-color: var(--white);
    margin-left: -10px;
  }
  .worries-naturise__price + .worries-naturise__price {
    margin-top: 50px;
  }
  .worries-naturise__price-figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .worries-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-naturise__price-column {
    display: block;
    width: 100%;
  }
  .worries-naturise__price-hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .worries-naturise__price-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .worries-naturise__price-title > span:nth-child(1) {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #A78788;
    text-align: center;
  }
  .worries-naturise__price-title > span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    border-radius: 15px;
    background-color: #902D45;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: var(--white);
  }
  .worries-naturise__price-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #A78788;
    text-align: center;
    word-break: break-all;
    margin-top: 5px;
  }
  .worries-naturise__price-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .worries-naturise__price-plan {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .worries-naturise__price-plan_actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: min(16px + (19 - 16) * ((100vw - 320px) / (375 - 320)), 19px);
    font-weight: 600;
    line-height: 30px;
    background-image: url(./assets/images/wrinkles/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .worries-naturise__price-plan_actual::before {
     content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #D96F6F;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .worries-naturise__price-plan_actual > small {
    font-size:  min(9px + (16 - 9) * ((100vw - 320px) / (375 - 320)), 12px);
  }
  .worries-naturise__price-plan_sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 68px;
    padding-left: 10px;
    padding-bottom: 25px;
  }
  .worries-naturise__price-plan.flex-right .worries-naturise__price-plan_sale {
    padding-bottom: 0;
  }
  .worries-naturise__price-plan_sale > span {
    font-size: min(30px + (39 - 30) * ((100vw - 320px) / (375 - 320)), 39px);
    font-weight: 600;
    line-height: 1;
    color: #902D45;
  }
  .worries-naturise__price-plan_sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size:  min(24px + (30 - 24) * ((100vw - 320px) / (375 - 320)), 32px);
    font-weight: 600;
    line-height: 1;
    color: #902D45;
  }
  .worries-naturise__price-plan_sale > small > i {
    font-size: min(9px + (12 - 9) * ((100vw - 320px) / (375 - 320)), 12px);
    font-weight: 500;
    line-height: 1;
  }
  .worries-naturise__price-plan_discount {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    min-height: min(20px + (25 - 20) * ((100vw - 320px) / (375 - 320)), 25px);
    font-size: min(20px + (25 - 20) * ((100vw - 320px) / (375 - 320)), 25px);
    color: #AC905E;
    font-weight: 600;
    line-height: 1;
  }
  .worries-naturise__price-plan_discount > small {
    font-size: min(14px + (18 - 14) * ((100vw - 320px) / (375 - 320)), 18px);
  }
}
@media screen and (min-width:768px) {
  .worries-naturise__price-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .worries-naturise__price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #A78788;
    padding: calc(28/800 * 100%);
    background-color: var(--white);
  }
  .worries-naturise__price + .worries-naturise__price {
    margin-top: 50px;
  }
  .worries-naturise__price-figure {
    display: block;
    width: calc(318/740 * 100%);
  }
  .worries-naturise__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-naturise__price-column {
    display: block;
    width: calc(392/740 * 100%);
  }
  .worries-naturise__price-hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .worries-naturise__price-title {
    display: flex;
    align-items: center;
    width: 100%;;
  }
  .worries-naturise__price-title > span:nth-child(1) {
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    color: #A78788;
    padding-right: 20px;
    letter-spacing: 0.05em;
  }
  .worries-naturise__price-title > span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    border-radius: 17px;
    background-color: #902D45;
    padding: 0 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 50px;
    color: var(--white);
  }
  .worries-naturise__price-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #A78788;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .worries-naturise__price-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .worries-naturise__price-plan {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .worries-naturise__price-plan.flex-right {
    justify-content: flex-end;
    padding-right: calc(30/392 * 100%);
  }
  .worries-naturise__price-plan_actual {
    position: relative;
    display: flex;
    align-items: baseline;
    width: auto;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    background-image: url(./assets/images/wrinkles/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17.53px 20.06px;
    margin-top: 10px;
  }
  .worries-naturise__price-plan_actual::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #D96F6F;
    transform: rotate(10deg);
    transform-origin: top left;
  }
  .worries-naturise__price-plan_actual > small {
    font-size: 14px;
  }
  .worries-naturise__price-plan_sale {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 88px;
    padding-left: 10px;
    padding-bottom: 40px;
  }
  .worries-naturise__price-plan_sale > span {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #902D45;
  }
  .worries-naturise__price-plan_sale > small {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    color: #902D45;
  }
  .worries-naturise__price-plan_sale > small > i {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .worries-naturise__price-plan_discount {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    min-height: 30px;
    font-size: 30px;
    color: #AC905E;
    font-weight: 600;
    line-height: 1;
    padding-right: 10px;
  }
  .worries-naturise__price-plan_discount > small {
    font-size: 22px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .worries-naturise__price-plan_actual {
    font-size: 22px;
  }
  .worries-naturise__price-plan_actual > small {
    font-size: 12px;
  }
  .worries-naturise__price-plan_sale > span {
    font-size: 40px;
  }
  .worries-naturise__price-plan_sale > small {
    font-size: 30px;
  }
  .worries-naturise__price-plan_sale > small > i {
    font-size: 12px;
  }
  .worries-naturise__price-plan_discount {
    font-size: 26px;
  }
  .worries-naturise__price-plan_discount > small {
    font-size: 18px;
  }
}
/*points*/
@media screen and (max-width:767px) {
  .worries-cause__points {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .worries-cause__point {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .worries-cause__point + .worries-cause__point {
    margin-top: 15px;
  }
  .worries-cause__point-figure {
    display: block;
    width: 100px;
  }
  .worries-cause__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-cause__point-content {
    display: block;
    width: calc(100% - 110px);
  }
  .worries-cause__point-title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #902D45;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .worries-cause__point-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .worries-cause__points {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .worries-cause__point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .worries-cause__point + .worries-cause__point {
    margin-top: 15px;
  }
  .worries-cause__point-figure {
    display: block;
    width: calc(100/600 * 100%);
  }
  .worries-cause__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .worries-cause__point-content {
    display: block;
    width: calc(490/600 * 100%);
  }
  .worries-cause__point-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #902D45;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .worries-cause__point-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - salon
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-salon {
    background-color: var(--white);
    padding: 50px 0;
  }
  .salon-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding: 50px 0 50px;
  }
  .salon-content {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #FBF9F9;
  }
  .salon-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .salon-content__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .salon-content__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  .salon-content__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #AC905E;
    text-align: center;
    margin-top: 10px;
  }
  .salon-content__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: justify;
    word-break: break-all;
    padding: 30px 0;
  }
  .salon-gallary {
    display: block;
    width: 100%;
  }
  .salon-gallary__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .salon-gallary__title > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #AC905E;
  }
  .salon-gallary__title > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #A29681;
  }
  /*slide wrap*/
  .salon-gallary__wrap {
    display: block;
    width: calc(100% + 20px);
    margin-top: 30px;
    margin-left: -10px;
    overflow-x: hidden;
  }
  /*frame*/
  .salon-gallary-frame {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 25px 0 25px;
  }
  .salon-gallary-frame::before,
  .salon-gallary-frame::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 25px;
    height: 100%;
    background: #FBF9F9;
    z-index: 2;
  }
  .salon-gallary-frame::before {
    left: 0;
  }
  .salon-gallary-frame::after {
    right: 0;
  }
  .salon-gallary-frame .swiper-wrapper {
    width: 100%;
  }
  .salon-gallary-frame .swiper-slide {
    width: 100%;
  }
  .frame-wrap .swiper-slide .swiper-slide__block {
    display: block;
    width: 100%;
  }
  .salon-gallary-frame__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #F9F9F2;
    overflow: hidden;
  }
  .salon-gallary-frame__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .salon-gallary-frame__caption {
    display: -webkit-box;
    width:100%;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .salon-gallary-frame .swiper-button-prev {
    width: 15px;
    height: 24px;
    left: 0;
    background-image: url(./assets/images/salon/icon-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 20px);
    z-index: 10;
  }
  .salon-gallary-frame .swiper-button-next {
    width: 15px;
    height: 24px;
    right: 0;
    background-image: url(./assets/images/salon/icon-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 20px);
  }
  .salon-gallary-frame .swiper-button-next::after, .salon-gallary-frame .swiper-button-prev::after {
    font-size: 0;
  }
  /*thumbnail*/
  .salon-gallary-thumb {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .salon-gallary-thumb .swiper-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
  }
  .salon-gallary-thumb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    cursor: pointer;
  }
  .salon-gallary-thumb__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .salon-gallary-thumb__figure > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .salon-gallary-thumb__figure .swiper-slide-thumb-active {
    opacity: 1;
  }
  .salon-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .salon-block__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .salon-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .salon-block__txt > span {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
  .salon-block__columns {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-columns: auto;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .salon-block__columns > picture {
    display: block;
    width: 100%;
  }
  .salon-block__columns > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .salon-block__columns > p {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .page-salon {
    background-color: var(--white);
    padding: 100px 0;
  }
  .salon-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: center;
    padding: 55px 0 50px;
  }
  .salon-content {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FBF9F9;
  }
  .salon-body {
    display: block;
    max-width: 890px;
    width: 100%;
    padding: 0 45px;
    margin: 0 auto;
  }
  .salon-content__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .salon-content__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
  .salon-content__title > span:nth-child(2) {
    font-size: 42px;
    font-weight: 500;
    line-height: 54px;
    color: #AC905E;
    text-align: center;
    margin-top: 10px;
  }
  .salon-content__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28.8px;
    text-align: center;
    padding: 30px 0 50px;
  }
  .salon-gallary {
    display: block;
    width: 100%;
  }
  .salon-gallary__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .salon-gallary__title > span:nth-child(1) {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: #AC905E;
  }
  .salon-gallary__title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #A29681;
  }
  /*slide wrap*/
  .salon-gallary__wrap {
    display: block;
    width: calc(100% + 90px);
    margin-top: 30px;
    margin-left: -45px;
    overflow-x: hidden;
  }
  /*frame*/
  .salon-gallary-frame {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 45px 0 45px;
  }
  .salon-gallary-frame::before,
  .salon-gallary-frame::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 45px;
    height: 100%;
    background: #FBF9F9;
    z-index: 2;
  }
  .salon-gallary-frame::before {
    left: 0;
  }
  .salon-gallary-frame::after {
    right: 0;
  }
  .salon-gallary-frame .swiper-wrapper {
    width: 100%;
  }
  .salon-gallary-frame .swiper-slide {
    width: 100%;
  }
  .frame-wrap .swiper-slide .swiper-slide__block {
    display: block;
    width: 100%;
  }
  .salon-gallary-frame__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #F9F9F2;
    overflow: hidden;
  }
  .salon-gallary-frame__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .salon-gallary-frame__caption {
    display: -webkit-box;
    width:100%;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 20px;
    box-sizing: border-box;
  }
  .salon-gallary-frame .swiper-button-prev {
    width: 30px;
    height: 46px;
    left: 0;
    background-image: url(./assets/images/salon/icon-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 20px);
    z-index: 10;
  }
  .salon-gallary-frame .swiper-button-next {
    width: 30px;
    height: 46px;
    right: 0;
    background-image: url(./assets/images/salon/icon-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 20px);
  }
  .salon-gallary-frame .swiper-button-next::after, .salon-gallary-frame .swiper-button-prev::after {
    font-size: 0;
  }
  /*thumbnail*/
  .salon-gallary-thumb {
    display: block;
    width: 100%;
    padding: 0 45px;
  }
  .salon-gallary-thumb .swiper-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .salon-gallary-thumb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    cursor: pointer;
  }
  .salon-gallary-thumb__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 108px;
    overflow: hidden;
  }
  .salon-gallary-thumb__figure > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .salon-gallary-thumb__figure .swiper-slide-thumb-active {
    opacity: 1;
  }
  .salon-block {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .salon-block + .salon-block {
    margin-top: 50px;
  }
  .salon-block__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .salon-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .salon-block__txt > span {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(transparent 18px, rgba(255,255,48,.5) 18px);
  }
  .salon-block__columns {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: calc(50/800 * 100%);
    width: 100%;
    margin-top: 30px;
  }
  .salon-block__columns > picture {
    display: block;
    width: 100%;
  }
  .salon-block__columns > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .salon-block__columns > p {
    margin-top: 0;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-faq {
    padding: 50px 0;
    background-color: #F7F6F7;
  }
  .faq-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .faq-nav {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .faq-nav__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
  }
  .faq-nav__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .faq-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #DDDDDD;
    background-color: var(--white);
    box-shadow: 3px 3px 7px rgba(48, 48, 54, 0.08);
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (375 - 320)), 15px);
    color: #AC905E;
    line-height: 1;
  }
  .faq-nav__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .faq-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .faq-box {
    display: block;
    width: 100%;
  }
  .faq-box + .faq-box {
    margin-top: 50px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    text-align: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box__list {
    display: block;
    width: calc(100% + 20px);
    margin-top: 30px;
    margin-left: -10px;
  }
  .faq-box__list > li {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: var(--white);
  }
  .faq-box__list > li + li {
    margin-top: 20px;
  }
  .faq-box__list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 30px 0 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box__list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #AC905E;
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    line-height: 16px;
  }
  .faq-box__list > li > .question > i {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box__list > li > .question > i::before,
  .faq-box__list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #AC905E;
  }
 .faq-box__list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box__list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-box__list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box__list > li > .answer {
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .faq-box__list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #DBDBDB;
    padding: 20px 20px 20px 70px;
  }
  .faq-box__list > li > .answer > .answer-wrap::before {
    content: "A";
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border:1px solid #AC905E;
    font-size: 20px;
    color: #AC905E;
    font-weight: 500;
    line-height: 16px;
  }
  .home-faq__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-txt {
    display: block;
    width: 100%;
    font-size: min(14px + (15 - 14) * ((100vw - 320px) / (375 - 320)), 15px);
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .page-faq {
    padding: 100px 0;
    background-color: #F7F6F7;
  }
  .faq-body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-nav {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .faq-nav__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }
  .faq-nav__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(34/930 * 100%);
    width: 100%;
    margin-top: 22px;
  }
  .faq-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border-radius: 40px;
    border: 1px solid #DDDDDD;
    background-color: var(--white);
    box-shadow: 3px 3px 7px rgba(48, 48, 54, 0.08);
    font-size: 16px;
    color: #AC905E;
    line-height: 1;
  }
  .faq-nav__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .faq-wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .faq-box {
    display: block;
    width: 100%;
  }
  .faq-box + .faq-box {
    margin-top: 50px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    text-align: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .faq-box__list > li {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: var(--white);
  }
  .faq-box__list > li + li {
    margin-top: 30px;
  }
  .faq-box__list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 50px 0 70px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box__list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #AC905E;
    font-size: 26px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
  }
  .faq-box__list > li > .question > i {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box__list > li > .question > i::before,
  .faq-box__list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #AC905E;
  }
 .faq-box__list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box__list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-box__list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box__list > li > .answer {
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .faq-box__list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #DBDBDB;
    padding: 40px 20px 20px 90px;
  }
  .faq-box__list > li > .answer > .answer-wrap::before {
    content: "A";
    position: absolute;
    top: 40px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border:1px solid #AC905E;
    font-size: 26px;
    color: #AC905E;
    font-weight: 500;
    line-height: 20px;
  }
  .home-faq__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
  }
}
/*
PAGE - company
--------------------------------------------- */
@media screen and (max-width:767px) {
  .company {
    padding: 50px 0;
  }
  .company-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .company-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-box + .company-box {
    margin-top: 60px;
  }
  .company-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.6px;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .company-box__wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .company-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .company-box__access {
    display: block;
    width: 100%;
  }
  .company-box__access-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .company-box__access-row > dt {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #AC905E;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .company-box__access-row > dt.train {
    background-image: url(./assets/images/company/icon-train.png);
    background-size: 35px 31.11px;
  }
  .company-box__access-row > dt.car {
    background-image: url(./assets/images/company/icon-car.png);
    background-size: 35px 21px;
  }
  .company-box__access-row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 10px;
  }
  .company-box__access-map {
    display: block;
    width: calc(100% + 20px);
    height: 338px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: -10px;
  }
  .company-box__access-map > iframe {
    width: 100%;
    height: 100%;
  }
  .company-box__block {
    display: block;
    width: 100%;
  }
  .company-box__block + .company-box__block {
    margin-top: 50px;
  }
  .company-box__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .company-box__columns {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .company-box__columns > picture {
    display: block;
    width: 100%;
  }
  .company-box__columns > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-box__tbl {
    width: 100%;
    border-collapse: 0;
    border-top: 1px solid #CECECE;
  }
  .company-box__tbl tr th {
    display: block;
    width: 100%;
    background-color: #F7F5F4;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #CECECE;
  }
  .company-box__tbl tr td {
    display: block;
    width: 100%;
    padding: 15px 5px;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #CECECE;
    text-align: center;
  }
  .company-box__tbl tr td a {
    color: var(--font-color);
  }
  .company-box__tbl tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .company {
    padding: 100px 0;
  }
  .company-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .company-box {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .company-box + .company-box {
    margin-top: 60px;
  }
  .company-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .company-box__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .company-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .company-box__access {
    display: block;
    width: 100%;
    padding-left: calc(60/800 * 100%);
  }
  .company-box__access-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .company-box__access-row > dt {
    display: flex;
    align-items: center;
    width: 322px;
    min-height: 40px;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #AC905E;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .company-box__access-row > dt.train {
    background-image: url(./assets/images/company/icon-train.png);
    background-size: 45px 40px;
  }
  .company-box__access-row > dt.car {
    background-image: url(./assets/images/company/icon-car.png);
    background-size: 45px 27px;
  }
  .company-box__access-row > dd {
    display: block;
    width: calc(100% - 322px);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .company-box__access-map {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 40px;
  }
  .company-box__access-map > iframe {
    width: 100%;
    height: 100%;
  }
  .company-box__block {
    display: block;
    width: 100%;
  }
  .company-box__block + .company-box__block {
    margin-top: 40px;
  }
  .company-box__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .company-box__columns {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: calc(60/800 * 100%);
    width: 100%;
    margin-top: 25px;
  }
  .company-box__columns > picture {
    display: block;
    width: 100%;
  }
  .company-box__columns > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-box__tbl {
    width: 100%;
    border-collapse: 0;
    border-top: 1px solid #CECECE;
  }
  .company-box__tbl tr th {
    width: 180px;
    height: 75px;
    background-color: #F7F5F4;
    padding: 17px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #CECECE;
  }
  .company-box__tbl tr td {
    width: calc(100% - 180px);
    min-height: 75px;
    padding: 17px 20px;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #CECECE;
  }
  .company-box__tbl tr td a {
    color: var(--font-color);
  }
  .company-box__tbl tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - privacy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .privacy {
    padding: 100px 0;
  }
  .privacy-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .privacy-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .privacy-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .privacy-box + .privacy-box {
    margin-top: 30px;
  }
  .privacy-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .privacy-list {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .privacy-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .privacy-list > li + li {
    margin-top: 10px;
  }
  .privacy-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #AC905E;
  }
}
@media screen and (min-width:768px) {
  .privacy {
    padding: 100px 0;
  }
  .privacy-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .privacy-wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .privacy-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-box {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .privacy-box + .privacy-box {
    margin-top: 50px;
  }
  .privacy-box__title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    line-height: 39px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 40px;
  }
  .privacy-list {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .privacy-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .privacy-list > li + li {
    margin-top: 5px;
  }
  .privacy-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #AC905E;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .sitemap {
    padding: 50px 0;
  }
  .sitemap-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap-wrap {
    display: flex;
    flex-direction: column;
    max-width: 275px;
    width: 100%;
    margin: 50px auto 0;
  }
  .sitemap-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-column + .sitemap-column {
    margin-top: 50px;
  }
  .sitemap-links-block {
    display: block;
    width: auto;
  }
  .sitemap-title {
    display: block;
    width: auto;
    font-size: 28px;
    font-family: var(--cormorant-garamond);
    color: #C8B47A;
    line-height: 34px;
  }
  .sitemap-links {
    display: block;
    width: auto;
  }
  .sitemap-links > li {
    display: flex;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }
  .sitemap-links > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 23px;
  }
  .sitemap-links > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .sitemap-links-block + .sitemap-links-block {
    margin-top: 50px;
  }
  /*
  .sitemap-links.has-submenu > li:not(:first-child) {
    padding-left: 10px;
  }
  .sitemap-links.has-submenu > li:first-child {
    padding-bottom: 10px;
  }*/
  .sitemap-links-block.pc-block {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .sitemap {
    padding: 100px 0;
  }
  .sitemap-body {
    display: block;
    max-width: 665px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
  }
  .sitemap-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-links-block {
    display: block;
    width: auto;
  }
  .sitemap-title {
    display: block;
    width: auto;
    font-size: 34px;
    font-family: var(--cormorant-garamond);
    color: #C8B47A;
    line-height: 41px;
    margin-bottom: 20px;
  }
  .sitemap-links {
    display: block;
    width: auto;
  }
  .sitemap-links > li {
    display: flex;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
  }
  .sitemap-links > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 23px;
  }
  .sitemap-links > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .sitemap-links-block + .sitemap-links-block {
    margin-top: 50px;
  }
  .sitemap-links + .sitemap-links {
    padding-top: 20px;
  }
  .sitemap-links.has-submenu > li:not(:first-child) {
    padding-left: 10px;
  }
  .sitemap-links-block.sp-block {
    display: none;
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 90px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: #A29681;
    border: 1px solid #A29681;
    background-color: var(--white);
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 20px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.7;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #A29681;
    color: var(--white);
    pointer-events: none;
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
  }
  .pagination > .prev.page-numbers {
    background-image: url(./assets/images/icon-prev.png);
  }
  .pagination > .next.page-numbers {
    background-image: url(./assets/images/icon-next.png);
  }

}
@media screen and (max-width:767px) {
  .pagination {
    margin-top: 50px;
  }
  .pagination > .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 10px;
  }
  .pagination > .page-numbers.current{
    width: 30px;
    height: 30px;
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    width: 30px;
    height: 30px;
  }
}
/*
SINGLE - common tags
--------------------------------------------- */
@media screen and (max-width:767px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28.6px;
    font-weight: 500;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28.6px;
    font-weight: 500;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 30px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
  }
  .single-content p:not(:first-child) {
    margin-top: 20px;
  }
  .single-content p + p {
    margin-top: 20px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 10px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #AC905E;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:22px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 25px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:10px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:18px;
    line-height:22px;
    color: #AC905E;
    font-weight:500;
  }
  .single-content > ul:not(:first-child) {
    margin-top:30px;
  }
  .single-content > ol:not(:first-child){
    margin-top: 30px;
  }
  .single-content .wp-block-list {
    margin-top:20px;
  }
  /*table*/
  .single-content .wp-block-table {
    border-collapse: collapse;
    background-color: var(--white);
    padding: 0;
    border: 0 !important;
    overflow: hidden;
  }
  .single-content .wp-block-table table {
    width: 100%;
    border-top: 1px solid #CECECE;
  }
  .single-content .wp-block-table table tr td {
    display: block;
    width: 100%;
    border: 0;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #CECECE;
  }
  .single-content .wp-block-table table tr td:first-child {
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
    background-color: #F7F5F4;
  }
  .single-content .wp-block-table table tr td:last-child {
    padding: 15px;
    text-align: left;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 30px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: #EA5D5D;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 30px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--blue);
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 30px;
  }
  /*img*/
  .single-content img {
    border-radius: 2px;
  }
}
@media screen and (min-width:768px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    line-height: 39px;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 28.6px;
    font-weight: 500;
    padding-left: 15px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }

  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 28.6px;
    font-weight: 500;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #AC905E;
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 50px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: calc(26/15);
  }
  .single-content p:not(:first-child) {
    margin-top: 40px;
  }
  .single-content p + p {
    margin-top: 40px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 5px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #AC905E;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:24px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 30px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:5px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:24px;
    line-height:22px;
    color: #AC905E;
    font-weight:400;
  }
  .single-content .wp-block-list {
    margin-top:20px;
  }

  /*table*/
  .single-content .wp-block-table {
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #CECECE;
  }
  .single-content .wp-block-table table tr td {
    padding: 17px 0;
    border: 0;
    line-height: 20px;
  }
  .single-content .wp-block-table table tr td:first-child {
    width: 180px;
    background-color: #F7F5F4;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
  }
  .single-content .wp-block-table table tr td {
    border-bottom: 1px solid #CECECE;
  }
  .single-content .wp-block-table table tr td:last-child {
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    width: calc(100% - 180px);
    text-align: lSeft;
    padding-left: 20px;
  }
  .single-content .wp-block-table table tr:not(:last-child) td:last-child {
    border-bottom: 1px solid #D5DCDE;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: #EA5D5D;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--blue);
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*img*/
  .single-content img {
    border-radius: 2px;
  }
}
/*
ARCHIVE - promotion
--------------------------------------------- */
.no-post-txt {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:767px) {
  .archive-promotion {
    padding: 50px 0 50px;
    background-color: #F7F7F7;
  }
  .archive-promotion > .container {
    padding: 0 10px;
  }
  .archive-promotion-body {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .archive-promotion__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .archive-promotion__item + .archive-promotion__item {
    margin-top: 40px;
  }
  .archive-promotion__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-promotion__item-figure {
    display: block;
    width: 100%;
  }
  .archive-promotion__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .archive-promotion__item-content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .archive-promotion__item-title {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .archive-promotion__item-txt {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    color:var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .archive-promotion {
    padding: 100px 0 140px;
    background-color: #F7F7F7;
  }
  .archive-promotion-body {
    display: block;
    width: 100%;
    padding: 100px calc(170/1140 * 100%);
    background-color: var(--white);
  }
  .archive-promotion__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .archive-promotion__item + .archive-promotion__item {
    margin-top: 50px;
  }
  .archive-promotion__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-promotion__item-figure {
    display: block;
    width: calc(250/800 * 100%);
  }
  .archive-promotion__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .archive-promotion__item-content {
    display: block;
    width: calc(490/800 * 100%);
  }
  .archive-promotion__item-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .archive-promotion__item-txt {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    color:var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 30px;
  }
}
/*
ARCHIVE - voice
--------------------------------------------- */
@media screen and (max-width:767px) {
  .archive-voice {
    padding: 50px 0 50px;
    background: linear-gradient(#dbd4c9 0%, #e5e5e5 100%);
  }
  .archive-voice > .container {
    padding: 0 10px;
  }
  .archive-voice-body {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .archive-voice__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .archive-voice__item + .archive-voice__item {
    margin-top: 40px;
  }
  .archive-voice__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-voice__item-figure {
    display: block;
    width: 100%;
  }
  .archive-voice__item-figure > img {
    display: block;
    /* width: 100%;
    object-fit: cover; */
    margin: auto;
    width: 60%;
    box-shadow: 0px 2px 6px #dbd4c963;
  }
  .archive-voice__item-content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .archive-voice__item-title {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .archive-voice__item-customer {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    color:#AC905E;
    font-weight: 500;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .archive-voice {
    padding: 100px 0 140px;
    background: linear-gradient(#dbd4c9 0%, #e5e5e5 100%);
  }
  .archive-voice-body {
    display: block;
    width: 100%;
    padding: 100px calc(170/1140 * 100%);
    background-color: var(--white);
  }
  .archive-voice__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .archive-voice__item + .archive-voice__item {
    margin-top: 50px;
  }
  .archive-voice__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-voice__item-figure {
    display: block;
    width: calc(250/800 * 100%);
  }
  .archive-voice__item-figure > img {
    display: block;
    /* width: 100%;
    object-fit: cover; */
    width:auto;
    height:200px;
    margin:auto;
    box-shadow: 0px 2px 6px #dbd4c963;
  }
  .archive-voice__item-content {
    display: block;
    width: calc(490/800 * 100%);
    margin-top: 25px;
  }
  .archive-voice__item-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .archive-voice__item-customer {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    color:#AC905E;
    font-weight: 500;
    margin-top: 15px;
  }
}
/*
SINGLE - promotion
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-promotion__hgroup {
    display: block;
    width: 100%;
  }
  .single-promotion__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .single-promotion__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    margin-top: 30px;
  }
  .single-promotion__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .single-promotion__hgroup {
    display: block;
    width: 100%;
  }
  .single-promotion__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
  }
  .single-promotion__date {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    margin-top: 20px;
  }
  .single-promotion__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}
/*
SINGLE - voice
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-voice__hgroup {
    display: block;
    width: 100%;
  }
  .single-voice__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .single-voice__customer {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: center;
    margin-top: 30px;
  }
  .single-promotin__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .single-voice__hgroup {
    display: block;
    width: 100%;
  }
  .single-voice__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
  }
  .single-voice__customer {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    text-align: right;
    margin-top: 20px;
  }
  .single-promotin__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}
/*
POST - layout
--------------------------------------------- */
/*layout*/
@media screen and (max-width:1024px) {
  .site-post-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-post-main {
    display: block;
    width: 100%;
  }
  .site-post-sidebar {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (min-width:1025px) {
  .site-post-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-post-main {
    display: block;
    width: calc(100% - 300px - 30px);
  }
  .site-post-sidebar {
    display: block;
    width: 300px;
  }
}
/*
ARCHIVE - column
--------------------------------------------- */
/*sidebar block*/
@media screen and (max-width:767px) {
  .sidebar-block {
    display: block;
    width: 100%;
  }
  .sidebar-block + .sidebar-block {
    margin-top: 50px;
  }
  .sidebar-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .sidebar-block__title > small {
    font-size: 12px;
  }
}
@media screen and (min-width:768px) {
  .sidebar-block {
    display: block;
    width: 100%;
  }
  .sidebar-block + .sidebar-block {
    margin-top: 45px;
  }
  .sidebar-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .sidebar-block__title > small {
    font-size: 12px;
  }
}
/*sidebar - form*/
@media screen and (min-width:0px) {
  .sidebar-from {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background-color: var(--white);
    border: 1px solid #A29681;
    border-radius: 3px;
  }
  .sidebar-from > button {
    display: block;
    width: 39px;
    height: 38px;
    border: none;
    background-image: url(./assets/images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    cursor: pointer;
  }
  .sidebar-from > input[type="text"] {
    width: calc(100% - 39px);
    height: 38px;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 38px;
    background: transparent;
  }
  .sidebar-from > input[type="text"]::placeholder {
    color: #A29681;
    font-weight: 500;
  }
}
@media screen and (max-width:767px) {
  .sidebar-from {
    max-width: 275px;
  }
}
/*sidebar - ranking*/
@media screen and (min-width:0) {
  .sidebar-ranking__items {
    display: block;
    width: 100%;
  }
   .sidebar-ranking__items > li {
    display: block;
    width: 100%;
   }
  .sidebar-ranking__items > li + li {
    margin-top: 5px;
  }
  .sidebar-ranking__item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    padding:10px 10px 10px 127px;
    background-color: var(--white);
  }
  .sidebar-ranking__item-thumb {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 107px;
    height: 80px;
    overflow: hidden;
  }
  .sidebar-ranking__item-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sidebar-ranking__item-date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #AC905E;
    line-height: 20px;
  }
  .sidebar-ranking__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .sidebar-ranking__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
  }
  .sidebar-ranking__items > li + li {
    margin-top: 0;
  }
}
/*sidebar - categories*/
@media screen and (min-width:0) {
  .sidebar-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: -10px 0 0 -10px;
  }
  .sidebar-categories > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 17px;
    text-align: right;
    padding: 3px 10px;
    background-color: #A29681;
    margin-top: 10px;
    margin-left: 10px;
  }
  .sidebar-categories > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*sidebar - archives*/
@media screen and (min-width:0px) {
  .sidebar-archives__wrap {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .archive__wrap {
    display:block;
    width:100%;
    margin-top: 15px;
    padding-left: 20px;
  }
  .archive-month {
    display: block;
    width: 100%;
  }
  .archive-month > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .archive-month > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .archive-month > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #AC905E;
  }
  .archive-month > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-nested {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .archive-nested > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .archive-nested > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .archive-nested > li.has_child {
    position: relative;
    padding-right: 10px;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 10px;
    left: 6em;
    width: 25px;
    height: 7px;
    background-image: url(./assets/images/icon-archive.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease-in;
  }
  .archive-nested > li.has_child > span.active {
    transform: rotate(-180deg);
  }
  .archive-nested  > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #AC905E;
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .archive-nested > li > .sub-archive-nested > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #AC905E;
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .sidebar-archives__wrap {
    padding: 0 0;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .archive-column {
    padding: 50px 0 50px;
    background: #F7F7F7;
  }
  .archive-column-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .archive-column-item {
    display: block;
    width: calc(50% - 5px);
    background-color: transparent;
  }
  .archive-column-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .archive-column-item-link {
    display: block;
    width: 100%;
  }
  .archive-column-item-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-column-item__thumbnail {
    display: block;
    width: 100%;
  }
  .archive-column-item__thumbnail > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .archive-column-item__date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #AC905E;
    line-height: 20px;
    margin-top: 15px;
  }
  .archive-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .archive-column-item__categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding-top: 5px;
  }
  .archive-column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    padding: 2px 10px;
    background-color: #A29681;
    margin-top: 10px;
    margin-right: 10px;
  }
  .archive-column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .archive-column {
    padding: 100px 0 140px;
    background: #F7F7F7;
  }
  .archive-column-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .archive-column-item {
    display: block;
    width: calc(256.6666667/810 * 100%);
    margin-right: calc(20/810 * 100%);
    padding: calc(15/810 * 100%);
    background-color: var(--white);
  }
  .archive-column-item:nth-child(3n) {
    margin-right: 0;
  }
  .archive-column-item:nth-child(n+4) {
    margin-top: 30px;
  }
  .archive-column-item-link {
    display: block;
    width: 100%;
  }
  .archive-column-item-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-column-item__thumbnail {
    display: block;
    width: 100%;
  }
  .archive-column-item__thumbnail > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .archive-column-item__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #AC905E;
    line-height: 20px;
    margin-top: 10px;
  }
  .archive-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 15px;
  }
  .archive-column-item__categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding-top: 5px;
  }
  .archive-column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    padding: 2px 10px;
    background-color: #A29681;
    margin-top: 10px;
    margin-right: 10px;
  }
  .archive-column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-column {
    padding: 50px 0 50px;
    background: var(--white);
  }
  .single-column__hgroup {
    display: block;
    width: 100%;
  }
  .single-column__categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-top: -10px;
    padding-bottom: 40px;
  }
  .single-column__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 17px;
    text-align: right;
    padding: 4px 10px;
    background-color: #A29681;
    margin-top: 10px;
    margin-right: 10px;
  }
  .single-column__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-column__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    padding-bottom: 10px;
    text-align: center;
    word-break: break-all;
  }
  .single-column__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    margin-top: 30px;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .single-column {
    padding: 100px 0 140px;
    background: var(--white);
  }
  .site-post-main.single-column-main {
    width: calc(100% - 300px - 105px);
  }
  .single-column__hgroup {
    display: block;
    width: 100%;
  }
  .single-column__categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-top: -10px;
    padding-bottom: 40px;
  }
  .single-column__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 17px;
    text-align: right;
    padding: 4px 10px;
    background-color: #A29681;
    margin-top: 10px;
    margin-right: 10px;
  }
  .single-column__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-column__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
  }
  .single-column__date {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    margin-top: 20px;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}
/*
ARCHIVE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .archive-news {
    padding: 50px 0 50px;
    background: var(--white);
  }
  .archive-news-body {
    display: block;
    width: 100%;
  }
  .archive-news__items {
    display: block;
    width: 100%;
  }
  .archive-news__items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #E4E4E4;
  }
  .archive-news__items > li:not(:first-child) {
    padding-top: 17px;
  }
  .archive-news-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .archive-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-news-item__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #AC905E;
  }
  .archive-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 9px 0 0 0;
  }
}
@media screen and (min-width:768px) {
  .archive-news {
    padding: 100px 0 140px;
    background: var(--white);
  }
  .archive-news-body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-news__items {
    display: block;
    width: 100%;
  }
  .archive-news__items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #E4E4E4;
  }
  .archive-news__items > li:not(:first-child) {
    padding-top: 19px;
  }
  .archive-news-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .archive-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-news-item__date {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #AC905E;
  }
  .archive-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 15px 0 0 10px;
  }
}
/*
SINGLE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-news__hgroup {
    display: block;
    width: 100%;
  }
  .single-news__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .single-news__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    margin-top: 30px;
  }
  .single-news__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .single-news__hgroup {
    display: block;
    width: 100%;
  }
  .single-news__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: linear-gradient(#AC905E,#AC905E);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 2px;
    text-align: center;
    word-break: break-all;
  }
  .single-news__date {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.6px;
    color: #AC905E;
    margin-top: 20px;
  }
  .single-news__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}
/*
PAGE - contact, confirm, thanks
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-reservation,
  .page-confirm,
  .page-thanks {
    padding: 50px 0 50px;
    background-color: var(--white);
  }
  .contact-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contact-caution__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    margin: 50px 0 20px;
    text-align: justify;
    word-break: break-all;
  }
  .contact-caution__txt > span {
    color: #DE0F0F;
  }
  .contact-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li + li {
    margin-top: 40px;
  }
  /*fields*/
  .input-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .input-label {
    display: flex;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }
  .input-label > small {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
  }
  .input-label > .mandatory {
    padding-left: 10px;
    font-size: 16px;
    color: #DE0F0F;
    font-weight: 500;
  }
  .input-field {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .time-block {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .time-block__title {
    display: flex;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }
  .time-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
  }
  .time-wrap > .input-row > .input-label {
    width: 100%;
  }
  .time-wrap > .input-row > .input-field {
    width: 100%;
  }
  .time-wrap > .input-row {
    margin-bottom: 20px;
  }
  .input-field input[type="text"] {
    max-width: 503px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
  }
  .input-field input[type="text"]::placeholder,
  .input-field textarea::placeholder {
    color: #888888;
    font-weight: 500;
  }
  .remail-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  /*address*/
  .input-field.address {
    display: flex;
    flex-direction: column;
  }
  .input-field.address > div:nth-child(n+2){
    margin-top: 20px;
  }
  .zip-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .filed-label {
    display: block;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .zip-block input[name="zip-num"] {
    width: 150px;
  }
  .search-address {
    position: absolute;
    top: 4px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 41px;
    font-size: 15px;
    background-color: var(--font-color);
    color: var(--white);
    font-family: var(--noto-sans);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field.address select[name="prefecture"] {
    position: relative;
    width: 315px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
  }
  .input-field select:has(option:checked[value=""]) {
    color: #888888;
    font-weight: 500;
  }
  .checkbox-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 12px;
  }
  .checkbox-wrap .mwform-checkbox-field {
    margin-left: 0 !important;
  }
  .checkbox-wrap > span:not(:first-child) {
    margin-top: 10px;
  }
  /*checkbox*/
  .checkbox-wrap .treatment,
  .checkbox-wrap .worry {
    display: none;
  }
  .checkbox-wrap .treatment + span,
  .checkbox-wrap .worry + span {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--gothic);
    padding-left: 38px;
  }
  .checkbox-wrap .treatment + span::before,
  .checkbox-wrap .worry + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .checkbox-wrap .treatment:checked + span::after,
  .checkbox-wrap .worry:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .input-field textarea {
    max-width: 503px;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--gothic);
  }
  .form-wrap .error {
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
}
@media screen and (min-width:768px) {
  .page-reservation,
  .page-confirm,
  .page-thanks {
    padding: 100px 0 140px;
    background-color: var(--white);
  }
  .contact-body {
    display: block;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-caution__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    margin: 50px 0;
    text-align: justify;
    word-break: break-all;
  }
  .contact-caution__txt > span {
    color: #DE0F0F;
  }
  .contact-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li + li {
    margin-top: 30px;
  }
  /*fields*/
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    width: 317px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 12px 0
  }
  .input-label > small {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
  }
  .input-label > .mandatory {
    padding-left: 10px;
    font-size: 16px;
    color: #DE0F0F;
    font-weight: 500;
  }
  .input-field {
    display: block;
    width: calc(100% - 317px);
  }
  .time-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .time-block__title {
    display: flex;
    width: 105px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 12px 0
  }
  .time-wrap {
    display: block;
    width: calc(100% - 105px);
  }
  .time-wrap > .input-row > .input-label {
    width: 212px;
  }
  .time-wrap > .input-row > .input-field {
    width: calc(100% - 212px);
  }
  .time-wrap > .input-row {
    margin-bottom: 20px;
  }
  .input-field input[type="text"] {
    max-width: 503px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
  }
  .input-field input[type="text"]::placeholder,
  .input-field textarea::placeholder {
    color: #888888;
    font-weight: 500;
  }
  .time-wrap > .input-row > .input-field > input[type="text"] {
    max-width: 300px;
  }
  .remail-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  /*address*/
  .input-field.address {
    display: flex;
    flex-direction: column;
  }
  .input-field.address > div:nth-child(n+2){
    margin-top: 20px;
  }
  .zip-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .filed-label {
    display: block;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .zip-block input[name="zip-num"] {
    width: 150px;
  }
  .search-address {
    position: absolute;
    top: 4px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 41px;
    font-size: 15px;
    background-color: var(--font-color);
    color: var(--white);
    font-family: var(--noto-sans);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field.address select[name="prefecture"] {
    position: relative;
    width: 315px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
  }
  .input-field select:has(option:checked[value=""]) {
    color: #888888;
    font-weight: 500;
  }
  .checkbox-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 12px;
  }
  .checkbox-wrap .mwform-checkbox-field {
    margin-left: 0 !important;
  }
  .checkbox-wrap > span:not(:first-child) {
    margin-top: 10px;
  }
  /*checkbox*/
  .checkbox-wrap .treatment,
  .checkbox-wrap .worry {
    display: none;
  }
  .checkbox-wrap .treatment + span,
  .checkbox-wrap .worry + span {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--gothic);
    padding-left: 38px;
  }
  .checkbox-wrap .treatment + span::before,
  .checkbox-wrap .worry + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .checkbox-wrap .treatment:checked + span::after,
  .checkbox-wrap .worry:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .input-field textarea {
    max-width: 503px;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--gothic);
  }
  .form-wrap .error {
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
}
/*agree*/
@media screen and  (max-width:767px) {
  .agree-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 563px;
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 25px;
    font-size: 0px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
  }
  .agree-wrap + span {
    order: 1;
  }
  .agree__text {
    order: 2;
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .agree__text > a {
    color: #B41C00;
  }
  .agree__text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .agree-wrap .error {
    order: 3;
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
  .agree__confirm-text {
    display: none;
  }
}
@media screen and  (min-width:768px) {
  .agree-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 563px;
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 25px;
    font-size: 0px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
  }
  .agree-wrap + span {
    order: 1;
  }
  .agree__text {
    order: 2;
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .agree__text > a {
    color: #B41C00;
  }
  .agree__text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .agree-wrap .error {
    order: 3;
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
  .agree__confirm-text {
    display: none;
  }
}
/*btn*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  /*confirm*/
  .confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 63px;
    border:1px solid var(--font-color);
    transition: 0.3s ease;
    cursor: pointer;
  }
  .confirm-btn > span {
    display: block;
    width: 100%;
    padding: 0 0 0 calc(105/280 * 100%);
    color: var(--font-color);
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: left calc(30/280 * 100%) center;
    background-size: calc(45/280 * 100%) 1px;
    transition: 0.3s ease;
  }
  .confirm-btn:hover {
    opacity: 0.7;
    border:1px solid var(--font-color);
  }
  .confirm-btn:hover > span {
    background-size: calc(65/280 * 100%) 1px;
  }
  /*back-btn*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 63px;
    border:1px solid var(--font-color);
    background-color: #F7F7F7;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .back-btn > span {
    display: block;
    width: 100%;
    padding: 0 0 0 calc(105/280 * 100%);
    color: var(--font-color);
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: left calc(30/280 * 100%) center;
    background-size: calc(45/280 * 100%) 1px;
    transition: 0.3s ease;
  }
  .back-btn:hover {
    opacity: 0.7;
    border:1px solid var(--font-color);
  }
  .back-btn:hover > span {
    background-size: calc(65/280 * 100%) 1px;
  }
  /*submit-btn*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 63px;
    border:1px solid var(--font-color);
    transition: 0.3s ease;
    cursor: pointer;
  }
  .submit-btn > span {
    display: block;
    width: 100%;
    padding: 0 0 0 calc(105/280 * 100%);
    color: var(--font-color);
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: left calc(30/280 * 100%) center;
    background-size: calc(45/280 * 100%) 1px;
    transition: 0.3s ease;
  }
  .submit-btn:hover {
    opacity: 0.7;
    border:1px solid var(--font-color);
  }
  .submit-btn:hover > span {
    background-size: calc(65/280 * 100%) 1px;
  }
}
/*confirm*/
@media screen and (min-width:0) {
  .confirm .search-address,
  .confirm .agree-wrap {
    display: none;
  }
  .confirm .input-field.address {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .confirm .input-field.address div {
    width: auto;
  }
  .confirm .input-field.address > div:nth-child(n+2) {
    margin-top: 0;
  }
  .confirm .input-field.address .zip-block {
    padding-right: 10px;
  }
  .confirm .filed-label {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .confirm-text {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 40px;
  }
  .confirm .input-field {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
  }
  .confirm .time-wrap .input-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
  }
  .confirm .time-wrap .input-row .input-label {
    width: 100px;
  }
  .confirm .time-wrap .input-row .input-label .mandatory {
    display: none;
  }
  .confirm .time-wrap .input-row .input-field {
    width: calc(100% - 100px);
    margin-top: 0;
    padding: 0;
  }
  .confirm .time-block__title,
  .confirm .input-label,
  .confirm .checkbox-wrap {
    padding: 0 0;
  }

  .confirm .form-btns {
    flex-direction: column;
    align-items: center;
  }
  .confirm .form-btns .btn-form:nth-child(2) {
    margin-top: 30px;
  }
  .confirm .agree__confirm-text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
  }
  .confirm .agree__confirm-text > a {
    color: #B41C00;
  }
  .confirm .agree__confirm-text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .confirm-text {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 40px;
  }
  .confirm .time-block__title,
  .confirm .input-label,
  .confirm .checkbox-wrap {
    padding: 0 0;
  }
  .confirm .input-field {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .confirm .form-btns .btn-form:nth-child(2) {
    margin-left: calc(80/820 * 100%);
  }
  .confirm .agree__confirm-text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
  }
  .confirm .agree__confirm-text > a {
    color: #B41C00;
  }
  .confirm .agree__confirm-text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .thanks-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .thanks-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .thanks-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 100px;
  }
  .thanks-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 74px;
  }
}


@media screen and (max-width:1024px){
.effected main{padding-top:88px;}
}

html{scroll-padding-top:100px;}
