@charset "UTF-8";
/* ===================================================================
  2025
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------------------------------------------
	全体
----------------------------------------------------*/
html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #000000;
  position: relative;
  -webkit-text-size-adjust: none;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body * { text-shadow: none; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  font-weight: bold;
}

img { max-width: 100%; }

.tC { text-align: center; }
.tL { text-align: left; }
.tR { text-align: right; }
.m-left { margin-right: auto; }
.m-right { margin-left: auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}

/* link
----------------------------------------------------*/
a {
  color: #e83820;
  text-decoration: underline;
  transition: all .3s;
}
a:hover {
  color: #000;
  text-decoration: none;
}
img.link {
  opacity: 1;
  transition: all .3s;
}
img.link:hover {
  opacity: 0.6; 
}

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/
h1 {
  padding: 0;
  margin: 0;
  text-align: center; }

h2 {
  font-size: 24px;
  width: 100%;
  margin: 0;
  padding: .25em 0;
  text-align: center; }
  @media (max-width: 768px) {
    h2 {
      font-size: 21px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 17px; } }
  h2 img {
    width: 75%;
    max-width: 420px; }

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: .5rem 0;
  padding: .25em 0; }
  @media (max-width: 768px) {
    h3 {
      font-size: 21px; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 17px; } }

h4 {
  font-size: 22px;
  margin: 0 0 1em 0; }
  @media (max-width: 768px) {
    h4 {
      font-size: 21px; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 17px; } }

h5 {
  font-size: 21px;
  font-weight: 700;
  margin: .5rem 0;
  padding: .25em 0; }
  @media (max-width: 768px) {
    h5 {
      font-size: 17px; } }
  @media (max-width: 480px) {
    h5 {
      font-size: 14px; } }

p {
  margin: 0 0 1em 0; }

.font-s {
  font-size: 85%;
  line-height: 1.5; }

.sp-br {
  display: none; }
  @media (max-width: 480px) {
    .sp-br {
      display: block; } }

.pc-br {
  display: block; }
  @media (max-width: 480px) {
    .pc-br {
      display: none; } }

@media (max-width: 768px) {
  body {
    font-size: 15px; } }
@media (max-width: 480px) {
  body {
    font-size: 14px; } }
.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.row .col-2 {
  width: calc((100% - 5%) / 2); }
.row .col-3 {
  width: calc((100% - 4%) / 3); }
.row .col-4 {
  width: calc((100% - 6%) / 4); }

.row-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.row-list .col-2 {
  width: calc((100% - 2%) / 2);
  margin: .5%; }
.row-list .col-3 {
  width: calc((100% - 6%) / 3);
  margin: .5%; }
.row-list .col-4 {
  width: calc((100% - 4%) / 4);
  margin: .5%; }

@media (max-width: 768px) {
  .row .col-2 {
    width: calc((100% - 3%) / 2); }
  .row .col-3 {
    width: calc((100% - 2%) / 2); }
  .row .col-4 {
    width: calc((100% - 2%) / 2); }
  .row .col-7 {
    width: calc((100% - 3%) / 4); }

  .row-list .col-2 {
    width: calc((100% - 4%) / 2);
    margin: .5%; }
  .row-list .col-3 {
    width: calc((100% - 2%) / 2);
    margin: .5%; }
  .row-list .col-4 {
    width: calc((100% - 2%) / 2);
    margin: .5%; } }
@media (max-width: 480px) {
  .row .col-2 {
    width: calc((100% - 0%) / 1); }
  .row .col-3 {
    width: calc((100% - 0%) / 1); }
  .row .col-4 {
    width: calc((100% - 2%) / 2); }

  .row-list .col-2 {
    width: calc((100% - 1%) / 1);
    margin: .5%; }
  .row-list .col-3 {
    width: calc((100% - 2%) / 2);
    margin: .5%; }
  .row-list .col-4 {
    width: calc((100% - 2%) / 2);
    margin: .5%; } }
/*	余白
----------------------------------------------------*/
.m10 { margin: 1em; }
.m10t { margin-top: 1em; }
.m15t { margin-top: 1.5em; }
.m20t { margin-top: 2em; }
.m05b { margin-bottom: 0.5em; }
.m10b { margin-bottom: 1em; }
.m15b { margin-bottom: 1.5em; }
.m20b { margin-bottom: 2em; }
.p10 { padding: 1em 0.5em; }
.p15t { padding-top: 1.5em; }
.p20tb { padding: 2em 0; }
.p20 { padding: 1em 2em; }

/*	アニメーション用
----------------------------------------------------*/
.delighter {
  transition: all 1.2s ease-out;
  transform: translateY(15%);
  opacity: 0;
  /* slide Up */
  /* slide left */ }
  .delighter.started {
    transform: none;
    opacity: 1; }
  .delighter.ani-su {
    transition: all .8s ease-out;
    transform: translateY(10%);
    opacity: 0; }
    .delighter.ani-su.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-l {
    transition: all .8s ease-out;
    transform: translatex(55%);
    opacity: 0; }
    .delighter.ani-l.started {
      transform: none;
      opacity: 1; }

/*----------------------------------------------------
	リスト
----------------------------------------------------*/
ul.def_type {
  margin-left: 20px;
  margin-bottom: 20px; }
  ul.def_type li {
    margin: 5px 0;
    padding-left: 5px;
    list-style-type: disc;
    border: none; }

ol.def_type {
  margin-left: 20px; }
  ol.def_type li {
    margin: 5px 0;
    padding-left: 5px;
    list-style-type: decimal;
    border: none; }

/*----------------------------------------------------
	table
----------------------------------------------------*/
.table_block {
  margin-bottom: 2em; }
  .table_block table {
    border-collapse: collapse;
    width: 100%; }
    @media (max-width: 768px) {
      .table_block table {
        width: 100%;
        min-width: 100%;
        border-top: 1px solid #E50065; } }
    .table_block table th {
      padding: 1em .25em;
      line-height: 1.5;
      border-collapse: collapse;
      width: 25%;
      text-align: left;
      vertical-align: top; }
      @media (max-width: 768px) {
        .table_block table th {
          display: block;
          width: 100%;
          border: none; } }
    .table_block table td {
      padding: 1em .25em;
      line-height: 1.5;
      border-collapse: collapse; }
      @media (max-width: 768px) {
        .table_block table td {
          display: block;
          border: none;
          padding: 0 .25em 1em .25em;
          border-bottom: 1px solid #E50065; } }

.table_block2 {
  margin-bottom: 2em; }
  .table_block2 table {
    border-collapse: collapse;
    width: 100%;
    min-width: 100%; }
    .table_block2 table th {
      padding: .5em;
      line-height: 1.5;
      width: 35%;
      text-align: left;
      vertical-align: top;
      display: block;
      width: 100%;
      text-align: left;
      padding-bottom: 0; }
    .table_block2 table td {
      padding: .5em;
      line-height: 1.5;
      display: block; }

/*----------------------------------------------------
	共通
----------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto; }

#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 100px;
  min-height: calc(100vh - 160px); }
  @media (max-width: 768px) {
    #container {
      padding-top: 80px; } }

.contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5em; }
  .contents section {
    margin: 0 auto;
    max-width: 650px; }

.contents2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em; }

.sp-text, .sp-img {
  display: none !important; }

.pc-text, .pc-img {
  display: inherit !important; }

@media (max-width: 480px) {
  .sp-text, .sp-img {
    display: inherit !important; }

  .pc-text, .pc-img {
    display: none !important; } }

/* btn
----------------------------------------------------*/
.banner a {
  display: block;
  padding: 0;
  border: 1px solid #FFF;
  transition: all .3s; }
  .banner a:hover {
    opacity: 0.5; }

.btn {
  margin: 1em auto;
  width: 100%;
  max-width: 340px;
  cursor: pointer;
}
  @media (max-width: 480px) {
    .btn {
      width: 100%; }
  }
.btn a {
  display: block;
  padding: 0;
  transition: all .3s;
}
.btn a:hover {
  opacity: 0.6;
}

.fade-in {
  opacity: 0;
  filter: blur(10px);
  /* 初期状態でブラーを適用 */
  transition: opacity 1s ease-out, filter 1s ease-out; }

.fade-in.visible {
  opacity: 1;
  filter: blur(0);
  /* ブラー解除 */ }

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  color: #FFF;
  width: 100%;
  padding: 0 5px;
  background: #04004d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100px;
}
  @media (max-width: 768px) {
    header { height: 80px; }
  }

.c_head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
  @media (max-width: 768px) {
    .c_head {
      height: 80px; } }
  .c_head .logo {
    margin: 0 auto; }
    .c_head .logo img {
      max-height: 90px; }
      @media (max-width: 768px) {
        .c_head .logo img {
          max-height: 60px; } }
  .c_head .logo-s {
    flex-basis: 100px;
    margin-left: auto; }
    @media (max-width: 480px) {
      .c_head .logo-s {
        flex-basis: 80px; } }
    .c_head .logo-s img {
      max-width: 100px; }
      @media (max-width: 480px) {
        .c_head .logo-s img {
          max-width: 80px; } }

/*menu*/
.menu-nav {
  /*background: #000;*/
  height: 50px;
  width: 100px;
  margin-right: auto;
  position: relative;
  flex-basis: 100px;
  font-size: 13px;
  transition: all .3s;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  width: 100%;
  padding: 2em 0;
  margin: 0;
  text-align: center;
  background: #000; }
  footer .bn-area .col-3 {
    width: 30%;
    margin-bottom: 1.5em; }
  footer .f-logo {
    margin: 1em; }
    footer .f-logo img {
      max-width: 150px; }
  footer .f-sns ul {
    display: inline-flex; }
    footer .f-sns ul li {
      margin: .5em; }
      footer .f-sns ul li img {
        width: 100%;
        max-width: 50px; }
  footer .copyright {
    width: 100%;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    padding: 1.2em 1em; }
    @media (max-width: 480px) {
      footer .copyright {
        font-size: 70%; } }
    footer .copyright a {
      color: #FFF;
      text-decoration: none; }
      footer .copyright a:hover {
        color: #FAD57C; }
    footer .copyright p {
      max-width: 1000px;
      margin: 0 auto;
      letter-spacing: 1px; }

/* page-top */
#page-top {
  text-align: center; }
  #page-top .pagetop {
    margin: 2em auto;
    width: 60px;
    height: 60px; }
    #page-top .pagetop span {
      font-size: 20px; }
    #page-top .pagetop a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      color: #FFF;
      text-decoration: none;
      background: #925E94;
      background-size: cover;
      transition: all .3s; }
      #page-top .pagetop a:hover {
        background: #000000; }


/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.bg01 {
  background: url("../img/bg01.png") repeat center top;
  color: #FFF;
}
.bg02 {
  background: url("../img/bg02.png") repeat center top;
}
.bg03 {
  background: url("../img/bg03.png") repeat center top;
  color: #FFF;
}

.share-fixed {
  position: fixed;
  top: 115px;
  right: 0;
  z-index: 999;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #FFF;
  padding: 2px 0 2px 4px; }
  .share-fixed li {
    padding: 0;
    margin: 2px 0;
    max-width: 40px; }
    @media (max-width: 480px) {
      .share-fixed li {
        max-width: 30px; } }
  .share-fixed a {
    display: block;
    padding: 2px;
    margin: 0;
    transition: all .5s; }
    .share-fixed a.tw {
      background: #000; }
    .share-fixed a.fb {
      background: #3c5998; }
    .share-fixed a.line {
      background: #00b900; }
  .share-fixed a:hover {
    background: #000000; }
  @media (max-width: 768px) {
    .share-fixed {
      top: 105px; } }
  @media (max-width: 480px) {
    .share-fixed {
      top: 85px; }
      .share-fixed a.tw:hover {
        background: #000; }
      .share-fixed a.tw:visited {
        background: #000; }
      .share-fixed a.tw:active {
        background: #000; }
      .share-fixed a.fb:hover {
        background: #3c5998; }
      .share-fixed a.fb:visited {
        background: #3c5998; }
      .share-fixed a.fb:active {
        background: #3c5998; }
      .share-fixed a.line:hover {
        background: #00b900; }
      .share-fixed a.line:visited {
        background: #00b900; }
      .share-fixed a.line:active {
        background: #00b900; } }



/*----------------------------------------------------
	answer
----------------------------------------------------*/
#wrapper.page {
  min-height: 100vh;
}
#wrapper.page .title-head {
    margin-bottom: 0;
    text-align: center;
    background: #936199;
    padding-top: 20px;
}
#wrapper.page .title-head img{
  width: 300px;
  margin-bottom: -28px;
}
.title-answer {
  margin: 20px auto;
}
.title-answer img {
  width: 80%;
  max-width: 350px;
}

.font-l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 135%;
  font-weight: 600;
  padding: 1em 1em 0 1em;
}

input.ans-block {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  color: #000;
}
.illust {
  text-align: center;
  padding: 20px;
}
.illust img {
  width: 60%;
  max-width: 240px;
}
.last-q-text-block {
  background: linear-gradient(
    to bottom,
    #7bc9d4 0px,
    #7bc9d4 20px,
    #FFF 20px,
    #FFF 100%
  );
  padding: 60px 20px;
  border-radius: 10px;
  color: #000;
}
.last-q-text {
  line-height: 2.2;
}
@media (max-width: 480px) {
  .last-q-text {
    text-align: left;
  }
}

.last-answer-block {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  border: 8px solid #2e0000;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    #7bc9d4 0px,
    #7bc9d4 20px,
    #FFF 20px,
    #FFF 100%
  );
  padding: 0 0 40px 0;
}
.last-answer-block .title {
  border: 8px solid #2e0000;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background: #7bc9d4;
  width: 250px;
  height: 30px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
}
.last-answer-block .title img {
  width: 220px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.last-answer-block .last-answer-text {
  background: #7bc9d4;
  border-top: 3px solid #2e0000;
  margin-top: 10px;
  padding: 30px 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.last-answer-block .last-answer-text span {
  word-break: keep-all;
}
.code {
  padding: 2em;
}
.bn-submit {
  display: block;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
  max-width: 340px;
  margin: 2em auto 0 auto;
}
  @media (max-width: 480px) {
    .bn-submit {
      max-width: 300px; } }
  .bn-submit:hover {
    opacity: 0.6; }

input[type="text"] {
  　　font-size: 16px;
  　　transform: scale(0.8); }

/*----------------------------------------------------
	ending
----------------------------------------------------*/
.bg-ending {
  background: linear-gradient(
    to bottom,
    #04004d 0px,
    #04004d 160px,
    #13106c 500px,
    #13106c 100%
  );
}

.end-img {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}
.end-img img {
  width: 100%;
  max-width: 500px;
}

.ending-story {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 10px;
  background: linear-gradient(
    to bottom,
    #ef8733 0px,
    #ef8733 20px,
    #FFF 20px,
    #FFF 100%
  );
  border-radius: 10px;
}
.title-ending {
  text-align: center;
  background: #ef8733;
  padding-bottom: 10px;
}
.title-ending img {
  width: 100%;
  max-width: 450px;
}
.ending-story section {
  padding: 1em 2em;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.fin {
  padding:2em;
}

.contents-w {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5em;
}
.comment {
  background: #FFF;
  padding: 1.5em 2em;
  border-radius: 10px;
}
.c-title {
  text-align: center;
  padding: 1em 2em 2em 2em;
  font-size: 120%;
  font-weight: 600;
}
.c-title span {
  word-break: keep-all;
}
.title-share img {
  width: 100%;
  max-width: 400px;
}

.btn-more2 {
  margin: 1.5em auto;
  width: 100%;
  max-width: 300px;
}
  @media (max-width: 480px) {
    .btn-more2 {
      width: 70%; } }
  .btn-more2 a {
    display: block;
    padding: 0;
    transition: all .3s; }
    .btn-more2 a:hover {
      opacity: 0.6; }

hr {
  border-top: 1px solid #999;
  margin: 1em 0;
}

.container2 {
  width: 100%;
  background: #ea6024;
  padding: 80px 0 0;
}
.container2 .comment {
    border-color: #005cac;
}
.container2 .comment hr {
  padding: 0.5em;
}

  @media (max-width: 480px) {
    .container2 {
      padding: 40px 0 0; } }
  .container2 .recommend h5 {
    display: inline-flex;
    align-items: center;
    height: 100px;
    padding: 15px 0;
    line-height: 1.3;
    border-bottom: 1px solid #000; }
    @media (max-width: 768px) {
      .container2 .recommend h5 {
        height: 75px; } }
    @media (max-width: 480px) {
      .container2 .recommend h5 {
        font-size: 15px;
        height: 50px; } }

.container2 .recommend p {
  line-height: 1.7;
}
.container2 .recommend .col-2 {
  display: flex;
  flex-flow: column;
}
.container2 .recommend .col-2 .rec-img{
  border: 1px solid #CCC;
}
.container2 .recommend .col-2 .btn-more2 {
  margin-top: auto;
}

.questionnaire span {
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .questionnaire {
    text-align: left;
  }
  .questionnaire span {
    word-break: normal;
    white-space: inherit;
  }
}

/*----------------------------------------------------
	modal
----------------------------------------------------*/
.modal {
  display: none;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 9999 !important; }
  .modal.show .modal__content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }

.modal__bg {
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
  position: absolute;
  width: 100%; }




/*----------------------------------------------------
	hint
----------------------------------------------------*/
.hint-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.hint-modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%; }

.hint-modal .hint__content {
  background: #FFF;
  left: 50%;
  padding: .5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: scroll;
  color: #000;
  text-align: left; }

.hint-modal .close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px; }
  .hint-modal .close-btn img {
    width: 60px; }

#hint li {
  padding-bottom: 2em; }

.btn-hint {
  display: block;
  padding: 0;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin: 1em auto; }
  .btn-hint:hover {
    opacity: 0.6; }

.btn-close {
  display: block;
  padding: 0;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  width: 80%;
  max-width: 300px;
  margin: 1em auto; }
  .btn-close:hover {
    opacity: 0.6; }

a.hint-bn {
  color: #000; }
  a.hint-bn:hover {
    color: #666;
    text-decoration: none; }
