@media print, screen and (min-width: 430px) {
  #wrapper::after {
      content: "";
      width: 100%;
      height: 100vh;
      height: 100dvh;
      position: fixed;
      top: 0 !important;
      display: block;
      left: 0 !important;
      background: url(../image/seven-c-bg.webp) no-repeat center top / cover;
      z-index: -1;
  }
}

/* pagetop */
.md-pagetop_btn.is-scroll a {
  transform: unset;
  left:0 !important;
  right:0 !important;
  max-width: 430px;
  bottom:170px;
  opacity: 1;
}
.md-pagetop_btn a .txt {
  width: 55px;
  height: 55px;
  right: unset;
  background: url(../image/seven-c-pagetop.webp) no-repeat center center / contain;
}
.md-pagetop_btn.is-scroll a:hover .txt {
  opacity: 0.7;
}
.md-pagetop_btn a .txt:after {
  content: none;
}

/* contents footer */
#contents, .lp-footer_container {
  padding: 0;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#contents {
  /*background-image: url(../image/seven-c-contents-bg.webp);*/
  background-image: url(../image/seven-c-contents-bg-light.webp);
  background-size:100% auto;
  background-position: center top;
  background-repeat:repeat-y;
  padding-bottom: 0;
  position: relative;
}

#contents .bg-lgry {
  position: relative;
}
#contents .bg-lgry::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background-color: rgba(0,0,0,0.3);
}
#contents .bg-lgry > * {
  z-index: 2;
  position: relative;
}

.md-breadcrumb_container {
  display: none !important;
}

/* title h2 */
/* --------------------------------------------------------- */
.seven-c-title2-01 {
  width: 370px;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 15px;
}
.seven-c-title2-01 img {
  width: 100%;
  height: auto;
  display: block;
}

/* anchor */
/* --------------------------------------------------------- */
.seven-c-anchor {
  background-image: url(../image/seven-c-anchor-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 660px;
  /*margin-top: 12px;*/
  padding-top: 55px;
  padding-bottom: 65px;
}
.seven-c-anchor h2 {
  width: 160px;
  max-width: 37.21%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 430px) {
  .seven-c-anchor {
    min-height: auto;
  }
}

.seven-c-anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 350px;
  max-width: 81.4%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.seven-c-anchor ul li {
  width: 163px;
  max-width: 46.57%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.seven-c-anchor ul li:nth-child(n+3) {
  margin-top: 10px;
}
.seven-c-anchor ul li a {
  margin-top: 4px;
}
.seven-c-anchor ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* question box */
/* --------------------------------------------------------- */
.block-bg01 {
  background-image: url(../image/seven-c-block-bg01.webp);
  background-position:center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.block-bg02 {
  background-image: url(../image/seven-c-block-bg02.webp);
  background-position:center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.block-bg03 {
  background-image: url(../image/seven-c-block-bg03.webp);
  background-position:center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.block-bg04 {
  background-image: url(../image/seven-c-block-bg04.webp);
  background-position:center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.seven-c-question {
  width: 320px;
  max-width: 74.5%;
  margin-left: auto;
  margin-right: auto;
}
.seven-c-question h3 {
  width: auto;
  max-width: 92%;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.seven-c-question h3 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.question01 {
  padding-top: 100px;
}
.question02 {
  margin-top: 20px;
}
.question03 {
  padding-top: 65px;
}
.question04 {
  padding-top: 85px;
}
.question05 {
  padding-top: 190px;
}
.question05-botttom {
  padding-bottom: 130px;
}

@media print, screen and (max-width: 400px) {
  .question05 {
    padding-top: 45vw;
  }
}

.seven-c-question .text-area {
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  padding:40px 0 25px;
  text-align: center;
  margin-top: -27px;
}
.seven-c-question .text-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: min(15px, 3.5vw);
  transform:rotate(0.05deg);
  color: #452907;
}
.seven-c-question .text-area p .strong {
  color:#9F351F;
}

.seven-c-question ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.seven-c-question ul li {
  width: 150px;
  max-width: 48.4375%;
  text-align: center;
}
.seven-c-question ul li .genre {
  height: 29px;
  display: inline-block;
}
.seven-c-question ul li .genre img {
  width: auto !important;
  height: 100% !important;
  display: block;
}
.character01, .character02, .character03, .character04, .character05 {
  position: relative;
}
.character01::before {
  content:"";
  width: 109px;
  height: 89px;
  background-image: url(../image/seven-c-character01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right:74%;
  top:-48px;
}
.character02::before {
  content:"";
  width: 76px;
  height: 62px;
  background-image: url(../image/seven-c-character02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left:68%;
  top:-53px;
}
.character03::before {
  content:"";
  width: 75px;
  height: 66px;
  background-image: url(../image/seven-c-character03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right:72.5%;
  top:-60px;
}
.character04::before {
  content:"";
  width: 59px;
  height: 59px;
  background-image: url(../image/seven-c-character04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left:53%;
  top:-120px;
}
.character05::after {
  content:"";
  width: 81px;
  height: 48px;
  background-image: url(../image/seven-c-character05.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left:77%;
  top:-58px;
}

/* footer */
/* --------------------------------------------------------- */
.wrap.lp-footer {
  max-width: 1140px;
}
.lp-footer_container {
  background: #000000;
  color: #ffffff;
}
.lp-footer_cover {
  padding: 20px;
}
.lp-footer_utility a {
  color:#ffffff;
  text-decoration: none;
}
.lp-footer_utility a:hover {
  text-decoration: underline;
}
.lp-footer_copyright {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Hiragino Sans, ヒラギノ角ゴシック, sans-serif;
  margin-top: 24px;
}

@media print, screen and (max-width: 430px) {
  .lp-footer_copyright {
    font-size: 2.8vw;
  }
}

.global-footer_info {
  display: flex;
  justify-content: space-between;
}
.global-footer_logo, .global-footer_logo .logo img {
  width: 143px;
}
.footer_sns {
  display: flex;
  gap:10px;
}
.footer_sns li {
  width: 40px;
  height: 40px;
}

/* fix QRcode */
/* --------------------------------------------------------- */
.seven-c-fix-qr {
  position: fixed;
  width: 360px;
  top:50%;
  margin-top: -180px;
  right:calc(50% + 215px + 20px);
}
@media screen and (min-width: 1024.8px) and (max-width: 1120px) {
  .seven-c-fix-qr {
    width: 280px;
    margin-top: -140px;
  }
}
@media screen and (max-width: 1024px) {
  .seven-c-fix-qr {
    display: none;
  }
}