@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

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

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.inner {
  max-width: 1030px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
==================================================== */
.main-head {
  position: relative;
  background: url(../images/kv.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative;
}
.main-head:after {
  content: "";
  display: block;
  border-top: 4vw solid transparent;
  border-left: 12vw solid transparent;
  border-right: 12vw solid #fff100;
  border-bottom: 4vw solid #fff100;
  position: absolute;
  bottom: 0;
  right: 0;  
}
.main-head:before {
  content: "";
  display: block;
  border-top: 4vw solid #fff100;
  border-left: 12vw solid #fff100;
  border-right: 12vw solid transparent;
  border-bottom: 4vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;  
}
.main-head .headBox {
  width: 832px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-head .headBox h1 {
  padding-top: 70px;
}
.main-head .headBox p.pic {
  position: absolute;
  bottom: 55px;
  right: 20px;
}
.main-head .headBox #tiktokLink {
  margin: 40px 0;
  background: #000;
  width: 400px;
  border-radius:100px;
  box-sizing: border-box;
  padding: 15px;
}
.main-head .headBox #tiktokLink .btn {
  width: 80px;
  height: 80px;
  float: left;
}
.main-head .headBox #tiktokLink .text {
  width: 250px;
  font-size: 16px;
  color: #25f4ee;
  text-align: center;
  font-weight: bold;
  float: left;
  margin-left: 15px;
}
.main-head .headBox #tiktokLink .text p.title {
  margin-bottom: 10px;
}
@media screen and (max-width: 816px) {
  .main-head {
    position: relative;
    background: url(../images/kv_sp.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: auto;
    min-height: 650px;
    position: relative;
  }
  .main-head:after {
    border-top: 6vw solid transparent;
    border-left: 15vw solid transparent;
    border-right: 15vw solid #fff100;
    border-bottom: 6vw solid #fff100;
  }
  .main-head:before {
    border-top: 6vw solid #fff100;
    border-left: 15vw solid #fff100;
    border-right: 15vw solid transparent;
    border-bottom: 6vw solid transparent;
  }
  .main-head .headBox {
    width: 100%;
    display: block;
    padding: 0 0 50px;
  }
  .main-head .headBox h1 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .main-head .headBox p.pic {
    position: static;
    margin: 25px auto;
    width: 50%;
  }
  .main-head .headBox #tiktokLink{
    width: 94%;
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 0px 10px 10px;
  }
  .main-head .headBox #tiktokLink .btn {
    width: 15%;
    height: auto;
    margin-top: 1px;
  }
  .main-head .headBox #tiktokLink .btn img {
    width: 44px;
    height: 44px;
  }
  .main-head .headBox #tiktokLink .text {
    width: 80%;
    text-align: left;
    margin-left: 0;
    float: left;
  }
  .main-head .headBox #tiktokLink .text p.title {
    float: left;
    height: 45px;
    margin: 2px 0 0 0;
  }
  .main-head .headBox #tiktokLink .text p.title img {
    width: auto;
    height: 100%;
  }
  .main-head .headBox #tiktokLink .text p.lead {
    width: 76%;
    font-size: 13px;
    float: left;
    margin: 8px 0 0 5px;
    line-height: 1.5em;
  }
  #gigyaShare {
    width: auto;
    transform: scale(0.8);
    position: absolute;
    bottom: 15px;
    left: 0;
  }

}
@media screen and (max-width: 375px) {
  .main-head .headBox #tiktokLink .text p.lead {
    width: 70%;
    font-size: 11px;
    margin: 10px 0 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .main-head .headBox #tiktokLink .text p.lead {
    width: 71%;
    font-size: 10px;
    margin: 10px 0 0 5px;
  }
  #gigyaShare {
    width: 110%;
    transform: scale(.8);
    position: absolute;
    bottom: 0;
    left: -5%;
  }
}

#introduction {
  background: #049ad9;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 100px 0 13vw;
}
#introduction:after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: 0;
  border-top: 6.5vw solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #243379;
  border-bottom: 6.5vw solid #243379;
}
#introduction:before {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: 0;
  border-top: 4vw solid transparent;
  border-left: 50vw solid #fff100;
  border-right: 50vw solid transparent;
  border-bottom: 4vw solid #fff100;
}
#introduction h2 {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.1em;
}
#introduction .col1 {
  padding-top: 50px;
  width: 90%;
  max-width: 1140px;
  float: right;
  overflow: hidden;
  min-height: 540px;
  background-position-x: 168%;
  position: relative;
}
#introduction .col1 h2 {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
}
#introduction .col1 h2 span{
  font-size: 28px;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}

#introduction .col1 p.lead {
  width: 60%;
  max-width: 370px;
  position: absolute;
  left: 0;
  bottom: 30px;
  line-height: 2em;
  letter-spacing: .1rem;
  font-weight: bold;
}
#introduction .col1 p.pic {
  text-align: right;
  margin-right: -185px;
}
#introduction .col2 {
  padding-top: 50px;
  width: 90%;
  max-width: 1140px;
  float: left;
  min-height: 540px;
  background-position-x: -10%;
  position: relative;
}
#introduction .col2 h2 {
  width: auto;
  width: 70%;
  position: absolute;
  text-align: left;
  right: -245px;
  top: 160px;
}
#introduction .col2 h2 span {
  font-size: 38px;
  display: block;
  line-height: 1.3em;
  margin-left: -0.5em;
}
#introduction .col2 p.lead {
  width: 80%;
  position: absolute;
  left: 235px;
  bottom: 100px;
  line-height: 2em;
  letter-spacing: .1rem;
  font-weight: bold;
}
#introduction .col2 p.pic {
  text-align: left;
  margin-left: -50px;
  padding-bottom: 200px;
}
@media screen and (max-width: 816px) {
  #introduction {
    padding: 50px 0;
  }
  #introduction .col1 {
    padding-top: 50px;
    width: 100%;
    float: none;
    min-height: auto;
    margin: 0 0 50px;
    padding-top: 0;
  }
  #introduction .col1 h2 {
    width: 100%;
    position: static;
    font-size: 32px;
    margin-left: 5%;
    line-height: 1.5em;
  }
  #introduction h2 span{
    line-height: 1em;
  }
  #introduction .col1 h2 span {
    font-size: 14px;
  }
  #introduction .col1 p.lead {
    width: 90%;
    max-width: 100%;
    position: static;
    bottom: 100px;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 5%;
  }
  #introduction .col1 p.pic {
    width: 115%;
    text-align: left;
    margin-left: -2%;
  }
  #introduction .col2 {
    padding-top: 50px;
    width: 100%;
    float: none;
    min-height: auto;
    margin: 0 0 0;
    padding-top: 0;
  }
  #introduction .col2 h2 {
    width: 90%;
    position: static;
    font-size: 32px;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.5em;
    text-align: left;
  }
  #introduction .col2 h2 span {
    font-size: 28px;
  }
  #introduction .col2 p.lead {
    width: 90%;
    max-width: auto;
    position: static;
    bottom: 100px;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 5%;
  }
  #introduction .col2 p.pic {
    width: 108%;
    text-align: left;
    margin-left: -9%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  #introduction .col1 h2,
  #introduction .col2 h2 {
    font-size: 30px;
  }
}
#messages {
  width: 100%;
  background: #243379;
  padding:100px 0 50px;
}
#messages #messageBox {
  background: #fff;
  width: 90%;
  padding: 45px 40px 50px;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
#messages #messageBox .inner2:after,
#messages #messageBox .inner2:before,
#messages #messageBox .inner3:after,
#messages #messageBox .inner3:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: #243379;
  position: absolute;
  top: 0px;
  left: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-right: 20px solid #fff;
  z-index: 10;
}
#messages #messageBox .inner2:before {
  right: 0;
  left: auto;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-right: 20px solid transparent;
}
#messages #messageBox .inner3:after{
  bottom: 0;
  top: auto;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
#messages #messageBox .inner3:before{
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
#messages #messageBox .inner1:before,
#messages #messageBox .inner1:after,
#messages #messageBox:before,
#messages #messageBox:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-top: 16px solid #049ad9;
  border-left: 16px solid #049ad9;
  border-bottom: 16px solid transparent;
  border-right: 16px solid transparent;
  z-index: 11;
}
#messages #messageBox .inner1:after {
  left: auto;
  right: 4px;
  border-top: 16px solid #049ad9;
  border-left: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #049ad9;
}
#messages #messageBox:before {
  bottom: 4px;
  top: auto;
  border-top: 16px solid transparent;
  border-left: 16px solid #049ad9;
  border-bottom: 16px solid #049ad9;
  border-right: 16px solid transparent;
}
#messages #messageBox:after {
  left: auto;
  right: 4px;
  bottom: 4px;
  top: auto;
  border-top: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #049ad9;
  border-right: 16px solid #049ad9;
}
#messages #messageBox p.text {
  max-width: 520px;
  text-align: left;
  font-size: 16px;
  color: #000;
  margin: 40px auto 20px;
  line-height: 2em;
}
#messages #messageBox p.btn a {
  display: block;
}
@media screen and (max-width: 816px) {
  #messages {
    padding: 50px 0;
  }
  #messages #messageBox {
    padding: 10% 6%;
  }
  #messages #messageBox h2{
    height: 24px;
    margin-bottom: 25px;
  }
  #messages #messageBox h2 img {
    height: 100%;
    width: auto;
  }
  #messages #messageBox p.text {
    font-size: 12px;
    margin: 20px auto 20px;
  }
  #messages #messageBox .inner2:after,
  #messages #messageBox .inner2:before,
  #messages #messageBox .inner3:after,
  #messages #messageBox .inner3:before {
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid #fff;
    z-index: 10;
  }
  #messages #messageBox .inner2:before {
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
  }
  #messages #messageBox .inner3:after{
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
  }
  #messages #messageBox .inner3:before{
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  #messages #messageBox .inner1:before,
  #messages #messageBox .inner1:after,
  #messages #messageBox:before,
  #messages #messageBox:after {
    top: 2px;
    left: 2px;
    border-top: 13px solid #049ad9;
    border-left: 13px solid #049ad9;
    border-bottom: 13px solid transparent;
    border-right: 13px solid transparent;
    z-index: 11;
  }
  #messages #messageBox .inner1:after {
    left: auto;
    right: 2px;
    border-top: 13px solid #049ad9;
    border-left: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #049ad9;
  }
  #messages #messageBox:before {
    bottom: 2px;
    top: auto;
    border-top: 13px solid transparent;
    border-left: 13px solid #049ad9;
    border-bottom: 13px solid #049ad9;
    border-right: 13px solid transparent;
  }
  #messages #messageBox:after {
    left: auto;
    right: 2px;
    bottom: 2px;
    top: auto;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #049ad9;
    border-right: 13px solid #049ad9;
  }
}

#messages #tiktokBox {
  padding: 40px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #000;
  text-align: center;
}
#messages #tiktokBox h2 {
  margin-bottom: 40px;
}
#messages #tiktokBox .snsBox {
  float: left;
  width: 325px;
}
.snsBox .tiktok-embed {
  margin: 0!important;
}
#messages #tiktokBox .text {
  width: 52%;
  font-size: 16px;
  text-align: left;
  line-height: 1.8em;
  float: right;
}
#messages #tiktokBox .text p.lead {
  color: #25f4ee;
  margin-bottom: 20px;
}
#messages #tiktokBox .text p.lead span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
}
#messages #tiktokBox .text p.pic {
  width: 90%;
  max-width: 380px;
  margin-bottom: 20px;
}
#messages #tiktokBox .text p.pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 816px) {
  #messages #tiktokBox {
    padding: 10% 0;
  }
  #messages #tiktokBox h2 {
    height: 24px;
    margin-bottom: 25px;
  }
  #messages #tiktokBox h2 img {
    height: 100%;
    width: auto;
  }
  #messages #tiktokBox .text {
    width: 100%;
    font-size: 14px;
    padding: 0 6%;
    float: none;
  }
  #messages #tiktokBox .text p.lead span {
    font-size: 16px;
  }
  #messages #tiktokBox dl {
    margin-bottom: 20px;
  }
  #messages #tiktokBox dl dd {
    text-indent: -1em;
    margin-left: 1em;
  }
  #messages #tiktokBox .snsBox {
    float: none;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }
  #messages #tiktokBox .snsBox * {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  #messages #tiktokBox .snsBox {
    padding: 0;
    transform: scale(0.8);
  }
}
#talk {
  background: url(../images/bg_talk.gif) repeat center center;
  position: relative;
  overflow-x: hidden;
  padding-top: 6.5vw;
  padding-bottom: 100px;
  text-align: center;
}
#talk:after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  top: 0;
  border-top: 6.5vw solid #243379;
  border-left: 50vw solid #243379;
  border-right: 50vw solid transparent;
  border-bottom: 6.5vw solid transparent;
}
#talk:before {
  content: '';
  display: block;
  position: absolute;
  top:0;
  left: 0;
  border-top: 5vw solid #fff100;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff100;
  border-bottom: 5vw solid transparent;
}
#talk h2 {
  padding-top:100px;
}
#talk p.lead {
  font-size: 38px;
  font-weight: bold;
  line-height: 1em;
  color: #000;
  margin: 30px 0 40px;
}
#talk p.leadmini {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  color: #000;
  margin: 0px 0 40px;
  line-height: 1.6em;
}
#talk #talkBoxs {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#talk .talkBox {
  width: 23%;
  float: left;
  margin: 0 1% 50px;
  font-size: 16px;
  color: #000;
  position: relative;
}
#talk .talkBox p.name {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
#talk .talkBox p.name span {
  font-size: 14px;
  display: block;
  line-height: 1em;
}
#talk .talkBox p.text {
  text-align: left;
  line-height: 1.8em;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 816px) {
  #talk h2 {
    height: 40px;
    width: auto;
    padding-top: 50px;
    margin-bottom: 25px;
  }
  #talk h2 {
    width: auto;
    height: 100%;
  }
  #talk p.lead {
    font-size: 21px;
    line-height: 1.5em;
  }
  #talk #talkBoxs {
    width: 100%;
    margin: 0 auto;
  }
  #talk #talkBoxs .talkBox {
    width: 40%;
    max-width: 400px;
    margin: 0 5% 30px;
    float: left;
  }
  #talk #talkBoxs .talkBox p {
    font-size: 14px;
    margin-bottom: 10px;    
  }
  #talk #talkBoxs .talkBox p span {
    font-size: 10px;
  }
}
#twitter {
  padding: 100px 0;
  background: #049ad9;
  text-align: center;
}
#twitter h2 {
  margin: 0 auto 30px;
}
#twitter #twitterBox {
  width: 80%;
  max-width: 530px;
  max-height: 530px;
  margin: 0 auto;
  overflow-y: auto;
}
@media screen and (max-width: 816px) {
  #twitter {
    padding: 50px 0;
  }
  #twitter h2 {
    height: 40px;
    width: auto;
    margin-bottom: 25px;
  }
  #twitter h2 img {
    width: auto;
    height: 100%;
  }
  #twitter #twitterBox {
    width: 90%;
    height: 265px;
    margin: 0 auto;
  }
}
#sponsor {
  padding: 80px 0;
  text-align: center;
}
#sponsor h2 {
  margin-bottom: 50px;
}
#sponsor .clearfix {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#sponsor p.leftBox {
  width: 400px;
  float: left;
}
#sponsor p.rightBox {
  width: 400px;
  float: right;
}
@media screen and (max-width: 816px) {
  #sponsor {
    padding: 50px 0;
  }
  #sponsor h2 {
    height: 40px;
    width: auto;
    margin-bottom: 25px;
  }
  #sponsor h2 img {
    height: 100%;
    width: auto;
  }
  #sponsor .clearfix {
    width: 90%;
    max-width: 287px;
    margin: 0 auto;
  }
  #sponsor p.leftBox,
  #sponsor p.rightBox {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

footer {
  background: #243379;
}
footer .inner {
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #243379;
  position: relative;
  padding: 50px 0;
}
footer .inner p.btnBack {
  position: absolute;
  top: 50px;
  left: 0px;
}
footer .inner p.btnBack a{
  display: block;
}
footer .inner p.btnBack img {
  width: auto;
  height: 45px;
}
footer .inner p.logo {
  position: absolute;
  top: 60px;
  right: 0;
}
footer .inner p.copyright {
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  text-align: center;
}
footer .radiko-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}
footer .radiko-btn li {
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 816px) {
  footer .inner {
    width: 90%;
    padding: 20px 5% 120px;
    box-sizing: inherit;
  }
  footer .inner p.btnBack {
    width: auto;
    height: 48px;
    top: 30px;
  }
  footer .inner p.logo {
    height: 18px;
    width: auto;
    position: absolute;
    top: 43px;
    right: 0;
  }
  footer .inner p.logo img {
    height: 100%;
    width: auto;
  }
  footer .inner p.copyright {
    width: 90%;
    position: absolute;
    bottom: 30px;
    height: 1em;
    line-height: 1em;
    font-size: 12px;
    text-align: center;
  }
  footer .radiko-btn li {
    width: 75px;
  }
}

