﻿@charset "UTF-8";

/* ########### 鈴籠城  ########### */
/*
 * "Zen Maru Gothic" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2025 鈴籠城 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  line-height: 1.5;
  text-align: justify;
  overflow-x: hidden;
  color: #373737;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #373737;
}

.blue {
  color: #002f63;
}

.red {
  color: #c33636;
}

.brown {
  color: #835830;
}

.lightblue {
  color: #e5eaf0;
}

.lightred {
  color: #f8d6d6;
}

.lightbrown {
  color: #ebe1bc;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #373737;
}

.back--blue {
  background-color: #002f63;
}

.back--red {
  background-color: #c33636;
}

.back--brown {
  background-color: #835830;
}

.back--lightblue {
  background-color: #e5eaf0;
}

.back--lightred {
  background-color: #f8d6d6;
}

.back--lightbrown {
  background-color: #ebe1bc;
}

.border {
  border: 1px solid #373737;
}

.border-red {
  border: 1px solid #c33636;
}

/* ################## 共通 ################## */

.borderbottom1,
.borderbottom-black {
  border-bottom: 1px solid #373737;
}

.borderbottom2,
.borderbottom-black {
  border-bottom: 2px solid #373737;
}

.borderbottom-blue {
  border-bottom: 1px solid #002f63;
}

.borderbottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid #ffffff;
}

.bordertop-white2 {
  border-top: 2px solid #ffffff;
}

.borderbottom-red {
  border-bottom: 1px solid #c33636;
}

.borderbottom-red2 {
  border-bottom: 2px solid #c33636;
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.zindex-999 {
  z-index: -999;
}

.zindex-1999 {
  z-index: 1999;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Zen Maru Gothic {
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

.oswald {
  font-family: "Oswald";
}

.sans {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: initial;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

.h2-left-en {
  position: relative;
  z-index: 0;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 132px;
  margin-bottom: 45px;
  line-height: 1;
  left: -7.5px;
  letter-spacing: -1.25px;
  text-align: left;
  white-space: nowrap;
  mix-blend-mode: multiply;
}

.h2-right-en {
  position: relative;
  z-index: 0;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 132px;
  margin-bottom: 45px;
  line-height: 1;
  letter-spacing: -1.25px;
  right: 0;
  text-align: right;
  mix-blend-mode: multiply;
}

.h2-common {
  z-index: 2;
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.illust-position-left {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 3;
  width: 164px;
}

.illust-position-right {
  position: absolute;
  top: 65px;
  right: 10px;
  z-index: 3;
  margin-left: auto;
  width: 348px;
}

@media only screen and (max-width: 767px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373737;
  letter-spacing: 0.35px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #373737;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

main {
  position: relative;
}

ul,
li {
  list-style: none;
}

#article ul li {
  list-style: initial !important;
}

#article ol li {
  list-style-type: decimal !important;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom0 {
  margin-bottom: 0em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom75 {
  margin-bottom: 75px !important;
}

.margin-right05 {
  margin-right: 0.5em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.bold900 {
  font-weight: 900;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

.text-indent125 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent13 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .65s forwards;
}

@keyframes EffectFade {
  from {
    transform: translate(0px, 45px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}


/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.effectfade {
  animation-delay: 0s;
}

.effectfade.second {
  animation-delay: 0.3s;
}

.effectfade.third {
  animation-delay: 0.6s;
}

.effectfade.fourth {
  animation-delay: 0.9s;
}

.effectfade.fifth {
  animation-delay: 1.2s;
}

.effectfade.sixth {
  animation-delay: 1.5s;
}

.effectfade.second2 {
  animation-delay: 0.2s;
}

.effectfade.third2 {
  animation-delay: 0.4s;
}

.effectfade.fourth2 {
  animation-delay: 0.6s;
}


/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.h2-margin {
  margin-bottom: 40px;
}

.h2-margin2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2-main {
  font-family: "Oswald";
  color: #f8d6d6;
  font-size: 124px;
  line-height: 1;
  font-weight: 600;
}


.h2-sub {
  color: #c33636;
  font-size: 32px;
  font-weight: 700;
}

.h2-sub2 {
  color: #c33636;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
}

.h2-sub3 {
  color: #c33636;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
}

.h2-sub.h2-rs {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.h3-common {
  color: #c33636;
  font-size: 24px;
  font-weight: 700;
}

.common-margin-top {
  margin-top: 30px;
}

.common-margin-top2 {
  margin-top: 60px !important;
}

.common-margin-bottom {
  margin-bottom: 30px !important;
}

.common-margin-bottom2 {
  margin-bottom: 60px;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext.lh2 {
  line-height: 1.75 !important;
}

.blogtext p {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-cs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-ws {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.flex-wsas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-wss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-wsst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ブレンド ###### */

.multiply {
  mix-blend-mode: multiply;
}

.blend::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}

/* ###### ヘッダー ###### */

.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  height: 90px;
}

.site-nav-contact__link img {
  width: 45px;
  min-width: 45px;
}

.site-nav-contact {
  margin-left: 30px;
  text-align: center;
}


.header__logo {
  width: 198px;
  line-height: 0.75 !important;
}

.header__logo a img:hover {
  opacity: 0.75;
}

.header__right {
  text-align: right;
  flex: 1
}

.header__subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -3px;
  margin-top: 3px;
  position: relative;
  z-index: 999;
}

.header__nav .header__nav-link a {
  font-size: 14px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #002f63;
  cursor: pointer;
}


.header__nav .header__nav-link {
  margin-left: 30px;
}

/*ボタン外側*/
.openbtn {
  position: absolute;
  top: 100px;
  right: 30px;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #002f63;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#header {
  width: 100%;
  z-index: 2003;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ffffff;
  top: 0;
  position: fixed;
  /*fixedを設定して固定*/
  width: 100%;
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/

#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-none {
  pointer-events: none;
  margin-bottom: 10px;
  /* クリックできなくする */
}

/* ###### 共通ボタン ###### */

.btn-diagonal {
  --yellow: #d7b82f;
  --red: #c33636;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 45px;
  padding: 1.2rem 1.6rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: var(--yellow);
  overflow: hidden;
  margin-top: 20px;
}

.btn-diagonal.type2 {
  --yellow: #835830;
  --red: #d7b82f;
  padding: 1.2rem 2.6rem 1.2rem 3.6rem;
  margin-inline: auto;
  margin-top: 45px;
}

.btn-diagonal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220%;
  height: 450%;
  background: var(--red);
  transform: translate(-150%, -50%) rotate(150deg);
  transition: transform .5s ease-in-out;
  z-index: 0;
}

.btn-diagonal:hover::after {
  transform: translate(-50%, -50%) rotate(150deg);
}

.btn-diagonal::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 35px solid var(--red);
  border-right: 35px solid transparent;
  transition: border-top-color .5s ease;
  transform: rotate(5deg);
  z-index: 2;
}

.btn-diagonal:hover::before {
  border-top-color: var(--yellow);
}

.btn-diagonal .txt,
.btn-diagonal .arrow {
  position: relative;
  z-index: 3;
}

.btn-diagonal .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}

.btn-diagonal .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.btn-diagonal.type2 .arrow::before {
  right: -20px;
}

/* ########### swiper ###########  */
.swiper-container2 {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}

/* Swiperが初期化されたら表示 */
.swiper-container2.is-ready {
  opacity: 1;
  visibility: visible;
}

/* ▽ ボタンアイコン画像を消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  /* ← 矢印の色 */
  width: 0;
  height: 0;
}

.swiper-pagination.swiper-pagination-gray {
  bottom: -45px !important;
  /* ←下に下げる値。大きくするほどもっと下へ */
}

/* 非アクティブの色 */
.swiper-pagination.swiper-pagination-gray .swiper-pagination-bullet {
  background: #959595;
  /* ←変更したい色 */
  opacity: 1;
  width: 30px;
  height: 6px;
  border-radius: 0px;
  margin: 0 3px !important;
}

/* アクティブ時 */
.swiper-pagination.swiper-pagination-gray .swiper-pagination-bullet-active {
  background: #184c78;
  /* ←変更したい色 */
}


/* FV矢印 */

/* 位置調整 */
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 4;
  width: 55px;
  height: 90px;
  background: #002f63;
}

.swiper-container2 .swiper-button-prev {
  left: 0;
}

.swiper-container2 .swiper-button-next {
  right: 0;
}

/* ＜ アイコン */
.swiper-container2 .swiper-button-prev::before {
  content: '';
  width: 20px;
  height: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -35% -50%;
}

/* ＞ アイコン */
.swiper-container2 .swiper-button-next::before {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -65% -50%;
}

/* お客様の声矢印 */
/* 位置調整 */
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: 130px !important;
  transform: translateY(0) !important;
}

/* ◀ 左矢印 */
.swiper-container .swiper-button-prev::after {
  border-width: 18px 26px 18px 0;
  border-color: transparent #184c78 transparent transparent;
  overflow: hidden !important;
}

/* ▶ 右矢印 */
.swiper-container .swiper-button-next::after {
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent #184c78;
  overflow: hidden !important;
}

/* ########## メイン ########## */
#main {
  position: relative;
  margin-top: 90px;
  padding-bottom: 75px;
  text-align: center;
}

#underlayer {
  position: relative;
  margin-top: 90px;
}

#main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/contact.jpg) 50% 50% / cover no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.main__block-text {
  z-index: 3;
  position: absolute;
  padding: 0 20px 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.main-slider {
  position: relative;
  min-width: 100% !important;
  height: 506px;
}

.main-slider img {
  width: 9000px;
  min-width: 100% !important;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 506px;
}

/* ###### 「鈴籠」一覧 ###### */
#hotel-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/back-flower.jpg) 50% 0% / cover no-repeat;
  opacity: 0.5;
  z-index: -1;
}

/* ###### お問い合わせ ###### */
.contact-link img {
  margin-right: 7.5px;
  margin-top: 7.5px;
}

.contact-box {
  margin-bottom: 75px;
  border-radius: 30px;
  padding: 25px;
  background-color: #ffffff;
  border: 2px solid #9fb1c4;
}

/* ###### フッター ###### */

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/contact.jpg) 50% 50% / cover no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.footer__logo {
  max-width: 168px;
  margin-bottom: 10px;
}

.footer__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.footer__subtitle img {
  margin-right: 5px;
  vertical-align: -2px;
}

.footer__left {
  max-width: 390px;
}

.footer__right {
  flex: 1;
}

.footer__nav1 li a {
  margin-left: 0.5rem;
}

.footer__nav2 li a {
  margin-left: 3rem;
}

.footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.footer__right a {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-block: 7.5px;
}

.footer-second li a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-bottom: 2px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  margin-bottom: 2px;
}

.footer__copy {
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.footer__nav-link1 a {
  position: relative;
}

.footer__nav-link1 a::before {
  content: "";
  display: inline-block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #002f63;
  position: absolute;
  left: -15px;
  top: 5px;
}

.footer__nav-link2 a:before {
  content: "・";
  display: inline-block;
}



/* ###### 営業情報 ###### */
#business::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 751px;
  height: 625px;
  background: url(../image/up-right.png) no-repeat;
  background-size: contain;
}

#business {
  background: url(../image/bottom-left.png) left bottom / 719px 501px no-repeat;
}


#business::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/back-wasi.jpg) 50% 50% / cover no-repeat;
  z-index: -1;
}

.top-post__div {
  display: flex;
  flex-wrap: wrap;
}

.top-news__img {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d0d0d0;
}

.top-news__img a {
  width: 100%;
}

.top-news__img img {
  min-width: 100%;
  height: 245px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
}


.top-news__article {
  border-radius: 20px;
  padding: 15px;
  background-color: #ffffff;
  border: 2px solid #e4ce6f;
}

.top-news__article>div>a img {
  transition: all .3s ease 0s;
  transform: scale(1.01);
}

.top-news__article>div>a:hover img {
  transform: scale(1.15);
}

.title-blog {
  color: #835830;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  text-align: initial;
  border-bottom: 1px solid #835830;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.title-blog a {
  color: #835830;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  text-align: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.title-blog a .title-shop {
  border-right: 1px solid #835830;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
  margin-bottom: 7px;
}

.title-blog a .title-address {
  margin-bottom: 7px;
}

.title-blog2 {
  color: #835830;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.br15 img {
  border-radius: 15px;
}

/* ###### パンくず ###### */

.breadcrumb__list {
  display: inline-block;
  line-height: 1.15;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}


/* ################################################## 355px以下 ################################################## */

@media (max-width: 355px) {
  .sf355 a {
    font-size: 18px;
  }

  .flex-cate-type2 {
    max-width: 200px !important;
    gap: 10px;
  }

  .cate-type2 {
    font-size: 13px;
    width: 100%;
    min-width: 100%;
    min-height: 35px;
  }
}

/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 35px 15px 45px;
  }

  .contents-top {
    padding-top: 35px;
  }

  .contents-breadcrumb {
    min-height: 35px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 60px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text15 {
    font-size: 14px;
  }

  .text16 {
    font-size: 15px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 15px;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext img {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .h2-main {
    font-size: clamp(50px, 16.3vw, 75px);
  }


  .h2-sub {
    font-size: 24px;
  }

  .h2-sub2 {
    font-size: 28px;
  }

  .h2-sub3 {
    font-size: 19px;
    margin-top: 5px;
  }

  .h3-common {
    font-size: 19px;
  }

  .h2-margin {
    margin-bottom: 20px;
  }

  .h2-margin2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }

  .h2-left-en {
    font-size: 76px;
    margin-bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .h2-right-en {
    font-size: 76px;
    margin-bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .h2-common {
    z-index: 2;
    position: absolute;
    top: 27px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
  }

  .illust-position-left {
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 137px;
    margin-bottom: 15px;
  }

  .illust-position-right {
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
    width: 290px;
    margin-bottom: 15px;
  }

  .illust-position-left.adjust-mail {
    top: -10px;
  }

  /* ########### ヘッダー ########### */

  .header-top {
    height: 90px;
  }

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    width: 178px;
  }

  .header__logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .header__subtitle {
    margin-top: 8px;
    font-size: 13px;
  }


  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 15px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #002f63;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    display: block;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 700;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 18px;
    text-align: center;
  }

  .site-nav-contact {
    margin-left: 0px;
    margin-top: 20px;
  }


  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }


  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 5px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 5px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #c33636;
    transition: all .5s ease 0s;
  }

  /* ###### 共通ボタン ###### */

  /* ########### swiper ###########  */
  .swiper-pagination.swiper-pagination-gray {
    bottom: -30px !important;
    /* ←下に下げる値。大きくするほどもっと下へ */
  }

  /* 非アクティブの色 */
  .swiper-pagination.swiper-pagination-gray .swiper-pagination-bullet {

    opacity: 1;
    width: 30px;
    height: 5px;
  }

  /* 位置調整 */
  .swiper-container2 .swiper-button-prev,
  .swiper-container2 .swiper-button-next {
    width: 40px;
    height: 80px;
  }

  /* ＜ アイコン */
  .swiper-container2 .swiper-button-prev::before {
    content: '';
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    translate: -25% -50%;
  }

  /* ＞ アイコン */
  .swiper-container2 .swiper-button-next::before {
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    translate: -75% -50%;
  }

  /* ########## メイン ########## */
  .main__title img {
    width: 208px;
  }

  .main-slider {
    height: 350px;
  }

  .main-slider img {
    height: 350px;
  }

  main {
    margin-top: 90px;
    padding-bottom: 50px;
  }

  /* ###### 「鈴籠」一覧 ###### */
  #hotel-list::before {
    margin-top: 60px;
    background: url(../image/back-flower-sf.jpg) 50% 0% / cover no-repeat;

  }

  /* ###### お問い合わせ ###### */
  .contact-box {
    margin-bottom: 45px;
    border-radius: 20px;
    padding: 15px;
  }

  /* ###### フッター ###### */


  .footer::before {
    background: url(../image/contact-sf.jpg) 50% 50% / cover no-repeat;

  }

  .contents-footer {
    padding: 30px 15px;
  }

  .footer__right a {
    text-align: initial;
    font-size: 13px;
    white-space: nowrap;
  }

  .footer__subtitle {
    font-size: 16px;
  }

  .contents-footer .flex-wcs {
    display: block;
  }

  .footer__left {
    max-width: 100%;
  }

  .footer__right {
    max-width: 100%;
    width: fit-content;
    margin-inline: auto;
    margin-top: 15px;
  }


  /* ###### 営業情報 ###### */


  #business::after {
    width: 497px;
    height: 346px;
    background: url(../image/up-right.png) no-repeat;
  }

  #business {
    background: url(../image/bottom-left.png) left bottom / 519px 432px no-repeat;
  }

  #business::before {
    background: url(../image/back-wasi-sf.jpg) 50% 0% / cover no-repeat;
  }

  .top-news__article {
    width: 100%;
  }

  .top-news__article:nth-child(even) {
    margin-left: 0%;
  }

  .top-news__article:nth-child(n+3) {
    margin-top: 0%;
  }

  .top-news__article:nth-child(n+2) {
    margin-top: 5%;
  }

  .top-news__img img {
    min-width: 100%;
    height: auto;
  }

  .title-blog {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .title-blog2 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .title-blog a {
    font-size: 19px;
  }

  /* ###### パンくず ###### */

  .breadcrumb__item {
    font-size: 11px;
  }

  .breadcrumb__item a {
    font-size: 11px;
  }


  /* ################## wordpress　blog ################## */

  .nav-links {
    margin-top: 30px !important;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 50px 15px 60px;
  }

  .contents-top {
    padding-top: 50px;
  }


  .contents.w760 {
    max-width: 760px;
  }

  .contents-breadcrumb {
    min-height: 35px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 60px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 16px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .h2-sub {
    font-size: 24px;
  }

  .h3-common {
    font-size: 21px;
  }

  .h2-main {
    font-size: 82px;
  }

  .h2-sub {
    font-size: 28px;
  }

  .h2-sub2 {
    font-size: 40px;
  }

  .h2-sub3 {
    font-size: 21px;
    margin-top: 10px;
  }

  .h2-margin {
    margin-bottom: 30px;
  }

  .h2-margin2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }


  .h2-left-en {
    font-size: 102px;
    margin-bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .h2-right-en {
    font-size: 102px;
    margin-bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .h2-common {
    z-index: 2;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
  }

  .illust-position-left {
    position: relative;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 164px;
  }

  .illust-position-right {
    position: relative;
    top: -25px;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
    width: 348px;
  }

  /* ###### ヘッダー ###### */

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #002f63;
    font-weight: 900;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #002f63;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 18px;
    text-align: center;
  }

  .site-nav-contact {
    margin-left: 0px;
    margin-top: 20px;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 5px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 5px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #c33636;
    transition: all .5s ease 0s;
  }

  /* ###### 共通ボタン ###### */
  /* ########### swiper ###########  */

  /* FV矢印 */

  /* 位置調整 */
  .swiper-container2 .swiper-button-prev,
  .swiper-container2 .swiper-button-next {
    width: 40px;
    height: 80px;
  }

  /* ＜ アイコン */
  .swiper-container2 .swiper-button-prev::before {
    content: '';
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  /* ＞ アイコン */
  .swiper-container2 .swiper-button-next::before {
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  /* ########## メイン ########## */

  .main__title img {
    width: 298px;
  }

  /* ###### 「鈴籠」一覧 ###### */
  #hotel-list::before {
    margin-top: 70px;
    background: url(../image/back-flower-sf.jpg) 50% 0% / cover no-repeat;

  }

  /* ###### お問い合わせ ###### */
  .contact-box {
    margin-bottom: 60px;
    border-radius: 30px;
    padding: 20px;
  }

  /* ###### フッター ###### */

  .footer::before {
    background: url(../image/contact-sf.jpg) 50% 50% / cover no-repeat;

  }

  .contents-footer {
    padding: 45px 18px;
  }

  .footer__subtitle {
    font-size: 15px;
    width: fit-content;
    margin-inline: auto;
  }

  .contents-footer .flex-wcs {
    display: block;
  }

  .footer__logo {
    width: fit-content;
    margin-inline: auto;
  }

  .footer__left {
    max-width: 100%;
  }

  .header__logo {
    margin-inline: auto;
  }

  .footer__right {
    max-width: 100%;
    width: fit-content;
    margin-inline: auto;
    margin-top: 15px;
  }


  /* ###### 営業情報 ###### */


  #business::before {
    background: url(../image/back-wasi-sf.jpg) 50% 0% / cover no-repeat;
  }

  .top-news__article {
    width: 100%;
  }

  .top-news__article:nth-child(n+3) {
    margin-top: 0%;
  }

  .top-news__article:nth-child(n+2) {
    margin-top: 5%;
  }

  .top-news__img img {
    min-width: 100%;
    height: auto;
  }

  .top-news__article {
    padding: 20px;
  }

  /* ################## wordpress　blog ################## */

  .nav-links {
    margin-top: 30px !important;
  }
}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents-720 {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
  }

  .contents-breadcrumb {
    max-width: 1260px;
    min-height: 35px;
    padding: 10px 30px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.w1360 {
    max-width: 1360px;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 75px;
  }

  .contents-breadcrumb.w1300 {
    max-width: 1360px;
  }



}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1099px) {

  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 60px 30px 75px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-top {
    padding-top: 60px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .sitetop {
    bottom: 20px;
  }

  /* ###### ヘッダー ###### */

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    width: 198px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #002f63;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 30px;
    text-align: center;
  }

  .site-nav-contact {
    margin-left: 0px;
    margin-top: 30px;
  }

  .header__nav-link.bor2 {
    margin: 0 30px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  /*  ドロップダウンメニュー  */
  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 5px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 5px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #c33636;
    transition: all .5s ease 0s;
  }

  /* ###### 共通ボタン ###### */
  /* ###### メイン ###### */
  .main__title img {
    width: 298px;
  }

  /* ###### 「鈴籠」一覧 ###### */
  /* ###### 営業情報 ###### */


  .top-news__img img {
    height: 485px;
  }

  .hotel-post .top-news__img img {
    height: 245px;
  }

  .top-news__article {
    width: 100%;
  }

  .top-news__article:not(:nth-child(3n)) {
    margin-right: 0%;
  }

  .top-news__article:nth-child(n+4) {
    margin-top: 0%;
  }

  .top-news__article:nth-child(n+2) {
    margin-top: 30px;
  }

  .hotel-post .top-news__article {
    display: flex;
    justify-content: space-between;
  }

  .hotel-post .top-news__img {
    width: 48%;
    margin-bottom: 0;
  }

  .hotel-post .top-news__text {
    width: 48%;
  }

  .hotel-post .top-news__article:nth-child(even) {
    margin-left: 0%;
  }


  .top-news__article {
    padding: 20px;
  }

  .hotel-post .top-news__article {
    padding: 20px;
  }


  /* ###### お問い合わせ ###### */
  /* ###### フッター ###### */

  .contents-footer {
    padding: 75px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 760px;
  }

  .footer__logo,
  .footer__subtitle {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1100px) {

  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents {
    padding: 60px 30px 75px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-top {
    padding-top: 60px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  /* ###### ヘッダー ###### */

  .header__nav .header__nav-link a {
    position: relative;
  }

  .header__nav .header__nav-link a:before {
    content: "";
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #c33636;
    position: absolute;
    left: -15px;
    top: 5px;
  }

  .header__nav .header__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
  }

  .header__nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .header__nav-link {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 6px;
  }

  #openbtn {
    display: none;
  }

  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/

  .floating-pc.UpMove2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: UpAnime2 0.5s forwards;
  }

  @keyframes UpAnime2 {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-120px);
    }
  }

  /*　下に下がる動き　*/
  .floating-pc.DownMove2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: DownAnime2 0.5s forwards;
  }

  @keyframes DownAnime2 {
    from {
      opacity: 0;
      transform: translateY(-120px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /*　ドロップダウンメニュー　*/
  .menu__single:hover .menu__second-level {
    display: block;
  }

  .header__nav-link {
    position: relative;
  }

  .menu__second-level {
    text-align: center;
    min-width: 120px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002f63;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .menu__second-level li {
    margin: 0;
    padding: 0;
  }

  .menu__second-level li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    margin-left: 0px;
    border-top: 1px solid rgb(255, 255, 255);
  }

  .menu__second-level {
    border-bottom: 1px solid rgb(255, 255, 255);
  }

  .menu__second-level li a:hover {
    background-color: #ffffff;
    color: #002f63;
  }

  .menu__single:hover .menu__second-level {
    display: block;
  }

  /* ###### 共通ボタン ###### */
  /* ###### メイン ###### */
  .main__title img {
    width: 368px;
  }

  /* ###### 営業情報 ###### */

  .top-news__article {
    width: 32%;
  }

  .top-news__article:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .top-news__article:nth-child(n+4) {
    margin-top: 2.5%;
  }

  .hotel-post .top-news__article {
    width: 100%;
  }

  .hotel-post .top-news__article:not(:nth-child(3n)) {
    margin-right: 0%;
  }

  .hotel-post .top-news__article:nth-child(n+4) {
    margin-top: 0%;
  }

  .hotel-post .top-news__article:nth-child(n+2) {
    margin-top: 30px;
  }

  .hotel-post .top-news__article {
    display: flex;
    justify-content: space-between;
  }

  .hotel-post .top-news__img {
    width: 48%;
    margin-bottom: 0;
  }

  .hotel-post .top-news__text {
    width: 48%;
  }

  /* ###### 「鈴籠」一覧 ###### */
  /* ###### お問い合わせ ###### */
  .illust-position-left.adjust-mail {
    top: 85px;
  }

  /* ###### フッター ###### */

  .contents-footer {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 760px;
  }


  /* ###### 共通 ####### */
  .background-attachment-fixed {
    background-attachment: fixed;
  }
}

/* …省略効果 */

.title-limit3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  line-height: 1.5;
  padding-top: 5px;
  transition: all 0.2s ease-in;
}

.title-post:has(.title-limit3) {
  overflow: hidden;
  max-height: calc(1.55em * 3);
  /* 3行分の高さで制限 */
}

/* スライダー画像がない時 */
.swiper-slide:has(img[src=""]) {
  display: none;
}

form.sent p {
  display: none;
}

.link-a {
  font-weight: 700;
}

.link-a:hover {
  color: #c33636;
}

.post-contents:nth-child(n+2) {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .post-contents:nth-child(n+2) {
    margin-top: 75px;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
}

.nav-links a {
  background-color: #002f63;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  font-size: 12px;
}

.nav-links a.next,
.nav-links a.prev {
  background-color: #002f63;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 24px;
  padding-bottom: 2px;
  font-size: 12px;
}

.nav-links span {
  background-color: rgb(255, 255, 255);
  color: #002f63;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #002f63 !important;
  padding-bottom: 2px;
  font-size: 12px;
}


/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #184c78;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  width: fit-content;
  margin: auto;
  transform: translateY(-50%);
}

/*========= 画面遷移のためのCSS ===============*/

body.toppage {
  background: #184c78;
  /*遷移アニメーションと同じ色を指定*/
}

body.appear {
  background: #fff;
  /*画面を開いた後の背景色を指定*/
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  position: fixed;
  z-index: 999;
  width: 120%;
  /* 斜めにした分はみ出すので広げる */
  height: 120vh;
  bottom: 50%;
  left: -10%;
  background-color: #184c78;
  transform: scaleY(1) skewY(-30deg);
  transform-origin: top;
}

@keyframes PageAnime {
  0% {
    transform: scaleY(1) skewY(-30deg);
  }

  100% {
    transform: scaleY(0) skewY(-30deg);
  }
}

body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  position: fixed;
  z-index: 999;
  width: 120%;
  height: 120vh;
  top: 50%;
  left: -10%;
  background-color: #184c78;
  transform: scaleY(1) skewY(-30deg);
  transform-origin: bottom;
}

@keyframes PageAnime2 {
  0% {
    transform: scaleY(1) skewY(-30deg);
  }

  100% {
    transform: scaleY(0) skewY(-30deg);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}