@charset "utf-8";
/* base */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px;
}
body {
  background-color: #FFF;
  color: #333333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  font-kerning: normal;
  -webkit-font-kerning: normal;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-family: Yu Gothic Pr6N M, "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}
.layer {
  animation: .4s fadeIn .4s forwards;
  -webkit-animation:.4s fadeIn .4s forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
  transition-duration: 0.3s;
}
::selection {
  background: #333333;
  color: #FFF;
}
::-moz-selection {
  background: #333333;
}
/* 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;
}
/* button */
.button_w {
  display: block;
  color: #FFF !important;
  border: 1px solid #FFF;
  line-height: 1;
  padding: 0.7em 0.5em;
  width: 100%;
}
.button_w a:link, a:visited, a:active {
  color: #FFF !important;
  text-decoration: none;
}
.button_w:hover {
  cursor: pointer;
  color: #1C4377 !important;
  background-color: #FFF;
}
.button_b {
  display: block;
  color: #1C4377 !important;
  border: 1px solid #1C4377;
  line-height: 1;
  padding: 0.7em 0.5em;
  width: 100%;
}
.button_b a:link, a:visited, a:active {
  color: #1C4377 !important;
  text-decoration: none;
}
.button_b:hover {
  cursor: pointer;
  color: #FFF !important;
  background-color: #1C4377;
}
.fade {
  overflow: hidden;
}
/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s;
}
/* arrow */
.arrow {
  position: relative;
}
.arrow:after {
  content: "→";
  font-size: 1rem;
  position: absolute;
  right: 0.75em;
}
/* drawer */
.drawer {
  display: block;
}
.r {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.spbr {
  display: none;
}
.pcbr {
  display: block;
}
/* text */
.tx20 {
  font-size: 2rem;
}
.tx19 {
  font-size: 1.9rem;
}
.tx18 {
  font-size: 1.8rem;
}
.tx17 {
  font-size: 1.7rem;
}
.tx16 {
  font-size: 1.6rem;
}
.tx15 {
  font-size: 1.5rem;
}
.tx14 {
  font-size: 1.4rem;
}
.tx13 {
  font-size: 1.3rem;
}
.tx12 {
  font-size: 1.2rem;
}
.tx11 {
  font-size: 1.1rem;
  line-height: 2;
}
.tx10 {
  font-size: 1rem;
}
.tx09 {
  font-size: 0.9rem;
}
.tx08 {
  font-size: 0.8rem;
}
.tx07 {
  font-size: 0.7rem;
}
.tx06 {
  font-size: 0.6rem;
}
.jun {
  font-family: "Jun 501", sans-serif;
}
.en {
  font-family: mandrel-extended, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.07rem;
}
.jp {
  font-family: Yu Gothic Pr6N M, "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05rem;
}
.blue {
  color: #1C4377;
}
.white {
  color: #FFF;
}
.icon {
  font-family: 'noway_icons', sans-serif;
  font-size: 2.4rem;
  margin-right: 0.2em;
  display: inline-block;
  line-height: 0.7;
  padding-bottom: 0.15em;
  vertical-align: middle;
}
/* sp */
@media screen and (max-width: 600px) {
  html {
    font-size: 13px;
  }
  /* drawer */
  .drawer {
    display: block;
  }
  /* options */
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}
/* media screen */
@media screen and (min-width: 601px) and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1300px) {
  html {
    font-size: 12.18px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1325px) {
  html {
    font-size: 12.36px;
  }
}
@media screen and (min-width: 1326px) and (max-width: 1350px) {
  html {
    font-size: 12.54px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1375px) {
  html {
    font-size: 12.72px;
  }
}
@media screen and (min-width: 1376px) and (max-width: 1400px) {
  html {
    font-size: 12.9px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1425px) {
  html {
    font-size: 13.08px;
  }
}
@media screen and (min-width: 1426px) and (max-width: 1450px) {
  html {
    font-size: 13.26px;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1475px) {
  html {
    font-size: 13.44px;
  }
}
@media screen and (min-width: 1476px) and (max-width: 1500px) {
  html {
    font-size: 13.62px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1525px) {
  html {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1526px) and (max-width: 1550px) {
  html {
    font-size: 13.98px;
  }
}
@media screen and (min-width: 1551px) and (max-width: 1575px) {
  html {
    font-size: 14.16px;
  }
}
@media screen and (min-width: 1576px) and (max-width: 1600px) {
  html {
    font-size: 14.34px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1625px) {
  html {
    font-size: 14.52px;
  }
}
@media screen and (min-width: 1626px) and (max-width: 1650px) {
  html {
    font-size: 14.7px;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1675px) {
  html {
    font-size: 14.88px;
  }
}
@media screen and (min-width: 1676px) and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}