@charset "UTF-8";
.wrapper{
  overflow: hidden;
}
h1, h2, h3, p, li, a{
  font-family:  'Noto Sans JP', sans-serif;
  color: #6B5246;
  line-height: 1.9;
}
img{
  max-width: 100%;
  height:auto;
  vertical-align: bottom;
}
h1{
  font-size: 1.7rem;
}
h2{
  font-size: 1rem;
}
p{
  font-size: 1rem;
}
.fadein{
  opacity:0;
}
#loading{
  transition: a11 1s;
  background-color: #6B5246;
  position:fixed;
  z-index:9999;
  inset:0;
  display:grid;
  place-items:center;
}
.spinner{
  width:200px;
  height:200px;
}
#header {
  position: fixed;
  top: 0;
  z-index: 20;
  padding-top:5px;
  background:rgba(255,255,255,0);
  width: 100%;
  height: 30px;
  text-align: right;
  transition:all 0.5s ease-out;
}
#header img{
  width:120px;
  margin-right: 5px;
}
#header.fixed_hide{
  top: -40px;
}
.img_center {
  text-align: center;
  margin: 0 auto;
}
.position_base {
  position: relative;
}

.section1 img{
  max-width: 100%;
}
.information_area{
  padding:10px 0 25px;
  text-align: center;
  background: url("../img/information.png") no-repeat bottom / contain;
  background-color: #FFE063;
}
.information_area_wrapper{
  margin:0 auto;
}
.information_area_wrapper h1{
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
}
.information_area_wrapper article{
  margin: 0px auto 23px;
  padding: 20px;
  text-align: left;
  border-radius: 8px;
  background-color: rgba(248, 246, 244,0.7);
  width:300px;
}
.information_area_wrapper a{
  color:#FF1616;
  font-weight: bold;
  text-decoration: underline;
}
.text_date{
  font-size: 0.8rem;
}
.new_information::after {
  content: "New";
  background-color: #FF1616;
  color: #fff;
  font-size: 0.7rem;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px 4px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
}
article >h2{
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 4px solid #6B5246;
}
.date_img{
  margin-bottom: 10px;
  text-align: center;
}
span.subtle-highlight{
  font-size: 1.5rem;
  font-weight: bold;
}
.text_content{
  line-height: 2rem;
  font-weight: bold;
}
.text_content span{
  color:#FF1616;
  font-size: 1.5rem;
  font-weight: bold;
}
.pointup_img_container{
  padding-top: 10px;
}
.login{
  border-top: 10px double #F8F6F4;
  border-bottom: 10px double #F8F6F4;
  background-color: #6B5246;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login h2{
  color:#F8F6F4;
  font-size: 0.9rem;
  margin-right: 5px;
  font-weight: bold;
}
.login img{
  width:130px;
  padding-top: 3px;
  padding-bottom: 3px
}
.section2{
  display:grid;
  grid-template-columns: 1fr 1fr;
}
.color1{
  background-color: #F3EADD;
}
.color2{
  background-color: #F8F6F4;
}
.section2 li{
  font-size: 1rem;
  padding:10px;
  font-weight: bold;
}
.section2 li:not(:last-child)::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.t_right{
  text-align: right;
}
.t_left{
  text-align: left;
}
.section3{
  background-image: url("../img/section3.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 20px;
  padding-bottom: 35px;
  font-weight: bold;
}
.section3 h1{
  font-weight: bold;
  padding-bottom: 8px;
  text-align: center;
}
.section3_p_container{
  margin:0 auto;
  width:345px;
}
.section3 p{
  font-size: 0.9rem;
}
.section3 span, .section4 span, .section5 p >span{
  color: #FF1616;
  font-weight: bold;
}
.section4{
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #6B5246;
}
.section4 li{
  font-size: 1rem;
}
.section4 >h1{
  text-align: center;
  font-weight: bold;
  color:#F8F6F4;
}
.section4 h2{
  font-size: 1.4rem;
  padding-left: 10px;
  font-weight: bold;
}
.section4-1{
  background-color: #F8F6F4;
  margin:5px 10px 30px;
  border-radius: 8px;
}
.section4-1 >h1{
  color:#6B5246;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}
.section4-1 p,.section4-1 ul{
  padding:5px 5px 10px;
  font-weight: bold;
}
.section4-1 h1>span{
  background:linear-gradient(transparent 50%, #FFE063 50%);
}
.section4-1 p>a{
  color:#FF1616;
  font-weight: bold;
  text-decoration: underline;
}
.section4-1 .pad_btm_5 {
  padding-bottom:5px;
}
#nbr_ch br{
  display: initial;
}
.pc_only{
  display: none;
}
.point_howto{
  text-align: center;
}
.img_center{
  margin-top: 15px;
  text-align: center;
}
.form_button{
  text-align: center;
  padding-bottom:10px;
  padding-top: 8px;
}
.section4-1 img{
  width:280px;
  padding-bottom: 10px;
}
.coupon_img{
  text-align: center;
  margin-top: -20px;
  margin-bottom: -15px;
}
.br_ch br{
  display:none;
}
.bookless_form{
  text-align: center;
}
.section5{
  background:#FFE063 url("../img/section5.png") no-repeat center bottom;
  background-size: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.section5 img{
  width:130px;
}
.section5 h1{
  text-align: center;
  font-weight: bold;
  padding-bottom: 7px;
}
.section5 h2{
  font-weight: bold;
  text-align: center;
}
.section5 h2>span{
  font-size: 1.5rem;
  color:#FF1616;
}
.ribbon {
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  font-size: 1.1rem;/*文字の大きさ*/
  font-weight: bold;
  background: #F96250;/*塗りつぶし色*/
  color: #F8F6F4;/*文字色*/
  box-sizing: border-box;
  margin-top: 12px;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 25px 15px;
  border-color: transparent transparent transparent #FFE063;
  border-style: solid;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 25px 0px;
  border-color: transparent #FFE063 transparent transparent;
  border-style: solid;
}
.ribbon2{
  margin-top: 20px;
}
.s5_grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: 8px;
  margin: 15px auto 0px;
  padding-left: 10px;
}
.form_container{
  padding-top: 30px;
  text-align: center;
}
.form_container img{
  width:200px;
  padding-top: 5px;
}
.slash h2{
  line-height: 1.6;
}
.slash_strong{
  color:#FF1616;
  font-size: 17px;
  margin-bottom: 5px;
}
.section6{
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #6B5246;
}
.section6 >h1{
  text-align: center;
  font-weight: bold;
  color:#F8F6F4;
}
.section6-1{
  background-color: #F8F6F4;
  margin:5px 10px 30px;
  border-radius: 8px;
  font-weight: bold;
}
.section6-1 h2{
  padding-top: 10px;
  font-weight: bold;
}
.section6-1 span{
  background:linear-gradient(transparent 50%, #FFE063 50%);
}
.section6-1-e{
  padding:10px;
}
.section6-1-e p{
  padding-bottom: 10px;
}
.section6-1-e a{
  text-decoration: underline;
  color:#FF1616;
}
.section6-1-e >.moreinfo{
  color:#FF1616;
}
#popup_widget {
  width: 500px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top: 5px solid #DC1616
}

@media(min-width:768px){
  .information_area_wrapper article{
    width:600px;
  }
  .s5_grid{
    padding-left: 10%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
  .section5_container{
    width:600px;
    margin:0 auto;
  }
  .section5 img{
    width:180px;
  }
  .pc_only{
    display:inline;
  }
  .sp_only{
    display: none;
  }
  .premiere_ticket_exam {
    position: absolute;
    top: 30px;
    left: 450px;
  }
  .section4-1 >.content_detail {
    padding-left:25px;
  }
}
@media(min-width:1253px){
  .btn_area {
  width: 500px;
  }
  .section2 li{
    font-size: 1.4rem;
  }
  h1, h2, h3, p, li, a{
    line-height: 2;
  }
  h1{
    font-size: 2.2rem;
  }
  h2{
    font-size: 1.2rem;
  }
  p{
    font-size: 1.2rem;
  }
  #header img{
    width:200px;
    margin-right: 5px;
  }
  #header.fixed_hide{
    top: -80px;
  }
  .information_area_wrapper h1{
  padding-top: 25px;
  margin-bottom: 25px;
  font-size: 2.2rem;
  }
  .text_date{
    font-size: 1.1rem;
  }
  .new_information::after {
    font-size: 0.9rem;
    padding: 5px 7px;
  }
  .information_area_wrapper article{
    margin: 0px auto 65px;
    padding: 35px;
    width:800px;
  }
  article >h2{
    font-size: 1.5rem;
  }
  .text_content{
    line-height: 2.8rem;
  }
  .text_content span{
    font-size: 1.7rem;
  }
  .login h2{
    font-size: 1.2rem;
  }
  .login img{
    width:180px;
  }
  .section3{
    background-image: url("../img/section3_pc.jpg");
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10%;
  }
  .section3_p_container{
    margin:0;
    width:auto;
  }
  .section3 h1{
    text-align: left;
    padding-left: 5%;
    padding-bottom: 20px;
  }
  .section3 p{
    font-size: 1.2rem;
  }
  .section4{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .section4 li {
    font-size: 1.4rem;
  }
  .section4 h2{
    padding-left: 40px;
  }
  .section4-1{
    margin:50px auto;
    max-width: 1100px;
  }
  .section4-1 >h1{
    padding-left: 40px;
    padding-top: 40px;
    font-size: 2.2rem;
  }
  .section4-1 p {
    padding: 15px 40px 40px;
  }
  .section4-1 ul{
    padding: 5px 40px;
  }
  .section4-1 img{
    width:330px;
    padding:0 10px;
  }
  .point_howto >img{
    width:400px;
  }
  .point_howto{
    padding-bottom: 40px;
    margin-top: -15px;
  }
  .coupon_img >img{
    width:480px;
  }
  .coupon_img{
    margin-top:-40px;
  }
  .form_button{
    text-align: center;
    padding-bottom:40px;
    padding-top: 0;
  }
  .br_ch br{
    display:block;
  }
  .premiere_ticket_exam {
    position: absolute;
    top: 60px;
    left: 650px;
  }
  .section5{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../img/section5_pc.jpg"), url("../img/section5_pc2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: 50% 100%, 50% 100%;
    background-color:#FFE063;
    padding-left: 50%;
  }
  .section5_container{
    width:100%;
    margin:0 auto;
  }
  .ribbon {
    display: inline-block;
    height: 54px;/*リボンの高さ*/
    line-height: 54px;/*リボンの高さ*/
    margin-top: 20px;
    margin-left: 19%;
    padding-left:18px;
    padding-right: 80px;
    font-size: 1.2rem;
  }
  .ribbon:before {
    border-width: 27px 0px 25px 15px;
    border-color: transparent;
  }
  .ribbon:after {
    border-width: 27px 15px 25px 0px;
  }
  .ribbon2{
    margin-top: 40px;
  }
  .s5_grid{
    padding-left: 19%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
	
  .s5_grid img{
    width:180px;
  }
  .section5 h2>span{
    font-size: 1.8rem;
  }
  .form_container{
    padding-top: 50px;
  }
  .form_container img{
    width:250px;
    padding-top: 15px;
  }
  .slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .slash::before,
  .slash::after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #FF1616;
    margin: 60px -5px -5px;
  }
  .slash::before {
    transform: rotate(50deg);
  }
  .slash::after {
    transform: rotate(-50deg);
  }
  .slash_strong{
    font-size: 20px;
  }
  .section6{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section6-1{
    margin:50px auto;
    max-width: 1100px;
  }
  .section6-1-e{
    padding:15px 40px;
  }
}
@media screen and (max-width: 760px) {
  #popup_widget {
    max-width: 60%;
  }
  h3 {
    text-align: center;
  }
}

.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}

h3 {
  color:#6B5246;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}
h3 > span{
  background:linear-gradient(transparent 50%, #FFE063 50%);
}
.strong {
  color:#FF1616;
}