@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
hr {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}

/* common */
.pc {
  display: block;
}
.sp {
  display: none;
}
.ul {
  box-sizing: border-box;
  letter-spacing: -0.4em;
}
.ul li {
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.en {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  font-weight: bold;
}
.blue {
  color: #7dc3f0;
}
.title {
  font-size: 1.6em;
  text-align: center;
  vertical-align: bottom;
}
.title span {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8em;
}

/* header */
.header {
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0 13px 0;
  box-sizing: border-box;
  z-index: 100;
}
.header-logo {
  width: 310px;
  height: auto;
  padding: 0 0 0 20px;
  float: left;
}
.header-or {
  box-sizing: border-box;
  padding: 5px 20px 0 0;
  display: flex;
  align-items: center;
  float: right;
}
.btn-blue {
  box-sizing: border-box;
  border: 1px solid #7dc3f0;
  border-radius: 6px;
  background: #7dc3f0;
  margin: 0 0 0 10px;
  padding: 6px 10px;
  display: block;
}
.btn-blue img {
  width: auto;
  height: 17px;
}
.lang-ul {
  float: left;
  font-size: 1.4em;
  padding: 0 0 0 20px;
}
.lang-ul a {
  color: #1e1e1e;
}
.lang-active {
  color: #fff !important;
  background: #7dc3f0;
  border-radius: 50%;
  padding: 4px 6px;
}
.header-under {
  padding: 10px 0 0 0;
}
.header-ur {
  box-sizing: border-box;
  padding: 5px 20px 0 0;
  display: flex;
  align-items: center;
  float: right;
}
.header-navi {
  letter-spacing: -0.4em;
  padding: 3px 10px 0 20px;
  display: block;
  float: left;
}
.header-navi li {
  width: auto;
  font-size: 1.3em;
  line-height: 18px;
  border-left: 1px solid #7dc3f0;
  letter-spacing: normal;
  padding: 0 13px 0 7px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header-navi li a {
  color: #1e1e1e;
}
.header-navi li.has-child ul {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 10;
  background: #7dc3f0;
  width: 150px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header-navi li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header-navi li.has-child ul li {
  font-size: 0.9em;
  line-height: 1;
  border-left: none;
  letter-spacing: normal;
  border-top: 1px solid #fff;
  margin-left: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.header-navi li.has-child ul li a {
  font-weight: bold;
  display: block;
  padding: 15px 0 15px 15px;
}
.btn-rules {
  box-sizing: border-box;
  border: 1px solid #1e1e1e;
  border-radius: 6px;
  margin: 0 0 0 10px;
  padding: 6px 10px;
  display: block;
}
.btn-rules img {
  width: auto;
  height: 17px;
}
.nav-en {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  font-weight: 700;
}
.small {
  font-size: 0.8em;
}

/* search */
.search-common {
  width: 220px;
  height: 32px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  position: relative;
  float: left;
}
.search-common dl {
  margin: 0;
}
.search-common dt {
  margin: 0;
}
.search-common-form {
  position: relative;
}
.search-common-box {
  font-size: 1.1em;
  width: 220px;
  height: 32px;
  padding: 0 0 0 10px;
  color: #1e1e1e;
  border: solid 1px #1e1e1e;
  box-sizing: border-box;
}
.search-common-btn {
  width: 37px;
  height: 32px;
  position: absolute;
  top: 0;
  _top: 1px;
  left: 183px;
}

/* footer */
.footer {
  width: 100%;
  background-color: #1e1e1e;
  margin: 0;
  padding: 60px 0;
}
.footer-inner {
  width: 90%;
  margin: 0 auto;
}
.footer-inner-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  width: 300px;
}
.footer-facebook {
  width: 25px;
  margin: 0;
}
.footer-txt {
  font-size: 1.3em;
  line-height: 24px;
  color: #f5f5f5;
  padding: 30px 0 0 0;
}
.footer-inner-b {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav {
  display: flex;
}
.footer-nav li {
  font-size: 1.2em;
  margin: 0 30px 0 0;
}
.footer-nav li a {
  color: #f5f5f5;
  line-height: 16px;
}
.footer-arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.footer-arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f5f5f5;
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.footer-copy {
  font-size: 1.2em;
  text-align: right;
  color: #f5f5f5;
}

/* drawer */
.drawer {
  width: 30px;
  height: 18px;
  position: fixed;
  right: 20px;
  top: 21px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  z-index: 999;
  display: none;
}
.drawer-line {
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-line-top {
  width: 100%;
  right: 0;
  top: 0;
}
.drawer-line-center {
  width: 100%;
  right: 0;
  top: 8px;
}
.drawer-line-bottom {
  width: 100%;
  right: 0;
  bottom: 0;
}
.on .drawer-line-top {
  top: 8px;
  transform: rotate(45deg);
}
.on .drawer-line-center {
  transform: scaleX(0);
  background: transparent;
}
.on .drawer-line-bottom {
  bottom: 8px;
  transform: rotate(135deg);
}
.drawer-nav-wrap {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  overflow-y: scroll;
}
.drawer-navi {
  padding: 80px 0 0 5%;
}
.drawer-logo {
  width: 310px;
  height: auto;
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 1000;
}
.drawer-hr {
  width: 90%;
  border-top: 1px solid #fff;
  margin: 10px auto 0 auto;
}
.drawer-nav {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer-nav-txt {
  font-size: 1.4em;
  line-height: 16px;
}
.drawer-nav-ul-1 {
  display: flex;
  justify-content: center;
}
.drawer-nav-ul-1 li {
  font-size: 1.3em;
  margin: 10px 5px 0 5px;
}
.drawer-nav-ul-1 li a {
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #7dc3f0;
  border-radius: 6px;
  color: #1e1e1e;
  background: #7dc3f0;
  margin: 0;
  padding: 6px 10px;
  display: inline-block;
}
.drawer-nav-ul-2 {
  display: flex;
  justify-content: center;
}
.drawer-nav-ul-2 li {
  font-size: 1.3em;
  margin: 10px 5px 0 5px;
}
.drawer-nav-ul-2 li a {
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #7dc3f0;
  border-radius: 6px;
  color: #1e1e1e;
  background: #7dc3f0;
  margin: 0;
  padding: 6px 10px;
  display: inline-block;
}
.drawer-nav-ul-3 {
  display: flex;
  justify-content: center;
}
.drawer-nav-ul-3 li {
  width: auto;
  font-size: 1.4em;
  line-height: 16px;
  margin: 30px 0 0 0;
  padding: 0 10px;
}
.drawer-nav-ul-3 li:nth-child(odd) {
  border-left: 1px solid #7dc3f0;
}
.drawer-nav-ul-3 li:nth-child(even) {
  border-left: 1px solid #7dc3f0;
  border-right: none;
}
.drawer-nav-ul-3 li:last-child {
  border-right: 1px solid #7dc3f0;
}
.drawer-nav-ul-3 li a {
  color: #1e1e1e;
}
.drawer-nav-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.btn-blue-sp {
  box-sizing: border-box;
  border: 1px solid #7dc3f0;
  border-radius: 6px;
  background: #7dc3f0;
  margin: 0 5px;
  padding: 6px 10px;
  display: inline-block;
}
.btn-blue-sp img {
  width: auto;
  height: 17px;
}
.btn-rules-sp {
  box-sizing: border-box;
  border: 1px solid #1e1e1e;
  border-radius: 6px;
  margin: 0 5px;
  padding: 6px 10px;
  display: inline-block;
}
.btn-rules-sp img {
  width: auto;
  height: 17px;
}
.drawer-lang-ul {
  margin: 30px 0 0 0;
}
.drawer-lang-ul li {
  font-size: 1.4em;
}
.drawer-lang-ul li a {
  color: #1e1e1e;
}
.trans {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.de05 {
  transition-delay: 0.5s;
}
.de06 {
  transition-delay: 0.6s;
}
.de07 {
  transition-delay: 0.7s;
}
.de08 {
  transition-delay: 0.8s;
}
.de09 {
  transition-delay: 0.9s;
}

@media screen and (max-width: 1020px) {
  /* header */
  .header {
    padding: 10px 0;
  }
  .header-or {
    display: none;
  }
  .header-under {
    display: none;
  }
  .header-navi {
    display: none;
  }
  .drawer {
    display: block;
  }
  /* footer */
  .footer-txt {
    padding: 30px 0 0 0;
  }
  .footer-inner-b {
    margin: 30px auto 0 auto;
    display: block;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav li {
    margin: 20px 0 0 0;
  }
  .footer-copy {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  /* header */
  .header-logo {
    width: 250px;
    padding: 0 0 0 5%;
  }
  .drawer {
    right: 5%;
    top: 18px;
  }
  .drawer-logo {
    width: 250px;
    left: 5%;
  }
  /* footer */
  .footer-inner-t {
    display: block;
  }
  .footer-logo {
    width: 250px;
  }
  .footer-facebook {
    width: 25px;
    margin: 40px 0 0 0;
  }
  .footer-txt {
    font-size: 1.2em;
    line-height: 23px;
  }
  .footer-nav li {
    font-size: 1.2em;
  }
  .footer-copy {
    font-size: 1.2em;
  }
  /* drawer */
  .drawer-nav {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 70px auto 0 auto;
    padding: 0;
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .drawer-nav-txt {
    font-size: 1.3em;
    line-height: 15px;
  }
  .drawer-nav-ul-1 li {
    font-size: 1.2em;
    margin: 10px 5px 0 5px;
  }
  .drawer-nav-ul-2 li {
    font-size: 1.2em;
    margin: 10px 5px 0 5px;
  }
  .drawer-nav-ul-3 {
    flex-wrap: wrap;
  }
  .drawer-nav-ul-3 li {
    width: 30%;
    font-size: 1.3em;
    line-height: 15px;
    margin: 30px 0 0 0;
    padding: 0 10px;
  }
  .drawer-nav-ul-3 li:nth-child(odd) {
    border-left: 1px solid #7dc3f0;
  }
  .drawer-nav-ul-3 li:nth-child(even) {
    border-left: 1px solid #7dc3f0;
    border-right: 1px solid #7dc3f0;
  }
  .drawer-nav-ul-3 li:last-child {
    border-right: 1px solid #7dc3f0;
  }
  .drawer-nav-btn {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .btn-blue-sp {
    width: 40%;
    margin: 10px 5px 0 5px;
    padding: 6px 10px;
    display: block;
  }
  .btn-rules-sp {
    margin: 10px 0 0 0;
    display: block;
  }
  .drawer-lang-ul {
    margin: 30px 0 0 0;
  }
  .drawer-lang-ul li {
    font-size: 1.4em;
  }
  .drawer-lang-ul li a {
    color: #1e1e1e;
  }
  /* Base */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .title {
    font-size: 1.4em;
  }
  .title span {
    font-size: 1.8em;
  }
}
