﻿/* --------------------------------------------------
	全体
-------------------------------------------------- */
#zone_sheet {
  font-family: 'Kosugi Maru', sans-serif;
}
@media (max-width: 768px) {
  #zone_sheet {
    background-color: none;
  }
}
#zone_sheet_top {
  background-color: none;
}
@media (max-width: 768px) {
  #zone_sheet_top {
    background-color: none;
  }
}

.l_sp_padding {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 769px) { /*PCのみ*/
  .bpts_footer {
    margin-top: 0;
  }
}
/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */
.l_substage_img h1 {
  margin-top: 220px;
}
.l_substage_img img {
  display: block;
  max-width: 954px;
  width: 100%;
}
@media (max-width : 768px) {
  .l_substage_img {
    background-position: center center;
  }
  .l_substage_img h1 {
    margin: 0;
    margin-top: 50px;
    width: 100%;
    height: auto;
  }
  .l_substage_img img {
    max-width: 954px !important;
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
  }
}

#zone_body {
  max-width: 1300px;
  float: none;
  margin: 0 auto;
  background: none !important;
}
#zone_sheet {
  background: none !important;
  background-color: none !important;
}

.col_textarea_full {
  font-size: 1.1em;
}
.l_danraku_midashi {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #99DFF5;
  font-size: 1.5em;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.l_danraku_midashi:before {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.op_kensa {
  background-color: #A5CE91;
}
@media (max-width : 768px) {
  .l_danraku_midashi {
    width: 90%;
  }
}
@media (max-width : 480px) {
  .l_danraku_midashi {
    width: 85%;
  }
}
.l_comment_box {
  margin: 100px auto 0 auto;
  position: relative;
  max-width: 900px;
  border: 4px solid #000;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
}
.l_comment_box:before {
  position: absolute;
  content: url("../image/img-ginnanz.png");
  top: -95px;
  right: 0;
}
.l_comment_box div {
  width: 80%;
  margin: 0 auto;
}
.l_comment_box h3 {
  text-align: center;
  font-size: 1.3em;
  border-bottom: 4px solid #FFEA7A;
  display: inline-block;
  margin-bottom: 20px;
}
.l_comment_box ul {
  text-align: left;
}
.l_comment_box ul {
  padding: 0.5em;
  list-style-type: none;
}
.l_comment_box ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 10px;
}
.l_comment_box ul li:before {
  content: url("../image/img-icon-kira.svg");
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  width: 1.5em;
  margin-left: -2em;
}
@media (max-width : 768px) {
  .l_comment_box {
    padding: 10px;
  }
  .l_comment_box div {
    width: 90%;
  }
}
/*-------------------*/
.l_aisatsu {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -25px;
}
@media (max-width: 860px) {
  .l_aisatsu {
    margin-top: 0;
  }
}
.l_bunyacho {
  text-align: center;
  margin: 10px 0 20px;
  ;
}
#opencampus p {
  text-align: center;
  color: white;
  padding: 10px 0;
}
.l_kango {
  font-size: 1.3em;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.l_hosha {
  font-size: 1.3em;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.l_kensa {
  font-size: 1.3em;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
.l_youtube_list li:first-child {
  background: url("../image/img-bg-pink.gif");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.l_youtube_list li:nth-child(2) {
  background: url("../image/img-bg-green.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.l_youtube_list li:nth-child(3) {
  background: url("../image/img-bg-blue.gif");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.l_message {
  color: #D16100;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
@media (max-width: 860px) {
  .l_message {
    font-size: 1em;
    text-align: left;
  }
}
/*ボタン*/
.btn, a.btn, button.btn {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.l_btn_pop_shadow {
  margin-top: 20px;
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}
a.l_btn_pop_shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #000;
  border-radius: 0.5rem;
}
a.l_btn_pop_shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
  text-decoration: none;
}
a.l_btn_pop_shadow:hover:before {
  top: 0;
  left: 0;
}
a.l_btn_pop_shadow--color2 {
  border-radius: 100vh;
}
a.l_btn_pop_shadow--color2:before {
  border-radius: 100vh;
  -webkit-box-shadow: 3px 3px 0 #78e5e5;
  box-shadow: 3px 3px 0 #78e5e5;
}
@media (max-width : 768px) {
  .btn, a.btn, button.btn {
    font-size: 1em;
  }
}
/*youtube*/
ul.l_youtube_list div.youtube_border {
  width: 60%;
  margin: 10px;
}
ul.l_youtube_list li {
  margin-bottom: 50px;
}
ul.l_youtube_list li:nth-last-of-type(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
a.l_btn_pop_shadow--color2.link_youtube {
  font-size: .9em;
  padding: 3px 40px;
}
a.l_btn_pop_shadow--color2.link_youtube::after {
  content: url(https://icongr.am/entypo/youtube.svg?size=25&color=ff0000);
  display: inline-block;
  width: 25px;
  margin-left: 5px;
  vertical-align: -20%;
}
@media (max-width : 768px) {
  /*youtube*/
  ul.l_youtube_list div.youtube_border {
    width: 90%;
    margin: 0;
  }
}
.youtube_border {
  border: 4px solid #000;
  padding: 20px 20px;
  border-radius: 20px;
}
.youtube_border.greeting {
  max-width: 800px;
  border: none;
}
.youtube_border.greeting p {
  padding-top: 20px;
}
.l_youtube_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.l_youtube_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.l_youtube_wrapper p {
  display: block;
}
/*ふきだし*/
h3.l_fukidasi {
  color: #FB9430;
  max-width: 600px;
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
  margin: 70px auto 0 auto;
  font-size: 1.2em;
}
h3.l_fukidasi:before {
  position: absolute;
  right: 200px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
h3.l_fukidasi:after {
  position: absolute;
  right: 204px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.l_oshirase_panel > div {
  width: 25%;
  border-radius: 20px;
  padding: 1em;
  min-height: 350px;
  height: auto;
  margin: .4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: column;
}
.l_oshirase_panel > div h4 {
  text-align: center;
  font-size: 1.3em;
}
.l_oshirase_panel > div img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.l_oshirase_panel > div:first-child {
  background: #FFEBEC;
}
.l_oshirase_panel > div:nth-child(2) {
  background: #DAFFF9;
}
.l_oshirase_panel > div:nth-child(3) {
  background: #DAEEFF;
}
.l_oshirase_panel > div a {
  font-size: 1em;
}
@media (max-width : 900px) {
  .l_oshirase_panel > div {
    font-size: .9em;
  }
  .l_oshirase_panel > div a.l_btn_pop_shadow {
    padding: calc(.7rem - 10px) 1rem 1rem;
  }
}
@media (max-width : 768px) {
  .l_oshirase_panel > div {
    width: 90%;
  }
}
