@charset "UTF-8";
/*
Author: Team KOHIMOTO
Author URI: https://kohimoto.com/
*/
/* =======================================================
* media query
* ======================================================= */
/* =======================================================
* reset
* ======================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #242C33;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, *:focus {
  outline: none;
}

a:hover,
a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input, select {
  vertical-align: middle;
}

/* =======================================================
* original
* ======================================================= */
.center_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp {
  display: none;
}

@media screen and (max-width: 576px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
    }
}

/* =======================================================
* common
* ======================================================= */
html {
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.875;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.en_b {
  font-family: century-gothic, ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
}

.en_b_i {
  font-family: century-gothic, ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-weight: 600;
}

.ja_m {
  font-family: ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-weight: 200;
  font-style: normal;
}

h2 {
  font-size: 2.2rem;
  color: #0095ff;
	margin-bottom: 2rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1060px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 2.0rem;
  }
}

h2 small.ja_m {
  display: block;
	color: #333;
  font-size: 0.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1060px) {
  h2 small.ja_m {
    font-size: 0.7rem;
  }
}

.pc_1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
	background: linear-gradient(to right, #40afff, #0086ff);
  /* Old browsers */
  background: -moz-linear-gradient(right, #40afff 0%, #0086ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #40afff 0%, #0086ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#40afff), to(#0086ff));
  background: -o-linear-gradient(right, #40afff 0%, #0086ff 100%);
  background: linear-gradient(to right, #40afff 0%, #0086ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0.8rem;
}

header .btn {
	width: 260px;
}

main .btn {
	width: 320px;
}

@media screen and (max-width: 1060px) {
  .btn {
    font-size: 0.7rem;
    width: 280px;
  }
}

@media screen and (max-width: 576px) {
  .btn {
    max-width: 100%;
    /*width: 260px !important;*/
  }
}

.btn:hover {
  background: transparent;
	opacity: 0.999 !important;
}

.btn _::-webkit-full-page-media, .btn _:future,
:root .btn:hover {
  opacity: 0.7;
}

.btn .inner_btn {
  height: 100%;
  display: block;
  padding: 24px 1rem;
  line-height: 1;
  text-align: center;
  position: relative;
  border-radius: 28px;
}

main .btn .inner_btn {
	max-width: 320px;
	font-size: 18px;
	padding: 27px 1rem;
}

main #sec01 .btn .inner_btn {
  max-width: 100%;
}

main #sec01 .news_more {
  text-align: right;
}

main #sec01 .news_more.moreFst {
  display: inline-block;
  position: relative;
  top: -40px;
  left: 43%;
}

main #sec01 .btn_more {
  color: #fff;
  cursor: pointer;
}

main #sec01 .btn_more:hover {
  opacity: 0.7;
}

main #sec01 .btn_more .inner_btn {
  display: inline-block;
  position: relative;
  padding: 0;
}

main #sec01 .btn_more .inner_btn span.btn_txt {
  font-size: 16px;
  padding-right: 30px;
}

main #sec01 .btn_more .inner_btn img {
  position: relative;
  top: -15px;
}

@media screen and (max-width: 1060px) {
  .btn .inner_btn {
    padding: 17px 0.75rem;
  }
}

.btn .inner_btn _::-webkit-full-page-media,
.btn .inner_btn _:future,
:root .btn .inner_btn::after {
  content: none;
}

.btn .inner_btn:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn .inner_btn:hover #arrow {
  stroke: #000;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn .inner_btn:hover svg.arrow {
  right: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sec01 svg.arrow {
  position: relative;
  top: 5px;
}

.btn .inner_btn:hover .icon {
  fill: #000;
}

.btn .inner_btn:hover .btn_txt {
  color: #fff;
}

.dl_area .btn:hover {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	opacity: 0.7 !important;
}

.dl_area .btn .inner_btn:hover .btn_txt {
  color: #fff;
}

.btn .inner_btn span {
  vertical-align: top;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

@media all and (-ms-high-contrast: none) {
  .btn .inner_btn *::-ms-backdrop, .btn .inner_btn span {
    top: 0.4rem;
  }
}

.btn .inner_btn .next {
  padding-left: 35px;
}

.btn.btn_fv {
  width: 350px;
  margin-bottom: 2rem;
  font-size: 1.0rem;
}
@media screen and (max-width: 1060px) {
  .btn.btn_fv {
    font-size: 0.85rem;
    max-width: 300px;
  }
}
@media (max-width: 1060px) and (max-width: 576px) {
  .btn.btn_fv {
    max-width: 100% !important;
  }
}

.btn.btn_fv .inner_btn {
  /*border: 4px solid rgba(255,255,255,0.6);
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
  padding: 18px 0rem 18px 1rem;*/
}

.btn.btn_fv .inner_btn:hover .btn_txt {
  /*color: rgba(183, 94, 255, 1.0);*/
}

.btn.btn_fv .inner_btn:hover #arrow {
  /*stroke: rgba(183, 94, 255, 1.0);*/
}

.btn.btn_bm {
  margin-bottom: 2rem;
}

.btn.bg_sky {
  background: #1DA1F2;
  border: 4px solid #82D0FF;
}

.btn.bg_sky .inner_btn {
  border: none;
}

.btn svg.arrow {
  position: absolute;
  right: 1rem;
  top: 36%;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .btn svg.arrow {
    width: 7px;
    height: 12px;
    right: 0.75rem;
    top: 38%;
  }
}

.btn svg.arrow #arrow {
  stroke: #000;
}

.btn svg.icon {
  fill: #fff;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn {
    overflow: hidden;
  }
}

.c_wh {
  color: #fff;
}

/* =======================================================
* mov
* ======================================================= */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* =======================================================
* header
* ======================================================= */
#sidebar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  height: 93px;
}
@media screen and (max-width: 1060px) {
  #sidebar {
    /*sbackground: rgba(0, 31, 126, 0.4);*/
    height: 50px;
  }
}

#sidebar #sidebarWrap {
  width: 100%;
  /*max-width: 1300px;*/
  padding: 0 40px;
  margin: 0 auto;
  /* Edge 2 */
}
@media screen and (max-width: 1400px) {
  #sidebar #sidebarWrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap {
    max-width: 100%;
    padding: 0 1rem;
  }
}

#sidebar #sidebarWrap .head_in {
  float: left;
  font-size: 1.2rem;
  line-height: 1;
  font-size: 1.0rem;
}
@media screen and (max-width: 1300px) {
  #sidebar #sidebarWrap .head_in {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap .head_in p {
    position: relative;
    margin: 0 1rem;
  }
}

#sidebar #sidebarWrap h1.head_in {
  display: block;
  width: 338px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  #sidebar #sidebarWrap h1.head_in {
    width: 249px;
  }
}
@media screen and (max-width: 1150px) {
  #sidebar #sidebarWrap h1.head_in {
    width: 190px;
  }
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap h1.head_in {
    width: 209px;
    padding-top: 5px;
  }
}

#sidebar #sidebarWrap h1.head_in.small {
  width: 249px;
  padding: 20px 0 15px;
}
@media screen and (max-width: 1400px) {
  #sidebar #sidebarWrap h1.head_in.small {
    width: 180px;
    padding: 25px 0 20px;
  }
}
@media screen and (max-width: 1150px) {
  #sidebar #sidebarWrap h1.head_in.small {
    /*width: 180px;*/
  }
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap h1.head_in.small {
    /*width: 150px;*/
    padding-top: 7px;
  }
}

#sidebar #sidebarWrap h1.head_in img {
  display: block;
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap h1.head_in img {
    width: 50%;
  }
}

@media all and (-ms-high-contrast: none) {
  #sidebar #sidebarWrap *::-ms-backdrop,
  #sidebar #sidebarWrap h1.head_in {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}
@supports (-ms-ime-align: auto) {
  #sidebar #sidebarWrap h1.head_in {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}

#sidebar #sidebarWrap _:-ms-lang(x)::backdrop,
#sidebar #sidebarWrap .h1.head_in {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#sidebar #sidebarWrap #head_logo #logo {
  fill: #fff;
}

@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap #menu {
    right: 0;
  }
}

#sidebar #sidebarWrap #mainnav {
  width: calc(100% - 338px);
  text-align: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  #sidebar #sidebarWrap #mainnav {
    width: calc(100% - 249px);
  }
}
@media screen and (max-width: 1150px) {
  #sidebar #sidebarWrap #mainnav {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap #mainnav {
    width: 100%;
  }
}

#sidebar #sidebarWrap #mainnav.small {
  width: calc(100% - 249px);
}
@media screen and (max-width: 1400px) {
  #sidebar #sidebarWrap #mainnav.small {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1150px) {
  #sidebar #sidebarWrap #mainnav.small {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap #mainnav.small {
    width: 100%;
    }
  }

#sidebar #sidebarWrap #mainnav .panel ul {
  display: inline-block;
  padding: 26px 20px 25px 0;
  vertical-align: middle;
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap #mainnav .panel ul {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap #mainnav .panel ul {
    padding: 0;
  }
}

#sidebar #sidebarWrap #mainnav .panel ul.week {
  padding: 20px 0;
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap #mainnav .panel ul.week {
    padding-bottom: 3rem;
  }
}

#sidebar #sidebarWrap #mainnav .panel ul li {
  float: left;
  padding: 0 18px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #sidebar #sidebarWrap #mainnav .panel ul li {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1090px) {
  #sidebar #sidebarWrap #mainnav .panel ul li {
    padding: 0 14px;
  }
}
@media screen and (max-width: 1072px) {
  #sidebar #sidebarWrap #mainnav .panel ul li {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap #mainnav .panel ul li {
    display: block;
    float: none;
  }
}

#sidebar #sidebarWrap #mainnav .panel ul li:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap #mainnav .panel ul li:last-of-type {
    padding-right: 12px;
  }
}

#sidebar #sidebarWrap #mainnav .panel ul li a {
  display: block;
  color: #0095ff;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  #sidebar #sidebarWrap #mainnav .panel ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap #mainnav .panel ul li a {
    font-size: 1.2rem;
  }
}

#sidebar #sidebarWrap #mainnav .panel ul li a small {
	color: #333;
  font-size: 0.6em;
  display: block;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #sidebar #sidebarWrap #mainnav .panel ul li a small {
    padding-top: 0.5rem;
  }
}

#sidebar #sidebarWrap #mainnav .panel .week .btn.btn_df {
  font-size: 0.7rem;
  width: 180px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFED7B));
  background: -webkit-linear-gradient(left, #FFFFFF, #FFED7B);
  background: -o-linear-gradient(left, #FFFFFF, #FFED7B);
  background: linear-gradient(to right, #FFFFFF, #FFED7B);
}

#sidebar #sidebarWrap #mainnav .panel .week .btn.btn_df .inner_btn {
  padding: 13px 15px;
  border: 0;
}

#sidebar #sidebarWrap #mainnav .panel .week .btn.btn_df .inner_btn svg.arrow {
  position: absolute;
  right: 0.7rem;
  top: 36%;
  width: 20px;
}

/* =======================================================
* fv
* ======================================================= */
.fv_area .fv_bg {
  background-image: url(../images/pc/fv.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  background-repeat: no-repeat;
  z-index: 5;
}
@media screen and (max-width: 1060px) {
  .fv_area .fv_bg {
    background-size: cover;
    min-height: auto;
    background-position: right -90px top;
  }
}
@media screen and (max-width: 768px) {
  .fv_area .fv_bg {
    background-image: url(../images/sp/fv.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.fv_area .block {
  display: block;
  margin: 0 auto;
}

.fv_area .fv_logo {
  margin-top: 2.0rem;
}

.fv_area .fv_ex {
  font-size: 1.875rem;
  line-height: 1.8;
  margin-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1060px) {
  .fv_area .fv_ex {
    margin-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

.fv_area .content {
  padding-top: 93px;
}
@media screen and (max-width: 1060px) {
  .fv_area .content {
    padding: 2.5rem 1.2rem 0 1.2rem;
  }
}

.fv_area .content .fv_ttl_txt {
  position: relative;
	color: #40afff;
  font-size: 2.65rem;
  font-weight: bold;
  margin-bottom: 2rem;
  z-index: 4;
}
@media screen and (max-width: 576px) {
  .fv_area .content .fv_ttl_txt {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: -0.5rem;
  }
}

.fv_area .content .fv_ttl_txt img {
  width: 754px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .fv_area .content .fv_ttl_txt img {
    display: block;
    width: 332px;
    max-width: 100%;
    padding-bottom: 2.5rem;
  }
}

.fv_area .content .fv_ex_txt {
  color: #fff;
  font-weight: bold;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1060px) {
  .fv_area .content .fv_ex_txt {
    font-size: 0.8rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}

.fv_area .content .fv_ex_txt.ex_02 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1060px) {
  .fv_area .content .fv_ex_txt.ex_02 {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}

.fv_area .content .fv_ex_txt.ex_03 {
  color: #222;
}

@media screen and (max-width: 576px) {
  .fv_area .content .fv_ttl img {
    width: 240px;
  }
}

.fv_area .content .fv_logo_02 img {
  /*width: 897px;*/
  display: block;
  max-width: 100%;
  padding-bottom: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .fv_area .content .fv_logo_02 img {
    display: block;
    width: 250px;
    max-width: 100%;
    padding-bottom: 0.8rem;
  }
}

.marker,
.marker_pc,
.marker_sp {
  display: inline-block;
  background: linear-gradient(transparent 65%, #f2ffb3 0%);
}
@media screen and (max-width: 1060px) {
  .marker_pc {
    background: none;
  }
}
@media screen and (min-width: 1061px) {
  .marker_sp {
    background: none;
  }
}

.fv_area .content .video {
  position: relative;
  max-width: 100%;
  line-height: 1;
  margin-bottom: 2.5rem;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .fv_area .content .video {
    margin-bottom: 1.5rem;
    padding-top: 56.0%;
  }
}

.fv_area .content .video iframe {
  max-width: 100%;
  border: 6px solid #000;
}
@media screen and (max-width: 576px) {
  .fv_area .content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    border: 3px solid #000;
  }
}

/* =======================================================
* main
* ======================================================= */
.content {
  width: 100%;
  margin: 0 auto;
}

.content section {
  padding: 0 5rem;
}
@media screen and (max-width: 1060px) {
  .content section {
    padding: 0 1.2rem;
  }
}

#member .content section,
#enevt  .content section,
#result  .content section {
	padding: 0;
}

.content .sec_wrapper {
	max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

@media screen and (max-width: 576px) {
  .content .sec_wrapper {
    padding: 2rem 0 !important;
  }
}

.content #sec01 .news_list {
  text-align: left;
}

.content #sec01 .news_list li {
	background: #ebf6ff;
	font-size: 0.7rem;
	overflow: hidden;
  padding: 20px 0;
	margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .content #sec01 .news_list li {
    padding: 15px 0;
  }
}


.content #sec01 .news_list li.toggle {
  display: none;
}

.content #sec01 .news_list li .data {
  display: block;
  float: left;
	color: #0095ff;
  padding: 0 30px;
  width: 120px;
	font-size: 0.7rem;
  line-height: 1.818;
}
@media screen and (max-width: 1060px) {
  .content #sec01 .news_list li .data {
    font-size: 0.8rem;
    padding: 0 0.3rem;
    width: 66px;
    line-height: 1.6;
  }
}

.content #sec01 .news_list li .txt {
  display: block;
  float: left;
  width: calc(100% - 160px);
  padding-right: 40px;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.content #sec01 .news_list li .txt a {
  color: #000;
}

@media screen and (max-width: 1060px) {
  .content #sec01 .news_list li .txt {
    font-size: 0.7rem;
    width: calc(100% - 80px);
    padding-right: 0rem;
    line-height: 1.6;
  }
}

@media all and (-ms-high-contrast: none) {
  .content #sec01 .news_list li *::-ms-backdrop,
  .content #sec01 .news_list li .txt {
    padding-top: 0.5rem;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1060px) {
  .content #sec01 .news_list li *::-ms-backdrop,
  .content #sec01 .news_list li .txt {
    width: calc(100% - 100px);
    padding-top: 0.2rem;
  }
}

.content #sec01 .btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .content #sec01 .btn {
    margin-top: 2.0rem;
  }
}

.content #sec02 {
	background: url(../images/bg_about.png);
  background-position: top center;
  background-size: cover;
}

.content #sec02 h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 h2 {
    margin-bottom: 1.5rem;
  }
}

.content #sec02 h2::before {
  background-image: url(../images/h2_before02.png);
}

.content #sec02 h2::after {
  background-image: url(../images/h2_after02.png);
}

.content #sec02 h3 {
  font-size: 1.1rem;
  line-height: 1.846;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.content #sec02 p {
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 p {
    font-size: 0.7rem;
  }
}

.content #sec02 p.p02 {
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 p.p02 {
    font-size: 0.9rem;
    margin-top: 2.0rem;
  }
}

@media screen and (max-width: 1060px) {
  .content #sec02 .ex {
    padding: 0rem 0 2rem;
  }
}

.content #sec02 .ex p {
  text-align: center;
  line-height: 2;
}

.content #sec02 .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 .btn {
    margin-top: 2.0rem;
  }
}

.content #sec02 .area_intro {
  padding-top: 3rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 .area_intro {
    padding-top: 2rem;
  }
}

.content #sec02 .area_intro h4 {
  font-size: 1.2rem;
  text-align: left;
  padding-bottom: 1.0rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 .area_intro h4 {
    padding-bottom: 1.5rem;
    font-size: 0.9rem;
  }
}

.content #sec02 .area_intro .left {
  text-align: left;
  padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .content #sec02 .area_intro .left {
    padding-bottom: 0rem;
  }
}

.content #sec02 .area_intro .left img {
  display: block;
}

.content #sec02 .area_intro .right {
  padding-left: 1rem;
}
@media screen and (max-width: 576px) {
  .content #sec02 .area_intro .right {
    padding-left: 0rem;
  }
}

.content #sec02 .area_intro dl {
  text-align: left;
}

.content #sec02 .area_intro dl dt {
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1060px) {
  .content #sec02 .area_intro dl dt {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .content #sec02 .area_intro dl dt {
    padding-top: 1.5rem;
  }
}

.content #sec02 .area_intro dl dd {
  font-size: 0.8rem;
  line-height: 2;
}
@media screen and (max-width: 1060px) {
  .content #sec02 .area_intro dl dd {
    font-size: 0.7rem;
  }
}

.content #sec03 .sec_wrapper {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1060px) {
  .content #sec03 .sec_wrapper {
    padding-bottom: 3rem;
  }
}

.content #sec03 .sec_wrapper h3 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1060px) {
  .content #sec03 .sec_wrapper h3 {
    font-size: 0.9rem;
    padding-bottom: 1.5rem;
  }
}

.content #sec03 .sec_wrapper p {
  font-size: 0.8rem;
}
@media screen and (max-width: 1060px) {
  .content #sec03 .sec_wrapper p {
    font-size: 0.7rem;
  }
}

.content #sec03 .wrapper_soon {
  border: 2px solid #000;
  padding: 1.5rem;
}
@media screen and (max-width: 1060px) {
  .content #sec03 .wrapper_soon {
    padding: 0;
  }
}

.content #sec03 .wrapper_soon .soon {
  font-size: 3.55rem;
}
@media screen and (max-width: 1060px) {
  .content #sec03 .wrapper_soon .soon {
    font-size: 2.6rem;
    line-height: 1;
    padding: 3rem 2rem;
  }
}

.content #sec04 {
  background-image: url(../images/bg_mysta.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content #sec04 h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1060px) {
  .content #sec04 h2 {
    margin-bottom: 2rem;
  }
}

.content #sec04 h2::before {
  background-image: url(../images/h2_before02.png);
}

.content #sec04 h2::after {
  background-image: url(../images/h2_after02.png);
}

.content #sec04 h3 {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .content #sec04 h3 {
    font-size: 1rem;
    padding: 0 0 0.5rem 0;
  }
}

.content #sec04 p {
  font-size: 0.8rem;
  padding: 0rem 0 2.5rem;
}
@media screen and (max-width: 1060px) {
  .content #sec04 p {
    font-size: 0.7rem;
    padding: 0rem 0 1.75rem;
  }
}

.content #sec04 .bn {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1060px) {
  .content #sec04 .bn {
    font-size: 0.5rem;
  }
}

.content #sec04 .dl_area ul {
  margin: 0 auto;
}

@media screen and (max-width: 1060px) {
  .content #sec04 .dl_area ul li:first-of-type {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content #sec04 .dl_area ul li:first-of-type {
    padding-bottom: 0;
  }
}

.content #sec04 .dl_area ul li p {
  padding: 1rem 0;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (max-width: 1060px) {
  .content #sec04 .dl_area ul li p {
    font-size: 0.8rem;
  }
}

.content #sec04 .dl_area ul li:nth-of-type(1) img,
.content #sec04 .dl_area ul li:nth-of-type(2) img {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 1061px) {
  .content #sec04 .dl_area ul li:nth-of-type(1) img {
    padding-right: 10px;
  }
  .content #sec04 .dl_area ul li:nth-of-type(2) img {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1060px) {
  .content #sec05 {
    padding-bottom: 0rem;
  }
}

.content #sec05 h2::before {
  left: 37%;
}
@media screen and (max-width: 1060px) {
  .content #sec05 h2::before {
    left: 18%;
    top: 45%;
  }
}

.content #sec05 h2::after {
  left: 64%;
}
@media screen and (max-width: 1060px) {
  .content #sec05 h2::after {
    left: 84%;
    top: 42%;
  }
}

.content #sec05 p {
  font-size: 0.8rem;
}
@media screen and (max-width: 1060px) {
  .content #sec05 p {
    font-size: 0.7rem;
  }
}

.content #sec05 small {
  font-size: 0.7rem;
}

.content #sec05 .btn {
  margin-top: 2rem;
}
@media screen and (max-width: 1060px) {
  .content #sec05 .btn {
    margin-top: 2rem;
  }
}

.content #sec05 .btn img {
  vertical-align: bottom;
}
@media screen and (max-width: 1060px) {
  .content #sec05 .btn img {
    width: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  .content #sec05 .btn *::-ms-backdrop,
  .content #sec05 .btn .btn_txt {
    /*top: 0.7rem;*/
  }
  .content #sec05 .btn *::-ms-backdrop,
  .content #sec05 .btn .icon {
    top: 0.2rem;
    height: 20px;
  }
}

.content #sec05 .follow_txt {
  margin-top: 3rem;
  display: block;
}
@media screen and (max-width: 1060px) {
  .content #sec05 .follow_txt {
    margin-top: 2.5rem;
  }
}

/* =======================================================
* footer
* ======================================================= */
footer .scroll-top-wrapper {
  max-width: 1300px;
  margin: 0 auto 0rem;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  footer .scroll-top-wrapper {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 576px) {
  footer .scroll-top-wrapper {
    padding: 0 0.7rem;
    margin-bottom: 0;
  }
}

footer .scroll-top-wrapper img {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 82px;
}
@media screen and (max-width: 1060px) {
  footer .scroll-top-wrapper img {
    width: 69px;
  }
}

footer .scroll-top-wrapper img:hover {
  opacity: 0.7;
}

footer .logo {
  width: 200px;
  float: left;
}
@media screen and (max-width: 1060px) {
  footer .logo {
    width: 247px;
    padding: 0.8rem 1.2rem 0 1.2rem;
    float: none;
  }
}
footer .inner {
  padding: 1.5rem 0;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  footer .inner {
    padding: 0;
  }
}

#member footer .inner {
	border-top: 2px solid #ddd;
}

footer .inner .list_wrapper {
  max-width: 960px;
  text-align: right;
  margin: 0 auto 0rem;
}
@media screen and (max-width: 1060px) {
  footer .inner .list_wrapper {
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
}

footer .list {
  display: contents;
  width: calc(100% - 140px);
	font-size: 15px;
  text-align: right;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 1060px) {
  footer .list {
    float: none;
    width: 100%;
    text-align: left;
  }
}

footer .list li {
  display: inline-block;
  padding: 0 15px;
}
@media screen and (max-width: 1060px) {
  footer .list li {
    display: block;
    border-bottom: 2px solid #ddd;
    font-size: 0.8rem;
    padding: 0.4rem 1.2rem;
  }
}

@media screen and (max-width: 1060px) {
  footer .list li a {
    display: block;
  }
}

#footer .inner .list_wrapper p {
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
}
@media screen and (max-width: 1060px) {
  #footer .inner .list_wrapper p {
    text-align: center;
    padding: 1.5rem 0 1rem;
  }
}

/* =======================================================
* new layout
* ======================================================= */
@media screen and (max-width: 1060px) {
  .pc_hidden {
    display: none;
  }
}

@media screen and (min-width: 1061px) {
  .sp_hidden {
    display: none;
  }
}

/* header_nav.html */
main .btn .inner_btn span img {
	right: -1.8rem;
}

main #sec02 .btn .inner_btn span img,
main #sec05 .btn .inner_btn span img,
#event .btn .inner_btn span img {
	right: -3.8rem;
}
@media screen and (max-width: 576px) {
  main #sec02 .btn .inner_btn span img,
  main #sec05 .btn .inner_btn span img,
	#event .btn .inner_btn span img {
    top: 0;
    right: -2.7rem;
  }
}

main #sec04 .btn .inner_btn span img {
	right: -6.8rem;
}
@media screen and (max-width: 576px) {
  main #sec04 .btn .inner_btn span img {
  	right: -1.5rem;
  }
}

#event .otherBtm .btn .inner_btn span img {
	right: -3rem;
}

.btn .inner_btn span img,
#event #sidebar .btn .inner_btn span img {
	position: absolute;
	right: -1.5rem;
	vertical-align: top;
}

#mainnav .btn .inner_btn span img {
  top: 2px;
}

#mainnav .btn:hover .inner_btn span img,
main .btn.btn_df:hover .inner_btn span img {
	opacity: 1;
}

main .btn .inner_btn span {
	vertical-align: middle;
}

@media screen and (min-width: 1061px) {
  #mainnav .panel {
    display: flex !important;
    justify-content: flex-end;
  }
  #mainnav .panel a.btn {
		margin: auto 0;
  }
}

.btnPdg {
  padding-bottom: 1.5rem;
}

.bnrArea {
	display: flex;
	max-width: 630px;
	padding: 2% 0 5%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.bnrArea {
		display: block;
	}
}

.bnrArea a:first-of-type img {
	padding-right: 30px;
}
@media screen and (max-width: 768px) {
	.bnrArea a:first-of-type img {
		padding: 0 0 10px 0;
	}
}

/* NEWS */
#sec01 {
	background-image: url(../images/bg_news.png);
}

#sec01 h2,
#sec01 h2 small.ja_m {
	color: #fff;
}

#sec01 h2 {
    margin: 0;
}

#sec01 .pc_1100 a.btn {
  width: 394px;
	background: none;
	border: 3px solid #fff;
}
@media screen and (max-width: 576px) {
  #sec01 .pc_1100 a.btn {
    max-width: 100%;
    /*width: 394px !important;*/
  }
}

#sec01 .pc_1100 a.btn:hover {
    background: #fff;
}

#sec01 .pc_1100 a.btn:hover span.btn_txt {
	color: #0095ff;
	opacity: 1;
}

#sec01 .pc_1100 a.btn .active_hv {
    /*right: 15.35rem;*/
		left: 2.05rem;
    top: 27px;
}

#sec01 .pc_1100 a.btn .inner_btn img {
	vertical-align: middle;
  padding-right: 15px;
}

#sec01 .pc_1100 a.btn:last-of-type .inner_btn span.btn_txt {
  position: relative;
  /*top: 8px;*/
}

/* EVENT */
#sec03 {
	background-image: url(../images/bg_event.png);
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1060px) {
  #sec03 {
  	background-image: url(../images/bg_event_sp.png);
  }
}

#sec03 .sec_wrapper p.sec03Txt {
  margin-bottom: 2rem;
}

#sec03 .sec_wrapper .eventLst ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
  #sec03 .sec_wrapper .eventLst ul {
    display: block;
  }
}

#sec03 .sec_wrapper .eventLst ul li {
  width: 47%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 22px;
  padding: 30px 20px;
}

#sec03 .sec_wrapper .eventLst ul li:nth-of-type(1),
#sec03 .sec_wrapper .eventLst ul li:nth-of-type(2) {
  margin-bottom: 5%;
}
@media screen and (max-width: 1060px) {
  #sec03 .sec_wrapper .eventLst ul li {
    width: 100%;
    margin: 0 0 10% 0 !important;
  }
}
@media screen and (max-width: 1060px) {
  #sec03 .sec_wrapper .eventLst ul li:last-of-type {
    margin: 0 !important;
  }
}

#sec03 .sec_wrapper .eventLst ul li:nth-of-type(odd) {
  margin-right: 5%;
}

#sec03 .sec_wrapper .eventLst ul li::before {
  content: "";
	display: inline-block;
	width: 81px;
	height: 81px;
  position: absolute;
  top: -15px;
  left: -10px;
	background-size: 100% 100%;
}

#sec03 .sec_wrapper .eventLst ul li:first-of-type::before {
  background: url(../images/badge_01.png) no-repeat;
}

#sec03 .sec_wrapper .eventLst ul li:nth-of-type(2)::before {
  background: url(../images/badge_02.png) no-repeat;
}

#sec03 .sec_wrapper .eventLst ul li:nth-of-type(3)::before {
  background: url(../images/badge_03.png) no-repeat;
}

#sec03 .sec_wrapper .eventLst ul li:last-of-type::before {
  background: url(../images/badge_04.png) no-repeat;
}

@media screen and (max-width: 756px) {
  #sec03 .sec_wrapper .eventLst ul li::before {
    width: 52px;
    height: 52px;
    background-size: contain !important;
  }
}

#sec03 .sec_wrapper .eventLst ul li P {
  font-size: 1.1rem;
}

#sec03 .sec_wrapper .eventLst ul li p:first-of-type {
  font-weight: bold;
}

#sec03 .sec_wrapper .eventLst ul li p:last-of-type {
  display: inline-block;
  background: #e1e1e1;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 3px;
}

#sec03 .sec_wrapper .eventLst ul li a.btn,
.nolnk {
  width: 240px !important;
  border-radius: 35px;
  margin-top: 10px;
}

#sec03 .sec_wrapper .eventLst ul li a.btn .inner_btn,
.nolnk {
  font-size: 16px;
  padding: 20px 1rem;
}

.kome {
  font-size: 12px !important;
  text-align: right;
  padding: 10px 0;
}

/* MYSTA */
#sec04 .dl_area {
  display: flex;
  background-image: url(../images/bg_app.png);
  background-position: top center;
  background-size: cover;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 40px 25px;
}
@media screen and (max-width: 1060px) {
  #sec04 .dl_area {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sec04 .dl_area {
    padding: 25px 10px;
  }
}

#sec04 .dl_area .dl_logo {
  width: 30%;
  padding: 15px 40px 0 0;
}
@media screen and (max-width: 1060px) {
  #sec04 .dl_area .dl_logo {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 576px) {
  #sec04 .dl_area .dl_logo img {
    width: 40%;
  }
}

#sec04 .dl_area .dl_app {
  width: 70%;
}
@media screen and (max-width: 1060px) {
  #sec04 .dl_area .dl_app {
    width: 100%;
  }
}

#sec04 .dl_area ul {
  padding-bottom: 1rem;
}

@media screen and (max-width: 1060px) {
  #sec04 .dl_area ul {
    justify-content: center;
  }
  #sec04 .dl_area ul li {
      width: 48%;
      flex: none;
  }
}

#sec04 .dl_area ul li:first-of-type {
  /*width: 25%;*/
  box-sizing: content-box;
  /*padding-right: 40px;*/
}
@media screen and (max-width: 1060px) {
  #sec04 .dl_area ul li:first-of-type {
    padding-right: 4px;
  }
}

#sec04 .dl_area a.btn {
  width: 100% !important;
  background: #000;
  border-radius: 10px;
  border: 2px solid #acacac;
}

#sec04 .dl_area a.btn:hover {
  color: #000;
}

#sec04 .dl_area a.btn .inner_btn {
  padding: 15px;
}

.clrBlue {
	color: #0095ff;
}

.clrRed {
  color: #fa2341;
}

@media screen and (min-width: 1061px) {
  #sec04 .dl_area ul li.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1060px) {
  #sec04 .dl_area ul li.col-md-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}

#sec04 .dl_area ul li:last-of-type {
  width: 100%;
  padding-top: 20px;
}

#sec04 .dl_area ul li:last-of-type a.btn .inner_btn {
  max-width: 100%;
}

/* CONTACT */
#sec05 {
	background-image: url(../images/bg_contact.png);
}

#mainnav a.btn,
main a.btn {
  position: relative;
}

#mainnav a.btn .active_hv,
main a.btn .active_hv {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

#mainnav a.btn .active_hv {
  right: -1.5rem;
  top: 2px;
}

main a.btn .active_hv {
  right: -3.8rem;
  top: -2px;
}

#mainnav a.btn:hover .active_hv,
main a.btn:hover .active_hv {
  opacity: 1;
}

/* btn gradation */
.btn.btn_df,
.nolnk {
  background: linear-gradient(145deg , #40afff, #0059ff), linear-gradient(45deg , #1e88ff, #0086ff);
  background-size: 100% 400%;
  background-position: 0 0;
}

.btn.btn_df:hover {
  background-position: 0 100%;
}

.nolnk {
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
	padding: 14px 1rem;
}

@media (max-width: 499px) {
	#sec01 .pc_1100 a.btn .active_hv {
		left: 1.45rem !important;
	}
}
