@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: 60px;
  letter-spacing: 0.1em;
  color: #3c463c;
  font-size: 16px;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden; }
  .lp_wrapper h1 {
    font-weight: 500;
    font-family: "noto-sans", sans-serif;
    font-size: 1.5em; }
    @media screen and (max-width: 769px) {
      .lp_wrapper h1 {
        font-size: 1.0em; } }
    .lp_wrapper h1 span {
      font-size: 60%;
      display: block;
      font-family: "toppan-bunkyu-gothic-pr6n", serif; }
  .lp_wrapper .anchorLink {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 90%;
    margin: 10% auto; }
    .lp_wrapper .anchorLink div {
      width: calc(100%/2 - 4%);
      text-align: center;
      margin: 1%; }
      .lp_wrapper .anchorLink div a {
        font-size: 1em !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(122, 140, 91, 0.2);
        border-radius: .7em;
        padding: .7em; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .anchorLink div a {
            font-size: 0.8em !important; } }
        .lp_wrapper .anchorLink div a:hover {
          background: #7A8C5B;
          transition: .4s; }
        .lp_wrapper .anchorLink div a p {
          font-size: 100%;
          width: 80%; }
  .lp_wrapper section {
    margin-bottom: 15%; }
    .lp_wrapper section#guidelist {
      max-width: 600px;
      margin: 0 auto; }
      @media screen and (max-width: 769px) {
        .lp_wrapper section#guidelist {
          width: 90%; } }
      .lp_wrapper section#guidelist h3 {
        font-size: 1.2em !important;
        font-weight: bold;
        text-align: left;
        line-height: 1.2; }
        @media screen and (max-width: 769px) {
          .lp_wrapper section#guidelist h3 {
            font-size: 1em !important; } }
        .lp_wrapper section#guidelist h3 span {
          font-size: 80%;
          font-weight: normal; }
      .lp_wrapper section#guidelist .flex {
        display: block;
        padding: 5%;
        border-top: 1px solid #3c463c;
        margin: 3% auto; }
        @media screen and (max-width: 769px) {
          .lp_wrapper section#guidelist .flex {
            padding: 7%;
            margin: 5% auto; } }
        .lp_wrapper section#guidelist .flex a {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .lp_wrapper section#guidelist .flex a div {
            width: calc(100%/2 - 2%);
            margin-bottom: 5%; }
            .lp_wrapper section#guidelist .flex a div p {
              font-size: 1.2em; }
              @media screen and (max-width: 769px) {
                .lp_wrapper section#guidelist .flex a div p {
                  font-size: 1.0em; } }
              .lp_wrapper section#guidelist .flex a div p span {
                font-size: 70%; }
    .lp_wrapper section h2 {
      font-family: "toppan-bunkyu-gothic-pr6n", serif;
      font-weight: 600;
      font-size: 1em !important;
      text-align: center;
      border-top: 1px solid #3c463c;
      border-bottom: 1px solid #3c463c;
      width: 90% !important;
      max-width: 800px;
      margin: 0 auto 2.0em;
      padding: 0.7em !important; }
      @media screen and (max-width: 769px) {
        .lp_wrapper section h2 {
          font-size: 1.0em;
          padding: 0.5em !important; } }
    .lp_wrapper section .variation {
      width: 90%;
      max-width: 800px;
      margin: 0 auto; }
      .lp_wrapper section .variation ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        margin: 2.0em auto; }
        .lp_wrapper section .variation ul li dl {
          font-size: 1.0em;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 769px) {
            .lp_wrapper section .variation ul li dl {
              font-size: 0.8em; } }
          .lp_wrapper section .variation ul li dl dd {
            font-size: 100%; }
            .lp_wrapper section .variation ul li dl dd span {
              font-family: "noto-sans", sans-serif;
              font-size: 100%; }
          .lp_wrapper section .variation ul li dl dt {
            font-size: 90%; }
            .lp_wrapper section .variation ul li dl dt span {
              font-family: "noto-sans", sans-serif;
              font-size: 100%; }
        .lp_wrapper section .variation ul li a {
          border-bottom: 1px solid #3c463c;
          padding-bottom: 0.3em;
          font-size: 1em !important; }
          @media screen and (max-width: 769px) {
            .lp_wrapper section .variation ul li a {
              font-size: 0.8em !important; } }
        .lp_wrapper section .variation ul li p.cateBtn {
          font-size: 0.8em !important;
          margin: 1.0em auto 0; }
          .lp_wrapper section .variation ul li p.cateBtn a {
            display: block;
            border: none !important;
            background: rgba(122, 140, 91, 0.2) !important;
            border-radius: 0.3em;
            padding: 0.2em 1.0em !important; }
    .lp_wrapper section .hidden {
      display: none; }
    .lp_wrapper section .slide-ttl p {
      font-size: 1.0em;
      margin-bottom: 2.0em; }
      @media screen and (max-width: 769px) {
        .lp_wrapper section .slide-ttl p {
          font-size: .8em; } }
      .lp_wrapper section .slide-ttl p span {
        font-size: 100%;
        font-family: "noto-sans", sans-serif; }
    .lp_wrapper section .tabBtn {
      display: block;
      max-width: fit-contens;
      margin: 0 auto 1.0em;
      border: 1px solid #3c463c !important;
      padding: .5em 2.0em;
      border-radius: 50vh;
      font-size: 1.0em;
      color: #3c463c !important;
      background: #fff !important; }
      @media screen and (max-width: 769px) {
        .lp_wrapper section .tabBtn {
          font-size: .8em; } }
      .lp_wrapper section .tabBtn.click {
        background: #7A8C5B !important;
        color: #fff !important;
        transition: .4s;
        border: 1px solid #7A8C5B !important; }
  .lp_wrapper .sizeList {
    margin: 5% auto;
    max-width: 800px;
    width: 90%; }
    @media screen and (max-width: 769px) {
      .lp_wrapper .sizeList {
        margin: 15% auto; } }
    .lp_wrapper .sizeList h3 {
      font-size: 1.0em;
      font-weight: normal; }
      @media screen and (max-width: 769px) {
        .lp_wrapper .sizeList h3 {
          font-size: .8em; } }
    .lp_wrapper .sizeList .tableBox {
      background: rgba(122, 140, 91, 0.2);
      margin: 1.0em auto;
      width: 100%;
      max-width: 500px;
      border-radius: .7em;
      padding: 1.0em; }
      .lp_wrapper .sizeList .tableBox table {
        border-collapse: collapse;
        width: 100%; }
        .lp_wrapper .sizeList .tableBox table tr {
          font-size: 1.0em; }
          @media screen and (max-width: 769px) {
            .lp_wrapper .sizeList .tableBox table tr {
              font-size: .8em; } }
          .lp_wrapper .sizeList .tableBox table tr th {
            text-align: left;
            font-size: 80%; }
          .lp_wrapper .sizeList .tableBox table tr td {
            border: 1px solid #3c463c;
            background: #fdfdf8;
            padding: 1.0em; }
            .lp_wrapper .sizeList .tableBox table tr td span {
              font-family: "noto-sans", sans-serif;
              font-size: 100%; }
  .lp_wrapper .baginSize {
    margin: 10% auto;
    max-width: 800px;
    width: 80%; }
    @media screen and (max-width: 769px) {
      .lp_wrapper .baginSize {
        margin: 15% auto; } }
    .lp_wrapper .baginSize p {
      font-size: 1em !important;
      list-style: 1.8 !important;
      margin: 1.0em auto; }
      @media screen and (max-width: 769px) {
        .lp_wrapper .baginSize p {
          font-size: 0.8em !important; } }
      .lp_wrapper .baginSize p span {
        font-size: 100%;
        font-family: "noto-sans", sans-serif; }
    .lp_wrapper .baginSize .neutralsize {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 10% auto 0; }
      .lp_wrapper .baginSize .neutralsize li {
        width: calc(100%/2 - 3%); }
  .lp_wrapper .column {
    margin: 15% auto 0;
    width: 65%; }
    @media screen and (max-width: 769px) {
      .lp_wrapper .column {
        margin-top: 20%; } }
    .lp_wrapper .column h3 {
      font-family: "noto-sans", sans-serif;
      font-size: 1.2em;
      font-weight: normal;
      margin-bottom: 1.0em; }
      @media screen and (max-width: 769px) {
        .lp_wrapper .column h3 {
          font-size: 1.0em; } }
    .lp_wrapper .column ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5% auto;
      max-width: 540px;
      width: 100%; }
      .lp_wrapper .column ul li {
        border-bottom: 1px solid #7A8C5B; }
        .lp_wrapper .column ul li a {
          font-size: 1.2em !important;
          padding: 0 0.5em;
          line-height: 2.0;
          font-family: "noto-sans", sans-serif; }
          @media screen and (max-width: 769px) {
            .lp_wrapper .column ul li a {
              font-size: 0.8em !important; } }

/*---------------------------
modal
---------------------------*/
.modalOpen {
  cursor: pointer; }

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }
  .modal-wrapper.modal {
    display: none; }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""; }
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    max-width: 500px;
    width: 100%;
    background: #fff;
    margin-top: 50px; }
    .modal-wrapper .modal-window .modal-content {
      padding: 1.0em;
      max-height: 90vh;
      overflow-y: auto; }
  .modal-wrapper .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); }
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 3.0em;
    right: 4.0em; }

/*------------------------
slider
------------------------*/
.swiper {
  max-width: 800px;
  margin: 10% auto 0; }

.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
  top: 60% !important; }

.swiper-button-prev {
  left: 25% !important; }

.swiper-button-next {
  right: 25% !important; }

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 30px;
  margin: auto;
  width: 30px; }
  @media screen and (max-width: 769px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      width: 20px;
      height: 20px; } }

.swiper-button-prev::after {
  background-image: url("../images/SVG/arrow_before.svg"); }

.swiper-button-next::after {
  background-image: url("../images/SVG/arrow_after.svg"); }

.swiper-slide img {
  height: 100%;
  width: auto;
  max-height: 500px;
  padding: 5%; }
  @media screen and (max-width: 769px) {
    .swiper-slide img {
      max-height: 250px; } }
