
@charset "UTF-8";
@import url("reset.css");

/* Base
   ----------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  background: #FFF;
  height: 100%;
  margin: 0;
}
img {
  vertical-align: bottom;
}
#wrapper {
 width: 100%;
 height: 100%;
}
#container {
 margin: 0 auto;
 height: 100%;
 text-align: center;
}
@media screen and (max-width: 680px) {
  #container {
    min-width:auto;
  }
}

@font-face {
  font-family: 'Nico Moji';
  src: url(nicomoji-plus_1.11.ttf);
}
.wf-nicomoji {
  font-family: "Nico Moji";
  font-size: 25px;
}
@media screen and (max-width: 680px) {
  .wf-nicomoji {
    font-size: 22px;
  }
}

.display_sp {
  display: none;
}
@media screen and (max-width: 680px) {
  .display_sp {
    display: block;
  }
}

/**
 * Header
 */
#header {
 position: relative;
 height: 100%;
 width: 100%;
 margin:0 auto;
 background-image: url(../images/top/bg.jpg);
 background-position: top center;
 background-repeat: no-repeat;
 background-size: cover;
}
.header__thai {
  position: absolute;
  top:0;
  left:100px;
}
.header__logo {
  position: absolute;
  display: block;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent:-9898px;
  font-size: 0px;
  line-height: 0px;
  width: 617px;
  height: 310px;
  background: url(../images/top/PC_logo.png) no-repeat top center;
  background-size: 100%;
}
@media screen and (max-width: 680px) {
  .header__thai {
    margin: 0 auto;
    right:0;left: 0;top: 0;
  }
  .header__logo {
    width: 100%;
    background: url(../images/top/SP_logo.png) no-repeat top center;
    background-size: contain;
  }
}

/**
 * Section
 */
section {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 41px;
  text-align: center;
  padding-top: 60px;
  width: 100%;
}

.info__headline {
  width: 700px;
  height: auto;
  text-align: center;
  position: absolute;
  top: -120px;left: 0;right: 0;
}
@media screen and (max-width: 680px) {
  h1 {
    font-size: 24px;
  }
  .info__headline {
    width: 100%;
    top: -90px;
  }
}

/**
 * Campaign
 */
#campaign {
  height: 540px;
  width: auto;
  margin: 0 auto;
  background:
    url(../images/campaign/i-1_1.png) no-repeat top 0px left 0px,
    url(../images/campaign/_i-4_2.png) no-repeat top 180px left 0px,
    url(../images/campaign/i-4_3.png) no-repeat top 360px left 0px,
    url(../images/campaign/i-4_1.png) no-repeat top 0px right 0px,
    url(../images/campaign/i-4_2.png) no-repeat top 180px right 0px,
    url(../images/campaign/i-1_2.png) no-repeat top 360px right 0px;
  background-size: 268px 180px;
  box-shadow: 1px 1px 3px #ddd;
}

.campaign__info {
  width: 700px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.campaign__info h1 {
  line-height: 1.4;  
  color: #D6AC00;  
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  padding-top: 180px;
}

p.campaign__info__copy {
  font-size: 16px;
}

.campaign__info p {
  font-size: 14px;
  line-height: 1.6;
  padding: 25px 55px 0;
}

.campaign__info .info__headline {
  /*background: url(../images/campaign/PC_2nd.png) no-repeat center top;*/
}

@media screen and (max-width: 680px) {
  h1{
    padding-top: 30px;
  }
  #campaign {
    width: 100%;
    min-width: 0;
    height: 680px;
    background:
      url(../images/campaign/i-1_2.png) no-repeat center top,
      url(../images/campaign/i-4_2.png) no-repeat center calc(0% + 266px),
      url(../images/campaign/sp_i-3.png) no-repeat center calc(0% + 532px);
    background-size: 100% 270px;
  }
  .campaign__info {
    width: calc(100% - 30px);
    height: 530px;
    background-color: #fff;
    top: 90px;
    background-color: #fff;
    border-radius: 0.4em;
  }
  .campaign__info h1 {
    padding-top: 120px;
    font-size: 20px;
  }
  .campaign__info p{
    font-size: 14px;
    padding: 25px 15px 0;
    line-height: 1.2;
  }
}

/**
 * Ambassador Area
 */
#ambassador {
  width: 800px;
  margin: 0 auto;
}

.ambassador_title {
  max-width: 80%;
  margin: 25px 80px;
}

.line_img {
  margin-top: -15px;
}

.ambassador_description {
  text-align: left;
  line-height: 25px;
  font-size: 14px;
  margin: -10px 130px 10px 130px;
}

.ambassador_period {
  margin: 20px 80px 50px 80px;
  padding: 15px 20px 15px 20px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #d1d1d1;
  border-radius: 15px;
}

.student_left,
.student_right {
  height: 300px;
  margin: 20px 10px 0 10px;
}

.student_left .studentInfo_left {
  width: 40%;
  float: left;
}

.student_right .studentInfo_right {
  width: 40%;
  float: right;
}

.student_left .studentInfo_right {
  width: 50%;
  float: right;
  margin-right: 50px;
}

.student_right .studentInfo_left {
  width: 50%;
  float: left;
  margin-left: 50px;
}

.student_left .studentInfo_left img,
.student_right .studentInfo_right img {
  width: 75%;
}

.student_left .studentInfo_right h3,
.student_right .studentInfo_left h3 {
  text-align: left;
  margin: 15px 0px 20px 0px;
  font-weight: bold;
}

.question1,
.question2,
.question3 {
  color: #D6AC00;
  text-align: left;
  margin: 20px 0px 10px 0px;
  font-size: 14px;
}

.answer1,
.answer2,
.answer3 {
  text-align: left;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
}

.btn_twitter,
.btn_insta {
  border-radius: 5px;
  padding: 3% 0;
  width: 30%;
  display: inline-block;
  float: left;
}

.btn_twitter a,
.btn_insta a {
  color: white;
  display: block;
  font-size: 14px;  
}

.btn_twitter {
  background: #55acee;
  position: relative;
  margin: -10px 5px 0px 55px;
}

.btn_insta {
  margin: -10px 45px 0px 10px;
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  text-decoration:none;/*下線は消す*/  
}

.btn_insta:before {/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

@media screen and (max-width: 680px) {
  #ambassador {
    width: 100%;
    margin: 0 auto;
  }

  .ambassador_title {
    max-width: 100%;
    margin: 10px 0px;
  }

  .ambassador_description {
    margin-left: 30px;
    margin-right: 30px;
  }

  .ambassador_period {
    margin: 20px 10px 50px 10px;
    padding: 12px 12px;
    font-size: 12px;
    border-radius: 12px;
  }

  .student_left,
  .student_right {
    height: 500px;
    margin-top: 20px;
  }

  .student_left .studentInfo_left,
  .student_right .studentInfo_right {
    width: 100%;
    float: left;
  }

  .student_left .studentInfo_right,
  .student_right .studentInfo_left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .student_left .studentInfo_right h3,
  .student_right .studentInfo_left h3 {
    text-align: center;
  }

  .btn_insta {
    margin-left: 10px; 
  }

}

/**
 * Overview
 */
#overview{
  width: 800px;
  margin-bottom: 40px;
}

.overview__copy{
  margin: 10px 70px 20px 70px; 
  font-size: 14px;
  line-height: 1.6;
  text-align: left;  
}

iframe{
  width: 90%;
  height: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 680px) {
  iframe{
    height: 200px;
  }
}

h2{
    font-size: 16px;
    font-weight: bold;  
    margin-bottom: 5px;
    color: #D6AC00;    
}

html{
  font-family: YuGothic, sans-serif;
}

.line{
  margin-top: -20px;
}

.l{
  margin-right: 0;
}

.btn a,
.btn_50 a{
  color: white;
  display: block;
  font-size: 14px;  
}

.btn_50 {
  background: #55acee;
}

.insta{
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  text-decoration:none;/*下線は消す*/  
}

.insta:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.cv{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10;
    line-height: 1.6;
    font-weight: bold;  
    color: white;
}

.cv a{
  color: white;
  display: block;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 4px #D6AC00;
  border-right: solid 4px #D6AC00;
  color: #D6AC00;
  background: white;
  transition: .4s;  
}

.left{
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  html,body{
    width: 100%;
    overflow-x: hidden;    
  }

  #overview{
    width: 100%;
  }

  .overview__copy{
    margin: 10px 20px 20px 20px; 
    padding: 10px;
    text-align: left;
    box-sizing: border-box;    

  }
  .overview__copy{
    margin-top: 0;
  }
  .l, .btn_bottom{
    margin-bottom: 20px;    
  }
  .btn_bottom_last{
    margin-bottom: 100px;    
  }
  .cv{
    display: none;
  }
  html {
    -webkit-overflow-scrolling: touch;
  }
  #header{
    -webkit-perspective: 500px;
    perspective: 500px;
  }
}

.map_link{
  margin-top: 10px;
  display: block;
  text-align: left;
  font-size: 14px;
  text-decoration: underline;
  color: #515151;
}

/**
 * Footer
 */
footer {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  text-align:center;
}
footer a {
  color: #FFF;
}
footer p{
  width: 100%;
  line-height: 36px;
}
.footer__requirements {
  height: 340px;
  width: 100%;
  background-image: url(../images/footer/f-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.footer__requirements img {
  margin: 0 auto;
  display: block;
  padding: 50px 0;
}
.footer__logo {
  margin: 0 auto;
  padding: 50px 0;
  text-indent:-9898px;
  font-size: 0px;
  line-height: 0px;
  height: 250px;
  background: url(../images/footer/PC_f-logo.png) no-repeat center;
}
.footer__requirements-btn {
  background-color: #D83419;
  font-size: 17px;
  padding: 10px 65px;
  border: 1px solid #D83419;
  border-radius: 0.6em;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .footer__requirements {
    width: 100%;
    background-image: url(../images/footer/SP_f-bg.png);
  }
  .footer__logo {
    /*width: 305px;
    height: 217px;*/
    width: 80%;
    background: url(../images/footer/SP_f-logo.png) no-repeat center;
    background-size: contain;
  }
}

/**
 * Modal
 */
.modal > label {
  background: #FFD300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.modal-overlay {
  background-color:rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align:center;
  overflow: scroll;
}
.modal-wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 200px);
  padding: 0 100px;
  margin: 50px 0;
}
.modal-wrap p {
  color: #fff;
  margin-top: 20px;
  text-align: left;
  line-height: 1.4;
  font-size: 13px;
}
.modal-trigger {
  color: #FFD300;
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  position: absolute;
  right: 50px;
  top: -20px;
}
@media screen and (max-width: 680px) {
  .modal-wrap {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 40px 0;
  }
  .modal-trigger {
    right: 0;
    top: 0;
    position: relative;
    display: block;
    text-align: right;
  }
}
.modal input {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}
.modal-overlay {
  opacity:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  /*z-index: -999;*/
  display: none;
}

.modal input:checked ~ .modal-overlay {
  opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1);
  z-index: 999;
  display: block;
}

/**
 * Animation
 */
.header__logo-mv{
  transition: 0.5s;
  transform: scale(0, 0) rotateY(180deg);
  -webkit-transform: scale(0, 0) rotateY(180deg);
}
.mv04{
  transform: scale(1, 1) rotateY(360deg);
  -webkit-transform: scale(1, 1) rotateY(360deg);
  z-index: 100;
}


.mvsns{
  transition: 1.5s;
  transform:rotateY(0deg);
  -webkit-transform:rotateY(0deg);
}
.mv05{
  transform:rotateY(360deg);
  -webkit-transform:rotateY(360deg);
}

.list-mv07{
  transition: 1.5s;
  opacity: 0;
  transform: translate(-60px,0);
  -webkit-transform: translate(-60px,0);
}
.mv07{
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}

.mventry{
  transition: 1.5s;
  opacity: 0;
  transform: translate(0,60px);
  -webkit-transform: translate(0,60px);
}
.mv08{
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}

.anim1 {
  -webkit-animation: 1.5s forwards anim1;
  animation: 1.5s forwards anim1;
}
@-webkit-keyframes anim1 {
  0% {
      -webkit-transform: translate(0, 30px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
  }
}
@keyframes anim1 {
  0% {
      transform: translate(0, 30px);
      opacity: 0;
  }
  100% {
      transform: translate(0, 0);
      opacity: 1;
  }
}
