.gHeader {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

.fade {
  opacity: 0;
  position: relative;
  top: 30px;
  will-change: transform;
}
@media print, screen and (min-width: 768px) {
  .fade.fade1 {
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
  }
  .fade.fade2 {
    -webkit-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s;
  }
  .fade.fade3 {
    -webkit-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
  }
}
@media only screen and (max-width: 767px) {
  .fade {
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
  }
}
.fade.-in {
  opacity: 1;
  top: 0;
}

#mv {
  background-repeat: no-repeat;
  background-color: #182752;
}
@media print, screen and (min-width: 768px) {
  #mv {
    background-image: url(../images/bg_mv_pc.jpg);
    background-size: 100% auto;
    background-position: center top;
    min-height: 950px;
  }
  #mv h1 {
    width: 67.5%;
    max-width: 1095px;
    margin: 0 auto;
    padding-top: 90px;
  }
  #mv figure {
    width: 32.78%;
    max-width: 410px;
    margin: 30px auto 0;
    position: relative;
  }
  #mv figure a.btn_tocm {
    display: block;
    width: clamp(120px, 11.151vw, 158px);
    position: absolute;
    top: 90px;
    left: 48vw;
  }
  #mv figure .emblem {
    width: 35.85%;
    max-width: 148px;
    position: absolute;
    top: -10%;
    left: -39%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #mv figure .emblem02 {
    width: 34.15%;
    max-width: 140px;
    position: absolute;
    top: -5%;
    left: -1%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #mv figure .miraclecare-bottle {
    width: 32%;
    max-width: 123px;
    position: absolute;
    top: 7%;
    right: -12%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 1400px) {
  #mv {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #mv {
    background-image: url(../images/bg_mv_sp.jpg);
    background-size: 100% auto;
    min-height: 253.3333333333vw;
  }
  #mv h1 {
    margin: 0 auto;
    padding-top: 20vw;
  }
  #mv figure {
    width: 57.3333333333vw;
    margin: 10.6666666667vw auto 0;
    position: relative;
  }
  #mv figure .product-img {
    position: relative;
    right: 18.6666666667vw;
  }
  #mv figure a.btn_tocm {
    display: block;
    width: 29.0666666667vw;
    position: absolute;
    top: 18.6666666667vw;
    right: -18.6666666667vw;
  }
  #mv figure .miraclecare-bottle {
    width: 17.6vw;
    position: absolute;
    bottom: 2vw;
    right: -5.3333333333vw;
  }
}
#mv p.note {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.5em 0 0 0;
}
#mv p.note + .note {
  margin-top: 20px;
}
#mv p.note span.note_title {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.1;
  background-color: #182558;
}
@media print, screen and (min-width: 768px) {
  #mv p.note {
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #182558, -1px 1px 0 #182558, 1px -1px 0 #182558, -1px -1px 0 #182558;
  }
  #mv p.note span.note_title {
    padding: 10px 45px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #mv p.note {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  #mv p.note span.note_title {
    padding: 2.6666666667vw 10.6666666667vw;
    position: relative;
    margin-bottom: 10.6666666667vw;
    right: 18.6666666667vw;
  }
}
#mv p.lead {
  color: #fee099;
  font-style: italic;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mv p.lead {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  #mv p.lead {
    margin-top: 13.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.8;
  }
}

.anchorNavi {
  width: 100%;
  max-width: 1110px;
  margin: 30px auto 0;
}
.anchorNavi a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.anchorNavi a::after {
  content: "";
  display: block;
  background: url(../images/bullet_arrow_down.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .anchorNavi {
    width: calc(100% - 20px);
    background-color: #445994;
    border-radius: 8px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1130px) {
  .anchorNavi {
    margin: 30px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi {
    margin: 8vw 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.anchorNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .anchorNavi ul li {
    width: 20%;
  }
  .anchorNavi ul li a {
    padding: 20px 0;
    position: relative;
  }
  .anchorNavi ul li a::after {
    width: 10px;
    height: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 14px;
  }
  .anchorNavi ul li a:hover::after {
    bottom: 8px;
  }
  .anchorNavi ul li:not(:first-child) a::before {
    content: "";
    display: block;
    width: 0;
    height: 2em;
    border-left: 1px solid #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi ul li:first-child {
    padding-left: 1.3333333333vw;
  }
  .anchorNavi ul li:last-child {
    padding-right: 1.3333333333vw;
  }
  .anchorNavi ul li:not(:first-child) {
    margin-left: 1.3333333333vw;
  }
  .anchorNavi ul li a {
    padding: 4vw 5.3333333333vw;
    background-color: #445994;
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .anchorNavi ul li a::after {
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.bnr-area {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .bnr-area {
    margin-top: 35px;
  }
}
.bnr-area a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  a.bright img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a.bright:hover img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}

a.blank {
  color: #182558;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a.blank:hover {
    text-decoration: underline;
  }
}
a.blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../common/images/icon_blank.svg) no-repeat 0 bottom;
  background-size: 100% auto;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

a.btn_miracle {
  display: inline-block;
  background-color: #182558;
  border-radius: 8px;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  a.btn_miracle {
    padding: 15px;
    min-width: 260px;
  }
  a.btn_miracle:hover {
    -webkit-filter: brightness(1.75);
    filter: brightness(1.75);
  }
  a.btn_miracle:hover::after {
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  a.btn_miracle {
    padding: 4vw;
    min-width: 69.3333333333vw;
  }
}
a.btn_miracle::after {
  content: "";
  background-image: url(../images/bullet_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto 0;
}
@media print, screen and (min-width: 768px) {
  a.btn_miracle::after {
    width: 8px;
    height: 14px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  a.btn_miracle::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
  }
}
a.btn_miracle.btn_soon {
  background-color: #999;
  pointer-events: none;
}

.btn_wrap {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .btn_wrap {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_wrap {
    padding-top: 10.6666666667vw;
  }
}

h2.rays {
  color: #182558;
  text-align: center;
  font-weight: bold;
}
h2.rays::before {
  content: "";
  display: block;
  background: url(../images/parts_head.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 auto 0.2em;
}
@media print, screen and (min-width: 768px) {
  h2.rays {
    font-size: 3.6rem;
  }
  h2.rays::before {
    width: 99px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h2.rays {
    font-size: 2.8rem;
  }
  h2.rays::before {
    width: 21.0666666667vw;
    height: 10.6666666667vw;
  }
}

dl.acc dt {
  cursor: pointer;
}
dl.acc dd {
  display: none;
}

#function {
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  background-color: #192853;
}
@media print, screen and (min-width: 768px) {
  #function {
    background-image: url(../images/bg_function_pc.jpg);
    margin-top: 0;
    background-size: 100% auto;
    padding: 144px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #function {
    background-image: url(../images/bg_function_sp.jpg);
    margin-top: -6.6666666667vw;
    background-size: 100% auto;
    padding: 4vw 0 13.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #function .inner {
    max-width: 918px;
  }
}
#function p {
  text-align: center;
}
#function .note {
  font-size: 1.2rem;
}
#function .note:not(.white) {
  font-size: 1rem;
  opacity: 0.5;
}
#function .note a {
  color: #fff;
}
#function #func01 h2 {
  position: relative;
}
#function #func01 h2::before {
  content: "";
  display: block;
  margin: min(10.6666666667vw, 40px) auto 4.2666666667vw;
  width: min(27.4666666667vw, 103px);
  height: min(44.2666666667vw, 166px);
  background-image: url(../images/img_func01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#function #func01 h2::after {
  content: none;
}
#function #func01 h2 + p {
  margin-top: 4vw;
}
#function #func01 figure {
  margin-top: 2.6666666667vw;
}
#function #func01 figure img {
  width: calc(100% + 2.6666666667vw);
  margin: 0 0 2.6666666667vw -2.6666666667vw;
}
@media print, screen and (min-width: 1200px) {
  #function #func01 h2 {
    max-width: 580px;
    margin: 0 auto;
  }
  #function #func01 h2::before {
    content: none;
  }
  #function #func01 h2::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/img_func01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 123px;
    height: 197px;
    top: 0;
    right: -162px;
    margin: 0;
  }
  #function #func01 h2 + p {
    margin-top: 25px;
  }
  #function #func01 figure {
    margin-top: 15px;
  }
  #function #func01 figure img {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  #function #func02 {
    margin-top: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #function #func02 .pc-wrap,
#function #func02 > figure {
    width: 48%;
    max-width: 450px;
  }
  #function #func02 .pc-wrap p {
    margin-top: 1.5em;
  }
  #function #func02 > figure img {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
  #function #func02 #reason {
    width: 100%;
    margin-top: 50px;
  }
  #function #func02 #reason h3 {
    width: 305px;
    margin: 0 auto;
  }
  #function #func02 #reason figure {
    margin-top: 20px;
  }
  #function #func02 #reason + p {
    width: 100%;
    margin-top: 25px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) {
  #function #func02 {
    margin-top: 16vw;
  }
  #function #func02 h2 + p {
    margin-top: 6.6666666667vw;
  }
  #function #func02 > figure {
    margin-top: 2.6666666667vw;
  }
  #function #func02 > figure img {
    width: calc(100% + 2.6666666667vw);
    margin: 0 0 2.6666666667vw -2.6666666667vw;
  }
  #function #func02 #reason {
    margin-top: 16vw;
  }
  #function #func02 #reason h3 {
    width: 81.3333333333vw;
    margin: 0 auto;
  }
  #function #func02 #reason figure {
    margin-top: 6.6666666667vw;
  }
  #function #func02 #reason + p {
    margin-top: 6.6666666667vw;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 2;
  }
}

#cm {
  color: #182558;
}
@media print, screen and (min-width: 768px) {
  #cm {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #cm {
    padding: 10.6666666667vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  #cm .inner {
    max-width: 940px;
  }
}
#cm h2 {
  margin-bottom: 1.6em;
}
#cm h3 {
  color: #182558;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#cm h3::before, #cm h3::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_star.png) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: bottom;
}
#cm h3::before {
  margin-right: 0.3em;
}
#cm h3::after {
  margin-left: 0.3em;
}
@media print, screen and (min-width: 768px) {
  #cm h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  #cm h3::before, #cm h3::after {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #cm h3 {
    font-size: 2.6rem;
    margin-bottom: 5.3333333333vw;
  }
  #cm h3::before, #cm h3::after {
    width: 8vw;
    height: 8vw;
  }
}
#cm .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cm .movie .movie-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#cm .movie .movie-inner .movie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#cm .movie .movie-btn {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #182558;
  border-color: #182558;
  border-style: solid;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #cm .movie .movie-btn {
    margin-top: 28px;
    border-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #cm .movie .movie-btn {
    width: 100%;
    margin-top: 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #cm .movie .movie-btn > li {
    width: 50%;
  }
}
#cm .movie .movie-btn > li button {
  height: 100%;
  background-color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #cm .movie .movie-btn > li button {
    width: 160px;
    padding: 14px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #cm .movie .movie-btn > li button {
    width: 100%;
    padding: 2.6666666667vw 0;
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #cm .movie .movie-btn > li button:hover {
    background-color: #182558;
    color: #fff;
  }
}
#cm .movie .movie-btn > li button.-movieactive {
  background-color: #182558;
  color: #fff;
}
#cm .movie .movie-btn > li:nth-of-type(n+2) button {
  border-left-color: #182558;
  border-left-style: solid;
}
@media print, screen and (min-width: 768px) {
  #cm .movie .movie-btn > li:nth-of-type(n+2) button {
    border-left-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #cm .movie .movie-btn > li:nth-of-type(n+2) button {
    border-left-width: 0.2666666667vw;
  }
}
#cm .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #cm .read {
    margin-top: 50px;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #cm .read {
    margin-top: 4vw;
  }
}
#cm .read input {
  display: none;
}
#cm .read label {
  border: 2px solid #182558;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #cm .read label {
    width: 48.1%;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #cm .read label:hover {
    background-color: #182558;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #cm .read label {
    display: block;
    width: 43.2vw;
    padding: 2vw;
    font-size: 2rem;
  }
}
#cm .read input:checked + label {
  background-color: #182558;
  color: #fff;
  position: relative;
}
#cm .read input:checked + label::after {
  content: "";
  background: url(../images/icon_tres.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  bottom: -1.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cm .read .txt {
  width: 100%;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  #cm .read .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  #cm .read .txt {
    line-height: 1.8;
  }
}
#cm .read .txt .-plan,
#cm .read .txt .-story {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #cm .read .txt .-story dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  #cm .read .txt .-story dl dt, #cm .read .txt .-story dl dd {
    padding: 5px 0;
  }
}
#cm .read .txt .-story dl dt {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #cm .read .txt .-story dl dt {
    width: 15%;
  }
}
@media print, screen and (min-width: 768px) {
  #cm .read .txt .-story dl dd {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #cm .read .txt .-story dl dd {
    margin-bottom: 1em;
  }
}
#cm .read #cm_plan:checked ~ .txt .-plan,
#cm .read #cm_story:checked ~ .txt .-story {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #cm section.cast {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #cm section.cast {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  #cm section.cast .cast-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #cm section.cast .cast-wrap figure {
    min-width: 253px;
    margin-right: 30px;
  }
  #cm section.cast .cast-wrap figure figcaption {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #cm section.cast .cast-wrap p {
    line-height: 1.8;
  }
  #cm section.cast .cast-wrap p strong {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
  #cm section.cast .cast-wrap p em {
    background-color: #f5cf9e;
    display: inline-block;
    font-size: 1.4rem;
    border-radius: 15px;
    padding: 3px 20px;
    line-height: 1.1;
    margin-left: 20px;
    position: relative;
    top: -0.2em;
  }
}
@media only screen and (max-width: 767px) {
  #cm section.cast .cast-wrap figure figcaption {
    display: none;
  }
  #cm section.cast .cast-wrap p {
    margin-top: 5.3333333333vw;
    line-height: 1.8;
  }
  #cm section.cast .cast-wrap p strong {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 2.6666666667vw;
  }
  #cm section.cast .cast-wrap p em {
    background-color: #f5cf9e;
    display: inline-block;
    font-size: 1.4rem;
    border-radius: 15px;
    padding: 0.8vw 5.3333333333vw;
    line-height: 1.1;
    margin-left: 20px;
    position: relative;
    top: -0.2em;
  }
}

#developer {
  background: url(../images/bg_dev.png) repeat 0 0;
}
@media print, screen and (min-width: 768px) {
  #developer .inner {
    max-width: 940px;
    padding: 60px 10px 120px;
  }
}
@media only screen and (max-width: 767px) {
  #developer .inner {
    padding: 16vw 0 24vw;
  }
}
#developer h2 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #developer h2 img {
    width: 100%;
    max-width: 658px;
  }
}
@media only screen and (max-width: 767px) {
  #developer h2 img {
    width: 73.8666666667vw;
  }
}
#developer .box_gradient {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#dcaf3d), to(#976f28));
  background-image: linear-gradient(to bottom right, #dcaf3d 0%, #976f28 100%);
  border-radius: 8px;
  padding: 4px;
}
#developer .box_gradient .box_gradient_inner {
  background-color: #fff;
  border-radius: 4px;
  color: #182558;
}
#developer .box_gradient .box_gradient_inner section {
  margin-top: 2.5em;
}
#developer .box_gradient .box_gradient_inner section p + p {
  margin-top: 0.7em;
}
#developer .box_gradient figure.box_prof figcaption {
  font-weight: bold;
  line-height: 1.3;
}
#developer .box_gradient figure.box_prof figcaption span {
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  #developer .box_gradient figure.box_prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 546px;
    margin: 0 auto;
  }
  #developer .box_gradient figure.box_prof .img {
    width: 200px;
  }
  #developer .box_gradient figure.box_prof .txt {
    width: 350px;
  }
  #developer .box_gradient figure.box_prof .txt p {
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
  #developer .box_gradient figure.box_prof figcaption {
    font-size: 2rem;
    margin-left: 40px;
  }
  #developer .box_gradient figure.box_prof figcaption span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #developer .box_gradient figure.box_prof {
    width: 100%;
    text-align: center;
  }
  #developer .box_gradient figure.box_prof .img {
    width: 100%;
    margin: 0 auto;
  }
  #developer .box_gradient figure.box_prof figcaption {
    margin-top: 5.3333333333vw;
    font-size: 2rem;
  }
  #developer .box_gradient figure.box_prof figcaption span {
    font-size: 1.1rem;
  }
  #developer .box_gradient figure.box_prof p {
    width: 100%;
    margin-top: 1.5em;
    font-size: 1.2rem;
  }
}
#developer .box_gradient h3 {
  background: url(../images/icon_check.png) no-repeat 0 0;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  #developer .box_gradient h3 {
    padding: 0 40px 12px;
    background-size: 26px auto;
  }
}
@media only screen and (max-width: 767px) {
  #developer .box_gradient h3 {
    padding: 0 0 4vw 9.3333333333vw;
    background-size: 6.9333333333vw auto;
  }
}
@media print, screen and (min-width: 768px) {
  #developer .box_gradient {
    margin-top: 40px;
  }
  #developer .box_gradient .box_gradient_inner {
    padding: 40px 90px;
  }
  #developer .box_gradient .box_gradient_inner .dev_text .more_text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #developer .box_gradient {
    margin-top: 8vw;
  }
  #developer .box_gradient .box_gradient_inner {
    padding: 8vw;
  }
  #developer .box_gradient .dev_text {
    height: 34.6666666667vw;
    overflow: hidden;
    position: relative;
    line-height: 1.7;
  }
  #developer .box_gradient .dev_text .more_text {
    width: 100%;
    height: 15.4666666667vw;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  #voice {
    background: url(../images/bg_voice_pc.png) no-repeat center 0;
    background-size: cover;
    margin-top: -60px;
    padding: 120px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  #voice {
    background: url(../images/bg_voice_sp.png) no-repeat 0 0;
    background-size: cover;
    margin-top: -14.6666666667vw;
    padding: 29.3333333333vw 0 16vw;
  }
}
#voice h2 {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #voice ul.voices {
    margin-top: 30px;
    width: 100%;
    max-width: 1140px;
    height: 420px;
    background: url(../images/logo_miracle.png) no-repeat center center;
    background-size: 245px auto;
    position: relative;
  }
  #voice ul.voices li {
    position: absolute;
  }
  #voice ul.voices li#voice1 {
    width: 40.78%; /*465px*/
    top: 5px;
    left: 0;
  }
  #voice ul.voices li#voice2 {
    width: 34.8%; /*397px*/
    top: 15px;
    right: 32px;
  }
  #voice ul.voices li#voice3 {
    width: 38.1%; /*435px*/
    bottom: -20px;
    left: 60px;
  }
  #voice ul.voices li#voice4 {
    width: 35.87%; /*409px*/
    bottom: 25px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #voice ul.voices {
    margin-top: 6.6666666667vw;
  }
  #voice ul.voices li {
    margin-top: 4vw;
  }
  #voice ul.voices li#logo {
    text-align: center;
    padding: 3.2vw 0 5.3333333333vw;
  }
  #voice ul.voices li#logo img {
    width: 65.3333333333vw;
  }
}
#voice p.note {
  color: #fff;
  opacity: 0.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #voice p.note {
    margin-top: 55px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice p.note {
    margin-top: 5.3333333333vw;
    font-size: 1.1rem;
  }
}

#item_wrap {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto, auto;
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  #item_wrap {
    padding: 60px 0;
    background-image: url(../images/bg_voice_item_btm_pc.png), -webkit-gradient(linear, right top, left top, from(rgb(246, 255, 244)), color-stop(50%, rgb(255, 246, 233)), to(rgb(253, 245, 255)));
    background-image: url(../images/bg_voice_item_btm_pc.png), linear-gradient(to left, rgb(246, 255, 244) 0%, rgb(255, 246, 233) 50%, rgb(253, 245, 255) 100%);
  }
}
@media only screen and (max-width: 767px) {
  #item_wrap {
    padding: 10.6666666667vw 0 16vw;
    background-image: url(../images/bg_voice_item_btm_sp.png), -webkit-gradient(linear, right bottom, left top, from(rgb(246, 255, 244)), color-stop(50%, rgb(255, 246, 233)), to(rgb(253, 245, 255)));
    background-image: url(../images/bg_voice_item_btm_sp.png), linear-gradient(to top left, rgb(246, 255, 244) 0%, rgb(255, 246, 233) 50%, rgb(253, 245, 255) 100%);
  }
}

@media print, screen and (min-width: 768px) {
  #item {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #item .inner {
    width: 100%;
    max-width: 1108px;
    margin: 0 auto;
  }
}
#item dl {
  color: #182558;
  text-align: center;
}
#item dl a:not(.btn_miracle):link,
#item dl a:not(.btn_miracle):visited {
  color: #182558;
}
@media print, screen and (min-width: 768px) {
  #item dl {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #item dl {
    margin-top: 8vw;
  }
}
#item dl > div {
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #item dl > div {
    width: 32%;
    max-width: 348px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #item dl > div {
    padding: 8vw 6.6666666667vw;
  }
  #item dl > div:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
#item dl dt {
  font-weight: bold;
}
#item dl dt .img {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #item dl dt .img {
    height: 170px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  #item dl dt .img {
    height: 45.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#item dl dt .img img {
  display: block;
  width: auto;
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#item dl dt span {
  font-size: 1.3rem;
}
#item dl dd .notetitle {
  background-color: #182558;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  #item dl dd .number {
    height: 12px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #item dl dd .number {
    height: 11px;
    margin-bottom: 3px;
  }
}
#item dl dd .number img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
#item dl dd > p {
  margin-bottom: 1.2em;
}
@media print, screen and (min-width: 768px) {
  #item dl dd {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  #item dl dd .notetitle {
    padding: 5px;
    margin-bottom: 10px;
  }
  #item dl dd .btn_wrap {
    padding-top: 20px;
  }
  #item dl dd a.btn_miracle {
    font-size: 1.6rem;
    min-width: auto;
    width: min(100%, 260px);
  }
  #item dl dd a.btn_miracle + p {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #item dl dd {
    margin-top: 4vw;
    font-size: 1.1rem;
  }
  #item dl dd .notetitle {
    padding: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #item dl dd .btn_wrap {
    padding-top: 5.3333333333vw;
  }
  #item dl dd a.btn_miracle {
    font-size: 1.6rem;
  }
  #item dl dd a.btn_miracle + p {
    margin-top: 0.5em;
  }
}
#item dl + p {
  color: #182558;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #item dl + p {
    font-size: 1.2rem;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #item dl + p {
    font-size: 1.1rem;
    margin-top: 4vw;
  }
}

aside#site_banner {
  background: url(../images/bg_banner.png) repeat 0 0;
}
@media print, screen and (min-width: 768px) {
  aside#site_banner {
    padding: 60px 0;
  }
  aside#site_banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 38px;
  }
  aside#site_banner ul li {
    width: 48.4%;
    max-width: 538px;
  }
}
@media only screen and (max-width: 767px) {
  aside#site_banner {
    font-size: 1.4rem;
    padding: 16vw 0;
  }
  aside#site_banner ul li:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}
aside#site_banner li > p {
  border-top: 1px solid #cbcbcb;
  margin-top: 0.8em;
  padding-top: 0.5em;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  #faq {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #faq {
    padding: 10.6666666667vw 0;
  }
}
#faq dl.acc {
  border-bottom: 1px solid #d5d5d5;
}
@media print, screen and (min-width: 768px) {
  #faq dl.acc {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl.acc {
    margin-top: 8vw;
  }
}
#faq dl.acc dt, #faq dl.acc dd {
  border-top: 1px solid #d5d5d5;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #faq dl.acc dt, #faq dl.acc dd {
    padding: 35px 100px;
    background-position: 20px 22px;
    background-size: 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl.acc dt, #faq dl.acc dd {
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw 21.3333333333vw;
    background-size: 13.3333333333vw 13.3333333333vw;
  }
}
#faq dl.acc dt {
  font-weight: bold;
  background-image: url(../images/icon_q.svg);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #faq dl.acc dt {
    background-position: 2.6666666667vw center;
  }
}
#faq dl.acc dd {
  background-color: #f5f5f5;
  background-image: url(../images/icon_a.svg);
  color: #182558;
}
@media only screen and (max-width: 767px) {
  #faq dl.acc dd {
    background-position: 2.6666666667vw 4vw;
  }
}
#faq dt::before,
#faq dt::after {
  content: "";
  height: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #182558;
}
@media print, screen and (min-width: 768px) {
  #faq dt::before,
#faq dt::after {
    border: 2.5px solid #182558;
    width: 30px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #faq dt::before,
#faq dt::after {
    border: 1.5px solid #182558;
    width: 5.6vw;
    right: 2.6666666667vw;
  }
}
#faq dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#faq dt.-open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* tablet size */
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #mv {
    min-height: 780px;
  }
  .anchorNavi {
    font-size: 1.2rem;
  }
  #function #func01 figure img {
    width: 100%;
    margin-left: 0;
  }
  #function #func02 > figure img {
    width: 100%;
    margin-right: 0;
  }
}