@charset "utf-8";

/* Wulkan Display Regular */
@font-face {
  font-family: "GT-Ultra";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../font/woff2/GT-Ultra-Fine-Regular.woff2') format('woff2');
}

/* base */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 13px;
}

body {
  background-color: #F6F5F5;
  color: #222222;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  font-kerning: normal;
  -webkit-font-kerning: normal;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-family: GT-Ultra, "IBM Plex Serif", "dnp-shuei-mincho-pr6", 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

body#dark {
  background-color: #222222;
  color: #F6F5F5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  font-kerning: normal;
  -webkit-font-kerning: normal;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-family: GT-Ultra, "IBM Plex Serif", "dnp-shuei-mincho-pr6", 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

::selection {
  background: #121212;
  color: #222222;
}

::-moz-selection {
  background: #121212;
}

/* link */
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #222222;
}

body#dark a:link, body#dark a:visited, body#dark a:active {
  text-decoration: none;
  color: #999999;
}

.ibm {
  font-family: "IBM Plex Serif", serif;
}

/* arrow */
.arrow {
  position: relative;
}

.arrow:after {
  content: "→";
  font-size: 1em;
  position: absolute;
  right: 0.8em;
  top: 0.5em;
  color: #FFF;
}

/* swiper */
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* option */
.jp {
  letter-spacing: 0.04em;
}

.en {
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: GT-Ultra, "IBM Plex Serif", "dnp-shuei-mincho-pr6", 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

/* iOS */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="radio"] {
  display: inline-block;
}

input[type="radio"]:checked+label {
  background: #ff0000;
}

/* animation */
@keyframes innerfadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* media screen */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 11px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1300px) {
  html {
    font-size: 11.18px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1325px) {
  html {
    font-size: 11.36px;
  }
}

@media screen and (min-width: 1326px) and (max-width: 1350px) {
  html {
    font-size: 11.54px;
  }
}

@media screen and (min-width: 1351px) and (max-width: 1375px) {
  html {
    font-size: 11.72px;
  }
}

@media screen and (min-width: 1376px) and (max-width: 1400px) {
  html {
    font-size: 11.9px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1425px) {
  html {
    font-size: 12.08px;
  }
}

@media screen and (min-width: 1426px) and (max-width: 1450px) {
  html {
    font-size: 12.26px;
  }
}

@media screen and (min-width: 1451px) and (max-width: 1475px) {
  html {
    font-size: 12.44px;
  }
}

@media screen and (min-width: 1476px) and (max-width: 1500px) {
  html {
    font-size: 12.62px;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1525px) {
  html {
    font-size: 12.8px;
  }
}

@media screen and (min-width: 1526px) and (max-width: 1700px) {
  html {
    font-size: 13px;
  }
}