@charset "UTF-8";
/* ------------------
  addtional
------------------ */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Inter:wght@400;500;600&display=swap");
* {
  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-family: "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
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: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}
.m-wrapper-lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper-lg {
    max-width: 89.3%;
  }
}

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

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #00a369;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

/*
#styleguide
.m-breadcrumb

パンくずリスト
```
<ul class="m-breadcrumb m-wrapper" itemscope itemtype="https://schema.org/BreadcrumbList">
  <li class="m-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
    <a href="#" itemprop="item"><span itemprop="name">ホーム</span></a>
    <meta itemprop="position" content="1" />
  </li>
  <li class="m-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
    <a href="#" itemprop="item"><span itemprop="name">新着情報</span></a>
    <meta itemprop="position" content="2" />
  </li>
  <li class="m-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
    <span itemprop="name">タイトル</span>
    <meta itemprop="position" content="3" />
  </li>
</ul>
```
*/
.m-breadcrumb {
  display: flex;
  padding-block: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .m-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 640px) {
  .m-breadcrumb {
    max-width: 89.3%;
    margin-inline: auto;
  }
}
.m-breadcrumb__item {
  white-space: nowrap;
}
.m-breadcrumb__item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  vertical-align: top;
  transform: rotate(45deg);
  transform-origin: center;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 9px;
  height: 9px;
  font-size: 0;
  margin-top: 8px;
  margin-inline: 15px;
}
.m-breadcrumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #636363;
}

/* タイトル */
.m-title {
  margin-bottom: 30px;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 640px) {
  .m-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.m-title .small {
  display: block;
  margin-top: 13px;
  font-size: 26px;
  font-size: 1.625rem;
}
.m-title.m-title-md {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .m-title.m-title-md {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.m-title.m-title-md ~ .m-title-md {
  margin-top: 60px;
}
.m-title.eng {
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.m-title-desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .m-title-desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-title-desc.m-title-desc-md {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .m-title-desc.m-title-desc-md {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-title-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 640px) {
  .p-title-wrap {
    height: 250px;
  }
}
.p-title-wrap .m-wrapper {
  margin-inline: 100px;
}
@media screen and (max-width: 640px) {
  .p-title-wrap .m-wrapper {
    width: 100%;
    margin-inline: auto;
  }
}
.p-title-wrap .p-title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-title-wrap .p-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.p-contents-wrap {
  padding-block: 70px 100px;
}
@media screen and (max-width: 640px) {
  .p-contents-wrap {
    padding-block: 50px 80px;
  }
}
.p-contents-wrap .m-wrapper {
  margin-inline: min(100px, 8%);
}
@media screen and (max-width: 640px) {
  .p-contents-wrap .m-wrapper {
    width: 100%;
    margin-inline: auto;
  }
}

.l-main.beginners .p-title-wrap {
  background-image: url(../img/ptit/bg_ptit_beginners.jpg);
}
.l-main.related .p-title-wrap {
  background-image: url(../img/ptit/bg_ptit_related.jpg);
}
.l-main.parlor .p-title-wrap {
  background-image: url(../img/ptit/bg_ptit_parlor.jpg);
}
.l-main.information .p-title-wrap {
  background-image: url(../img/ptit/bg_ptit_information.jpg);
}

/* icon */
.ico-newtab {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  aspect-ratio: 1;
  background-image: url("../img/ico_newtab.svg");
  background-size: contain;
}
.ico-newtab.type-bk {
  background-image: url("../img/ico_newtab_bk.svg");
}

/* ボタン */
.m-btn {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 215px;
  height: 50px;
  padding-inline: 45px;
  border-radius: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
  transition: opacity 0.2s;
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.m-btn:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .m-btn:hover {
    opacity: 0.8;
  }
}
.m-btn .ico-newtab {
  position: absolute;
  right: 20px;
  inset-block: auto;
}
.m-btn.m-btn-md {
  max-width: 140px;
  height: 35px;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 18px;
  justify-content: flex-start;
}
.m-btn.m-btn-md .ico-newtab {
  right: 15px;
}
.m-btn:disabled, .m-btn.disabled {
  background-color: #7bc7ac;
  pointer-events: none;
}

.m-btn-primary {
  background-color: #00a369;
  color: #fff;
}

.m-btn-wrap {
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .m-btn-wrap {
    margin-top: 20px;
  }
}

/* Viatorボタン */
.m-btn--viator {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  padding-inline: 45px;
  border-radius: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
  transition: opacity 0.2s;
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.m-btn--viator:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .m-btn--viator:hover {
    opacity: 0.8;
  }
}
.m-btn--viator .ico-newtab {
  position: absolute;
  right: 20px;
  inset-block: auto;
}
@media screen and (max-width: 640px) {
  .m-btn--viator {
    font-size: 12px;
    font-size: 0.75rem;
    width: 60%;
  }
}
.m-btn--viator:disabled, .m-btn--viator.disabled {
  background-color: #7bc7ac;
  pointer-events: none;
}

.m-btn-wrap--viator {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .m-btn-wrap--viator {
    margin-top: 10px;
  }
}

/* 言語選択 */
.m-select-lang {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.m-select-lang::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  pointer-events: none;
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: rotate(135deg);
}
.m-select-lang select {
  vertical-align: top;
  width: 100%;
  padding-inline: 10px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 9px;
  font-family: "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}
.m-select-lang select:focus {
  outline: none;
}
.m-select-lang select:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

/* YOUTUBEリスト */
.video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px min(40px, 4%);
  place-content: space-between;
  place-items: start;
}
@media screen and (max-width: 640px) {
  .video-list {
    display: block;
    max-width: 310px;
    margin-inline: auto;
  }
  .video-list .video-item ~ .video-item {
    margin-top: 35px;
  }
}

/* １分動画用。終わったら消す */
@media screen and (max-width: 640px) {
  .video-list__1minute {
    display: block;
    max-width: 310px;
    margin-inline: auto;
  }
  .video-list__1minute .video-item ~ .video-item {
    margin-top: 35px;
  }
}

.video-item {
  width: 100%;
}
.video-item > a:hover {
  text-decoration: none;
}
.video-item .img-box {
  position: relative;
  aspect-ratio: 1.7742857143/1;
  /* &::before {
     content: '';
     display: block;
     position: absolute;
     inset: 0;
     margin: auto;
     z-index: 1;
     @include ratio(121.48, 85.04);
     width: 60px;
     background: url('../img/logo_youtube.svg') no-repeat;
     background-size: 100% auto;
   }*/
}
.video-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-item .img-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-item .video-title {
  position: relative;
  margin-top: 18px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.video-item .video-title .ico-newtab {
  margin-top: 6px;
  margin-left: 8px;
}

/* 店舗リスト */
.parlor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 40px;
  place-content: space-between;
  place-items: start;
}
@media screen and (max-width: 640px) {
  .parlor-list {
    grid-template-columns: 1fr;
  }
}

.parlor-item {
  width: 100%;
  height: 100%;
}
.parlor-item .parlor-name {
  position: relative;
  margin-bottom: 17px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .parlor-item .parlor-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.parlor-item .parlor-name.eng {
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
.parlor-item .parlor-item-inner {
  display: grid;
  grid-template-columns: min(301px, 100% - 140px - 20px) 140px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .parlor-item .parlor-item-inner {
    grid-template-columns: 1fr;
  }
}
.parlor-item .parlor-item-inner .img-box {
  grid-row: 1/-1;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .parlor-item .parlor-item-inner .img-box {
    aspect-ratio: 1.34375/1;
  }
}
.parlor-item .parlor-item-inner .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parlor-item .parlor-item-inner .info-box {
  text-align: center;
}
.parlor-item .parlor-item-inner .info-box .m-btn {
  margin-top: 15px;
}

/* Online Travel Agent リスト */
.agent-item {
  display: grid;
  grid-template-columns: min(400px, 40%) auto;
  align-items: start;
  gap: 30px 50px;
}
@media screen and (max-width: 640px) {
  .agent-item {
    grid-template-columns: 1fr;
  }
}
.agent-item .img-box {
  overflow: hidden;
  border-radius: 10px;
}
.agent-item .agent-name {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.agent-item .agent-name::before, .agent-item .agent-name::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.agent-item .agent-name::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.agent-item .agent-name::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 640px) {
  .agent-item .agent-name {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.agent-item .agent-desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .agent-item .agent-desc {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.agent-item .m-btn-wrap {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .agent-item .m-btn-wrap {
    margin-top: 25px;
  }
}
.agent-item ~ .agent-item {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .agent-item ~ .agent-item {
    margin-top: 70px;
  }
}

.p-pamphlet:nth-child(2) {
  margin-top: 20px;
}

.is-pachinko {
  background: url(/assets/img/pachinko\ pamphlet__en.png) no-repeat;
  width: 100%;
  height: 500px;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .is-pachinko {
    height: 200px;
  }
}

.is-slot {
  background: url(../img/slot__pamphlet--en.png) no-repeat;
  width: 100%;
  height: 500px;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .is-slot {
    height: 200px;
  }
}

.is-area {
  margin-top: 30px;
}

.is-slot--ch {
  background: url(/assets/img/slot-pamphlet__ch.png) no-repeat;
  width: 100%;
  height: 500px;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .is-slot--ch {
    height: 200px;
  }
}

.is-pachinko--ch {
  background: url(/assets/img/pachinko-pamphlet__ch.png) no-repeat;
  width: 100%;
  height: 500px;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .is-pachinko--ch {
    height: 200px;
  }
}

.img-box__mocup {
  margin-left: 80px;
  position: relative;
  height: 460px;
}
@media screen and (max-width: 640px) {
  .img-box__mocup {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.img-box__mocup img {
  width: 100%;
  height: 100%;
}

.p-main__title {
  font-size: 60px;
  font-size: 3.75rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-main__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.contents-sec-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .contents-sec-inner {
    flex-direction: column;
    align-items: center;
  }
}
.contents-sec-inner .is-flex {
  flex-wrap: wrap;
}
.contents-sec-inner .txt-box {
  width: 50%;
  padding-left: 100px;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .contents-sec-inner .txt-box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 640px) {
  .contents-sec-inner .txt-box {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .contents-sec-inner .txt-box {
    width: 100%;
  }
  .contents-sec-inner .txt-box .m-title,
  .contents-sec-inner .txt-box .m-btn-wrap {
    text-align: center;
  }
}
.contents-sec-inner .img-box {
  width: clamp(460px, 37vw, 50%);
  height: 360px;
}
@media screen and (max-width: 640px) {
  .contents-sec-inner .img-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.contents-sec-inner .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents-sec-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contents-sec-inner:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .contents-sec-inner {
    flex-direction: column;
    align-items: center;
  }
}
.contents-sec-inner .txt-box {
  width: 50%;
  padding-left: 100px;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .contents-sec-inner .txt-box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 640px) {
  .contents-sec-inner .txt-box {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .contents-sec-inner .txt-box {
    width: 100%;
  }
  .contents-sec-inner .txt-box .m-title,
  .contents-sec-inner .txt-box .m-btn-wrap {
    text-align: center;
  }
}
.contents-sec-inner .img-box {
  width: clamp(460px, 37vw, 50%);
  height: 360px;
}
@media screen and (max-width: 640px) {
  .contents-sec-inner .img-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.contents-sec-inner .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-beginners {
  margin-right: 160px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .p-beginners {
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-beginners__items {
  text-align: center;
}

.p-beginners__box {
  position: relative;
}

.p-beginners__character {
  position: relative;
}

.p-beginners__item img {
  width: 400px; /* 画像の幅を100pxに設定 */
  height: auto; /* 高さを自動調整して縦横比を維持 */
  max-width: 100%; /* 親要素の幅を超えないようにする */
}
@media screen and (max-width: 640px) {
  .p-beginners__item img {
    width: 300px; /* 画像の幅を100pxに設定 */
    height: auto; /* 高さを自動調整して縦横比を維持 */
  }
}

.p-related__detail {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-related__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

.p-related__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.p-related__read {
  padding-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.is-related {
  text-align: center;
}

.p-related__button--area {
  width: 90%;
  padding: 50px 10px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  background: #FFF;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .p-related__button--area {
    padding: 20px 10px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-related__btn-ttl {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-related__btn-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-company__wrapper {
  max-width: 600px;
  margin: 40px auto;
}

.p-company__box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.p-company__tag {
  border-bottom: 1px solid #87CEFA;
  padding-bottom: 10px;
  flex: 2;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .p-company__tag {
    flex: 4;
  }
}

.p-company__detail {
  border-bottom: 1px dotted #87CEFA;
  padding-bottom: 10px;
  flex: 8;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .p-company__detail {
    flex: 6;
  }
}

.p-related__cards {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.p-related__parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}

.p-related__grid01 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: contain;
}
.p-related__grid01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-related__grid02 {
  grid-column-start: 3;
}
.p-related__grid02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-related__grid03 {
  grid-column-start: 3;
  grid-row-start: 2;
}
.p-related__grid03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-related__tour {
  background: #FFF;
  padding: 20px 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.p-related__tour--title {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-related__tour--title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-related__tour--title span {
  color: #ff6347;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .p-related__tour--title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-related__tour--read {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-related__tour--read {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.is-tour {
  text-align: center;
}

.p-related__items:nth-child(n+2) {
  margin-top: 60px;
}

.p-related__parent-reverse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}

.p-related__grid04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-related__grid05 {
  grid-column-start: 1;
  grid-row-start: 2;
}
.p-related__grid05 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-related__grid06 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}
.p-related__grid06 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .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;
}

/*******************************
Style
*******************************/
body {
  min-width: 1200px;
  margin-inline: auto;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
}
@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}

.container {
  margin-right: 230px;
  /*background-image: url('../img/bg_pattern.svg'); 背景画像*/
  background-size: 50%;
  background-position-y: -360px;
}
@media screen and (max-width: 640px) {
  .container {
    background-size: 468.75px;
    background-position: -313px 200px;
  }
}
.container:not(.top) {
  padding-top: 110px;
  padding-left: 210px;
}
@media screen and (max-width: 640px) {
  .container:not(.top) {
    padding-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    margin-right: 160px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 640px) {
  .container {
    margin-right: 0;
    margin-top: 50px;
  }
}

.p-about {
  position: relative;
}
.p-about::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EDF3F8;
  transform: skewY(10deg);
  z-index: -1;
}

.character01 {
  position: relative;
}

.p-character01::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/morisuke02.png);
  top: -5px;
  left: calc(50% - 430px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character01::before {
    top: -20px;
    left: calc(50% - 70px);
    width: 150px;
    height: 150px;
    background-image: url(/assets/img/character/Allcharacter.png);
  }
}

.character__cn01 {
  position: relative;
}

.p-character__cn01::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/morisuke02.png);
  top: -5px;
  left: calc(50% - 370px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character__cn01::before {
    top: -20px;
    left: calc(50% - 70px);
    width: 150px;
    height: 150px;
    background-image: url(/assets/img/character/Allcharacter.png);
  }
}

.p-beginners {
  position: relative;
}

.p-character02::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/anna03.png);
  top: -100px;
  left: calc(50% - 350px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character02::before {
    top: -40px;
    left: calc(50% - 170px);
    width: 100px;
    height: 100px;
  }
}

.p-character__cn02::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/anna03.png);
  top: -100px;
  left: calc(50% - 300px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character__cn02::before {
    top: -40px;
    left: calc(50% - 150px);
    width: 100px;
    height: 100px;
  }
}

.p-OTA {
  position: relative;
}
.p-OTA::after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EDF3F8;
  transform: skewY(5deg);
  z-index: -1;
}

.p-info {
  position: relative;
}
.p-info::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EDF3F8;
  transform: skewY(-10deg);
  z-index: -1;
}

.p-character03::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/candy01.png);
  top: 50px;
  right: calc(50% + 350px);
  width: 200px;
  height: 200px;
}

.p-character04::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/anna05.png);
  top: 150px;
  right: calc(50% + 320px);
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 640px) {
  .p-character04::before {
    top: 120px;
    right: calc(50% + 100px);
    width: 100px;
    height: 100px;
  }
}

.p-character06::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/light04.png);
  top: 450px;
  right: calc(50% + 170px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character06::before {
    top: 350px;
    right: calc(50% + 70px);
    width: 100px;
    height: 100px;
  }
}

.p-related {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .p-related {
    margin-top: 40px;
  }
}

.p-character0::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/Allcharacter02.png);
  top: -120px;
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 640px) {
  .p-character0::before {
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}

.p-character07::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/candy04.png);
  top: 450px;
  left: calc(50% + 200px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character07::before {
    top: 350px;
    left: calc(50% + 70px);
    width: 100px;
    height: 100px;
  }
}

.p-character08::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/clin01.png);
  top: -5px;
  left: calc(50% - 530px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character08::before {
    background-image: url(/assets/img/character/Allcharacter02.png);
    top: -10px;
    left: calc(50% - 80px);
    width: 150px;
    height: 150px;
  }
}

.p-character__cn08::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/clin01.png);
  top: 1px;
  left: calc(50% - 400px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character__cn08::before {
    background-image: url(/assets/img/character/Allcharacter02.png);
    top: -15px;
    left: calc(50% - 80px);
    width: 150px;
    height: 150px;
  }
}

.p-company {
  position: relative;
}

.p-character09::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/morisuke01.png);
  top: -5px;
  left: calc(50% - 430px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character09::before {
    background-image: url(/assets/img/character/Allcharacter.png);
    top: -10px;
    left: calc(50% - 80px);
    width: 150px;
    height: 150px;
  }
}

.p-character__cn09::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/morisuke01.png);
  top: 0;
  left: calc(50% - 320px);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .p-character__cn09::before {
    background-image: url(/assets/img/character/morisuke01.png);
    top: 1px;
    left: calc(50% - 150px);
    width: 100px;
    height: 100px;
  }
}

.p-info {
  position: relative;
}

.p-viator {
  position: relative;
}

.p-character05::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/character/clin05.png);
  top: 150px;
  left: calc(50% + 320px);
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 640px) {
  .p-character05::after {
    top: 120px;
    left: calc(50% + 100px);
    width: 100px;
    height: 100px;
  }
}

/* S: header --------------- */
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 30px;
  padding-top: 30px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 50px;
    padding: 0;
  }
}
.l-header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .l-header-wrap {
    display: none;
  }
}
.l-header.is-active .l-nav-top .header-main-logo {
  opacity: 1;
  pointer-events: auto;
}
.l-header.is-active .l-nav-top .m-select-lang {
  top: 0;
  transition-delay: 0s;
}

.l-nav {
  display: flex;
  position: fixed;
  right: 0;
  inset-block: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 230px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
  padding-inline: 25px;
  padding-block: 30px 35px;
}
@media screen and (max-width: 1280px) {
  .l-nav {
    width: 160px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 640px) {
  .l-nav {
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
    border-left: 0;
  }
}
.l-nav-top {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-nav-top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
  }
}
.l-nav-top .header-main-logo {
  display: block;
  opacity: 0;
  margin-bottom: 20px;
  transition: 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .l-nav-top .header-main-logo {
    max-width: 55px;
    opacity: 1;
    margin-bottom: 0;
    transition: none;
    pointer-events: auto;
  }
}
.l-nav-top .header-main-logo.dainamu {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-nav-top .header-main-logo.dainamu {
    display: inline-block;
    max-width: 66px;
    margin-right: 27px;
  }
}
.l-nav-top .m-select-lang {
  top: -67px;
  transition: 0.5s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 640px) {
  .l-nav-top .m-select-lang {
    top: 0;
    margin-left: auto;
    margin-right: 15px;
    transition: none;
  }
  .l-nav-top .m-select-lang select {
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  .l-nav-wrap {
    display: none;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00a369;
    color: #fff;
    padding: 30px;
    padding-inline: 5.35%;
  }
}
.l-nav .btn-nav {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .l-nav .btn-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    height: 100%;
    background-color: #00a369;
  }
}
.l-nav .btn-nav .bar {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin-top: -1px;
  opacity: 1;
  transition: transform 0.4s;
}
.l-nav .btn-nav::before, .l-nav .btn-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 1px;
  margin-top: -1px;
  transform: translate(-50%, -8px);
  background-color: #fff;
  transition: transform 0.4s;
}
.l-nav .btn-nav::after {
  transform: translate(-50%, 8px);
}
.l-nav .btn-nav:focus {
  outline: none;
}
.l-nav .btn-nav:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.l-nav .nav-list {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .l-nav .nav-list {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
  }
}
.l-nav .nav-item {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .l-nav .nav-item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-nav .nav-item ~ .nav-item {
  margin-top: 5px;
}
.l-nav .nav-item .nav-link {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  transition: color 0.2s;
}
@media screen and (max-width: 640px) {
  .l-nav .nav-item .nav-link {
    padding: 5px 10px;
  }
}
.l-nav .nav-item .nav-link:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav .nav-item .nav-link:hover {
    color: #00a369;
  }
}
.l-nav.is-open .l-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-nav.is-open .btn-nav .bar {
  opacity: 0;
}
.l-nav.is-open .btn-nav::before {
  transform: translate(-50%, 0) rotate(-45deg);
}
.l-nav.is-open .btn-nav::after {
  transform: translate(-50%, 0) rotate(45deg);
}

/* E: header --------------- */
/* S: main ----------------- */
/* E: main ----------------- */
/* S: footer --------------- */
.l-footer {
  padding-right: 230px;
  padding-block: 14px;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 1280px) {
  .l-footer {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 640px) {
  .l-footer {
    padding-block: 23px 20px;
    padding-inline: 0;
  }
}
.l-footer > .m-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 640px) {
  .l-footer > .m-wrapper {
    display: block;
    text-align: center;
  }
}
.l-footer .copyright {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 640px) {
  .l-footer .copyright {
    margin-top: 12px;
  }
}

/* E: footer --------------- */
/* MV */
.mv-wrap {
  height: 100svh;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .mv-wrap {
    height: calc(100svh - 50px);
    margin-bottom: 45px;
  }
}
.mv-wrap .mv-item {
  position: relative;
  width: 100% !important;
}
.mv-wrap .mv-img {
  width: 100%;
  height: 100%;
}
.mv-wrap .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-wrap .mv-obj {
  position: absolute;
  left: min(105px, 6.5%);
  bottom: min(100px, 25%);
}
@media screen and (max-width: 640px) {
  .mv-wrap .mv-obj {
    bottom: min(75px, 15%);
  }
}
.mv-wrap .mv-obj .lead {
  color: #fff;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: 0 0 10px #636363;
  font-family: "Inter", "Noto Sans TC", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 640px) {
  .mv-wrap .mv-obj .lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mv-wrap .swiper {
  height: 100%;
}
.mv-wrap .swiper-slide-active .mv-img,
.mv-wrap .swiper-slide-duplicate-active .mv-img,
.mv-wrap .swiper-slide-prev .mv-img {
  animation: slideZoomUp 8s linear normal both;
}
.mv-wrap .swiper-slide-active.even .mv-img,
.mv-wrap .swiper-slide-duplicate-active.even .mv-img,
.mv-wrap .swiper-slide-prev.even .mv-img {
  animation: slideZoomDown 8s linear normal both;
}

@keyframes slideZoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes slideZoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 640px) {
  .information-wrap .m-title-desc {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */