@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  overflow: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.width {
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.movie_mainvisual {
  border-radius: 30px;
  pointer-events: none;
  overflow: hidden;
}

.movie_wrapper {
  padding-top: 56.25%;
  margin-top: -3%;
  position: relative;
}
@media all and (max-width: 896px) {
  .movie_wrapper {
    display: none;
  }
}
.movie_wrapper .movie_mainvisual {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.movie_wrapper_sp {
  display: none;
}
@media all and (max-width: 896px) {
  .movie_wrapper_sp {
    display: block;
    padding-top: 177.67%;
    position: relative;
    pointer-events: none;
  }
  .movie_wrapper_sp .movie_mainvisual_sp {
    aspect-ratio: 618/1098;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.header {
  padding: 15px 70px 10px 30px;
  background: #D9E9F8;
}
@media all and (max-width: 896px) {
  .header {
    padding: 15px 60px 10px 10px;
  }
}
.header .area_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .ttl_header {
  width: 200px;
}
@media all and (max-width: 896px) {
  .header .ttl_header {
    display: none;
  }
}
.header .header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-right: 30px;
}
@media all and (max-width: 896px) {
  .header .header_sns {
    gap: 13px;
    padding-right: 13px;
  }
}
.header .header_sns > li {
  width: 30px;
}
@media all and (max-width: 896px) {
  .header .header_sns > li {
    width: 20px;
  }
}
.header .header_sns > li.youtube {
  width: 35px;
}
@media all and (max-width: 896px) {
  .header .header_sns > li.youtube {
    width: 25px;
  }
}
.header .header_sns > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_lang {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-left: -10px;
}
@media all and (max-width: 896px) {
  .header .header_lang {
    font-size: 1.4rem;
    margin-left: -5px;
  }
}
@media all and (max-width: 480px) {
  .header .header_lang {
    font-size: 1.2rem;
  }
}
.header .header_lang > li {
  position: relative;
}
.header .header_lang > li::after {
  content: "/";
  position: absolute;
  right: -9px;
  top: 0;
}
.header .header_lang > li:last-of-type::after {
  content: none;
}
.header .header_lang > li > a {
  display: block;
  padding: 0 10px;
}
@media all and (max-width: 896px) {
  .header .header_lang > li > a {
    padding: 0 5px;
  }
}
.header .menu-trigger {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #000;
}
.header .menu-trigger.active .btn_hamburger > span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
  left: 9px;
  top: 14px;
}
.header .menu-trigger.active .btn_hamburger > span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger.active .btn_hamburger > span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  bottom: 19px;
  left: 9px;
}
.header .btn_hamburger > span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .btn_hamburger > span:nth-of-type(1) {
  top: 15px;
}
.header .btn_hamburger > span:nth-of-type(2) {
  top: 25px;
}
.header .btn_hamburger > span:nth-of-type(3) {
  bottom: 13px;
}

.navigation {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 30px 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 800;
  background: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.navigation.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navigation .list_navigation > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
}
.navigation .list_navigation.list_second a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  display: block;
  font-weight: 400;
}
.navigation .list_navigation.list_second a::before {
  content: "-";
  margin-right: 0.5em;
}
.navigation .ttl_navigation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
}
.navigation .navigation_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .navigation .navigation_sns {
    gap: 20px;
  }
}
.navigation .navigation_sns > li {
  width: 30px;
}
@media all and (max-width: 896px) {
  .navigation .navigation_sns > li {
    width: 25px;
  }
}
.navigation .navigation_sns > li.youtube {
  width: 35px;
}
@media all and (max-width: 896px) {
  .navigation .navigation_sns > li.youtube {
    width: 30px;
  }
}
.navigation .navigation_sns > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .navigation_lang {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .navigation .navigation_lang {
    font-size: 1.6rem;
  }
}
.navigation .navigation_lang > li {
  position: relative;
}
.navigation .navigation_lang > li::after {
  content: "/";
  position: absolute;
  right: -9px;
  top: 0;
}
.navigation .navigation_lang > li:last-of-type::after {
  content: none;
}
.navigation .navigation_lang > li > a {
  display: block;
  padding: 0 10px;
}
@media all and (max-width: 896px) {
  .navigation .navigation_lang > li > a {
    padding: 0 5px;
  }
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

.notfound {
  padding: 100px 0;
  text-align: center;
}
.notfound h1 {
  font-size: 3rem;
}
.notfound .area_notfound {
  margin-top: 50px;
}

.footer {
  text-align: center;
  padding: 40px 0;
  background: #19A0FC;
}
.footer .logo_city {
  max-width: 220px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .footer .logo_city {
    max-width: 176px;
  }
}
@media all and (max-width: 480px) {
  .footer .logo_city {
    max-width: 110px;
  }
}
.footer .txt_copyright {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .footer .txt_copyright {
    font-size: 1.2rem;
  }
}
.footer #pagetop {
  position: fixed;
  right: 20px;
  z-index: 800;
}

input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}