/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
  background: #fff;
}

body {
  margin: 0;
  height: 100vh;
  background: #fff;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #fff;
  font-family: sans-serif;
  height: 100%;
  margin: 0;
  width: 100%;
}

a {
  color: #fff;
  display: block;
  line-height: 0;
  text-decoration: none;
}

figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}

img {
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header {
  background: linear-gradient(transparent, transparent);
  box-sizing: border-box;
  height: 80px;
  padding: 16px 16px 8px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: all .6s ease;
  width: 100%;
  z-index: 1200;
}

.header.header__bg--active {
  background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
}

.header .header__nav {
  height: 100%;
  position: relative;
  width: 100%;
}

.header .header__nav__logo {
  height: 40px;
  left: 13px;
  opacity: 0;
  position: absolute;
  transition: all .6s ease;
  visibility: hidden;
  width: 59px;
}

.header .header__nav__btn {
  display: block;
  height: 40px;
  position: absolute;
  right: 3px;
  width: 40px;
}

.header__nav__logo--active {
  opacity: 1 !important;
  visibility: visible !important;
}

.header__nav__btn__menu {
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all .6s ease;
  width: 100%;
}

.btn__menu--active {
  opacity: 1 !important;
}

.btn__menu__icon {
  height: 40px;
  position: relative;
}

.menu--open .btn__menu__icon {
  font-size: 24px;
}

.menu--close .btn__menu__icon {
  font-size: 24px;
}

#menu {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0px;
  transform: translate3d(0, 0, 0);
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  width: 188px;
  z-index: 300;
}

.menu--active {
  right: 0px !important;
}

.menu__inner__wrapper {
  height: 100%;
  margin: 0;
  padding: 72px 0 0 0;
  position: relative;
  width: 100%;
}

.menu {
  padding: 32px 28px 40px;
}

.menu .menu__inner .menu__inner__list {
  padding: 0;
  margin: 27px 0 0 0;
}

.menu .menu__inner .menu__inner__list:first-child {
  margin: 0px;
}

.menu .menu__inner .menu__inner__list .menu__inner__list__link {
  padding: 0;
}

#wrapper {
  padding: 72px 0 0 0;
  position: relative;
  z-index: 100;
}

.contents {
  box-sizing: border-box;
  height: auto;
  padding: 100px 0px 120px;
  text-align: center;
  width: 100%;
}

.contents__sub {
  box-sizing: border-box;
  height: auto;
  padding: 48px 0px;
  text-align: center;
  width: 100%;
}

.contents__heading {
  margin: 0 0 40px 0;
}

#home {
  box-sizing: border-box;
  height: 100vh;
  margin: -72px 0 140px 0;
  position: relative;
  text-align: center;
  top: 0px;
  width: 100%;
}

#home .home__logo {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 27.5%;
  width: 55%;
}

#gallery {
  overflow: scroll;
}

#gallery .gallery__vimeo {
  height: auto;
  position: relative;
  margin-bottom: 42px;
  width: 100%;
}

#gallery .gallery__vimeo .gallery__vimeo__inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 56.25% 0 0 0;
  position: relative;
}

#gallery .gallery__vimeo .gallery__vimeo__inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#gallery .gallery__vimeo .gallery__vimeo__inner:nth-child(2) {
  margin-top: 1px;
}

#gallery .gallery__photo {
  display: block;
  height: auto;
  margin: 0px;
  overflow: scroll;
  padding: 0px;
  position: relative;
  width: 100% !important;
}

#gallery .gallery__photo__thumbnail {
  box-sizing: border-box;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  width: calc((100% - 2px)/3);
  margin-top: 1px;
  margin-right: 1px;
}

#gallery .gallery__photo__thumbnail:nth-child(3n) {
  margin-right: 0px;
}

#gallery .gallery__photo__thumbnail a {
  height: auto;
  overflow: hidden;
  width: 100%;
}

#gallery .gallery__photo__thumbnail a img {
  height: auto;
  width: 100%;
}

#credit .credit__inner {
  margin: 40px 0px 0px 0px;
}

#credit .credit__inner:first-child {
  margin: 0px;
}

#credit .credit__inner__heading {
  margin: 0px 0px 18px 0px;
}

#credit .credit__inner__link {
  margin: 13px 0px 0px 0px;
}

#contact.contents__sub {
  padding-top: 100px;
}

#share .share__heading {
  margin: 0 0 20px 0;
  position: relative;
}

#share .share__sns {
  margin: 0 auto;
  position: relative;
  height: 32px;
  width: 84px;
}

#share .share__sns .share__sns__link {
  box-sizing: border-box;
  float: left;
  height: 32px;
  position: relative;
  width: 32px;
}

#share .share__sns .share__sns__link.share__sns__x {
  margin: 0 20px 0 0;
}

#share .share__sns .share__sns__link .share__sns__icon {
  font-size: 16px;
  height: 32px;
  position: relative;
  top: -1px;
}

#footer {
  box-sizing: border-box;
  height: auto;
  padding: 80px 16px 16px;
  position: relative;
  overflow: auto;
  width: 100%;
}

#footer .footer__inner {
  height: 40px;
  overflow: auto;
  position: relative;
  width: 100%;
}

#footer .footer__copyright {
  padding: 13.5px 0 0 0;
  height: 13px;
  left: 11px;
  position: absolute;
  width: 161px;
}

#footer .footer__btn {
  display: block;
  height: 40px;
  right: 2.5px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 40px;
}

#footer .footer__btn .footer__btn__icon {
  font-size: 24px;
  height: 40px;
  position: relative;
}

#loader {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1500;
}

#loader .loader__circle {
  -webkit-animation: loader_spin infinite 1s linear;
  animation: loader_spin infinite 1s linear;
  display: none;
  height: 64px;
  left: 50%;
  margin: -56px 0 0 -32px;
  position: absolute;
  top: 50%;
  width: 64px;
  z-index: 1500;
}

@-webkit-keyframes loader_spin {
  0% {
    transform: rotateZ(0deg)
  }

  100% {
    transform: rotateZ(360deg)
  };
}

@keyframes loader_spin {
  0% {
    transform: rotateZ(0deg)
  }

  100% {
    transform: rotateZ(360deg)
  };
}

#bg-overlay.bg-overlay {
  background: #000;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0px;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s ease;
  width: 100%;
  z-index: 1;
}

#bg-overlay.bg-overlay--active {
  opacity: .7;
}

#background {
  height: 100vh;
  position: fixed;
  top: 0px;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s ease;
  width: 100%;
  z-index: 0;
}

.bg__img {
  background-position: center bottom !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0px;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s ease;
  width: 100%;
}

.bg__img--active {
  opacity: 1;
}

#bg_photo_01 {
  background: url("/sptab/img/bg_photo_01.jpg");
}

#bg_photo_02 {
  background: url("/sptab/img/bg_photo_02.jpg");
}

#bg_photo_03 {
  background: url("/sptab/img/bg_photo_03.jpg");
}

#bg_photo_04 {
  background: url("/sptab/img/bg_photo_04.jpg");
}

#bg_photo_05 {
  background: url("/sptab/img/bg_photo_05.jpg");
}

#bg_photo_06 {
  background: url("/sptab/img/bg_photo_06.jpg");
}

#bg_photo_07 {
  background: url("/sptab/img/bg_photo_07.jpg");
}

#bg_photo_08 {
  background: url("/sptab/img/bg_photo_08.jpg");
}

#bg_photo_09 {
  background: url("/sptab/img/bg_photo_09.jpg");
}

#bg_photo_10 {
  background: url("/sptab/img/bg_photo_10.jpg");
}

@media only screen and (max-width: 736px) and (orientation: landscape) {
  #menu .menu__inner__wrapper {
    padding: 40px 0 0 0
  }

  #menu .menu {
    padding: 12px 28px 40px
  }

  #menu .menu .menu__inner .menu__inner__list {
    margin: 20px 0 0 0
  }

  #home {
    margin: -72px 0 80px 0
  }

  #home .home__logo {
    top: 25%;
    width: 35%
  }

  #gallery .gallery__vimeo {
    float: left
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner {
    float: left;
    padding: calc(56.25%/2) 0 0 0;
    width: calc((100% - 1px)/2)
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner:nth-child(2) {
    margin: 0 0 0 1px;
    clear: right
  }

  #gallery .gallery__photo__thumbnail {
    width: calc((100% - 3px)/4);
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(3n) {
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(4n) {
    margin-right: 0px
  }

  #loader .loader__circle {
    margin: -40px 0 0 -32px
  };
}

@media only screen and (min-width: 737px) and (max-width: 812px) and (orientation: landscape) {
  .header {
    height: 84px !important;
    padding: 24px 28px 4px !important
  }

  #menu {
    width: 224px
  }

  #menu .menu__inner__wrapper {
    padding: 84px 0 0 0 !important
  }

  #menu .menu {
    padding: 8px 28px 40px !important
  }

  #menu .menu .menu__inner .menu__inner__list {
    margin: 16px 0 0 0 !important
  }

  #menu .menu .menu__inner .menu__inner__list:nth-child(1) {
    margin-top: 0 !important
  }

  .contents {
    padding: 72px 40px 128px !important
  }

  .contents__sub {
    padding: 96px 40px !important
  }

  #home {
    margin: -72px 0 80px 0
  }

  #home .home__logo {
    top: 25%;
    width: 35%
  }

  #gallery .gallery__vimeo {
    float: left
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner {
    float: left;
    padding: calc(56.25%/2) 0 0 0;
    width: calc((100% - 1px)/2)
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner:nth-child(2) {
    margin: 0 0 0 1px;
    clear: right
  }

  #gallery .gallery__photo__thumbnail {
    width: calc((100% - 3px)/4);
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(3n) {
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(4n) {
    margin-right: 0px
  }

  #loader .loader__circle {
    margin: -40px 0 0 -32px
  }

  #contact.contents__sub {
    padding-top: 120px !important
  }

  #footer {
    padding: 16px 28px 16px !important
  };
}

@media only screen and (min-width: 812px) and (max-width: 960px) and (orientation: landscape) {
  #home {
    margin: -72px 0 80px 0
  }

  #home .home__logo {
    top: 25%;
    width: 35%
  }

  #gallery .gallery__vimeo {
    float: left
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner {
    float: left;
    padding: calc(56.25%/2) 0 0 0;
    width: calc((100% - 1px)/2)
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner:nth-child(2) {
    margin: 0 0 0 1px;
    clear: right
  }

  #gallery .gallery__photo__thumbnail {
    width: calc((100% - 3px)/4);
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(3n) {
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(4n) {
    margin-right: 0px
  };
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header {
    height: 108px;
    padding: 24px
  }

  .header .header__nav__logo {
    height: 60px;
    width: 88.5px
  }

  .header .header__nav__logo img {
    height: auto;
    width: 100%
  }

  .header .header__nav__btn {
    height: 60px;
    right: 0px;
    width: 60px
  }

  .btn__menu__icon {
    height: 60px
  }

  .menu--open .btn__menu__icon {
    font-size: 36px
  }

  .menu--close .btn__menu__icon {
    font-size: 36px
  }

  #menu {
    width: 37.5%
  }

  .menu__inner__wrapper {
    padding: 108px 0 0 0
  }

  .menu {
    padding: 32px 42px 40px
  }

  .menu .menu__inner .menu__inner__list {
    margin: 40.5px 0 0 0
  }

  .menu .menu__inner .menu__inner__list .menu__inner__list__link img {
    height: 45px;
    width: 166.5px
  }

  #wrapper {
    padding: 108px 0 0 0
  }

  .contents__heading {
    margin: 0 0 80px 0
  }

  .contents__heading img {
    height: 39px;
    width: 165px
  }

  #home .home__logo {
    top: 30%;
    width: 40%
  }

  #about .about__description img {
    height: 373.5px;
    width: auto
  }

  #gallery .gallery__vimeo {
    float: left
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner {
    float: left;
    padding: calc(56.25%/2) 0 0 0;
    width: calc((100% - 1px)/2)
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner:nth-child(2) {
    margin: 0 0 0 1px;
    clear: right
  }

  #gallery .gallery__photo__thumbnail {
    width: calc((100% - 3px)/4);
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(3n) {
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(4n) {
    margin-right: 0px
  }

  #credit .credit__inner {
    margin: 60px 0px 0px 0px
  }

  #credit .credit__inner:nth-child(1) .credit__inner__name img {
    height: 25.5px;
    width: auto
  }

  #credit .credit__inner:nth-child(1) .credit__inner__link img {
    height: 27px;
    width: auto
  }

  #credit .credit__inner:nth-child(2) .credit__inner__name img {
    height: 156px;
    width: auto
  }

  #credit .credit__inner:nth-child(3) .credit__inner__name img {
    height: 25.5px;
    width: auto
  }

  #credit .credit__inner__heading {
    margin: 0px 0px 27px 0px
  }

  #credit .credit__inner__heading img {
    height: 19.5px;
    width: auto
  }

  #credit .credit__inner__link {
    margin: 19.5px 0px 0px 0px
  }

  #contact .contact__link img {
    height: 27px;
    width: auto
  }

  #share .share__heading {
    margin: 0 0 30px 0;
    height: 22.5px;
    width: auto
  }

  #share .share__sns {
    height: 60px;
    width: 150px
  }

  #share .share__sns .share__sns__link {
    height: 40px;
    width: 40px
  }

  #share .share__sns .share__sns__link.share__sns__x {
    margin: 0 30px 0 0
  }

  #footer {
    height: auto
  }

  #footer .footer__inner {
    height: 60px
  }

  #footer .footer__copyright {
    height: 19.5px;
    padding: 20px 0 0 0;
    width: 241.5px
  }

  #footer .footer__copyright img {
    height: 19.5px;
    width: auto
  }

  #footer .footer__btn {
    height: 60px;
    right: 0px;
    width: 60px
  }

  #footer .footer__btn .footer__btn__icon {
    font-size: 36px;
    height: 60px
  };
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .header {
    height: 108px;
    padding: 24px
  }

  .header .header__nav__logo {
    height: 60px;
    width: 88.5px
  }

  .header .header__nav__logo img {
    height: auto;
    width: 100%
  }

  .header .header__nav__btn {
    height: 60px;
    right: 0px;
    width: 60px
  }

  .btn__menu__icon {
    height: 60px
  }

  .menu--open .btn__menu__icon {
    font-size: 36px
  }

  .menu--close .btn__menu__icon {
    font-size: 36px
  }

  #menu {
    width: 25%
  }

  .menu__inner__wrapper {
    padding: 108px 0 0 0
  }

  .menu {
    padding: 32px 42px 40px
  }

  .menu .menu__inner .menu__inner__list {
    margin: 40.5px 0 0 0
  }

  .menu .menu__inner .menu__inner__list .menu__inner__list__link img {
    height: 45px;
    width: 166.5px
  }

  #wrapper {
    padding: 108px 0 0 0
  }

  .contents__heading {
    margin: 0 0 80px 0
  }

  .contents__heading img {
    height: 39px;
    width: 165px
  }

  #home .home__logo {
    top: 22%;
    width: 38%
  }

  #about .about__description img {
    height: 373.5px;
    width: auto
  }

  #gallery .gallery__vimeo {
    float: left
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner {
    float: left;
    padding: calc(56.25%/2) 0 0 0;
    width: calc((100% - 1px)/2)
  }

  #gallery .gallery__vimeo .gallery__vimeo__inner:nth-child(2) {
    margin: 0 0 0 1px;
    clear: right
  }

  #gallery .gallery__photo__thumbnail {
    width: calc((100% - 3px)/4);
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(3n) {
    margin-right: 1px
  }

  #gallery .gallery__photo__thumbnail:nth-child(4n) {
    margin-right: 0px
  }

  #credit .credit__inner {
    margin: 60px 0px 0px 0px
  }

  #credit .credit__inner:nth-child(1) .credit__inner__name img {
    height: 25.5px;
    width: auto
  }

  #credit .credit__inner:nth-child(1) .credit__inner__link img {
    height: 27px;
    width: auto
  }

  #credit .credit__inner:nth-child(2) .credit__inner__name img {
    height: 156px;
    width: auto
  }

  #credit .credit__inner:nth-child(3) .credit__inner__name img {
    height: 25.5px;
    width: auto
  }

  #credit .credit__inner__heading {
    margin: 0px 0px 27px 0px
  }

  #credit .credit__inner__heading img {
    height: 19.5px;
    width: auto
  }

  #credit .credit__inner__link {
    margin: 19.5px 0px 0px 0px
  }

  #contact .contact__link img {
    height: 27px;
    width: auto
  }

  #share .share__heading {
    margin: 0 0 30px 0;
    height: 22.5px;
    width: auto
  }

  #share .share__sns {
    height: 60px;
    width: 150px
  }

  #share .share__sns .share__sns__link {
    border-radius: 60px;
    height: 60px;
    width: 60px
  }

  #share .share__sns .share__sns__link.share__sns__x {
    margin: 0 30px 0 0
  }

  #share .share__sns .share__sns__link .share__sns__icon {
    font-size: 24px;
    height: 60px;
    top: -1.5px
  }

  #footer {
    height: auto
  }

  #footer .footer__inner {
    height: 60px
  }

  #footer .footer__copyright {
    height: 19.5px;
    padding: 20px 0 0 0;
    width: 241.5px
  }

  #footer .footer__copyright img {
    height: 19.5px;
    width: auto
  }

  #footer .footer__btn {
    height: 60px;
    right: 0px;
    width: 60px
  }

  #footer .footer__btn .footer__btn__icon {
    font-size: 36px;
    height: 60px
  };
}

@media only screen and (min-width: 415px) and (max-width: 768px) and (orientation: portrait) {
  .contents {
    padding: 200px 0 180px
  }

  .contents__sub {
    padding: 150px 0 75px
  }

  #credit.contents {
    padding-top: 140px
  }

  #contact.contents__sub {
    padding-top: 150px
  }

  #footer {
    padding: 120px 16px 16px
  };
}

@media only screen and (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  .contents {
    padding: 120px 0 108px
  }

  .contents__sub {
    padding: 90px 0 45px
  }

  #contact.contents__sub {
    padding-top: 90px
  }

  #footer {
    padding: 72px 16px 16px
  };
}

@media only screen and (min-width: 769px) and (max-width: 834px) and (orientation: portrait) {
  .contents {
    padding: 217.2px 0 195.48px
  }

  .contents__sub {
    padding: 162.9px 0 81.45px
  }

  #contact.contents__sub {
    padding-top: 162.9px
  }

  #footer {
    padding: 130.32px 16px 16px
  };
}

@media only screen and (min-width: 1025px) and (max-width: 1112px) and (orientation: landscape) {
  .contents {
    padding: 130.32px 0 117.288px
  }

  .contents__sub {
    padding: 97.74px 0 48.87px
  }

  #contact.contents__sub {
    padding-top: 97.74px
  }

  #footer {
    padding: 78.192px 16px 16px
  };
}

@media only screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  .contents {
    padding: 300px 0 270px
  }

  .contents__sub {
    padding: 225px 0 112.5px
  }

  #contact.contents__sub {
    padding-top: 225px
  }

  #footer {
    padding: 180px 16px 16px
  };
}

@media only screen and (min-width: 1113px) and (max-width: 1366px) and (orientation: landscape) {
  .contents {
    padding: 180px 0 162px
  }

  .contents__sub {
    padding: 135px 0 67.5px
  }

  #contact.contents__sub {
    padding-top: 135px
  }

  #footer {
    padding: 108px 16px 16px
  };
}

* {
  -webkit-touch-callout: none;
}

/* 2025/10/19 10周年イベント用 */

#event_badge {
  position: absolute;
  left: 16px;
  bottom: 10%;
}

#event .contents__heading {
  margin-bottom: 16px;
}

#event .btn:nth-child(2) {
  margin-top: 16px;
  margin-bottom: 40px;
}

#btn_event {
  position: absolute;
  right: 0;
  bottom: 52px;
}