@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montaga&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #4F4946;
  background-color: #ECECE3;
  -webkit-text-size-adjust: 100%;
  padding-top: 66px;
}
body.is-fixed {
  position: fixed;
}
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}

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

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-align: none;
}

@media print, screen and (min-width: 769px) {
  .link-sponly {
    color: #fff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 769px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}
.font-default {
  font-family: sans-serif;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.txt-en {
  font-family: "Montaga", serif;
}

em {
  font-style: normal;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  header.is-open {
    height: 100%;
  }
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1240px;
  height: 66px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
    height: 50px;
    padding: 0 10px;
  }
}
header .logo {
  width: 207px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 145px;
  }
}
header .btn-reserve a {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 205px;
  min-height: 48px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  background-color: #A04642;
  padding: 0 14px 2px;
  border-radius: 24px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  header .btn-reserve a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 152px;
    min-height: 32px;
    font-size: 1.3rem;
    border-radius: 50px;
    padding: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  header .btn-reserve a:hover {
    color: #A04642;
    background-color: #F4F5EF;
  }
  header .btn-reserve a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  header .btn-reserve a.is-hover {
    color: #A04642;
    background-color: #F4F5EF;
  }
  header .btn-reserve a.is-hover::after {
    opacity: 1;
  }
}

/* ---------------------------------------------------------
#sec-intro
----------------------------------------------------------*/
.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.kv .kv-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media print, screen and (min-width: 769px) {
  .kv .kv-slider .swiper-slide {
    width: 365px;
  }
  .kv .kv-slider .swiper-slide img {
    width: auto;
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv-slider {
    width: calc(82.66 * var(--vw));
    padding: calc(2.4 * var(--vw));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #B79100;
    border-radius: calc(18.13 * var(--vw));
  }
  .kv .kv-slider.swiper-container-initialized .swiper-slide {
    opacity: 1;
  }
  .kv .kv-slider .swiper-wrapper {
    width: calc(77.33 * var(--vw));
    height: calc(106.66 * var(--vw));
  }
  .kv .kv-slider .swiper-slide {
    width: calc(77.33 * var(--vw));
    border-radius: calc(15.46 * var(--vw));
    overflow: hidden;
    opacity: 0;
  }
  .kv .kv-slider .swiper-slide:first-child {
    opacity: 1;
  }
  .kv .kv-slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------------------
#sec-intro
----------------------------------------------------------*/
#sec-intro {
  width: 559px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-intro {
    position: relative;
    width: 100%;
    margin-top: 24px;
    overflow: hidden;
  }
}
#sec-intro .txt-en {
  font-size: 7.2rem;
  color: #B79100;
  opacity: 0.4;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  #sec-intro .txt-en {
    position: absolute;
    right: -0.8rem;
    bottom: 0.5rem;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#sec-intro .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 559px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #sec-intro .ttl {
    width: 240px;
    margin-top: 0;
    margin-left: calc(6.66 * var(--vw));
  }
}
#sec-intro .lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: -0.02em;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #sec-intro .lead {
    font-size: 1.3rem;
    line-height: 2.07;
    margin-top: 14px;
    margin-left: calc(6.66 * var(--vw));
  }
}

/* ---------------------------------------------------------
.nav,.nav-fixed
----------------------------------------------------------*/
.nav {
  background-color: #fff;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .nav {
    background-color: transparent;
    margin-top: 37px;
  }
}
.nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1234px;
  text-align: center;
  border-left: 2px solid #ECECE3;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nav ul {
    width: 100%;
    border: none;
  }
}
.nav ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav ul li:last-child a {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .nav ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1.9rem);
    background-color: #fff;
  }
}
.nav ul a {
  position: relative;
  display: block;
  color: #4F4946;
  padding-bottom: 16px;
  border-right: 2px solid #ECECE3;
}
@media print, screen and (min-width: 769px) {
  .nav ul a:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  .nav ul a.is-hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  .nav ul a {
    padding-bottom: 8px;
    border-right-width: 1px;
  }
}
.nav ul a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECE3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav ul a::after {
  content: "";
  position: relative;
  display: block;
  width: 14px;
  aspect-ratio: 14/7;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  margin: 11px auto 0;
}
.nav ul a .num {
  font-family: "Montaga", serif;
  position: relative;
  display: block;
  font-size: 4rem;
  color: #B79100;
  line-height: 1;
  margin-top: -0.54em;
}
@media screen and (max-width: 768px) {
  .nav ul a .num {
    font-size: 3.5rem;
    margin-top: 0;
  }
}
.nav ul a .txt {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .nav ul a .txt {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.nav ul a .ttl {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .nav ul a .ttl {
    font-size: 1.6rem;
    margin-top: 7px;
  }
}

.nav-fixed {
  position: fixed;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .nav-fixed {
    bottom: 30px;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav-fixed.is-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-fixed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .nav-fixed ul a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    min-width: 176px;
    min-height: 48px;
    background-color: #fff;
    padding-left: 12px;
  }
  .nav-fixed ul a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECECE3;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-fixed ul a:hover::before {
    opacity: 0.2;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-fixed ul a.is-hover::before {
    opacity: 0.2;
  }
}
@media print, screen and (min-width: 769px) {
  .nav-fixed ul a .num {
    font-family: "Montaga", serif;
    position: relative;
    font-size: 2.2rem;
    color: #B79100;
  }
  .nav-fixed ul a .ttl {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) {
  .nav-fixed {
    bottom: 46px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(calc(100% + 46px));
            transform: translateY(calc(100% + 46px));
    z-index: 9;
  }
  .nav-fixed.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav-fixed ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1px;
    width: 100%;
    text-align: center;
    background-color: rgb(236, 236, 227);
  }
  .nav-fixed ul a {
    position: relative;
    display: block;
    color: #4F4946;
    padding-bottom: 22px;
  }
  .nav-fixed ul a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1rem);
    background-color: #fff;
  }
  .nav-fixed ul a .num {
    font-family: "Montaga", serif;
    position: relative;
    display: block;
    font-size: 2.2rem;
    color: #B79100;
    line-height: 1;
  }
  .nav-fixed ul a .ttl {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 7px;
  }
}

/* ---------------------------------------------------------
section common
----------------------------------------------------------*/
.sec-head {
  font-family: "Montaga", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 66px;
  gap: 0 8px;
  font-size: 2.6rem;
  color: #B79100;
  background-color: #fff;
  border-top: 1px solid #B79100;
  border-bottom: 1px solid #B79100;
}
@media screen and (max-width: 768px) {
  .sec-head {
    min-height: 44px;
    font-size: 2rem;
  }
}
.sec-head .num {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .sec-head .num {
    font-size: 3rem;
    line-height: 1;
  }
}

.sec-shoulder {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-shoulder {
    font-size: 1.7rem;
    margin-top: 33px;
  }
}

.sec-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #B79100;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 4rem;
    line-height: 1.3;
    margin-top: 1px;
  }
}

.sec-lead {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sec-lead {
    font-size: 1.3rem;
  }
}

/* ---------------------------------------------------------
#sec-drama
----------------------------------------------------------*/
#sec-drama {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-drama {
    margin-top: 70px;
  }
}
#sec-drama .story {
  text-align: center;
}
#sec-drama .ttl-story {
  font-family: "Montaga", serif;
  font-size: 6rem;
  line-height: 1.4;
  text-align: center;
  color: #B79100;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  #sec-drama .ttl-story {
    font-size: 4rem;
    margin-top: 39px;
  }
}
#sec-drama .txt-story {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  width: 616px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: -0.02em;
  margin: 14px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-drama .txt-story {
    width: calc(86.66 * var(--vw));
    font-size: 1.3rem;
    margin-top: 6px;
  }
}
#sec-drama .pic-story {
  position: relative;
  overflow: hidden;
  margin-top: -4px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #sec-drama .pic-story {
    margin-top: 14px;
  }
}
#sec-drama .pic-story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(1.87deg, rgba(236, 236, 227, 0) 1.58%, rgba(236, 236, 227, 0.9) 40.21%, #ECECE3 59.39%);
  padding-top: 25.9722222222%;
  margin-top: -9.6527777778%;
}
@media screen and (max-width: 768px) {
  #sec-drama .pic-story::after {
    background: linear-gradient(1.87deg, rgba(236, 236, 227, 0) 1.58%, rgba(236, 236, 227, 0.9) 31.35%, #ECECE3 59.39%);
    padding-top: 26.1333333333%;
    margin-top: -11.4666666667%;
  }
}
#sec-drama .seat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1240px;
  margin: 121px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
}
#sec-drama .seat .ttl-seat {
  width: 448px;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .ttl-seat {
    width: 264px;
    margin-left: calc(6.66 * var(--vw));
  }
}
#sec-drama .seat .txt-en {
  font-family: "Montaga", serif;
  font-size: 9rem;
  color: #B79100;
  line-height: 1;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .txt-en {
    font-size: 5rem;
    text-align: right;
    margin: 16px 0 0 0;
  }
}
#sec-drama .seat .nav-episode {
  position: relative;
  width: 586px;
  height: 562px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .nav-episode {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
#sec-drama .seat .nav-episode ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 295px 15px;
  background: url(../img/drama/pic_seat.png) no-repeat center;
  background-size: 563px auto;
  padding: 20px 65px 11px 50px;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .nav-episode ul {
    grid-template-columns: 1fr 1fr;
    gap: calc(53.06 * var(--vw)) calc(3.2 * var(--vw));
    background-size: 100% auto;
    padding: 0 calc(8.26 * var(--vw)) 0 calc(6.66 * var(--vw));
  }
}
#sec-drama .seat .nav-episode a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  #sec-drama .seat .nav-episode a:hover .pic::after {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .nav-episode a.is-hover .pic::after {
    opacity: 0.2;
  }
}
#sec-drama .seat .nav-episode a .pic {
  position: relative;
  width: 114px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .nav-episode a .pic {
    width: calc(20.53 * var(--vw));
    border-radius: calc(2.66 * var(--vw));
  }
}
#sec-drama .seat .nav-episode a .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECE3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sec-drama .seat .nav-episode a .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
  text-indent: -0.2em;
  margin-left: 7px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .nav-episode a .txt {
    font-size: 1.2rem;
    margin: 0 calc(-2.67 * var(--vw)) 0 calc(1.33 * var(--vw));
  }
}
#sec-drama .seat .nav-episode a .txt::after {
  content: "";
  position: relative;
  display: block;
  width: 14px;
  aspect-ratio: 14/7;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  margin: 11px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-drama .seat .nav-episode a .txt::after {
    margin-top: calc(0.8 * var(--vw));
  }
}

#sec-episode {
  padding-top: 37px;
  border-top: 1px solid #B79100;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-episode {
    padding-top: 36px;
    margin-top: 62px;
  }
}
#sec-episode .ttl-spisode {
  font-family: "Montaga", serif;
  font-size: 6.4rem;
  line-height: 1.4;
  text-align: center;
  color: #B79100;
}
@media screen and (max-width: 768px) {
  #sec-episode .ttl-spisode {
    font-size: 4rem;
  }
}
#sec-episode #episode1 {
  padding-top: 26px;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sec-episode #episode1 {
    padding-top: 16px;
  }
}
#sec-episode article {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  grid-template-columns: 240px 496px;
  gap: 0 40px;
  padding: 60px 0;
  margin: 0 auto;
  border-top: 1px solid #B79100;
}
@media screen and (max-width: 768px) {
  #sec-episode article {
    grid-template-columns: calc(41.33 * var(--vw)) calc(40 * var(--vw));
    gap: 0 calc(5.33 * var(--vw));
    padding: 40px 0;
  }
}
#sec-episode article:last-child {
  border-bottom: 1px solid #B79100;
}
#sec-episode article .pic-episode {
  position: relative;
  border-radius: 57px;
  padding: 8px 8px;
  padding: 8px 8px 10px;
  border: 1px solid #B79100;
}
@media screen and (max-width: 768px) {
  #sec-episode article .pic-episode {
    padding: 5px;
    border-radius: 38px;
  }
}
#sec-episode article .pic-episode button {
  position: relative;
}
#sec-episode article .pic-episode button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECE3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  #sec-episode article .pic-episode button:hover::after {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  #sec-episode article .pic-episode button.is-hover::after {
    opacity: 0.2;
  }
}
#sec-episode article .pic-episode img {
  display: block;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #sec-episode article .pic-episode img {
    border-radius: 34px;
  }
}
#sec-episode article .pic-episode::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  aspect-ratio: 1/1;
  background: url(../img/icon_play.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #sec-episode article .pic-episode::after {
    width: calc(15.46 * var(--vw));
  }
}
#sec-episode article .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6px;
}
#sec-episode article h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  #sec-episode article h4 {
    font-size: 2rem;
  }
}
#sec-episode article h4 span {
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  #sec-episode article h4 span {
    display: inline-block;
    margin-left: 0;
    text-indent: -1rem;
  }
}
#sec-episode article .txt {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #sec-episode article .txt {
    font-size: 1.3rem;
  }
}
#sec-episode article .point {
  position: relative;
  background-color: #fff;
  border: 1px solid #B79100;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #sec-episode article .point {
    grid-column: 1/3;
  }
}
#sec-episode article .point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #B79100;
  height: 0;
  width: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sec-episode article .point .ttl-point .acc-btn {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: 100%;
  height: 47px;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  padding-left: 25px;
  border-bottom: 1px solid #B79100;
}
@media print, screen and (min-width: 769px) {
  #sec-episode article .point .ttl-point .acc-btn {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .ttl-point .acc-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 42px;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 8px 25px 8px 13px;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .ttl-point .acc-btn.is-open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .ttl-point .acc-btn::before, #sec-episode article .point .ttl-point .acc-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    width: 16px;
    height: 1px;
    background-color: #B79100;
  }
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .ttl-point .acc-btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
  }
}
#sec-episode article .point .ttl-point .acc-btn .num {
  font-size: 1.7rem;
  font-weight: 900;
  color: #B79100;
  letter-spacing: normal;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .ttl-point .acc-btn .num {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .acc-inner {
    border-top: 1px solid #B79100;
    display: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
}
#sec-episode article .point .txt-point {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  padding: 13px 24px;
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .txt-point {
    font-size: 1.3rem;
    padding: 8px 11px 0;
  }
}
#sec-episode article .point .pic-point {
  padding-bottom: 19px;
  margin: 2px 24px 0;
}
@media screen and (max-width: 768px) {
  #sec-episode article .point .pic-point {
    padding-bottom: 13px;
    margin: 8px 11px 0;
  }
}

/* ---------------------------------------------------------
#sec-trip
----------------------------------------------------------*/
#sec-trip {
  padding-bottom: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-trip {
    padding-bottom: 70px;
    margin-top: 70px;
  }
}
#sec-trip .intro {
  display: grid;
  grid-template-columns: 312px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 56px;
  width: 885px;
  margin: 44px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-trip .intro {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #sec-trip .intro .pic {
    width: calc(58.93 * var(--vw));
    margin: 0 auto;
  }
}
#sec-trip .intro .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  #sec-trip .intro .txt {
    width: calc(88 * var(--vw));
    font-size: 1.3rem;
    margin: 22px auto 0;
  }
}
#sec-trip .navigator {
  position: relative;
  display: grid;
  grid-template-columns: 211px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  width: 1000px;
  padding: 0 64px 48px;
  margin: 72px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator {
    width: 100%;
    grid-template-columns: calc(28 * var(--vw)) auto;
    padding: 0 25px 36px;
    gap: 0 20px;
    margin-top: 36px;
  }
}
#sec-trip .navigator::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 2.9em);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator::before {
    height: calc(100% - 2em);
  }
}
#sec-trip .navigator .ttl {
  font-family: "Montaga", serif;
  position: relative;
  grid-row: 1;
  grid-column: 1/3;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #B79100;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .ttl {
    font-size: 3rem;
    margin-bottom: 22px;
  }
}
#sec-trip .navigator .pic {
  position: relative;
  grid-row: 2;
  grid-column: 1;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .pic {
    grid-row: 3;
  }
}
#sec-trip .navigator .txt-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row: 2;
  grid-column: 2;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col {
    display: contents;
  }
}
#sec-trip .navigator .txt-col .shoulder {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col .shoulder {
    position: relative;
    grid-row: 2;
    grid-column: 1/3;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 8px;
  }
}
#sec-trip .navigator .txt-col .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col .name {
    position: relative;
    grid-row: 3;
    grid-column: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 6px;
  }
}
#sec-trip .navigator .txt-col .txt-name {
  font-family: "Montaga", serif;
  font-size: 3.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col .txt-name {
    font-size: 2.5rem;
  }
}
#sec-trip .navigator .txt-col .sns {
  display: grid;
  grid-template-columns: repeat(3, 25px);
  gap: 0 17px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col .sns {
    margin-left: 0;
    margin-top: 10px;
  }
}
#sec-trip .navigator .txt-col .sns a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  #sec-trip .navigator .txt-col .sns a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col .sns a.is-hover {
    opacity: 0.7;
  }
}
#sec-trip .navigator .txt-col .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #sec-trip .navigator .txt-col .txt {
    position: relative;
    grid-row: 4;
    grid-column: 1/3;
    font-size: 1.3rem;
    line-height: 1.52;
    margin-top: 14px;
  }
}

#sec-course {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #sec-course {
    margin-top: 42px;
  }
}
#sec-course .ttl-course {
  font-family: "Montaga", serif;
  font-size: 6rem;
  line-height: 1.4;
  color: #B79100;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec-course .ttl-course {
    font-size: 4rem;
  }
}
#sec-course .lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec-course .lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#sec-course .tab-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1238px;
  gap: 0 10px;
  margin: 44px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-course .tab-group {
    width: 100%;
    gap: 0 9px;
    margin-top: 35px;
  }
}
#sec-course .tab-group button {
  font-family: "Montaga", serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  background-color: #B79100;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 769px) {
  #sec-course .tab-group button:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  #sec-course .tab-group button.is-hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  #sec-course .tab-group button {
    height: 45px;
    font-size: 2rem;
  }
}
#sec-course .tab-group button.is-cr {
  color: #4F4946;
  background-color: #fff;
}
#sec-course .tab-group button.is-cr::before {
  background-color: #fff;
}
#sec-course .tab-group button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B79100;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sec-course article {
  display: grid;
  grid-template-columns: 1fr 468px 468px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 64px;
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 80px;
  display: none;
}
@media screen and (max-width: 768px) {
  #sec-course article {
    padding-top: 26px;
    padding-left: 25px;
    padding-bottom: 40px;
  }
}
#sec-course article.is-show {
  display: grid;
}
@media screen and (max-width: 768px) {
  #sec-course article.is-show {
    display: block;
  }
}
#sec-course article ol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec-course article ol {
    gap: 51px 0;
    padding-bottom: 51px;
  }
}
#sec-course article ol::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 2px;
  height: calc(100% - 1em);
  background-color: #B79100;
}
@media screen and (max-width: 768px) {
  #sec-course article ol::before {
    left: 6px;
    width: 1px;
  }
}
#sec-course article ol:first-child {
  grid-column: 2;
}
#sec-course article ol:last-child {
  grid-column: 3;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #sec-course article ol:last-child {
    padding-bottom: 16px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #sec-course article ol:last-child::before {
    height: 100%;
  }
}
#sec-course article ol li {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  #sec-course article ol li {
    padding-left: 35px;
  }
}
#sec-course article ol li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #B79100;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #sec-course article ol li::before {
    top: 0.65em;
    width: 13px;
    height: 13px;
  }
}
#sec-course article ol .txt-time {
  font-family: "Montaga", serif;
  font-size: 3.6rem;
  line-height: 1;
  color: #B79100;
}
@media screen and (max-width: 768px) {
  #sec-course article ol .txt-time {
    font-size: 2.5rem;
  }
}
#sec-course article ol .txt-time span {
  margin-left: 0.5em;
}
#sec-course article ol .pic {
  border-radius: 27px;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #sec-course article ol .pic {
    border-radius: 20px;
    margin-top: 27px;
  }
}
#sec-course article ol .subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #B79100;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #sec-course article ol .subttl {
    font-size: 1.9rem;
    margin-top: 7px;
  }
}
#sec-course article ol .txt {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding-right: 38px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #sec-course article ol .txt {
    font-size: 1.3rem;
    padding-right: 26px;
  }
}
#sec-course .movie {
  position: relative;
  display: grid;
  grid-template-columns: 325px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  width: 1000px;
  padding: 0 64px 48px;
  margin: 54px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-course .movie {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 calc(6.66 * var(--vw)) 36px;
    margin-top: 55px;
  }
}
#sec-course .movie::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 2.9em);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #sec-course .movie::before {
    height: calc(100% - 2em);
  }
}
#sec-course .movie .ttl {
  font-family: "Montaga", serif;
  position: relative;
  grid-row: 1;
  grid-column: 1/3;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #B79100;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #sec-course .movie .ttl {
    grid-column: 1;
    font-size: 3rem;
    margin-bottom: 19px;
  }
}
#sec-course .movie .pic {
  position: relative;
  grid-row: 2;
  grid-column: 1;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  #sec-course .movie .pic {
    grid-row: 3;
    margin-top: 8px;
  }
}
#sec-course .movie .pic button {
  position: relative;
  display: block;
}
#sec-course .movie .pic button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECE3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  #sec-course .movie .pic button:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  #sec-course .movie .pic button.is-hover::before {
    opacity: 0.2;
  }
}
#sec-course .movie .pic button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  aspect-ratio: 1/1;
  background: url(../img/icon_play.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #sec-course .movie .pic button::after {
    width: calc(15.46 * var(--vw));
  }
}
#sec-course .movie .txt-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-row: 2;
  grid-column: 2;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #sec-course .movie .txt-col {
    display: contents;
    padding-bottom: 0;
  }
}
#sec-course .movie .txt-col .subttl-movie {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  #sec-course .movie .txt-col .subttl-movie {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
#sec-course .movie .txt-col .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #sec-course .movie .txt-col .txt {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}

/* ---------------------------------------------------------
#sec-movie
----------------------------------------------------------*/
#sec-movie .subttl-movie {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #sec-movie .subttl-movie {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 26px;
  }
}
#sec-movie .subttl-movie em {
  font-size: 4rem;
  color: #B79100;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #sec-movie .subttl-movie em {
    font-size: 2.3rem;
    line-height: 1.1;
  }
}
#sec-movie .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 375px);
  gap: 32px;
  width: 1189px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  #sec-movie .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    width: 100%;
    margin-top: 68px;
  }
}
#sec-movie .block {
  background-color: #fff;
  padding: 38px 25px 22px;
  border-top: 1px solid #B79100;
  border-bottom: 1px solid #B79100;
}
@media screen and (max-width: 768px) {
  #sec-movie .block {
    padding: 37px calc(6.66 * var(--vw)) 26px;
  }
}
#sec-movie .block-prof {
  display: grid;
  grid-template-columns: 95px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
#sec-movie .block-prof .txt-prof {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-right: -4px;
}
#sec-movie .block-prof .txt-prof em {
  font-size: 2rem;
  color: #B79100;
}
#sec-movie .block-header {
  display: grid;
  grid-template-columns: 197px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 19px;
  margin-top: 27px;
}
#sec-movie .block-header .ttl-block {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #B79100;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#sec-movie .block-header .ttl-block::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/23;
  background: url(../img/movie/icon_movie.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
#sec-movie .block-header .sns {
  display: grid;
  grid-template-columns: repeat(3, 25px);
  gap: 0 17px;
}
#sec-movie .block-header .sns.sns-one {
  grid-template-columns: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sec-movie .block-header .sns a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  #sec-movie .block-header .sns a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sec-movie .block-header .sns a.is-hover {
    opacity: 0.7;
  }
}
#sec-movie .block .txt1, #sec-movie .block .txt2 {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-top: 12px;
}
#sec-movie .block .txt2 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #sec-movie .block .txt2 {
    line-height: 1.4;
  }
}
#sec-movie .block .pic {
  position: relative;
  margin-top: 16px;
}
#sec-movie .block .pic button {
  position: relative;
}
#sec-movie .block .pic button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECE3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sec-movie .block .pic button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  aspect-ratio: 1/1;
  background: url(../img/icon_play.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #sec-movie .block .pic button::after {
    width: calc(15.46 * var(--vw));
  }
}
@media print, screen and (min-width: 769px) {
  #sec-movie .block .pic button:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  #sec-movie .block .pic button.is-hover::before {
    opacity: 0.2;
  }
}

/* ---------------------------------------------------------
.btm-area
----------------------------------------------------------*/
.btm-area {
  position: relative;
  background-color: #fff;
  padding: 26px 0;
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .btm-area {
    width: 100%;
    display: block;
    padding-bottom: 6px;
    margin-top: 61px;
  }
}
.btm-area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btm-area .wrapper {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .btm-area .pagetop {
    text-align: center;
  }
}
.btm-area .pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #B79100;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border: 1px solid #B79100;
  border-radius: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .btm-area .pagetop a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    font-size: 1.2rem;
    padding: 5px 12px;
    border-radius: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .btm-area .pagetop a:hover {
    background-color: #F4F5EF;
  }
}
@media screen and (max-width: 768px) {
  .btm-area .pagetop a.is-hover {
    background-color: #F4F5EF;
  }
}
.btm-area .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb {
    padding: 0 calc(3.2 * var(--vw));
    margin-top: 43px;
  }
}
.btm-area .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb li {
    font-size: 1.2rem;
  }
}
.btm-area .breadcrumb li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btm-area .breadcrumb li:first-child::before {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../img/icon_home.svg) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb li:first-child::before {
    width: 13px;
    height: 11px;
    margin-right: 8px;
  }
}
.btm-area .breadcrumb li a {
  color: #B79100;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .btm-area .breadcrumb li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb li a.is-hover {
    text-decoration: none;
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  background-color: #fff;
  border-top: 1px solid #D9CFA3;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 9px;
    padding-bottom: 70px;
  }
}
.footer .tools {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  text-align: center;
  font-size: 1.2rem;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .tools {
    display: block;
    width: 100%;
    padding: 28px 0 0;
  }
}
.footer .tools a {
  color: #B79100;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .footer .tools a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .tools a.is-hover {
    text-decoration: none;
  }
}
.footer .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1240px;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    display: block;
    width: 100%;
    padding: 40px 0 0;
  }
}
.footer .inner .logo-site {
  position: absolute;
  top: 25px;
  right: 0;
  width: 157px;
}
@media screen and (max-width: 768px) {
  .footer .inner .logo-site {
    position: relative;
    top: auto;
    right: auto;
    width: 181px;
    margin: 0 auto;
  }
}
.footer .inner .logo-jr {
  width: 41px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer .inner .logo-jr {
    width: 55px;
    margin: 40px auto 0;
  }
}
.footer .inner .copy {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .footer .inner .copy {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 22px;
  }
}
.footer .btn-reserve {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .btn-reserve {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .footer .btn-reserve a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #A04642;
    border: 1px solid #A04642;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .footer .btn-reserve a::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    width: 13px;
    height: 13px;
    background: url(../img/icon_blank_white.svg) no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .btn-reserve a::before {
    top: 19px;
    right: 20px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .btn-reserve a::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.micromodal-slide {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(79, 73, 70, 0.7);
  height: 100vh;
  overflow-y: auto;
  z-index: 11;
}

.modal-wide .modal__inner {
  grid-template-columns: 740px;
}
@media screen and (max-width: 768px) {
  .modal-wide .modal__inner {
    grid-template-columns: 349px;
    grid-template-rows: 29px 183px;
  }
}
.modal-wide .modal__container {
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .modal-wide .modal__container {
    max-width: 325px;
    max-height: 183px;
  }
}
.modal-wide .modal__close {
  margin-right: 17px;
}
.modal-wide .modal__content .youtube-inner {
  position: relative;
  width: 650px;
  height: 366px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal-wide .modal__content .youtube-inner {
    width: 325px;
    height: 183px;
  }
}
.modal-wide .modal__content .youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .modal-wide .modal__content .youtube-inner iframe {
    height: 183px;
  }
}

.modal__inner {
  display: grid;
  grid-template-columns: 410px;
  min-height: 100lvh;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    grid-template-columns: 314px;
    grid-template-rows: 29px 516px;
    gap: 31px 0;
    padding-bottom: 40px;
  }
}

.modal__container {
  max-width: 320px;
  background-color: transparent;
  margin: 0 auto;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal__container {
    max-width: 290px;
    max-height: 516px;
  }
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/icon_modal_close.svg) no-repeat;
  background-size: contain;
  border: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .modal__close {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .modal__close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .modal__close.is-hover {
    opacity: 0.7;
  }
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content .youtube-inner {
  position: relative;
  width: 320px;
  height: 568px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal__content .youtube-inner {
    width: 290px;
    height: 516px;
  }
}
.modal__content .youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__content .sns-inner {
  position: relative;
}
.modal__content .sns-inner.insta {
  width: 360px;
  height: 600px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal__content .sns-inner.insta {
    margin-left: -35px;
  }
}
.modal__content .sns-inner.insta .instagram-media {
  max-width: 360px !important;
  margin: 0 auto !important;
}
.modal__content .sns-inner.tiktok {
  width: 325px;
  height: 600px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal__content .sns-inner.tiktok {
    margin-left: -18px;
  }
}
.modal__content .sns-inner.tiktok iframe {
  width: 100%;
  height: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
