.img-change {
  position: relative;
}
.img-change .on {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.img-change[style*="visibility: visible;"] .on {
  opacity: 1;
  visibility: visible;
}

:root {
  --cl1: #7c957b;
}

main {
  position: relative;
}

h1 {
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  color: #c4c4c4;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 12px 6.7% 0;
}

#header {
  padding: 30px 0 0;
}
#header .logo {
  width: 95px;
  margin: 0 auto 40px;
}

.hamburger {
  position: static;
}
.hamburger::after {
  display: none;
}

#menu-toggle {
  background: #e5e7eb;
}
#menu-toggle .inner .right .nav {
  padding: 0 0 50px;
}
#menu-toggle .inner .right .nav li {
  text-align: center;
}
#menu-toggle .inner .right .nav li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  cursor: pointer;
  position: relative;
  padding: 0 0 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#menu-toggle .inner .right .nav li a.active {
  border-color: #222;
}
#menu-toggle .inner .right .nav li + li {
  margin-top: 25px;
}
#menu-toggle .inner .right .ticket a {
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin: 0 6.7%;
}
#menu-toggle .inner .right .ticket a .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.16em;
  width: calc(100% - 146px);
  text-align: center;
}

#ft-fixed {
  z-index: 999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*#ft-fixed .tel {
  width: 19px;
}*/
#ft-fixed .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
#ft-fixed .tel a img {
  width: 12px;
  margin-right: 7px;
}
#ft-fixed .btn-web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
#ft-fixed .btn-web a img {
  width: 8px;
  margin-right: 7px;
}
#ft-fixed .map {
  width: 18.5px;
}
#ft-fixed p a {
  display: block;
  padding: 7.8px 0;
}
#ft-fixed .hamburger {
  position: relative;
  width: 61px;
  height: 13px;
  line-height: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.btn-link2 {
  max-width: 262px;
}
.btn-link2 a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 10px;
  text-decoration: none;
  letter-spacing: 0.36em;
  text-align: center;
}
.btn-link2 a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/line.png") no-repeat bottom right/auto 100%;
  height: 9px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn-link {
  max-width: 275px;
}
.btn-link a {
  display: block;
  border: 1px solid;
  position: relative;
  text-align: center;
  letter-spacing: 0.16em;
  font-size: 18px;
  line-height: 2;
  padding: 6.5px 0;
  font-weight: 500;
  text-decoration: none;
}
.btn-link a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/shared/arrow1.png") no-repeat center/100% auto;
  width: 6.5px;
  height: 11.5px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .btn-link2 a::before {
    right: 0;
  }
  .btn-link2 a:hover::before {
    -webkit-animation: line 0.5s linear;
            animation: line 0.5s linear;
  }

  @-webkit-keyframes line {
    0% {
      right: 100%;
    }
    100% {
      right: 0;
    }
  }
  @keyframes line {
    0% {
      right: 100%;
    }
    100% {
      right: 0;
    }
  }
  .btn-link {
    max-width: 300px;
  }
  .btn-link a {
    font-size: 20px;
  }
  .btn-link a:after {
    width: 8px;
    height: 13px;
    right: 21px;
  }
  .btn-link a:hover {
    opacity: 0.8;
  }

  h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.06em;
    width: 26.25px;
    height: 100vh;
    padding: 0;
  }

  #header {
    padding: 96px 0 0;
  }
  #header .logo {
    width: 140px;
    margin: 0 auto 85px;
  }

  .hamburger {
    position: fixed;
    height: 44px;
    width: 85px;
    top: 36px;
    right: 32px;
  }
  .hamburger:hover {
    opacity: 0.7;
  }

  .btn-web-fixed {
    position: fixed;
    z-index: 99;
    top: 43px;
    right: 172px;
  }
  .btn-web-fixed a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.16em;
  }
  .btn-web-fixed a img {
    margin-right: 6px;
  }

  .btn-fixed {
    position: fixed;
    z-index: 99;
    top: 133px;
    right: 52px;
  }
  .btn-fixed a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    width: 46px;
    height: 138px;
    letter-spacing: 0.16em;
    position: relative;
    cursor: pointer;
  }
  .btn-fixed a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    background: url("../img/shared/arrow1.png") no-repeat center/100% auto;
    width: 8px;
    height: 13px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #menu-toggle {
    background: #e5e7eb;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu-toggle .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #menu-toggle .inner .left {
    width: 50%;
  }
  #menu-toggle .inner .left .inner2 {
    margin: 0 0 0 auto;
    width: 422px;
    text-align: center;
  }
  #menu-toggle .inner .left .inner2 .logo {
    margin: 0 0 65px;
  }
  #menu-toggle .inner .left .inner2 .tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #menu-toggle .inner .left .inner2 .tel span small {
    font-weight: 500;
    color: #270900;
    font-size: 15px;
    line-height: 23px;
    margin-right: 7px;
    letter-spacing: 0.16em;
  }
  #menu-toggle .inner .left .inner2 .tel .sub-tel {
    display: block;
    font-weight: 300;
    color: #696969;
    font-size: 13px;
    line-height: 32px;
    margin: -1px 0 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #menu-toggle .inner .left .inner2 .btn-link {
    margin: 5px auto 0;
  }
  #menu-toggle .inner .right {
    width: 50%;
  }
  #menu-toggle .inner .right .inner2 {
    width: 360px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 0 0 31px;
  }
  #menu-toggle .inner .right .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 56px 26px 74px 0;
  }
  #menu-toggle .inner .right .nav li {
    text-align: left;
  }
  #menu-toggle .inner .right .nav li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    width: 27px;
    letter-spacing: 0.2em;
    height: 110px;
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 0;
  }
  #menu-toggle .inner .right .nav li a:hover::before, #menu-toggle .inner .right .nav li a.active::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 50px;
    background: #222;
  }
  #menu-toggle .inner .right .nav li + li {
    margin-top: 0;
    margin-right: 33px;
  }
  #menu-toggle .inner .right .map {
    margin: 0 0 15px;
  }
  #menu-toggle .inner .right .map a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  #menu-toggle .inner .right .map a img {
    margin-right: 5px;
  }
  #menu-toggle .inner .right .ticket {
    margin: 0;
  }
  #menu-toggle .inner .right .ticket a .tit {
    height: 170px;
    font-size: 17px;
    line-height: 31px;
    letter-spacing: 0.16em;
    width: calc(100% - 190px);
  }
  #menu-toggle .inner .right .ticket a:hover {
    opacity: 0.8;
  }
  #menu-toggle .inner .right .ticket a:hover img {
    opacity: 1;
  }
}
#footer .group1 {
  padding: 20vw 0;
}
#footer .group1 .flex .left .logo {
  width: 140px;
  margin: 0 auto 30px;
}
#footer .group1 .flex .left .txt {
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.1em;
  margin: 0 -20px 40px;
}
#footer .group1 .flex .left .tel span {
  text-align: center;
}
#footer .group1 .flex .left .tel span small {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.16em;
  display: block;
}
#footer .group1 .flex .left .tel span picture {
  width: 265px;
  display: block;
  margin: 0 auto;
}
#footer .group1 .flex .left .tel .sub-tel {
  display: block;
  font-weight: 300;
  color: #696969;
  font-size: 12px;
  margin: 5px 0 0;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
#footer .group1 .flex .left .btn-link {
  margin: 10px auto 0;
}
#footer .group1 .flex .right {
  padding: 44px 0 0;
}
#footer .group1 .flex .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22.5px;
  color: #696969;
  letter-spacing: 0.1em;
}
#footer .group1 .flex .right dl dt {
  width: 97px;
}
#footer .group1 .flex .right dl dd {
  width: calc(100% - 97px);
}
#footer .group1 .flex .right dl dd a {
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cl1);
  margin-left: 15px;
  letter-spacing: 0.1em;
}
#footer .group1 .flex .right dl dd a img {
  width: 11.5px;
  margin-right: 5px;
}
#footer .group1 .flex .right dl + dl {
  margin-top: 25px;
}
#footer .group2 {
  background: #e5e7eb;
  padding: 23px 0 92px;
}
#footer .group2 .group-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}
#footer .group2 .group-nav .nav {
  width: 130px;
}
#footer .group2 .nav {
  line-height: 34px;
}
#footer .group2 .nav li {
  position: relative;
  padding-left: 12px;
}
#footer .group2 .nav li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
}
#footer .group2 .nav li + li {
  margin-top: 10px;
}
#footer .group2 #socialbuttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .group2 address {
  text-align: center;
  line-height: 1.5;
  margin: 5px 0 2px;
  letter-spacing: 0.16em;
}
#footer .group2 .cookies-link {
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 768px) {
  #footer .group1 {
    padding: 93px 0 70px;
  }
  #footer .group1 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .group1 .flex .left {
    width: 496px;
  }
  #footer .group1 .flex .left .logo {
    width: 140px;
    margin: 0 auto 50px;
  }
  #footer .group1 .flex .left .txt {
    line-height: 27px;
    margin: 0 -20px 19px;
  }
  #footer .group1 .flex .left .tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .group1 .flex .left .tel span small {
    color: #270900;
    font-size: 15px;
    line-height: 23px;
    margin-right: 7px;
    letter-spacing: 0.16em;
  }
  #footer .group1 .flex .left .tel span picture {
    width: auto;
    margin: 0;
    display: inline-block;
  }
  #footer .group1 .flex .left .tel .sub-tel {
    font-size: 13px;
    line-height: 32px;
    margin: -5px 0 0;
    letter-spacing: 0.1em;
  }
  #footer .group1 .flex .left .btn-link {
    margin: 5px auto 0;
  }
  #footer .group1 .flex .right {
    width: 50%;
  }
  #footer .group1 .flex .right dl {
    line-height: 26px;
  }
  #footer .group1 .flex .right dl dt {
    width: 112px;
  }
  #footer .group1 .flex .right dl dd {
    width: calc(100% - 112px);
  }
  #footer .group1 .flex .right dl dd a img {
    width: auto;
  }
  #footer .group1 .flex .right dl + dl {
    margin-top: 29px;
  }
  #footer .group2 {
    color: #696969;
  }
  #footer .group2 .group-nav {
    margin: 0 0 63px;
  }
  #footer .group2 .group-nav .nav {
    width: auto;
  }
  #footer .group2 .group-nav .nav + .nav {
    margin-left: 62px;
  }
  #footer .group2 .group-nav .nav li + li {
    margin-top: 0;
  }
  #footer .group2 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #696969;
    font-size: 16px;
    line-height: 25px;
  }
  #footer .group2 .nav:first-of-type li:first-of-type::before {
    display: none;
  }
  #footer .group2 .nav li {
    position: relative;
    padding-left: 0;
  }
  #footer .group2 .nav li::before {
    left: -30px;
    width: 1px;
    height: 16px;
    background: #696969;
    border-radius: 0;
  }
  #footer .group2 .nav li a {
    display: block;
  }
  #footer .group2 .nav li + li {
    margin-left: 62px;
  }
  #footer .group2 #socialbuttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .group2 address {
    font-size: 13px;
    line-height: 25px;
    margin: 2px 0;
  }
  #footer .group2 .cookies-link {
    font-size: 16px;
    line-height: 25px;
  }
}
