@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

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; } }

body {
  overflow-x: hidden; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #fdfdf8;
  padding-top: 1.0em;
  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 .pagettl {
    width: 90%;
    margin: 0 auto;
    max-width: 800px; }
    @media screen and (max-width: 769px) {
      .lp_wrapper .pagettl {
        width: 97%; } }
    .lp_wrapper .pagettl p {
      font-size: 0.9em !important;
      text-align: right;
      line-height: 2.0; }
      @media screen and (max-width: 769px) {
        .lp_wrapper .pagettl p {
          font-size: 2.5vw !important; } }
      .lp_wrapper .pagettl p span {
        font-size: 70% !important;
        border: 1px solid #ccc;
        padding: 0.1em;
        letter-spacing: normal;
        font-family: "Noto Sans", sans-serif; }
  .lp_wrapper section {
    max-width: 800px;
    padding-top: 80px; }
    .lp_wrapper section.box {
      margin: 10% auto 15%; }
      @media screen and (max-width: 769px) {
        .lp_wrapper section.box {
          margin: 15% auto 25%; } }
    .lp_wrapper section .txt {
      width: 90%;
      margin: 0 auto; }
      .lp_wrapper section .txt h2 {
        font-size: 1.2em !important;
        font-weight: normal !important;
        text-align: left;
        border-bottom: none !important;
        margin-bottom: 1em !important; }
        @media screen and (max-width: 769px) {
          .lp_wrapper section .txt h2 {
            font-size: 1.1em !important;
            margin-bottom: 25px !important; } }
      .lp_wrapper section .txt p {
        text-align: left;
        font-size: 0.9em !important;
        line-height: 1.8 !important;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 769px) {
          .lp_wrapper section .txt p {
            font-size: 3vw !important;
            line-height: 1.5 !important;
            margin-bottom: 25px; } }
    .lp_wrapper section.fixed_parts {
      margin: 10% auto 5%;
      max-width: 600px; }
      @media screen and (max-width: 769px) {
        .lp_wrapper section.fixed_parts {
          width: 90%; } }
      .lp_wrapper section.fixed_parts h5 {
        font-size: 1.0em;
        text-align: left;
        font-weight: normal;
        line-height: 2.0;
        padding: 1.0em 0.5em;
        border-bottom: 1px solid #7A8C5B; }
        @media screen and (max-width: 769px) {
          .lp_wrapper section.fixed_parts h5 {
            font-size: 0.8em; } }
      .lp_wrapper section.fixed_parts ul {
        text-align: left; }
        .lp_wrapper section.fixed_parts ul li {
          border-bottom: 1px solid #7A8C5B; }
          .lp_wrapper section.fixed_parts ul li a {
            text-align: left;
            font-size: 1em !important;
            padding: 1.0em 0.5em;
            display: block;
            position: relative; }
            @media screen and (max-width: 769px) {
              .lp_wrapper section.fixed_parts ul li a {
                font-size: 0.8em !important; } }
            .lp_wrapper section.fixed_parts ul li a::after {
              content: "";
              position: absolute;
              background: url(https://untule.itembox.design/item/masterpiece/images/next.svg);
              background-size: contain;
              background-repeat: no-repeat;
              width: 1.0em;
              height: 1.0em;
              right: 0.5em;
              top: 38%; }
              @media screen and (max-width: 769px) {
                .lp_wrapper section.fixed_parts ul li a::after {
                  width: .8em;
                  height: 0.8em; } }
      .lp_wrapper section.fixed_parts .btn {
        margin: 20% auto 0;
        width: 90%; }
        .lp_wrapper section.fixed_parts .btn a:hover {
          opacity: .7;
          transition: .4s; }
