@charset "UTF-8";
/* ------------------------------------------------
 * Mixin for center - 要素中央配置する
 * @include center(xy); // 中央
 * @include center(x);  // 横中央
 * @include center(y);  // 縦中央
 ------------------------------------------------ */
/* ------------------------------------------------

 * transition - フェードイン効果を追加する
 * @include transition;

 ------------------------------------------------ */
/* ------------------------------------------------

 * opacity - 透過効果を追加する
 * @include opacity;

 ------------------------------------------------ */
/* ------------------------------------------------

 * font-family - フォントの指定をする
 * @include font(jp); // ゴシック

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

input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

/*------------------------------------
 clearfix
------------------------------------*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  line-height: 0;
}

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

.ul, .ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
}

#main,
#container,
#footer {
  width: 100%;
}

#main {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -----------------------------------
 * 共通パーツ
 ----------------------------------- */
/* 改行切り替え */
br.sp--block {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.sp--block {
    display: block;
  }
}
br.ipad--block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.ipad--block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.ipad--block {
    display: none;
  }
}
br.pc--block {
  display: block;
}
@media only screen and (max-width: 767px) {
  br.pc--block {
    display: none;
  }
}

.mainvis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #00bbeb;
}
.mainvis .text__block {
  text-align: center;
}
.mainvis .text__block .logo {
  margin-bottom: 60px;
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .mainvis .text__block .logo {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.mainvis .text__block .heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .mainvis .text__block .heading {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.mainvis .text__block .text {
  color: #fff;
  line-height: 2;
}
.mainvis .text__block .sns__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 60px;
}
@media only screen and (max-width: 1024px) {
  .mainvis .text__block .sns__wrap {
    margin: 20px auto 40px;
  }
}
.mainvis .text__block .sns__wrap li:nth-child(1) {
  margin-left: 20px;
}
.mainvis .text__block .sns__wrap li:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainvis .text__block .sns__wrap li:nth-child(1) a svg {
  width: 20px;
  height: 20px;
}
.mainvis .text__block .sns__wrap li:nth-child(1) a p {
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mainvis .text__block .sns__wrap li a svg {
  fill: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mainvis .text__block .sns__wrap li a:hover svg {
  fill: #ccc;
}
@media only screen and (max-width: 1024px) {
  .mainvis .text__block .sns__wrap li a:hover svg {
    fill: #fff;
  }
}
.mainvis .text__block .sns__wrap li a:hover p {
  color: #ccc;
}
@media only screen and (max-width: 1024px) {
  .mainvis .text__block .sns__wrap li a:hover p {
    color: #fff;
  }
}
.mainvis .text__block .copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
}

/* -----------------------------------
 * 構成パーツ
 ----------------------------------- */
.content--m {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .content--m {
    max-width: auto;
    width: auto;
    margin: 0 20px 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content--m {
    margin: 0 20px 0;
  }
}
@media screen and (min-width: 1400px) {
  .content--m {
    padding: 120px 0;
  }
}

.content--s {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .content--s {
    max-width: auto;
    width: auto;
    margin: 40px 20px 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content--s {
    margin: 40px 20px 0;
  }
}
@media screen and (min-width: 1400px) {
  .content--s {
    padding: 120px 0;
  }
}

/* -----------------------------------
 * 構成パーツ
 ----------------------------------- */
/* -----------------------------------
 * 注意書き
 ----------------------------------- */
.warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.warning .warning--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .warning .warning--item {
    width: 60%;
  }
}
.warning .warning--item .text__block p {
  color: #fff;
}
.warning .warning--item img {
  display: block;
  margin: 0 40px 0 0;
  width: 130px;
}
.warning.is-show {
  display: block;
}