@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/* 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.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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-appearance: none;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F7F5F2;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

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

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #231815;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  width: 100%;
}
.l-header__inner {
  padding: 0 0 0 1.25rem;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 368px;
  background-color: #f7f5f2;
}
.l-header__logo {
  margin-left: 6.25vw;
  max-width: 244px;
  width: 12.7vw;
}
.l-header__menu {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-list {
  position: relative;
  margin-top: 10.3125rem;
  padding-right: 3.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 2.7vw;
  align-items: center;
  max-width: 900px;
  min-height: 100px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 2;
  border-radius: 0 0 0 50px;
  transition: top 0.3s;
}
.l-header__nav-list.fixed {
  top: 0;
  right: 0;
  position: fixed;
  margin: 0;
  padding: 0 3.5rem;
}
.l-header__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(0.625rem, 1vw, 0.8125rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #231815;
  transition: 0.3s;
  white-space: nowrap;
}
.l-header__nav-item-icon {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
}
.l-header__nav-item-icon::after, .l-header__nav-item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #000;
}
.l-header__nav-item-icon.--blue::after, .l-header__nav-item-icon.--blue::before {
  background-color: #f5f5f5;
}
.l-header__nav-item-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-item-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.l-header__nav-item-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.l-header__nav-item.--shop {
  padding-right: 0.75rem;
}
.l-header__nav-item.--shop:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_blue.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
}
.l-header__nav-item.--language {
  padding-right: 0.75rem;
  cursor: pointer;
}
.l-header__nav-item.--language::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_bottom.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
}
.l-header__nav-item.--sns {
  display: none;
}
.l-header__nav-link.--change {
  color: #fff;
}
.l-header__nav-link:hover {
  color: #0065b1;
}
.l-header__nav-link.--home:before {
  content: "";
  display: inline-block;
  width: 130%;
  height: 1px;
  background: #0065b1;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__nav-sub {
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  padding: 0.9375rem 1.5625rem;
  visibility: hidden;
  background-color: #0065b1;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s all;
  z-index: 2;
}
.l-header__nav-sub-list {
  margin: 0 auto;
}
.l-header__nav-sub-item {
  position: relative;
  width: 100%;
}
.l-header__nav-sub-item:not(:first-child) {
  margin-top: 0.625rem;
}
.l-header__nav-sub-item-link {
  font-size: clamp(11px, 1vw, 13px);
  white-space: nowrap;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.l-header__nav-sub-item-link:hover {
  opacity: 0.6;
}

.l-hum {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 999;
  background-color: #f5f5f5;
  border: none;
  background-color: rgba(35, 24, 21, 0.08);
  border-radius: 0 0 0 20px;
}
.l-hum span {
  position: absolute;
  left: 57%;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #231815;
  border-radius: 50%;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 10px);
}
.l-hum span:nth-child(2) {
  top: calc(50% - 0.5px);
}
.l-hum span:nth-child(3) {
  top: calc(50% + 10px);
}
.l-hum.is-active span {
  background-color: #0065b1;
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-24deg);
  width: 38.5px;
  height: 1px;
}
.l-hum.is-active span:nth-child(2) {
  display: none;
}
.l-hum.is-active span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(24deg);
  width: 38.5px;
  height: 1px;
}

@media all and (min-width: 768px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    visibility: inherit;
    opacity: 1;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0;
    margin: 0;
  }
  .l-header__logo {
    width: 152px;
  }
  .l-header__container {
    height: 181px;
    justify-content: center;
  }
  .l-header__menu {
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 999;
    position: fixed;
  }
  .l-header__nav-list {
    margin: 0;
    flex-direction: column;
    top: 0%;
    padding: 87px 65px 0 65px;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-header__nav-list.fixed {
    position: relative;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .l-header__nav-item-icon:before {
    display: none;
  }
  .l-header__nav-item-icon:after {
    display: none;
  }
  .l-header__nav-item.--sns {
    display: block;
    margin-top: 2.125rem;
  }
  .l-header__nav-item-tel {
    margin-right: 1.25rem;
  }
  .l-header__nav-item.--shop:after {
    width: 10px;
    height: 10px;
    right: 0;
    top: 10px;
  }
  .l-header__nav-item.--language:after {
    display: none;
  }
  .l-header__nav-item.--language .l-header__nav-link-content {
    position: relative;
  }
  .l-header__nav-item.--language .l-header__nav-link-content-icon {
    position: absolute;
    top: 7px;
    right: -17px;
    z-index: 2;
    display: block;
    transform: translateY(-50%);
    vertical-align: middle;
    color: #0065b1;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: 0.3s;
  }
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 1rem;
    text-align: left;
  }
  .l-header__nav-link.--language.is-active .l-header__nav-link-content-icon {
    top: 10px;
    transform: translateY(-25%) rotate(-45deg);
  }
  .l-header__nav-sub {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    visibility: inherit;
    background-color: unset;
    opacity: 1;
    transition: none;
    min-height: unset;
  }
  .l-header__nav-sub-list {
    display: flex;
    gap: 13px 0;
    flex-wrap: wrap;
  }
  .l-header__nav-sub-item {
    width: 50%;
  }
  .l-header__nav-sub-item:nth-child(2n) {
    text-align: center;
  }
  .l-header__nav-sub-item:not(:first-child) {
    margin: 0;
  }
  .l-header__nav-sub-item-link {
    font-size: 13px;
    color: #231815;
    transition: 0.3s;
  }
  .l-header__nav-sub-item-link.--change {
    color: #fff;
  }
  .l-header__nav-sub-item-link:hover {
    color: #0065b1;
    opacity: 1;
  }
}
/* footer */
.l-footer {
  background: url(../images/common/bg_footer.png);
  background-position: center;
  background-size: cover;
}
.l-footer__reserve {
  padding: 5.8125rem 0 1.4375rem 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  margin: auto;
}
.l-footer__reserve-text {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
.l-footer__container {
  padding: 4.0625rem 1.25rem 4.125rem 1.25rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
}
.l-footer__container-left .textbox {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-footer__container-left .textbox:not(:first-child) {
  margin-top: 2.0625rem;
}
.l-footer__container-left .textbox .textbox-ttl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f7f5f2;
  font-style: italic;
}
.l-footer__container-left .textbox .textbox-text {
  font-size: 14px;
  font-weight: 400;
  color: #bababa;
  letter-spacing: 0.08em;
  margin-top: 0.5625rem;
  line-height: 1.6;
}
.l-footer__container-left .textbox .textbox-text a {
  font-size: 13px;
  margin-left: 1.3125rem;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
.l-footer__container-left .textbox .textbox-text a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_arrow_gray.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3125rem;
}
.l-footer__container-right {
  margin-top: 2.125rem;
  margin-right: 1.5625rem;
}
.l-footer__container-right .button-insta {
  margin-top: 2.125rem;
}
.l-footer__copyright {
  font-size: 10px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.48em;
  font-weight: 500;
  padding-bottom: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 1024px) {
  .l-footer__container {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__reserve {
    padding: 3.75rem 0 1.4375rem 0;
    margin: 0 1.09375rem;
  }
  .l-footer__reserve-text {
    font-size: 13px;
    margin-top: 0.9375rem;
    line-height: 2.0961;
  }
  .l-footer__container {
    padding: 2rem 1.09375rem 3.5625rem 1.09375rem;
    align-items: normal;
    gap: 64px;
  }
  .l-footer__container-left .textbox:not(:first-child) {
    margin-top: 2.25rem;
  }
  .l-footer__container-left .textbox .textbox-ttl {
    font-size: 13px;
  }
  .l-footer__container-left .textbox .textbox-text {
    font-size: 13px;
    line-height: 1.607;
  }
  .l-footer__container-left .textbox .textbox-text a {
    margin-left: 0.375rem;
  }
  .l-footer__container-left .textbox .textbox-text a:after {
    width: 7px;
    height: 7px;
  }
  .l-footer__container-right {
    margin: 0;
    text-align: center;
  }
  .l-footer__container-right .button-insta {
    margin-top: 1.4375rem;
  }
  .l-footer__copyright {
    font-size: 8px;
    letter-spacing: 0.48em;
  }
}
/* main */
.l-inner {
  width: 1240px;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.l-section-first {
  margin-top: 7.5rem;
}

/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button02 {
  min-width: 31.25rem;
  min-height: 7.5rem;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36em;
  position: relative;
  pointer-events: none;
  padding-left: 0.9375rem;
}
.c-button02.--ver2 {
  border: 1px solid #313131;
  color: #313131;
}
.c-button02.--ver2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_tel_bl.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 17%;
}
.c-button02:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_tel.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 23%;
}

@media only screen and (max-width: 767px) {
  .c-button02 {
    min-width: 18.125rem;
    min-height: 4.375rem;
    font-size: 14px;
    padding-left: 1.875rem;
    pointer-events: visible;
    transition: 0.3s;
  }
  .c-button02:hover {
    opacity: 0.7;
  }
  .c-button02.--ver2:before {
    width: 7px;
    height: 21px;
    left: 18.3%;
  }
  .c-button02:before {
    width: 7px;
    height: 21px;
    left: 18.3%;
  }
}
.c-button03 {
  min-width: 31.25rem;
  min-height: 7.5rem;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.36em;
  position: relative;
  padding-left: 2.75rem;
  transition: 0.3s;
}
.c-button03.--ver2 {
  border: 1px solid #313131;
  color: #313131;
}
.c-button03.--ver2:before {
  display: inline-block;
  width: 25.5px;
  height: 25.5px;
  background: url(../images/common/icon_insta_bl.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 22%;
}
.c-button03:hover {
  opacity: 0.7;
}
.c-button03:before {
  content: "";
  display: inline-block;
  width: 25.5px;
  height: 25.5px;
  background: url(../images/common/icon_insta.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 22%;
}

@media only screen and (max-width: 767px) {
  .c-button03 {
    min-width: 18.125rem;
    min-height: 4.375rem;
    font-size: 14px;
    padding-left: 1.875rem;
  }
  .c-button03.--ver2:before {
    width: 18px;
    height: 18px;
    left: 17%;
  }
  .c-button03:before {
    width: 18px;
    height: 18px;
    left: 17%;
  }
}
.c-button02 {
  min-width: 31.25rem;
  min-height: 7.5rem;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36em;
  position: relative;
  pointer-events: none;
  padding-left: 0.9375rem;
}

.c-button02.--ver2 {
  border: 1px solid #313131;
  color: #313131;
}

.c-button02.--ver2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_tel_bl.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 17%;
}

.c-button02:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_tel.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 23%;
}

@media only screen and (max-width: 767px) {
  .c-button02 {
    min-width: 18.125rem;
    min-height: 4.375rem;
    font-size: 14px;
    padding-left: 1.875rem;
    pointer-events: visible;
    transition: 0.3s;
  }
  .c-button02:hover {
    opacity: 0.7;
  }
  .c-button02.--ver2:before {
    width: 7px;
    height: 21px;
    left: 18.3%;
  }
  .c-button02:before {
    width: 7px;
    height: 21px;
    left: 18.3%;
  }
}
.c-button03 {
  min-width: 31.25rem;
  min-height: 7.5rem;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.36em;
  position: relative;
  padding-left: 2.75rem;
  transition: 0.3s;
}

.c-button03.--ver2 {
  border: 1px solid #313131;
  color: #313131;
}

.c-button03.--ver2:before {
  display: inline-block;
  width: 25.5px;
  height: 25.5px;
  background: url(../images/common/icon_insta_bl.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 22%;
}

.c-button03:hover {
  opacity: 0.7;
}

.c-button03:before {
  content: "";
  display: inline-block;
  width: 25.5px;
  height: 25.5px;
  background: url(../images/common/icon_insta.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 22%;
}

@media only screen and (max-width: 767px) {
  .c-button03 {
    min-width: 18.125rem;
    min-height: 4.375rem;
    font-size: 14px;
    padding-left: 1.875rem;
  }
  .c-button03.--ver2:before {
    width: 18px;
    height: 18px;
    left: 17%;
  }
  .c-button03:before {
    width: 18px;
    height: 18px;
    left: 17%;
  }
}
.c-button {
  min-width: 60rem;
  min-height: 11.25rem;
  background-color: #231815;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-button:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .c-button {
    min-width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-height: 120px;
    font-size: 28px;
  }
}
.c-heading {
  font-size: 40px;
  color: #231815;
  letter-spacing: 0.1em;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 300;
}
.c-heading.--white {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 30px;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  font-size: 2rem;
}

.c-heading-h3 {
  font-size: 26px;
  letter-spacing: 0.08em;
}
.c-heading-h3.--add {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 22px;
  }
  .c-heading-h3.--add {
    font-size: 24px;
  }
}
.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.25em;
  color: #231815;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.375em;
  height: 0.375em;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #231815;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #231815;
  transition: 0.3s;
}
.c-text-link.--white {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-text-link:hover {
  color: #0065b1;
  border-bottom: 1px solid #0065b1;
}

.c-text {
  font-size: 15px;
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}

/* project */
.p-horizontal {
  background: url(../images/common/bg_footer.png);
  background-position: center;
  background-size: cover;
  padding: 6.4375rem 0 6.1875rem 0;
}
.p-horizontal.--about {
  padding: 10.625rem 0 11.75rem 0;
}
.p-horizontal__container {
  display: flex;
  gap: 116px;
  max-width: 1102px;
  margin-left: 13.5%;
  padding: 0 1.25rem;
}
.p-horizontal__container.--about {
  margin: auto;
  max-width: 1240px;
  gap: 119px;
  padding: 0 1.25rem;
}
.p-horizontal__container-textbox {
  flex: 1;
  color: #fff;
  margin-top: 3.5rem;
}
.p-horizontal__container-textbox.--about {
  margin-top: 1rem;
}
.p-horizontal__container-textbox .textbox-job {
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 0.08em;
}
.p-horizontal__container-textbox .textbox-name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.625rem;
}
.p-horizontal__container-textbox .textbox-name .name {
  margin-left: 1rem;
}
.p-horizontal__container-textbox .textbox-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 2.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.285;
}
.p-horizontal__container-textbox .textbox-text.--about {
  margin-top: 3.625rem;
}
.p-horizontal__container-textbox .textbox-text.--english {
  font-family: "Lexend Exa", sans-serif;
}
.p-horizontal__container .c-list-dot__item {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.p-horizontal__container .c-list-dot__item a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  position: relative;
}
.p-horizontal__container .c-list-dot__item a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_arrow_gray.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3125rem;
}
.p-horizontal__container .c-list-dot__item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .p-horizontal__container {
    gap: 50px;
    margin-left: 0%;
  }
  .p-horizontal__container.--about {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-horizontal {
    padding: 4.25rem 2.96875rem 4.125rem 2.96875rem;
  }
  .p-horizontal.--about {
    padding: 4.25rem 0 4.125rem 0;
  }
  .p-horizontal__container {
    flex-direction: column;
    margin: auto;
    align-items: center;
    padding: 0;
    gap: 0px;
  }
  .p-horizontal__container-textbox .textbox-name {
    font-size: 20px;
    margin-top: 5px;
  }
  .p-horizontal__container-textbox .textbox-text {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2.1923;
    margin-top: 1.875rem;
  }
  .p-horizontal__container-textbox .textbox-text.--about {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2.1923;
    margin-top: 1.875rem;
  }
  .p-horizontal__container .c-list-dot__item {
    font-size: 13px;
  }
  .p-horizontal__container .c-list-dot__item a {
    font-size: 13px;
  }
  .p-horizontal__container .c-list-dot__item a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_arrow_gray.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 0.3125rem;
  }
}
.p-horizontal02__container-sp {
  display: none;
}
.p-horizontal02__container {
  display: flex;
  margin: auto;
  max-width: 1240px;
  gap: 123px;
  padding: 0 1.25rem;
  position: relative;
}
.p-horizontal02__container-left-imagebox {
  height: 100vh;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  width: 540px;
}
.p-horizontal02__container-left-imagebox .left-imagebox {
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.8s;
  opacity: 0;
}
.p-horizontal02__container-left-imagebox .left-imagebox.active {
  visibility: visible;
  opacity: 1;
}
.p-horizontal02__container-left-imagebox .left-imagebox:first-child {
  visibility: visible;
  opacity: 1;
}
.p-horizontal02__container-right {
  flex: 1;
}
.p-horizontal02__container-textbox {
  color: #313131;
  margin-top: 2.6875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-horizontal02__container-textbox.--add {
  margin-top: 1.8125rem;
}
.p-horizontal02__container-textbox .textbox-ttl {
  font-size: 14.3px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-style: italic;
}
.p-horizontal02__container-textbox .textbox-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.4375rem;
  line-height: 1.6092;
}
.p-horizontal02__container-textbox .textbox-text-map {
  margin-left: 0.9375rem;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  text-decoration: underline;
}
.p-horizontal02__container-textbox .textbox-text-map:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_blue.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -11px;
  top: 7px;
}
.p-horizontal02__container-textbox .textbox-tyusyaku {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.73307;
  color: #666666;
  margin-top: 0.6875rem;
}
.p-horizontal02__container-textbox .textbox-list {
  margin-top: 0.875rem;
  list-style: inherit;
  margin-left: 1.25rem;
  margin-bottom: 1.125rem;
}
.p-horizontal02__container-textbox .textbox-list-item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.p-horizontal02__container-textbox .textbox-list-item:not(:first-child) {
  margin-top: 0.5625rem;
}

@media screen and (max-width: 1200px) {
  .p-horizontal02__container {
    display: none;
  }
  .p-horizontal02__container-sp {
    display: block;
    position: relative;
    padding-bottom: 100vh;
  }
  .p-horizontal02__container-sp .img {
    height: 100vh;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: -1;
  }
  .p-horizontal02__container-sp .img:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/about/about-menu01.jpg") no-repeat center center/cover;
  }
  .p-horizontal02__container-sp .img.--second {
    position: fixed;
    bottom: 0;
    height: 100vh;
    width: 100%;
    z-index: -2;
  }
  .p-horizontal02__container-sp .img.--second:before {
    background: url("../images/about/about-menu02.jpg") no-repeat center center/cover;
  }
  .p-horizontal02__container-sp .contents {
    background: #fff;
    padding: 10%;
    width: 100%;
  }
  .p-horizontal02__container-textbox:first-of-type {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-horizontal02__container-sp .contents {
    padding: 40px 20px;
  }
  .p-horizontal02__container-textbox .textbox-ttl {
    font-size: 13px;
  }
  .p-horizontal02__container-textbox .textbox-text {
    font-size: 13px;
  }
  .p-horizontal02__container-textbox .textbox-list-item {
    font-size: 13px;
  }
}
.p-horizontal03 {
  background-color: #f7f5f2;
  padding: 8.0625rem 1.25rem 10.5rem 1.25rem;
}
.p-horizontal03.--dinner {
  padding: 10.4375rem 1.25rem 12rem 1.25rem;
  background-color: #23201c;
  color: #fff;
}
.p-horizontal03.--drink {
  padding: 8.375rem 1.25rem 13.0625rem 1.25rem;
}
.p-horizontal03__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 128px;
}
.p-horizontal03__container.--drink {
  padding: 4.75rem 5.625rem 4.375rem 4.375rem;
  gap: 104px;
  border: 1px solid #000000;
}
.p-horizontal03__container-textbox {
  flex: 1;
  margin-top: 3rem;
}
.p-horizontal03__container-textbox.--drink {
  margin-top: 84px;
  text-align: center;
}
.p-horizontal03__container-textbox .textbox-menu {
  font-size: 26px;
  letter-spacing: 0.08em;
}
.p-horizontal03__container-textbox .textbox-price {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 1rem;
}
.p-horizontal03__container-textbox .textbox-time {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 0.375rem;
}
.p-horizontal03__container-textbox .textbox-text01 {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.32357;
  margin-top: 3.6875rem;
}
.p-horizontal03__container-textbox .textbox-text01.--drink {
  text-align: left;
  margin-top: 2.4375rem;
}
.p-horizontal03__container-textbox .textbox-text02 {
  font-size: 13px;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
  margin-top: 3.125rem;
  white-space: nowrap;
  color: #666666;
}
.p-horizontal03__container-textbox .textbox-text02.--dinner {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .p-horizontal03__container {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .p-horizontal03__container.--drink {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-horizontal03 {
    padding: 4.0625rem 1.25rem 5.3125rem 1.25rem;
  }
  .p-horizontal03.--dinner {
    padding: 4.0625rem 1.25rem 5.3125rem 1.25rem;
  }
  .p-horizontal03.--drink {
    padding: 4.0625rem 1.25rem 5.3125rem 1.25rem;
  }
  .p-horizontal03__container {
    gap: 0;
  }
  .p-horizontal03__container.--drink {
    padding: 20px;
  }
  .p-horizontal03__container .textbox-menu {
    font-size: 20px;
  }
  .p-horizontal03__container-textbox.--drink {
    margin-top: 3rem;
  }
  .p-horizontal03__container-textbox .textbox-price {
    font-size: 13px;
  }
  .p-horizontal03__container-textbox .textbox-time {
    font-size: 13px;
  }
  .p-horizontal03__container-textbox .textbox-text01 {
    margin-top: 1.875rem;
    font-size: 13px;
  }
  .p-horizontal03__container-textbox .textbox-text02 {
    white-space: wrap;
    margin-top: 1.5625rem;
    font-size: 13px;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 10px;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}

.p-table__th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__scrolltext {
  position: absolute;
  top: 54.4%;
  right: 1.2%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 2;
  padding-bottom: 110px;
}
.p-mainvisual__scrolltext:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70px;
  background: #fff;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__scrolltext {
    font-size: 9px;
    padding-bottom: 80px;
  }
  .p-mainvisual__scrolltext:after {
    height: 50px;
  }
}
.about .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.about .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/about/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.about .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.courses .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.courses .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/courses/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.courses .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.contact .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.contact .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/contact/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.contact .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.english .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.english .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/language/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.english .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.french .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.french .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/language/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.french .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.korean .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.korean .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/language/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.korean .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.chinese .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.chinese .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/language/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.chinese .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

.taiwanese .p-pagetitle {
  position: relative;
  height: 14.875rem;
}
.taiwanese .p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/language/page_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
.taiwanese .p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  letter-spacing: 0.08em;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .about .p-pagetitle {
    height: 13.75rem;
  }
  .about .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .courses .p-pagetitle {
    height: 13.75rem;
  }
  .courses .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .contact .p-pagetitle {
    height: 13.75rem;
  }
  .contact .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .english .p-pagetitle {
    height: 13.75rem;
  }
  .english .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .french .p-pagetitle {
    height: 13.75rem;
  }
  .french .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .korean .p-pagetitle {
    height: 13.75rem;
  }
  .korean .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .chinese .p-pagetitle {
    height: 13.75rem;
  }
  .chinese .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
  .taiwanese .p-pagetitle {
    height: 13.75rem;
  }
  .taiwanese .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    text-align: center;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-underimage img {
    min-height: 280px;
  }
}
/* pages */
.about .l-header__nav-item.--about:before {
  content: "";
  display: inline-block;
  width: 130%;
  height: 1px;
  background: #0065b1;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-about__information {
  text-align: center;
  padding: 7.8125rem 0 13.4375rem 0;
  background-color: #F7F5F2;
}
.page-about__information-image {
  margin-top: 4.375rem;
}
.page-about__information-ttl {
  margin-top: 3.75rem;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.page-about__information-text {
  font-size: 15px;
  line-height: 2.5686;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 2.1875rem;
}
.page-about__location {
  text-align: center;
  padding: 9.8125rem 0 10.3125rem 0;
  background-color: #F7F5F2;
}
.page-about__location-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1055px;
  padding: 0 1.25rem;
  margin: auto;
  margin-left: 24%;
  margin-top: 6.8125rem;
}
.page-about__location-container-textbox {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 5.3125rem;
}
.page-about__location-container-textbox .container-textbox-ttl {
  color: #313131;
  font-size: 14.3px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.page-about__location-container-textbox .container-textbox-text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6092;
  font-weight: 500;
  margin-top: 0.375rem;
}
.page-about__location-container-textbox .container-textbox-tyusyaku {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.733;
  color: #666666;
  margin-top: 0.5625rem;
}

@media screen and (max-width: 1200px) {
  .page-about__location-container {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-about__information {
    padding: 3.75rem 0 6.25rem 0;
  }
  .page-about__information-ttl {
    font-size: 20px;
  }
  .page-about__information-text {
    font-size: 13px;
  }
  .page-about__location {
    padding: 4.6875rem 0 5rem 0;
  }
  .page-about__location-container {
    margin-top: 3.125rem;
    flex-direction: column;
  }
  .page-about__location-container-textbox {
    margin-bottom: 2.5rem;
  }
  .page-about__location-container-textbox .container-textbox-ttl {
    font-size: 13px;
  }
  .page-about__location-container-textbox .container-textbox-ttl {
    font-size: 13px;
  }
}
.chinese .l-header__nav-sub-item-link.--chinese {
  position: relative;
}
.chinese .l-header__nav-sub-item-link.--chinese:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact .l-header__nav-item.--contact:before {
  content: "";
  display: inline-block;
  width: 130%;
  height: 1px;
  background: #0065b1;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-contact__reserve {
  text-align: center;
  padding: 124px 0 125px 0;
}
.page-contact__reserve-text {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.16866;
  letter-spacing: 0.08em;
  color: #313131;
  margin-top: 47px;
}
.page-contact__reserve-text-link {
  color: #0f20b7;
  font-weight: bold;
  text-decoration: underline;
}
.page-contact__reserve-ctabox {
  margin-top: 46px;
  display: flex;
  margin-left: 50px;
  gap: 85px;
}
.page-contact__index {
  text-align: center;
}
.page-contact__index-container {
  padding: 88px 0 168px 0;
  border-top: 1px solid #313131;
}
.page-contact__index-container-text {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.16866;
  letter-spacing: 0.08em;
  color: #313131;
  margin-top: 45px;
}

@media screen and (max-width: 1200px) {
  .page-contact__reserve-ctabox {
    gap: 23px;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact__reserve {
    padding: 60px 0 60px 0;
  }
  .page-contact__reserve-text {
    font-size: 13px;
    margin-top: 20px;
  }
  .page-contact__index-container {
    padding: 60px 0 85px 0;
  }
  .page-contact__index-container-text {
    font-size: 13px;
    margin-top: 20px;
  }
}
.courses .l-header__nav-item.--courses:before {
  content: "";
  display: inline-block;
  width: 130%;
  height: 1px;
  background: #0065b1;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.english .l-header__nav-sub-item-link.--english {
  position: relative;
}
.english .l-header__nav-sub-item-link.--english:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-language__courses {
  text-align: center;
  padding: 7.375rem 0 0 0;
  background-color: #f7f5f2;
}
.page-language__courses-text {
  font-size: 15px;
  line-height: 2.56866;
  margin-top: 4rem;
  color: #313131;
}
.page-language__courses-container {
  margin-top: 4.0625rem;
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 10.9375rem;
}
.page-language__courses-container .courses-container-menu {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-top: 1.4375rem;
}
.page-language__courses-container .courses-container-price {
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .page-language__courses-container {
    flex-direction: column;
    gap: 40px;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-language__courses {
    padding: 3.75rem 0 0 0;
  }
  .page-language__courses-text {
    font-size: 13px;
    margin-top: 2rem;
  }
  .page-language__courses-container {
    padding-bottom: 5rem;
    border: none;
  }
  .page-language__courses-container .courses-container-menu {
    font-size: 18px;
  }
  .page-language__courses-container .courses-container-price {
    font-size: 13px;
  }
}
.french .l-header__nav-sub-item-link.--french {
  position: relative;
}
.french .l-header__nav-sub-item-link.--french:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index .l-header__nav-item.--home:before {
  content: "";
  display: inline-block;
  width: 130%;
  height: 1px;
  background: #0065b1;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-index__about {
  padding: 9.875rem 0 4.75rem 0;
  text-align: center;
}
.page-index__about-text {
  font-size: 15px;
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 3.5625rem;
  line-height: 2.53;
}
.page-index__about-textlink {
  margin-top: 1.8125rem;
}
.page-index__slide {
  position: relative;
  text-align: center;
}
.page-index__slide-container {
  position: relative;
  max-width: 600px;
}
.page-index__slide-container .swiper-pagination {
  left: 50% !important;
  transform: translate(-50%, -50%) translateX(-280px) rotate(180deg);
  width: 10px !important;
  bottom: -17px !important;
}
.page-index__slide-container .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
.page-index__slide-container .swiper-pagination-bullet-active {
  background: #0065b1 !important;
  border: 1px solid #fff;
}
.page-index__slide-container-text {
  position: absolute;
  top: 50%;
  left: 49.3%;
  transform: translate(-50%, -50%) translateX(-335px) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.page-index__slide-container-switch {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50.5%;
  transform: translate(-50%, -50%) translateX(335px);
  display: flex;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 300;
  gap: 21px;
  z-index: 5;
  cursor: pointer;
}
.page-index__slide-container-switch .underline {
  position: relative;
}
.page-index__slide-container-switch .underline:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  background: #0065b1 no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-index__courses {
  text-align: center;
  padding: 18.75rem 0 14.625rem 0;
}
.page-index__courses-ttl {
  margin-top: 16.9375rem;
}
.page-index__courses-image .swiper-slide {
  height: 680px !important;
  width: auto !important;
}
.page-index__courses-image img {
  width: auto;
  height: 100%;
}
.page-index__courses-image .swiper-wrapper {
  transition-timing-function: linear;
}
.page-index__courses-container {
  margin-top: 3.5625rem;
  display: flex;
  justify-content: center;
}
.page-index__courses .content {
  display: block;
  position: relative;
}
.page-index__courses .content img {
  height: 100%;
  transition: all 0.3s;
  filter: blur(0px);
}
.page-index__courses .content:hover img {
  filter: blur(3px);
}
.page-index__courses .content:hover .content-ttl {
  filter: contrast(140%);
}
.page-index__courses .content-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 360px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent; /* 背景色を透明に */
  color: #fff;
  transition: 0.3s; /* 背景色のトランジション */
  cursor: pointer;
  -webkit-backdrop-filter: brightness(64%) contrast(170%) sepia(42%);
          backdrop-filter: brightness(64%) contrast(170%) sepia(42%);
}
.page-index__courses .content-ttl.--dinner {
  color: #313131;
  -webkit-backdrop-filter: brightness(130%) contrast(130%) sepia(25%);
          backdrop-filter: brightness(130%) contrast(130%) sepia(25%);
}
.page-index__courses .content-text {
  position: absolute;
  bottom: 20px;
  left: 24px;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.page-index__courses .content-text.--reverse {
  right: 34px;
  color: #fff;
  left: auto;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.page-index__courses-text {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.5666;
  margin-top: 4.875rem;
}
.page-index__courses-textlink {
  margin-top: 2.125rem;
}
.page-index__courses-button {
  margin-top: 13.9375rem;
}

@media only screen and (max-width: 767px) {
  .page-index__about {
    padding: 5rem 0.9375rem 3.375rem 0.9375rem;
  }
  .page-index__about-text {
    font-size: 13px;
    text-align: left;
    margin-top: 18px;
    line-height: 2.192;
    font-weight: 400;
  }
  .page-index__slide {
    padding: 0 0 4.25rem 0;
  }
  .page-index__slide-container .swiper-slide img {
    width: 290px;
  }
  .page-index__slide-container .swiper-pagination {
    left: 53% !important;
    transform: translate(-50%, -50%) translateX(-135px) rotate(180deg);
    width: 5px !important;
    bottom: -22px !important;
  }
  .page-index__slide-container .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
  .page-index__slide-container-text {
    left: 59.3%;
    transform: translate(-50%, -50%) translateX(-200px) rotate(180deg);
    font-size: 13px;
  }
  .page-index__slide-container-switch {
    left: 40.5%;
    transform: translate(-50%, -50%) translateX(200px);
    font-size: 13px;
    gap: 14px;
  }
  .page-index__slide-container-switch .underline:before {
    height: 60px;
  }
  .page-index__courses {
    text-align: center;
    padding: 0 0 8.25rem 0;
  }
  .page-index__courses-ttl {
    margin-top: 10.1875rem;
  }
  .page-index__courses-image .swiper-slide {
    height: 261px !important;
    width: auto !important;
  }
  .page-index__courses-image img {
    width: auto;
    height: 100%;
  }
  .page-index__courses-container {
    margin-top: 2.9375rem;
    flex-direction: column;
  }
  .page-index__courses .content-ttl {
    font-size: 20px;
    width: 227px;
    min-height: 55px;
  }
  .page-index__courses .content-text {
    left: 16px;
    font-size: 12px;
    line-height: 1.54166;
  }
  .page-index__courses .content-text.--reverse {
    right: 14px;
    bottom: 18px;
  }
  .page-index__courses-text {
    font-size: 13px;
    padding: 0 0.9375rem 0 0.9375rem;
    text-align: left;
    line-height: 2.1923;
    margin-top: 3.5625rem;
  }
  .page-index__courses-textlink {
    margin-top: 1.4375rem;
  }
  .page-index__courses-button {
    margin-top: 9.1875rem;
  }
}
.korean .l-header__nav-sub-item-link.--korean {
  position: relative;
}
.korean .l-header__nav-sub-item-link.--korean:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.taiwanese .l-header__nav-sub-item-link.--taiwanese {
  position: relative;
}
.taiwanese .l-header__nav-sub-item-link.--taiwanese:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0rem;
  }
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}