@charset "UTF-8";
/* CSS Document */

.mibyou {
  background: #fff;
}
/*.Utility */
.mibyou-body .u-fc--red {
  color: #f00;
}
.mibyou-body .u-fw--bold {
  font-weight: bold;
}
.mibyou-body .u-ta--center {
  text-align: center;
}

@media (min-width: 768px) {

  .u-sp {display: none;}

}

@media (max-width: 767px) {

  .u-pc {display: none;}

}

/*.Style */
.mibyou-body {
  position: relative;
  line-height: 2;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #000;
}
.mibyou-body img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
.mibyou-inner--limited {
  max-width: calc(1100px + 4em);
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}
.mibyou-body h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #572f98;
}
.mibyou-body h2 span {
  background: #ffff00;
}

@media (max-width: 767px) {

  .mibyou-inner--limited {
    padding: 0 1.5em;
  }

}

/* mv */
.mibyou-mv {
  z-index: 1;
  position: relative;
  height: 550px;
  background: url("../img/bg_mv1.jpg") no-repeat 50% 0;
  background-size: cover;
}
.mibyou-mv::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: url("../img/bg_mv2.webp") repeat-x 0% 0;
  background-size: 100% 56px;
}
.mibyou-mv h1 {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {

  .mibyou-mv {
    height: auto;
    background: url("../img/bg_sec1.webp") 50% 0;
  background-size: 100% auto;
  }
  .mibyou-mv::after {
    content: none;
  }

}

/* sec1 */
.mibyou-sec1 {
  padding: 10em 0 12em;
  background: url("../img/bg_sec1.webp") 50% 0;
  background-size: 100% auto;
}
.mibyou-sec1 .mibyou-inner--limited {
  max-width: calc(980px + 4em);
}
.mibyou-sec1__check {
  position: relative;
  margin-bottom: 5em;
  padding: 7.5% 5em 3.5em;
  text-align: center;
  border-radius: 1em;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
.mibyou-sec1__head {
  position: absolute;
  top: -2em;
  left: 50%;
  width: 80%;
  padding: 0 1em;
  text-align: center;
  transform: translateX(-50%);
}
.mibyou-sec1__head img {
  max-width: 690px;
}
.mibyou-sec1__check ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 740px;
  max-height: 6em;
  margin: 0 auto;
  text-align: left;
  font-size: 1.85em;
  font-weight: bold;
}
.mibyou-sec1__check ul li {
  padding-left: 35px;
  padding-right: 2em;
  background: url("../img/bg_sec1_check.webp") no-repeat 0 0.25em;
  background-size: 32px 38px;
}
.mibyou-sec1__p1 {
  margin-bottom: 1.65em;
  text-align: center;
  font-size: 1.55em;
  font-weight: bold;
}
.mibyou-sec1__p2 {
  margin-bottom: 2em;
  font-size: 1.3em;
  font-weight: bold;
}
.mibyou-sec1__f1 {
  margin-bottom: 8em;
}
.mibyou-sec1__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4em;
}
.mibyou-sec1__listinn {
  width: 25%;
  padding: 1em 2em 2em;
  border: solid 1px #572f98;
  border-radius: 1em;
  font-size: 0.85em;
}
.mibyou-sec1__listinn p {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
  color: #572f98;
}
.mibyou-sec1__listinn p::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: -1.5em;
  width: calc(100% + 3em);
  height: 1px;
  background: #572f98;
}
.mibyou-sec1__listinn2 {
  z-index: 1;
  width: 60%;
  margin: 0 -5% 0 -5%;
}
.mibyou-sec1__p3 {
  margin-bottom: 3em;
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  color: #572f98;
}
.mibyou-sec1__p3 span {
  background: #ffff00;
}
.mibyou-sec1 h2 {
  margin-bottom: 0.25em;
  text-align: center;
  line-height: 1.6;
  font-size: 5.5em;
}
.mibyou-sec1__p4 {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
}

@media (max-width: 1194px) {

  .mibyou-sec1__check ul {
    font-size: 1.5em;
  }
  .mibyou-sec1__check ul li {
    background-position: 0 0.2vw;
  }

}

@media (max-width: 767px) {

  .mibyou-sec1 {
    padding: 8em 0 4em;
    background-position: 50% -145vw;
  }
  .mibyou-sec1__check {
    margin-bottom: 3em;
    padding: 4em 2em 2em;
  }
  .mibyou-sec1__head {
    top: -3em;
    padding: 0;
  }
  .mibyou-sec1__head img {
  max-width: 280px;
}
  .mibyou-sec1__check ul {
    max-height: none;
    margin-top: 0.5em;
    font-size: min(1.5em, 4.75vw);
  }
  .mibyou-sec1__check ul li {
    width: auto;
    padding-left: 35px;
    padding-right: 0;
    background-position: 0 0.25vw;
  }
  .mibyou-sec1__p1 {
    text-align: left;
    font-size: 1.4em;
  }
  .mibyou-sec1__f1 {
    margin-bottom: 3em;
  }
  .mibyou-sec1__p2 {
    font-size: 1.2em;
  }
  .mibyou-sec1__list {
    flex-direction: column;
    gap: 1em;
  }
  .mibyou-sec1__listinn {
    width: 70%;
    max-width: 300px;
    padding: 1em 1em 2em
  }
  .mibyou-sec1__listinn2 {
    width: auto;
    margin: 0;
  }
  .mibyou-sec1__listinn p::after {
    left: -0.75em;
    width: calc(100% + 1.5em);
  }
  .mibyou-sec1__p3 {
    margin-bottom: 2em;
    font-size: 1.35em;
  }
  .mibyou-sec1 h2 {
    font-size: 2.5em;
  }
  .mibyou-sec1__p4 {
    font-size: 1em;
  }

}

/* sec2 */
.mibyou-sec2 {
  padding: 10em 0;
  background: url("../img/bg_sec2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mibyou-sec2 .mibyou-inner--limited > div {
  width: 43%;
}
.mibyou-sec2__head {
  padding: 0.3em 0;
  border-top: solid 1px #572f98;
  border-bottom: solid 1px #572f98;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25em;
  font-weight: bold;
  color: #572f98;
}
.mibyou-sec2 h2 {
  text-align: center;
  line-height: 1.6;
  font-size: 6.5em;
}
.mibyou-sec2__body {
  margin-bottom: 2em;
  font-size: 1.15em;
  font-weight: bold;
}
.mibyou-sec2__detail {
  font-size: 0.85em;
}
.mibyou-sec2__detail span {
  display: inline-block;
  padding: 0 0.5em;
  border: solid 1px #000;
  margin-left: 1em;
  line-height: 1.5;
}

@media (max-width: 1125px) {

  .mibyou-sec2 .mibyou-inner--limited > div {
    width: 60vw;
  }

}

@media (max-width: 767px) {

  .mibyou-sec2 {
    padding: 2.5em 0 calc(100vw + 1em);
    background: url("../img/bg_sec2_sp.jpg") no-repeat 50% 100%;
    background-size: 100%;
  }
  .mibyou-sec2 .mibyou-inner--limited > div {
    width: auto;
  }
  .mibyou-sec2__head {
    font-size: 1.5em;
  }
  .mibyou-sec2 h2 {
    font-size: 4.25em;
  }
  .mibyou-sec2__body {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .mibyou-sec2__detail {
    font-size: 0.75em;
  }

}

/* sec3 */
.mibyou-sec3 > div {
  padding: 10em 2em;
  background: url("../img/bg_sec3.webp") no-repeat 50% 50%;
  background-size: cover;
}
.mibyou-sec3 h2 {
  text-align: center;
  font-size: 5em;
}
.mibyou-sec3 p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.35em;
  font-weight: bold;
}
.mibyou-sec3 figure {
  position: relative;
  margin-top: -15%;
}

@media (max-width: 767px) {

  .mibyou-sec3 > div {
    padding: 3em 2em 20vw;
    background: url("../img/bg_sec3_sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
  .mibyou-sec3 h2 {
    font-size: 2.5em;
  }
  .mibyou-sec3 p {
    font-size: 1em;
  }
  .mibyou-sec3 figure {
    margin-top: -20vw;
  }

}

/* sec4 */
.mibyou-sec4 {
  padding: 10em 0;
  text-align: center;
  background-image: url("../img/bg_sec41.webp"), url("../img/bg_sec42.webp"), url("../img/bg_sec6.jpg");
  background-position: 0% 0%, 100% 0%, 50% 0%;
  background-repeat: repeat-y, repeat-y, repeat;
  background-size: 290px auto,, 290px auto, auto;
}
.mibyou-sec4__list {
  border: solid 3px #bb9b4e;
  border-radius: 10px;
}
.mibyou-sec4__list > li {
  padding: 1em 1em 8em;
}
.mibyou-sec4__list > li + li {
  border-top: solid 3px #bb9b4e;
}
.mibyou-sec4 p {
  position: relative;
  margin: -1em auto 0;
  padding: 0 1em;
  transform: translateY(-46%);
}
.mibyou-sec4 p img {
  max-width: 680px;
}
.mibyou-sec4 ul ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4em 2em;
}
.mibyou-sec4 ul ul img {
  max-width: 184px;
}
.mibyou-sec4__list > li:last-child ul {
  margin: 0 10em;
}

@media (max-width: 767px) {

  .mibyou-sec4 {
    padding: 5em 0 2em;
    background-position: 0% 0%, 100% 15%, 50% 0%;
    background-size: 30vw auto, 30vw auto, auto;
  }
  .mibyou-sec4__list > li {
    padding: 1em 1em 4em;
  }
  .mibyou-sec4 ul ul {
   
    gap: 3em 2em;
  }
  .mibyou-sec4__list > li:last-child ul {
    margin: 0;
  }
  .mibyou-sec4 p img {
    max-width: 320px;
  }
  
}

@media (max-width: 460px) {

  .mibyou-sec4__list ul li {
    width: calc(50% - 2em);
  }

}

/* sec5 */
.mibyou-sec5 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 6.5em 1em 8em;
  text-align: center;
}
.mibyou-sec5 .animation {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.mibyou-sec5 .filter {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 16.19%, rgba(46, 46, 46, 0) 42.17%, rgba(128, 128, 128, 0) 100%);
}
.mibyou-sec5 h2 {
  font-size: 2.75em;
  color: #fff;
}
.mibyou-sec5 .cm1 {
  max-width: 480px;
  position: relative;
  margin: 0 auto 4em
}
.mibyou-sec5 .cm1::before, 
.mibyou-sec5 .cm1::after {
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  height: 50%;
  top: 115%;

}
.mibyou-sec5 .cm1::before {
  background: url(../img/cm_arrow1.svg) no-repeat;
  background-size: contain;
  left: 22%;
}
.mibyou-sec5 .cm1::after {
  background: url(../img/cm_arrow2.svg) no-repeat;
  background-size: contain;
  right: 22%;
}
.mibyou-sec5 .cm2 {
  max-width: 480px;
  position: relative;
  margin: 0 auto;
}
.mibyou-sec5 .cm2_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.5em;
}
.mibyou-sec5 .cm2_1 img {
  max-width: 90%;
}
.mibyou-sec5 .cm3 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #fff;
}

@media (max-width: 767px) {

  .mibyou-sec5 {
    padding: 5em 2.5em;
  }
  .mibyou-sec5 h2 {
    font-size: min(7vw, 2.75em);
  }
  .mibyou-sec5 .cm1, 
  .mibyou-sec5 .cm2 {
    width: auto;
  }
  .mibyou-sec5 .cm1 {
    margin-bottom: 10vw;
  }
  .mibyou-sec5 .cm1::before, 
  .mibyou-sec5 .cm1::after {
    width: 4vw;
    height: 8vw;
    top: 110%;
  }

}

/* sec6 */
.mibyou-sec6 {
  padding: 15em 0 7em;
  background-image: url("../img/bg_sec61.webp"), url("../img/bg_sec62.webp"), url("../img/bg_sec6.jpg");
  background-position: 0% 0%, 100% 0%, 50% 0%;
  background-repeat: repeat-y, repeat-y, repeat;
  background-size: auto, 290px auto, 290px auto;
}
.mibyou-sec6-1 {
  margin-bottom: 6em;
  text-align: center;
}
.mibyou-sec6 h2 {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 3.75em;
}
.mibyou-sec6__lead {
  margin-bottom: 2.5em;
  font-size: 1.35em;
  font-weight: bold;
}
.mibyou-sec6-1__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 3em;
}
.mibyou-sec6-1__list li,
.mibyou-sec6-1__list img {
  max-width: 300px;
}
.mibyou-sec6-1__list li:nth-child(1),
.mibyou-sec6-1__list li:nth-child(6) {
  margin-left: 6em;
}
.mibyou-sec6-1__list li:nth-child(2),
.mibyou-sec6-1__list li:nth-child(7) {
  margin-right: 6em;
}

@media (max-width: 1040px) {

  .mibyou-sec6-1__list li:nth-child(1),
  .mibyou-sec6-1__list li:nth-child(6) {
    margin-left: 0;
  }
  .mibyou-sec6-1__list li:nth-child(2),
  .mibyou-sec6-1__list li:nth-child(7) {
    margin-right: 0;
  }

}

@media (max-width: 767px) {

  .mibyou-sec6 {
    padding: 3em 0 20vw;
    background-position: 0% 0%, 100% 15%, 50% 0%;
    background-size: 30vw auto, 30vw auto, auto;
  }
  .mibyou-sec6-1 h2 {
    font-size: 2.75em;
  }
  .mibyou-sec6-1 .mibyou-sec6__lead {
    font-size: 1.3em;
  }
  .mibyou-sec6-1__list {
    gap: 1.5em 1em;
  }
  .mibyou-sec6-1__list li {
    width: calc(50% - 0.5em);
  }

}

.mibyou-sec6-2__list {
  display: flex;
  gap: 9em;
  width: 100%;
}
.mibyou-sec6-2__list li {
  position: relative;
  padding-bottom: 6em;
}
.mibyou-sec6-2__list li + li::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -4.5em;
  width: 1px;
  height: 100%;
  background: #000;
}
.mibyou-sec6-2__list h3 {
  padding: 1em 0 1.5em;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6em;
  font-weight: bold;
  color: #572f98;
}
.mibyou-sec6-2__list figure {
  text-align: center;
}
.mibyou-sec6-2__list img {
  max-width: 275px;
}
.mibyou-sec6-2__list p {
  line-height: 1.6;
  font-size: 1.2em;
}

@media (max-width: 767px) {

  .mibyou-sec6-2 h2 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 2em;
  }
  .mibyou-sec6__lead {
    margin-bottom: 2.5em;
    font-size: 1em;
    font-weight: bold;
  }
  .mibyou-sec6-2__list {
    flex-direction: column;
    gap: 4em;
  }
  .mibyou-sec6-2__list li {
    padding: 0 2.5em 2em;
  }
  .mibyou-sec6-2__list li + li::before {
    left: 0;
    top: -2.5em;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .mibyou-sec6-2__list h3 {
    padding-bottom: 1em;
  }
    .mibyou-sec6-2__list img {
    max-width: 245px;
  }

}

/*.fbnr */
#fbnr {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}
#fbnr ul {
  position: relative;
  display: flex;
  gap: 0.5em;
  width: 420px;
}
#fbnr ul li a {
  display: block;
}
#fbnr ul li img {
  width: 100%;
}
#fbnr ul li:nth-child(1) {
  position: relative;
  width: 63.5%;
}
  #fbnr ul li:nth-child(2) {
  width: 36.5%;
}
#fbnr ul li:nth-child(1)::after {
  content: '';
  background: url(../img/ftbnr_bin.png) no-repeat;
  width: 36px;
  height: 71px;
  display: block;
  background-size: cover;
  position: absolute;
  top: -8px;
  right: 18px;
}

@media (min-width: 768px) {

  #fbnr ul {
    left: 20px;
    opacity: 0;
    transition: 0.5s 0.5s ease-out;
  }
  #fbnr.on ul {
    left: 0;
    opacity: 1;
  }
}

@media (max-width: 767px) {

  #fbnr {
    bottom: 5px;
    left: 8px;
    right: 8px;
  }
  #fbnr ul {
    width: auto;
    gap: 5px;
    opacity: 0;
  }
  #fbnr.on ul {
    opacity: 0;
    animation: bounce 0.8s 0.6s forwards 1;
  }
  @keyframes bounce {
    0% {
      opacity: 0;
      transform: scale(.8) translateY(8px);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  #fbnr ul li:nth-child(1)::after {
    top: 50%;
    right: 7%;
    transform: translateY(-55%);
  }

}

/* animation */
.ani-slide-up {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
.para.on.ani-slide-up {
  opacity: 1;
  transform: translateY(0);
}
.ani-slide-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
}
.para.on.ani-slide-right {
  opacity: 1;
  transform: translateX(0);
}
.ani-fade {
  opacity: 0;
  transition: 0.5s;
}
.para.on.ani-fade {
  opacity: 1;
}
.ani-scale {
  opacity: 0;
  transform: scale(0.8, 0.8) translate(-60%, -60%)!important;
  transition: 0.5s;
}
.para.on.ani-scale {
  opacity: 1;
  transform: scale(1, 1) translate(-50%, -50%)!important;
}
.cm1.para.ani-slide-right::before,
.cm1.para.ani-slide-right::after {
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.5s;
}
.cm1.para.ani-slide-right.on::before,
.cm1.para.ani-slide-right.on::after { 
  opacity: 1;
  transform: translateY(0);
}
.cm1.para.ani-slide-right.on::before {
  transition-delay: 0.4s;
}
.cm1.para.ani-slide-right.on::after {
  transition-delay: 0.6s;
}

.delay1 {transition-delay: 0.2s;}
.delay2 {transition-delay: 0.4s;}
.delay3 {transition-delay: 0.6s;}
.delay4 {transition-delay: 0.8s;}
.delay5 {transition-delay: 1.0s;}





