@charset "UTF-8";
/* Scss Document */
/*変数*/
/*mixin*/
/*全体*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-size: 1rem; }

@media screen and (max-width: 750px) {
  .main_pc {
    display: none; } }

.main_sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .main_sp {
      display: block;
      margin-bottom: 15vw; } }

/*共通*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }

.wrapper {
  width: 100%;
  overflow: hidden; }

#mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none; }

header {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100; }

header h1 {
  text-align: center; }

.menu_trig {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 10px; }

.menu_trig li {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #A1A1A1;
  list-style: none; }
  .menu_trig li:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s; }
  .menu_trig li:nth-of-type(2) {
    position: absolute;
    top: 8px;
    left: 0;
    transition: .3s; }
  .menu_trig li:nth-of-type(3) {
    position: absolute;
    top: 16px;
    left: 0; }

.sp_menu {
  display: none;
  padding: 10px 10px 30px 10px;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 1050;
  width: calc(100% - 20px);
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .sp_menu li {
    margin: 0 0 20px 0; }
  .sp_menu li:last-child {
    border: none; }
  .sp_menu li a {
    width: 100%;
    color: #000;
    text-decoration: none;
    margin: 20px 0;
    display: block;
    text-align: center; }

.rote1 {
  transform: rotate(45deg);
  margin-top: 8px; }

.rote2 {
  transform: rotate(-45deg); }

#area1, #area2, #area3 {
  margin-top: -80px;
  padding-top: 80px; }

.menu_social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px; }
  .menu_social a {
    margin: 0 5px; }
  .menu_social img {
    width: 44px;
    height: 44px; }

.down {
  margin: 10px 0; }

.start {
  font-size: 5vw;
  background: #fff;
  padding: 10px 0 0 0;
  text-align: center; }
  .start p {
    border-bottom: 1px dashed #000;
    display: inline-block;
    line-height: 1.5em;
    letter-spacing: 0.1rem;
    margin-bottom: 10px; }

.main_dest {
  padding: 0;
  margin-top: 56px; }

.plat_wrap {
  background: #f2f2f2;
  padding: 8vw 0; }

.about {
  text-align: center;
  font-size: 2.8vw;
  letter-spacing: 0.05rem;
  margin-bottom: 8vw;
  padding-top: 8vw; }
  .about p {
    margin-bottom: 20px; }
    .about p:nth-of-type(2) {
      font-size: 3.6vw; }
    .about p:nth-of-type(3) {
      margin-bottom: 0; }

.main_dest img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }

.main_dest h3 {
  text-align: center;
  font-size: 6vw;
  padding-bottom: 3px;
  font-weight: 400; }

.res_number {
  padding: 10px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: left;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.3em; }

.plat_icon {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2vw 10px 0 10px;
  margin-bottom: 10vw; }
  .plat_icon li {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .plat_icon li p {
      width: 100%;
      border-bottom: 1px dashed #000;
      padding-bottom: 5px; }
  .plat_icon img {
    width: auto;
    height: 13vw; }

.main_dest2 {
  padding: 2vw 10px 0 10px;
  margin-top: 10vw;
  background: #EFEFEF;
  width: 100%;
  margin-left: -10px; }
  .main_dest2 h3 {
    font-size: 6vw !important;
    line-height: 1.3em; }

.plat_icon2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .plat_icon2 li {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .plat_icon2 li p {
      width: 100%;
      border-bottom: 1px dashed #000;
      padding-bottom: 5px; }
  .plat_icon2 img {
    width: auto;
    height: 13vw;
    margin-top: 20px;
    margin-bottom: 20px; }

.news_area {
  margin: 15vw auto;
  text-align: center;
  width: calc(100% - 40px);
  background: #EFEFEF;
  padding: 5vw 20px; }
  .news_area h3 {
    font-weight: 400;
    font-size: 5vw;
    margin-bottom: 30px; }

.tweet_wrap {
  width: 100%;
  height: 364px;
  overflow-y: scroll;
  margin: 0 auto; }

.start_day {
  font-size: 3.5vw;
  text-align: center;
  margin: 20px 0 0 0;
  letter-spacing: 0.05rem; }

.item_area {
  padding-bottom: 15vw; }

.item_tit {
  background: #F88548;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  padding: 8vw 0; }
  .item_tit h2 {
    font-size: 8vw;
    margin-bottom: 20px; }
  .item_tit p {
    font-size: 4vw;
    line-height: 1.5em; }

.item_mg {
  padding-bottom: 15vw;
  background: #F88548; }

.reccomend {
  position: absolute;
  top: 2px;
  right: 5px; }

.item_sect img {
  display: block; }

.item_sect div {
  padding: 10px 10px 25px 10px;
  font-size: 4vw;
  position: relative;
  background: #fff; }
  .item_sect div span {
    margin-left: 10px; }

.ticket_area {
  background: #f2f2f2;
  padding: 8vw 10px;
  margin: 15vw 0 20vw 0; }

.ticket_notice {
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 20px; }

.about_area {
  padding: 15vw 10px; }

.btn_regist {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #E8972E;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px; }
  .btn_regist span {
    font-size: 14px; }
  .btn_regist:after {
    content: url("../img/sp/next.svg");
    position: absolute;
    top: 15px;
    right: 15px; }

.btn_twitter {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #2BADE6;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_twitter span {
    font-size: 14px; }
  .btn_twitter:after {
    content: url("../img/sp/next.svg");
    position: absolute;
    top: 15px;
    right: 15px; }

.btn_facebook {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #1E4AAF;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_facebook span {
    font-size: 14px; }
  .btn_facebook:after {
    content: url("../img/sp/next.svg");
    position: absolute;
    top: 15px;
    right: 15px; }

.btn_app {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #E65091;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_app span {
    font-size: 14px; }
  .btn_app:after {
    content: url("../img/sp/next.svg");
    position: absolute;
    top: 15px;
    right: 15px; }

.btn_google {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #62CC3C;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_google span {
    font-size: 14px; }
  .btn_google:after {
    content: url("../img/sp/next.svg");
    position: absolute;
    top: 15px;
    right: 15px; }

.btn_insta {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #8859B7;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_insta span {
    font-size: 14px; }
  .btn_insta:after {
    content: url("../img/sp/next.svg");
    position: absolute;
    top: 15px;
    right: 15px; }

.pre_regist_period {
  background: #fff;
  line-height: 1.5em;
  text-align: left;
  padding: 20px 10px;
  width: calc(100% - 20px);
  font-size: 12px;
  margin-bottom: 30px; }

.notice_area {
  text-align: left;
  width: calc(100% - 20px);
  padding: 10px;
  background: #fff; }
  .notice_area h4 {
    font-size: 14px;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 400; }
  .notice_area div {
    height: 150px;
    overflow-y: scroll; }
  .notice_area p {
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size: 14px; }

.notice_area div::-webkit-scrollbar {
  width: 12px; }

.notice_area div::-webkit-scrollbar-thumb {
  background: #F2F2F2;
  border-radius: 6px;
  border: 2px solid #000; }

.notice_area div::-webkit-scrollbar-track {
  background: #000;
  border-radius: 6px; }

.regist_tit {
  font-size: 6vw;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px; }

.regist_up {
  font-size: 3.8vw;
  text-align: center;
  margin: 0 auto 10px auto;
  border-bottom: 1px dashed #000;
  display: inline-block;
  padding-bottom: 3px; }

.regist_down {
  font-size: 3.8vw;
  text-align: center;
  margin: 0 auto 20px auto;
  border-bottom: 1px dashed #000;
  display: inline-block;
  padding-bottom: 3px; }

.tit_simple {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .tit_simple span {
    margin-left: -48px;
    font-size: 13px; }

.howto {
  text-align: center; }
  .howto img {
    max-width: 265px;
    margin: 20px auto; }

.about_left {
  font-size: 14px;
  line-height: 2.3em;
  text-align: center; }

.about_left p:nth-of-type(even) {
  margin: 30px 0; }

.about_flex {
  margin-bottom: 15vw; }

.online {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px; }

.step_flex {
  text-align: center; }
  .step_flex img {
    margin: 20px auto;
    height: auto; }

.step_flex2 {
  text-align: center;
  margin-top: 20vw; }
  .step_flex2 img {
    max-width: 678px; }

.regist_wrap {
  width: calc(100% - 40px);
  height: 60vh;
  padding: 20px 10px;
  position: fixed;
  top: 10vh;
  left: 10px;
  z-index: 1100;
  background: #fff;
  overflow-y: scroll;
  display: none;
  font-size: 14px; }
  .regist_wrap h2 {
    text-align: center;
    margin-bottom: 50px; }
  .regist_wrap h5 {
    font-size: 18rpx;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-weight: 400;
    margin-bottom: 20px; }

.regist_note {
  text-align: center;
  margin-bottom: 20px; }

.regist_error {
  width: 100%;
  background: #FFEBEB;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto 30px auto; }
  .regist_error h4 {
    color: #FF3434;
    font-size: 18px; }

.confirm_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3em; }

.mail {
  width: calc(100% - 22px);
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto 30px auto;
  border: 1px solid #000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  display: block;
  font-size: 16px; }

.btn_submit {
  width: 160px;
  background: #2E78E8;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
  margin: 0 auto 30px auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  display: block;
  border: none; }
  .btn_submit:hover {
    background: #72A6F5; }
  .btn_submit:disabled {
    background: #6d6d6d; }

.btn_submit_off {
  width: 160px;
  background: #6d6d6d;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
  margin: 0 auto 30px auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  display: block;
  border: none;
  cursor: default;
  outline: none; }

.check_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .check_wrap a {
    color: #000; }

.checkbox-input {
  display: none; }

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 10px; }

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px; }

.checkbox-input:checked + .checkbox-parts {
  color: #000; }

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #6d6d6d;
  border-right: 3px solid #6d6d6d; }

.btn_close {
  width: 160px;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
  margin: 0 auto 30px auto; }

.notice {
  line-height: 1.5em;
  margin-bottom: 20px; }
  .notice a {
    color: #000;
    transition: .3s; }
    .notice a:hover {
      opacity: 0.7; }

.close {
  position: absolute;
  top: 0;
  right: 0; }

.tit_pink {
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px dashed #fff; }

.tit_line {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-weight: 700;
  border-bottom: 1px dashed #fff;
  text-align: center; }

.campaign_area {
  padding: 20vw 0; }

.present_banner {
  width: calc(100% - 20px);
  display: block;
  margin: 0 auto 10vw auto;
  /*
  margin: 0 auto 5vw auto;
  border: 1px solid #f75b5b;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  */ }

.banner_dest {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: #f75b5b;
  color: #fff;
  padding: 20px 10px 40px 10px; }
  .banner_dest div {
    margin-left: 10px;
    line-height: 1.5em;
    font-size: 14px;
    text-align: center;
    max-width: calc(100% - 100px); }
  .banner_dest p {
    display: inline-block;
    text-align: left; }

.must {
  margin-bottom: 10px; }

.banner_tit {
  color: #f75b5b;
  text-align: center;
  padding: 10px 0;
  font-size: 16px; }

.and_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end; }
  .and_wrap img {
    width: 95px;
    height: auto; }

.link_txt {
  width: 176px;
  padding: 10px 0;
  font-size: 14px;
  background: #FFDC51;
  color: #000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0; }
  .link_txt img {
    margin-left: 20px; }

.regist_catch {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20vw;
  padding: 0 10px; }
  .regist_catch p {
    display: inline-block;
    text-align: center; }

.y_line {
  font-size: 5.2vw;
  text-align: center;
  background: linear-gradient(transparent 60%, #FFDC51 50%);
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px; }

.y_line2 {
  font-size: 5.2vw;
  text-align: center;
  background: linear-gradient(transparent 60%, #FFDC51 50%);
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px; }

.dest_wrap {
  width: calc(100% - 40px);
  padding: 10px;
  background: #EFEFEF;
  max-width: 984px;
  margin: 0 auto;
  align-items: flex-start; }
  .dest_wrap img {
    width: 100%;
    margin-bottom: 20px; }

.step_tit {
  padding: 10px 0;
  font-size: 16px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  position: relative;
  font-weight: 400;
  text-align: center; }
  .step_tit span {
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0; }

.dest_wrap_right {
  width: 100%;
  margin-bottom: 20px; }
  .dest_wrap_right h5 {
    color: #2E78E8;
    font-size: 20px;
    text-align: center;
    padding: 8vw 0; }
  .dest_wrap_right p {
    font-size: 16px;
    line-height: 1.3em; }

.dest_mg {
  margin: 20vw 0; }

/*
.tit_line:before, .tit_line:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    display: block;
	background: #000;
}
.tit_line:before {
    margin-right: 15px;
}
.tit_line:after {
    margin-left: 15px;
}
*/
.privacy_top {
  padding: 10px 0;
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  margin-top: 44px; }
  .privacy_top div {
    margin: 0 auto;
    width: 1366px; }
    @media screen and (max-width: 1024px) {
      .privacy_top div {
        width: calc(100% - 20px);
        padding: 10px 0; } }
  .privacy_top h2 {
    font-size: 6vw;
    font-weight: 400; }

.breadcrumb {
  margin: 0 auto;
  width: 1366px;
  color: #000;
  padding: 10px 0 50px 0;
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      width: calc(100% - 20px);
      padding: 10px 0; } }
  .breadcrumb a {
    color: #000;
    text-decoration: none; }

.page_title {
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  padding: 15px 0 15px 10px; }
  .page_title h2 {
    max-width: 1092px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400; }

.breadcrumb {
  margin: 0 auto;
  color: #000;
  padding: 10px 10px 20px 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 85px; }
  .breadcrumb li {
    list-style: none;
    margin-right: 10px; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      width: calc(100% - 20px); } }
  .breadcrumb a {
    color: #000;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }

.privacy_wrap {
  width: 1366px;
  margin: 0 auto;
  line-height: 1.8em;
  margin-bottom: 50px;
  font-size: 14px; }
  .privacy_wrap a {
    color: #000;
    text-decoration: none; }
  .privacy_wrap p {
    line-height: 1.5em;
    margin-bottom: 5vw; }
  .privacy_wrap th {
    padding: 5px;
    text-align: left;
    border: 1px solid #000;
    background: #ccc; }
  .privacy_wrap td {
    padding: 5px;
    border: 1px solid #000; }
  @media screen and (max-width: 1024px) {
    .privacy_wrap table {
      width: 1000px; } }
  @media screen and (max-width: 1024px) {
    .privacy_wrap {
      width: calc(100% - 20px);
      padding: 10px 0;
      margin-bottom: 5vw; } }

.flex1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding-bottom: 5px; }
  .flex1 img {
    margin: 0 10px 0 0 !important; }

.playtec {
  line-height: 2em;
  margin-bottom: 30px;
  font-size: 16px; }

.faq_wrap {
  width: calc(100% - 20px);
  margin: 5vw auto 10vw auto; }
  .faq_wrap h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000; }

.q_sect {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start; }
  .q_sect p {
    margin-left: 10px;
    width: calc(100% - 58px);
    margin-top: 10px;
    line-height: 1.8em; }
  .q_sect a {
    color: #2E78E8; }

.mg1 {
  margin: 20px 0; }

.mg2 {
  margin: 0 0 50px 0; }

.contact_area {
  width: calc(100% - 20px);
  margin: 5vw auto 10vw auto; }

.form_wrap {
  margin-bottom: 50px; }
  .form_wrap input {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border: 1px solid #A1A1A1; }
  .form_wrap textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #A1A1A1;
    height: 100px; }

.form_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

input, textarea {
  outline: none; }

.form_tit {
  margin-bottom: 10px;
  font-size: 20px; }

.contact_error {
  color: #F75B5B;
  margin-left: 10px; }

.btn_confirm {
  width: 280px;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #2E78E8;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  display: block;
  transition: .3s;
  cursor: pointer; }
  .btn_confirm:hover {
    background: #5996f2; }

.btn_send {
  width: 210px;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #2E78E8;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  transition: .3s;
  cursor: pointer;
  margin: 0 auto 20px auto; }
  .btn_send:hover {
    background: #5996f2; }

.btn_back {
  width: 210px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #b1b1b1;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  transition: .3s;
  cursor: pointer;
  margin: 0 auto; }
  .btn_back:hover {
    background: #c6c6c6; }

.btn_desable {
  background: #b1b1b1 !important; }

.btn_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.w100 {
  width: 100%;
  margin-bottom: 20px; }

.scroll_x {
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .scroll_x {
      width: 100%;
      overflow-x: scroll; } }

footer {
  background: #000;
  text-align: center;
  padding: 20px 0;
  color: #fff; }

footer h2 {
  margin: 25px 0; }

.about_area {
  margin-bottom: 15vw; }
  .about_area h3 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 1153px;
    font-weight: 400;
    margin: 50px auto;
    padding-bottom: 10px;
    letter-spacing: 0.1em; }

.feture_flex {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .feture_flex div {
    width: 100%;
    line-height: 1.5em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px; }
    .feture_flex div img {
      width: 13vw; }
  .feture_flex p {
    line-height: 1.3em; }
  .feture_flex a {
    color: #2E78E8; }
  .feture_flex h4 {
    color: #2E78E8;
    font-size: 5vw;
    text-align: left;
    width: calc(100% - 13vw - 10px);
    line-height: 1.1em;
    margin-left: 10px; }
  @media screen and (max-width: 1024px) {
    .feture_flex {
      width: calc(100% - 20px); } }

#ank {
  margin-top: -70px;
  padding-top: 70px; }

.notice {
  font-size: 12px; }

.menu_foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.1rem;
  margin: 25px 0; }
  .menu_foot > li {
    list-style: none;
    margin: 0 10px 10px 10px; }
    .menu_foot > li > a {
      color: #fff;
      text-decoration: none;
      font-size: 14px; }
  .menu_foot:nth-of-type(4) {
    margin: 25px 0 0 0; }
  .menu_foot:nth-of-type(5) {
    margin: 15px 0 25px 0; }

.social_foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.5rem;
  margin-bottom: 25px; }
  .social_foot > li {
    list-style: none;
    margin: 0 10px; }
    .social_foot > li > a {
      color: #000;
      text-decoration: none;
      transition: .3s; }
      .social_foot > li > a:hover {
        opacity: 0.7; }

.img_pc {
  display: none; }

.img_sp {
  display: flex; }

small {
  color: #A1A1A1;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2rem;
  font-size: 14px; }

.sp_bounce1, .sp_bounce2, .sp_bounce3, .sp_bounce4, .sp_bounce1_2, .sp_bounce2_2, .sp_bounce3_2, .sp_bounce4_2, .sp_bounce1_3, .sp_bounce2_3, .sp_bounce3_3, .sp_bounce4_3, .sp_bounce1_4, .sp_bounce2_4, .sp_bounce3_4, .sp_bounce4_4, .sp_bounce1_5, .sp_bounce2_5, .sp_bounce3_5, .sp_bounce4_5, .sp_bounce1_6, .sp_bounce2_6, .sp_bounce3_6, .sp_bounce4_6, .sp_bounce1_7, .sp_bounce2_7, .sp_bounce3_7, .sp_bounce4_7, .sp_bounce1_8, .sp_bounce2_8, .sp_bounce3_8, .sp_bounce4_8 {
  opacity: 0; }

@keyframes bounceIn {
  0%,
	20%,
	40%,
	60%,
	80%,
	to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  opacity: 1; }