@charset "UTF-8";
/*===============================================
reset
=============================================== */
a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
}

/*===============================================
base, layout
=============================================== */
/* =Global
----------------------------------------------- */
/* font */
 @import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
 @import url('https://fonts.googleapis.com/css?family=Righteous');
@font-face {
  font-family: 'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;

}
/* basic */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #000;
  background-color: #fff;
  min-width: 1140px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 2;
  font-size: 1.4rem;
  overflow:visible;
}

a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 1.2rem;
    overflow-x: hidden;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  p {
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
/* #header, #footer
** テンプレートのスタイルを上書き
----------------------------------------------- */
html {
  background-image: none;
  background-color: #000;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: static;
}

#content {
  width: inherit;
  margin: 0;
  padding: 0;
  background: none;
  overflow: hidden;
  position: relative;
}

#footer {
  width: 100%;
  padding: 0;
  padding-bottom: 6.4%;
  position :relative;
  background : #000;
  /*margin-top: 8.5%;*/
  margin-top: calc(8.5% + 80px);
}
#widebanner {
  margin: 0 auto;
}

#ydn_pc {
  display: none;
}

/* =Content
----------------------------------------------- */
.sec {
  color: #fff;
  background-image: url("/common/special/others/170628_hack/img/header.jpg");
  background-size: 100% auto;
}

.sec__upper {
  position: relative;
  background-size: 100% 166px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-top: 72%;
}
.sec__upper h3 {
  position: absolute;
  font-family: "Righteous ", "HelveticaNeueHeavy", "HelveticaNeue-Heavy", "Helvetica Neue Heavy", "Arial Black",  sans-serif;
}
.sec__upper h3 img {
  width: 100%;
}
.sec__upper span {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.sec__lower {
  padding: 70px 0 90px;
}
.sec__lower dt {
  font-size: 2.2rem;
  font-family:  "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6;
}
.sec__lower dd {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 780px) {
  .sec__upper {
    padding-top: 120%;
  }
  .sec__upper span {
    font-size: 1.2rem;
  }

  .sec__lower {
    padding: 45px 0 50px;
  }
  .sec__lower dt {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 1.5em;
  }
  .sec__lower dd {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}





.sec01 .sec__lower {
 text-align: center;
 background-color: #306FDE;
 background-size: 100%;
}

.sec01 h2 {
  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  letter-spacing: 2px;

  line-height: 1.8;
  margin-bottom: 30px;
  color: #18E0C2;
}

.sec01 h4 {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 2.0;
  margin-bottom: 10px;
  font-size: 2.0rem;
  color: #000;
}

.sec01 span {
  font-size: 3rem;
  display: block;
}

.sec01 h3 {
  font-family: 'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  letter-spacing: .05em;
}


.sec01 p {
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
   text-align: left; 
}
.sec01 span {
  font-size: 3rem;
  display: block;
}
.sec01 span br {
  display: none;
}


.sec01 a {
  color: #CED5D4;
  background-color: transparent;
  text-decoration: none;
}

sec01 a:visited { 
    color: #CED5D4;
	background-color: transparent;
  text-decoration: none;
}

.sec01 a:hover {
  text-decoration: none;
  color: #18E0C2; 
}



.sec01__inner {
  padding: 92px 0 30px;
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .sec01 {
    background-image: none;
  }
  .sec01 h3 {
	   font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: .8rem;
    line-height: 1;
  }
  
  .sec01 h2 {
	  font: bold 15px/1.2 'Righteous', sans-serif;
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 1.3rem;
	color: #18E0C2;
  }
    .sec01 h4 {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 1.5rem;
	color: #000;
  }
  .sec01 p {
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
	line-height: normal;
	
  }
  .sec01 span {
    font-size: 2.3rem;
    margin-top: 12px;
  }
  .sec01 span br {
    display: block;
  }

  .sec01__inner {
    padding: 45px 0;
  }
}



.sec02 .sec__lower {
 text-align: center;
 background-color: #306FDE;
 background-size: 100%;
}

.sec02 h2 {
  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  letter-spacing: 2px;

  line-height: 1.8;
  margin-bottom: 30px;
  color: #18E0C2;
}

.sec02 h4 {
  font-family:'Righteous', sans-serif;
  font-weight: bold;
  margin-bottom:5px;
  font-size: 2rem;
  color: #FFF;
}

.sec02 h3 {
  font-family: 'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 2.0;
  font-size: 4.0rem;
  margin-bottom:10px;
  color: #18E0C2;

}


.sec02 span {
  font-size: 3rem;
  display: block;
}



.sec02 p {
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  line-height: normal;
  text-align: left; 
}
.sec02 span {
  font-size: 3rem;
  display: block;
}
.sec02 span br {
  display: none;
}


.sec02 a {
  color: #CED5D4;
  background-color: transparent;
  text-decoration: none;
}

sec02 a:visited { 
    color: #CED5D4;
	background-color: transparent;
  text-decoration: none;
}

.sec02 a:hover {
  text-decoration: none;
  color: #18E0C2; 
}



.sec02__inner {
  padding: 92px 0 30px;
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .sec02 {
    background-image: none;
  }
  
      .sec02 h4 {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 1.3rem;
	color: #FFF;
  }
  
  .sec02 h3 {
	   font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size:2.5rem;
     line-height: 1.5;
	color: #18E0C2;
	margin-bottom: 10px;
  }
  
  .sec02 h2 {
	  font: bold 15px/1.2 'Righteous', sans-serif;
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 1.3rem;
	color: #18E0C2;
  }

  .sec02 p {
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
	line-height: normal;
	 text-align: left; 
  }
  .sec02 span {
    font-size: 2.3rem;
    margin-top: 12px;
  }
  .sec02 span br {
    display: block;
  }

  .sec02__inner {
    padding: 45px 0;
  }
}




.sec05 .sec__lower {
	text-align: center;
  background-color: #306FDE;
  background-size: 100%;
}

.sec05 h2 {
  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  letter-spacing: 2px;

  line-height: 1.8;
  margin-bottom: 30px;
  color: #18E0C2;
}
.sec05 p {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #FFF;
}


.sec05 a {
  color: #CED5D4;
  background-color: transparent;
  text-decoration: none;
}

sec05 a:visited { 
    color: #CED5D4;
	background-color: transparent;
  text-decoration: none;
}

.sec05 a:hover {
  text-decoration: none;
  color: #18E0C2; 
}


.sec05 span {
  font-size: 3rem;
  display: block;
}
.sec05 span br {
  display: none;
}

.sec05__inner {
  padding: 92px 0 30px;
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .sec05 {
    background-image: none;
  }
  .sec05 h2 {
	    font: bold 15px/1.2 'Righteous', sans-serif;
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
     margin-bottom: 40px;
    font-size: 1.3rem;
	color: #18E0C2;
  }
  .sec05 p {
	    font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
	line-height: normal;
  }
  .sec05 span {
	  
    font-size: 2.3rem;
    margin-top: 12px;
  }
  .sec05 span br {
    display: block;
  }
 .sec05__inner {
    padding: 45px 0;
  }
}







.sec03 .sec__lower {
 text-align: left;
 background-color: #C1C3C7;
 background-size: 100%;
}

.sec03 h2 {
  font: bold 30px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #306FDE;
  text-align: center;
}

.sec03 h4 {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 2.0;
  margin-bottom:10px;
  font-size: 2.0rem;
  color: #FFFFFF;
}

.sec03 span {
  font-size: 3rem;
  display: block;
}

.sec03 h3 {
  font-family: 'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;

}


.sec03 span {
  font-size: 3rem;
  display: block;
}
.sec03 span br {
  display: none;
}




.sec03 a {
  color: #CED5D4;
}
.sec03 a:hover {
  text-decoration: none;
  color: #18E0C2;
}

.sec03__inner {
  padding: 92px 0 30px;
  background-color: #fff;
}

 .sec03 figure {
    display: table;
    width: 100%;
  }
  .sec03 figure img {
    display: table-cell;
    width: 100px;
    margin-right: 20px;
  }
  .sec03 figcaption {
    display: table-cell;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
	color: #FFF;
  }
  .sec03 dl:first-child {
    margin-bottom: 8px;
  }
  
  
 .sec03  table {
	overflow: auto;
	border-collapse: collapse;
	padding:0;
    margin:0;
    float: left;
	width: 100%;
  }
  
  .sec03 p {
	font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #505251;
}
  
  .sec03 th, td {
	 
    border: 1px solid white;
    text-align: left;
	padding:10px 5px;
    vertical-align:middle;
	font-family:Righteous, Noto Sans JP;
	font-size:1.5em;
	font-size:15px; 
  }  
.sec03 video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.sec03 video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

  }

@media screen and (max-width: 780px) {
  .sec03 {
    background-image: none;
  }
  .sec03 h3 {
    font-size: .8rem;
    line-height: 1;
  }
  
  .sec03 h2 {
	    font: bold 15px/1.2 'Righteous', sans-serif;
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 1.3rem;
	color: #306FDE;
  }
  
 
.sec03 video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.sec03 video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

 

  
    .sec03 h4 {
		  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 1.5rem;
	color: #FFFFFF;
  }
  .sec03 p {
	    font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.5rem;
	line-height: normal;
	
  }
  .sec03 span {
    font-size: 2.3rem;
    margin-top: 12px;
  }
  .sec03 span br {
    display: block;
  }

  .sec03__inner {
    padding: 45px 0;
  }

    .sec03 figure img {
    display: table-cell;
    width: 100px;
    margin-right: 20px;
  }
  .sec03 figcaption {
    display: table-cell;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
	color: #FFF;
  }
  .sec03 dl:first-child {
    margin-bottom: 8px;
  }

}




 .sec04 p {
	  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
  }


.sec04 {
  text-align: center;
  background-color: #C1C3C7;
  color: #000;
  padding: 70px 0 105px;
}

.sec04 h2 {
  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  letter-spacing: 2px;

  line-height: 1.8;
  margin-bottom: 30px;
  color: #306FDE;
}
.sec04 span {
  font-size: 3rem;
  display: block;
}

.sec04 h3 {
font: bold 25px/1.2 'Righteous', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05em;
}
.sec04 ul {
  overflow: hidden;
  margin: 30px 0 0 -29px;
  display: inline-block;
}
.sec04 li {
  float: left;
  margin: -100px 0 0 29px;
  padding-top: 100px;
}
.sec04 figcaption {
  margin-top: 40px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #FFF;
}
.sec04 a {
  color: #306FDE;
}
.sec04 a:hover {
  text-decoration: none;
  color: #505251;
}
.sec04 dl:first-child {
  margin-bottom: 10px;
}
.sec04 dt {
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 780px) {

  .sec04 h3 {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  .sec04 h2 {
	    font: bold 15px/1.2 'Righteous', sans-serif;
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 1.3rem;
	color: #306FDE;
  }
    .sec04 span {
    font-size: 2.3rem;
    margin-top: 12px;
  }
  
  .sec04 ul {
    margin: 35px 0 0;
    width: 90%;
  }
  .sec04 li {
    text-align: left;
    float: none;
    margin: 0 0 30px;
    padding-top: 0;
  }
  .sec04 figure {
    display: table;
    width: 100%;
  }
  .sec04 figure img {
    display: table-cell;
    width: 100px;
    margin-right: 20px;
  }
  .sec04 figcaption {
    display: table-cell;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
	color: #FFF;
  }
  .sec04 dl:first-child {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 320px) {
  .sec h3, .sec04 h3 {
    font-size: 2.8rem;
  }
}



.modal-overlay {
    z-index:2; /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(18,19,19,  .5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:3; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:20px;
    background:#DDF2FA}
.modal-content img {width:auto; max-height:75vh}
.modal-content h2 {font-size:120%; margin-bottom:0.5em; text-align:center;}
.modal-content p {max-width:565px; text-align:left; line-height: normal;}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:10px;
    right:10px;
    color:#306FDE;
    font-size:20px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/

@media screen and (max-height: 640px) {
	.modal-content {padding:10px}
	.modal-content h2 {font-size:100%; margin-bottom:3px; text-align:center; }
	.modal-content p {font-size:75%;width:70%; margin:auto; overflow:scroll;}
	a.modal-close:hover {opacity:1}
}

@media screen and (max-width: 640px) {
	.modal-content {padding:10px}
	.modal-content img {max-height:inherit; height:auto; overflow:scroll;}
	.modal-content p {font-size:75%; width:100%;}
	a.modal-close:hover {opacity:1}
}




.sec06 {
 background-color: #C1C3C7;
  text-align: center;
  padding: 70px 0 105px;
}

.sec06 h2 {
  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.8;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #306FDE;
}

.sec06 h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
   font-size: 1.3rem;
     line-height: 1.5;
  color: #FFF;
}


.sec06 h4 {
  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
  font-weight: 600;
  line-height: 2.0;
  margin-bottom: 10px;
  font-size: 2.0rem;
  color: #306FDE;
}


.sec06 span {
  font-size: 3rem;
  display: block;
}

.sec06 ul {
  overflow: hidden;
  margin: 30px 0 0 -29px;
  display: inline-block;
}
.sec06 li {
  float: left;
  margin: -100px 0 0 29px;
  padding-top: 100px;
}
.sec06 figcaption {
  margin-top: 40px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #FFF;
}
.sec06 a {
  color: #306FDE;
}
.sec06 a:hover {
  text-decoration: none;
  color: #18E0C2;
}
.sec06 dl:first-child {
  margin-bottom: 10px;
}
.sec06 dt {
  font-weight: bold;
  color: #FFF;
}




@media screen and (max-width: 780px) {

  .sec06 h3 {
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  
  .sec06 h2 {
	    font: bold 15px/1.2 'Righteous', sans-serif;
	  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 1.3rem;
	color: #306FDE;
  }
    .sec06 h4 {
 font: bold;
font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 2rem;
	color: #306FDE;
  }
    .sec06 span {
    font-size: 2.3rem;
    margin-top: 12px;
  }
  
  .sec06 ul {
    margin: 35px 0 0;
    width: 90%;
  }
  .sec06 li {
    text-align: left;
    float: none;
    margin: 0 0 30px;
    padding-top: 0;
  }
  .sec06 figure {
    display: table;
    width: 100%;
  }
  .sec06 figure img {
    display: table-cell;
    width: 100px;
    margin-right: 20px;
  }
  .sec06 figcaption {
    display: table-cell;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
	color: #FFF;
  }
  .sec06 dl:first-child {
    margin-bottom: 8px;
  }
   .sec06 p {
	    font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
	color: #505251;
	line-height: normal;
  }
}

@media screen and (max-width: 320px) {
  .sec h3, .sec06 h3 {
    font-size: 2.8rem;
  }
}

.modal-overlay {
    z-index:2; /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(18,19,19,  .5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:3; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:20px;
    background:#DDF2FA}
.modal-content img {width:auto; max-height:75vh}
.modal-content h2 {font-size:120%; margin-bottom:0.5em; text-align:center; }
.modal-content p {max-width:565px; text-align:left; line-height: normal;}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:10px;
    right:10px;
    color:#306FDE;
    font-size:20px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/

@media screen and (max-height: 640px) {
	.modal-content {padding:10px}
	.modal-content h2 {font-size:100%; margin-bottom:3px; text-align:center;}
	.modal-content p {font-size:75%;width:70%; margin:auto; overflow:scroll;}
	a.modal-close:hover {opacity:1}
}

@media screen and (max-width: 640px) {
	.modal-content {padding:10px}
	.modal-content img {max-height:inherit; height:auto; overflow:scroll;}
	.modal-content p {font-size:75%; width:100%;}
	a.modal-close:hover {opacity:1}
}





.sec07 {
  text-align: center;
  padding: 130px 0 105px;
  background-color: #306FDE;
  color: #FFF;
}


.sec07 h2 {
  font: bold 50px/1.2 'Righteous', sans-serif;
  font-family: 'Righteous', sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #18E0C2;
}

.sec07 h4 {
  font: bold 40px/1.2 'Righteous', 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 2.0;
  margin-bottom: 10px;
  font-size: 2.0rem;
   color: #18E0C2;
}

.sec07 span {
  font-size: 3rem;
  display: block;
}

.sec07 h3 {
  font: bold 2.5px/1.2 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  letter-spacing: .05em;
   color: #FFF;
}
.sec07 ul {
  overflow: hidden;
  margin: 30px 0 0 -29px;
  display: inline-block;
}
.sec07 li {
  float: left;
  margin: -100px 0 0 29px;
  padding-top: 100px;
}
.sec07 figcaption {
  margin-top: 40px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #FFF;
}
.sec07 a {
  color: #CED5D4;
}
.sec07 a:hover {
  text-decoration: none;
  color: #18E0C2;
}
.sec07 dl:first-child {
  margin-bottom: 10px;
}
.sec07 dt {
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 780px) {
	
  .sec07 {
    padding: 80px 0 38px;
  }

  .sec07 h2 {
	    font: bold 15px/1.2 'Righteous', sans-serif;
	    font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
	    font-family: 'Righteous', sans-serif;
    line-height: 1.3;
    font-size: 1.3rem;
	color: #18E0C2;
  }
    .sec07 h3 {
	    font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    line-height: 1;
  }
  
    .sec07 h4 {
		 font: bold;
		  font-family:'Righteous', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 2rem;
	color: #18E0C2;
  }
    .sec07 span {
    font-size: 2.3rem;
    margin-top: 12px;
  }
  
  .sec07 ul {
    margin: 35px 0 0;
    width: 90%;
  }
  .sec07 li {
    text-align: left;
    float: none;
    margin: 0 0 30px;
    padding-top: 0;
  }
  .sec07 figure {
    display: table;
    width: 100%;
  }
  .sec07 figure img {
    display: table-cell;
    width: 100px;
    margin-right: 20px;
  }
  .sec07 figcaption {
    display: table-cell;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
	color: #FFF;
  }
  .sec06 dl:first-child {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 320px) {
  .sec h3, .sec07 h3 {
    font-size: 2.8rem;
  }
}

.modal-overlay {
    z-index:2; /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(18,19,19,  .5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:3; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:20px;
    background:#DDF2FA}
.modal-content img {width:auto; max-height:75vh}
.modal-content h2 {font-size:120%; margin-bottom:0.5em; color:#306FDE;text-align:center; }
.modal-content p {max-width:565px; text-align:left; color:#505251; }
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:10px;
    right:10px;
    color:#306FDE;
    font-size:20px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/

@media screen and (max-height: 640px) {
	.modal-content {padding:10px}
	.modal-content h2 {font-size:100%; margin-bottom:3px; text-align:center;}
	.modal-content p {font-size:75%;width:70%; margin:auto; overflow:scroll;}
	a.modal-close:hover {opacity:1}
}

@media screen and (max-width: 640px) {
	.modal-content {padding:10px}
	.modal-content img {max-height:inherit; height:auto; overflow:scroll;}
	.modal-content p {font-size:75%; width:100%;}
	a.modal-close:hover {opacity:1}
}





table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #608AD4}


/* =footer
----------------------------------------------- */
.l-footer {
  text-align: center;
  padding-bottom: 135px;
  background-color: #000;
}
.l-footer .report {
  margin-bottom: 120px;
  overflow: hidden;
}
.l-footer .report li {
  float: left;
  position: relative;
  height: 170px;
  width: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.l-footer .report li:first-child {
  background-image: url("/common/special/others/160706_party2016/images/bg_report01.jpg");
  text-align: right;
}
.l-footer .report li:first-child a {
  padding-right: 100px;
}
.l-footer .report li:first-child:hover span {
  opacity: .6;
}
.l-footer .report li:last-child {
  background-image: url("/common/special/others/160706_party2016/images/bg_report02.jpg");
  text-align: left;
}
.l-footer .report li:last-child a {
  padding-left: 100px;
}
.l-footer .report li:last-child:hover span {
  opacity: .6;
}
.l-footer .report a {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  padding-top: 85px;
  font-size: 2.4rem;
  font-family: Righteous, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer .report span {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
}
.l-footer aside img {
  width: 170px;
}
.l-footer aside a:hover {
  opacity: .7;
}
.l-footer .sns {
  overflow: hidden;
  display: inline-block;
  margin-top: 65px;
}
.l-footer .sns li {
  float: left;
  margin: 0 30px;
}
.l-footer .sns a:hover {
  opacity: .7;
}

@media screen and (max-width: 780px) {
  .l-footer {
    padding-bottom: 45px;
  }
  .l-footer .report {
    margin-bottom: 48px;
  }
  .l-footer .report li {
    float: none;
    height: 88px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .l-footer .report li:first-child {
    text-align: center;
  }
  .l-footer .report li:first-child a {
    padding-right: 0;
  }
  .l-footer .report li:last-child {
    text-align: center;
  }
  .l-footer .report li:last-child a {
    padding-left: 0;
  }
  .l-footer .report a {
    padding-top: 43px;
    font-size: 1.8rem;
  }
  .l-footer aside img {
    width: 135px;
  }
  .l-footer .sns {
    margin-top: 25px;
  }
  .l-footer .sns li {
    margin: 0 13px;
  }
}
/*===============================================
hero area
=============================================== */
.hero {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55.5555%;
  overflow: hidden;
}

.hero__container {
  left: 50%;
  height: 100%;
  min-width: 1440px;
  min-height: 800px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero__container,
.hero canvas {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.hero canvas {
  left: 0;
  background-color: #000;
}

.hero__contents {
  width: 100%;
  position: absolute;
  left: 50%;
  z-index: 200;
  text-align: center;
  top: 54%;
  -webkit-transform: translate3d(-50%, -64.5%, 0);
  transform: translate3d(-50%, -64.5%, 0);
}

/* @media screen and (min-width: 1600px) {
  .hero__contents {
    top: 50%;
    transform: translate3d(-50%, -64.5%, 0);
  }
} */
.hero__lead--2 {
  margin-top: 1.8rem;
}

.hero__lead--3 {
  margin-top: -7.4rem;
}

.hero__texts {
  font-family: 'Righteous', sans-serif;
  margin-top: -6.9rem;
  letter-spacing: 0.1em;
  color: #FFF;
}

.hero__text {
  text-transform: uppercase;
  color: #FFF;
}

.hero__text--1 {
  font-size: 3rem;
  line-height: 1.2;
  color: #FFF;
}

.hero__text--2 {

  font-family: 'Righteous', sans-serif;
  font-size: 2rem;
  margin-top: .2rem;
  color: #FFF;
}

.hero__text--2 a {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
}

.hero__text--2 a:visited { 
    color: #FFF;
	background-color: transparent;
  text-decoration: none;
}

.hero__text--2 a:hover {
  text-decoration: none;
  color: #18E0C2; 
}


.hero__leads,
.hero__texts {
  opacity: 0;
}

@media screen and (max-width: 780px) {
  .hero__container {
    width: 972px;
    min-width: inherit;
    min-height: inherit;
    overflow: hidden;
    margin: 0 auto;
  }

  .hero canvas {
    width: 972px;
  }

  .hero__contents {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    top: 4.5rem;
  }

  .hero__lead--1 img {
    width: 6.8%;
  }

  .hero__lead--2 {
    margin-top: .8rem;
  }
  .hero__lead--2 img {
    width: 14.4%;
  }

  .hero__lead--3 {
    margin-top: -8.1rem;
  }
  .hero__lead--3 img {
    max-width: 375px;
	
  }

  .hero__text--1 {
    font-size: 2rem;
    line-height: 1.35;
    margin-top: 6.8rem;
	color: #FFF;
  }

  .hero__text--2 {
    font-size: 1.5rem;
    line-height: 1.33333;
    margin-top: 1.2rem;
	color: #FFF;
  }
}
/*===============================================
module
=============================================== */
/* common class */
.brlh {
  line-height: 1.5em;
}

/* responsive display */
.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}
/* layout */
.l-container {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 780px) {
  .l-container {
    width: 90%;
  }
}
/* video */
.video {
  margin: 75px 0 80px;
  position: relative;
  background-color: #000;
  cursor: pointer;
}
.video:after {
  content: ' ';
  background-image: url("/common/special/others/160706_party2016/images/btn_play.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 120px;
}
.video.is-active:after {
  display: none;
}

.poster {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}
.poster:hover {
  opacity: .5;
}

@media screen and (max-width: 780px) {
  .video {
    margin: 30px 0 40px;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video:after {
    background-size: cover;
    width: 60px;
    height: 60px;
  }
  .video iframe,
  .video object,
  .video embed,
  .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* album infos */
.album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.album figure {
  margin-right: auto;
}
.album figcaption {
  text-transform: uppercase;
  padding: 20px 90px 0 0;
  text-align: center;
  font-family: Righteous, sans-serif;
  letter-spacing: .05em;
}

.album__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 675px;
  height: 207px;
  margin-top: -.5em;
}
.album__txt ul {
  margin-top: auto;
}

@media screen and (max-width: 780px) {
  .album {
    display: block;
  }
  .album figure img {
    width: 50%;
  }
  .album figcaption {
    font-size: 1.8rem;
    padding: 44px 0 0;
    text-align: left;
  }

  .album__txt {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .5em;
  }
  .album__txt ul {
    margin-top: 34px;
  }
}
/* buttons */
.btn li {
  display: inline-block;
  margin-right: 18px;
}
.btn a {
  font-size: 1.3rem;
  letter-spacing: .05em;
  font-family: 'Righteous', sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 21px;
  padding: 17px 0 6px;
  width: 160px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: background-color color;
  transition-property: background-color color;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}
.btn a:hover {
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .btn li {
    width: 47.5%;
    margin-right: 0;
  }
  .btn li:last-child {
    float: right;
  }
  .btn a {
    width: 100%;
  }
}
.sec01 .btn a:hover {
  color: #de155c;
}

.sec02 .btn a:hover {
  color: #311263;
}

.sec03 .btn a:hover {
  color: #438d66;
}
