@charset "UTF-8";
@font-face {
  font-family: 'MyFont';
  src: url("../font/felix-titling.ttf"); }
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c;
  transition: .4s; }
  a:visited {
    color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadein.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #3c463c;
  font-size: 14px;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  position: relative; }
  .lp_wrapper::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: url("https://untule.itembox.design/item/feature/size-shindan/diagnosis/images/pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .lp_wrapper::before {
        background-position: left center; } }
    @media screen and (max-width: 870px) {
      .lp_wrapper::before {
        background: #fdfdf8; } }
  @media screen and (max-width: 870px) {
    .lp_wrapper {
      background: #fdfdf8; } }
  .lp_wrapper .sidearea {
    position: relative;
    height: 100vh;
    transition: .8s; }
    @media screen and (max-width: 870px) {
      .lp_wrapper .sidearea {
        display: none; } }
    .lp_wrapper .sidearea.boxleft {
      left: 0;
      width: calc(100% - 600px - 10%); }
      @media screen and (max-width: 1200px) {
        .lp_wrapper .sidearea.boxleft {
          width: calc(100% - 500px); } }
      .lp_wrapper .sidearea.boxleft .pc-ttl {
        position: fixed;
        left: 0;
        top: 15vh;
        width: calc(100% - 600px - 10%); }
        @media screen and (max-width: 1200px) {
          .lp_wrapper .sidearea.boxleft .pc-ttl {
            width: calc(100% - 500px); } }
        .lp_wrapper .sidearea.boxleft .pc-ttl p {
          font-size: 1em !important;
          letter-spacing: 0.1em; }
        .lp_wrapper .sidearea.boxleft .pc-ttl h1 {
          font-size: 2em !important;
          font-weight: 400;
          line-height: 3.0;
          letter-spacing: 0.2em; }
    .lp_wrapper .sidearea.boxright {
      width: 10%;
      right: 0; }
      @media screen and (max-width: 1200px) {
        .lp_wrapper .sidearea.boxright {
          width: 0; } }
  .lp_wrapper #box-content {
    position: relative;
    z-index: 1000;
    width: 600px;
    min-height: 100vh;
    background: #fdfdf8; }
    @media screen and (max-width: 1200px) {
      .lp_wrapper #box-content {
        width: 500px; } }
    @media screen and (max-width: 870px) {
      .lp_wrapper #box-content {
        margin: 0 auto;
        width: 100%; } }
    .lp_wrapper #box-content #drawer {
      position: relative;
      margin: 0 auto; }
      .lp_wrapper #box-content #drawer .kv {
        position: relative;
        display: none; }
        @media screen and (max-width: 870px) {
          .lp_wrapper #box-content #drawer .kv {
            display: block; } }
        .lp_wrapper #box-content #drawer .kv .ttl {
          position: absolute;
          top: 10vh;
          left: 50%;
          width: 100%;
          transform: translateX(-50%); }
          .lp_wrapper #box-content #drawer .kv .ttl p {
            letter-spacing: .1em;
            font-size: 0.9em !important; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .kv .ttl p {
                font-size: 2.5vw !important; } }
          .lp_wrapper #box-content #drawer .kv .ttl h1 {
            font-size: 1.5em !important;
            font-weight: 400;
            line-height: 3.0;
            letter-spacing: .2em;
            margin: 0; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .kv .ttl h1 {
                font-size: 4.2vw !important; } }
      .lp_wrapper #box-content #drawer .innerBox {
        width: 90%;
        margin: 25% auto; }
        @media screen and (max-width: 870px) {
          .lp_wrapper #box-content #drawer .innerBox {
            max-width: 500px; } }
        .lp_wrapper #box-content #drawer .innerBox .maintxt p {
          font-size: 1em !important;
          line-height: 2.2; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .innerBox .maintxt p {
              font-size: 3vw !important; } }
        .lp_wrapper #box-content #drawer .innerBox .maintxt a {
          display: block;
          background: #7A8C5B;
          color: #fdfdf8 !important;
          margin: 10% auto;
          padding: 1.2em !important;
          width: 80%;
          position: relative; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .innerBox .maintxt a {
              margin-top: 20%;
              font-size: 3vw !important;
              width: 90%; } }
          .lp_wrapper #box-content #drawer .innerBox .maintxt a::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20%;
            width: 8px;
            height: 8px;
            border-top: 1px solid #fdfdf8;
            border-right: 1px solid #fdfdf8;
            transform: translateY(-50%) rotate(45deg); }
          .lp_wrapper #box-content #drawer .innerBox .maintxt a:hover {
            opacity: .7; }
        .lp_wrapper #box-content #drawer .innerBox .answer {
          padding: 60px 48px;
          background: #ffffff;
          border: 1px solid #3c463c;
          margin: 25% auto; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .innerBox .answer {
              margin: 30% auto;
              padding: 60px 24px; } }
          .lp_wrapper #box-content #drawer .innerBox .answer h2 {
            font-size: 1em !important;
            line-height: 2.2;
            margin: 0 auto 3em !important;
            border: none;
            text-align: center; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .innerBox .answer h2 {
                font-size: 3vw !important;
                white-space: nowrap; } }
          .lp_wrapper #box-content #drawer .innerBox .answer p {
            margin: 3.0em auto;
            font-size: 1em !important;
            text-align: left;
            line-height: 2.0;
            width: 95%; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .innerBox .answer p {
                font-size: 2.8vw !important;
                margin-bottom: 4.0em; } }
          .lp_wrapper #box-content #drawer .innerBox .answer h4 {
            font-family: noto-sans, sans-serif;
            font-weight: 400;
            font-size: 1.2em !important;
            padding-bottom: 2.0em; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .innerBox .answer h4 {
                font-size: 3.2vw !important; } }
          .lp_wrapper #box-content #drawer .innerBox .answer ul {
            margin: 0 auto;
            border-top: 1px solid #3c463c; }
            .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li {
              display: flex;
              justify-content: space-between;
              align-items: center;
              border-bottom: 1px solid #3c463c; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li {
                  padding: 4% 0; } }
              .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div:first-child {
                width: 40%; }
              .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div:nth-child(2) {
                width: 55%; }
              .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div dl {
                font-size: 0.8em !important;
                margin: 1.5em auto; }
                @media screen and (max-width: 600px) {
                  .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div dl {
                    font-size: 2.6vw !important; } }
                .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div dl dd, .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div dl dt {
                  font-size: 100% !important; }
              .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div a.btn {
                background: #7A8C5B;
                font-size: 0.7em !important;
                color: #fdfdf8 !important;
                border: 1px solid #7A8C5B;
                display: block;
                width: 50%;
                margin: 0 auto; }
                @media screen and (max-width: 600px) {
                  .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div a.btn {
                    font-size: 2vw !important; } }
                .lp_wrapper #box-content #drawer .innerBox .answer ul.lineup li div a.btn:hover {
                  opacity: .7; }
          .lp_wrapper #box-content #drawer .innerBox .answer .recommend {
            margin: 25% auto; }
            .lp_wrapper #box-content #drawer .innerBox .answer .recommend div {
              width: 90%;
              margin: 1.0em auto 2.0em; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .innerBox .answer .recommend div {
                  width: 100%; } }
            .lp_wrapper #box-content #drawer .innerBox .answer .recommend p {
              font-size: 0.8em !important;
              text-align: center;
              margin: 8px auto; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .innerBox .answer .recommend p {
                  font-size: 2.7vw !important; } }
            .lp_wrapper #box-content #drawer .innerBox .answer .recommend a {
              display: block;
              border: 1px solid #3c463c;
              font-size: 1em !important;
              padding: 8px; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .innerBox .answer .recommend a {
                  font-size: 2.7vw !important; } }
              .lp_wrapper #box-content #drawer .innerBox .answer .recommend a:hover {
                color: #fdfdf8 !important;
                background: #7A8C5B;
                border: 1px solid #7A8C5B; }
          .lp_wrapper #box-content #drawer .innerBox .answer .snsBox h5 {
            text-align: center;
            font-size: 0.8em !important;
            margin: 16px auto;
            font-weight: 400;
            padding-bottom: 8px;
            border-bottom: 1px solid #3c463c; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .innerBox .answer .snsBox h5 {
                font-size: 2.7vw !important; } }
          .lp_wrapper #box-content #drawer .innerBox .answer .snsBox .flex {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90%;
            margin: 0 auto; }
            .lp_wrapper #box-content #drawer .innerBox .answer .snsBox .flex p {
              width: calc(100%/3);
              text-align: center;
              margin: 1.0em;
              font-size: 1em !important; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .innerBox .answer .snsBox .flex p {
                  font-size: 2.6vw !important; } }
            .lp_wrapper #box-content #drawer .innerBox .answer .snsBox .flex div {
              width: calc(100%/3); }
              .lp_wrapper #box-content #drawer .innerBox .answer .snsBox .flex div img {
                width: 25px; }

footer {
  position: relative; }
