@charset "UTF-8";
/*
Theme Name: 
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 
Version: 0.01 (2019/09/30)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: vertical; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

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

ol, ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto; }

html {
  overflow: hidden; }

body {
  overflow: hidden;
  margin: 0; }

/* 
			Scroll and Show
*********************************************/
.ssb {
  transform: translateY(3em);
  transition: all 0.8s ease;
  opacity: 0; }

.ss_on.ssb,
.ss2_on.ssb,
.ss3_on.ssb,
.ss30_on.ssb {
  transform: translateY(0);
  opacity: 1; }

.sso {
  opacity: 0; }
  .sso.ss_on {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/* 
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease; }

.ivo {
  opacity: 0; }
  .ivo.in-view {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/* 
			eachTextAnime
*********************************************/
.eachTextAnime span,
.eachTextAnime2 span,
.eachTextAnime3 span {
  opacity: 0; }

.eachTextAnime.appeartext span,
.eachTextAnime2.appeartext span,
.eachTextAnime3.appeartext span {
  animation: text_anime_on 1s ease-out forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*
			アニメーション
*********************************************/
/* ----------------------------------------------
 * Generated by Animista on 2024-8-19 1:10:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * WordPressスタイル
 *
***************************************************************/
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.alignleft {
  float: left;
  margin: 1em 1em 1em 0; }

.alignright {
  float: right;
  margin: 1em 0 1em 1em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.alignleft,
.alignright,
.aligncenter {
  clear: both; }

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    margin: 0 0 1em; } }
.wp-caption {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #f6f6f6;
  margin-bottom: 30px; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  margin: 0;
  text-align: center; }

figure img {
  margin-bottom: 0; }

figure figcaption {
  color: #555d66;
  text-align: center;
  font-size: 0.8em; }

.content_body button,
.content_body input,
.content_body textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem; }

.content_body button,
.content_body input {
  line-height: normal; }

.content_body textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top; }

.content_body blockquote {
  margin-left: 1em;
  margin-bottom: 2em;
  padding: 8px 1em;
  border-left: 3px solid #999; }

#wp-calendar {
  width: 100%;
  text-align: center; }

#wp-calendar a:link {
  color: #89C538;
  text-decoration: underline;
  font-weight: 800; }

.content_body p {
  margin-bottom: 1em;
  line-height: 1.8em; }

.content_body a {
  text-decoration: underline; }

.content_body h1,
.content_body h3 {
  color: #4f648a;
  font-size: 2em;
  padding: 0.5em 1em;
  background-color: #FFF;
  font-weight: 600;
  margin: 3em 0 1.5em;
  line-height: 1.8em;
  border-radius: 0.2em; }

.content_body h2 {
  font-size: 2em;
  color: #FFF;
  padding: 0.5em 1em;
  font-weight: 600;
  margin: 3em 0 1.5em;
  line-height: 1.8em; }

.content_body h3 {
  font-size: 1.6em; }

.content_body h1:first-child,
.content_body h2:first-child,
.content_body h3:first-child {
  margin: 0 0 1.5em; }

.content_body ul {
  padding-left: 2em;
  margin-bottom: 1em; }

.content_body ul > li {
  margin-bottom: 0.5em; }

.content_body em {
  font-style: italic; }

.content_body strong {
  font-weight: 800; }

/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui, sans-serif;
  overflow: hidden; }

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

.font_a {
  font-family: "Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E","メイリオ","Meiryo",serif; }

.font_b {
  font-family: "Josefin Sans","Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E","メイリオ","Meiryo",serif; }

/* 
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none; }

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; }

  .lg_hide {
    display: none; }

  .lg_show {
    display: block; }

  .lg_showin {
    display: inline; }

  .res {
    width: 100%; } }
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; } }
@media screen and (max-width: 768px) {
  .md_hide {
    display: none; }

  .md_show {
    display: block; }

  .md_showin {
    display: inline; }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .sm_hide {
    display: none; }

  .sm_show {
    display: block; }

  .sm_showin {
    display: inline; } }
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .xs_hide {
    display: none; }

  .xs_show {
    display: block; }

  .xs_showin {
    display: inline; } }
/* 
			drawer
*********************************************/
#gm {
  display: none; }

p#drawer_menu {
  position: fixed;
  display: block;
  z-index: 103;
  top: 2em;
  right: 2em;
  width: 2em;
  height: 2em; }

p#drawer_menu > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer; }

p#drawer_menu > span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c537d;
  top: 50%;
  left: 0;
  transition: 1s ease all; }

p#drawer_menu > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #3c537d;
  top: 80%;
  left: 0;
  transition: 1s ease all; }

body.drawer-open p#drawer_menu > span::before {
  top: 1.5em;
  left: 0;
  transform: rotate(-405deg); }

body.drawer-open p#drawer_menu > span::after {
  top: 1.5em;
  left: 0;
  width: 100%;
  transform: rotate(405deg); }

span#gmb_close {
  display: block;
  cursor: pointer; }

.drawer-overlay {
  z-index: 101; }

#gm {
  position: relative;
  z-index: 102; }

@media screen and (max-width: 768px) {
  p#drawer_menu {
    top: 1em;
    right: 2em;
    width: 3em;
    height: 3em; } }
/***************************************************************
 *
 * 				 トップページ
 *
***************************************************************/
body {
  background: #d2d2d2; }

h1#hlogo {
  width: 56em;
  margin: 0 auto;
  padding: 4em 0 3em; }
  @media screen and (max-width: 768px) {
    h1#hlogo {
      width: 85%; } }
  h1#hlogo > img {
    opacity: 0; }
    h1#hlogo > img.action {
      animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

header {
  display: flex; }
  header > span {
    display: block;
    width: 9.5%;
    text-align: center;
    padding-top: 9em;
    opacity: 0; }
    header > span.action {
      animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
    @media screen and (max-width: 1300px) {
      header > span {
        padding-top: 5em; } }
    @media screen and (max-width: 768px) {
      header > span {
        padding-top: 1em; } }
    header > span:first-child > img {
      width: 1.55em; }
    @media screen and (max-width: 768px) {
      header > span:first-child {
        width: 5vw; }
        header > span:first-child > img {
          width: 3.5vw; } }
    @media screen and (max-width: 600px) {
      header > span:first-child {
        width: 9.5%;
        padding-top: 15em; }
        header > span:first-child > img {
          width: 1.55em; } }
    header > span:last-child > img {
      width: 1.075em; }
    @media screen and (max-width: 768px) {
      header > span:last-child {
        width: 3.5vw;
        padding-top: 2.5em; }
        header > span:last-child > img {
          width: 2vw; } }
    @media screen and (max-width: 600px) {
      header > span:last-child {
        width: 9.5%;
        padding-top: 14em; }
        header > span:last-child > img {
          width: 1.075em; } }
  header > div {
    width: 81%;
    opacity: 0; }
    header > div.action {
      animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
    @media screen and (max-width: 768px) {
      header > div {
        width: 91.5%; } }
    @media screen and (max-width: 600px) {
      header > div {
        width: 81%; } }
    header > div > video {
      border-radius: 0.5em;
      width: 100%; }

#event {
  padding: 6em 0 4em; }
  #event li.event_slide_li {
    display: flex; }
    #event li.event_slide_li > span {
      display: block;
      width: 65%; }
      #event li.event_slide_li > span > img:last-child {
        position: absolute;
        width: 100%;
        top: -5%;
        left: 0; }
    #event li.event_slide_li > strong,
    #event li.event_slide_li > a {
      display: block;
      width: 35%; }
  #event .slick-list {
    overflow: visible; }
  #event > p {
    width: 23.4em;
    margin: 0 auto 2em;
    padding: 4em 0 0; }
  #event > a {
    display: block;
    width: 10.15em;
    margin: 0 auto; }

#menu {
  background: #0b4bac;
  border-radius: 6em 6em 0 0;
  padding: 10em 0 4em; }
  #menu > div {
    display: flex;
    padding: 0 0 6em; }
    @media screen and (max-width: 768px) {
      #menu > div {
        display: block; } }
    #menu > div > span {
      display: block;
      text-align: center;
      width: 20em; }
      @media screen and (max-width: 768px) {
        #menu > div > span {
          margin: 0 auto 5em; } }
    #menu > div > div {
      width: calc( 100% - 20em ); }
      @media screen and (max-width: 768px) {
        #menu > div > div {
          width: 100%; } }
      #menu > div > div > ul.menu_slide {
        /* slick Hack */
        /* slick ここまで */ }
        #menu > div > div > ul.menu_slide .slick-list {
          padding: 0 6% 0 0 !important; }
        #menu > div > div > ul.menu_slide .slick-dots {
          bottom: -2em;
          display: flex !important;
          flex-wrap: nowrap;
          padding: 0; }
        #menu > div > div > ul.menu_slide .slick-dots li {
          width: 100%;
          height: 0.1em;
          margin: 0; }
        #menu > div > div > ul.menu_slide .slick-dots li button {
          font-size: 1rem;
          line-height: 1rem;
          width: 100%;
          height: 100%;
          padding: 0; }
        #menu > div > div > ul.menu_slide .slick-dots li.slick-active button::before {
          background: #a5c2f7; }
        #menu > div > div > ul.menu_slide .slick-dots li button::before {
          width: 100%;
          height: 100%;
          content: '';
          display: block;
          background: #FFF; }
        #menu > div > div > ul.menu_slide li.menu_slide_li {
          padding: 0 3em 0 0; }
          #menu > div > div > ul.menu_slide li.menu_slide_li > span {
            display: block; }
          #menu > div > div > ul.menu_slide li.menu_slide_li > h3 {
            text-align: right; }
            #menu > div > div > ul.menu_slide li.menu_slide_li > h3 > span {
              font-size: 0.7em;
              font-weight: 200;
              color: #FFF; }
  #menu > div#menu_drink > span > img {
    width: 7.45em; }
  #menu > div#menu_food > span > img {
    width: 9.45em; }
  #menu > div#menu_food > div > h2:nth-child(1) {
    width: 7.95em; }
  #menu > div#menu_food > div > h2:nth-child(3) {
    width: 8.05em; }
  #menu > div#menu_food > div > h2:nth-child(5) {
    width: 8.5em; }
  #menu > div#menu_food > div > h2:nth-child(7) {
    width: 4.325em; }
  #menu > div#menu_food > div > h2 {
    margin-bottom: 2em; }
    @media screen and (max-width: 768px) {
      #menu > div#menu_food > div > h2 {
        margin-left: 2em; } }
  #menu > div#menu_food > div > ul {
    margin-bottom: 4em; }
  #menu > aside#menu_pdf > div {
    display: flex;
    justify-content: center;
    padding-bottom: 2em; }
    #menu > aside#menu_pdf > div > a {
      display: block;
      width: 25.35em;
      margin: 0 1em; }
  #menu > aside#menu_pdf > p {
    text-align: center;
    color: #a5c2f7;
    font-size: 1.3em;
    line-height: 1.6em; }
    #menu > aside#menu_pdf > p > a {
      color: #a5c2f7;
      text-decoration: underline; }

#view {
  padding: 12.5em 0 6em; }
  #view > div .parallax-area {
    width: 100%;
    padding: 5em 5em 0 5em;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #view > div .parallax-area {
        padding: 5em 2em 0 2em; } }
  #view > div .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40em; }
  #view > div .img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }
  #view > div > span {
    display: flex;
    justify-content: center;
    width: 41vw;
    /* 36em */
    height: 52vw;
    /* 45em */
    margin: 0 auto;
    overflow: hidden; }
    #view > div > span > img {
      width: 100vw;
      max-width: inherit;
      height: auto; }
  #view > div > h2 {
    width: 40.675em;
    margin: 0 auto;
    top: -2.5em; }
    @media screen and (max-width: 768px) {
      #view > div > h2 {
        width: 100%;
        top: -3em; } }
  #view > div > h3 {
    width: 22.175em;
    margin: 0 auto;
    top: -2em; }

#track {
  background: #0b4bac;
  border-radius: 6em 6em 0 0;
  padding: 4em 0; }
  #track > h2 {
    width: 21.4875em;
    margin: 0 auto 4em; }
  #track ul#track_slide .track_slide_li {
    background: #FFF;
    padding: 1em;
    color: #0b5acf;
    transform: scale(0.8);
    transition: all ease .8s;
    /* slick hack */
    /* slick hack ここまで*/ }
    #track ul#track_slide .track_slide_li.slick-center {
      transform: scale(1); }
    #track ul#track_slide .track_slide_li > h2 {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0.5em;
      margin-bottom: 1.5em;
      border-bottom: 1px solid #0b5acf; }
      #track ul#track_slide .track_slide_li > h2 > strong {
        display: block; }
      #track ul#track_slide .track_slide_li > h2 > span {
        display: block;
        text-align: right; }
    #track ul#track_slide .track_slide_li > span {
      display: block; }
      #track ul#track_slide .track_slide_li > span > video {
        width: 100%;
        height: auto; }
      #track ul#track_slide .track_slide_li > span > img.thumbnail {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #track ul#track_slide .track_slide_li > div {
      padding: 2em 0 3em; }
      #track ul#track_slide .track_slide_li > div > h3 {
        font-weight: 400;
        margin-bottom: 1.5em; }
        #track ul#track_slide .track_slide_li > div > h3 > span {
          font-size: 1.2em;
          line-height: 1.4em; }
      #track ul#track_slide .track_slide_li > div > h4 {
        font-weight: 400;
        margin-bottom: 1.5em; }
        #track ul#track_slide .track_slide_li > div > h4 > span {
          font-size: 1.1em;
          line-height: 1.6em; }
      #track ul#track_slide .track_slide_li > div > p > span {
        font-size: 0.9em;
        line-height: 1.4em; }
    #track ul#track_slide .track_slide_li > h4 {
      font-weight: 400;
      border-top: 1px solid #0b5acf;
      border-bottom: 1px solid #0b5acf;
      padding: 1em 0.5em;
      display: flex;
      justify-content: space-between; }
      #track ul#track_slide .track_slide_li > h4 > strong {
        font-size: 1.2em; }
      #track ul#track_slide .track_slide_li > h4 > span {
        display: block;
        text-align: right;
        font-size: 1.2em; }
  #track::before, #track::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0;
    height: 3em;
    border-left: #FFF solid 1px; }
  #track::after {
    border-left: #0b4bac solid 1px;
    bottom: -3em; }
  #track > div {
    width: 50em;
    margin: 5em auto 0;
    background: #FFF;
    border-radius: 2em;
    padding: 3em 5em;
    display: flex; }
    @media screen and (max-width: 768px) {
      #track > div {
        width: 95%;
        display: block;
        padding: 3em 2em; } }
    #track > div > h2 {
      width: 40%;
      color: #0b5acf; }
      @media screen and (max-width: 768px) {
        #track > div > h2 {
          width: 100%;
          margin-bottom: 2em; } }
      #track > div > h2 > span {
        display: block;
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 400; }
      #track > div > h2 > strong {
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 800; }
    #track > div > p {
      width: 60%;
      color: #0b5acf; }
      @media screen and (max-width: 768px) {
        #track > div > p {
          width: 100%; } }
      #track > div > p > span {
        display: block;
        font-size: 1em;
        line-height: 1.4em;
        margin-bottom: 1em; }
      #track > div > p > a {
        text-decoration: underline;
        color: #0b5acf; }

#access {
  display: flex;
  padding: 8em 0 0; }
  @media screen and (max-width: 768px) {
    #access {
      display: block;
      padding: 8em 0 5em; } }
  #access > div {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #access > div {
        width: 100%; } }
  #access > div:first-child {
    padding: 0 5em 0 1em; }
    @media screen and (max-width: 768px) {
      #access > div:first-child {
        padding: 0 1em 2em; } }
    #access > div:first-child > div {
      border: 2px solid #0b4bac; }
      #access > div:first-child > div > iframe {
        width: 100%;
        height: calc( 50vw - 6em );
        filter: saturate(0%); }
        @media screen and (max-width: 768px) {
          #access > div:first-child > div > iframe {
            height: calc(100vw - 2em); } }
  #access > div:last-child > div {
    width: 32.5em;
    display: flex;
    padding: 1em 0 0; }
    @media screen and (max-width: 768px) {
      #access > div:last-child > div {
        width: 100%;
        padding: 1em; } }
    #access > div:last-child > div > h2 {
      width: 1.0625em; }
    #access > div:last-child > div > div {
      padding: 5em 0 0 5em;
      width: calc( 100% - 1.0625em ); }
      @media screen and (max-width: 768px) {
        #access > div:last-child > div > div {
          padding: 5em 0 0 2em; } }
      #access > div:last-child > div > div > p:nth-child(1) {
        width: 19.825em;
        margin: 0 0 2.25em; }
        @media screen and (max-width: 768px) {
          #access > div:last-child > div > div > p:nth-child(1) {
            width: 27.755em; } }
      #access > div:last-child > div > div > p:nth-child(2) {
        width: 18.45em;
        padding-bottom: 3.5em;
        margin: 0 0 2.25em; }
        @media screen and (max-width: 768px) {
          #access > div:last-child > div > div > p:nth-child(2) {
            width: 32.935em; } }
        #access > div:last-child > div > div > p:nth-child(2)::after {
          content: "";
          position: absolute;
          display: block;
          width: 2.5em;
          border-bottom: 1px solid #0b4bac;
          left: 0;
          bottom: 0; }
      #access > div:last-child > div > div > p:nth-child(3) {
        width: 17.1875em;
        margin: 0 0 2.25em; }
        @media screen and (max-width: 768px) {
          #access > div:last-child > div > div > p:nth-child(3) {
            width: 24.0625em; } }
      #access > div:last-child > div > div > p:nth-child(4) {
        width: 22.425em;
        margin: 0 0 2.25em; }
        @media screen and (max-width: 768px) {
          #access > div:last-child > div > div > p:nth-child(4) {
            width: 31.395em; } }

#footer_slide {
  width: 100%;
  /* スライドショーの幅 */
  position: relative;
  padding: 6em 0 8em;
  z-index: 2; }
  #footer_slide > ul {
    display: flex;
    /* 横並びにする */
    padding: 5vw 0;
    margin: 0;
    width: max-content; }
    #footer_slide > ul > li {
      width: 22.5em;
      margin: 0 1.5em 8vw;
      border: 1px solid #0b4bac;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #footer_slide > ul > li {
          margin: 0 1em; } }
    #footer_slide > ul > li:nth-child(2n) {
      margin: 8vw 1em 0; }
      @media screen and (max-width: 768px) {
        #footer_slide > ul > li:nth-child(2n) {
          margin: 0 1em 0; } }

#footer_follow {
  max-width: 1800px;
  padding: 8em 5em 3em;
  margin: 0 auto;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    #footer_follow {
      padding: 8em 1em 3em;
      display: block; } }
  #footer_follow > h2 {
    width: 22.675em; }
    @media screen and (max-width: 768px) {
      #footer_follow > h2 {
        width: 100%;
        margin-bottom: 2em; }
        #footer_follow > h2 > img {
          width: 80%; } }
  #footer_follow > span {
    display: block;
    width: 100%;
    top: 0.7em; }
    @media screen and (max-width: 768px) {
      #footer_follow > span {
        display: none; } }
    #footer_follow > span::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      width: 95%;
      margin: auto;
      border-bottom: 1px solid #0b4bac; }
  #footer_follow > a {
    display: block;
    width: 12.9em; }
    @media screen and (max-width: 768px) {
      #footer_follow > a {
        width: 55%;
        margin: 0 auto; } }

footer > strong {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6em 6em 0 0;
  overflow: hidden; }
  footer > strong::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/60_mask.png") repeat;
    z-index: 1; }
  footer > strong > video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }
footer > div {
  display: flex;
  padding: 0 3em;
  max-width: 1800px;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    footer > div {
      display: block;
      padding: 0 2em; } }
  footer > div > h1 {
    width: 40%;
    padding: 12.5em 0 0 0; }
    @media screen and (max-width: 768px) {
      footer > div > h1 {
        padding: 10em 0 0 2em;
        width: 100%; } }
    footer > div > h1 > img {
      width: 17.6375em; }
      @media screen and (max-width: 768px) {
        footer > div > h1 > img {
          width: 60%; } }
  footer > div > div {
    width: 60%;
    padding: 15em 0 0 0; }
    @media screen and (max-width: 768px) {
      footer > div > div {
        width: 100%;
        padding: 5em 0 0;
        margin: 0 0 0 auto; } }
    footer > div > div > p {
      width: 22.1em;
      margin: 0 0 2em auto; }
      @media screen and (max-width: 768px) {
        footer > div > div > p {
          width: 33.15em; } }
    footer > div > div > a {
      display: block;
      width: 21.025em;
      margin: 0 0 2em auto; }
      @media screen and (max-width: 768px) {
        footer > div > div > a {
          width: 31.5375em; } }
    footer > div > div > span {
      display: block;
      width: 19.6375em;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 768px) {
        footer > div > div > span {
          width: 29.45625em; } }
footer > span {
  position: absolute;
  z-index: 3;
  left: 5em;
  bottom: 2em;
  width: 1.5em;
  height: 1.5em; }
  @media screen and (max-width: 768px) {
    footer > span {
      position: relative;
      display: block;
      margin: 8em 2em 0 auto;
      left: auto;
      bottom: auto;
      width: 3em;
      height: 3em; } }
footer > p {
  z-index: 2;
  padding: 24em 0 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    footer > p {
      padding: 20em 0 6em; } }
  footer > p > img {
    width: 19.1875em; }
    @media screen and (max-width: 768px) {
      footer > p > img {
        width: 80%; } }

#totop {
  position: fixed;
  z-index: 2;
  display: block;
  width: 4.7em;
  height: 4.7em;
  bottom: -5em;
  right: 2em;
  transition: all 0.8s ease;
  opacity: 0; }
  #totop.totop_on {
    transform: translateY(-6em);
    opacity: 1; }

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#loading > img {
  width: 50vw;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-5vw); }

#loading > p {
  position: absolute;
  width: 90vw;
  height: 3em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(5vw);
  text-align: center; }
