@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* font-size
====================================== */
/* breakpoint ブレイクポイント
====================================== */
@media screen and (min-width: 835px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-size: 15px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #333333;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #fff;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
}

.sec-bottom {
  margin-bottom: 40px;
}
.sec-bottom--second {
  margin-bottom: 80px;
}
@media screen and (min-width: 431px) {
  .sec-bottom {
    margin-bottom: 100px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  /* pointer-events: none; */
}

.jp-center {
  text-align: center;
}

.l-header {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  z-index: 100;
  background: #3c473b;
}
.l-header .wrapper-header {
  padding: 0 5vw;
}
@media screen and (min-width: 835px) {
  .l-header .wrapper-header {
    padding: 8px 5vw;
  }
}
.l-header .burger-block {
  position: relative;
  z-index: 1001;
  background: #3c473b;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .l-header .burger-block {
    display: none;
  }
}
.l-header .burger-block .site-logo-sp {
  width: 132px;
  display: block;
}
.l-header .burger-block .cont-r {
  display: flex;
  align-items: center;
}
.l-header .burger-block .cont-r .language {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #ffffff;
}
.l-header .burger-block .cont-r .burger {
  position: relative;
  height: 62px;
  width: 62px;
  cursor: pointer;
  padding: 0;
}
.l-header .burger-block .cont-r .burger span {
  position: absolute;
  left: 50%;
  width: 31px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.l-header .burger-block .cont-r .burger span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -8px);
}
.l-header .burger-block .cont-r .burger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, 0);
}
.l-header .burger-block .cont-r .burger span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 8px);
}
.l-header .burger-block .cont-r .burger.active span {
  background: white;
}
.l-header .burger-block .cont-r .burger.active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.l-header .burger-block .cont-r .burger.active span:nth-child(2) {
  opacity: 0;
}
.l-header .burger-block .cont-r .burger.active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}
.l-header .header-body {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100vw;
  height: 100%;
  transition: top 0.4s ease;
  z-index: 1000;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-header .header-body.open {
    top: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-header .header-body {
    position: static;
    width: auto;
    height: auto;
    backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-header .header-body .site-logo {
  display: none;
}
@media screen and (min-width: 835px) {
  .l-header .header-body .site-logo {
    display: block;
    width: 190px;
  }
}
.l-header .header-body .header-nav {
  background: #3c473b;
  padding: 100px 5% 52px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .l-header .header-body .header-nav {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    display: flex;
    height: auto;
    align-items: center;
    gap: clamp(18px, 2.7vw, 40px);
  }
}
.l-header .header-body .header-nav .nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .l-header .header-body .header-nav .nav {
    gap: 12px;
    flex-direction: row;
    margin-bottom: 0;
    ine-height: 1.4;
    border-top: none;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .header-body .header-nav .nav {
    gap: 40px;
  }
}
.l-header .header-body .header-nav .nav li a {
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 20px 0 20px;
  border-top: 2px solid #fff;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .l-header .header-body .header-nav .nav li a {
    line-height: 1.4;
    border-top: none;
    padding: 0;
  }
}
.l-header .header-body .header-nav .nav__extra {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
@media screen and (min-width: 835px) {
  .l-header .header-body .header-nav .nav__extra {
    flex-direction: row;
  }
}
.l-header .header-body .header-nav .nav__extra li a {
  color: #fff;
  font-size: 15px;
}
.l-header .header-body .header-nav .nav__extra li .brandbook {
  display: inline-block;
  padding: 8px 19px;
  border: 1px solid #fff;
  white-space: nowrap;
}
.l-header .header-body .header-nav .nav__extra li .language {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  display: none;
}
@media screen and (min-width: 835px) {
  .l-header .header-body .header-nav .nav__extra li .language {
    display: inline-flex;
  }
}

.top-hero {
  width: 100%;
  height: 100svh;
  position: relative;
}

.top-hero__kv {
  position: relative;
}
.top-hero__kv .video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100svh;
  transition: opacity 0.6s ease;
}
.top-hero__kv .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-hero__kv .video-poster.is-hide {
  opacity: 0;
  pointer-events: none;
}
.top-hero__kv .hero {
  position: relative;
  height: 100svh;
  overflow: hidden;
}
.top-hero__kv .hero .player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 9 / 16 = 0.5625 */
  min-width: 177.78svh; /* 16 / 9 */
  min-height: 110svh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.top-hero__kv .hero .player.is-show {
  opacity: 1;
}
.top-hero__kv .hero .hero__content {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: right;
  color: #fff;
}
.top-hero__kv .hero .hero__content h1 {
  font-size: 39px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .top-hero__kv .hero .hero__content h1 {
    font-size: 65px;
  }
}
@media screen and (min-width: 835px) {
  .top-hero__kv .hero .hero__content h1 .sp {
    display: none;
  }
}
.top-hero__kv .hero .hero__content h1 span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .top-hero__kv .hero .hero__content h1 span {
    font-size: 40px;
  }
}

.wave {
  position: absolute;
  bottom: -2.5px;
  fill: #fff;
  transform-origin: center;
  width: 100%;
  overflow: hidden;
}
.wave svg {
  width: calc(100% + 1.3px);
  height: 31px;
}

.l-footer {
  background: #3c473b;
  padding: 52px 0;
}
.l-footer .logo {
  width: 180px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 835px) {
  .l-footer .logo {
    width: 343px;
  }
}
.l-footer .copyright {
  text-align: center;
  color: #fff;
}

body.home .s-intro {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro {
    margin-top: 100px;
  }
}
body.home .s-intro .s-intro__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
body.home .s-intro .s-intro__content .title__l {
  color: #8c7456;
  margin-bottom: 50px;
  text-align: center;
}
body.home .s-intro .s-intro__content .c-desc {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .s-intro__content .c-desc {
    margin-bottom: 60px;
  }
}
body.home .s-intro .s-intro__content p {
  line-height: 1.75;
  margin-bottom: 1em;
}
body.home .s-intro .s-intro__content .btn-block {
  margin: 0 auto;
}
body.home .s-about {
  min-height: 550px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 835px) {
  body.home .s-about {
    min-height: 580px;
  }
}
body.home .s-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg-about_sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  body.home .s-about::before {
    background-image: url("../images/bg-about_pc.png");
  }
}
body.home .s-about .wrapper {
  margin: 0;
  padding: 0 8%;
}
body.home .s-about .s-about__content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 463px;
  margin-left: 0;
}
body.home .s-about .s-about__content .title__l {
  margin-bottom: 30px;
}
body.home .s-about .s-about__content p {
  line-height: 1.75;
  margin-bottom: 30px;
}
body.home .s-about .s-about__content .btn-block {
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  body.home .s-about .s-about__content .btn-block {
    margin-left: unset;
  }
}
body.home .s-slick .s-slick__content .title__l {
  color: #8c7456;
  margin-bottom: 50px;
  text-align: center;
}
body.home .s-slick .s-slick__content .slick-body {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}
body.home .s-slick .s-slick__content .slick-body .slick-track {
  display: flex;
  align-items: center;
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .card {
  position: relative;
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .card .img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 835px) {
  body.home .s-slick .s-slick__content .slick-body .slick-cards .card .img {
    aspect-ratio: auto;
  }
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .card .img img {
  height: 100%;
  width: 100%;
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .card .title {
  padding-top: 26px;
  font-size: 24px;
  color: #8c7456;
  text-align: center;
  line-height: 1.5;
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .slick-slide {
  width: 200px;
  transition: transform 0.5s ease;
  will-change: transform;
}
@media screen and (min-width: 835px) {
  body.home .s-slick .s-slick__content .slick-body .slick-cards .slick-slide {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  body.home .s-slick .s-slick__content .slick-body .slick-cards .slick-slide {
    width: 547px;
  }
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .slick-slide:not(.slick-center) {
  transform: scale(0.75);
}
@media screen and (min-width: 835px) {
  body.home .s-slick .s-slick__content .slick-body .slick-cards .slick-slide:not(.slick-center) {
    transform: scale(0.82);
    min-width: 350px;
  }
}
body.home .s-slick .s-slick__content .slick-body .slick-cards .slick-slide.slick-center {
  transform: scale(1);
}
body.home .s-slick .s-slick__content .slick-prev:before,
body.home .s-slick .s-slick__content .slick-next:before {
  content: "";
}
body.home .s-slick .s-slick__content .slick-prev,
body.home .s-slick .s-slick__content .slick-next {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 24px;
  z-index: 1;
  background-color: #ffffff;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  body.home .s-slick .s-slick__content .slick-prev,
  body.home .s-slick .s-slick__content .slick-next {
    width: 51px;
    height: 51px;
  }
}
body.home .s-slick .s-slick__content .slick-prev {
  background-image: url("../images/slick_arrow.svg");
  left: 2%;
}
body.home .s-slick .s-slick__content .slick-next {
  background-image: url("../images/slick_arrow.svg");
  transform: translateY(-50%) rotate(180deg);
  right: 2%;
}
body.home .s-movie {
  background: #6b7566;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  body.home .s-movie {
    padding: 100px 0;
  }
}
body.home .s-movie .title__l {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .s-book .s-book__content {
    display: flex;
  }
}
body.home .s-book .s-book__content .cont-l,
body.home .s-book .s-book__content .cont-r {
  padding: 5%;
}
@media screen and (min-width: 835px) {
  body.home .s-book .s-book__content .cont-l,
  body.home .s-book .s-book__content .cont-r {
    padding: 6%;
    width: 50%;
  }
}
body.home .s-book .s-book__content .cont-l .title__l {
  margin-bottom: 20px;
  color: #8c7456;
}
@media screen and (min-width: 835px) {
  body.home .s-book .s-book__content .cont-l .title__l {
    margin-bottom: 50px;
  }
}
body.home .s-book .s-book__content .cont-l p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.home .s-book .s-book__content .cont-l p {
    margin-bottom: 50px;
    max-width: 484px;
  }
}
body.home .s-book .s-book__content .cont-r {
  background: #e8e8e1;
}
body.home .s-book .s-book__content .cont-r .img {
  max-width: 370px;
  margin: 0 auto;
}
body.home .s-access {
  background: #f5f8fa;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  body.home .s-access {
    padding: 100px 0;
  }
}
body.home .s-access .title__l {
  margin-bottom: 20px;
  color: #8c7456;
}
@media screen and (min-width: 835px) {
  body.home .s-access .title__l {
    margin-bottom: 50px;
    text-align: center;
  }
}
body.home .s-access .map {
  margin-bottom: clamp(24px, 4.1vw, 60px);
}
@media screen and (max-width: 430px) {
  body.home .s-access .map iframe {
    aspect-ratio: 335/263;
    height: auto;
  }
}
body.home .s-access .text-desc p {
  margin-bottom: 40px;
  line-height: 1.8;
}
body.home .s-access .text-desc a {
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.home .s-access .text-desc a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  br.sp-only {
    display: none;
  }
}

.title__l {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 835px) {
  .title__l {
    font-size: 48px;
  }
}
@media screen and (min-width: 835px) {
  .title__l .sp {
    display: none;
  }
}
.title__m {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .title__m {
    font-size: 39px;
    margin-bottom: 50px;
  }
}
.title__m span {
  display: block;
  font-size: 24px;
}

.page-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.page-title .wave {
  position: absolute;
  bottom: -2.5px;
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
  width: 100%;
}
.page-title .wave svg {
  width: calc(100% + 1.3px);
  height: 31px;
}
.page-title__kv {
  min-height: 70vh;
  max-height: 70vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  z-index: 1;
  aspect-ratio: 375/500;
}
@media screen and (min-width: 835px) {
  .page-title__kv {
    aspect-ratio: auto;
  }
}
.page-title__kv--about {
  background-image: url("../images/kv-about_sp.png");
}
@media screen and (min-width: 835px) {
  .page-title__kv--about {
    background-image: url("../images/kv-about_pc.png");
  }
}
.page-title__kv--tourism {
  background-image: url("../images/kv-tourism_sp.png");
}
@media screen and (min-width: 835px) {
  .page-title__kv--tourism {
    background-image: url("../images/kv-tourism_pc.png");
  }
}
.page-title__kv--movies {
  background-image: url("../images/kv-movies_sp.png");
}
@media screen and (min-width: 835px) {
  .page-title__kv--movies {
    background-image: url("../images/kv-movies_pc.png");
  }
}
.page-title .content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.page-title .content h1 {
  font-size: clamp(48px, 5vw, 65px);
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .page-title .content h1 .sp-only {
    display: none;
  }
}
.page-title .content p {
  margin-top: 20px;
  font-size: clamp(16px, 1.7vw, 24px);
}
.page-title .content--ja {
  left: 5%;
}
.page-title .content--ja h1 {
  font-size: 30px;
}
@media screen and (min-width: 835px) {
  .page-title .content--ja h1 {
    font-size: 50px;
  }
}
.page-title .content--ja p {
  font-size: 16px;
}

.section-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.section-title__kv {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .section-title__kv {
    min-height: 420px;
    aspect-ratio: auto;
  }
}
.section-title__kv--history {
  background-image: url("../images/kv-history_sp.png");
}
@media screen and (min-width: 835px) {
  .section-title__kv--history {
    background-image: url("../images/kv-history_pc.png");
  }
}
.section-title__kv--culture {
  background-image: url("../images/kv-culture_sp.png");
}
@media screen and (min-width: 835px) {
  .section-title__kv--culture {
    background-image: url("../images/kv-culture_pc.png");
  }
}
.section-title__kv--nature {
  background-image: url("../images/kv-nature_sp.png");
}
@media screen and (min-width: 835px) {
  .section-title__kv--nature {
    background-image: url("../images/kv-nature_pc.png");
  }
}
.section-title .content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .section-title .content {
    left: 10%;
  }
}
.section-title .content h1 {
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1.5;
}

.btn-block {
  width: fit-content;
}
.btn-block__black .btn {
  display: inline-block;
  width: fit-content;
  line-height: 1.4;
  border: 1px solid #000;
  padding: 16px 40px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
}
.btn-block__black .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000;
  z-index: -1;
  transition: width 0.3s ease;
}
.btn-block__black .btn:hover {
  color: #fff;
}
.btn-block__black .btn:hover::before {
  width: 100%;
}
.btn-block__white .btn {
  display: inline-block;
  width: fit-content;
  line-height: 1.4;
  border: 1px solid #ffffff;
  padding: 16px 40px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
}
.btn-block__white .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  transition: width 0.3s ease;
}
.btn-block__white .btn:hover {
  color: #000000;
}
.btn-block__white .btn:hover::before {
  width: 100%;
}
.btn-block--ja {
  margin: 0 auto;
}

.common-intro {
  max-width: 910px;
  margin: 0 auto;
  line-height: 1.75;
  text-align: center;
}

.common-list {
  margin-top: 80px;
}
.common-list .list li {
  margin-bottom: 30px;
}
.common-list .list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .common-list .list li {
    display: flex;
    max-width: 1040px;
    margin: 0 auto 80px;
    gap: 80px;
  }
}
.common-list .list li .img {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .common-list .list li .img {
    width: 400px;
    margin-bottom: 0;
  }
}
.common-list .list li .text-desc {
  line-height: 1.75;
}
.common-list .list li .text-desc--second {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .common-list .list li .text-desc {
    flex: 1;
  }
}
.common-list .list li .text-desc h4 {
  font-size: 24px;
  margin-bottom: clamp(20px, 3.47vw, 50px);
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  z-index: 1;
}
.bg__statement {
  color: #fff;
  background-image: url("../images/bg-tourism_pc.png");
}
@media screen and (min-width: 835px) {
  .bg__statement {
    padding-bottom: 100px;
  }
}

.common-list-movies {
  max-width: 1120px;
  margin: 0 auto;
}
.common-list-movies li {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .common-list-movies li {
    justify-content: space-between;
    flex-direction: row;
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 835px) {
  .common-list-movies li .text-desc {
    width: 50%;
    order: 2;
  }
}
.common-list-movies li .text-desc p {
  line-height: 1.75;
  letter-spacing: 0;
}
.common-list-movies li .youtube {
  width: 100%;
  max-width: 319px;
  margin-inline: auto;
}
.common-list-movies li .youtube iframe {
  width: 319px;
  height: 181px;
}
@media screen and (min-width: 835px) {
  .common-list-movies li .youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 835px) {
  .common-list-movies li .youtube {
    max-width: 480px;
  }
}
.common-list-movies.bg_white li {
  color: #333333;
}
.common-list-movies.bg_white li .title {
  color: #8c7456;
}/*# sourceMappingURL=style.css.map */