@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #171717;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .m-wrapper {
    max-width: 89.2%;
  }
}

.m-wrapper__wide {
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .m-wrapper__wide {
    max-width: 89.2%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.reverse {
  flex-direction: row-reverse;
}

.m-title {
  margin-inline: auto;
  font-size: 27px;
  font-size: 1.6875rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
@media screen and (max-width: 768px) {
  .m-title {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  .m-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .m-title {
    font-size: 1rem;
  }
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

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

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html {
  background-color: #000;
  font-family: "Shippori Mincho", serif;
}

a {
  display: block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}

.m-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1066/202;
  width: 53.3%;
  min-width: 370px;
  margin-inline: auto;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .m-btn {
    width: 83.3% !important;
    min-width: unset;
  }
}
.m-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/btn02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.m-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 95%;
  background-image: url(../img/btn01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.m-btn__text {
  position: relative;
  z-index: 4;
  color: #000;
  font-weight: 500;
}
.m-btn__shine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 90%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
  -webkit-clip-path: polygon(20px 0%, 10px 0%, 5px 5px, 0% 10px, 0% 20px, 0% calc(100% - 20px), 0% calc(100% - 10px), 5px calc(100% - 5px), 10px 100%, 20px 100%, calc(100% - 20px) 100%, calc(100% - 10px) 100%, calc(100% - 5px) calc(100% - 5px), 100% calc(100% - 10px), 100% calc(100% - 20px), 100% 20px, 100% 10px, calc(100% - 5px) 5px, calc(100% - 10px) 0%, calc(100% - 20px) 0%);
          clip-path: polygon(20px 0%, 10px 0%, 5px 5px, 0% 10px, 0% 20px, 0% calc(100% - 20px), 0% calc(100% - 10px), 5px calc(100% - 5px), 10px 100%, 20px 100%, calc(100% - 20px) 100%, calc(100% - 10px) 100%, calc(100% - 5px) calc(100% - 5px), 100% calc(100% - 10px), 100% calc(100% - 20px), 100% 20px, 100% 10px, calc(100% - 5px) 5px, calc(100% - 10px) 0%, calc(100% - 20px) 0%);
}
.m-btn__shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, transparent 20%, rgba(255, 255, 255, 0.4) 50%, transparent 80%, transparent 100%);
  transition: left 0.5s ease;
}
.m-btn:hover .m-btn__shine::before {
  left: 100%;
}

.section {
  padding-block: 10.4vw;
}
@media screen and (max-width: 768px) {
  .section {
    padding-block: 80px;
  }
}

.subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .subttl {
    font-size: 1.5rem;
  }
}
.subttl::before, .subttl::after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .subttl {
    gap: 0.8em;
  }
  .subttl::before, .subttl::after {
    width: 2em;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.fadeIn.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

/*******************************
Style
*******************************/
.l-main .fv {
  position: relative;
  display: flex;
  overflow: hidden;
}
.l-main .fv__left, .l-main .fv__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-main .fv {
    flex-direction: column;
  }
  .l-main .fv__left, .l-main .fv__right {
    width: 100%;
  }
  .l-main .fv__right {
    aspect-ratio: 750/600;
    height: 100%;
  }
}
.l-main .fv__logo {
  position: fixed;
  z-index: 10;
  top: 35px;
  left: 35px;
  width: 7.8vw;
  min-width: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-main .fv__logo {
    top: 15px;
    left: 15px;
    width: 16vw;
    min-width: 60px;
  }
}
.l-main .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-main .swiper-container .swiper-slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.l-main .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.l-main .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  left: 80px !important;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-main .swiper-pagination {
    bottom: 10px !important;
    left: 15px !important;
  }
}
.l-main .swiper-pagination-bullet {
  position: relative;
  width: 70px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-main .swiper-pagination-bullet {
    width: 40px;
    margin-inline: 3px !important;
  }
}
.l-main .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ae1d08;
}
.l-main .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: paginationActive 5s linear forwards;
}
.l-main .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  animation: none;
  width: 0;
}
@keyframes paginationActive {
  100% {
    width: 100%;
  }
}
.l-main .lead {
  background: url(../img/lead_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .l-main .lead {
    background-image: url(../img/lead_bg_sp.jpg);
  }
}
.l-main .lead__img {
  display: block;
  width: 80.8%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-main .lead__img {
    width: 100%;
  }
}
.l-main .lead .m-btn {
  width: 27.76vw;
  margin-top: 2.4vw;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-main .lead .m-btn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .lead .m-btn {
    margin-top: 65px;
  }
}
.l-main .about {
  position: relative;
  background: url(../img/about_bg.webp) no-repeat center top/cover;
  padding-bottom: 40px;
  color: #fff;
}
.l-main .about::before, .l-main .about::after {
  content: "";
  position: absolute;
  display: block;
}
.l-main .about::before {
  top: 0;
  right: 0;
  background: url(../img/about_bg_top.webp) no-repeat center center/cover;
  width: 42.9%;
  height: auto;
  aspect-ratio: 1719/1503;
}
.l-main .about::after {
  bottom: 0;
  left: 0;
  background: url(../img/about_bg_bottom.webp) no-repeat center center/cover;
  width: 27.3%;
  height: auto;
  aspect-ratio: 1154/1328;
}
@media screen and (max-width: 768px) {
  .l-main .about {
    padding-bottom: 30px;
  }
  .l-main .about::after {
    width: 45%;
  }
}
.l-main .about .m-title {
  width: 330px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .l-main .about .m-title {
    width: 54%;
  }
}
.l-main .about__head {
  margin-left: max((100% - 1280px) / 2, 10px);
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .l-main .about__head {
    margin-inline: 5.4%;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__head {
    margin-inline: 5%;
  }
}
.l-main .about__head__content {
  display: flex;
  justify-content: flex-start;
  gap: 7%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.l-main .about__head__img {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__img {
    width: 100%;
  }
}
.l-main .about__head__img::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -40px;
  display: block;
  width: 155px;
  height: 155px;
  background: url(../img/about_img01_head.png) no-repeat center center/cover;
}
@media screen and (max-width: 1390px) {
  .l-main .about__head__img::after {
    left: -10px;
    width: 115px;
    height: 115px;
  }
}
.l-main .about__head__txt ul li {
  position: relative;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 25px 0.5em;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__txt ul li {
    font-size: 1.5rem;
  }
}
.l-main .about__head__txt ul li:not(:last-child) {
  margin-bottom: 0.8em;
}
.l-main .about__head__txt ul li:last-child {
  margin-bottom: 1.5em;
}
.l-main .about__head__txt ul li::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  display: block;
  background: url(../img/about_check.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
}
.l-main .about__head__txt ul li span {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__txt ul li span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__head__txt ul li {
    padding-left: 15px;
    font-size: 16px;
  }
  .l-main .about__head__txt ul li::after {
    width: 24px;
    height: 24px;
    top: -12px;
    left: -12px;
  }
  .l-main .about__head__txt ul li span {
    font-size: 14px;
  }
}
.l-main .about__head__txt p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__txt p {
    font-size: 1rem;
  }
}
.l-main .about__head__point {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__point {
    margin-bottom: 80px;
  }
}
.l-main .about__head__point ul {
  display: flex;
  gap: 5.1%;
  width: 61.25%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-main .about__head__point ul {
    width: 100%;
    gap: 3%;
  }
}
.l-main .about__body {
  position: relative;
  z-index: 2;
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .l-main .about__body {
    margin-bottom: 40px;
  }
}
.l-main .about__body__top {
  display: grid;
  grid-template-columns: 42.6% 1fr;
  gap: 7.4%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-main .about__body__top {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.l-main .about__body__top__left__ttl {
  margin-bottom: 20px;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__body__top__left__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body__top__left__ttl {
    font-size: 20px;
  }
}
.l-main .about__body__top__left p {
  margin-bottom: 3em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__body__top__left p {
    font-size: 1rem;
  }
}
.l-main .about__body__top__left ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .about__body__top__left {
    display: contents;
  }
  .l-main .about__body__top__left__ttl {
    order: 2;
    margin-bottom: 0;
  }
  .l-main .about__body__top__left p {
    order: 3;
    margin-bottom: 30px;
  }
  .l-main .about__body__top__left ul {
    order: 4;
    gap: 20px;
  }
}
.l-main .about__body__top__right {
  position: relative;
}
.l-main .about__body__top__right::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -40px;
  display: block;
  width: 155px;
  height: 155px;
  background: url(../img/about_img02_head.png) no-repeat center center/cover;
}
@media screen and (max-width: 1390px) {
  .l-main .about__body__top__right::after {
    left: -10px;
    width: 115px;
    height: 115px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body__top__right {
    order: 1;
    margin-bottom: 20px;
  }
}
.l-main .about__body__bottom ul {
  display: flex;
  gap: 4%;
}
.l-main .about__footer {
  position: relative;
  z-index: 2;
}
.l-main .about__footer__slider {
  width: 100%;
  overflow: hidden;
}
.l-main .about__footer__slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.l-main .about__footer__slider .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.l-main .about__footer__slider .swiper-slide img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main .mimasaka {
  background: url(../img/mimasaka_bg.webp) no-repeat center center/cover;
  aspect-ratio: 3840/2322;
}
@media screen and (max-width: 768px) {
  .l-main .mimasaka {
    background-image: url(../img/mimasaka_bg_sp.webp);
    aspect-ratio: 750/2604;
  }
}
.l-main .mimasaka__inner {
  padding: 7.24vw 4.94vw 0 5.6vw;
}
@media screen and (max-width: 768px) {
  .l-main .mimasaka__inner {
    width: 89.2%;
    margin-inline: auto;
    padding: 0;
  }
}
.l-main .mimasaka__inner__content {
  display: grid;
  grid-template-columns: 16.4% 1fr 15.65%;
}
.l-main .mimasaka__inner__content__img01 {
  order: 3;
}
.l-main .mimasaka__inner__content__main {
  order: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 3.7%;
}
.l-main .mimasaka__inner__content__main__ttl {
  width: 8.026%;
}
.l-main .mimasaka__inner__content__main__txt {
  width: 34.635%;
}
.l-main .mimasaka__inner__content__main__map {
  width: 38.026%;
  margin-top: 2.8vw;
}
.l-main .mimasaka__inner__content__img02 {
  order: 1;
}
.l-main .mimasaka__inner__content__main, .l-main .mimasaka__inner__content__txt, .l-main .mimasaka__inner__content__img02 {
  margin-top: 4.7vw;
}
@media screen and (max-width: 768px) {
  .l-main .mimasaka__inner__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.6vw 4.8vw;
  }
  .l-main .mimasaka__inner__content__img01 {
    grid-row: 2;
    grid-column: 2;
    margin-right: 5vw;
  }
  .l-main .mimasaka__inner__content__main {
    order: 1;
    grid-row: 1;
    grid-column: 1/3;
    flex-direction: column;
    align-items: center;
    gap: 6.6vw;
    margin-top: 21vw;
  }
  .l-main .mimasaka__inner__content__main__ttl {
    width: 17%;
  }
  .l-main .mimasaka__inner__content__main__txt {
    width: 82.5%;
  }
  .l-main .mimasaka__inner__content__main__map {
    width: 100%;
  }
  .l-main .mimasaka__inner__content__img02 {
    grid-row: 2;
    grid-column: 1;
    margin-left: 4vw;
    padding-top: 24vw;
  }
  .l-main .mimasaka__inner__content__txt, .l-main .mimasaka__inner__content__img02, .l-main .mimasaka__inner__content__map {
    margin-top: 0;
  }
}
.l-main .musashi {
  background: url(../img/musashi_bg.webp) no-repeat center top/cover;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .l-main .musashi {
    background-image: url(../img/musashi_bg_sp.webp);
  }
}
.l-main .musashi__head {
  background: url(../img/musashi_head_bg.webp) no-repeat center 20%/67%;
  padding-bottom: 75px;
}
.l-main .musashi__head__content {
  display: grid;
  grid-template-columns: 29.1% 36.25% 4%;
  gap: 4.8%;
  justify-content: center;
}
.l-main .musashi__head__content__ttl {
  order: 3;
  padding-top: 202px;
}
.l-main .musashi__head__content__txt {
  order: 2;
  padding-top: 202px;
}
.l-main .musashi__head__content__illust {
  order: 1;
  padding-top: 113px;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__head {
    background-size: 100%;
    background-position-y: 46%;
    padding-top: 13.735vw;
    padding-bottom: 16.365vw;
  }
  .l-main .musashi__head__content {
    grid-template-columns: 1fr 35%;
    grid-template-rows: auto 1fr;
    gap: 7.6vw 3px;
    align-items: center;
  }
  .l-main .musashi__head__content__ttl {
    grid-column: 2;
    grid-row: 1;
    width: 21%;
    padding-top: 0;
  }
  .l-main .musashi__head__content__txt {
    grid-column: 1/3;
    grid-row: 2;
    width: 82.5%;
    margin-inline: auto;
    padding-top: 0;
  }
  .l-main .musashi__head__content__illust {
    grid-column: 1;
    grid-row: 1;
    width: 51.8%;
    margin-left: auto;
    padding-top: 0;
  }
}
.l-main .musashi__body {
  border: 2px solid #c69508;
  padding: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body {
    border-width: 1px;
    padding: 5px;
  }
}
.l-main .musashi__body__inner {
  border: 1px solid #c69508;
  padding: 88px 8%;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__inner {
    border-width: 1px;
    padding: 14.83vw 3.2vw;
  }
}
.l-main .musashi__body__ttl {
  margin-bottom: 1em;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__ttl {
    font-size: 20px;
  }
}
.l-main .musashi__body__txt {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__txt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__txt {
    font-size: 14px;
  }
}
.l-main .musashi__body__kitou {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-block: 2em;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__kitou {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__kitou {
    font-size: 15px;
  }
}
.l-main .musashi__body__list__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__list__img {
    width: 90%;
    margin-inline: auto;
  }
}
.l-main .musashi__body__omamori_txt {
  width: 35%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__omamori_txt {
    width: 80%;
  }
}
.l-main .musashi__body__list__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 0.5em;
  width: 80%;
  margin-inline: auto;
  margin-block: 1.5em 2.5em;
}
.l-main .musashi__body__list__txt li {
  display: inline-block;
  padding-inline: 0.7em;
  border-radius: 16px;
  background-color: #fff8e5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-main .musashi__body__list__txt {
    width: 100%;
    margin-block: 1.5em 1.9em;
  }
  .l-main .musashi__body__list__txt li {
    font-size: 11px;
  }
}
.l-main .commit {
  background: url(../img/commit_bg.webp) no-repeat center center/cover;
  border-top: 5px solid #c49f1d;
  border-bottom: 5px solid #c49f1d;
}
.l-main .commit .m-title {
  width: 420px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-main .commit .m-title {
    width: 80%;
    margin-bottom: 35px;
  }
}
.l-main .commit__subttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-main .commit__subttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .commit__subttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.l-main .commit .js-scrollable {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-main .commit .js-scrollable {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .commit .js-scrollable > div {
    width: 170vw;
  }
}
.l-main .commit__subttl__img {
  width: 62.5%;
  min-width: 600px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-main .commit__subttl__img {
    width: 100%;
    min-width: unset;
  }
}
.l-main .commit__subttl__img__txt {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-main .commit__subttl__img__txt {
    font-size: 1.2rem;
  }
}
.l-main .commit__subttl__img__list {
  display: flex;
  gap: 4%;
  width: 56%;
  margin-inline: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-main .commit__subttl__img__list {
    width: 80%;
    margin-bottom: 35px;
  }
}
.l-main .commit .m-btn__purple {
  background: url(../img/btn_purple.png) no-repeat center center/cover;
  transition: 0.2s;
  width: 37%;
  margin-top: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main .commit .m-btn__purple {
    margin-top: 25px;
  }
}
.l-main .commit .m-btn__purple::before, .l-main .commit .m-btn__purple::after {
  display: none;
}
.l-main .commit .m-btn__purple:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.l-main .commit .m-btn__purple:hover img {
  opacity: 0.8;
  transition: 0.2s;
}
.l-main .commit__area {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-block: 130px 110px;
}
@media screen and (max-width: 768px) {
  .l-main .commit__area {
    flex-direction: column;
    gap: 70px;
    margin-block: 60px;
  }
}
.l-main .commit__area h3 {
  margin-bottom: 50px;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-main .commit__area h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .commit__area h3 {
    margin-bottom: 25px;
  }
}
.l-main .commit__area p {
  line-height: 2.4;
  font-weight: 400;
}
.l-main .commit__area__img {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .l-main .commit__area__img {
    width: 100%;
  }
}
.l-main .commit__area__img::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 40px;
  display: block;
  width: 155px;
  height: 155px;
  background: url(../img/commit_img02_head.png) no-repeat center center/cover;
}
@media screen and (max-width: 1390px) {
  .l-main .commit__area__img::after {
    right: 20px;
    width: 115px;
    height: 115px;
  }
}
.l-main .commit__staff {
  border: 2px solid #c69508;
  background-color: #faf6eb;
}
.l-main .commit__staff__inner {
  border: 1px solid #c69508;
  margin: 10px;
  padding: 80px 13%;
}
@media screen and (max-width: 768px) {
  .l-main .commit__staff__inner {
    margin: 5px;
    padding: 40px 5%;
  }
}
.l-main .commit__staff__inner .subttl {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-main .commit__staff__inner .subttl {
    font-size: 1.75rem;
  }
}
.l-main .commit__staff__inner .subttl::before, .l-main .commit__staff__inner .subttl::after {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .l-main .commit__staff__inner .subttl {
    font-size: 21px;
  }
}
.l-main .commit__staff__inner__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .l-main .commit__staff__inner__list {
    grid-template-columns: 0.7fr;
    justify-content: center;
    gap: 30px;
  }
}
.l-main .commit__staff__inner__list__name {
  margin-block: 30px 20px;
  line-height: 1.7;
}
.l-main .commit__staff__inner__list__name span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-main .commit__staff__inner__list__name span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .commit__staff__inner__list__name {
    margin-block: 15px 10px;
  }
}
.l-main .commit__staff__inner__list__txt {
  font-weight: 400;
}
.l-main .lineup {
  position: relative;
  background: url(../img/lineup_bg.webp) no-repeat center top/cover;
  color: #fff;
}
.l-main .lineup::before, .l-main .lineup::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-main .lineup::before, .l-main .lineup::after {
    opacity: 1;
  }
}
.l-main .lineup::before {
  top: 0;
  z-index: 1;
  background: url(../img/lineup_bg_top.webp) no-repeat center center/cover;
  height: 29.4vw;
}
.l-main .lineup::after {
  bottom: 0;
  background: url(../img/lineup_bg_bottom.webp) no-repeat center center/cover;
  height: 34.51vw;
}
.l-main .lineup .m-title {
  width: 342px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-main .lineup .m-title {
    width: 62%;
    margin-bottom: 40px;
  }
}
.l-main .lineup__list {
  position: relative;
  z-index: 2;
}
.l-main .lineup__list__item {
  display: flex;
  justify-content: start;
  gap: 7.7%;
}
.l-main .lineup__list__item:not(:last-child) {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__item {
    flex-direction: column;
    gap: 30px;
  }
  .l-main .lineup__list__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-main .lineup__list__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__img {
    width: 100%;
  }
}
.l-main .lineup__list__content__ttl {
  margin-bottom: 1em;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__content__ttl {
    font-size: 1.75rem;
  }
}
.l-main .lineup__list__content__list {
  margin-block: 1em;
  margin-left: 1em;
  font-weight: 400;
}
.l-main .lineup__list__content__list li {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.l-main .lineup__list__content__list li::before {
  content: "";
  background: url(../img/lineup_check.png) no-repeat center center/contain;
  display: block;
  width: 12px;
  height: 14px;
}
.l-main .lineup__list__content__txt {
  margin-bottom: 30px;
  line-height: 2.4;
  font-weight: 400;
}
.l-main .lineup__list__content__txt.--mb-0 {
  margin-bottom: 0;
  line-height: 1.8;
}
.l-main .lineup__list__content__price {
  display: flex;
  align-items: start;
  gap: 0.2em;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__content__price {
    font-size: 0.9rem;
  }
}
.l-main .lineup__list__content__price img {
  height: 24px;
  width: auto;
}
.l-main .lineup__list__content__price span {
  margin-top: auto;
  margin-bottom: 0.2em;
}
.l-main .lineup__list__content__price__small {
  margin-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__content__price__small {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__content__price {
    margin-bottom: 40px;
  }
}
.l-main .lineup__list__content .m-btn {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .l-main .lineup__list__content .m-btn {
    margin-left: auto;
  }
}
.l-main .after {
  background: url(../img/after_bg.jpg) no-repeat center center/cover;
}
.l-main .after.section {
  padding-block: 6.7vw;
}
@media screen and (max-width: 768px) {
  .l-main .after.section {
    padding-block: 50px;
  }
}
.l-main .after .m-title {
  width: 422px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .l-main .after .m-title {
    width: 80%;
    margin-bottom: 20px;
  }
}
.l-main .after p {
  margin-bottom: 45px;
  text-align: center;
  line-height: 2.4;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-main .after p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .after p {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.l-main .after ul {
  margin-top: 45px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-main .after ul {
    font-size: 0.75rem;
  }
}
.l-main .after ul span {
  color: #a62321;
}
@media screen and (max-width: 768px) {
  .l-main .after ul {
    margin-top: 25px;
    font-size: 12px;
  }
}
.l-main .footer__link {
  background: url(../img/footer_bg.jpg) no-repeat center center/cover;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .l-main .footer__link {
    padding-block: 40px;
  }
}
.l-main .footer__link__inner {
  display: flex;
  gap: 2%;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .l-main .footer__link__inner {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.l-main .footer__link .m-btn {
  transition: 0.2s;
  color: #fff;
}
.l-main .footer__link .m-btn::before, .l-main .footer__link .m-btn::after {
  display: none;
}
.l-main .footer__link .m-btn:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.l-main .footer__link .m-btn.--co {
  background: url(../img/btn_red.png) no-repeat center center/cover;
}
.l-main .footer__link .m-btn.--ec {
  background: url(../img/btn_green.png) no-repeat center center/cover;
}

.floatLink {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 7.3%;
  max-width: 200px;
  min-width: 140px;
  aspect-ratio: 1/1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .floatLink {
    bottom: 10px;
    right: 10px;
    width: 21%;
    min-width: unset;
  }
}

.l-footer {
  background: url(../img/footer_bg_bk.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 40px 0 30px;
  color: #fff;
}
.l-footer a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .l-footer {
    max-width: 89.2%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding: 30px 0 20px;
  }
  .l-footer a img {
    width: 150px;
  }
}
.l-footer .copy {
  padding-top: 20px;
}
.l-footer small {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .l-footer small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .l-footer small {
    font-size: 0.5rem;
  }
}

.purchaseLink {
  position: fixed;
  bottom: 14px;
  left: 14px;
  max-width: 200px;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease opacity;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .purchaseLink {
    width: 35%;
    bottom: 10px;
    left: 10px;
  }
}
.purchaseLink.fixed {
  pointer-events: all;
  opacity: 1;
}
.purchaseLink.hidden {
  pointer-events: none;
  opacity: 0;
}/*# sourceMappingURL=style.css.map */