@charset "UTF-8";

/* 上書き要素 */
#tenmil .tenmil-wrap .tenmil-main {
  width: 100%;
}
header {
  margin-bottom: auto;
  width: initial;
  height: initial;
  transform: none;
  transition: unset;
  background: none;
  z-index: 2;
}
#page-top a {
  text-indent: 0 !important;
  opacity: unset;
}
/* --------------------------------------------------------
  大阪・関西万博 攻略MAP
-------------------------------------------------------- */
#banpaku_map {
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 1440px;
  letter-spacing: 0.1em;
}
#banpaku_map a:hover {
  opacity: 0.8;
}
#banpaku_map .sp {
  display: none;
}
#banpaku_map .pc {
  display: block;
}
#banpaku_map img {
  width: auto;
  max-width: 100%;
}

#floating_btn {
  position: fixed;
  top: 175px;
  right: 20px;
  display: block;
  margin: 0;
  padding: 20px 0;
  width: 90px;
  height: auto;
  z-index: 2;
  background-color: #fcf311;
  border-radius: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  gap: 15px;
}
#floating_btn .cart {
  margin: 0 auto;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#floating_btn .btn {
  width: 100%;
}
#floating_btn .btn p {
  font-size: 1.2rem;
  line-height: 156%;
  font-weight: 700;
  color: #0068b7;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#floating_btn .btn p::after {
  content: "";
  width: 50px;
  height: 50px;
  z-index: -1;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
}

#banpaku_map .mv {
  width: 100%;
  background-color: #c7ebff;
}
#banpaku_map .mv__block {
  padding: 40px 0;
  width: 100%;
  background-color: #0068b7;
  /*  background-image: url(../img/mook_bg.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 440px) center;
  background-size: auto 88.28%; */
  border-radius: 0 0 80px 80px;
}
#banpaku_map .mv .mv__inner {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
#banpaku_map .mv .book {
  width: 368px;
}
#banpaku_map .mv .book_ttl {
  width: 700px;
}
#banpaku_map .mv .book_ttl h2 {
  margin-bottom: 40px;
}
#banpaku_map .mv .book figure {
}
#banpaku_map .mv .book figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #fff;
}
#banpaku_map .mv .book_buy {
  margin: 0 auto;
  padding: 30px;
  background-color: #fcf311;
  border-radius: 40px;
}
#banpaku_map .mv .book_buy .btns {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
#banpaku_map .mv .book_buy .btns .btn_wrap {
  width: 200px;
  height: 65px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#banpaku_map .mv .book_buy .btns .btn_wrap::after {
  position: absolute;
}
#banpaku_map .mv .book_buy .btns .btn_wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#banpaku_map .mv .book_buy p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#banpaku_map .mv .book_buy .btns p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 182%;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.kd {
  border: 2px solid #000066;
  box-shadow: 0 5px 0 #000066;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.kd p {
  color: #000066;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.am {
  border: 2px solid #f08804;
  box-shadow: 0 5px 0 #f08804;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.am p {
  color: #f08804;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.rk {
  border: 2px solid #bf0000;
  box-shadow: 0 5px 0 #bf0000;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.rk p {
  color: #bf0000;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.kd:hover {
  box-shadow: 0 2px 0 #000066;
  margin-top: 1px;
  transition: all 0.3s;
  opacity: 0.8;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.am:hover {
  box-shadow: 0 2px 0 #f08804;
  margin-top: 1px;
  transition: all 0.3s;
  opacity: 0.8;
}
#banpaku_map .mv .book_buy .btns .btn_wrap.rk:hover {
  box-shadow: 0 2px 0 #bf0000;
  margin-top: 1px;
  transition: all 0.3s;
  opacity: 0.8;
}

/* こんな不安や疑問は */
#banpaku_map .concern {
  position: relative;
  margin-bottom: -80px;
  padding: 80px 0;
  text-align: center;
  /*background-image: url(../img/concern_bg.svg);
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 87.5% auto;*/
}
#banpaku_map .concern h2 {
  margin: 0 auto;
  text-align: center;
  width: 56.25%;
}
#banpaku_map .concern_image {
  padding: 40px 0;
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
}
#banpaku_map .solution {
  padding-bottom: 80px;
}
#banpaku_map .solution .book_buy {
  margin: 0 auto;
  padding: 40px 0;
  width: auto;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 40px;
}
#banpaku_map .solution h3 {
  padding: 0 0 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #e60012;
  border: none;
}
#banpaku_map .solution .book_buy .btns {
  margin: 0 auto;
  width: auto;
  max-width: 1000px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
#banpaku_map .solution .book_buy .btns .btn_wrap {
  width: 320px;
  height: 90px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banpaku_map .solution .book_buy .btns .btn_wrap::after {
  position: absolute;
}
#banpaku_map .solution .book_buy p {
  margin-top: 35px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
#banpaku_map .solution .book_buy .btns p {
  margin: 0;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#banpaku_map .solution .book_buy .btns .btn_wrap.kd {
  border: 4px solid #000066;
  box-shadow: 0 5px 0 #000066;
}
#banpaku_map .solution .book_buy .btns .btn_wrap.kd p {
  color: #000066;
}
#banpaku_map .solution .book_buy .btns .btn_wrap.am {
  border: 4px solid #f08804;
  box-shadow: 0 5px 0 #f08804;
}
#banpaku_map .solution .book_buy .btns .btn_wrap.am p {
  color: #f08804;
}
#banpaku_map .solution .book_buy .btns .btn_wrap.rk {
  border: 4px solid #bf0000;
  box-shadow: 0 5px 0 #bf0000;
}
#banpaku_map .solution .book_buy .btns .btn_wrap.rk p {
  color: #bf0000;
}

/* ウォーカームックが万博攻略の鍵 */
#banpaku_map .spec {
  width: 100%;
  aspect-ratio: 1440 / 4140;
  background-image: url(../img/spec_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
#banpaku_map .spec h2 {
  padding-top: 200px;
  padding-bottom: 200px;
  font-size: 4.8rem;
  color: #0068b7;
  text-align: center;
  position: relative;
}
#banpaku_map .spec .spec__inner {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /*  gap: 100px; */
}
#banpaku_map .spec .spec__inner figure {
  margin-right: auto;
  margin-bottom: 82px;
  width: 91.6%;
}
#banpaku_map .spec .spec__inner figure:nth-child(2n) {
  margin-right: initial;
  margin-left: auto;
}
#banpaku_map .spec .spec__inner figure:last-child {
  margin-bottom: 0;
}
#banpaku_map .spec img {
  width: auto;
  max-width: 100%;
}

/* 書籍情報とご購入のご案内 */
#banpaku_map .information {
  margin-top: -5px;
  padding: 60px 0;
  width: 100%;
  background-color: #0068b7;
}
#banpaku_map .information h2 {
  padding-bottom: 40px;
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  position: relative;
}
#banpaku_map .information .info__inner {
  margin: 40px auto;
  padding: 40px 0;
  width: auto;
  max-width: 1200px;
  background-color: #fff;
  /*background-image: url(../img/info_bg.svg);*/
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50% auto;
  border-radius: 40px;
}
#banpaku_map .information .mook_about {
  margin: 0 auto 80px;
  width: auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#banpaku_map .information .mook_data {
  margin: 0 auto;
  width: 560px;
}
#banpaku_map .information .mook_image {
  margin: 0 auto;
  width: 322px;
}
#banpaku_map .information .mook_image figure {
}
#banpaku_map .information .mook_image figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
}
#banpaku_map .information .mook_data dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
  flex-direction: row;
  flex-wrap: wrap;
}
#banpaku_map .information .mook_data dt,
#banpaku_map .information .mook_data dd {
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
#banpaku_map .information .mook_data dt {
  padding: 0.4rem;
  width: 150px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #e60012;
  border-radius: 20px;
}
#banpaku_map .information .mook_data dd {
  width: calc(100% - 170px);
}

#banpaku_map .information .book_buy {
  margin: 0 auto;
  width: auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
#banpaku_map .information .book_buy .btns {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
#banpaku_map .information .book_buy .btns .btn_wrap {
  width: 320px;
  height: 90px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#banpaku_map .information .book_buy .btns .btn_wrap::after {
  position: absolute;
}
#banpaku_map .information .book_buy .btns .btn_wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#banpaku_map .information .book_buy p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
#banpaku_map .information .book_buy .btns p {
  margin: 0;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#banpaku_map .information .book_buy .btns .btn_wrap.kd {
  border: 4px solid #000066;
  box-shadow: 0 5px 0 #000066;
}
#banpaku_map .information .book_buy .btns .btn_wrap.kd p {
  color: #000066;
}
#banpaku_map .information .book_buy .btns .btn_wrap.am {
  border: 4px solid #f08804;
  box-shadow: 0 5px 0 #f08804;
}
#banpaku_map .information .book_buy .btns .btn_wrap.am p {
  color: #f08804;
}
#banpaku_map .information .book_buy .btns .btn_wrap.rk {
  border: 4px solid #bf0000;
  box-shadow: 0 5px 0 #bf0000;
}
#banpaku_map .information .book_buy .btns .btn_wrap.rk p {
  color: #bf0000;
}
#banpaku_map .information .book_buy .btns .btn_wrap.kd:hover {
  box-shadow: 0 2px 0 #000066;
  margin-top: 1px;
  transition: all 0.3s;
  opacity: 0.8;
}
#banpaku_map .information .book_buy .btns .btn_wrap.am:hover {
  box-shadow: 0 2px 0 #f08804;
  margin-top: 1px;
  transition: all 0.3s;
  opacity: 0.8;
}
#banpaku_map .information .book_buy .btns .btn_wrap.rk:hover {
  box-shadow: 0 2px 0 #bf0000;
  margin-top: 1px;
  transition: all 0.3s;
  opacity: 0.8;
}

/* よくあるご質問 */
#banpaku_map .faq {
  padding: 300px 0 100px;
  width: 100%;
  background-image: url(../img/info_bottom.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
#banpaku_map .faq h2 {
  padding-bottom: 40px;
  font-size: 4.8rem;
  color: #0068b7;
  text-align: center;
  position: relative;
}
#banpaku_map .faq dl {
  margin: 0 auto 20px;
  padding: 20px;
  width: 800px;
  background-color: #c7ebff;
  border-radius: 20px;
}
#banpaku_map .faq dt,
#banpaku_map .faq dd {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#banpaku_map .faq dt p {
  margin: 0;
  font-size: 2rem;
  color: #0068b7;
  font-weight: 700;
  line-height: 1.6;
  flex: 1;
}
#banpaku_map .faq dd p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  flex: 1;
}
#banpaku_map .faq span {
  width: 40px;
}

/* キャンペーン */
#banpaku_map .campaign {
  padding: 200px 0 80px;
  width: 100%;
  background-color: #ffff92;
  background-image: url(../img/faq_bottom.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
#banpaku_map .campaign h2 {
  padding: 0 0 40px;
  font-size: 4.8rem;
  color: #0068b7;
  line-height: 1.4;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banpaku_map .campaign h2 .sub-ttl {
  width: auto;
}
#banpaku_map .campaign h2 .flag {
  height: 15rem;
  aspect-ratio: 105/184;
}
#banpaku_map .campaign p {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
#banpaku_map .campaign .btn_wrap {
  margin: 40px auto;
  width: 400px;
  height: 90px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #0068b7;
}
#banpaku_map .campaign .btn_wrap a {
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  color: #0068b7;
  font-weight: 700;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#banpaku_map .campaign .btn_wrap a::before {
  content: "";
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/cmp_img03.svg) no-repeat center center/54px auto;
}

#banpaku_map .campaign .btn_wrap-l {
  margin: 40px auto;
  width:90%;
  max-width: 800px;
  height: 90px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #0068b7;
}
#banpaku_map .campaign .btn_wrap-l a {
  width: 100%;
  height: 100%;
  font-size: 2.0rem;
  color: #0068b7;
  font-weight: 700;
line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:1em;
}


#banpaku_map .campaign .inc_block {
  margin: 0 auto 80px;
  width: auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
#banpaku_map .campaign .inc_block:last-child {
  margin-bottom: 0;
}
#banpaku_map .campaign .inc_block .iframe_wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#banpaku_map .campaign .inc_block .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1700px) {
}
@media screen and (max-width: 1560px) {
}

@media screen and (max-width: 1400px) {
  #banpaku_map .spec .spec__inner figure {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1360px) {
  #banpaku_map .spec .spec__inner figure {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1260px) {
  #banpaku_map .mv .mv__inner {
    max-width: 90vw;
    gap: 2vw;
  }
  #banpaku_map .mv .book {
    width: 30vw;
  }
  #banpaku_map .mv .book_ttl {
    width: 58vw;
  }

  #banpaku_map .mv .book_buy {
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fcf311;
    border-radius: 40px;
  }
  #banpaku_map .mv .book_buy .btns .btn_wrap {
    width: 32%;
    height: 65px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
  }
  #banpaku_map .mv .book_buy .btns p {
    line-height: 160%;
  }

  /* こんな不安や疑問は */
  #banpaku_map .concern {
    margin-bottom: -60px;
    padding: 60px 0;
  }
  #banpaku_map .concern h2 {
    margin: 0 auto;
    text-align: center;
  }
  #banpaku_map .solution {
    padding-bottom: 60px;
  }
  #banpaku_map .solution .book_buy {
    margin: 0 auto;
    padding: 30px 0;
    width: 90vw;
    background-color: #fff;
    max-width: initial;
  }
  #banpaku_map .solution h3 {
    padding-bottom: 30px;
  }
  #banpaku_map .solution .book_buy .btns {
    margin: 0 auto;
    width: 90vw;
    max-width: initial;
    height: 100px;
  }
  #banpaku_map .solution .book_buy .btns .btn_wrap {
    width: 32%;
    height: 90px;
  }

  /* ウォーカームックが万博攻略の鍵 */
  #banpaku_map .spec {
    width: 100%;
  }
  #banpaku_map .spec h2 {
    padding-top: 14vw;
    padding-bottom: 12vw;
    font-size: clamp(3rem, -0.6rem + 7.2vw, 4.8rem);
  }
  #banpaku_map .spec .spec__inner {
    margin: 0 auto;
    width: 100%;
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    /*  gap: 100px; */
  }
  #banpaku_map .spec .spec__inner figure {
    margin-right: auto;
    margin-bottom: 4vw;
    width: 78%;
  }
  #banpaku_map .spec .spec__inner figure:nth-child(2n) {
    margin-right: initial;
    margin-left: auto;
  }
  #banpaku_map .spec .spec__inner figure:last-child {
    margin-bottom: 0;
  }

  /* 書籍情報とご購入のご案内 */
  #banpaku_map .information {
    margin-top: -5px;
    padding: 40px 0;
    width: 100%;
    background-color: #0068b7;
  }
  #banpaku_map .information h2 {
    padding-bottom: 40px;
    font-size: clamp(3rem, -0.6rem + 7.2vw, 4.8rem);
  }
  #banpaku_map .information .info__inner {
    margin: 40px auto;
    padding: 40px 0;
    width: 90vw;
    max-width: initial;
  }
  #banpaku_map .information .mook_about {
    margin: 0 auto 40px;
    width: 90%;
    max-width: initial;
  }
  #banpaku_map .information .mook_data {
    margin: 0 auto;
    width: 60%;
  }
  #banpaku_map .information .mook_image {
    margin: 0 auto;
    width: 28%;
  }
  #banpaku_map .information .book_buy {
    margin: 0 auto;
    width: 90vw;
    max-width: initial;
  }
  #banpaku_map .information .book_buy .btns {
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }
  #banpaku_map .information .book_buy .btns .btn_wrap {
    width: 32%;
    height: 90px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
  }

  /* よくあるご質問 */
  #banpaku_map .faq {
    padding: 20vw 0 60px;
  }
  #banpaku_map .faq h2 {
    padding-bottom: 40px;
    font-size: clamp(3rem, -0.6rem + 7.2vw, 4.8rem);
  }
  #banpaku_map .faq dl {
    margin: 0 auto 20px;
    padding: 20px;
    width: calc(90vw - 40px);
    max-width: 800px;
    background-color: #c7ebff;
    border-radius: 20px;
  }

  /* キャンペーン */
  #banpaku_map .campaign {
    padding: 18vw 0 80px;
    width: 100%;
    background-color: #ffff92;
    background-image: url(../img/faq_bottom.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  #banpaku_map .campaign .inc_block {
    margin: 0 auto 80px;
    width: 90vw;
    max-width: initial;
    height: auto;
    min-height: 200px;
  }
  #banpaku_map .campaign h2 {
    font-size: clamp(3rem, -0.6rem + 7.2vw, 4.8rem);
  }
  #banpaku_map .campaign h2 span.small {
    font-size: 90%;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  #banpaku_map {
    margin-top: 40px;
    width: 100%;
  }
  #banpaku_map .sp {
    display: block;
  }
  #banpaku_map .pc {
    display: none;
  }

  #banpaku_map .mv__block {
    padding: 40px 0;
    width: 100%;
    background-color: #0068b7;
    background-image: none;
    border-radius: 0 0 10vw 10vw;
  }
  #banpaku_map .mv .mv__inner {
    margin: 0 auto;
    width: 100%;
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 20px;
  }
  #banpaku_map .mv .book {
    margin: 5vw auto 0;
    width: 60vw;
  }
  #banpaku_map .mv .book_ttl {
    width: 100%;
  }
  #banpaku_map .mv .book_ttl h2 {
    margin-bottom: 0;
  }
  #banpaku_map .mv .book figure {
  }
  #banpaku_map .mv .book figcaption {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 3vw;
    color: #fff;
    text-align: center;
    line-height: 1.3;
  }
  #banpaku_map .mv .book_buy {
    margin: 0 auto;
    padding: 30px 0;
    width: 90vw;
    background-color: #fcf311;
    border-radius: 8vw;
  }
  #banpaku_map .mv .book_buy .btns {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  #banpaku_map .mv .book_buy .btns .btn_wrap {
    width: 80vw;
    height: 18vw;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
  }

  #banpaku_map .mv .book_buy p {
    margin-top: 20px;
    font-size: 3.733vw;
  }
  #banpaku_map .mv .book_buy .btns p {
    font-size: 4.266vw;
    line-height: 1.6;
  }

  #banpaku_map .mv .book_buy .btns .btn_wrap.kd:hover {
    box-shadow: 0 5px 0 #000066;
    margin-top: 0;
    transition: all 0.3s;
  }
  #banpaku_map .mv .book_buy .btns .btn_wrap.am:hover {
    box-shadow: 0 5px 0 #f08804;
    margin-top: 0;
    transition: all 0.3s;
  }
  #banpaku_map .mv .book_buy .btns .btn_wrap.rk:hover {
    box-shadow: 0 5px 0 #bf0000;
    margin-top: 0;
    transition: all 0.3s;
  }

  /* こんな不安や疑問は */
  #banpaku_map .concern {
    position: relative;
    margin-bottom: -80px;
    padding: 8vw 0;
    text-align: center;
    background-image: none;
  }
  #banpaku_map .concern h2 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #banpaku_map .concern_image {
    padding: 40px 0;
    margin: 0 auto;
    width: 100%;
    max-width: initial;
  }
  #banpaku_map .solution {
    padding-bottom: 80px;
  }
  #banpaku_map .solution .book_buy {
    margin: 0 auto;
    padding: 40px 0;
    width: 90vw;
    max-width: initial;
    background-color: #fff;
    border-radius: 8vw;
  }
  #banpaku_map .solution h3 {
    padding-bottom: 0.5em;
    font-size: 6.4vw;
    line-height: 1.6;
  }
  #banpaku_map .solution .book_buy .btns {
    margin: 0 auto;
    width: 100%;
    max-width: initial;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  #banpaku_map .solution .book_buy .btns .btn_wrap {
    width: 80vw;
    height: 18vw;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #banpaku_map .solution .book_buy p {
    margin-top: 4vw;
    font-size: 3.733vw;
  }

  /* ウォーカームックが万博攻略の鍵 */
  #banpaku_map .spec {
    width: 100%;
    aspect-ratio: auto;
    background-image: none;
    position: relative;
  }
  #banpaku_map .spec h2 {
    padding: 0;
    width: 100%;
    font-size: 6.93vw;
    line-height: 1.6;
    color: #0068b7;
    text-align: center;
    position: absolute;
    top: 25vw;
    left: 0;
  }
  #banpaku_map .spec .spec__inner {
    margin: -2px auto;
    width: 100%;
    max-width: initial;
    display: block;
  }
  #banpaku_map .spec .spec__inner figure {
    margin: 0 auto;
    width: 100%;
  }
  #banpaku_map .spec .spec__inner figure + figure {
    margin-top: -1px;
  }

  /* 書籍情報とご購入のご案内 */
  #banpaku_map .information {
    padding: 6vw 0 3vw;
    width: 100%;
    background-color: #0068b7;
  }
  #banpaku_map .information h2 {
    padding-bottom: 4vw;
    font-size: 6.93vw;
    line-height: 1.6;
  }
  #banpaku_map .information .info__inner {
    margin: 40px auto;
    padding: 40px 0;
    width: 90vw;
    max-width: initial;
    background-color: #fff;
    background-image: url(../img/info_bg_sp.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
    border-radius: 40px;
  }
  #banpaku_map .information .mook_about {
    margin: 0 auto 40px;
    width: 100%;
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 8vw;
  }
  #banpaku_map .information .mook_data {
    margin: 0 auto;
    width: 80vw;
  }
  #banpaku_map .information .mook_image {
    margin: 0 auto;
    width: 64.5vw;
    text-align: center;
  }
  #banpaku_map .information .mook_image figure {
  }
  #banpaku_map .information .mook_image figcaption {
    margin-top: 10px;
    font-size: 3vw;
    line-height: 1.3;
  }
  #banpaku_map .information .mook_data dt,
  #banpaku_map .information .mook_data dd {
    margin: 10px 0;
    font-size: 3.733vw;
  }

  #banpaku_map .information .book_buy {
    margin: 0 auto;
    width: 100%;
    max-width: initial;
  }
  #banpaku_map .information .book_buy .btns {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  #banpaku_map .information .book_buy .btns .btn_wrap {
    width: 80vw;
    height: 18vw;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
  }

  #banpaku_map .information .book_buy p {
    margin-top: 20px;
    font-size: 3.733vw;
  }
  #banpaku_map .information .book_buy .btns p {
    font-size: 4.266vw;
  }
  #banpaku_map .information .book_buy .btns .btn_wrap.kd:hover {
    box-shadow: 0 5px 0 #000066;
    margin-top: 0;
    transition: all 0.3s;
  }
  #banpaku_map .information .book_buy .btns .btn_wrap.am:hover {
    box-shadow: 0 5px 0 #f08804;
    margin-top: 0;
    transition: all 0.3s;
  }
  #banpaku_map .information .book_buy .btns .btn_wrap.rk:hover {
    box-shadow: 0 5px 0 #bf0000;
    margin-top: 0;
    transition: all 0.3s;
  }

  /* よくあるご質問 */
  #banpaku_map .faq {
    margin-top: -10px;
    padding: 36vw 0 10vw;
    width: 100%;
    background-image: url(../img/info_bottom_sp.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  #banpaku_map .faq h2 {
    padding-bottom: 4vw;
    font-size: 6.93vw;
    line-height: 1.6;
  }
  #banpaku_map .faq dl {
    margin: 0 auto 20px;
    padding: 20px;
    width: 80vw;
    background-color: #c7ebff;
    border-radius: 20px;
  }
  #banpaku_map .faq dt p {
    font-size: 4.8vw;
  }
  #banpaku_map .faq dd p {
    font-size: 4.266vw;
  }

  /* キャンペーン */
  #banpaku_map .campaign {
    padding: 20vw 0 10vw;
    width: 100%;
    background-color: #ffff92;
    background-image: url(../img/faq_bottom_sp.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  #banpaku_map .campaign h2 {
    padding-bottom: 4vw;
    font-size: 6.93vw;
    line-height: 1.2;
  }
  #banpaku_map .campaign h2 span.small {
    font-size: 5vw;
  }
  #banpaku_map .campaign h2 .flag {
    height: 26vw;
    /*  aspect-ratio: 83/145; */
    aspect-ratio: 73/145;
  }
  #banpaku_map .campaign p {
    margin: 0 auto;
    width: 90vw;
    font-size: 4.266vw;
  }

  #banpaku_map .campaign .btn_wrap {
    margin: 4vw auto 10vw;
    width: 80vw;
    height: 90px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #0068b7;
  }
  #banpaku_map .campaign .btn_wrap a {
    font-size: 4.8vw;
  }
  #banpaku_map .campaign .inc_block {
    margin: 0 auto 10vw;
    width: 80vw;
    max-width: initial;
    height: auto;
    min-height: 200px;
  }
  #banpaku_map .campaign .inc_block .iframe_wrap {
    position: relative;
    padding-bottom: 125vw;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #floating_btn {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 8vw auto;
    padding: 10px 0;
    width: 80vw;
    height: auto;
    z-index: 1;
    background-color: #fcf311;
    border-radius: 45px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    gap: 2vw;
  }
  #floating_btn .cart {
    margin: 0 0 0 3vw;
    width: 8vw;
    height: 8vw;
  }
  #floating_btn .btn {
    width: 20vw;
  }
  #floating_btn .btn p {
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
