@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img, video {
  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; }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadein.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #fdfdf8;
  letter-spacing: 1px;
  color: #3c463c;
  font-size: 14px;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400; }
  .lp_wrapper .innerBox {
    max-width: 600px;
    margin: 0 auto; }
  .lp_wrapper h1 {
    font-size: 1.2em;
    margin: 3.0em auto;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 600px) {
      .lp_wrapper h1 {
        font-size: 3.8vw; } }
  .lp_wrapper .credit {
    text-align: right;
    margin: 0 auto;
    padding-right: 1.0em; }
    @media screen and (max-width: 600px) {
      .lp_wrapper .credit {
        padding-right: 0;
        width: 95%; } }
    .lp_wrapper .credit a {
      font-size: 0.8em;
      text-align: right;
      line-height: 0; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .credit a {
          font-size: 2.8vw;
          letter-spacing: 0; } }
  .lp_wrapper .txt {
    margin: 15% auto; }
    .lp_wrapper .txt p {
      font-size: 1.0em;
      line-height: 2.2;
      margin-bottom: 2.5em; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .txt p {
          font-size: 3.2vw;
          letter-spacing: 0; } }
      .lp_wrapper .txt p span {
        font-size: 80%; }
        .lp_wrapper .txt p span.bold {
          font-size: 100%;
          font-weight: 600; }
      .lp_wrapper .txt p.attention {
        font-size: 0.8em;
        line-height: 1.5; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .txt p.attention {
            font-size: 2.8vw; } }
  .lp_wrapper .flexBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .lp_wrapper .flexBox div {
      width: 50%; }
      .lp_wrapper .flexBox div p {
        margin-top: 1.0em;
        font-size: .9em;
        text-align: center;
        line-height: 1.5; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .flexBox div p {
            font-size: 3.0vw; } }
  .lp_wrapper .menu {
    margin: 10vh auto 20vh;
    width: 80%; }
    .lp_wrapper .menu h2 {
      color: #7A8C5B;
      font-size: 1.3em;
      font-weight: 400;
      margin-bottom: 1.0em;
      text-align: left;
      font-family: "noto-sans", sans-serif;
      border-bottom: none; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .menu h2 {
          font-size: 3.8vw; } }
    .lp_wrapper .menu ul {
      margin: 0 auto;
      border-top: 1px solid #7A8C5B; }
      .lp_wrapper .menu ul li {
        border-bottom: 1px solid #7A8C5B; }
        .lp_wrapper .menu ul li a {
          display: block;
          padding: 1.3em 0 1.3em 3.0em;
          line-height: 1.0;
          font-size: .9em;
          text-align: left;
          position: relative; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .menu ul li a {
              font-size: 3.2vw; } }
          .lp_wrapper .menu ul li a::before {
            content: "▼";
            position: absolute;
            top: 50%;
            left: 2.0em;
            transform: translateY(-50%);
            font-size: 50%; }
  .lp_wrapper .imgBox {
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .lp_wrapper .imgBox {
        width: 90%; } }
  .lp_wrapper .linkBox {
    display: block;
    max-width: 800px;
    margin: 25% auto 0; }
    @media screen and (max-width: 600px) {
      .lp_wrapper .linkBox {
        width: 90%;
        margin-top: 35%; } }
    .lp_wrapper .linkBox h2 {
      font-size: 1.2em;
      padding-bottom: 1em;
      text-align: left;
      padding-left: 0.5em;
      border-bottom: dashed 1px #cacaca;
      margin: 0;
      font-weight: 400; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .linkBox h2 {
          font-size: 3.7vw; } }
    .lp_wrapper .linkBox a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 1.0em 0;
      border-bottom: dashed 1px #cacaca; }
      .lp_wrapper .linkBox a img {
        width: 30%; }
      .lp_wrapper .linkBox a p {
        width: 70%;
        padding-left: 1em;
        text-align: left; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .linkBox a p {
            font-size: 3.2vw; } }
  .lp_wrapper section {
    padding-top: 60px;
    margin: 20% auto; }
    @media screen and (max-width: 600px) {
      .lp_wrapper section {
        width: 90%; } }
    .lp_wrapper section h3 {
      font-size: 1.1em;
      text-align: center;
      border-bottom: 1px solid #3c463c;
      line-height: 2.5;
      padding-bottom: 1.0em; }
      @media screen and (max-width: 600px) {
        .lp_wrapper section h3 {
          font-size: 3.6vw;
          line-height: 1.5; } }
    .lp_wrapper section ul.list {
      margin: 10% auto; }
      .lp_wrapper section ul.list li {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10%; }
        .lp_wrapper section ul.list li div.ttl {
          width: 20%; }
          @media screen and (max-width: 600px) {
            .lp_wrapper section ul.list li div.ttl {
              width: 22%;
              line-height: 1; } }
          .lp_wrapper section ul.list li div.ttl span {
            color: #fff;
            font-family: "noto-sans", sans-serif;
            font-size: .9em;
            background: #7A8C5B;
            padding: 0.1em 1.0em;
            line-height: 1.0;
            border-radius: 50vh; }
            @media screen and (max-width: 600px) {
              .lp_wrapper section ul.list li div.ttl span {
                font-size: 3.0vw; } }
        .lp_wrapper section ul.list li div:last-child {
          width: calc(80% - 5%); }
          @media screen and (max-width: 600px) {
            .lp_wrapper section ul.list li div:last-child {
              width: calc(78% - 5%); } }
        .lp_wrapper section ul.list li div h4 {
          text-align: left;
          color: #7A8C5B;
          font-size: 1.2em;
          line-height: 1.5; }
          @media screen and (max-width: 600px) {
            .lp_wrapper section ul.list li div h4 {
              font-size: 3.8vw;
              line-height: 1.0; } }
        .lp_wrapper section ul.list li div p {
          font-size: 0.8em;
          line-height: 2.0;
          text-align: left;
          margin-top: 1.0em; }
          @media screen and (max-width: 600px) {
            .lp_wrapper section ul.list li div p {
              font-size: 2.9vw; } }
    .lp_wrapper section .txtBox {
      margin: 10% auto; }
      .lp_wrapper section .txtBox h5 {
        font-size: 1.0em;
        font-weight: 600;
        text-align: left;
        margin: 2.0em auto 1.0em; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .txtBox h5 {
            font-size: 3.2vw; } }
      .lp_wrapper section .txtBox p {
        font-size: 1.0em;
        text-align: left; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .txtBox p {
            font-size: 3.2vw; } }
      .lp_wrapper section .txtBox ul li {
        text-align: left;
        font-size: 1.0em;
        position: relative;
        padding-left: 1.0em; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .txtBox ul li {
            font-size: 3.2vw; } }
        .lp_wrapper section .txtBox ul li::before {
          position: absolute;
          content: "・";
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .lp_wrapper section .accordions {
      margin: 5% auto;
      width: 90%;
      margin-right: auto;
      margin-left: auto; }
      @media screen and (max-width: 1200px) {
        .lp_wrapper section .accordions {
          width: 100%; } }
      .lp_wrapper section .accordions .accordion {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px; }
      .lp_wrapper section .accordions .accordion__menu {
        border: 1px solid #DDD; }
      .lp_wrapper section .accordions .accordion__button2 {
        appearance: none;
        text-align: inherit;
        width: 100%;
        background-color: #edebea;
        padding: 1.0em 1.0em 1.0em 4.5em;
        cursor: pointer;
        color: #3c463c;
        position: relative;
        font-size: 0.9em;
        border: none;
        line-height: 1.8;
        text-align: left; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .accordions .accordion__button2 {
            font-size: 3.0vw;
            padding: 1.0em 2.5em 1.0em 3.0em; } }
        .lp_wrapper section .accordions .accordion__button2::before {
          position: absolute;
          content: 'Q.';
          display: block;
          top: 2.0em;
          left: 2.0em;
          transform: translateY(-50%);
          font-size: 105%;
          line-height: 1;
          color: #3C463C; }
          @media screen and (max-width: 600px) {
            .lp_wrapper section .accordions .accordion__button2::before {
              left: 1.0em; } }
        .lp_wrapper section .accordions .accordion__button2::after {
          position: absolute;
          content: '';
          top: 50%;
          right: 2.0em;
          transform: translateY(-50%) rotate(135deg);
          display: block;
          width: 9px;
          height: 9px;
          margin: auto;
          border-top: 2px solid #3c463c;
          border-right: 2px solid #3c463c;
          transition: .4s; }
          @media screen and (max-width: 600px) {
            .lp_wrapper section .accordions .accordion__button2::after {
              right: 1.0em;
              width: 7px;
              height: 7px; } }
      .lp_wrapper section .accordions .open2 .accordion__button2::after {
        transform: translateY(-50%) rotate(315deg); }
      .lp_wrapper section .accordions .accordion__body {
        height: 0;
        overflow: hidden;
        transition: all 0.5s; }
        .lp_wrapper section .accordions .accordion__body .accordion__text {
          padding: 1.0em 1.0em 1.0em 4.5em;
          position: relative;
          font-size: 0.8em;
          text-align: left;
          line-height: 1.8;
          background: #fff; }
          @media screen and (max-width: 600px) {
            .lp_wrapper section .accordions .accordion__body .accordion__text {
              font-size: 2.8vw;
              padding: 2.0em 2.5em 2.0em 3.0em; } }
          .lp_wrapper section .accordions .accordion__body .accordion__text::before {
            font-size: 105%;
            line-height: 1;
            position: absolute;
            top: 1.4em;
            left: 2.0em;
            display: block;
            content: 'A.';
            font-weight: bold;
            color: #3C463C; }
            @media screen and (max-width: 600px) {
              .lp_wrapper section .accordions .accordion__body .accordion__text::before {
                left: 1.0em;
                top: 2.2em; } }
          .lp_wrapper section .accordions .accordion__body .accordion__text a {
            text-decoration: underline;
            font-size: 100%; }
    .lp_wrapper section .box {
      width: 90%;
      margin: 5% auto; }
      .lp_wrapper section .box h3 {
        font-size: 1.2em;
        text-align: left;
        line-height: 1.8;
        font-weight: 400;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .box h3 {
            font-size: 3.8vw; } }
      .lp_wrapper section .box p {
        font-size: 0.9em;
        text-align: left; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .box p {
            font-size: 3.0vw; } }
      .lp_wrapper section .box .btn {
        font-size: 1.0em;
        color: #fff;
        background: #3c463c;
        position: relative;
        display: block;
        margin: 5% auto;
        line-height: 1.0;
        padding: 1.0em;
        max-width: 500px; }
        @media screen and (max-width: 600px) {
          .lp_wrapper section .box .btn {
            margin: 10% auto;
            font-size: 3.2vw; } }
        .lp_wrapper section .box .btn::after {
          position: absolute;
          content: "▶";
          font-size: 80%;
          right: 1.0em;
          top: 50%;
          transform: translateY(-50%); }

#move {
  padding-top: 10%; }

#move > a {
  display: block;
  width: 70%;
  max-width: 500px;
  margin: 5% auto;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 1.0em 0;
  border: 1px solid #36473a;
  color: #36473a; }

#move > a:hover {
  border: 1px solid #36473a;
  background: #36473a;
  color: #fff; }

@media screen and (max-width: 849px) {
  #move > a {
    width: 60%;
    font-size: 2.5vw; } }
.product_sns {
  width: 95%;
  max-width: 900px;
  margin: 15% auto 0% auto;
  padding: 3% 0 0 0;
  border-top: 1px solid #949494; }
  .product_sns h1 {
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0; }
  .product_sns .product_sns_box {
    display: flex;
    align-items: center;
    width: 70%;
    max-width: 500px;
    margin: 0 auto; }

.product_sns .product_sns_box > div:nth-of-type(1) {
  width: 60%;
  text-align: center; }

.product_sns .product_sns_box > div:nth-of-type(2),
.product_sns .product_sns_box > div:nth-of-type(3) {
  width: 20%;
  text-align: center; }

.product_sns .product_sns_box > div > a {
  display: inline-block;
  width: auto; }

.product_sns .product_sns_box > div > a > img {
  display: block;
  width: 40px;
  height: 40px; }

.product_sns .product_sns_box > div > a:hover {
  opacity: 0.7; }

@media only screen and (max-width: 849px) {
  .product_sns {
    width: 70%;
    max-width: 500px;
    margin: 10% auto auto;
    padding: 5% 0 7% 0;
    border-top: 1px solid #b3b3b3; } }
@media only screen and (max-width: 580px) {
  .product_sns {
    width: 70%;
    max-width: 500px;
    margin: 5% auto;
    padding: 1% 0 5% 0; }

  .product_sns .product_sns_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    max-width: 500px;
    margin: 5% auto 0 auto; }

  .product_sns h1 {
    width: 100%;
    display: block;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: 400; }

  .product_sns .product_sns_box > div:nth-of-type(1) {
    width: 100%;
    text-align: center; }

  .product_sns .product_sns_box > div:nth-of-type(2),
  .product_sns .product_sns_box > div:nth-of-type(3) {
    width: 50%;
    text-align: center; }

  .product_sns .product_sns_box > div > a > img {
    display: block;
    width: 7.0vw;
    height: 7.0vw; } }
