@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
a:link {
  color: #FFF;
}
a:active {
  color: #FFF;
}
a:visited {
  color: #FFF;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
  justify-content: center;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: '游ゴシック体', 'Yu Gothic UI','Hiragino Sans', 'ヒラギノ角ゴ ProN W3','ヒラギノ丸ゴ ProN W4', sans-serif;
}
ß
body#thanks {
  text-align: left;
}

h1 {
  font-size: 4.6rem;
  font-weight: bold;
}

h2 {
  color: #C41C5C;
  font-size: 8rem;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular', 'ヒラギノ明朝 ProN','游明朝体','游明朝', serif;
}

h3 {
  font-size: 3rem;
  text-align: center;
  padding: 3rem 0 4rem;
}

h4 {
  font-size: 3rem;
  color: #C41C5C;
  text-align: center;
  letter-spacing: 0;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular', 'ヒラギノ明朝 ProN','游明朝体','游明朝', serif;
}

p {
  font-size: 1.8rem;
}

a {
  color: #000;
  text-decoration: none;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
  color: #ff0000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.inner {
  width: 130rem;
  margin: auto;
}

.inner100 {
  width: 100rem;
  margin: auto;
}

header .inner {
  position: relative;
}
header .sub01,
header .sub02,
header .name,
header .sentence,
header .badge {
  color: #FFF;
  position: absolute;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular', 'ヒラギノ明朝 ProN','游明朝体','游明朝', serif;
}
header .sub01 {
  top: 9.4rem;
  left: 6rem;
}
header .sub01 p {
  font-size: 3.4rem;
  letter-spacing: .025rem;
}
header .sub01 .strong {
  font-size: 6rem;
}
header .sub01 .usual {
  font-size: 4.5rem;
}
header .sub02 {
  top: 23rem;
  left: 6rem;
}
header .sub02 p {
  font-size: 3.3rem;
  letter-spacing: -.025rem;
}
header .name {
  font-family: '游ゴシック体', 'Yu Gothic UI','Hiragino Sans', 'ヒラギノ角ゴ ProN W3','ヒラギノ丸ゴ ProN W4', sans-serif;
  top: 51.5rem;
  left: 52rem;
}
header .name p {
  font-size: 5.8rem;
  font-weight: bold;
  letter-spacing: 0;
}
header .sentence {
  bottom: 9.2rem;
  left: 6rem;
}
header .sentence p {
  font-size: 2.8rem;
  letter-spacing: -.16rem;
  line-height: 1.5;
}
header .badge {
    display: none;
    font-family: '游ゴシック体', 'Yu Gothic UI','Hiragino Sans', 'ヒラギノ角ゴ ProN W3','ヒラギノ丸ゴ ProN W4', sans-serif;
    top: 7rem;
    right: 42rem;
    background: #fff;
    border: solid .4rem #C41C5C;
    border-radius: 50%;
    padding: 3.5rem;
}
header .badge p {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
}
header .badge p .strong {
  color: #C41C5C;
  font-size: 6.8rem;
}
header .badge p .usual {
  font-size: 4rem;
}
header .badge .rank {
  line-height: 1;
}

#video {
  padding: 8rem 0;
}
#video .video {
  text-align: center;
  margin: auto;
}
#video .movie {
  text-align: center;
  width: 108rem;
  height: 60.8rem;
}

#profile {
  padding-bottom: 7.5rem;
}
#profile .prof {
  justify-content: left;
}
#profile .text-box {
  width: 63.6%;
}
#profile .text-box p {
  font-size: 2.3rem;
}
#profile .text-box .ttl {
  width: 98%;
  align-items: center;
}
#profile .text-box .badge {
  width: 15.7rem;
  color: #FFF;
  background: #C41C5C;
  padding: 3.75rem 0;
  margin-right: 2.4rem;
  border-radius: 50%;
}
#profile .text-box .badge p {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
}
#profile .text-box .badge .usual {
  font-size: 2rem;
}
#profile .list {
  margin-top: 3rem;
  font-size: 2rem;
}
#profile .list ul {
  width: 100%;
}
#profile .list ul:nth-last-of-type(odd) {
  background: rgba(255, 230, 230, 0.36);
}
#profile .list li {
  width: 45%;
  padding: 1.4rem 0;
  margin-left: 3.8rem;
}
#profile .list .point {
  width: 55%;
  color: #C41C5C;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}
#profile .list .sentence {
  width: 94%;
  letter-spacing: 0;
  font-size: 1.6rem;
  padding: 2.8rem 0;
}

#content {
  background: #FFE6E6;
  padding: 3rem 0;
}
#content .text-box {
  width: 100rem;
  margin: auto;
  border: 0.2rem solid #C41C5C;
  background: rgba(255, 255, 255, 0.49);
}
#content p {
  margin: 2rem 6rem;
  letter-spacing: .06rem;
  font-size: 2rem;
}

#results {
  padding: 6rem 0;
  background: url(../img/pc_bg.png) no-repeat center 10rem;
}
#results .inner {
  background: rgba(255, 255, 255, 0.81);
}
#results .inner100 {
  padding: 10.5rem 0 0;
}
#results .locus {
  width: 100%;
  margin: 2rem auto;
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid #624123;
}
#results .locus:last-of-type {
  border: none;
}
#results .locus .flex {
  flex-flow: row-reverse;
}
#results .text {
  width: 70%;
  margin-right: 1rem;
}
#results .img {
  width: 30%;
}

#case .flex {
    justify-content: space-between;
}
#case h3 {
  line-height: 1;
}
#case small {
  font-size: 2rem;
}
#case .caselist {
    padding: 6rem 0;
    background: #FFE6E6;
}
#case ul {
  width: 82%;
  margin: auto;
}
#case li {
    padding: .3rem 0 .3rem 3rem;
    position: relative;
}
#case li:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #C41C5C;
  left: 0;
  top: 22%;
}

#consal {
  background: #C41C5C;
  text-align: center;
  padding: 6rem 0;
}
#consal p {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -.1rem;
  margin-top: 2rem;
}

#order {
  padding: 2.2rem 0;
  background: rgba(255, 219, 119, 0.46);
  text-align: center;
  margin-bottom: 13rem;
}

/*-----------------------
web icon
-----------------------*/
.web-icon {
  position: relative;
}
.web-icon:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 4.5rem;
  content: "\f879";
  font-weight: 900;
  top: 0;
  left: 0;
}

.form {
  color: #FFF;
  background: #616A7B;
  text-align: center;
  padding: 8rem 0;
}
.form h2 {
  color: #FFF;
  text-decoration: none;
  margin-bottom: 2rem;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular', 'ヒラギノ明朝 ProN','游明朝体','游明朝', serif;
}
.form input,.form textarea {
  width: 90%;
  font-size: 2rem;
  border-radius: .5rem;
}
.form input {
  height: 3.8rem;
}
.form #mailformpro {
    width: 60%;
    margin: auto;
}
.form #mailformpro dl {
  padding: 4rem 0;
}
.form #mailformpro dl dt {
  font-size: 2.5rem;
  border: none;
  background: none;
}
.form #mailformpro dl dd {
  border: none;
  background: none;
}
.form #mailformpro .btn-submit {
  background: none;
  border: none;
}
.form #mailformpro .btn-submit:hover {
  box-shadow: none;
}
.form .logo {
  margin-top: 8rem;
}
.form .left {
  width: 85%;
  margin: 0 auto 3rem;
  text-align: left;
}
.form .mfp_err {
  color: #FFF;
  font-size: 1.8rem;
}

footer {
  background: #C41C5C;
  color: #FFF;
  padding: 1.2rem 0;
}
footer .flex {
  justify-content: center;
}
footer p {
  font-size: 1.4rem;
  letter-spacing: 0;
}
footer p a {
  color: #FFF;
}
footer p a:visited {
  color: #FFF;
}
footer p a:link {
  color: #FFF;
}
footer p a:hover {
  opacity: 0.5;
}

/*-----------------------
thanks.thml
-----------------------*/
#thanks {
  background: #FFF;
  font-family: '游ゴシック体', 'Yu Gothic UI','Hiragino Sans', 'ヒラギノ角ゴ ProN W3','ヒラギノ丸ゴ ProN W4', sans-serif;
}
#thanks h1 {
  font-size: 8rem;
  color: #C41C5C;
  font-weight: normal;
  text-decoration: underline;
  font-family: '凸版文久明朝', 'ヒラギノ明朝 ProN', serif;
}
#thanks .header {
  margin-top: 8rem;
}
#thanks .header p {
  font-size: 3rem;
}
#thanks .thanks .inner100 {
  background: #FFE6E6;
}
#thanks .thanks p {
  width: 75%;
  margin: auto;
  font-size: 2.6rem;
  text-align: left;
  line-height: 2;
}
#thanks .thanks .right {
  text-align: right;
  font-size: 1.8rem;
  padding: 4rem 0 6rem 0;
}
#thanks .link {
  font-size: 2rem;
  margin: 3.6rem 0;
  letter-spacing: 0;
}
#thanks .link a {
  text-decoration: underline;
}
#thanks .link a:hover {
  color: #000;
}
#thanks .copy {
  letter-spacing: 0;
}

@media (min-width: 751px) and (max-width: 1366px) {
  .inner {
    width: 90%;
  }

  .inner100 {
    width: 90%;
  }

  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 4.8rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  p {
    font-size: 1.6rem;
  }

  header .sub01 {
    top: 11%;
    left: 4%;
  }
  header .sub01 p {
    font-size: 2.6vw;
  }
  header .sub01 .strong {
    font-size: 4.8vw;
  }
  header .sub01 .usual {
    font-size: 3.4vw;
  }
  header .sub02 {
    top: 28%;
    left: 4%;
  }
  header .sub02 p {
    font-size: 2.4vw;
  }
  header .sentence {
    bottom: 10%;
    left: 4%;
  }
  header .sentence p {
    font-size: 2vw;
  }
  header .name {
    top: 62%;
    left: 41%;
  }
  header .name p {
    font-size: 4vw;
  }

  #video .inner {
    width: 90%;
    margin: auto;
  }
  #video .movie {
    width: 80vw;
    height: 49vw;
  }

  #profile .img {
    width: 34%;
  }
  #profile .text-box {
    width: 66%;
  }
  #profile .text-box p {
    font-size: 1.6vw;
  }
  #profile .text-box .badge {
    width: 23%;
    padding: 4vw 0;
    margin-right: 1.4rem;
  }
  #profile .text-box .badge p {
    font-size: 1.2vw;
  }
  #profile .text-box .badge .usual {
    font-size: 1.6vw;
  }
  #profile .list {
    font-size: 1.6vw;
  }
  #profile .list .point {
    font-size: 2vw;
    margin-left: 2.4rem;
  }
  #profile .list .sentence {
    font-size: 1.2vw;
  }

  #content .text-box {
    width: 90%;
  }
  #content p {
    font-size: 1.6vw;
  }

  #case ul {
    font-size: 1.5vw;
  }

  .form #mailformpro dl dt {
    font-size: 1.5vw;
  }

  /*-----------------------
  thanks.thml
  -----------------------*/
  #thanks .inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  h1 {
    font-size: 10vw;
    text-align: center;
  }

  h4 {
    font-size: 3.6rem;
  }

  p {
    font-size: 3rem;
  }

  .inner {
    width: 90%;
  }

  .inner100 {
    width: 88%;
  }

  header .inner {
    width: 100%;
  }
  header .sub01 {
    top: 9.3vw;
    left: 5vw;
  }
  header .sub01 p {
    font-size: 5.8vw;
    letter-spacing: .1rem;
  }
  header .sub01 .strong {
    font-size: 8vw;
  }
  header .sub01 .usual {
    font-size: 6.6vw;
  }
  header .sub02 {
    top: 28vw;
    left: 5vw;
  }
  header .sub02 p {
    font-size: 5vw;
  }
  header .name {
    top: 69vw;
    left: 9vw;
  }
  header .name p {
    font-size: 8vw;
  }
  header .sentence {
    left: 5vw;
    bottom: 10vw;
  }
  header .sentence p {
    font-size: 3.2vw;
    font-weight: normal;
    letter-spacing: .02rem;
    line-height: 1.6;
  }
  header .badge {
    top: 33rem;
    right: 0;
    padding: 2rem 1.15rem;
  }
  header .badge p .strong {
    font-size: 5.1rem;
  }
  header .badge p .usual {
    font-size: 3rem;
  }

  #video {
    padding: 5.6rem 0 11rem;
  }
  #video .movie {
    width: 80vw;
    height: 50vw;
  }

  #profile {
    padding: 6rem 0 0;
  }
  #profile .inner {
    width: 100%;
  }
  #profile .text-box {
    width: 60%;
    position: relative;
  }
  #profile .text-box p {
    font-size: 3.6vw;
  }
  #profile .text-box .badge {
    width: 36%;
    position: absolute;
    right: -7vw;
    top: -20vw;
    margin: 0;
    padding: 4.3vw 0;
  }
  #profile .text-box .badge p {
    font-size: 2.5vw;
  }
  #profile .text-box .badge p .usual {
    font-size: 2.7vw;
  }
  #profile .text-box .ttl {
    width: 100%;
    margin-left: 1rem;
    position: absolute;
    bottom: -1rem;
  }
  #profile .list {
    margin: 0;
  }
  #profile .list ul {
    background: none;
  }
  #profile .list ul:nth-of-type(odd) {
    background: none;
  }
  #profile .list li {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 4vw;
    padding: 2rem 0;
  }
  #profile .list li:nth-of-type(odd) {
    background: rgba(255, 230, 230, 0.36);
  }
  #profile .list .point {
    font-size: 5vw;
    font-weight: bold;
  }
  #profile .list .sentence {
    width: 100%;
    text-align: left;
    padding: 6rem 0;
  }
  #profile .list .sentence p {
    width: 90%;
    margin: auto;
    font-size: 3vw;
  }

  #content {
    padding: 6rem 0;
  }
  #content .text-box {
    width: 100%;
  }
  #content p {
    font-size: 3.2vw;
    margin: 2rem 3rem;
  }

  #results {
    padding: 20rem 0 10rem;
    background: url(../img/sp_bg.png) no-repeat 0 30rem;
    background-size: cover;
  }
  #results .inner100 {
    width: 90%;
    padding: 3rem 0 0;
  }
  #results h2 {
    font-size: 7rem;
  }
  #results h3 {
    font-size: 5.4vw;
  }
  #results h4 {
    margin-top: 5.4vw;
    font-size: 4.8vw;
    letter-spacing: -.1rem;
  }
  #results p {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  #results .text {
    width: 100%;
  }
  #results .locus {
    padding-bottom: 6rem;
  }
  #results .locus .flex {
    display: block;
  }
  #results .img {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }

  #case {
    padding: 10rem 0 0;
  }
  #case .inner {
    width: 86%;
  }
  #case h2 {
    font-size: 7rem;
  }
  #case h3 {
    font-size: 5.4vw;
    padding: 5rem 0;
  }
  #case small {
    font-size: 4vw;
  }
  #case .flex {
    display: block;
  }
  #case ul {
    width: 100%;
    font-size: 3.2vw;
  }
  #case li {
    width: 90%;
    padding: 1rem 0 1rem 5rem;
  }
  #case li:before {
    width: 3rem;
    height: 3rem;
    top: 1.4rem;
  }

  #consal {
    padding: 8rem 0;
  }
  #consal p {
    font-size: 2.2rem;
    text-align: left;
  }

  .form .inner {
    width: 81%;
  }
  .form h2 {
    font-size: 8vw;
    margin: 3rem 0;
  }
  .form p {
    font-size: 3.2vw;
    text-align: left;
    letter-spacing: 0;
  }
  .form #mailformpro {
    width: 100%;
  }
  .form #mailformpro dl dt {
    font-size: 3.2vw;
    padding: 2rem 0 0 0;
  }
  .form #mailformpro dl dd {
    padding: 0;
  }
  .form #mailformpro p {
    font-size: 3vw;
    text-align: center;
  }
  .form #mailformpro .left {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .form input {
    width: 100%;
    height: 8rem;
    font-size: 2.4rem;
  }
  .form .mfp_buttons {
    padding: 6rem 0 0;
  }
  .form .logo {
    text-align: center;
  }

  #order {
    padding: 3.2rem;
    margin: 0;
  }
  #order img {
    margin: 1rem 0;
  }

  .footer .flex {
    display: block;
  }
  .footer p {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .footer p a {
    font-size: 3vw;
  }

  /*-----------------------
  thanks.thml
  -----------------------*/
  #thanks h1 {
    font-size: 7rem;
  }
  #thanks .header p {
    font-size: 4rem;
    margin: 3rem 0 5rem;
  }
  #thanks .thanks {
    background: #FFE6E6;
  }
  #thanks .thanks .inner100 {
    background: none;
  }
  #thanks .thanks p {
    width: 100%;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  #thanks .thanks .right {
    text-align: center;
    font-size: 3vw;
  }
  #thanks .link {
    font-size: 3rem;
  }
  #thanks footer {
    padding: 2.4rem 0;
  }
}
