@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import "reset.css";
@font-face {
  font-family: "mobo_bold";
  src: url("../font/MOBO-Bold.ttf") format("truetype"), url("../font/MOBO-Bold.woff") format("woff");
}
@font-face {
  font-family: "genshingothic-p";
  src: url("../font/GenShinGothic-P-Heavy.ttf") format("truetype"), url("../font/GenShinGothic-P-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "genshingothic-p";
  src: url("../font/GenShinGothic-P-Bold.ttf") format("truetype"), url("../font/GenShinGothic-P-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "genshingothic-p";
  src: url("../font/GenShinGothic-P-Regular.ttf") format("truetype"), url("../font/GenShinGothic-P-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "genshingothic-p";
  src: url("../font/GenShinGothic-P-Normal.ttf") format("truetype"), url("../font/GenShinGothic-P-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TsunagiGothic";
  src: url("../font/TsunagiGothic.ttf") format("truetype"), url("../font/TsunagiGothic.woff") format("woff");
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: rgba(255, 255, 255, 0.1);
}

a img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover, a.non-hover:focus, a.non-hover:active {
  background-color: rgba(255, 255, 255, 0.1);
}
a.non-hover:hover img, a.non-hover:focus img, a.non-hover:active img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "genshingothic-p", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
  background-color: #EE1111;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header {
  width: 100%;
}
header .header_inner {
  margin: 0 auto;
  text-align: center;
  width: 1160px;
  position: relative;
}
header .header_inner #omikuji-do {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logo_omikuji-do.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 160px;
  height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
header .header_inner #site_name {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logo_kataomoi-bingo.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
  height: 50px;
  margin-bottom: 60px;
}
.home header .header_inner #omikuji-do {
  width: 300px;
  height: 44px;
  margin-top: 200px;
  margin-bottom: 30px;
}
.home header .header_inner #site_name {
  width: 640px;
  height: 105px;
  margin-bottom: 60px;
}

/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#contener #contents {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 40px 0;
  width: 1160px;
  position: relative;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
#contener #contents .sec_main_title h2 {
  font-size: 32px;
  font-weight: 700;
}
#contener #contents .sec_main_title p {
  font-size: 22px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-bottom: 40px;
}
#contener #contents .sec_main_title .box_bingo_list {
  width: 640px;
  margin: 0 auto;
  margin-top: 100px;
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list {
  width: 100%;
  display: flex;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 20px 10px;
  position: relative;
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/arrow_set.svg") no-repeat 50% 50%;
  background-position: 0px -65px;
  background-size: 1200px;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  z-index: -1;
  opacity: 50%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_num {
  font-family: "TsunagiGothic", sans-serif;
  font-size: 70px;
  line-height: 100%;
  margin-right: 40px;
  letter-spacing: normal;
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title {
  text-align: left;
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title h2 {
  font-family: "TsunagiGothic", sans-serif;
  font-size: 54px;
  line-height: 100%;
  margin: 10px 0 0 0;
  letter-spacing: normal;
}
#contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title .txt_date {
  font-family: "Roboto Condensed", serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin: 16px 0 10px 0;
}
#contener #contents .sec_main_title .box_mission_post {
  margin-top: 200px;
}
#contener #contents .sec_main_title .box_mission_post p {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
#contener #contents .box_bingo_result {
  width: 1120px;
  margin: 0 auto;
}
#contener #contents .box_bingo_result .box_bingo_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: unset;
}
#contener #contents .box_bingo_result .box_bingo_header .logo_kataomoi-bingo {
  display: block;
  clear: both;
  background: url("../img/logo_kataomoi-bingo.svg") no-repeat 0% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 664px;
  height: 110px;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header {
  width: calc(100% - 664px - 20px);
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header h1 {
  font-size: 72px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  margin-top: -14px;
  margin-bottom: 8px;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header h1 .ttl_jp {
  font-size: 56px;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: bottom;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-left: 2px;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_start_date, #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date {
  display: block;
  font-size: 20px;
  line-height: 100%;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_start_date .lbl_date, #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date .lbl_date {
  display: inline-block;
  width: 7em;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date {
  display: inline-block;
  position: relative;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date #stamp_done {
  display: none;
  position: relative;
  bottom: 0;
  right: -1.8em;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date #stamp_done .stamp_done_inner {
  border: solid 2px #fff;
  border-radius: 100%;
  width: 1.3em;
  height: 1.3em;
  font-size: 22px;
  line-height: 100%;
  font-family: "genshingothic-p", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  padding-top: 1px;
  padding-left: 1px;
  position: absolute;
  right: 2px;
  bottom: -3px;
  z-index: 1;
  transform: rotate(8deg);
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date #stamp_done .stamp_done_inner::before {
  content: "済";
  display: inline-block;
}
#contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .txt_date {
  margin-top: 0;
}
#contener #contents .box_bingo_result .box_bingo_mission {
  width: 1120px;
  margin: 0 auto;
  background-color: #EE1111;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 20px;
  position: relative;
}
#contener #contents .box_bingo_result .box_bingo_mission .block_bingo_mission {
  position: relative;
  z-index: 10;
  display: inline-block;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_1, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_2,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_3,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_4,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_5 {
  position: absolute;
  width: 100%;
  height: 124px;
  background: url("../img/bg_bingo_line_def_h.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_1.cleared, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_2.cleared,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_3.cleared,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_4.cleared,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_5.cleared {
  background: url("../img/bg_bingo_line_on_h.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_1 {
  top: 48px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_2 {
  top: 288px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_3 {
  top: 528px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_4 {
  top: 768px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_5 {
  top: 1008px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_1, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_2,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_3,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_4,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_5 {
  position: absolute;
  height: 100%;
  width: 124px;
  background: url("../img/bg_bingo_line_def_v.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_1.cleared, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_2.cleared,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_3.cleared,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_4.cleared,
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_5.cleared {
  background: url("../img/bg_bingo_line_on_v.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_1 {
  left: 42px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_2 {
  left: 270px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_3 {
  left: 498px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_4 {
  left: 726px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_5 {
  left: 954px;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_c_1, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_c_2 {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_bingo_line_def_c1.svg") no-repeat 50% 50%;
  position: absolute;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_c_1.cleared, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_c_2.cleared {
  background: url("../img/bg_bingo_line_on_c1.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_c_2 {
  background: url("../img/bg_bingo_line_def_c2.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_c_2.cleared {
  background: url("../img/bg_bingo_line_on_c2.svg") no-repeat 50% 50%;
}
#contener #contents .box_bingo_footer {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left {
  width: 666px;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_footer_left_top {
  display: flex;
  justify-content: left;
  border-bottom: solid 6px #ffffff;
  padding: 0 4px 2px 4px;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt {
  margin-right: 3em;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .lbl_bingo_clear_mission_cnt, #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt_unit {
  display: inline-block;
  font-size: 42px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: 4px;
  letter-spacing: -0.15em;
  white-space: nowrap;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt {
  display: inline-block;
  font-size: 72px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt_unit {
  margin-left: -4px;
  margin-bottom: 7px;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .lbl_bingo_clear_line_cnt, #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt_unit {
  display: inline-block;
  font-size: 42px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: 4px;
  letter-spacing: -0.15em;
  font-feature-settings: "pkna";
  white-space: nowrap;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt {
  display: inline-block;
  font-size: 72px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt_unit {
  margin-left: -8px;
}
#contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_success_lbl {
  display: inline-block;
  font-size: 95px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-top: 10px;
  white-space: nowrap;
}
#contener #contents .box_bingo_footer .box_bingo_footer_right {
  width: calc(100% - 686px);
}
#contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val {
  display: flex;
  align-items: end;
  justify-content: right;
  margin-top: -50px;
  margin-bottom: -10px;
}
#contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val .txt_bingo_success {
  display: inline-block;
  font-size: 240px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: -3px;
  letter-spacing: normal;
  white-space: nowrap;
}
#contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val .txt_bingo_success_unit {
  display: inline-block;
  font-size: 120px;
  line-height: 100%;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: 4px;
  letter-spacing: normal;
  white-space: nowrap;
}
#contener h1, #contener h2, #contener h3, #contener h4, #contener h5, #contener h6 {
  margin-top: 50px;
  line-height: 140%;
  font-family: "genshingothic-p", sans-serif;
  letter-spacing: 0.4em;
  font-weight: 700;
}
#contener h1, #contener .h1 {
  font-size: 30px;
}
#contener h1.page_title, #contener .h1.page_title {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: solid 1px #cccccc;
}
#contener h2, #contener .h2 {
  font-size: 24px;
}
#contener h3, #contener .h3 {
  font-size: 22px;
}
#contener h4, #contener .h4 {
  font-size: 20px;
}
#contener h5, #contener .h5 {
  font-size: 18px;
}
#contener h6, #contener .h6 {
  font-size: 16px;
}
#contener p {
  margin-top: 20px;
  line-height: 200%;
}
#contener .block_bingo_mission {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
/*  Forms
--------------------------------------- */
input,
textarea,
select {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select {
  padding: 8px;
  border: 1px solid #999;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=image],
textarea {
  border-radius: 0px;
  webkit-border-radius: 0px;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

textarea {
  vertical-align: top;
  font-size: 100%;
  resize: none;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

select {
  line-height: normal;
}

.ipt_size_full {
  width: 100%;
}

.ipt_size_harf {
  width: 45%;
  width: calc(50% - 10px);
}

.ipt_size_l {
  width: 400px;
}

.ipt_size_m {
  width: 200px;
}

.ipt_size_s {
  width: 100px;
}

.ipt_size_ss {
  width: 50px;
}

.ipt_row_l {
  height: 300px;
}

.ipt_row_m {
  height: 200px;
}

.ipt_row_s {
  height: 80px;
}

.wpcf7c-conf {
  background-color: #eeeeee;
  border: solid 1px #999999;
}

.txt_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}

a.btn01,
button.btn01 {
  border: solid 1px rgba(255, 255, 255, 0.8);
  font-size: 22px;
  line-height: 100%;
  font-weight: 400;
  padding: 20px 30px 22px 34px;
  display: inline-block;
}

a.btn_ye,
button.btn_ye {
  border-radius: 100px;
  min-width: 360px;
  text-align: center;
  color: #EE1111;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  background-color: #F3D72F;
  background: linear-gradient(180deg, #F3D72F, #DFBE21, #bbaa00);
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 14px 8px 8px 14px;
  margin: 10px auto;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
a.btn_ye:hover, a.btn_ye:focus, a.btn_ye:active,
button.btn_ye:hover,
button.btn_ye:focus,
button.btn_ye:active {
  margin: 12px auto 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.seal {
  width: 208px;
  height: 220px;
  position: relative;
}
.seal.seal_once .pic_on .corner {
  display: none;
}
.seal .pic_off, .seal .pic_on {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.seal .pic_off.cleared .box_txt_open, .seal .pic_off.cleared .box_txt_clear, .seal .pic_on.cleared .box_txt_open, .seal .pic_on.cleared .box_txt_clear {
  color: #EE1111;
  font-weight: 400;
}
.seal .pic_off.cleared .box_txt_mission, .seal .pic_on.cleared .box_txt_mission {
  background-color: #F3D72F;
}
.seal .pic_off.cleared .box_txt_mission .txt_mission, .seal .pic_on.cleared .box_txt_mission .txt_mission {
  color: #EE1111;
}
.seal .pic_off .box_txt_mission, .seal .pic_on .box_txt_mission {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  border-radius: 20px;
  background-color: #f14141;
}
.seal .pic_off .box_txt_mission .txt_mission_num, .seal .pic_on .box_txt_mission .txt_mission_num {
  font-size: 60px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-family: "TsunagiGothic", sans-serif;
  position: absolute;
  letter-spacing: 0;
}
.seal .pic_off .box_txt_mission .txt_mission, .seal .pic_on .box_txt_mission .txt_mission {
  font-family: "genshingothic-p", sans-serif;
  font-size: 38px;
  line-height: 115%;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  letter-spacing: 0px;
  color: #fff;
  display: none;
}
.seal .pic_off .box_txt_mission .txt_mission.txt_long6, .seal .pic_on .box_txt_mission .txt_mission.txt_long6 {
  transform: scale(0.92, 1);
  padding-left: 2px;
}
.seal .pic_off .box_txt_mission .txt_mission.txt_long7, .seal .pic_on .box_txt_mission .txt_mission.txt_long7 {
  transform: scale(0.82, 1);
  letter-spacing: -1px;
  padding-left: 1px;
}
.seal .pic_off .box_txt_mission .txt_mission.txt_long8, .seal .pic_on .box_txt_mission .txt_mission.txt_long8 {
  transform: scale(0.74, 1);
  letter-spacing: -2px;
}
.seal .pic_off .box_txt_open, .seal .pic_on .box_txt_open {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  font-family: "Roboto Condensed", serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: white;
}
.seal .pic_off .box_txt_clear, .seal .pic_on .box_txt_clear {
  position: absolute;
  bottom: 4px;
  left: 10%;
  width: 80%;
  margin: 0 auto;
  font-family: "Roboto Condensed", serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
.seal .pic_on:not(.cleared):hover, .seal .pic_on:not(.cleared):focus, .seal .pic_on:not(.cleared):active {
  background-color: unset;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.seal .pic_on:not(.cleared):hover .box_txt_mission, .seal .pic_on:not(.cleared):focus .box_txt_mission, .seal .pic_on:not(.cleared):active .box_txt_mission {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.seal .pic_on:not(.cleared) .box_txt_mission {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.seal .pic_off {
  z-index: 1;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.seal .pic_off .box_txt_mission {
  background-color: #fff;
  background: url("../img/bg_bingo_sliver.png") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 0px;
}
.seal .pic_off .box_txt_mission .txt_mission_num {
  font-size: 48px;
  line-height: 100%;
  color: rgba(238, 17, 17, 0.2);
}
.seal .pic_off .box_txt_mission .txt_mission {
  font-size: 48px;
  line-height: 100%;
  color: #fff;
}
.seal .pic_off .corner {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  z-index: 50;
}

.fancybox-bg {
  opacity: 0.9 !important;
  background-color: #fff;
}

.fancybox-button {
  width: 64px;
  height: 64px;
}

.fancybox-content {
  background-color: #EE1111;
  border-radius: 20px;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.8);
  width: auto;
  max-width: calc(100% - 10dvw);
  min-width: calc(100% - 30dvw);
  height: calc(100% - 10dvw);
}

.no-fancybox {
  pointer-events: none;
}

.card_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.card_inner .card_ttl {
  font-size: 64px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  display: flex;
  width: 100%;
  height: 30dvh;
  min-height: 5em;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.card_inner p.card_txt {
  padding-top: 40px;
  font-size: 26px;
  line-height: 180%;
  font-weight: 400;
  text-align: center;
}
.card_inner .box_card_btn {
  text-align: center;
  margin-top: auto;
}
.card_inner .box_card_btn p {
  margin-top: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: normal;
}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer {
  width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 160%;
  margin-top: 100px;
}
footer .footer_site_link01 {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
footer .footer_site_link01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer_site_link01 ul li a {
  margin: 10px;
  padding: 10px;
}
footer .footer_bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
footer .footer_bnr a {
  margin: 20px;
}
footer .footer_bnr a img {
  vertical-align: bottom;
}
footer #copyright {
  width: 100%;
  display: block;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  header .header_inner {
    width: calc(100% - 40px);
  }
  .home header .header_inner #omikuji-do {
    width: 180px;
    height: 28px;
    margin-top: 200px;
    margin-bottom: 20px;
  }
  .home header .header_inner #site_name {
    width: 280px;
    height: 46px;
  }
  #contener #contents {
    width: calc(100% - 40px);
    padding: 20px 0 20px 0;
  }
  #contener #contents .sec_main_title .box_bingo_list {
    width: 100%;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list {
    padding: 16px 4px;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_num {
    font-size: 42px;
    line-height: 100%;
    margin-right: 20px;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title h2 {
    font-size: 33px;
    line-height: 100%;
    margin-top: 6px;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title .txt_date {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  #contener #contents .sec_main_title .box_mission_post p {
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
  }
  #contener #contents .sec_main_title h2 {
    font-size: 22px;
  }
  #contener #contents .box_bingo_result {
    width: 100%;
  }
  #contener #contents .box_bingo_result .box_bingo_header {
    flex-direction: column;
  }
  #contener #contents .box_bingo_result .box_bingo_header .logo_kataomoi-bingo {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.17);
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header h1 {
    font-size: 32px;
    margin: 0px;
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header h1 .ttl_jp {
    font-size: 26px;
    margin-bottom: 2px;
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date {
    margin-left: 0;
    margin-top: 3px;
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_start_date, #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date {
    font-size: 10px;
    line-height: 100%;
    padding-right: 1.8em;
    margin-top: 4px;
    letter-spacing: 0.05em;
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_start_date .lbl_date, #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date .lbl_date {
    width: 6.5em;
  }
  #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_start_date #stamp_done .stamp_done_inner, #contener #contents .box_bingo_result .box_bingo_header .txt_bingo_header .box_bingo_date .box_bingo_update_date #stamp_done .stamp_done_inner {
    border: solid 1px #fff;
    bottom: -1px;
    right: 0;
    font-size: 12px;
    width: 1.25em;
    height: 1.25em;
    padding: 0px;
  }
  #contener #contents .box_bingo_result .box_bingo_mission {
    width: 100%;
    gap: 1.4vw 1.4vw;
  }
  #contener #contents .box_bingo_result .box_bingo_mission .block_bingo_mission {
    width: calc((100vw - 40px - 5.6vw) / 5 * 1);
    height: calc((100vw - 40px - 5.6vw) / 5 * 1.0576);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_1, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_2,
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_3,
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_4,
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_5 {
    width: calc((100vw - 40px - 5.6vw) / 5 * 1);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_1 {
    left: 0;
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_2 {
    left: calc(((100vw - 40px - 5.6vw) / 5 * 1 + 1.4vw) * 1);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_3 {
    left: calc(((100vw - 40px - 5.6vw) / 5 * 1 + 1.4vw) * 2);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_4 {
    left: calc(((100vw - 40px - 5.6vw) / 5 * 1 + 1.4vw) * 3);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_v_5 {
    left: calc(((100vw - 40px - 5.6vw) / 5 * 1 + 1.4vw) * 4);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_1, #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_2,
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_3,
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_4,
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_5 {
    height: calc((100vw - 40px - 5.6vw) / 5 * 1.0576);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_1 {
    top: 0;
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_2 {
    top: calc(((100vw - 40px - 5.6vw) / 5 * 1.0576 + 1.4vw) * 1);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_3 {
    top: calc(((100vw - 40px - 5.6vw) / 5 * 1.0576 + 1.4vw) * 2);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_4 {
    top: calc(((100vw - 40px - 5.6vw) / 5 * 1.0576 + 1.4vw) * 3);
  }
  #contener #contents .box_bingo_result .box_bingo_mission .box_mission_line #box_mission_line_h_5 {
    top: calc(((100vw - 40px - 5.6vw) / 5 * 1.0576 + 1.4vw) * 4);
  }
  #contener #contents .box_bingo_footer {
    flex-direction: column;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left {
    width: 100%;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_footer_left_top {
    padding: 0 0px 2px 0px;
    justify-content: center;
    border-bottom: solid 4px #ffffff;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt {
    margin-right: 1em;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .lbl_bingo_clear_mission_cnt, #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt_unit {
    font-size: 20px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt {
    font-size: 32px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .lbl_bingo_clear_line_cnt, #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt_unit {
    font-size: 20px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt {
    font-size: 32px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_success_lbl {
    white-space: unset;
    font-size: 30px;
    margin-top: 30px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right {
    width: 100%;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val {
    margin-top: -20px;
    justify-content: center;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val .txt_bingo_success {
    font-size: 120px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val .txt_bingo_success_unit {
    font-size: 60px;
  }
  a.btn01,
  button.btn01 {
    font-size: 18px;
  }
  .seal {
    width: calc((100vw - 40px - 5.6vw) / 5 * 1);
    height: calc((100vw - 40px - 5.6vw) / 5 * 1.0576);
  }
  .seal.seal_l {
    width: 208px;
    height: 220px;
  }
  .seal .pic_off .box_txt_open, .seal .pic_on .box_txt_open {
    font-size: 5px;
    letter-spacing: normal;
  }
  .seal .pic_off .box_txt_mission .txt_mission, .seal .pic_on .box_txt_mission .txt_mission {
    font-size: 2.8vw;
  }
  .seal .pic_off .box_txt_clear, .seal .pic_on .box_txt_clear {
    font-size: 5px;
    letter-spacing: normal;
  }
  .seal .pic_off .box_txt_mission .txt_mission_num {
    font-size: 20px;
    letter-spacing: normal;
  }
  .seal .pic_off .box_txt_mission .txt_mission {
    font-size: 20px;
  }
  .seal .pic_off .corner {
    width: 40px;
    height: 40px;
    border-right: 20px solid rgba(0, 0, 0, 0.2);
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.2);
  }
  .seal .pic_on .box_txt_mission {
    border-radius: 2vw;
  }
  footer {
    font-size: 14px;
    line-height: 160%;
  }
  footer .footer_site_link01 ul {
    display: block;
  }
  footer .footer_site_link01 ul li {
    width: 100%;
    text-align: center;
    padding: 6px 0;
  }
  footer .footer_bnr {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  footer .footer_bnr a {
    margin: 10px 20px;
    width: 240px;
  }
  footer .footer_bnr a img {
    max-width: 100%;
  }
  footer #copyright {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  header .header_inner {
    width: calc(100% - 40px);
  }
  .home header .header_inner #omikuji-do {
    width: 180px;
    height: 28px;
    margin-top: 200px;
    margin-bottom: 20px;
  }
  .home header .header_inner #site_name {
    width: 280px;
    height: 46px;
  }
  #contener #contents {
    width: calc(100% - 40px);
    padding: 20px 0 20px 0;
  }
  #contener #contents .sec_main_title .box_bingo_list {
    width: 100%;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list {
    padding: 16px 4px;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_num {
    font-size: 42px;
    line-height: 100%;
    margin-right: 20px;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title h2 {
    font-size: 33px;
    line-height: 100%;
    margin-top: 6px;
  }
  #contener #contents .sec_main_title .box_bingo_list a.link_bingo_list .txt_title .txt_date {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  #contener #contents .sec_main_title .box_mission_post p {
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
  }
  #contener #contents .sec_main_title h2 {
    font-size: 22px;
  }
  #contener #contents .box_bingo_footer {
    flex-direction: column;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left {
    width: 100%;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_footer_left_top {
    padding: 0 0px 2px 0px;
    justify-content: center;
    border-bottom: solid 4px #ffffff;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt {
    margin-right: 1em;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .lbl_bingo_clear_mission_cnt, #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt_unit {
    font-size: 20px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_mission_cnt .txt_bingo_clear_mission_cnt {
    font-size: 32px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .lbl_bingo_clear_line_cnt, #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt_unit {
    font-size: 20px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_clear_line_cnt .txt_bingo_clear_line_cnt {
    font-size: 32px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_left .box_bingo_success_lbl {
    white-space: unset;
    font-size: 30px;
    margin-top: 30px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right {
    width: 100%;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val {
    margin-top: -20px;
    justify-content: center;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val .txt_bingo_success {
    font-size: 120px;
  }
  #contener #contents .box_bingo_footer .box_bingo_footer_right .box_bingo_success_val .txt_bingo_success_unit {
    font-size: 60px;
  }
  a.btn01,
  button.btn01 {
    font-size: 18px;
  }
  .seal {
    width: calc((100vw - 40px - 5.6vw) / 5 * 1);
    height: calc((100vw - 40px - 5.6vw) / 5 * 1.0576);
  }
  .seal.seal_l {
    width: 208px;
    height: 220px;
  }
  .seal .pic_off .box_txt_open, .seal .pic_on .box_txt_open {
    font-size: 5px;
    letter-spacing: normal;
  }
  .seal .pic_off .box_txt_mission .txt_mission, .seal .pic_on .box_txt_mission .txt_mission {
    font-size: 2.8vw;
  }
  .seal .pic_off .box_txt_clear, .seal .pic_on .box_txt_clear {
    font-size: 5px;
    letter-spacing: normal;
  }
  .seal .pic_off .box_txt_mission .txt_mission_num {
    font-size: 20px;
    letter-spacing: normal;
  }
  .seal .pic_off .box_txt_mission .txt_mission {
    font-size: 20px;
  }
  .seal .pic_off .corner {
    width: 40px;
    height: 40px;
    border-right: 20px solid rgba(0, 0, 0, 0.2);
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.2);
  }
  .seal .pic_on .box_txt_mission {
    border-radius: 2vw;
  }
  footer {
    font-size: 14px;
    line-height: 160%;
  }
  footer .footer_site_link01 ul {
    display: block;
  }
  footer .footer_site_link01 ul li {
    width: 100%;
    text-align: center;
    padding: 6px 0;
  }
  footer .footer_bnr {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  footer .footer_bnr a {
    margin: 10px 20px;
    width: 240px;
  }
  footer .footer_bnr a img {
    max-width: 100%;
  }
  footer #copyright {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
