@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.pc {
  display: block !important;
  font-size: 0;
}

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

.sp {
  display: none !important;
  font-size: 0;
}

@media screen and (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "游明朝", YuMincho, "MS P明朝", "MS 明朝", serif;
  font-display: swap;
}

.notoFnt {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

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

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  a.tel {
    pointer-events: initial;
  }
}

a.under {
  text-decoration: underline;
}

a.under:hover {
  text-decoration: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 900px) {
  p {
    font-size: 16px;
  }
}

.lang_wrap {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 10px;
  top: 9px;
  z-index: 10101;
}

@media screen and (max-width: 900px) {
  .lang_wrap {
    right: 15px;
    top: 5px;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .lang_wrap {
    top: 10px;
  }
}

.lang_wrap .lang_JP_btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .lang_wrap .lang_JP_btn {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .lang_wrap .lang_JP_btn {
    width: 40px;
    height: 40px;
  }
}

.lang_wrap .lang_EN_btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .lang_wrap .lang_EN_btn {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .lang_wrap .lang_EN_btn {
    width: 40px;
    height: 40px;
  }
}

.lang_wrap > div + div {
  margin-left: 12px;
}

#gNavi_head {
  width: 100%;
  padding: 1.25vw 0;
}

@media screen and (max-width: 900px) {
  #gNavi_head {
    height: 60px;
    padding: 0;
  }
}

#gNavi_head .inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner {
    display: block;
    height: 100%;
  }
}

#gNavi_head .inner #mobile-head {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #mobile-head {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle {
  display: none;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #mobile-head #nav-toggle {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: 20px;
    cursor: pointer;
    z-index: 101000;
    padding: 5px 0;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle .txt {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  margin-top: 24px;
  display: block;
  letter-spacing: -1px;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #mobile-head #nav-toggle div {
    position: relative;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle div span {
  display: block;
  position: absolute;
  height: 3px;
  width: 90%;
  background: #222;
  left: 5%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 8px;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  top: 17px;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  top: 26px;
}

#gNavi_head .inner .gNavi_menu {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner .gNavi_menu {
    margin-right: 0;
  }
}

#gNavi_head .inner #global-nav {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav {
    position: absolute;
    top: -3000px;
    height: 100vh;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    background: url(../img/common/bg08.png) center center repeat;
    opacity: .95;
    background-size: auto;
    text-align: center;
    margin-top: 60px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}

#gNavi_head .inner #global-nav .naviWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  text-align: center;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi {
    width: 100%;
    display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding-bottom: 30px;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li {
  width: 20%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li {
    float: none;
    position: static;
    width: 100%;
  }
  #gNavi_head .inner #global-nav .naviWrap .gNavi li:first-child {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li + li {
  border-left: 1px solid #333;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li + li {
    border-left: none;
    border-bottom: 1px solid #000;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li a {
  margin: 15px 15px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li a {
    font-size: 16px;
    width: 80%;
    padding: .5em 0;
    display: block;
    font-weight: 500;
    text-align: left;
    height: auto;
    color: #000;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li a:hover {
  opacity: .7;
}

@media screen and (max-width: 900px) {
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
    top: 17px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(3000px);
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
}

@media screen and (max-width: 900px) {
  .Gnavi_overflow {
    overflow: hidden;
  }
}

.header_bgwrap {
  background: url(../img/common/bg08.png) center center repeat;
  background-size: 200px 51px;
  position: sticky;
  left: 0;
  top: 0px;
  z-index: 10100;
  margin: 0 auto;
  padding: 0px 0 0;
}

@media screen and (max-width: 900px) {
  .header_bgwrap {
    position: fixed;
  }
}

/* sticky状態 */
.header_bgwrap.is-sticky {
  background: none;
}

/* trigger通過後 */
#gNavi_head.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.btnoff .caption {
  font-size: 15px;
  text-align: center;
  margin-bottom: .5em;
}

.btnoff a {
  pointer-events: none;
}

.mv {
  position: relative;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .mv {
    margin-top: 60px;
  }
}

.mv .mv_date_area {
  background: url(../img/common/bg04.png) center center repeat;
  background-size: 200px 200px;
  padding: 20px 0;
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area {
    background: url(../img/common/bg04.png) center center repeat;
    background-size: 100px 100px;
  }
}

.mv .mv_date_area .mv_date_area_inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area .mv_date_area_inner {
    display: block;
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area .mv_date_area_inner .imgWrap:first-child {
    margin-bottom: 15px;
  }
}

.mv .mv_date_area .mv_date_area_inner .imgWrap + .imgWrap {
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area .mv_date_area_inner .imgWrap + .imgWrap {
    margin-left: 0;
  }
}

/* ---------------------------------------------------- */
/* intro_wrap  section */
/* ---------------------------------------------------- */
.intro_wrap {
  position: relative;
  width: 100%;
  padding: 50px 0 50px;
  background: url(../img/common/bg06.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .intro_wrap {
    padding: 8vw 0 6vw;
  }
}

.intro_wrap:before {
  position: absolute;
  top: 20px;
  content: "";
  height: 18px;
  width: 100%;
  background: url(../img/common/line01.png) center center repeat-x;
  background-size: 204px 18px;
}

@media screen and (max-width: 900px) {
  .intro_wrap:before {
    top: 12px;
    height: 9px;
    background: url(../img/common/line01.png) center center repeat-x;
    background-size: 102px 9px;
  }
}

.intro_wrap:after {
  position: absolute;
  bottom: 20px;
  content: "";
  height: 18px;
  width: 100%;
  background: url(../img/common/line01.png) center center repeat-x;
  background-size: 204px 18px;
}

@media screen and (max-width: 900px) {
  .intro_wrap:after {
    bottom: 12px;
    height: 9px;
    background: url(../img/common/line01.png) center center repeat-x;
    background-size: 102px 9px;
  }
}

.intro_wrap .intro_wrap_inner {
  max-width: 1560px;
  margin: 0 auto;
  width: 90%;
  padding: 5vw 0 4vw;
}

.intro_wrap .intro_wrap_inner h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  color: #e0ce9b;
  font-size: 2.5vw;
}

@media screen and (min-width: 1600px) {
  .intro_wrap .intro_wrap_inner h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .intro_wrap .intro_wrap_inner h3 {
    font-size: 5.333vw;
    margin-top: .75em;
    padding: .75em 1em;
  }
}

.intro_wrap .intro_wrap_inner p {
  font-size: 28px;
  color: #e0ce9b;
  text-align: center;
  font-size: 1.75vw;
}

@media screen and (min-width: 1600px) {
  .intro_wrap .intro_wrap_inner p {
    font-size: 28px;
  }
}

@media screen and (max-width: 900px) {
  .intro_wrap .intro_wrap_inner p {
    font-size: 4vw;
    margin-bottom: 1.5em;
  }
}

/* ---------------------------------------------------- */
/* デジタルクイズラリー quizrally*/
/* ---------------------------------------------------- */
.quizrally .heading_read {
  text-align: center;
}

.quizrally .quizrally_slider_wrap_area {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow-x: hidden;
}

.quizrally .quizrally_slider_wrap {
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content {
  padding-top: 50px;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner {
  position: relative;
  border-radius: 14px;
  background: url(../img/common/bg01.png) center center repeat;
  background-size: 100px 100px;
  padding: 20px 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
  margin: 10px 0px;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .anchor_img {
  position: absolute;
  height: 80px;
  width: 80px;
  top: -40px;
  left: 0;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_ttl {
  max-width: 190px;
  margin: 0 auto 20px;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap {
  background: url(../img/common/bg11.png) center center repeat;
  background-size: 100px 100px;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
  margin-bottom: 15px;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_wrap_content_inner_wrap_ttl {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_wrap_content_inner_detail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap {
  width: 44%;
  margin: 4.5%;
  max-width: 130px;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap {
    margin: 4.5%;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap {
    margin: 4.5%;
  }
}

@media screen and (max-width: 600px) {
  .quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap {
    margin: 2.5%;
  }
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap .quizrally_spot {
  background: url(../img/common/stamp_bg.png) center center no-repeat;
  background-size: 130px 130px;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap .quizrally_spot .stamp_img {
  width: 110px;
  margin: 0 auto;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap p {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

.quizrally .quizrally_slider_wrap .quizrally_wrap_content .quizrally_wrap_content_inner .quizrally_wrap_content_inner_wrap .quizrally_spot_wrap p span {
  display: block;
  font-size: 10px;
}

.quizrally .quizrally_slider_wrap .btn_off {
  pointer-events: none;
}

.quizrally .quizurally_character_slide_wrap {
  position: relative;
}

.quizrally .quizurally_character_arrow_box {
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.quizrally .quizurally_character_arrow_box .prev-arrow,
.quizrally .quizurally_character_arrow_box .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #28346D;
  border: 1px solid #28346D;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizurally_character_arrow_box .prev-arrow,
  .quizrally .quizurally_character_arrow_box .next-arrow {
    width: 40px;
    height: 40px;
  }
}

.quizrally .quizurally_character_arrow_box .prev-arrow:hover,
.quizrally .quizurally_character_arrow_box .next-arrow:hover {
  background-color: #fff;
}

.quizrally .quizurally_character_arrow_box .prev-arrow:hover:before,
.quizrally .quizurally_character_arrow_box .next-arrow:hover:before {
  border-right: 1px solid #28346D;
  border-top: 1px solid #28346D;
  background: #28346D;
}

.quizrally .quizurally_character_arrow_box .prev-arrow:hover:after,
.quizrally .quizurally_character_arrow_box .next-arrow:hover:after {
  border: 1px solid #28346D;
  border-left: 0;
  border-bottom: 0;
}

.quizrally .quizurally_character_arrow_box .prev-arrow {
  transform: rotate(180deg);
  margin-right: 0;
}

.quizrally .quizurally_character_arrow_box .next-arrow {
  margin-left: 0;
}

.quizrally .quizurally_character_arrow_box .prev-arrow::before,
.quizrally .quizurally_character_arrow_box .next-arrow::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 1px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizurally_character_arrow_box .prev-arrow::before,
  .quizrally .quizurally_character_arrow_box .next-arrow::before {
    width: 20px;
  }
}

.quizrally .quizurally_character_arrow_box .prev-arrow::after,
.quizrally .quizurally_character_arrow_box .next-arrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 8px;
  box-sizing: border-box;
}

.quizrally_slider_wrap {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.quizrally_slider_wrap .slick-list {
  overflow: visible;
}

.quizrally_slider_wrap .slick-slide {
  opacity: 0.3;
}

.quizrally_slider_wrap .slick-current {
  opacity: 1;
}

.slide-arrow.slick-disabled {
  pointer-events: none !important;
  opacity: 0 !important;
}

.quizurally_character_arrow_box {
  position: relative;
}

.quizurally_character_arrow_box .prev-arrow {
  position: absolute;
  left: 0;
}

.quizurally_character_arrow_box .next-arrow {
  position: absolute;
  right: 0;
}

.correct_spot_popup_area {
  position: fixed;
  z-index: 10102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.correct_spot_popup_area .popup_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  overflow-y: scroll;
  margin: 2em 0;
  scrollbar-width: thin;
  scrollbar-color: #fff rgba(241, 241, 241, 0);
}

.correct_spot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
  border-radius: 4px;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content {
    width: 80%;
  }
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(1) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg1.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(2) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg2.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(3) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg3.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(4) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg4.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(5) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg5.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(6) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg6.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(7) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg7.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(8) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg8.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(9) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg9.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(10) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg10.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(11) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg11.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(12) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg12.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(13) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg13.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(14) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg14.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(15) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg15.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(16) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg16.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(17) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg17.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(18) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg18.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content:nth-child(19) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg19.png) center center no-repeat;
  background-size: cover;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content.blueCnt .ttlarea {
  background: url(../img/common/bg10.png) center bottom repeat;
  background-size: 100px 100px;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content.blueCnt .spot_detail dt {
  background-color: #1264af;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content.pinkCnt .ttlarea {
  background: url(../img/common/bg04.png) center bottom repeat;
  background-size: 100px 100px;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content.pinkCnt .spot_detail dt {
  background-color: #ce256a;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.3em 2em;
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea {
    padding: 3.4vw 4vw;
  }
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea .popup_close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  padding: 10px;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea .popup_close {
    font-size: 8vw;
    right: 10px;
  }
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
  width: 6.25vw;
  width: 60px;
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
    width: 9.333vw;
  }
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
  font-size: 3.125vw;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin-left: .5em;
  line-height: 1;
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl span {
  font-size: 64%;
}

@media screen and (min-width: 1600px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 4.8vw;
  }
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .contentarea {
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .contentarea {
    padding: 1em 1em 1.5em;
  }
}

.correct_spot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_spotimg {
  width: 84%;
  margin: 0 auto 1.5em;
}

@media screen and (max-width: 900px) {
  .correct_spot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_spotimg {
    width: 94%;
    margin-bottom: .75em;
  }
}

.clr_red {
  color: #b43200;
  font-weight: 600;
}

.quizrallyspot_popup_area {
  position: fixed;
  z-index: 10102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.quizrallyspot_popup_area .popup_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  overflow-y: scroll;
  margin: 2em 0;
  scrollbar-width: thin;
  scrollbar-color: #fff rgba(241, 241, 241, 0);
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
  border-radius: 4px;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content {
    width: 80%;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(1) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg1.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(2) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg2.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(3) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg3.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(4) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg4.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(5) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg5.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(6) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg6.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(7) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg7.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(8) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg8.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(9) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg9.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(10) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg10.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(11) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg11.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(12) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg12.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(13) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg13.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(14) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg14.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(15) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg15.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(16) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg16.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(17) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg17.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(18) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg18.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(19) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg19.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.blueCnt .ttlarea {
  background: url(../img/common/bg10.png) center bottom repeat;
  background-size: 100px 100px;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.blueCnt .spot_detail dt {
  background-color: #1264af;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.pinkCnt .ttlarea {
  background: url(../img/common/bg04.png) center bottom repeat;
  background-size: 100px 100px;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.pinkCnt .spot_detail dt {
  background-color: #ce256a;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.3em 2em;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea {
    padding: 3.4vw 4vw;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .popup_close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  padding: 10px;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .popup_close {
    font-size: 8vw;
    right: 10px;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
  width: 6.25vw;
  width: 60px;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
    width: 9.333vw;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
  font-size: 3.125vw;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin-left: .5em;
  line-height: 1;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl span {
  font-size: 64%;
}

@media screen and (min-width: 1600px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 4.8vw;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea {
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea {
    padding: 1em 1em 1.5em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_spotimg {
  width: 84%;
  margin: 0 auto 1.5em;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_spotimg {
    width: 94%;
    margin-bottom: .75em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popupcharacter {
  width: 90%;
  margin: 1em auto 0;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popupcharacter {
    margin-top: .5em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail {
  width: 84%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail {
    width: 94%;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dt {
  width: 5.5em;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-bottom: .5em;
  padding: .25em;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dt {
    font-size: 13px;
    margin-bottom: .25em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dd {
  width: calc(100% - 6em);
  padding-left: 0.5em;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-bottom: .5em;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dd {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 0;
    margin-bottom: .25em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_btn_area {
  display: flex;
  width: 80%;
  margin: 1.5em auto 0;
  justify-content: center;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_btn_area .popup_btn_area_inner {
  margin: 1em;
  width: 40%;
}

/* ---------------------------------------------------- */
/* 遊び方 howtoplay*/
/* ---------------------------------------------------- */
.howtoplay .quizrally_howto_step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 70px;
}

@media screen and (max-width: 900px) {
  .howtoplay .quizrally_howto_step {
    flex-direction: column;
  }
}

.howtoplay .quizrally_howto_step .quizrally_howto_step_inner {
  width: 31%;
  background-color: #fff;
  background: url(../img/common/bg01.png) center center repeat;
  background-size: 100px 100px;
  padding: 1em;
  border-radius: 14px;
  border: 6px solid #3d6934;
}

@media screen and (max-width: 900px) {
  .howtoplay .quizrally_howto_step .quizrally_howto_step_inner {
    width: 100%;
    margin: 0 auto 60px;
  }
  .howtoplay .quizrally_howto_step .quizrally_howto_step_inner:last-child {
    margin: 0 auto 0;
  }
}

.howtoplay .quizrally_howto_step .quizrally_howto_step_inner_img .step_icon {
  width: 50%;
  margin: -70px auto 0;
  max-width: 80px;
}

.howtoplay .quizrally_howto_step .quizrally_howto_step_inner_img .imgcontent {
  width: 60%;
  margin: 0 auto 1em;
  max-width: 180px;
}

.howtoplay .quizrally_howto_step .quizrally_howto_step_inner_txt p {
  line-height: 1.7;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .howtoplay .quizrally_howto_step .quizrally_howto_step_inner_txt p {
    font-size: 15px;
  }
}

.howtoplay .quizrally_howto_step .quizrally_howto_step_inner_txt p.indent {
  font-size: 13px;
}

.howtoplay .accordion_wrap .accordion_inner {
  background: url(../img/common/bg05.png) center center repeat;
  background-size: 60px 60px;
}

.howtoplay .accordion_wrap .accordion_inner dt {
  padding-left: 0;
}

.howtoplay .accordion_wrap .accordion_inner dt:before {
  display: none;
}

.howtoplay .accordion_wrap .accordion_inner dd {
  padding-left: 0;
}

.howtoplay .accordion_wrap .accordion_inner dd:before {
  display: none;
}

.howtoplay .inner_type5 {
  width: 100%;
}

/* ---------------------------------------------------- */
/* デジタルクイズラリーマップ quizrallymap*/
/* ---------------------------------------------------- */
.quizrallymap .btn_flex_wrap_content {
  cursor: pointer;
  padding: .75em 1.5em;
}

.quizrallymap .btn_flex_wrap_content p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.quizrallymap .btn_flex_wrap_content p span {
  font-size: 70%;
}

.quizrallymap .btn_flex_wrap_content:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .quizrallymap .btn_flex_wrap_content:before {
    content: '';
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.quizrallymap .btn_flex_wrap_content.popup_btn01:before {
  position: absolute;
  background: url(../img/common/spot_ico_a.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn02:before {
  position: absolute;
  background: url(../img/common/spot_ico_b.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn03:before {
  position: absolute;
  background: url(../img/common/spot_ico_c.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn04:before {
  position: absolute;
  background: url(../img/common/spot_ico_d.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn05:before {
  position: absolute;
  background: url(../img/common/spot_ico_e.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn06:before {
  position: absolute;
  background: url(../img/common/spot_ico_f.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn07:before {
  position: absolute;
  background: url(../img/common/spot_ico_g.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn08:before {
  position: absolute;
  background: url(../img/common/spot_ico_h.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn09:before {
  position: absolute;
  background: url(../img/common/spot_ico_i.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn10:before {
  position: absolute;
  background: url(../img/common/spot_ico_j.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn11:before {
  position: absolute;
  background: url(../img/common/spot_ico_k.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn12:before {
  position: absolute;
  background: url(../img/common/spot_ico_l.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn13:before {
  position: absolute;
  background: url(../img/common/spot_ico_m.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn14:before {
  position: absolute;
  background: url(../img/common/spot_ico_n.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn15:before {
  position: absolute;
  background: url(../img/common/spot_ico_o.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn16:before {
  position: absolute;
  background: url(../img/common/spot_ico_p.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn17:before {
  position: absolute;
  background: url(../img/common/spot_ico_q.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn18:before {
  position: absolute;
  background: url(../img/common/spot_ico_r.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.popup_btn19:before {
  position: absolute;
  background: url(../img/common/spot_ico_s.png) center center no-repeat;
  background-size: 30px 30px;
}

.quizrallymap .btn_flex_wrap_content.btn_off {
  pointer-events: none;
}

.quizrallymap .btn_flex_wrap_content.btn_off p {
  max-width: 50px;
}

.quizrallymap .quizrallymap_read {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .quizrallymap .quizrallymap_read {
    text-align: left;
  }
}

.quizrallymap .indent_read {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .quizrallymap .indent_read {
    text-align: left;
  }
}

/* ---------------------------------------------------- */
/* オリジナル賞品 original_goods　*/
/* ---------------------------------------------------- */
.original_goods .inner_type3 {
  margin-top: 2.5em;
}

@media screen and (max-width: 900px) {
  .original_goods .inner_type3 {
    margin-top: 1.5em;
  }
}

.original_goods .inner_type3.original_goods_inner {
  background: url(../img/common/bg01.png) center center repeat;
  background-size: 100px 100px;
  border-radius: 14px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  padding: 2em;
}

@media screen and (max-width: 900px) {
  .original_goods .inner_type3.original_goods_inner {
    padding: 1.5em 1em;
  }
}

.original_goods .inner_type3.original_goods_inner .ttlimg {
  max-width: 160px;
  margin: 0 auto 1em;
}

@media screen and (max-width: 900px) {
  .original_goods .inner_type3.original_goods_inner .ttlimg {
    width: 70%;
    max-width: 120px;
    margin: 0 auto;
  }
}

.original_goods .inner_type3.original_goods_inner .ttltxt {
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-size: 40px;
  color: #000;
}

@media screen and (max-width: 900px) {
  .original_goods .inner_type3.original_goods_inner .ttltxt {
    font-size: 27px;
  }
}

.original_goods .inner_type3.original_goods_inner .ttltxt span {
  font-size: 28px;
}

@media screen and (max-width: 900px) {
  .original_goods .inner_type3.original_goods_inner .ttltxt span {
    font-size: 18px;
  }
}

.original_goods .inner_type3.original_goods_inner .ttldate {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #b43200;
}

@media screen and (max-width: 900px) {
  .original_goods .inner_type3.original_goods_inner .ttldate {
    font-size: 20px;
  }
}

.original_goods .original_goods_flexwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  margin-top: 1.5em;
}

@media screen and (max-width: 900px) {
  .original_goods .original_goods_flexwrap {
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
}

.original_goods .original_goods_flexwrap .original_goods_flexwrap_cnt {
  width: 32%;
  margin-bottom: 1em;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .original_goods .original_goods_flexwrap .original_goods_flexwrap_cnt {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 1em;
  }
}

@media screen and (max-width: 900px) {
  .original_goods .original_goods_flexwrap .original_goods_flexwrap_cnt p {
    text-align: center;
  }
}

.original_goods .original_goods_flexwrap .original_goods_flexwrap_cnt .caption {
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .original_goods .original_goods_flexwrap .original_goods_flexwrap_cnt .caption {
    font-size: 15px;
  }
}

.original_goods .original_goods_caution {
  text-align: center;
  font-size: 20px;
  color: #b43200;
}

@media screen and (max-width: 900px) {
  .original_goods .original_goods_caution {
    font-size: 16px;
  }
}

.original_goods .txtptn1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .original_goods .txtptn1 {
    font-size: 16px;
  }
}

.original_goods .txtptn1 span {
  color: #b43200;
}

.original_goods .txtptn2 {
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .original_goods .txtptn2 {
    font-size: 17px;
  }
}

.original_goods .heading3 {
  margin-top: 2.5em;
}

.original_goods .btn_flex_wrap .btn_flex_wrap_content:before {
  position: absolute;
  background: url(../img/common/present_ico.png) center center no-repeat;
  background-size: 39px 49px;
  content: '';
  width: 39px;
  height: 49px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap .btn_flex_wrap_content:before {
    background: url(../img/common/present_ico.png) center center no-repeat;
    background-size: 29px 39px;
    content: '';
    width: 29px;
    height: 39px;
    left: 20px;
  }
}

.original_goods .btn_flex_wrap2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2 {
    flex-direction: column;
  }
}

.original_goods .btn_flex_wrap2 .btn_flex_wrap_content {
  width: 47%;
  margin: 1% auto;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2 .btn_flex_wrap_content {
    width: 100%;
    margin: 0 auto 2em;
  }
}

.original_goods .btn_flex_wrap2.ex_content .ex_ttl {
  max-width: 460px;
  width: 90%;
  margin: 0 auto 1em;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2.ex_content .ex_ttl {
    max-width: 300px;
    width: 70%;
  }
}

.original_goods .btn_flex_wrap2.ex_content .ttltxt {
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-size: 25px;
  color: #000;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2.ex_content .ttltxt {
    font-size: 20px;
  }
}

.original_goods .btn_flex_wrap2.ex_content .ttltxt span {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2.ex_content .ttltxt span {
    font-size: 18px;
  }
}

.original_goods .btn_flex_wrap2.ex_content .ttldate {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #b43200;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2.ex_content .ttldate {
    font-size: 20px;
  }
}

.original_goods .btn_flex_wrap2.ex_content .ex_img {
  width: 80%;
  margin: 1em auto 0;
}

@media screen and (max-width: 900px) {
  .original_goods .btn_flex_wrap2.ex_content .ex_img {
    width: 90%;
  }
}

.original_goods .ex_caution {
  color: #b43200;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .original_goods .ex_caution {
    font-size: 13px;
    text-align: left;
  }
}

.present_popup {
  display: none;
  position: fixed;
  z-index: 10111;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.present_popup_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  max-height: 90vh;
  transform: translate(-50%, -50%);
}

.present_popup_img img {
  display: block;
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.present_popup_close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 25px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
}

.correct_popup {
  display: none;
  position: fixed;
  z-index: 10111;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.correct_popup_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  max-height: 90vh;
  transform: translate(-50%, -50%);
}

.correct_popup_img img {
  display: block;
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.correct_popup_close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 25px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
}

/* ---------------------------------------------------- */
/* faq */
/* ---------------------------------------------------- */
.faq .accordion_wrap .accordion_inner {
  background: url(../img/common/bg09.png) center center repeat;
  background-size: 60px 60px;
}

.faq .inner_type5 {
  width: 100%;
}

/* ---------------------------------------------------- */
/* present_exchange_wrap  */
/* ---------------------------------------------------- */
.present_exchange_wrap p {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}

.present_exchange_wrap p.caption {
  font-size: 12px;
  text-align: left;
  color: #a40c5e;
}

.present_exchange_wrap .present_exchange_btnwrap {
  position: relative;
  background-color: #a40c5e;
  border-radius: 30px;
  width: 82%;
  margin: 20px auto 20px;
}

.present_exchange_wrap .present_exchange_btnwrap:before {
  position: absolute;
  z-index: 1;
  content: '';
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
  height: 20px;
}

.present_exchange_wrap .present_exchange_btnwrap.winter:before {
  background: url(../img/jp/stamp_btn_ttl2.png) center center no-repeat;
  background-size: 100%;
}

.present_exchange_wrap .present_exchange_btnwrap.autumn:before {
  background: url(../img/jp/stamp_btn_ttl1.png) center center no-repeat;
  background-size: 100%;
}

.present_exchange_wrap .present_exchange_btnwrap.btnoff::after {
  position: absolute;
  border-radius: 30px;
  z-index: 0;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.present_exchange_wrap .present_exchange_btnwrap.btnoff .present_exchange_btn_inner {
  pointer-events: none;
}

.present_exchange_wrap .present_exchange_btnwrap .present_exchange_btn_inner {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 10px;
}

.present_exchange_wrap .present_exchange_btnwrap .present_exchange_btn_inner span {
  display: block;
  font-size: 10px;
  margin: 5px 0 0;
}

/* ---------------------------------------------------- */
/* common */
/* ---------------------------------------------------- */
.inner_type1 {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.inner_type2 {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
}

.inner_type3 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.inner_type4 {
  max-width: 1450px;
  width: 90%;
  margin: 0 auto;
}

.inner_type5 {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}

.accordion_wrap {
  margin: 1em 0;
}

.accordion_wrap .accordion_inner {
  border-radius: 7px;
  padding: 1em 1.5em 1.5em;
  margin-top: 1.5em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 900px) {
  .accordion_wrap .accordion_inner {
    padding: 1em .75em 1.5em;
  }
}

.accordion_wrap .accordion_inner dt {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: .5em 0 .25em;
  padding-left: 1.75em;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .accordion_wrap .accordion_inner dt {
    padding: .5em 1em .25em 1.5em;
    line-height: 1.3;
    font-size: 3.733vw;
    font-size: 18px;
  }
}

.accordion_wrap .accordion_inner dt:before {
  position: absolute;
  content: 'Q';
  left: 0;
  top: 0;
  font-size: 35px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .accordion_wrap .accordion_inner dt:before {
    font-size: 25px;
    top: .1em;
  }
}

.accordion_wrap .accordion_inner dt:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .75em;
  height: .75em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: transform .3s ease;
}

.accordion_wrap .accordion_inner dd {
  position: relative;
  display: none;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  margin-top: .75em;
  padding-left: 1.75em;
}

@media screen and (max-width: 900px) {
  .accordion_wrap .accordion_inner dd {
    font-size: 16px;
  }
}

.accordion_wrap .accordion_inner dd:before {
  font-size: 35px;
  color: #fff100;
  position: absolute;
  content: 'A';
  left: 0;
  top: -.5em;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .accordion_wrap .accordion_inner dd:before {
    font-size: 25px;
    top: -.3em;
  }
}

.accordion_wrap .accordion_inner.open dt {
  margin-bottom: .75em;
}

.accordion_wrap .accordion_inner.open dt:after {
  transform: translateY(25%) rotate(-45deg);
}

.btn_flex_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 800px;
  margin: 2em auto 0;
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap {
    flex-direction: column;
    width: 100%;
  }
}

.btn_flex_wrap .btn_flex_wrap_content {
  position: relative;
  background: url(../img/common/bg07.png) center center repeat;
  background-size: 360px 60px;
  border-radius: 3.75vw;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  width: 47%;
  margin: 1.5%;
  min-height: 63px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap .btn_flex_wrap_content {
    width: 80%;
    margin-bottom: 2.5%;
    border-radius: 10.667vw;
  }
}

.btn_flex_wrap .btn_flex_wrap_content a {
  padding: 1.5em;
  display: block;
}

.btn_flex_wrap .btn_flex_wrap_content a:hover {
  opacity: .6;
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap .btn_flex_wrap_content a {
    padding: 1.25em;
  }
}

.btn_flex_wrap .btn_flex_wrap_content a p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap .btn_flex_wrap_content a p {
    font-size: 15px;
  }
}

.btn_flex_wrap .btn_flex_wrap_content a p span {
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 1100px) {
  .btn_flex_wrap .btn_flex_wrap_content a p span {
    font-size: 13px;
  }
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap .btn_flex_wrap_content a p span {
    font-size: 2.667vw;
    font-size: 2.4vw;
  }
}

section {
  position: relative;
  width: 100%;
  padding: 60px 0 80px;
}

@media screen and (max-width: 900px) {
  section {
    padding: 40px 0 50px;
  }
}

section .section_inner {
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
}

.bgPtn1 {
  background: url(../img/common/bg02.png) center center repeat;
  background-size: 100px 100px;
}

@media screen and (max-width: 900px) {
  .bgPtn1 {
    background: url(../img/common/bg02.png) center center repeat;
    background-size: 80px 80px;
  }
}

.bgPtn2 {
  background: url(../img/common/bg03.png) center center repeat;
  background-size: 120px 120px;
}

@media screen and (max-width: 900px) {
  .bgPtn2 {
    background: url(../img/common/bg03.png) center center repeat;
    background-size: 60px 60px;
  }
}

.bgPtn3 {
  background: url(../img/common/bg01.png) center center repeat;
  background-size: 300px 300px;
}

@media screen and (max-width: 900px) {
  .bgPtn3 {
    background: url(../img/common/bg01.png) center center repeat;
    background-size: 150px 150px;
  }
}

.bgPtn4 {
  background: url(../img/common/bg05.png) center center repeat;
  background-size: 160px 160px;
}

@media screen and (max-width: 900px) {
  .bgPtn4 {
    background: url(../img/common/bg01.png) center center repeat;
    background-size: 80px 80px;
  }
}

.bgPtn5 {
  background: url(../img/common/bg07.png) center center repeat;
  background-size: 360px 60px;
}

@media screen and (max-width: 900px) {
  .bgPtn5 {
    background: url(../img/common/bg07.png) center center repeat;
    background-size: 180px 30px;
  }
}

.heading_ptn1 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .heading_ptn1 {
    width: 100%;
  }
}

.heading_ptn1:before {
  position: absolute;
  width: 100%;
  height: 22px;
  content: '';
  background: url(../img/common/heading_line01.png) center center repeat-x;
  position: absolute;
  background-size: 202px 22px;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .heading_ptn1:before {
    height: 2.933vw;
    background-size: 26.933vw 2.933vw;
  }
}

.heading_ptn1 img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 140px;
  width: 12%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .heading_ptn1 img {
    width: 18.667vw;
  }
}

.heading2 {
  position: relative;
  font-size: 40px;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .heading2 {
    font-size: 8vw;
    font-size: 35px;
    padding-bottom: 8vw;
    padding-bottom: 1em;
  }
}

.heading2:after {
  position: absolute;
  content: '';
  background: url(../img/common/deco_img02.png) center center no-repeat;
  background-size: 316px 25px;
  height: 25px;
  width: 316px;
  bottom: -0px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .heading2:after {
    background: url(../img/common/deco_img02.png) center center no-repeat;
    background-size: 54.8vw 4.4vw;
    height: 4.4vw;
    width: 54.8vw;
    background-size: 237px 19px;
    height: 19px;
    width: 237px;
  }
}

.heading3 {
  position: relative;
  font-size: 36px;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .heading3 {
    font-size: 8vw;
    padding-bottom: 8vw;
  }
}

.heading3:after {
  position: absolute;
  content: '';
  background: url(../img/common/deco_img03.png) center center no-repeat;
  background-size: 280px 14px;
  height: 14px;
  width: 280px;
  bottom: -0px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .heading3:after {
    background: url(../img/common/deco_img03.png) center center no-repeat;
    background-size: 54.8vw 4.4vw;
    height: 4.4vw;
    width: 54.8vw;
  }
}

.heading_read {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .heading_read {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .heading_read {
    font-size: 3.733vw;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

.mb_halfem {
  margin-bottom: .75em;
}

@media screen and (max-width: 900px) {
  .mb_halfem {
    margin-bottom: 1em !important;
  }
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

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

/* ---------------------------------------------------- */
/* pagetop */
/* ---------------------------------------------------- */
#pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
  width: 80px;
  height: 80px;
  background: url(../img/jp/totop.png) center center no-repeat;
  background-size: 80px 80px;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all .5s;
  transition: background 0.2s, opacity 0.25s, transform 0.35s, -webkit-transform 0.35s;
}

#pagetop.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  display: block;
}

#pagetop:hover {
  opacity: 0.8;
}

#pagetop:hover span:before {
  top: 13px;
  transition: all .2s;
}

#pagetop:hover span:after {
  top: 0px;
  transition: all .2s;
}

#pagetop span {
  display: block;
  position: relative;
  width: 50px;
  height: 75px;
  font-size: 11px;
  line-height: 115px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}

#pagetop span:before {
  content: '';
  position: absolute;
  top: 22px;
  right: 3px;
  z-index: 1;
  height: 1px;
  width: 45px;
  background: #000;
  transform: rotate(-90deg);
}

#pagetop span:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 20px;
  z-index: 1;
  height: 1px;
  width: 20px;
  background: #000;
  transform: rotate(-65deg);
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  width: 100%;
  padding: 20px 0px 0px;
}

footer .bnr_wrap {
  max-width: 1000px;
  width: 84%;
  margin: 30px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap {
    display: block;
  }
}

footer .bnr_wrap a {
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  margin: 1.5%;
}

footer .bnr_wrap a:first-child {
  width: 42%;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a:first-child {
    width: 60%;
    margin: 0 auto 3%;
    max-width: 240px;
  }
}

footer .bnr_wrap a:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a:nth-child(2) {
    width: 60%;
    margin: 0 auto 3%;
    max-width: 240px;
  }
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a {
    margin-bottom: 10px;
    height: auto;
  }
}

footer .bnr_wrap a:hover {
  opacity: .8;
}

footer .bnr_wrap a img {
  max-height: 100%;
  width: auto;
  display: block;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a img {
    width: 100%;
    height: auto;
  }
}

footer .footer_read_wrap {
  width: 90%;
  margin: 0 auto;
}

footer .footer_read {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 900px) {
  footer .footer_read {
    font-size: 13px;
  }
}

footer .copy {
  background-color: #000;
  padding: 10px 20px;
  margin-top: 3.5em;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 900px) {
  footer .copy {
    font-size: 12px;
  }
}
