@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Kiwi+Maru&family=Noto+Serif+JP&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
  margin-top: 0;
}

.a-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.a-overlay.a-close {
  height: 0;
  transition: 0.5s ease-out;
}

.dia-wrap {
  max-width: 900px;
  margin: auto;
  padding: 1em;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  transition: none !important;
}

.bg-color {
  background-image: url(../images/bg.jpg);
  padding-top: 40px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1280px) {
  .dia-wrap {
    max-width: 760px;
  }
}

.a-arrow img {
  margin: auto;
}

.bg-white {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 70px;
}

.dia-title {
  padding-bottom: 90px;
}

#dia-loading .dia-title {
  padding-bottom: 60px;
}

.dia-title img {
  width: 70%;
  margin: auto;
}

.q-wrap {
  background-color: #ffd578;
  border-radius: 19px;
  padding: 60px 0;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#dia-loading .q-wrap {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
}
#dia-loading .q-wrap.bg1 {
  background-image: url(../images/under-pict1.png);
}
#dia-loading .q-wrap.bg2 {
  background-image: url(../images/under-pict2.png);
}

.q-body {
  width: 70%;
  margin: auto;
  position: relative;
}

.q-num {
  font-family: "Kaisei Opti", serif;
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../images/q.png);
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}

.q-text {
  font-size: 22px;
  padding: 1em 0 2em;
  font-weight: 600;
}

.q label {
  display: block;
  padding: 0.8em;
  position: relative;
  text-align: center;
  font-size: 22px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  font-weight: 600;
}
.q label:hover {
  cursor: pointer;
  background-color: #eb7314;
  color: #fff;
}

.q label.current {
  background-color: #eb7314;
  color: #fff;
}

.q label input {
  position: absolute;
  left: -9999px;
}

.dia-pager {
  padding-top: 1.6em;
  text-align: center;
}

.dia-pager span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #fff;
  border: 2px solid #eb7314;
  margin-right: 1em;
  vertical-align: middle;
}
.dia-pager span.current {
  background-color: #eb7134;
  width: 26px;
  height: 26px;
}

.dia-pager-text {
  text-align: center;
  letter-spacing: 10px;
  font-size: 24px;
  font-weight: 600;
  padding-top: 1em;
  padding-left: 1.5em;
}
.dia-pager-text em {
  font-style: normal;
}

.dia-pager-text span {
  font-size: 120%;
}

.dia-pager-text img {
  display: inline;
  width: 50px;
  vertical-align: bottom;
  margin-left: -10px;
}
#dia-loading .dia-pager-text img {
  width: 200px;
}

.dia-footer {
  padding-top: 6em;
  padding-bottom: 2em;
  text-align: center;
}

.dia-footer img {
  width: 220px;
  display: inline;
}
.dia-footer a:hover {
  opacity: 0.8;
}

/***********************
********* result *******
************************/

.dia-a-title {
  padding-top: 1em;
}

.dia-a-title img {
  max-width: 80%;
  margin: auto;
}

.dia-leads {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  padding: 2em 0 1em;
}

.a-wrap {
  padding: 0;
}

.a-wrap figure {
  display: block;
  width: 100%;
  text-align: center;
}
.a-wrap figure img {
  margin: auto;
}

.a-body {
  border-radius: 19px;
  padding: 60px 0;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center 0;
  border: 2px solid;
}
.a-body.r-bg01 {
  background-color: #f9dddf;
  background-image: url(../images/result-bg1.jpg);
  background-size: 100% auto;
  border-color: #ebb7be;
}
.a-body.r-bg02 {
  background-color: #f9eab3;
  background-image: url(../images/result-bg2.jpg);
  background-size: 100% auto;
  border-color: #eddb9b;
}
.a-body.r-bg03 {
  background-color: #f9e0ee;
  background-image: url(../images/result-bg3.jpg);
  background-size: 100% auto;
  border-color: #f4bdd5;
}

.a-body.r-bg04 {
  background-color: #f7e3c0;
  background-image: url(../images/result-bg4.jpg);
  background-size: 100% auto;
  border-color: #f9cba3;
}

.a-body.r-bg05 {
  background-color: #def0c8;
  background-image: url(../images/result-bg5.jpg);
  background-size: 100% auto;
  border-color: #acdba7;
}

.a-body.r-bg06 {
  background-color: #f2d8e1;
  background-image: url(../images/result-bg6.jpg);
  background-size: 100% auto;
  border-color: #e3abd2;
}

.a-body.r-bg07 {
  background-color: #d6e4ed;
  background-image: url(../images/result-bg7.jpg);
  background-size: 100% auto;
  border-color: #afc6e8;
}

.a-body.r-bg08 {
  background-color: #d9efec;
  background-image: url(../images/result-bg8.jpg);
  background-size: 100% auto;
  border-color: #86d4cf;
}

.a-body.r-bg09 {
  background-color: #d2e4ee;
  background-image: url(../images/result-bg9.jpg);
  background-size: 100% auto;
  border-color: #9fc9ed;
}

.a-body.r-bg10 {
  background-color: #f5e4b8;
  background-image: url(../images/result-bg10.jpg);
  background-size: 100% auto;
  border-color: #e5cd77;
}

.a-image img {
  max-width: 47%;
}

.dia-tags {
  width: 52%;
  padding: 2em;
}

.dia-tags-body {
  background-color: #fff;
  margin-bottom: 0.5em;
  padding: 0.3em 1em;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 600;
}

.dia-tags-body span {
  background: linear-gradient(transparent 70%, #fff693 30%);
}

.a-text {
  font-family: "Noto Sans JP", sans-serif;
  width: 85%;
  color: #1c1c1c;
  line-height: 1.8;
  font-size: 18px;
}

.a-subtitle {
  padding: 2em;
}

.a-subtitle img,
.a-subtitle2 img {
  max-width: 75%;
  margin: auto;
}

.a-lead-book {
  padding: 2em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
.a-lead-book strong {
  font-size: 120%;
  font-family: "Kiwi Maru", serif;
}

.a-book-body {
  border: 2px solid #cdcdcd;
  display: flex;
  padding: 2em;
  margin-bottom: 1em;
}

.a-book-body a.exlink {
  max-width: 30%;
}
.a-book-body a.exlink:hover {
  opacity: 0.6;
}

.a-book-body img {
  border: 1px solid #ccc;
}

.a-book-wrap {
  padding-left: 2em;
}

.a-book-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
}
.a-book-author {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
}
.a-book-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  padding: 2em 0 2em;
}

@media screen and (max-width: 1280px) {
  .a-book-text {
    font-size: 13px;
  }
}

.a-btn-detail {
  color: #1c1c1c;
  display: block;
  width: 80%;
  text-align: center;
  position: relative;
  letter-spacing: 3px;
  border: 2px solid #1c1c1c;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.6em 1em;
  text-decoration: none;
}

.a-btn-detail::after {
  content: "";
  background-image: url(../images/ico-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 16px;
}

.a-btn-detail:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.a-btn-detail:hover::after {
  right: 30px;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.a-book-share-tit {
  padding: 3em 1em 2em;
}
.a-book-share-tit img {
  max-width: 40%;
  margin: auto;
}

.sns-wrap {
  padding-bottom: 4em;
}

.sns-wrap .sns {
  display: flex;
  justify-content: center;
}

.sns-wrap .sns a {
  display: inline-block;
  padding: 0 1em;
}

.sns-wrap .sns a img {
  max-width: 60px;
}
.sns-wrap .sns a img:hover {
  opacity: 0.6;
}

.sns-wrap .sns a:first-child {
  border-right: 1px solid #666;
}

.a-btns {
  padding-bottom: 0;
}
.a-btns img {
  max-width: 60%;
  height: auto;
  margin: auto;
}
.a-btns a {
  display: block;
}
.a-btns a:first-child {
  margin-bottom: 2em;
}

.a-btns a:hover {
  opacity: 0.6;
}

/**********************
******** CP ***********
***********************/

.shindan {
  padding: 0;
}

.shindan .cp {
  background: url("../../../images/cp_bg.png") repeat;
  border: #5ab860 4px solid;
  border-radius: 10px;
  padding: 5%;
  margin-top: 5%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", Meiryo, sans-serif;
}
.shindan .period {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shindan .period li {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto 0.5em;
  display: block;
  width: 18em;
}
.shindan .period li span {
  font-size: 80%;
}
.shindan .period li small {
  padding-left: 0.75em;
}
.shindan .period li::before {
  display: inline;
  content: "●";
  color: #92bfd7;
  font-size: 0.8rem;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-bottom: 0.2em;
}
.shindan .prize {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 740px;
}
.shindan .prize li {
  width: calc((100% - 30px) / 2);
  position: relative;
  border: #dfdfdf 2px solid;
  border-radius: 8px;
  background: #ffffff;
}
.shindan .prize li::before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  background: url("../../../images/cp_item_badge.png") no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: -8px;
  right: -8px;
}
.shindan a:hover {
  filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .shindan .cp h4 img {
    width: 50%;
    height: auto;
  }
  .shindan .period li {
    font-size: 1.2rem;
  }
  .shindan .prize li::before {
    width: 50%;
    height: 50%;
    top: -8px;
    right: -8px;
  }
}

/***********************
********* function *****
************************/

.dispNo {
  display: none;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/***********************
new footer
**************************/

.newfooter {
  background-color: rgb(28, 28, 28);
  padding: 75px 0;
  color: #fff;
  font-size: 16px;
}
.newfooter-inner {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.newfooter-inner div {
    font-family: montserrat, helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  color: #fff;
  display: block;
  min-width: 200px;
  text-align: center;
  padding: 10px 15px;
}

.newfooter-inner a{
  display:inline-block;
    border-bottom: 1px solid;
    text-decoration: none;
}
.newfooter-logo {
  padding: 10px 15px;
  transition: all 0.2s ease-in;
  margin: 0;
  position: relative;
}
.newfooter-logo img {
  margin: auto;
}

.cpy {
   font-family: "Montserrat", sans-serif!important;
  padding: 10px 15px 60px;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .dia-title {
    padding-bottom: 60px;
  }

  .dia-title img {
    width: 100%;
  }
  .q-wrap {
    border-radius: 19px;
    padding: 50px 0 30px;
    min-height: 0;
  }
  .q-num {
    width: 80px;
    height: 80px;
    font-size: 36px;
    top: -40px;
  }
  .q-body {
    width: 90%;
  }
  .q-text {
    font-size: 14px;
    padding: 0.5em 0 2em;
  }
  .q label {
    padding: 0.8em;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .dia-pager span.current {
    width: 20px;
    height: 20px;
  }
  .dia-pager span {
    width: 16px;
    height: 16px;
  }
  .dia-pager-text {
    font-size: 18px;
    letter-spacing: 5px;
    padding-top: 1em;
  }
  .dia-footer {
    padding-top: 4em;
  }
  .dia-footer img {
    width: 180px;
  }
  #dia-loading .dia-title {
    padding-bottom: 30px;
  }
  #dia-loading .q-wrap {
    min-height: 300px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .dia-a-title img {
    max-width: 100%;
  }
  .dia-leads {
    font-size: 22px;
    padding: 1em 0 0.5em;
  }
  .dia-wrap {
    padding: 0em;
  }
  .a-image img {
    max-width: 80%;
  }
  .a-body {
    padding: 30px 0;
    background-size: 150% auto !important;
  }
  .dia-tags {
    width: 85%;
    padding: 2em 1em 1em 1em;
  }
  .a-subtitle img,
  .a-subtitle2 img {
    max-width: 100%;
  }
  .a-subtitle {
    padding-bottom: 1em;
  }
  .a-subtitle2 {
    padding-top: 1em;
  }
  .a-book-body {
    display: flex;
    flex-direction: column;
    padding: 1.3em 1.3em 2em;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .a-book-body:last-child {
    border-bottom-width: 2px;
  }
  .a-book-body a.exlink {
    max-width: 55%;
    margin: auto;
  }
  .a-book-body img {
  }
  .a-book-wrap {
    padding-top: 2em;
    padding-left: 0;
  }
  .a-btn-detail {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .a-book-title {
    font-size: 28px;
  }
  .a-book-text {
    font-size: 16px;
    padding: 1em 0;
  }
  .a-book-share-tit img {
    max-width: 80%;
  }
  .a-btns img {
    max-width: 100%;
  }
  .newfooter {
  padding: 115px 0 75px;
  }
}
