@charset "UTF-8";

/*=========================================================================
//
// Base
//
==========================================================================*/
/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}

/*-------------------------------------------------------------------------
 base setting
--------------------------------------------------------------------------*/
html{
  height: 100%;
  font-size: 62.5%;
}
body, input, textarea, select, option, button {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #080808;
  font-size: 1.5rem;
	position: relative;
}
body {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
  }
  body, input, textarea, select, option, button{
    font-size: 1.4rem;
  }
}

.en{
  font-family: 'Roboto Condensed', sans-serif;
}

a {
  color: #080808;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:active,
a:hover {
  color: #DF0013;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* image
----------------------------------------------------------- */
a img,
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
.img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.img_hover:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  }
  @-webkit-keyframes flash {
    0% {
    opacity: .4;
    }
    100% {
    opacity: 1;
    }
  }
  @keyframes flash {
    0% {
    opacity: .4;
    }
    100% {
    opacity: 1;
    }
  }

/*=========================================================================
//
// Utility
//
==========================================================================*/
/* clearfix
----------------------------------------------------------- */
.cf { zoom: 1; }
.cf:after { content: ""; display: block; clear: both; }

/* display
----------------------------------------------------------- */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.left { float: left; }
.right { float: right; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.Enable { display: inline-block; }
.Disable { display: none; }
.pcDisable { display: none !important; }

.display_pc{ @media (max-width: 1023px) {
  display: none; } }
.display_sp{ 
	display: none; 
  @media (max-width: 1023px) {
	display:block; }
	}

/* margin, padding
----------------------------------------------------------- */
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }

.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 {  margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }

.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }

/* text
--------------------------------------------------------*/
.xxxxxlarge { font-size: 24px; }
.xxxxlarge {  font-size: 22px; }
.xxxlarge {  font-size: 20px; }
.xxlarge {  font-size: 18px; }
.xlarge { font-size: 16px; }

.large { font-size: 15px; }
.medium {  font-size: 14px; }
.small {  font-size: 13px; }

.xsmall { font-size: 12px; }
.xxsmall {  font-size: 11px; }
.xxxsmall {  font-size: 10px; }
.xxxxsmall { font-size: 9px; }

.bold {  font-weight: bold !important; }
.normal {  font-weight: normal !important; }

.text-def { color: #080808 !important; }
.text-att { color: #DF0013 !important; }
.text-note { color: #212529 !important; }

/* bgColor
--------------------------------------------------------*/
.bg_gray{ background: #EFF0F2; }

/*=========================================================================
//
// Module
//
==========================================================================*/
/*-------------------------------------------------------------------------
 list
--------------------------------------------------------------------------*/
/* ドットリスト
--------------------------------------------------------*/
.list-dot > li {
  position: relative;
  padding-left: 1.2em;
}
.list-dot > li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ドットリスト（大）
--------------------------------------------------------*/
.list-disc > li {
  margin-left: 25px;
  list-style: disc;
}

/* スクエアリスト
--------------------------------------------------------*/
.list-square > li {
  position: relative;
  padding-left: 1.2em;
}
.list-square > li:before {
  content: "■";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* アイコンなしリスト
--------------------------------------------------------*/
.list-nomark > li {
  margin-top: .4em;
  list-style: none;
}
@media (max-width: 767px) {
  .list-nomark > li {
    margin-top: .2em;
  }
}

/* 数字リスト
--------------------------------------------------------*/
.list-num > li {
  list-style-type: decimal;
  margin-left: 1.7em;
}

/* 小文字のアルファベットリスト
--------------------------------------------------------*/
.list-alpha > li {
  list-style-type: lower-alpha;
  margin-left: 1.7em;
}

/* 注釈リスト
--------------------------------------------------------*/
.list-note {
  margin-top: .5em;
  padding-left: 1em;
}
.list-note > li {
  margin-top: .2em;
  text-indent: -1em;
}

/* 注釈リスト2
--------------------------------------------------------*/
.list-note2 > li {
  position: relative;
  padding-left: 1.2em;
  font-size: .9em;
}
.list-note2 > li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* インラインリスト
--------------------------------------------------------*/
.list-inline {
  overflow: hidden;
}
.list-inline > li {
  float: left;
  margin: .35em 40px 0 0;
}
.list-inline > li:last-child {
  margin-right: 0;
}

/* リンクリスト
--------------------------------------------------------*/
.linklist > li > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
}
.linklist > li > a:hover {
  color: #a00;
}
.linklist > li > a:hover:before {
  border-color: #a00;
}
.linklist > li > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 600px) {
  .linklist > li > a {
    padding-left: 18px;
  }
  .linklist > li > a:before {
    top: 5px;
  }
}

/*-------------------------------------------------------------------------
 icon
--------------------------------------------------------------------------*/
/* svg
--------------------------------------------------------*/
.defs{
	display: none;
}
.icon {
  width: 40px;
  height: 40px;
  fill: #fff; 
}
.icon:hover{
  fill: #aaa;
}
.header_icon .icon:hover{
  fill: #fff;
  opacity: .8;
}
@media (max-width: 767px) {
  .footer_sns .icon{
    width: 30px;
    height: 30px;
  }
}

/*-------------------------------------------------------------------------
 btn
--------------------------------------------------------------------------*/
.btn_more{
  position: relative;
  margin: 30px 0 0;
  border: 1px solid #df0013;
  color: #df0013;
  display: inline-flex;
  padding: 5px 60px 5px 40px;
  font-weight: 700;
  -webkit-transition: .3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_more::after{
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 12px;
  width: 20px;
  height: 1px;
  background: #df0013;
}
.card li:hover .btn_more{
  background: #df0013;
  color: #fff;
}
.card li:hover .btn_more::after{
  background: #fff;
}
@media (max-width: 767px) {
  .btn_more{
    margin: 15px 0 0;
  }
}

.btn_contact{
  text-align: center;
  margin: 60px auto;
}
.btn_contact a{
  position: relative;
  border: 1px solid #df0013;
  color: #df0013;
  padding: 14px 60px 14px 40px;
  font-weight: 700;
  -webkit-transition: .3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.6rem;
}
.btn_contact a::after{
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 12px;
  width: 20px;
  height: 1px;
  background: #df0013;
}
.btn_contact a:hover{
  background: #df0013;
  color: #fff;
}
.btn_contact a:hover::after{
  background: #fff;
}
@media (max-width: 767px) {

}

.btn {
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  background: #df0013;
  border: 1px solid #df0013;
  color: #df0013;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .8s;
  transition: .8s;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 51%;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  background: #fff;
}
.btn::before {
  left: 0;
}
.btn::after {
  right: 0;
}
.btn:hover::before,
.btn:hover::after {
  width: 0;
  background: #fff;
}
.btn:hover {
  color: #fff;
}


/*=========================================================================
//
// Layout
//
==========================================================================*/
/*-------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------*/
.footer{
	background: #212529;
	color: #fff;
  text-align: center;
  padding: 50px;
}
@media (max-width: 767px) {

}
.footer_sns{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_sns li{
  margin: 0 20px;
}

.footer p{
  margin: 30px 0 0;
}


/*-------------------------------------------------------------------------
 main
--------------------------------------------------------------------------*/
.main{
  position: relative;
  width: calc( 100% - 100px );
}
@media (max-width: 1023px) {
  .main{
    width: 100%;
  }
}

.section{
  padding: 0;
}
@media (max-width: 767px) {
  
}
.inner{
  padding: 0 6% 0 10%;
}
@media (max-width: 1023px) {
  .inner{
    padding: 0 6%;
  }
}



/*=========================================================================
//
// Theme(look&feel)
//
==========================================================================*/
/*-------------------------------------------------------------------------
 header
--------------------------------------------------------------------------*/
.header{
  width: 100px;
  background: #df0013;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
@media (max-width: 1023px) {
  .header{
    position: inherit;
    height: 60px;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------
 menu
--------------------------------------------------------------------------*/
.menu_area{
  background: #fff;
  width: 100px;
  height: 120px;
}
.menu{
  position: absolute;
  right: 34px;
  top: 40px;
  width: 30px;
  height: 40px;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .menu_area{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .menu{
    top: 15px;
    right: 13px;
  }
}

.menu_line{
  background: #080808;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu_line--bottom{
  top: 9px;
}
.menu.active .menu_line--top{
  top: 8px;
  transform: rotate(45deg);
  background: #fff;
}
.menu.active .menu_line--bottom{
  bottom: 10px;
  transform: rotate(135deg);
  background: #fff;
}
.menu_label{
  position: absolute;
  font-size: 10px;
  bottom: 0;
  color: #080808;
}
.menu.active .menu_label{
  opacity: 0;
}
@media (max-width: 1023px) {
  .menu_label{
    bottom: 5px;
  }
}

/*-------------------------------------------------------------------------
 gnav
--------------------------------------------------------------------------*/
.gnav{
  background: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  position: fixed;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.gnav_wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; 
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gnav_menu li{
  margin: 40px 0 0 100px;
  opacity: 0;
}
.gnav_menu li a{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  transition: .3s;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav_menu .en{
  width: 14rem;
}
.gnav_menu .jp{
  font-size: 1.5rem;
}
.gnav_menu li a:hover{
  color: #666;
}
@media (max-width: 767px) {
  .gnav_menu li{
    margin: 30px 0 0 100px;
  }
  .gnav_menu li a{
    font-size: 2.8rem;
  }
  .gnav_menu .jp{
    font-size: 1.2rem;
  }
}
@media (max-width: 370px) {
  .gnav_menu li{
    margin: 20px 0 0 100px;
  }
  .gnav_menu li a{
    font-size: 2.5rem;
  }
  .gnav_menu .jp{
    font-size: 1.2rem;
  }
}

.gnav_sns{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 40px 0;
}
.gnav_sns li{
  margin: 0 20px;
}
.gnav_banner{
  max-width: 300px;
}


/*-------------------------------------------------------------------------
 heading
--------------------------------------------------------------------------*/
.heading1{
  position: relative;
  font-size: 3rem;
  padding-left: 200px;
  margin: 0;
  width: 30%;
}
.heading1::after{
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #080808;
}
@media (max-width: 1023px) {
  .heading1{
    font-size: 2.5rem;
    width: 100%;
    padding-left: 100px;
  }
  .heading1::after{
    width: 60px;
  }
}

.heading2{
    position: relative;
    text-align: center;
    font-size: 3rem;
    margin: 60px 0 0;
    padding-bottom: 100px;
}
.heading2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #080808;
}
@media (max-width: 1024px) {
  .heading2{
    font-size: 2.5rem;
    padding-bottom: 60px;
  }
  .heading2::after{
    height: 50px;
  }
}
@media (max-width: 767px) {
  .heading2{
    margin: 40px 0 0;
  }
}

/*-------------------------------------------------------------------------
 h1
--------------------------------------------------------------------------*/
h1.page_ttl{
  background: #fff;
  font-size: 3rem;
  padding: 30px 0 0 10%;
  display: inline-block;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}
h1.page_ttl .en{
  display: block;
}
h1.page_ttl .jp{
  display: block;
  font-size: 1.2rem;
  color: #df0013;
  font-weight: 500;
}
@media (max-width: 800px) {
  h1.page_ttl{
    padding: 16px 0 0 5%;
    font-size: 2rem;
    width: 40%;
  }
}


/*-------------------------------------------------------------------------
 mainvisual
--------------------------------------------------------------------------*/
.kv{
  position: relative;
  height: 30vw;
}
.kv strong a{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #080808;
  color: #fff;
  padding: 10px 30px;
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  .kv strong{
    display: none;
  }
}
.kv_profile{
  background: url(../img/kv_profile.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.kv_result{
  background: url(../img/kv_result.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.kv_contact{
  background: url(../img/kv_contact.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.kv_lesson{
  background: url(../img/kv_lesson.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1023px) {
  .kv{
    height: 50vw;
  }
  .kv_profile,
  .kv_result,
  .kv_contact,
  .kv_lesson{
    background-attachment: inherit;
  }
}

.kv_top strong a{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #080808;
  color: #fff;
  padding: 10px 30px;
  font-size: 2.5rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .kv_top strong{
    display: none;
  }
}

/* kv_top
--------------------------------------------------------*/
.kv_top{
  position: relative;
}
.kv_top .swiper-container {
  width: 100%;
}
@media (max-width: 1023px) {
}

@-webkit-keyframes zoomUp {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
}
@keyframes zoomUp {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
}
.kv_top .swiper-container .swiper-slide-active .slide-img,
.kv_top .swiper-container .swiper-slide-duplicate-active .slide-img,
.kv_top .swiper-container .swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.kv_top .swiper-container .slide-img {
	background-size: cover;
	background-position: center center;
  height: 50vw;
}
@media (max-width: 1023px) {
  .kv_top .swiper-container .slide-img {
    height: 100vw;
  }
}
@media (max-width: 800px) {
  .kv_top .swiper-container .slide-img {
    height: 125vw;
  }
  .kv_top .swiper-container .slide-img.slide-img-03{
    background-position: center right;
  }
}

.kv_top .swiper-container::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 30vw;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}

.slide-text {
	position: absolute;
  top: 50%;
  left: 10%;
	color: #fff;
  z-index: 2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	text-shadow: 0px 0px 5px #000000;
}
.slide-text h1{
  font-size: 6rem;
  margin: 0 0 50px;
  line-height: 1.2;
}
.slide-text h1 span{
  display: block;
}
.slide-text_1{
  font-size: 1.6rem;
  font-weight: 400;
}
.slide-text_2{

}
.slide-text_3{
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .slide-text {
    top: 55%;
  }
  .slide-text h1{
    font-size: 5rem;
  }
  .slide-text_3{
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .slide-text {
    top: 50%;
  }
  .slide-text h1{
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .slide-text_3{
    font-size: 1.4rem;
  }
}
@media (max-width: 360px) {
  .slide-text {
    top: 48%;
  }
  .slide-text h1{
    font-size: 3rem;
  }
  .slide-text_3{
    font-size: 1.2rem;
  }
}

/* banner-s */
.slide-text .kv_banner{
  width: 30%;
}
@media (max-width: 1023px) {
  .slide-text .kv_banner{
    width: 40%;
  }
}
@media (max-width: 767px) {
  .slide-text .kv_banner{
    width: 50%;
  }
}
@media (max-width: 414px) {
  .slide-text .kv_banner{
    width: 70%;
  }
}




/*=========================================================================
//
// details
//
==========================================================================*/
/* header
--------------------------------------------------------*/
.header_icon{
  margin: 60px 0;
}
.header_icon li{
  margin: 30px 0 0 28px;
}
.header_name{
  position: absolute;
  left: 18px;
  color: #fff;
}
.header_name p{
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 1.8rem;
}
.header_name p a{
  color: #fff;
}
@media (max-width: 1023px) {
  .header_icon{
    display: none;
  }
  .header_name{
    left: 0;
    background: #080808;
    height: 60px;
    padding: 0 30px;
  }
  .header_name p{
    writing-mode: inherit;
    margin: 0;
    line-height: 60px;
  }
}

/* banner
--------------------------------------------------------*/
.banner_area{
  padding: 60px 0;
}
.banner_area img{
  width: 50%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .banner_area{
    padding: 30px 0;
  }
  .banner_area img{
    width: 90%;
  }
}

/* What's new
--------------------------------------------------------*/
.news_section{
  background: #EFF0F2;
  padding: 60px 0;
  margin: 60px 0 0;
}
.news_inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media (max-width: 1023px) {
  .news_section{
    padding: 40px 0 30px;
  }
  .news_inner{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
}
@media (max-width: 767px) {
  .news_section{
    margin: 30px 0 0;
  }
}

.news_section ul{
  width: 70%;
  padding: 0 8% 0 0;
}
.news_section li{
  margin: 30px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.news_section li:first-child{
  margin: 10px 0;
}
.news_date{
  width: 15rem;
}
.news_ttl{
  width: calc( 100% - 15rem );
}
@media (max-width: 1023px) {
  .news_section ul{
    width: 100%;
    padding: 0 5% 0 100px;
  }
  .news_date{
    width: 10rem;
  }
  .news_ttl{
    width: calc( 100% - 10rem );
  }
}
@media (max-width: 640px) {
  .news_section ul{
    padding: 0 5%;
  }
}

/* ranking
--------------------------------------------------------*/
.ranking_inner{
  background: url(../img/bg_ranking.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .ranking_inner{
    padding: 30px 0;
  }
}

.ranking_inner ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.ranking_inner li{
  flex: 1;
  background: rgba(255,255,255,0.7);
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .ranking_inner ul{
    padding: 0 10px;
  }
}

.ranking_inner table{
  width: 100%;
  text-align: center;
}
.ranking_inner th{
  padding: 40px 0;
  font-size: 1.8rem;
}
.ranking_inner td{
  font-weight: 700;
  padding: 20px 0;
  font-size: 3.5rem;
}
.ranking_inner td.blank{
  padding: 10px;
  font-size: 1rem;
}
.ranking_inner span.rank{
  font-size: 2rem;
}
.ranking_inner span.position{
  display: block;
  font-size: 1rem;
}
.border-r{
  border-right: 1px solid #212529;
}
@media (max-width: 767px) {
  .ranking_inner th{
    padding: 28px 0;
    font-size: 1.6rem;
  }
  .ranking_inner td{
    font-size: 2rem;
  }
  .ranking_inner span.rank{
    font-size: 1.4rem;
  }
}

/* card layoout
--------------------------------------------------------*/
.card{
  margin: 60px 0;
}
@media (max-width: 767px) {
  .card{
    margin: 30px 0;
  }
}
.card li{
  display: block;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.card li::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 300ms;
  border: 0 solid #df0013;
  z-index: 0;
}
.card li:hover::after{
  cursor: pointer;
  border-width: 8px;
}
@media (max-width: 767px) {
  .card li:hover::after{
    border-width: 5px;
  }
}

.card li.order_1 .card_text{
  -webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}

.card li figure{
  margin: 0;
  width: 40%;
  overflow: hidden;
}
.card li figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
.card li:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card_text{
  width: 60%;
  text-align: center;
}
.card_text h2{
  color: #DF0013;
  margin: 0;
}
.card_text h2 span{
  display: block;
}
.card_text h2 span.en{
  font-size: 3.5rem;
}
.card_text h2 span.jp{
  font-size: 1.2rem;
  color: #212529;
}
@media (max-width: 767px) {
  .card li figure,
  .card_text{
    flex: 1;
  }
  .card_text{
    padding: 20px 0;
  }
  .card_text h2 span.en{
    font-size: 2rem;
  }
  .card_text h2 span.jp{
    font-size: 1rem;
  }
}

/* profile
--------------------------------------------------------*/
.prof_list {
	max-width: 800px;
	margin: 60px auto;
	padding: 0;
}
.prof_list li {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	margin-bottom: 24px;
	padding-bottom: 0;
	border-bottom: none;
}
.prof_list li span {
	display: block;
	width: 25%;
	margin: 0 3% 0 0;
	padding: 0 18px 24px 18px;
	border-bottom: 1px solid #212529;
}
.prof_list li:last-child span{
  border-bottom: none;
}
.prof_list li p {
  margin: 0;
	width: 78%;
	padding: 0 18px 24px 18px;
	border-bottom: 1px solid #ddd;
}
.prof_list li:last-child p {
  border-bottom: none;
}
@media (max-width: 767px) { 
  .prof_list {
    margin: 40px auto;
    max-width: 90%;
  }
  .prof_list li {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .prof_list li span {
    width: 100%;
    border: none;
    padding: 0 0 0 10px;
    font-weight: 700;
  }
  .prof_list li p {
    width: 100%;
    padding: 10px 0 18px 10px;
  }
}

/* gallery
--------------------------------------------------------*/
.gallery_section{
  position: relative;
  padding: 40px 40px 40px 0;
}
.gallery_section::before{
  content: "";
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EFF0F2;
}
@media (max-width: 767px) {
  .gallery_section{
    padding: 30px 20px;
  }
}

/* swiper */
.gallery_section .swiper-slide img{
  width: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  color: #df0013;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  color: #df0013;
}

/* message
--------------------------------------------------------*/
.message_section{
  position: relative;
  background: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.message_section::before{
  content: "MESSAGE";
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(223, 0, 19, .1);
  width: 75%;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.message_section div{
  width: 60%;
  padding: 40px 60px 40px 0;
}
@media (max-width: 1023px) {
  .message_section div{
    width: 80%;
    padding: 40px 60px 40px 0;
  }
}
@media (max-width: 767px) {
  .message_section div{
    width: 100%;
    padding: 40px 30px;
  }
}


/* result
--------------------------------------------------------*/
.result_inner{
  width: 96%;
  max-width: 1000px;
  margin: 0  auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .result_inner{
    max-width: 98%;
  }
}
.tab_item {
  font-family: 'Roboto Condensed', YakuHanJP, 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 0 20px;
  font-size: 1.6rem;
  transition: all 0.2s ease;
}
.tab_item::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #080808;   
}
.tab_item:hover {
  color: #df0013;
}
.result_inner input:checked + .tab_item {
  color: #df0013;
}
input[name="tab_item"] {
  display: none;
} 
@media (max-width: 1023px) {
  .tab_item {
    display: inline-block;
    width: calc(  100% / 6);
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tab_item {
    font-size: 1.3rem;
  }
}

.tab_content {
  display: none;
  padding: 30px 0 60px;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
  display: block;
}
.tab_content h2{
  position: relative;
  font-size: 2rem;
  padding-bottom: 50px;
  font-family: YakuHanJP, 'Roboto Condensed', 'Noto Sans JP', sans-serif;
}
.tab_content h2 span{
  font-size: .9em;
}
.tab_content h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #080808;
}
@media (max-width: 767px) {
  .tab_content h2{
    margin: 0;
    font-size: 1.6rem;
  }
}

/* result_table */
.result_table{
  width: 100%;
  margin-top: 30px;
  font-size: 1.4rem;
}
.result_table caption{
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}
.result_table caption span{
  position: absolute;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.result_table th{
  text-align: center;
  border: 2px solid #fff;
  padding: 3px 5px;
  background: #fef2f3;
  font-weight: normal;
}
.result_table td{
  border: 2px solid #fff;
  padding: 5px;
  width: 20%;
}
.result_table tr:nth-child(odd) td {
	background: #f4f4f4;
}
.result_table td.score{
  width: 30%;
}
.result_table td.wl{
  width: 10%;
}
.result_table td.wl span{
  display: none;
}
.result_table td.wl .icon{
  fill: #df0013;
  width: 16px;
  display: inline;
  text-align: center;
}
.result_table td.wl.lose .icon{
  fill: #aaa;
}
.result_table td.round{
  width: 10%;
}
.result_table td.player{
  width: 30%;
}
.result_table td.player span{
  display: block;
  font-size: 1rem;
}

@media (max-width: 767px) {

}

/* bg_img
--------------------------------------------------------*/
.bg_result{
  background: url(../img/bg_result.jpg) center top no-repeat;
}
.bg_profile{
  background: url(../img/bg_profile.jpg) center top no-repeat;
}
.bg_contact{
  background: url(../img/bg_contact.jpg) center top no-repeat;
}
.bg_img{
  background-size: cover;
  background-attachment: fixed;
  height: 20vw;
  position: relative;
} 
@media (max-width: 767px) {
  .bg_result,
  .bg_profile,
  .bg_contact{
    background: none;
    background: url(../img/bg_contact.jpg) center top no-repeat;
    height: 50vw;
  }
  .bg_img{
    background-size: cover;
    background-attachment: inherit;
  }
}

/* private lesson
--------------------------------------------------------*/
.lesson_inner {
  width: 96%;
  max-width: 1000px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .lesson_inner {
    margin: 40px auto;
    padding: 0 30px;
  }
}
.lesson_table{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}
.lesson_table dt{
  width: 20%;
  font-weight: bold;
}
.lesson_table dd{
  width: 80%;
  margin: 0 0 50px;
  border-left: 1px solid #aaa;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .lesson_table{
    margin: 20px 0 0;
  }
  .lesson_table dt{
    width: 100%;
    border-top: 1px solid #aaa;
    padding: .5em 0;
  }
  .lesson_table dd{
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin: 0 0 30px;
  }
}

.lesson_catch{
  position: relative;
  padding: 15px 30px;
  margin: 0 auto 2.5em;
  font-weight: bold;
  text-align: center;
}
.lesson_catch::before,
.lesson_catch::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.lesson_catch::before {
	left: 0;
	border-left: 1px solid #555;
}
.lesson_catch::after {
	right: 0;
	border-right: 1px solid #555;
}
.lesson_catch span{
	font-size: 2rem;
}
@media (max-width: 767px) {
  .lesson_catch span{
    font-size: 1.6rem;
  }
}

.lesson_section h2.voice{
  position: relative;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 50px;
  font-family: YakuHanJP, 'Roboto Condensed', 'Noto Sans JP', sans-serif;
}
.lesson_section h2.voice::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #080808;
}
@media (max-width: 767px) {
  .lesson_section h2.voice{
    font-size: 1.6rem;
  }
}

/* 声 */
.lesson_voice{

}
.lesson_voice dt{
  float: left;
  margin-right: -80px;
  width: 60px
}
.lesson_voice dt img{
  width: 100%;
  height: auto;
  /* border: solid 3px #fef2f3; */
  /* border-radius: 50%; */
}

.lesson_voice dd{
  margin: 0 0 30px;
  width: 100%; 
  font-size: 1.4rem;
}
.lesson_voice dd div {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 95px;
  padding: 20px 30px;
  border-radius: 6px;
  background: rgb(252, 247, 248);
  /* background: #f8f8f8; */
}
.lesson_voice dd div:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f8f8f8;
}

.lesson_voice dd div p {
  margin: 0;
  padding: 0;
}
.lesson_voice dd div p.cat{
  text-align: right;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .lesson_voice{

  }
  .lesson_voice dt{
    margin-right: -60px;
    width: 40px
  }
  .lesson_voice dd div{
    padding: 20px;
    margin: 0 0 0 60px;
  }
}


/* sponsor
--------------------------------------------------------*/
.sponsor_section{
  padding: 10px 0 60px;
}
.sponsor_list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 40px auto 0;
}
.sponsor_list li{
  margin: 0 40px;
  width: 400px;
}
.sponsor_list li:first-child{
  width: 300px;
}
.sponsor_list li:nth-child(2){
  width: 350px;
}
.sponsor_list li img{
  width: 100%;
}
@media (max-width: 767px) {
  .sponsor_section{
    padding: 0 0 30px;
  }
  .sponsor_list li{
    margin: 0 20px 40px;
  }
}

/* スポンサー募集 */
.sponsors_wanted{
  text-align: center;
  margin: 40px auto;
}
.sponsors_wanted a{
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #080808;
  background: #d7ce91;
  font-weight: 400;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.sponsors_wanted a .icon{
  fill: #080808;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3rem;
  top: 28%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* .sponsors_wanted a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 40px;
  height: 2px;
  background: #080808;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */
.sponsors_wanted a::before{
  content: "";
  animation: shine 6s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
.sponsors_wanted a:hover{
  background: #e6d651;
}
.sponsors_wanted a:hover .icon{
  right: 2.5rem;
}
/* .sponsors_wanted a:hover::after{
  right: 1.5rem;
} */
@media (max-width: 1200px) {
  .sponsors_wanted a{
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sponsors_wanted{
    margin: 30px auto;
  }
  .sponsors_wanted a{
    width: 96%;
    font-size: 1.5rem;
    font-weight: 700;
    outline: 2px solid #ffd705;
    outline-offset: 5px;
  }
  .sponsors_wanted a .icon{
    right: 1.5rem;
  }
  .sponsors_wanted a:hover .icon{
    right: 1.5rem;
  }
  /* .sponsors_wanted a::after {
    display: none;
  } */
}

/* 光の動き */
@keyframes shine{
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}


/* Google Mapを横幅100%にしたときのナビゲーションコントロール
----------------------------------------------------------- */
#map-canvas label { width: auto; display:inline; }
#map-canvas img { max-width: none; }



/*-------------------------------------------------------------------------
  MAP
--------------------------------------------------------------------------*/
.map {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.map .inner {
	position: relative;
	height: 0;
	padding-top: 35%;
	overflow: hidden;
}
.map .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 960px) {
	.map .inner {
		padding-top: 56.25%;
	}
}
@media (max-width: 600px) {
	.map .inner {
		padding-top: 100%;
	}
}



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

.mbj_logo {
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}