@charset "UTF-8";
/* CSS Document */
/* 共通Mixins
----------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  font-size: 62.5%;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
/* ----------------------------
  common
------------------------------*/
header {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
header .text{
  text-align: right;
  margin-bottom: 15px;
}
header#header .text img{
  display: inline-block;
}
.header_logo2 {
  width: 100%;
  max-width: 140px;
  float: right;
  position: relative;
  padding: 11px 0 0 0;
  margin: 0;
}
#language{
  display: none;
}
#contents {
  max-width: 750px;
  background: #FAF8E4;
  margin-bottom: 0;
}
#contInner {
  width: 100%;
  margin: 0;
}
#main {
  margin: 0;
  padding: 0;
  color: #000;
  font-family:'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}
#gNav,
#sideBnr,
#js_menu,
footer .container,
footer .inner .footerPageLi {
  display: none;
}

/* ----------------------------
  content
------------------------------*/
/* --------------------
 共通
----------------------*/

.section_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.txt_red{
color: #ff0000;
}

/* mainvisual
------------------------*/
.mainvisual {
  width: 100%;
}


.mainvisual_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #5EAF2B;
}

.title-area {
  position: relative;
}

.main-ttl {
  position: absolute;
  top: 6%;
  width: 100%;
}

#wrapper .main-ttl .image {
  width: 90%;
  margin: 0 auto;
}

.bus_ticket_service_desc_outer {
  background: #F26087;
}
.bus_ticket_service_desc {
  width: 90%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  margin: 0 auto;
  padding: 40px 0 26.5px;
  border-bottom: 2px dashed #fff;
}

.bus_ticket_service_desc strong {
  color: #FFF500;
}


/* -----------------------------------
search_contents
-------------------------------------*/
.search_contents{
  background: #F26087;
  color: #fff;
  padding: 20px;
}


.search_contents .section_inner{
  box-sizing: border-box;
  text-align: center;
  padding: 0 0;
}

.search_contents .title{
  margin-bottom: 0;
}

.search_contents .info_search{
  line-height: 1.6em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 6.5px 0 20px;
}

#wrong {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  color: red;
  background: #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.input_area {
  width: 100%;
  display: flex;
  justify-content: center;
}

.input_area .in_dash {
  font-size: 3rem;
  margin-right: 2%;
}
.search_contents .area_search{
  box-sizing: border-box;
  max-width: 340px;
  margin: auto;
}
.search_contents input {
  display: inline-block;
  font-size: 2rem;
  text-align: left;
  letter-spacing: 0.2em;
  border-radius: 2px;
  border: 1px solid #fff;
  padding: 0 0.2em;
  margin-right: 2%;
  margin-bottom: 10px;
  height: 39px;
}
.input_alphabet {
  width: 13%;
}
.input_number {
  width: 50%;
}

.search_contents input.input_alphabet:focus,
.search_contents input.input_number:focus {
  outline-color: #fff551;
  outline-width: 3px;
}
/* .search_contents input::placeholder {
  color: #bbb;
  text-align: center;
} */

.search_contents .note {
  font-size: 1.3rem;
  padding: 10px 0 24px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8rem;
}

.search_contents #btn_search{
  width: 26%;
  height: 43px;
}

.search_contents #btn_search:hover {
  cursor: pointer;
}

.information {
  padding: 30px 20px 0;
  color: #4B4B4B;
  line-height: 1.8em;
  font-weight: bold;
}
.procedure_title {
  background: #F26087;
  padding: 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
#wrapper .procedure_title img {
  /* max-width: 60%; */
  width: 133px;
}
.procedure {
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.procedure_inner {
  padding: 20px 10px;
  font-size: 1.4rem;
}

.procedure_lead {
  font-size: 1.7rem;
  line-height: 1.8em;
  text-align: center;
}
.arrow-img {
  max-width: 26px;
  margin: 11.5px auto; 
}

.how_to {
  width: 100%;
  display: flex;
}
.how_to_number {
  width: 13%;
  margin-right: 5%;
}
.how_to_desc {
  width: 82%;
}

.reception {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #c24d6c;
  padding: 20px 0;
}

.reception .reception_info {
  line-height: 1.6em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#wrapper .reception img {
  max-width: 40%;
  margin-bottom: 10px;
}

.procedure_reception {
  background: #FFFABA;
  padding: 20px;
  margin-top: 20px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 11px;
}
.procedure_reception .reception_info {
  padding: 5px 0;
  text-align: left;
}
.procedure_reception .reception_info.first {
  border-bottom: 1.8px dashed #F26087;
}

.how_to_use_ticket li {
  margin: 20px 0;
}

.how_to_use_ticket li strong {
  color: #F26087;
  text-decoration: underline;
}

.ticket_caution, .show_qr_note {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
  font-weight: normal;
  line-height: 1.5em;
  color: #424242;
}
.show_qr_note {
  margin: 0 20px 50px;
}
.ticket_caution li {
  margin-bottom: 0.3em;
}

.show_qr, .show_qr_page {
  width: 90%;
  margin: 20px auto 0;
}

#show_qr {
  display: none;
}

.show_qr_main{
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.show_qr_text{
  font-size: 1.6rem;
  line-height: 2em;
  color: #4B4B4B;
  margin-bottom: 12px;
}
.show_qr .caution{
  font-size: 0.8rem;
  margin: 20px;
  line-height: 1.5rem;
}

.show_qr_page {
  color: #4B4B4B;
}

.qr-area {
  font-size: 2rem;
  line-height: 1.8em;
  margin-bottom: 15px;
}

.qr-area img {
  border: 1px solid #000;
  border-radius: 5px;
}

.qr-area p {
  margin-top: 10px;
}

.qr-area span.marker {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}

.screen_shot_area p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.how_to_screen_shot {
  color: #F26087;
}

.caution{
  font-size: 60%;
  text-align: left;
  color: #666;
  font-weight: 300;
  line-height: 1.4em;
}

.section_inner > div{
  margin-top: 30px;
  margin-bottom: 30px;
}

#wrapper img.btn {
  width: 90%;
}


/* scroll_fadein
--------------------------*/
.fade_in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .8s;
}

.fade_in.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

.kv_fade_in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .8s;
}

.kv_fade_in.kv_scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

.win_number_list li{
  width: 33%;
}

#footerInfo .infoWrap {
  font-size: 1.3rem;
  padding-left: 1em;
}

#wrapper .prize_grade .prize_grade_div img {
  width: 90%;
}
.cam_content .note{
  font-size: 100%;
  font-weight: bold;
  margin-top: 0px;
}

.appLose{
  padding-bottom: 70px;
}

.section_inner > div{
  margin-top: 10px;
  margin-bottom: 10px;
}

.win_number_list{
  margin-bottom: 0;
}

.win_number_list .title_grade .info_grade{
  font-size: 1.25rem;
  width: 75%
}

#wrapper .ranking img{
  width: 70%;
  min-width: 50px;
}

.win_num_big{
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.win_num{
  width: 80%;
  height: 1.2em;
  border: 2px solid black;
}



/* ticket page */
.ticket_number {
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 2.6rem;
  padding: 10px;
  margin: 12px auto 20px;
}

#show_qr_page .show_qr_text {
  font-size: 1.8rem;
  line-height: 1.5em;
}

.sorry {
  color: red;
  margin: 20px 0;
  line-height: 1.5em;
}

a.go_number_input_page {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.3em;
  color: #fff;
  background: #5EAF2B;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}

.link_note {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3em;
  padding: 20px;
}