@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #C0C0C0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #0A0800;
  position: relative;
}

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media (min-width: 768px) {
  a.anchor {
    padding-top: 95px;
    margin-top: -95px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[target=_blank] {
  position: relative;
}

a[target=_blank]::after {
  margin-left: 0.25em;
  font-family: "Material Icons";
  font-size: 0.75em;
  font-weight: 400;
  font-style: normal;
  content: "\e89e";
  vertical-align: middle;
}

.sp_none.c-cta__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  border: none;
  height: 95px;
  margin-right: 40px;
}

.sp_none.c-cta__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  height: 100%;
  padding-top: 15px;
}

.sp_none.c-cta__box:nth-child(1) .box__emphasis {
  color: #BCAA54;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}

.sp_none.c-cta__box:nth-child(2) {
  color: #0A0800;
}

.sp_none.c-cta__box:nth-child(2) .box__emphasis {
  margin-top: 10px;
  background-color: #BCAA54;
  font-size: 14px;
  padding: 1em 1.2em;
  border-radius: 50px;
}

.pc_none.c-cta__container {
  height: 56px;
  width: 100%;
  border-top: 1px solid #BCAA54;
  position: fixed;
  z-index: 100;
  bottom: -1px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0A0800;
}

.pc_none .c-cta__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.pc_none .c-cta__box:nth-child(1) .box__emphasis {
  color: #BCAA54;
  font-family: "Montserrat", sans-serif;
}

.pc_none .c-cta__box:nth-child(2) {
  background-color: #BCAA54;
  color: #0A0800;
}

.pc_none .c-cta__box:nth-child(2) .box__emphasis {
  font-size: 12px;
  margin-top: 10px;
}

.c-cta__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-cta__box {
    height: 100%;
    padding-top: 15px;
  }
}

.c-cta__box:nth-child(1) .box__emphasis {
  color: #BCAA54;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .c-cta__box:nth-child(1) .box__emphasis {
    margin-top: 15px;
  }
}

.c-cta__box:nth-child(2) {
  background-color: #BCAA54;
  color: #0A0800;
}

@media (min-width: 768px) {
  .c-cta__box:nth-child(2) {
    background-color: unset;
  }
}

.c-cta__box:nth-child(2) .box__emphasis {
  font-size: 12px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-cta__box:nth-child(2) .box__emphasis {
    background-color: #BCAA54;
    font-size: 14px;
    padding: 1em 1.2em;
    border-radius: 50px;
  }
}

.box__text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .box__text {
    color: #C0C0C0;
    font-size: 14px;
  }
}

.box__emphasis {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .box__emphasis {
    font-size: 32px;
  }
}

.section__title {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .section__title {
    font-size: 40px;
  }
}

.section__title::before {
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #BCAA54;
  text-transform: capitalize;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .section__title::before {
    font-size: 24px;
  }
}

.button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .button__area {
    margin-top: 40px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
  width: 90%;
  max-width: 230px;
  background: #0A0800;
  color: #BCAA54;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 1px solid #BCAA54;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .button {
    max-width: 230px;
  }
}

.button__insta {
  max-width: 230px;
}

.button img {
  margin-right: 0.5em;
  -webkit-filter: invert(72%) sepia(14%) saturate(1290%) hue-rotate(12deg) brightness(89%) contrast(96%);
  filter: invert(72%) sepia(14%) saturate(1290%) hue-rotate(12deg) brightness(89%) contrast(96%);
}

.button:hover {
  background-color: #BCAA54;
  opacity: 1;
}

.button:hover img {
  -webkit-filter: none;
  filter: none;
}

.button:hover p {
  color: #0A0800;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0A0800;
  opacity: 1;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .header__inner {
    height: 95px;
  }
}

.header__logo {
  z-index: 100;
  margin-right: auto;
}

.header__logo-link {
  display: block;
}

.header__logo-img {
  max-height: 40px;
}

@media (min-width: 768px) {
  .header__logo-img {
    max-height: 52px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav::before {
  content: "menu";
  position: relative;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  color: #BCAA54;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  width: 50px;
  height: 50px;
  border: 1px solid #BCAA54;
  border-radius: 50px;
  letter-spacing: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header__nav::before {
    width: 60px;
    height: 60px;
  }
}

.header__nav.on::before {
  content: "\e5cd";
  font-family: "Material Icons";
  font-size: 30px;
}

.header__nav-list {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding-top: 75px;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background-image: url(/image/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .header__nav-list {
    padding-top: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

.on .header__nav-list {
  visibility: visible;
  opacity: 1;
}

.header__nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-left: 1em;
  position: relative;
}

@media (min-width: 768px) {
  .header__nav-list a {
    font-size: 24px;
  }
}

.header__nav-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #BCAA54;
  border-bottom: 1px solid #BCAA54;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .header__nav-list a::before {
    right: -38px;
    width: 10px;
    height: 10px;
  }
}

.header__nav-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  width: 30px;
  height: 30px;
  border: 1px solid #BCAA54;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__nav-list li {
  width: 90%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to right, #BCAA54, #BCAA54 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  .header__nav-list li {
    width: 30%;
    height: 95px;
  }

  .header__nav-list li:nth-of-type(2n) {
    margin-left: 20%;
  }
}

.wrapper {
  width: 80%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-full {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  margin-top: 180px;
}

.section_title {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section_title {
    font-size: 8vw;
  }
}

.section_title::before {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  background-color: #333;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
}

.footer {
  padding: 70px 0 50px;
}

@media (min-width: 768px) {
  .footer {
    padding: 150px 0 100px;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #BCAA54;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer__copyright {
    font-size: 16px;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mv {
    padding-top: 40px;
  }
}

.mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .mv__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.mv__img {
  width: 80%;
}

@media (min-width: 768px) {
  .mv__img {
    width: 40%;
  }
}

.mv__box {
  margin-top: -70px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (min-width: 768px) {
  .mv__box {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mv__text {
  width: 100%;
}

.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.mv__list li {
  width: 30%;
}

.textslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 25%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  -webkit-animation: infinity-scroll-left 180s infinite linear 0.5s both;
  animation: infinity-scroll-left 180s infinite linear 0.5s both;
}

@media (min-width: 768px) {
  .textslide {
    top: 50%;
  }
}

.textslide li img {
  max-width: none;
}

.textslide li+li {
  margin-left: 100px;
}

.campaign::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_left.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.campaign--right::after {
  background-image: url(/image/line_right.png);
}

.campaign__body::before,
.campaign__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}

.campaign__body::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(29, 26, 13)), to(rgba(29, 26, 13, 0)));
  background: linear-gradient(0deg, rgb(29, 26, 13), rgba(29, 26, 13, 0));
}

.campaign__body::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 26, 13)), to(rgba(29, 26, 13, 0)));
  background: linear-gradient(180deg, rgb(29, 26, 13), rgba(29, 26, 13, 0));
}

.campaign__inner {
  background-color: #1D1A0D;
  padding-top: 25px;
  padding-bottom: 25px;
}

.campaign__title {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}

@media (max-width: 599px) {
  .campaign__title {
    font-size: 20px;
  }
}

.campaign__title::after,
.campaign__title::before {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #BCAA54;
}

.campaign__title::before {
  margin-right: 1em;
}

.campaign__title::after {
  margin-left: 1em;
}

.campaign__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.campaign__note {
  font-size: 12px;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.campaign__note::before {
  content: "※";
}

.campaign__time {
  color: #BCAA54;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .campaign__time {
    font-size: 16px;
  }
}

.campaign__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .campaign__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
  }
}

.campaign__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .campaign__box {
    white-space: nowrap;
  }
}

.campaign__box-line {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .campaign__box-line {
    margin-top: 0;
    width: 40%;
  }
}

.campaign__box-title {
  font-size: 16px;
  font-weight: 700;
}

.campaign__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 56px;
  color: #BCAA54;
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #BCAA54;
  border-radius: 50px;
  letter-spacing: 0em;
  margin-top: 10px;
}

.campaign__cta-tel {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .campaign__cta-tel {
    border: none;
    font-size: 56px;
    font-size: clamp(3rem, 1rem + 4.1667vw, 3.5rem);
    max-width: unset;
  }
}

.campaign__cta-tel::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-image: url(/image/icon_phone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(72%) sepia(14%) saturate(1290%) hue-rotate(12deg) brightness(89%) contrast(96%);
  filter: invert(72%) sepia(14%) saturate(1290%) hue-rotate(12deg) brightness(89%) contrast(96%);
}

@media (min-width: 768px) {
  .campaign__cta-tel::before {
    width: 0;
    height: 0;
  }
}

.campaign__cta-line {
  font-size: 20px;
}

@media (min-width: 768px) {
  .campaign__cta-line {
    background-color: #BCAA54;
    color: #0A0800;
    font-size: clamp(1rem, 0rem + 2.0833vw, 1.25rem);
  }
}

.message {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(/image/img_message1-sp.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

@media (min-width: 768px) {
  .message {
    background-image: url(/image/img_message1-pc.png);
  }
}

.message::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_right.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.message .wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .message .wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.message .wrapper-full {
  position: relative;
}

@media (min-width: 768px) {
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .message__box {
    width: 50%;
  }
}

.message__text {
  margin-top: 30px;
  line-height: 1.9;
  font-size: 14px;
  text-align: justify;
}

@media (min-width: 768px) {
  .message__text {
    font-size: 18px;
  }
}

.message__text+.message__text {
  margin-top: 45px;
}

.do-it {
  padding-top: 30px;
}

.do-it::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_left.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.do-it .wrapper {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .do-it .wrapper {
    padding-bottom: 100px;
  }
}

.do-it__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media (min-width: 768px) {
  .do-it__inner {
    padding-bottom: 100px;
  }
}

.do-it__text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .do-it__text {
    font-size: 20px;
    margin-top: 30px;
  }
}

.do-it__textlist {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .do-it__textlist {
    margin-top: 80px;
  }
}

.do-it__textlist-item {
  color: #BCAA54;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .do-it__textlist-item {
    font-size: 24px;
  }

  .do-it__textlist-item:nth-child(1) {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .do-it__textlist-item:nth-child(2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .do-it__textlist-item:nth-child(3) {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

.do-it__textlist-item+.do-it__textlist-item {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .do-it__textlist-item+.do-it__textlist-item {
    margin-top: 50px;
  }
}

.do-it__textlist-item::before {
  content: "";
  width: 45px;
  height: 45px;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .do-it__textlist-item::before {
    width: 80px;
    height: 80px;
  }
}

.do-it__textlist-item:nth-child(1)::before {
  background-image: url(/image/icon_1.png);
}

.do-it__textlist-item:nth-child(2)::before {
  background-image: url(/image/icon_2.png);
}

.do-it__textlist-item:nth-child(3)::before {
  background-image: url(/image/icon_3.png);
}

@media (min-width: 768px) {
  .do-it__img {
    max-width: 300px;
    position: absolute;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .do-it__img-right {
    top: 0;
    right: 0;
  }
}

.do-it__img-left {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .do-it__img-left {
    bottom: 0;
    left: 0;
  }
}

.introduction .button__area {
  margin-top: 40px;
}

.introduction__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .introduction__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.introduction__img {
  margin-top: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .introduction__img {
    margin-top: 0;
    width: 34%;
  }
}

.introduction__img-main {
  width: 100%;
}

.introduction__inner {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .introduction__inner {
    margin-top: 0;
    max-width: 450px;
    width: 65%;
  }
}

.introduction__box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(to right, #BCAA54, #BCAA54 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .introduction__box-name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
}

.box-name__name-jp {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #BCAA54;
}

@media (min-width: 768px) {
  .box-name__name-jp {
    font-size: 32px;
    margin-right: 1em;
  }
}

.box-name__name-en {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 10px;
}

.introduction__box-text {
  margin-top: 20px;
}

.introduction__box-text span {
  color: #BCAA54;
}

@media (min-width: 768px) {
  .introduction__box-text {
    margin-top: 30px;
  }
}

.box-text__emphasis {
  font-size: 20px;
  font-weight: 500;
  color: #BCAA54;
}

.box-text__text {
  margin-top: 10px;
  line-height: 1.9;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

@media (min-width: 768px) {
  .box-text__text {
    font-size: 18px;
    padding-right: 1em;
  }
}

.important::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_right.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.important__body::before,
.important__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}

@media (min-width: 768px) {

  .important__body::before,
  .important__body::after {
    height: 150px;
  }
}

.important__body::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(29, 26, 13)), to(rgba(29, 26, 13, 0)));
  background: linear-gradient(0deg, rgb(29, 26, 13), rgba(29, 26, 13, 0));
}

.important__body::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 26, 13)), to(rgba(29, 26, 13, 0)));
  background: linear-gradient(180deg, rgb(29, 26, 13), rgba(29, 26, 13, 0));
}

.important__inner {
  background-color: #1D1A0D;
  padding-top: 25px;
  padding-bottom: 25px;
}

.important__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .important__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10%;
  }
}

.important__box-img {
  width: 90%;
  text-align: center;
}

@media (min-width: 768px) {
  .important__box-img {
    width: 50%;
  }
}

.important__box-text {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .important__box-text {
    width: 50%;
  }
}

.important__box-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  background-image: linear-gradient(to right, #BCAA54, #BCAA54 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
}

.important__box-text p:nth-of-type(1) {
  background-position: left bottom;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.important__box-text p:nth-of-type(2) {
  background-position: left top;
  padding-top: 1em;
  margin-top: 1em;
}

.important__box-textlist {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
}

.important__box-textlist span {
  color: #BCAA54;
}

.program {
  padding-top: 30px;
}

.program::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_left.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.program .section__title {
  text-align: center;
}

.program-inner {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .program-inner {
    margin-top: 70px;
    margin-bottom: 150px;
  }
}

.program__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .program__container:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .program__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10%;
  }
}

@media (min-width: 768px) {
  .program__box-img {
    width: 44%;
  }
}

.program__box-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .program__box-text {
    width: 47%;
  }
}

.program__box-title {
  font-size: 20px;
  font-weight: 700;
  color: #BCAA54;
}

@media (min-width: 768px) {
  .program__box-title {
    font-size: 32px;
  }
}

.program__box-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #BCAA54;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .program__box-subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
}

.program__box-subtitle::before {
  content: "";
  width: 1px;
  height: 40px;
  margin-right: 1em;
  background-color: #BCAA54;
}

.program__box-text p {
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .program__box-text p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.price {
  padding-top: 30px;
}

.price::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_right.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.price .section__title {
  text-align: center;
}

@media (min-width: 768px) {
  .price .wrapper {
    max-width: 750px;
  }
}

.price__campaign-price {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.price__price-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #BCAA54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kit {
  text-align: center;
  display: block;
  font-size: 18px;
}

@media (min-width: 768px) {
  .price__price-box-title {
    font-size: 24px;
  }
}

.price__price-box-title::after,
.price__price-box-title::before {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #BCAA54;
}

.price__price-box-title::before {
  margin-right: 1em;
}

.price__price-box-title::after {
  margin-left: 1em;
}

.price__personal {
  margin-top: 35px;
}

.price__personal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}


.personal-container__box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .personal-container__box-right {
    background-image: linear-gradient(to top, #BCAA54, #BCAA54 1px, transparent 1px, transparent 5px);
    background-size: 1px 5px;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
}

.personal-container__box-title {
  font-size: 16px;
  font-weight: 700;
}

.hiruwari {
  display: block;
  font-size: 14px;
}



@media (min-width: 768px) {
  .personal-container__box-title {
    font-size: 24px;
  }
}

.personal-container__box-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #BCAA54;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 5px;
}

.personal-container__box-times span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .personal-container__box-times span {
    font-size: 32px;
  }
}

.personal-container__box-times p:first-child {
  border-right: 1px solid #BCAA54;
  padding-right: 1em;
  margin-right: 0.7em;
}

.personal-container__box-campaign-price-text {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}

.personal-container__box-campaign-price {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #BCAA54;
  width: 90%;
  max-width: 140px;
  text-align: center;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #BCAA54, #BCAA54 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media (min-width: 768px) {
  .personal-container__box-campaign-price {
    font-size: 16px;
    max-width: 200px;
  }
}

.personal-container__box-campaign-price span {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 0 0.1em;
}

@media (min-width: 768px) {
  .personal-container__box-campaign-price span {
    font-size: 32px;
  }
}

.personal-container__box-normal-price {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}

.personal-container__box-normal-price span {
  font-family: "Montserrat", sans-serif;
  padding: 0 0.2em 0 0.3em;
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
}

.personal-container__box-normal-price .en {
  font-size: 18px;
  padding: 0;
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
}

@media (min-width: 768px) {
  .personal-container__box-normal-price .en {
    font-size: 20px;
  }
}

.price__trial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
  color: #BCAA54;
  font-weight: 700;
  gap: 20px;
}

@media (min-width: 768px) {
  .price__trial-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .trial-container__box {
    max-width: 330px;
    width: 50%;
  }
}

.trial-container__box-right {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .trial-container__box-right {
    margin-top: 0;
  }
}

.price__price-box-inner {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .price__price-box-inner {
    font-size: 32px;
    margin-top: 12px;
  }
}

.price__price-box-inner .en {
  font-size: 14px;
}

@media (min-width: 768px) {
  .price__price-box-inner .en {
    font-size: 16px;
  }
}

.price__price-box-inner span {
  font-size: 12px;
}

@media (min-width: 768px) {
  .price__price-box-inner span {
    font-size: 14px;
  }
}

.price__price-box-inner p:nth-child(2) {
  border-left: 1px solid #BCAA54;
  padding-left: 0.5em;
  margin-left: 0.5em;
}

.price__price-box-note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  color: #C0C0C0;
}

.price__amenity {
  margin-top: 45px;
}

.price__amenity-container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .price__amenity-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 150px;
  }
}

.amenity-container__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .amenity-container__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 190px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.amenity-container__box+.amenity-container__box {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .amenity-container__box+.amenity-container__box {
    margin-top: 0;
  }
}

.amenity-container__box-icon {
  width: 20%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {
  .amenity-container__box-icon {
    width: unset;
  }
}

.amenity-container__box-text {
  width: 75%;
}

@media (min-width: 768px) {
  .amenity-container__box-text {
    width: unset;
    text-align: center;
  }
}

.box-text__title {
  font-size: 16px;
  font-weight: 500;
  color: #BCAA54;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .box-text__title {
    font-size: 20px;
  }
}

.amenity-container__box-text__text {
  font-size: 14px;
  font-weight: 500;
  color: #C0C0C0;
  margin-top: 5px;
  letter-spacing: 0em;
  text-align: justify;
}

.admission::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_left.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.admission__container {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 768px) {
  .admission__container {
    margin-bottom: 150px;
  }
}

.admission__inner::before {
  content: "";
  width: 1px;
  height: 330px;
  display: block;
  background-image: linear-gradient(to top, #BCAA54, #BCAA54 1px, transparent 1px, transparent 5px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left bottom;
  position: absolute;
  top: 10px;
  left: 22px;
  z-index: -1;
}

@media (min-width: 768px) {
  .admission__inner::before {
    height: 480px;
    left: 38px;
  }
}

.admission__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 1fr;
  grid-template-columns: 45px 1fr;
  -ms-grid-rows: 45px -webkit-min-content;
  -ms-grid-rows: 45px min-content;
  grid-template-rows: 45px -webkit-min-content;
  grid-template-rows: 45px min-content;
}

.admission__box>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.admission__box>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.admission__box>*:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.admission__box>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.admission__box+.admission__box {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .admission__box {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    -ms-grid-rows: 80px -webkit-min-content;
    -ms-grid-rows: 80px min-content;
    grid-template-rows: 80px -webkit-min-content;
    grid-template-rows: 80px min-content;
  }

  .admission__box>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .admission__box>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .admission__box>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .admission__box>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.admission__number {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #BCAA54;
  border: 1px solid #BCAA54;
  border-radius: 50px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #0A0800;
}

@media (min-width: 768px) {
  .admission__number {
    font-size: 32px;
  }
}

.admission__text--emphasis {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #BCAA54;
  display: -ms-grid;
  display: grid;
  place-content: center left;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .admission__text--emphasis {
    font-size: 24px;
  }
}

.admission__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .admission__text {
    font-size: 16px;
  }
}

.admission-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 62%;
}

.access .button__area {
  margin-top: 30px;
}

.access .button__area+.button__area {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .access .button__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 90%;
    max-width: 330px;
    background: #0A0800;
    color: #BCAA54;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 50px;
  }
}

@media (min-width: 768px) {
  .access .button__insta {
    max-width: 230px;
  }
}

.access-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

@media (min-width: 950px) {
  .access-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
  }
}

.access__map {
  position: relative;
  padding-bottom: 71.67%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 950px) {
  .access__map {
    width: 47%;
    max-width: 450px;
    padding-bottom: 36.8%;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__text {
  margin-top: 20px;
}

@media (min-width: 950px) {
  .access__text {
    margin-top: 0;
    width: 45%;
  }
}

.access__company {
  font-size: 18px;
  font-weight: 700;
  color: #BCAA54;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .access__company {
    font-size: 24px;
  }
}

.access__company::before {
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #BCAA54;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .access__company::before {
    font-size: 16px;
  }
}

.access__address {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

@media (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

/* before&after */

.beforeafter .section__title {
  text-align: center;
}

.beforeafter_txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 70px;
}

.beforeafter::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10.4%;
  background-image: url(/image/line_right.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.beaf_pic_box {
  display: flex;
  justify-content: space-between;
}

.beaf_pic_box p {
  width: calc(90% / 2);
  margin-bottom: 70px;
}



@media (max-width: 767px) {
  .beaf_pic_box {
    display: block;
  }

  .beaf_pic_box p {
    width: 100%;
    margin-bottom: 30px;
  }

  .beforeafter_txt {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .hiruwari {
    font-size: 12px;
  }

  .price__personal-container {
    display: block;
    margin-top: 30px;
  }


  .personal-container__box {
    width: 100%;
    margin-bottom: 50px;
  }
}