/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
address, em, img, q,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure,
footer, header, menu, nav, section,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: 'NotoSansCJKjp-Regular';
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #313131;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Black';
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/NotoSansCJKjp-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/Poppins-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Bold.woff") format("woff"), url("../../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
}

header .header_top_wrap {
  background-color: #fff;
}

header .header_top {
  margin: 0 auto;
  overflow: hidden;
}

header .header_top h1 {
  float: left;
}

header #countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #countdown #result_day {
  padding: 0 2px;
}

header #countdown .txt_01,
header #countdown .txt_02 {
  font-weight: bold;
}

header #countdown .h {
  background: url(../../images/common/day_bg.png) no-repeat 0 0;
  color: #fff;
}

header .btn li {
  display: table;
}

header .btn span {
  display: block;
}

header .btn .en {
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2.5px;
}

header .btn .jp {
  font-size: 9px;
}

header .btn a {
  width: 160px;
  color: #fff;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 1.3;
  padding-left: 10px;
}

header .btn .ticket a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e22f54+0,ec6969+100 */
  background: #e22f54;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e22f54), to(#ec6969));
  background: linear-gradient(to right, #e22f54 0%, #ec6969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f54', endColorstr='#ec6969',GradientType=1 );
  /* IE6-9 */
}

header .btn .ticket a:before {
  content: "";
  background: url(../../images/common/icon_ticket.png) no-repeat 0 0;
  width: 30px;
  display: block;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 19px;
}

header .btn .results {
  margin-left: 2px;
}

header .btn .results a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d7fc1+0,098f9f+100 */
  background: #2d7fc1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2d7fc1), to(#098f9f));
  background: linear-gradient(to right, #2d7fc1 0%, #098f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7fc1', endColorstr='#098f9f',GradientType=1 );
  /* IE6-9 */
}

header .btn .results a:before {
  content: "";
  background: url(../../images/common/icon_result.png) no-repeat 0 0;
  width: 26px;
  display: block;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 13px;
}

header .menu_wrap {
  background: #313131;
}

header .menu_wrap .menu {
  margin: 0 auto;
  position: relative;
}

header .menu_wrap ul.menu_list a span {
  display: block;
  line-height: 1.3;
}

header .menu_wrap ul.menu_list a .en {
  color: #f4acac;
  font-family: 'Poppins-Bold';
  font-size: 13px;
}

header .menu_wrap ul.menu_list a .jp {
  color: #fff;
  font-size: 9px;
}

header .menu_wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu_wrap .sns li + li {
  margin-left: 13px;
}

footer {
  border-top: 6px solid #2d7fc1;
  background: #313131;
}

footer ul {
  text-align: center;
}

footer small {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}

#page-top a {
  position: fixed;
  text-align: center;
  font-family: 'Poppins-Bold';
  background: #2d7fc1;
  color: #fff;
  display: block;
}

#page-top a:before {
  content: "";
  display: block;
  position: relative;
}

.tit .tit_in {
  overflow: hidden;
}

.tit h2 {
  position: relative;
  text-align: center;
  float: right;
}

.tit h2:before {
  content: "";
  background: url(../../images/common/icon_ball.png) no-repeat 0 0;
  position: absolute;
}

.tit h2 span {
  display: block;
}

.tit h2 .en {
  font-weight: bold;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  margin-bottom: 10px;
}

#comming_soon {
  clear: both;
  background: #e5e5e5;
}

#comming_soon p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
  header .header_top {
    width: 1280px;
  }
  header .header_top h1 {
    margin: 5px 0 0 15px;
  }
  header .header_top h1 img {
    width: 230px;
    height: 37px;
  }
  header .header_right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #countdown {
    margin: 12px 20px 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 12px;
    font-size: 12px;
  }
  header #countdown .h {
    font-size: 18px;
    width: 64px;
    height: 26px;
    display: block;
    letter-spacing: 11px;
    padding: 4px 0 0 5px;
  }
  header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .btn.sp {
    display: none;
  }
  header .btn li {
    display: table;
  }
  header .btn span {
    display: block;
  }
  header .btn .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  header .btn .jp {
    font-size: 13px;
  }
  header .btn a {
    color: #fff;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 16px;
  }
  header .btn .ticket a:before {
    content: "";
    width: 30px;
    display: block;
    height: 14px;
    position: absolute;
    left: 20px;
    top: 19px;
  }
  header .btn .results {
    margin-left: 2px;
  }
  header .btn .results a:before {
    content: "";
    width: 26px;
    display: block;
    height: 26px;
    position: absolute;
    left: 20px;
    top: 13px;
  }
  header .menu_wrap {
    background: #313131;
    height: 50px;
  }
  header .menu_wrap .menu {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  header .menu_wrap ul.menu_list {
    width: 770px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap ul.menu_list li {
    display: table;
  }
  header .menu_wrap ul.menu_list a {
    display: table-cell;
    vertical-align: middle;
    width: 132px;
    text-align: center;
    height: 50px;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    color: #f4acac;
    font-family: 'Poppins-Bold';
    font-size: 13px;
  }
  header .menu_wrap ul.menu_list a .jp {
    color: #fff;
    font-size: 9px;
  }
  header .menu_wrap .sns {
    position: absolute;
    right: 13px;
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap .sns li + li {
    margin-left: 13px;
  }
  footer {
    padding: 30px 0;
  }
  footer ul {
    text-align: center;
    margin-bottom: 80px;
  }
  footer ul li {
    display: inline;
    margin: 0 20px;
  }
  footer small {
    font-size: 12px;
  }
  #page-top a {
    bottom: 50px;
    right: 50px;
    padding-top: 33px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 13px;
  }
  #page-top a:before {
    left: 38px;
    top: -11px;
    width: 23px;
    height: 32px;
    background: url(../../images/common/arrow_to_top.png) no-repeat 0 0;
  }
  .tit {
    width: 840px;
    margin: -36px auto 125px;
  }
  .tit .tit_in {
    padding: 36px 36px 0 0;
  }
  .tit h2:before {
    width: 36px;
    height: 36px;
    top: -35px;
    right: -30px;
  }
  .tit h2 .en {
    font-size: 46px;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 14px;
  }
  #comming_soon {
    padding: 80px 0;
    margin-bottom: 600px;
  }
  #comming_soon p {
    font-size: 32px;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  header .header_top {
    border-bottom: 2px solid #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_top h1 {
    margin: 2vw 0 0 5vw;
  }
  header .header_top h1 img {
    width: 9.85vw;
  }
  header #countdown {
    margin: 3vw -29vw 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 2vw;
    font-size: 3vw;
  }
  header #countdown .h {
    font-size: 4.3vw;
    width: 15vw;
    height: 7vw;
    display: block;
    letter-spacing: 2.5vw;
    padding: 1vw 0 0 1.3vw;
    background-size: 100%;
  }
  header .btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .btn.sp li {
    width: calc(99.7% / 2);
  }
  header .btn.sp span {
    display: block;
  }
  header .btn.sp .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 4.2vw;
    letter-spacing: 2.5px;
    margin-left:5%;
  }
  header .btn.sp .jp {
    font-size: 2.7vw;
  }
  header .btn.sp a {
    color: #fff;
    height: 13.3vw;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 5vw;
  }
  header .btn.sp .ticket a:before {
    content: "";
    background: url(../../images/common/icon_ticket_sp.png) no-repeat 0 0;
    width: 7.9vw;
    display: block;
    height: 4.6vw;
    position: absolute;
    left: 7vw;
    top: 4.3vw;
    background-size: 100%;
  }
  header .btn.sp .results {
    margin-left: 0;
  }
  header .btn.sp .results a:before {
    content: "";
    background: url(../../images/common/icon_result_sp.png) no-repeat 0 0;
    width: 7.8vw;
    display: block;
    height: 7.8vw;
    position: absolute;
    left: 5vw;
    top: 2.8vw;
    background-size: 100%;
  }
  header #nav-toggle {
    width: 12vw;
    height: 11.5vw;
    padding: 2.2vw 3.3vw;
    cursor: pointer;
    z-index: 1000;
    background: #313131;
  }
  header #nav-toggle > div {
    position: relative;
  }
  header #nav-toggle span {
    background: #fff;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    width: 5.5vw;
  }
  header #nav-toggle span:nth-child(1) {
    top: 2.5vw;
  }
  header #nav-toggle span:nth-child(2) {
    top: 4.9vw;
  }
  header .open #nav-toggle {
    background: none;
  }
  header .menu_wrap {
    bottom: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 25vw;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 990;
    padding: 14.6vw 8vw 3vw;
    overflow-y: auto;
  }
  header .menu_wrap ul.menu_list {
    margin: 0 auto 19.9vw;
  }
  header .menu_wrap ul.menu_list a {
    text-align: center;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    font-size: 4.7vw;
    margin-bottom: 0.5vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list a .jp {
    font-size: 3.1vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list li + li {
    margin-top: 9.3vw;
  }
  header .menu_wrap .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu_wrap .sns li {
    margin: 0 4vw;
  }
  header .menu_wrap .sns img {
    width: 13.3vw;
    height: 13.3vw;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .menu_wrap {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  footer {
    padding: 5.9vw 0 2.6vw;
  }
  footer ul {
    text-align: center;
    margin-bottom: 18.7vw;
  }
  footer ul li img {
    width: 54.6vw;
  }
  footer ul li + li {
    margin-top: 20px;
  }
  footer small {
    font-size: 2.3vw;
  }
  #page-top a {
    bottom: 45px;
    right: 30px;
    padding-top: 6vw;
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    font-size: 2.6vw;
  }
  #page-top a:before {
    left: 7.7vw;
    top: -3vw;
    width: 5.6vw;
    height: 8vw;
    background: url(../../images/common/arrow_to_top_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
  #hero.comming {
    padding-top: 25vw;
  }
  .tit {
    margin: -2.9vw auto 14.6vw;
    width: 76%;
  }
  .tit .tit_in {
    padding: 5.9vw 5.9vw 0 0;
  }
  .tit h2:before {
    width: 5.9vw;
    height: 5.9vw;
    top: -4vw;
    right: -4vw;
    background-size: 100%;
  }
  .tit h2 .en {
    font-size: 7.7vw;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 2.7vw;
  }
  #comming_soon {
    padding: 17.3vw 0;
    margin-bottom: 300px;
  }
  #comming_soon p {
    font-size: 5.5vw;
  }
}

@media all and (max-width: 414px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

@media all and (max-width: 375px) {
  header #nav-toggle {
    height: 11.6vw;
  }
}

@media all and (max-width: 320px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

header .btn .results a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e08e00+0,dfbe5b+100 */
  background: #e08e00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e08e00), to(#dfbe5b));
  background: linear-gradient(to right, #e08e00 0%, #dfbe5b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08e00', endColorstr='#dfbe5b',GradientType=1 );
  /* IE6-9 */
}

header .about a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e22f54+0,ec6969+100 */
  background: #e22f54;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e22f54), to(#ec6969));
  background: linear-gradient(to right, #e22f54 0%, #ec6969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f54', endColorstr='#ec6969',GradientType=1 );
  /* IE6-9 */
}

header .about a:before {
  content: "";
  background: url(../../images/common/icon_about.png) no-repeat 0 0;
  display: block;
  position: absolute;
}

footer {
  border-top: 6px solid #fdd000;
  background: #2175bb;
}

footer ul li:first-child {
  display: block;
}

#page-top a {
  background: #fdd000;
  color: #2175bb;
}

#page-top a:before {
  background: url(../../images/common/arrow_to_top.png) no-repeat 0 0;
}

@media all and (min-width: 769px) {
  header .header_top h1 img {
    width: 183px;
    height: 41px;
  }
  header .header_top .btn {
    float: right;
  }
  header .about a {
    padding-left: 26px;
  }
  header .about a:before {
    width: 36px;
    height: 24px;
    left: 20px;
    top: 14px;
  }
  footer ul {
    margin-bottom: 30px;
  }
  footer ul li:first-child {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  header .header_top h1 img {
    width: 35.5vw;
    height: 7.9vw;
  }
  header .btn.sp li a {
    padding-left: 0;
  }
  header .about a {
    padding-left: 26px;
  }
  header .about a:before {
    background: url(../../images/common/icon_about_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 8.7vw;
    height: 5.3vw;
    left: 5vw;
    top: 4vw;
  }
  footer ul {
    margin-bottom: 15.9vw;
  }
  footer ul li:first-child {
    margin-bottom: 0px;
  }
  footer ul li:first-child img {
    width: 76.2vw;
    height:auto;
  }
  footer ul li:nth-child(2), footer ul li:nth-child(3) {
    margin-top: 3.9vw;
  }
  footer ul li:nth-child(2) img, footer ul li:nth-child(3) img {
    width: 54.6vw;
    height:auto;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

#hero {
  position: relative;
}

#hero img.hero {
  width: 100%;
  height: auto;
}

#hero p.btn_01,
#hero p.btn_02 {
  text-align: center;
  position: absolute;
  left: 50%;
}

#hero p.btn_01 {
  display:;
}

#hero #btn{
  text-align: center;
  background-color: #efefef;
  padding: 20px;
}

#hero #btn img{
  width: 500px;
}

#scroll {
  text-align: center;
}

#scroll a {
  color: #313131;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-animation: sdb 1.8s infinite;
  animation: sdb 1.8s infinite;
}

#scroll a:before {
  content: '';
  background: url(../../../images/common/icon_ball.png) no-repeat 0 0;
  position: absolute;
}

#scroll a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  margin: auto;
  background-color: #313131;
}

#nyusyou {
  position: relative;
}

#nyusyou:before {
  content: "";
  position: absolute;
  background: url(../../images/top/kazari.png) no-repeat 0 0;
  top: 0;
  left: 0;
}

#nyusyou:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  content: "";
  position: absolute;
  background: url(../../images/top/kazari.png) no-repeat 0 0;
  top: 0;
  right: 0;
}

#nyusyou .nyusyou_in {
  position: relative;
  z-index: 1;
}

#nyusyou h2 {
  text-align: center;
}

#nyusyou .txt_01 {
  text-align: center;
}

#nyusyou .txt_05 {
  font-weight: bold;
}

#nyusyou dl {
  background: #e22f54;
  color: #fff;
}

#nyusyou dl dt {
  font-weight: bold;
}

#nyusyou .txt_02 {
  text-align: center;
}

#nyusyou .oubo {
  background: #10a700;
  position: relative;
}

#nyusyou .oubo .oubo_in {
  background: #fff;
  border: 4px solid #10a700;
  position: absolute;
}

#nyusyou .oubo h3 {
  text-align: center;
}

#nyusyou .oubo .txt_03 {
  background: #10a700;
  color: #fff;
  text-align: center;
}

#nyusyou .oubo .txt_03 span {
  position: relative;
}

#nyusyou .oubo .txt_04 {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
  text-align: center;
  color: #10a700;
}

#sanka {
  background: url(../../images/top/bg_01.jpg) no-repeat 0 0;
  background-size: cover;
}

#sanka .sanka_in {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
}

#sanka h2 {
  text-align: center;
}

#sanka .txt_01 {
  background: #fdd000;
  color: #cb1530;
  text-align: center;
  font-weight: bold;
}

#sanka dl dt {
  border-bottom: 6px solid #cb1530;
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
}

#sanka dl dd {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
}

#sanka .txt_02 {
  text-align: center;
}

#sanka .btn_01 {
  text-align: center;
  display: ;
}

#narusawa {
  background-color: #fff;
  text-align: center;
  padding: 47px 0 30px;
  display: flex;
  justify-content: center;
}

#narusawa .btn_01 {
  margin-top: 30px;
}

#narusawa .course_left{
  width:450px;
}

#narusawa .course_right{
 width:450px;
}


#otoiawase {
  background-color: #eee;
}

#otoiawase .otoiawase_in {
  margin: 0 auto;
}

#otoiawase h2 {
  text-align: center;
}

#otoiawase .txt_01 {
  text-align: center;
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
}

#otoiawase ul li {
  position: relative;
}

#otoiawase ul li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

#otoiawase ul li a {
  color: #2175bb;
}

#otoiawase ul .tel:before {
  background: url(../../images/common/icon_tel.png) no-repeat 0 0;
}

#otoiawase ul .tel span {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
}

#otoiawase ul .mail {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
}

#otoiawase ul .mail:before {
  background: url(../../images/common/icon_mail.png) no-repeat 0 0;
}

.corona dt {
  color: #e22f54;
  border: 2px solid #e22f54;
  text-align: center;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.corona dt:after {
  content: "";
  display: block;
  background: url(../../images/top/arrow_01.png) no-repeat 0 0;
  position: absolute;
  width: 6px;
  height: 12px;
  right: 13px;
  top: 50%;
  margin-top: -6px;
}

.corona dt.open:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -3px;
}

.corona dt:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media all and (min-width: 769px) {
  #hero {
    margin-bottom: 40px;
  }
  #hero p.btn_01 {
    left: 81%;
        top: 29vw;
    width: 16%;
  }



  #hero p.btn_01 img {
    width: 100%;
  }
  #hero p.btn_02 {
    left: 50%;
    bottom: 13px;
    margin-left: -286px;
  }
  #scroll {
    margin-bottom: 60px;
  }
  #scroll a {
    font-size: 14px;
    height: 138px;
    padding-top: 34px;
  }
  #scroll a:before {
    width: 36px;
    height: 36px;
    top: 0;
    right: -30px;
  }
  #scroll a:after {
    height: 80px;
  }
  #nyusyou {
    padding-top: 20px;
    margin-bottom: 85px;
  }
  #nyusyou:before {
    width: 463px;
    height: 355px;
    top: 0;
    left: 0;
  }
  #nyusyou:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 463px;
    height: 355px;
  }
  #nyusyou .nyusyou_in {
    margin: 0 auto;
  }
  #nyusyou .txt_box {
    width: 960px;
    margin: -30px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nyusyou .right {
    margin-top: 110px;
  }
  #nyusyou .txt_01 {
    margin-bottom: 25px;
  }
  #nyusyou .txt_05 {
    margin-bottom: 30px;
    font-size: 21px;
  }
  #nyusyou dl {
    width: 318px;
    height: 57px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 57px;
  }
  #nyusyou dl dt {
    margin-right: 5px;
  }
  #nyusyou .txt_02 {
    margin: -30px 0 50px;
  }
  #nyusyou .oubo {
    width: 900px;
    margin: 0 auto;
    height: 267px;
    left: 12px;
    top: 12px;
  }
  #nyusyou .oubo .oubo_in {
    width: 900px;
    height: 269px;
    left: -12px;
    top: -12px;
    padding: 47px 0 40px;
  }
  #nyusyou .oubo h3 {
    margin-bottom: 30px;
  }
  #nyusyou .oubo .txt_03 {
    font-size: 24px;
    width: 860px;
    margin: 0 auto 20px;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
  }
  #nyusyou .oubo .txt_04 {
    font-size: 28px;
  }
  #nyusyou .oubo .txt_04 span {
    font-size: 40px;
    top: 4px;
  }
  #sanka {
    padding: 40px 0;
  }
  #sanka .sanka_in {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0 40px;
  }
  #sanka h2 {
    margin-bottom: 40px;
  }
  #sanka .txt_01 {
    width: 520px;
    margin: 0 auto 30px;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
  }
  #sanka dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px 38px;
  }
  #sanka dl dt {
    font-size: 26px;
    padding-bottom: 7px;
    margin: 25px 10px 0 0;
  }
  #sanka dl dd {
    font-size: 69px;
  }
  #sanka dl dd span {
    font-size: 24px;
  }
  #sanka .txt_02 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #otoiawase {
    padding: 60px 0 50px;
    margin-bottom: 30px;
  }
  #otoiawase .otoiawase_in {
    width: 760px;
    margin: 0 auto;
  }
  #otoiawase h2 {
    margin-bottom: 40px;
  }
  #otoiawase .txt_01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #otoiawase ul {
    display: table;
    margin: 0 auto;
  }
  #otoiawase ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 34px 0 73px;
    line-height: 1.2;
  }
  #otoiawase ul li:before {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }
  #otoiawase ul .tel {
    font-size: 14px;
  }
  #otoiawase ul .tel a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #otoiawase ul .tel span {
    font-size: 30px;
    letter-spacing: 2.3px;
  }
  #otoiawase ul .mail {
    font-size: 16px;
  }
  #sponsor {
    margin-bottom: 40px;
  }
  #sponsor ul {
    display: table;
    margin: 0 auto;
  }
  #sponsor li {
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
  }
  #sponsor li:first-child {
    padding-left: 0;
  }
  #sponsor li:last-child {
    padding-right: 0;
  }
  .corona {
    width: 630px;
    margin: 0 auto 30px;
  }
  .corona dt {
    font-size: 18px;
    padding: 14px;
    margin-bottom: 13px;
  }
  .corona dd {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media all and (max-width: 768px) {
  #hero {
    padding-top: 0;
    margin-bottom: 40px;
  }
  #hero p.btn_01 {
    bottom: 7.6vw;
    width: 35vw;
    left: 32.3vw;
  }

  #hero #btn{
    text-align: center;
    background-color: #efefef;
    padding: 10px;
  }

  #hero #btn img{
    width:90%;
  }

  #hero p.btn_01 img {
    width: 100%;
  }
  #hero p.btn_02 {
    bottom: 2.6vw;
    width: 87.9vw;
    margin-left: -43.95vw;
  }
  #hero p.btn_02 img {
    width: 100%;
  }
  #scroll {
    margin-bottom: 15.9vw;
  }
  #scroll a {
    font-size: 2.9vw;
    height: 24.3vw;
    padding-top: 7.3vw;
  }
  #scroll a:before {
    width: 7.1vw;
    height: 7.1vw;
    top: 0;
    right: -5.9vw;
    background-size: 100%;
  }
  #scroll a:after {
    height: 13.3vw;
  }
  #nyusyou {
    padding-top: 9vw;
    margin-bottom: 18.3vw;
  }
  #nyusyou h2 img {
    width: 32.5vw;
  }
  #nyusyou:before {
    width: 42.3vw;
    height: 42.3vw;
    background-size: 100%;
  }
  #nyusyou:after {
    width: 42.3vw;
    height: 42.3vw;
    background-size: 100%;
  }
  #nyusyou .nyusyou_in {
    margin: 0 auto;
  }
  #nyusyou .txt_box {
    margin: 7.9vw 0 13.3vw;
    text-align: center;
  }
  #nyusyou .photo {
    width: 40.7vw;
    height: 40.7vw;
  }
  #nyusyou .right {
    margin-top: 6.1vw;
  }
  #nyusyou .txt_01 {
    margin-bottom: 4.5vw;
  }
  #nyusyou .txt_01 img {
    width: 80.1vw;
  }
  #nyusyou .txt_05 {
    margin-bottom: 3.3vw;
    font-size: 3.3vw;
    white-space: nowrap;
    letter-spacing: 0.5px;
  }
  #nyusyou dl {
    width: 49.3vw;
    height: 7.3vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.3vw;
    line-height: 7.3vw;
  }
  #nyusyou dl dt {
    margin-right: 5px;
  }
  #nyusyou .txt_02 {
    margin: 0px 0 17.3vw;
  }
  #nyusyou .txt_02 img {
    width: 90vw;
  }
  #nyusyou .oubo {
    width: 90.6vw;
    margin: 0 auto;
    left: 1vw;
    top: 1vw;
    height: 55vw;
  }
  #nyusyou .oubo .oubo_in {
    width: 90.6vw;
    left: -1vw;
    top: -3vw;
    padding: 9.3vw 0 6.6vw;
  }
  #nyusyou .oubo h3 {
    margin-bottom: 6.6vw;
  }
  #nyusyou .oubo h3 img {
    width: 32.7vw;
  }
  #nyusyou .oubo .txt_03 {
    font-size: 3.7vw;
    width: 85vw;
    margin: 0 auto 3.9vw;
    border-radius: 60px;
    line-height: 1.4;
    padding: 2vw 0;
  }
  #nyusyou .oubo .txt_04 {
    font-size: 4.7vw;
  }
  #nyusyou .oubo .txt_04 span {
    font-size: 8.5vw;
    top: 0;
  }
  #sanka {
    padding: 9.3vw 4.5vw;
  }
  #sanka .sanka_in {
    padding: 9.3vw 0 8.6vw;
  }
  #sanka h2 {
    margin-bottom: 8.6vw;
  }
  #sanka h2 img {
    width: 64.5vw;
  }
  #sanka .txt_01 {
    width: 82.6vw;
    margin: 0 auto 5.8vw;
    font-size: 3.4vw;
    height: 7.9vw;
    line-height: 7.9vw;
  }
  #sanka dl {
    margin: 0 0 5.3vw 0;
  }
  #sanka dl dt {
    font-size: 4.2vw;
    padding-bottom: 7px;
    width: 9em;
    text-align: center;
    margin: 0 auto 	2.9vw;
  }
  #sanka dl dd {
    font-size: 11.4vw;
    text-align: center;
  }
  #sanka dl dd span {
    font-size: 5vw;
  }
  #sanka .txt_02 {
    font-size: 2.2vw;
    line-height: 1.4;
    margin-bottom: 5.3vw;
  }
  #sanka .btn_01 img {
    width: 68.2vw;
  }
  #narusawa {
    padding: 7vw 0;
    display: inline-block;
  }
  #narusawa .txt_01 img {
    width: 64vw;
  }
  #narusawa .btn_01 {
    margin-top: 4vw;
  }
  #narusawa .btn_01 img {
    width: 46vw;
  }
  #narusawa .course_left{
  width:100vw;
  text-align: center;
  }
  #narusawa .course_right{
  width:100vw;
  text-align: center;
  margin-top: 40px;
  }
  #otoiawase {
    padding: 12.3vw 0 14.6vw;
    margin-bottom: 8.6vw;
  }
  #otoiawase .otoiawase_in {
    width: 76.6vw;
    margin: 0 auto;
  }
  #otoiawase h2 {
    margin-bottom: 9.3vw;
  }
  #otoiawase h2 img {
    width: 31.9vw;
  }
  #otoiawase .txt_01 {
    font-size: 4.2vw;
    margin-bottom: 8.6vw;
    line-height: 1.4;
  }
  #otoiawase ul li {
    text-align: center;
    line-height: 1.2;
    padding-left: 9vw;
  }
  #otoiawase ul li:before {
    width: 14.1vw;
    height: 14.1vw;
    background-size: 100%;
    left: 0;
  }
  #otoiawase ul .tel {
    font-size: 3.1vw;
  }
  #otoiawase ul .tel:before {
    background: url(../../images/common/icon_tel_sp.png) no-repeat 0 0;
    background-size: 100%;
    top: 0vw;
  }
  #otoiawase ul .tel span {
    font-size: 6.9vw;
  }
  #otoiawase ul .mail {
    font-size: 3.5vw;
    margin-top: 12.7vw;
  }
  #otoiawase ul .mail:before {
    background: url(../../images/common/icon_mail_sp.png) no-repeat 0 0;
    background-size: 100%;
    top: -4.6vw;
  }
  #sponsor {
    margin-bottom: 30.6vw;
  }
  #sponsor ul {
    width: 90%;
    margin: 0 auto;
  }
  #sponsor li {
    display: inline-block;
    padding: 0 1%;
    width: 30%;
  }
  #sponsor li img {
    width: 100%;
    height: auto;
  }
  #sponsor li:first-child {
    padding-left: 0;
  }
  #sponsor li:last-child {
    padding-right: 0;
  }
  .corona {
    width: 90%;
    margin: 0 auto 2vw;
  }
  .corona dt {
    font-size: 3.5vw;
    padding: 14px 0;
    margin-bottom: 2vw;
  }
  .corona dt:after {
    right: 4px;
    margin-top: -6px;
  }
  .corona dt.open:after {
    margin-top: -6px;
  }
  .corona dd {
    font-size: 2vw;
    line-height: 1.8;
  }
}

/*# sourceMappingURL=style.css.map */