@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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*/
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 80px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
}

/**
 * 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 24px;
  }
}

.header__logo {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 80px;
  }
}
.header__logo img {
  width: 100%;
  color: #FFFFFF;
}
.header__nav {
  display: flex;
  gap: 8px;
  margin: 0 0 auto 0;
}
.header__nav-item {
  display: flex;
  align-items: center;
}
.header__nav-item a {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  display: flex;
}
.header__nav-item a:hover {
  text-decoration: underline;
}
.header__nav-item:first-child::after {
  content: "/";
  color: #FFFFFF;
  padding: 0 0 0 8px;
}

footer {
  padding: 60px 20px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px 140px 20px;
  }
}

.footer__logo {
  margin: auto auto 30px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 80px;
  }
}
.footer__logo img {
  width: 100%;
  color: #FFFFFF;
}
.footer__copyright {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.mian {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.mian__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .mian__inner {
    width: 90%;
  }
}
.mian__title {
  color: #FFFFFF;
  text-align: center;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mian__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.mian__text {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .mian__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv__video {
    display: none;
  }
}

.mv__video--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__video--sp {
    display: block;
  }
}

.concept {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.concept__container {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .concept__container {
    flex-direction: column;
  }
}
.concept__container:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .concept__container:nth-child(2) {
    flex-direction: column;
  }
}
.concept__image {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__image {
    width: 100%;
  }
}
.concept__image img.img1 {
  width: 70%;
  margin: auto;
}
.concept__image img.img2 {
  width: 100%;
  margin: auto;
}
.concept__image-bottom {
  margin: -80px 0 auto 0;
}
@media screen and (max-width: 768px) {
  .concept__image-bottom {
    margin: auto 0 auto 0;
  }
}
.concept__inner {
  width: 25%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .concept__inner {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .concept__inner {
    width: 80%;
  }
}
.concept__inner--right {
  margin: auto auto auto 5%;
}
@media screen and (max-width: 768px) {
  .concept__inner--right {
    margin: auto;
    padding: 40px 0;
  }
}
.concept__inner--left {
  margin: auto 10% auto auto;
}
@media screen and (max-width: 1000px) {
  .concept__inner--left {
    margin: auto 5% auto auto;
  }
}
@media screen and (max-width: 768px) {
  .concept__inner--left {
    margin: auto;
    padding: 40px 0;
  }
}
.concept__title {
  font-size: 3rem;
  line-height: 1.5;
  margin: auto auto 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__title {
    font-size: 2rem;
  }
}
.concept__text {
  margin: auto auto;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.concept__text + .concept__text {
  margin-top: 12px;
}

.korin {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .korin {
    flex-direction: column;
    padding: 60px 0;
  }
}
.korin__image {
  width: 50%;
  height: 80svh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .korin__image {
    width: 100%;
    height: auto;
  }
}
.korin__inner {
  width: 30%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .korin__inner {
    width: 80%;
    margin: 40px auto;
  }
}
.korin__title {
  color: #7B7652;
  font-size: 3rem;
  line-height: 1.5;
  margin: auto auto 28px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .korin__title {
    font-size: 2rem;
    margin: auto auto 16px 0;
  }
}
.korin__text {
  margin: auto auto auto 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .korin__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.korin__text + .korin__text {
  margin-top: 12px;
}
.korin__btn {
  background-color: #152D50;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 16px 0;
}
@media screen and (max-width: 768px) {
  .korin__btn {
    width: 100%;
  }
}
.korin__btn a {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .korin__btn a {
    width: 100%;
  }
}
.korin__btn a span {
  font-size: 20px;
  margin: auto auto auto 8px;
}
@media screen and (max-width: 768px) {
  .korin__btn a span {
    margin: auto 0 auto 8px;
  }
}
.korin__note {
  font-size: 1.4rem;
  color: #9D9D9D;
  font-family: "Inter", sans-serif;
}

.swiper-slide img {
  width: 100%;
}

.experience {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .experience {
    padding: 0 0 60px 0;
  }
}
.experience__inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .experience__inner {
    width: 80%;
  }
}
.experience__title {
  color: #7B7652;
  font-size: 3rem;
  line-height: 1.5;
  margin: auto auto 40px auto;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .experience__title {
    font-size: 2rem;
    margin: auto auto 28px auto;
  }
}
.experience__text {
  margin: auto auto auto 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .experience__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.experience__flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 44px;
  margin: 60px auto auto;
}
@media screen and (max-width: 768px) {
  .experience__flow {
    gap: 28px;
    margin: 40px auto auto;
  }
}
.experience__flow__item {
  width: calc(33.3333333333% - 30px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .experience__flow__item {
    width: 100%;
  }
}
.experience__flow__item img {
  width: 100%;
}
.experience__flow__item-title {
  color: #7B7652;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px auto 8px auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .experience__flow__item-title {
    font-size: 1.8rem;
    margin: 20px auto 8px auto;
  }
}
.experience__flow__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
.review {
  background-color: rgb(247, 246, 239);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 40px 0;
  }
}
.review__inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.review__title {
  color: #7B7652;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  margin: auto auto 80px auto;
}
@media screen and (max-width: 768px) {
  .review__title {
    font-size: 2rem;
    margin: auto auto 28px auto;
  }
}
.review__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  overflow: hidden;
  transition: height 1s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .review__list {
    gap: 8px;
  }
}
.review__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(247, 246, 239, 0), rgb(247, 246, 239));
  pointer-events: none;
}
.review__list.is-open {
  max-height: none;
}
.review__list.is-open::after {
  display: none;
}
.review__item {
  width: calc(50% - 14px);
  background-color: #FFFFFF;
  display: flex;
  padding: 20px;
  gap: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .review__item {
    width: 100%;
  }
}
.review__item-user {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .review__item-user {
    width: 70px;
  }
}
.review__item-user img {
  width: 100%;
  border-radius: 999px;
}
.review__item-text {
  width: calc(100% - 90px - 20px);
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .review__item-text {
    width: calc(100% - 70px - 20px);
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.review__btn {
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Inter", sans-serif;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 44px auto auto;
}
@media screen and (max-width: 768px) {
  .review__btn {
    width: 100%;
    text-align: center;
    margin: 0px auto auto;
  }
}
.review__btn a {
  display: block;
  padding: 20px;
  color: #7B7652;
}

.plan {
  background-color: #261C1B;
}
.plan__head {
  display: flex;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .plan__head {
    flex-direction: column;
  }
}
.plan__head-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .plan__head-image {
    display: none;
  }
}
.plan__head-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__head-title {
  width: 50%;
  color: #FFFFFF;
  font-size: 2.6rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .plan__head-title {
    width: 100%;
    font-size: 2rem;
  }
}
.plan__head-title span {
  display: block;
  font-size: 2rem;
  margin: auto auto 12px auto;
}
@media screen and (max-width: 768px) {
  .plan__head-title span {
    font-size: 1.6rem;
  }
}
.plan__head--bracelet {
  background-color: #005B2D;
}
.plan__head--beads {
  background-color: #89000D;
}
.plan__inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  background-color: #261C1B;
  overflow: hidden;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .plan__inner {
    width: 85%;
    padding: 40px 0;
  }
}
.plan__inner + .plan__inner {
  margin-top: 80px;
}
.plan__item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .plan__item {
    flex-direction: column;
    gap: 20px;
  }
}
.plan__item + .plan__item {
  border-top: solid 1px #505050;
  padding: 40px 0 0 0;
  margin: 40px auto auto auto;
}
.plan__item-image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .plan__item-image {
    width: 100%;
  }
}
.plan__item-image img {
  width: 100%;
}
.plan__item-inner {
  width: calc(65% - 220px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .plan__item-inner {
    width: 100%;
  }
}
.plan__item-lead {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .plan__item-lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.plan__item-name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .plan__item-name {
    font-size: 1.8rem;
    margin: 8px 0 auto;
  }
}
.plan__item-note {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .plan__item-note {
    font-size: 1.4rem;
  }
}
.plan__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .plan__item-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.plan__item-info {
  margin: 16px auto auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .plan__item-info {
    font-size: 1.4rem;
  }
}
.plan__item-info dt {
  width: 30%;
  padding: 4px 0;
  font-family: "Inter", sans-serif;
}
.plan__item-info dd {
  width: 70%;
  padding: 4px 0;
  font-family: "Inter", sans-serif;
}
.plan__option {
  border: solid 1px #505050;
  padding: 40px;
  margin: 40px auto auto auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .plan__option {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.plan__option-title {
  width: 160px;
  aspect-ratio: 1/1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.plan__option-title--bracelet {
  background-color: #777777;
}
.plan__option-title--beads {
  background-color: #777777;
}
@media screen and (max-width: 768px) {
  .plan__option-title {
    width: 100%;
    aspect-ratio: auto;
    padding: 16px;
    font-size: 1.4rem;
  }
}
.plan__option-inner {
  width: calc(100% - 160px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .plan__option-inner {
    width: 100%;
  }
}
.plan__option-name {
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .plan__option-name {
    font-size: 1.6rem;
  }
}
.plan__option-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .plan__option-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.plan__option-info {
  margin: 16px auto auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .plan__option-info {
    font-size: 1.4rem;
  }
}
.plan__option-info dt {
  width: 140px;
  padding: 4px 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .plan__option-info dt {
    width: 30%;
  }
}
.plan__option-info dd {
  width: calc(100% - 140px);
  padding: 4px 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .plan__option-info dd {
    width: 70%;
  }
}
.plan__btn {
  background-color: #FFFFFF;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
  font-family: "Inter", sans-serif;
  border: solid 1px #6d6d6d;
}
@media screen and (max-width: 768px) {
  .plan__btn {
    width: 100%;
  }
}
.plan__btn--bracelet {
  background-color: #005B2D;
}
.plan__btn--beads {
  background-color: #89000D;
}
.plan__btn a {
  display: flex;
  align-items: center;
  padding: 20px 28px;
  justify-content: center;
  color: #FFFFFF;
}
.plan__btn a span {
  font-size: 20px;
  margin: auto auto auto 8px;
}
@media screen and (max-width: 768px) {
  .plan__btn a span {
    margin: auto 0 auto 8px;
  }
}

.location {
  background-color: #152D50;
}
.location__inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .location__inner {
    width: 85%;
    padding: 40px 0;
  }
}
.location__inner + .location__inner {
  padding: 0 0 0 0;
}
.location__title {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 768px) {
  .location__title {
    font-size: 2rem;
    margin: auto auto 28px;
  }
}
.location table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  border-bottom: solid 1px #4d6891;
}
@media screen and (max-width: 768px) {
  .location table {
    font-size: 1.4rem;
  }
}
.location table tr {
  border-top: solid 1px #4d6891;
}
@media screen and (max-width: 768px) {
  .location table tr {
    display: flex;
    flex-direction: column;
  }
}
.location table th {
  padding: 16px 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .location table th {
    padding: 16px 0 8px;
    width: 100%;
  }
}
.location table td {
  padding: 16px 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .location table td {
    padding: 0px 0 16px;
    width: 100%;
  }
}
.location__map {
  margin: 40px auto auto;
}
.location__map iframe {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 768px) {
  .location__map iframe {
    height: 400px;
  }
}

.details {
  background-color: #152D50;
}
.details__inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .details__inner {
    width: 85%;
    padding: 40px 0;
  }
}
.details__inner + .details__inner {
  padding: 0 0 0 0;
}
.details__title {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 768px) {
  .details__title {
    font-size: 2rem;
    margin: auto auto 28px;
  }
}
.details table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  border-bottom: solid 1px #4d6891;
}
@media screen and (max-width: 768px) {
  .details table {
    font-size: 1.4rem;
  }
}
.details table tr {
  border-top: solid 1px #4d6891;
}
@media screen and (max-width: 768px) {
  .details table tr {
    display: flex;
    flex-direction: column;
  }
}
.details table th {
  padding: 16px 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .details table th {
    padding: 16px 0 8px;
    width: 100%;
  }
}
.details table td {
  padding: 16px 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .details table td {
    padding: 0px 0 16px;
    width: 100%;
  }
}

.banner a {
  position: relative;
  display: flex;
  align-items: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #FFFFFF;
  z-index: 998;
  width: 360px;
  background-color: #152D50;
  color: #FFFFFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .banner a {
    width: 100%;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.4);
  }
}
.banner__image {
  width: 30%;
}
.banner__image img {
  width: 100%;
}
.banner__inner {
  width: 70%;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .banner__inner {
    width: 80%;
  }
}
.banner__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.banner__text {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 4px 0 0;
}
@media screen and (max-width: 768px) {
  .banner__text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.banner__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 999px;
  border: solid 1px #152D50;
}
@media screen and (max-width: 768px) {
  .banner__close {
    width: 40px;
    height: 40px;
    top: -14px;
    right: 14px;
  }
}
.banner__close span {
  font-size: 16px;
  color: #000;
}
/*# sourceMappingURL=style.css.map */