@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans:wght@400;500;700;900&display=swap");
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:hover {
    opacity: 0.8;
    transition: .4s; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1050px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1050px) {
    .sp {
      display: block; } }

.en {
  font-family: "the-seasons", sans-serif !important; }

.eng {
  font-family: "Noto Sans", sans-serif !important; }

.ja {
  font-family: "toppan-bunkyu-gothic-pr6n", serif !important; }

body {
  overflow-x: hidden; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #fdfdf8;
  letter-spacing: 0.1em;
  color: #3c463c;
  font-size: 16px !important;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden; }
  .lp_wrapper .mainbox {
    max-width: 600px;
    margin: 0 auto; }
    .lp_wrapper .mainbox section {
      margin: 20% auto; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .mainbox section {
          margin: 30% auto; } }
      .lp_wrapper .mainbox section h2 {
        font-size: 1.7em !important;
        text-align: left;
        font-weight: normal;
        margin-bottom: 1.0em;
        border: none !important; }
        @media screen and (max-width: 800px) {
          .lp_wrapper .mainbox section h2 {
            font-size: 5vw !important; } }
        .lp_wrapper .mainbox section h2 span {
          font-size: 50%; }
  .lp_wrapper .mv {
    position: relative;
    margin: 0 auto 10%; }
    .lp_wrapper .mv .ttl {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translateX(-50%); }
      .lp_wrapper .mv .ttl h1 {
        font-size: 1em !important;
        color: #fff;
        text-align: left;
        font-weight: normal;
        margin-bottom: 1em !important;
        border: none !important; }
        @media screen and (max-width: 800px) {
          .lp_wrapper .mv .ttl h1 {
            font-size: 3vw !important; } }
      .lp_wrapper .mv .ttl p {
        color: #fff;
        font-size: 4em !important;
        font-weight: normal;
        text-align: left;
        line-height: 1.0;
        font-family: "the-seasons", sans-serif; }
        @media screen and (max-width: 800px) {
          .lp_wrapper .mv .ttl p {
            font-size: 12vw !important; } }
    .lp_wrapper .mv h2 {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%);
      border: none !important;
      text-align: center; }
      .lp_wrapper .mv h2 img {
        max-width: 100px; }
        @media screen and (max-width: 800px) {
          .lp_wrapper .mv h2 img {
            max-width: 70px; } }
  .lp_wrapper .main-txt {
    margin: 10% auto; }
    @media screen and (max-width: 800px) {
      .lp_wrapper .main-txt {
        margin: 20% auto; } }
    .lp_wrapper .main-txt p {
      margin: 2.0em auto;
      font-size: 1em !important;
      line-height: 2.2; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .main-txt p {
          font-size: 3.2vw !important; } }
  .lp_wrapper .btn {
    margin: 10% auto; }
    .lp_wrapper .btn a {
      display: block;
      width: 98%;
      background: #7A8C5B !important;
      color: #fff !important;
      margin: 0 auto;
      font-size: 1em !important;
      padding: 1.5em 0.5em;
      line-height: 1.0; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .btn a {
          font-size: 3.4vw !important;
          width: 95%; } }
    .lp_wrapper .btn p {
      text-align: right;
      font-size: 0.7em !important; }
      .lp_wrapper .btn p span {
        font-size: 100%; }
        @media screen and (max-width: 800px) {
          .lp_wrapper .btn p span {
            font-size: 80%; } }
  .lp_wrapper div.txt {
    width: 95%;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .lp_wrapper div.txt {
        width: 90%; } }
    .lp_wrapper div.txt h3 {
      text-align: left;
      font-weight: normal;
      font-size: 1em !important;
      line-height: 2.5;
      border: none !important; }
      @media screen and (max-width: 800px) {
        .lp_wrapper div.txt h3 {
          font-size: 3.4vw !important; } }
    .lp_wrapper div.txt p {
      text-align: left;
      font-size: 0.9em !important;
      line-height: 2.2; }
      @media screen and (max-width: 800px) {
        .lp_wrapper div.txt p {
          font-size: 3vw !important; } }
  .lp_wrapper .profile {
    width: 100%;
    margin: 5% auto;
    border: 1px solid #3c463c;
    padding: 1.5em; }
    @media screen and (max-width: 800px) {
      .lp_wrapper .profile {
        width: 95%;
        padding: 1.0em; } }
    .lp_wrapper .profile img {
      margin-bottom: 5%; }
    .lp_wrapper .profile p {
      margin: 10% auto;
      font-size: 0.8em !important;
      line-height: 2.2; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .profile p {
          font-size: 2.8vw !important;
          line-height: 1.5; } }
      .lp_wrapper .profile p span {
        font-size: 140%; }
  .lp_wrapper .link {
    display: flex;
    justify-content: center;
    align-items: center; }
    .lp_wrapper .link div {
      border: 1px solid #3c463c;
      padding: 0.7em;
      width: calc(100%/2 - 2%);
      margin: 1%; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .link div {
          padding: 0.7em 0; } }
      .lp_wrapper .link div a {
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative; }
        .lp_wrapper .link div a.insta::before {
          content: "";
          background: url("https://untule.itembox.design/item/personalcolor/images/main/SVG/instagram.svg") no-repeat;
          background-position: center;
          background-size: contain;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 10%;
          transform: translateY(-50%); }
          @media screen and (max-width: 800px) {
            .lp_wrapper .link div a.insta::before {
              width: 15px;
              height: 15px;
              left: 7%; } }
        @media screen and (max-width: 800px) {
          .lp_wrapper .link div a.insta p {
            padding-left: 1.0em; } }
        .lp_wrapper .link div a p {
          font-size: 0.8em !important;
          line-height: 1.2;
          text-align: left;
          margin: 0; }
          @media screen and (max-width: 800px) {
            .lp_wrapper .link div a p {
              font-size: 2.8vw !important; } }
  .lp_wrapper .colortype {
    padding-bottom: 15%;
    border-bottom: 1px solid #3c463c; }
    @media screen and (max-width: 800px) {
      .lp_wrapper .colortype {
        width: 90%; } }
  .lp_wrapper .typeList {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
    .lp_wrapper .typeList div {
      width: calc(100%/2 - 2%);
      margin: 1%;
      border: 1px solid #3c463c;
      border-radius: 0.3em;
      padding: 1.0em; }
      .lp_wrapper .typeList div a {
        position: relative;
        display: block; }
        .lp_wrapper .typeList div a::after {
          content: "＞";
          font-size: 1em !important;
          position: absolute;
          right: .5em;
          top: 0;
          line-height: 1.0; }
        .lp_wrapper .typeList div a p {
          text-align: left;
          font-size: 1.5em !important; }
          @media screen and (max-width: 800px) {
            .lp_wrapper .typeList div a p {
              font-size: 4.5vw !important; } }
          .lp_wrapper .typeList div a p span {
            font-size: 50%; }
        .lp_wrapper .typeList div a img {
          max-height: 14px;
          width: fit-content;
          position: absolute;
          bottom: 0;
          right: 0;
          margin: 0 0 0 auto; }
          @media screen and (max-width: 800px) {
            .lp_wrapper .typeList div a img {
              max-height: 10px; } }
  .lp_wrapper section {
    width: 90%; }
    .lp_wrapper section .type_mv {
      position: relative; }
      .lp_wrapper section .type_mv .type_txt {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%; }
        @media screen and (max-width: 800px) {
          .lp_wrapper section .type_mv .type_txt {
            top: 7%; } }
        .lp_wrapper section .type_mv .type_txt h2 {
          line-height: 1.2;
          font-size: 2em !important;
          padding-left: 2.5em !important;
          position: relative;
          letter-spacing: 0.2em !important; }
          @media screen and (max-width: 800px) {
            .lp_wrapper section .type_mv .type_txt h2 {
              font-size: 6vw !important;
              margin-bottom: 0.8em !important; } }
          .lp_wrapper section .type_mv .type_txt h2 span {
            font-size: 40%; }
          .lp_wrapper section .type_mv .type_txt h2::before {
            position: absolute;
            content: "type";
            font-family: "Noto Sans", sans-serif;
            font-size: 45%;
            line-height: 2.0;
            letter-spacing: 0.1em;
            top: 10%;
            left: 0; }
          .lp_wrapper section .type_mv .type_txt h2::after {
            position: absolute;
            content: "";
            height: 90%;
            width: .5px;
            background: #3c463c;
            top: 10%;
            left: 1.2em;
            transform: rotate(40deg); }
        .lp_wrapper section .type_mv .type_txt p {
          font-size: 0.9em !important;
          text-align: left; }
          @media screen and (max-width: 800px) {
            .lp_wrapper section .type_mv .type_txt p {
              font-size: 2.8vw !important; } }
    .lp_wrapper section h4 {
      font-size: 0.9em !important;
      text-align: left;
      font-weight: normal;
      margin-bottom: 1.0em;
      border: none !important; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section h4 {
          font-size: 3vw !important; } }
    .lp_wrapper section .recommendColor {
      margin: 10% auto;
      max-width: 500px; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section .recommendColor {
          width: 90%; } }
      .lp_wrapper section .recommendColor img {
        max-height: 60px;
        width: auto; }
    .lp_wrapper section h3 {
      font-size: 1.2em !important;
      font-weight: bold;
      margin-bottom: 2.0em;
      border: none !important; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section h3 {
          font-size: 3.6vw !important; } }
      .lp_wrapper section h3.left {
        text-align: left;
        font-weight: normal; }
    .lp_wrapper section .color {
      margin: 15% auto; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section .color {
          margin-bottom: 25%; } }
      .lp_wrapper section .color .box {
        margin-bottom: 10%; }
        .lp_wrapper section .color .box .flex {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          width: 100%;
          margin-bottom: 0.5em; }
          @media screen and (max-width: 800px) {
            .lp_wrapper section .color .box .flex div:first-child {
              width: 40%; } }
          .lp_wrapper section .color .box .flex div:last-child {
            width: 80%;
            margin-left: 3%; }
            .lp_wrapper section .color .box .flex div:last-child p {
              font-size: 0.9em !important;
              text-align: left;
              line-height: 2.0;
              border-bottom: 1px dashed #3c463c;
              padding-bottom: 1.0em; }
              @media screen and (max-width: 800px) {
                .lp_wrapper section .color .box .flex div:last-child p {
                  font-size: 2.9vw !important;
                  line-height: 1.5;
                  padding-bottom: 10px; } }
            .lp_wrapper section .color .box .flex div:last-child h5 {
              font-size: 1.2em !important;
              text-align: left;
              margin-top: 1.0em;
              font-weight: normal;
              letter-spacing: .2em; }
              @media screen and (max-width: 800px) {
                .lp_wrapper section .color .box .flex div:last-child h5 {
                  font-size: 4vw !important;
                  margin-top: 10px;
                  letter-spacing: 0.15em; } }
              .lp_wrapper section .color .box .flex div:last-child h5 span {
                font-size: 50%; }
        .lp_wrapper section .color .box a {
          display: block;
          width: 100%;
          text-align: right;
          font-size: 0.8em !important;
          padding: 0.1em 0.5em; }
          @media screen and (max-width: 800px) {
            .lp_wrapper section .color .box a {
              font-size: 3vw !important; } }
          .lp_wrapper section .color .box a.ivory {
            background: #ebe8e6; }
          .lp_wrapper section .color .box a.sage {
            background: #a8bdac; }
          .lp_wrapper section .color .box a.chambray_ivory {
            background: #dddcd0; }
          .lp_wrapper section .color .box a.beige {
            background: #d6ccc1; }
          .lp_wrapper section .color .box a.citron {
            background: #c4ca7d; }
          .lp_wrapper section .color .box a.pink {
            background: #eae3e2; }
          .lp_wrapper section .color .box a.chambray_pink {
            background: #ded7d6; }
          .lp_wrapper section .color .box a.mauve_gray {
            background: #b8b3b8; }
          .lp_wrapper section .color .box a.lavender {
            background: #c0a8c6; }
          .lp_wrapper section .color .box a.paleblue {
            background: #a7b5be; }
          .lp_wrapper section .color .box a.navyash {
            background: #49495A;
            color: #fff !important; }
          .lp_wrapper section .color .box a.dgy {
            background: #6e6c62;
            color: #fff !important; }
          .lp_wrapper section .color .box a.cbk {
            background: #2c2523;
            color: #fff !important; }
          .lp_wrapper section .color .box a.olive {
            background: #767b5b; }
          .lp_wrapper section .color .box a.chambray_beige {
            background: #9c896e; }
          .lp_wrapper section .color .box a.blueglay {
            background: #95bcde; }
          .lp_wrapper section .color .box a.navy {
            background: #2a3044;
            color: #fff !important; }
          .lp_wrapper section .color .box a.black {
            background: #000000;
            color: #fff !important; }
          .lp_wrapper section .color .box a.orange {
            background: #d78352; }
          .lp_wrapper section .color .box a.chambray_gray {
            background: #ccd3d8; }
          .lp_wrapper section .color .box a.gray {
            background: #dbdbdd; }
          .lp_wrapper section .color .box a.dpu {
            background: #513743;
            color: #ffffff !important; }
          .lp_wrapper section .color .box a.cf {
            background: #704616;
            color: #ffffff !important; }
          .lp_wrapper section .color .box a.c_cha {
            background: #524e4d;
            color: #ffffff !important; }
    .lp_wrapper section .recommendColor2 {
      margin: 5% auto 15%;
      width: 85%; }
      .lp_wrapper section .recommendColor2 p {
        font-size: 0.8em;
        margin-bottom: 1.0em; }
        .lp_wrapper section .recommendColor2 p span {
          font-size: 100%; }
  .lp_wrapper .lp_foot {
    margin: 20% auto 5%;
    width: 98%; }
    .lp_wrapper .lp_foot p {
      text-align: right;
      font-size: 0.6em !important; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .lp_foot p {
          font-size: 2.5vw !important;
          text-align: center;
          line-height: 1.2; } }
