@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
  - Header
  - Footer
  - Call To Action
# Content
  - Breadcrumbs
  - Headline
  - Text 
# Animation
  - play Up
  - play Left
  - Text Animation
--------------------------------------------------------------*/
/* Color
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
/* Mixin
--------------------------------------------- */
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  margin: 0 !important;
  color: #313131;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  position: relative;
  margin: 0;
  color: #313131;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0 0 1.5rem 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #313131;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
a:link, a:visited {
  color: #313131;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    max-width: 100%;
  }
}

input,
textarea,
select {
  border-radius: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  outline: none;
}
@media only screen and (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 1.6rem !important;
  }
}

@media only screen and (max-width: 768px) {
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

button {
  outline: none;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
@-o-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
}
@viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

#wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    position: relative;
    min-width: 320px;
  }
}

.pc-only {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.pcIb {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  .pcIb {
    display: none !important;
  }
}

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

.spIb {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .spIb {
    display: inline-block !important;
  }
}

.outerBlock {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .outerBlock {
    min-width: 320px;
  }
}

.innerBlock {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .innerBlock {
    width: auto;
    padding: 0 15px;
  }
}

.intro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner10 {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner12 {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner13 {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner14 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m_auto {
  margin: auto;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Header
--------------------------------------------- */
.header {
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 60px;
  background: rgba(49, 49, 49, 0.8);
}
@media only screen and (max-width: 768px) {
  .header {
    height: 67px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 12px 20px 12px 20px;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    display: flex;
    padding: 10px;
  }
}
.header .logo__item {
  display: flex;
  align-items: center;
}
.header .logo__item-thumb {
  display: block;
  max-width: 180px;
  margin: auto;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .header .logo__item-thumb {
    z-index: 999999999;
    max-width: 192px;
    margin: auto;
  }
}
.header .menu__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-right: 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .header .menu__item {
    width: auto;
  }
}
.header .menu__list {
  display: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: fixed;
  overflow: auto;
  top: 60px;
  right: 0;
  z-index: 999999;
  width: 390px;
  height: calc(100vh - 60px);
  background: #313131;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .header .menu__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header .menu__list {
    top: 67px;
    overflow: scroll;
    width: 100%;
    height: calc(100vh - 67px);
    padding: 30px 25px;
  }
}
.header .menu__list li {
  display: flex;
  align-items: left;
  justify-content: left;
  width: 100%;
  margin: auto;
  padding: 10px 1.5rem;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.header .menu__list li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .header .menu__list li {
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 21px;
  }
}
.header .menu__list li a {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .header .menu__list li .sub_list {
    width: 100%;
    text-align: left;
  }
}
.header .menu__list li .sub_list li {
  position: relative;
  padding: 10px 0 10px 15px;
  border: none;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .header .menu__list li .sub_list li {
    align-items: left;
    justify-content: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.header .menu__list li .sub_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 8px;
  transform: translateY(-50%);
  background: url(../img/common/menu_icon.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
.header .menu__list li .sub_list li:hover::after {
  left: 5px;
  transition: 0.3s ease-in-out;
}
.header .menu__list li .sub_list .no_topborder {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
.header .menu__list li .sub_list .no_topborder::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .menu__list li .third_list {
    width: 100%;
    text-align: left;
  }
}
.header .menu__list li .third_list li {
  position: relative;
  padding: 10px 0 10px 15px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .header .menu__list li .third_list li {
    align-items: left;
    justify-content: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.header .menu__list li .third_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 8px;
  background: url(../img/common/menu_third_icon.png) no-repeat center/contain;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.header .menu__list li .third_list li:hover::after {
  left: 5px;
  transition: 0.3s ease-in-out;
}
.header .menu__list li .icon_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .header .menu__list li .icon_list {
    padding-top: 30px;
  }
}
.header .menu__list li .icon_list li {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  text-align: center;
}
.header .menu__list li .icon_list a {
  display: block;
  width: 100%;
  margin: auto;
}
.header .menu__list li .icon_list img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header #menuBtn {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 9999999;
  width: 37px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header #menuBtn {
    top: 20px;
    right: 10px;
  }
}
.header #menuBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 38px;
  height: 2px;
  margin: auto;
  border-radius: 0;
  background: #FFFFFF;
}
.header #menuBtn span:nth-child(1) {
  top: 0px;
}
.header #menuBtn span:nth-child(2) {
  top: 13px;
}
.header #menuBtn span:nth-child(3) {
  bottom: 13px;
  background: none;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.header #menuBtn.isOpen span:not(.txt):nth-child(1) {
  transform: translateY(8px) rotate(-22deg);
  top: 0;
}
.header #menuBtn.isOpen span:not(.txt):nth-child(2) {
  transform: translateY(8px) rotate(22deg);
  top: 0;
}
.header .headerLanguage {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 1rem;
  border: 1px solid #9B9B9B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.header .headerLanguage img {
  width: 16px;
  height: auto;
  margin-top: 2px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .languageBtn {
  width: 100%;
  border: 1px solid #9B9B9B;
  cursor: pointer;
}
.header .languageBtn li {
  padding: 0.25rem 1rem !important;
  border-top: none !important;
  border-bottom: none !important;
  list-style-type: none;
}
.header .languageBtn li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.header .languageBtn li img {
  margin: 6px 5px 0 0;
}

/* Footer
--------------------------------------------- */
.footer {
  background: #1F1F1F;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 64px;
  }
}
.footer .inner13 {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .footer .inner13 {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__nav {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  width: calc(100% - 320px);
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .footer__nav {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
  }
}
.footer__nav a {
  color: #FFFFFF;
}
.footer__navItem {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 25px;
  border-left: 1px solid #9B9B9B;
}
@media only screen and (max-width: 768px) {
  .footer__navItem {
    margin-bottom: 2.5rem;
    padding-left: 0;
    border-left: none;
  }
}
.footer__navItem-ttl {
  color: #FFFFFF;
  font-size: 21px;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .footer__navItem-ttl {
    padding-left: 15px;
    border-left: 1px solid #9B9B9B;
    font-size: 24px;
  }
}
.footer__navItem .mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer__navList {
    padding-left: 15px;
    border-left: 1px solid #9B9B9B;
  }
}
.footer__navList li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 25px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .footer__navList li {
    align-items: left;
    justify-content: left;
    width: 100%;
  }
}
.footer__navList li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 8px;
  background: url(../img/common/menu_icon.png) no-repeat center/contain;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.footer__navList li:hover::after {
  left: 5px;
  transition: 0.3s ease-in-out;
}
.footer__navList li.no-border {
  padding-top: 0;
  border-top: none;
}
.footer__navList li.no-border::after {
  display: none;
}
.footer__navList li a.no-event {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .footer__subnavList {
    width: 100%;
    text-align: left;
  }
}
.footer__subnavList li {
  position: relative;
  padding-left: 1.5rem;
  border: none;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 100%;
}
.footer__subnavList li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 8px;
  background: url(../img/common/menu_third_icon.png) no-repeat center/contain;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.footer__subnavList li:hover::after {
  transition: 0.3s ease-in-out;
}
.footer__logo {
  max-width: 320px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    max-width: 100%;
    background: #2E2E2E;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.footer__logoThumb {
  max-width: 320px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .footer__logoThumb {
    max-width: 216px;
  }
}
.footer__logoThumb img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logoList {
  display: flex;
  width: 100%;
  max-width: 198px;
  margin: auto;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .footer__logoList {
    max-width: 135px;
    padding-top: 15px;
  }
}
.footer__logoList li {
  width: 25%;
  padding: 0;
  border: none;
  text-align: center;
}
.footer__logoList li a {
  margin: auto;
}
.footer__logoList li img {
  max-width: 30px;
}
@media only screen and (max-width: 768px) {
  .footer__logoList li img {
    max-width: 24px;
  }
}
.footer__lp {
  width: 100%;
  max-width: 360px;
  margin: 1.5rem auto 1rem auto;
}
.footer__lp img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .copyright {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    background: #2E2E2E;
  }
}
.footer .copyright .inner13 {
  display: flex;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .footer .copyright .inner13 {
    display: block;
    padding: 0;
  }
}
.footer .copyright__subList {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: calc(100% - 280px);
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .footer .copyright__subList {
    display: block;
    width: 100%;
    border-top: 1px solid #313131;
  }
}
.footer .copyright__subList li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .copyright__subList li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #313131;
    text-align: center;
  }
}
.footer .copyright__subList a {
  color: #FFFFFF;
}
.footer .copyright__txt {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer .copyright__txt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer .copyright__txt p {
  color: #D3D3D3;
  font-size: 14px;
  font-family: "Montserrat";
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer .copyright__txt p {
    text-align: center;
  }
}
.footer .footerLanguage {
  display: block;
  width: 160px;
  height: 24px;
  padding: 5px 1rem;
  border: 1px solid #9B9B9B;
  color: #FFFFFF;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .footer .footerLanguage {
    width: 200px;
    height: 32px;
    margin: 0 auto;
    padding: 8px 1rem;
  }
}
.footer .footerLanguage img {
  width: 12px;
  height: auto;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .languageBtn {
  width: 100%;
  border: 1px solid #9B9B9B;
  cursor: pointer;
}
.footer .languageBtn li {
  padding: 0.25rem 1rem;
  list-style-type: none;
}
.footer .languageBtn li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.footer .languageBtn li img {
  margin: 2px 5px 0 0;
}

/* Call To Action
--------------------------------------------- */
.cta {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .cta {
    display: block;
  }
}
.cta__box {
  display: flex;
  position: relative;
  width: 50%;
  padding: 150px 20px;
}
@media only screen and (max-width: 1024px) {
  .cta__box {
    width: 100%;
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cta__box {
    width: 100%;
    padding: 50px 25px;
  }
}
.cta__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.5);
}
.cta .catalog {
  background: url(../img/common/catalog_bg.jpg) no-repeat center;
  background-size: cover;
}
.cta .contact {
  background: url(../img/common/contact_bg.jpg) no-repeat center;
  background-size: cover;
}
.cta .reserve {
  background: url(../img/common/reserve_bg.jpg) no-repeat center;
  background-size: cover;
}
.cta__content {
  z-index: 10;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .cta__content {
    max-width: 100%;
  }
}
.cta__content-ttl {
  margin-bottom: 2rem;
  font-size: 65px;
  font-family: "Montserrat";
  font-weight: 300;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .cta__content-ttl {
    font-size: 50px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .cta__content-ttl {
    font-size: 36px;
    margin-bottom: 1rem;
  }
}
.cta__content p {
  margin-bottom: 2.5rem;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .cta__content p {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .cta__content p {
    font-size: 14px;
  }
}
.cta__content-btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.cta__content-btn a {
  display: block;
  width: 100%;
  padding: 20px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .cta__content-btn a {
    font-size: 16px;
  }
}
.cta__content-btn a:hover {
  background: #FFFFFF;
  color: #313131;
  transition: 0.5s ease-in-out;
  opacity: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  position: relative;
  padding: 0.5rem 0;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 0.25rem 0;
  }
}
.breadcrumbs__inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumbs__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs__listItem {
  color: #9B9B9B;
  font-size: 14px;
}
.breadcrumbs__listItem::after {
  content: "/";
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.breadcrumbs__listItem:last-child::after {
  content: "";
  margin-right: 0;
}
.breadcrumbs__listItem a {
  color: #313131;
  font-size: 14px;
}
.breadcrumbs__listItem a:hover {
  text-decoration: underline;
}

/* Headline
--------------------------------------------- */
.h2_item {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .h2_item {
    margin-bottom: 55px;
  }
}
.h2_item::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #D3D3D3;
  transform: translateY(-45%);
}
@media only screen and (max-width: 768px) {
  .h2_item::after {
    top: 42.5%;
    transform: translateY(-42.5%);
  }
}
.h2_item .ttl {
  position: inherit;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
  background: #FFFFFF;
  color: #313131;
  font-size: 66px;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .h2_item .ttl {
    font-size: 50px;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .h2_item .ttl {
    font-size: 9.6vw;
  }
}
.h2_item .sub_ttl {
  color: #A3A3A3;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .h2_item .sub_ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .h2_item .sub_ttl {
    font-size: 3.6vw;
  }
}

/* Fixed button
--------------------------------------------- */
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 324px;
  height: 96px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .fixed-btn {
    display: none;
    position: relative;
  }
}
.fixed-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-color: #313131;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .fixed-btn::after {
    display: none;
    position: relative;
  }
}
.fixed-btn:hover::after {
  background-color: #FFFFFF;
}
.fixed-btn.is-active {
  opacity: 1;
  visibility: visible;
}
.fixed-btn a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 12px;
  width: 100%;
  height: 96px;
  padding: 0;
  background: rgba(49, 49, 49, 0.8);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .fixed-btn a {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    padding: 8px 0;
  }
}
.fixed-btn a:hover {
  opacity: 1;
  filter: opacity(100%);
  background-color: #FFFFFF;
  color: #313131;
}
.fixed-btn__thumb {
  width: 96px;
  height: 96px;
  margin: 0;
  aspect-ratio: 1/1;
}
.fixed-btn__thumb img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-btn__txt .ttl {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.fixed-btn__txt .caption {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

/* Footer button
--------------------------------------------- */
.footer-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 100%;
  height: 64px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .footer-btn {
    display: block;
  }
}
.footer-btn.is-active {
  opacity: 1;
  visibility: visible;
}
.footer-btn-list {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0;
}
.footer-btn-list__item {
  width: 100%;
  border-top: 2px solid #2E2E2E;
  border-right: 1px solid #9B9B9B;
}
.footer-btn-list__item:last-child {
  border-right: none;
}
.footer-btn-list__item a {
  display: block;
  width: 100%;
  height: 64px;
  padding: 10px 0;
  background-color: #313131;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.footer-btn-list__item a:hover {
  opacity: 1;
  filter: opacity(100%);
  background-color: #2E2E2E;
  color: #FFFFFF;
}
.footer-btn-list__item img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 24px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
/* play Up
--------------------------------------------- */
.play_up {
  display: flex !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  .play_up {
    display: block !important;
  }
}
.play_up li:nth-child(1) {
  animation-delay: 0.1s;
  animation-name: fedup01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
  display: block !important;
}
.play_up li:nth-child(2) {
  animation-name: fedup02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.7s;
  opacity: 0;
  display: block !important;
}
.play_up li:nth-child(3) {
  animation-name: fedup03;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  opacity: 0;
  display: block !important;
}

.play_up_delay {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .play_up_delay {
    display: block !important;
    opacity: 1;
  }
}
.play_up_delay li:nth-child(1) {
  animation-delay: 0.8s;
  animation-name: fedup01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .play_up_delay li:nth-child(1) {
    opacity: 1;
  }
}
.play_up_delay li:nth-child(2) {
  animation-name: fedup02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  opacity: 0;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .play_up_delay li:nth-child(2) {
    opacity: 1;
  }
}
.play_up_delay li:nth-child(3) {
  animation-name: fedup03;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  opacity: 0;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .play_up_delay li:nth-child(3) {
    opacity: 1;
  }
}

@keyframes fedup01 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fedup02 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fedup03 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* play Left
--------------------------------------------- */
.play_left {
  animation-name: fedleft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 1 !important;
}

@keyframes fedleft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fade In
--------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* Text Animation
--------------------------------------------- */
.ttl_movie_start,
.ttl_movie_start::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 1s);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ttl_movie_start {
  display: block;
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  opacity: 1 !important;
}
.ttl_movie_start::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #313131;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}/*# sourceMappingURL=style.css.map */