@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
:root {
  --secBackground-color: rgba(235, 214, 175, .1);
  --text-color: #3E3E3E;
  --deepGreen-color: #256932;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp-page p,
.lp-page h2,
.lp-page h3,
.lp-page h4,
.lp-page dd,
.lp-page a,
.lp-page p span {
  color: #58595b;
  font-family: "baskerville-display-pt", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp-page .swiper-container {
  position: relative;
  overflow: hidden;
}
.lp-page .swiper-pagination {
  display: flex;
  -moz-column-gap: calc(20 * 100vw/750);
       column-gap: calc(20 * 100vw/750);
  position: absolute;
  right: calc(20 * 100vw/750);
  bottom: calc(20 * 100vw/750);
  height: calc(10 * 100vw/750);
  z-index: 2;
}
.lp-page .swiper-pagination-bullet {
  display: block;
  width: calc(10 * 100vw/750);
  height: calc(10 * 100vw/750);
  background-color: transparent;
  border: calc(1 * 100vw/750) solid #000000;
  border-radius: 50%;
}
.lp-page .swiper-pagination-bullet-active {
  background-color: #000000;
}
.lp-page .anim,
.lp-page .hero {
  opacity: 0;
}
.lp-page .anim_enable {
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  text-align: left;
}

.lp-page {
  position: relative;
  margin: 0 auto calc(45 * 100vw/750);
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: calc(750 * 100vw/750);
  z-index: 1;
}
.lp-page img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp-page picture {
  display: block;
}
.lp-page a {
  display: block;
  color: inherit;
}
.lp-page *:focus {
  outline: none;
}
.lp-page a,
.lp-page label {
  -webkit-tap-highlight-color: rgba(190, 203, 217, 0.6);
}
.lp-page input {
  display: none;
}
.lp-page li,
.lp-page ol {
  list-style-type: none;
}
.lp-page .spOnly {
  display: block;
}
.lp-page .pcOnly {
  display: none;
}
.lp-page ::-moz-selection {
  color: #58595b;
  background-color: rgb(190, 203, 217);
}
.lp-page ::selection {
  color: #58595b;
  background-color: rgb(190, 203, 217);
}
.lp-page .text_link {
  text-decoration: underline;
}

.c-creditlist {
  margin-top: calc(32 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
}
.c-creditlist__item--row {
  display: inline;
}
.c-creditlist a {
  display: inline;
  color: #58595b;
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 767px) {
  .lp-page a {
    transition: none;
  }
}

/* .lp-page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp-page .hero {
  margin-bottom: calc(120 * 100vw/750);
  width: 100%;
}
.lp-page .hero__logo {
  margin: calc(80 * 100vw/750) auto 0;
  width: calc(380 * 100vw/750);
  height: auto;
}
.lp-page .hero__text {
  margin-top: calc(49 * 100vw/750);
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(17 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.lp-page .hero__text--big {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7em;
  vertical-align: middle;
}
.lp-page .block01 {
  margin: 0 auto calc(154 * 100vw/750);
  width: calc(600 * 100vw/750);
}
.lp-page .block02 {
  margin-bottom: calc(150 * 100vw/750);
  margin-left: auto;
  margin-right: 0;
  width: calc(640 * 100vw/750);
}
.lp-page .block03 {
  margin-bottom: calc(72 * 100vw/750);
  margin-left: calc(40 * 100vw/750);
  width: calc(560 * 100vw/750);
}
.lp-page .block04 {
  margin-bottom: calc(154 * 100vw/750);
  margin-left: auto;
  margin-right: 0;
  width: calc(440 * 100vw/750);
}
.lp-page .block05 {
  margin-bottom: calc(150 * 100vw/750);
  width: calc(680 * 100vw/750);
}
.lp-page .block05 .c-creditlist {
  text-align: right;
}
.lp-page .block06 {
  margin-bottom: calc(154 * 100vw/750);
  width: 100%;
}
.lp-page .block06 .c-creditlist {
  margin-left: calc(40 * 100vw/750);
}
.lp-page .contentsbox {
  margin: 0 auto calc(150 * 100vw/750);
  width: calc(660 * 100vw/750);
}
.lp-page .block07 {
  margin-bottom: calc(70 * 100vw/750);
  margin-left: auto;
  margin-right: 0;
  width: calc(540 * 100vw/750);
}
.lp-page .block08 {
  margin-bottom: calc(150 * 100vw/750);
}
.lp-page .block09 {
  margin-inline: auto;
  margin-bottom: calc(150 * 100vw/750);
  width: calc(480 * 100vw/750);
}
.lp-page .all-button {
  display: inline-block;
  margin-bottom: calc(110 * 100vw/750);
  padding-bottom: calc(14 * 100vw/750);
  font-size: calc(40 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  border-bottom: double medium #ababab;
}

/* .lp-page SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  #Contents .archive_slider::before {
    width: 80vw;
  }
  #breadcrumb .cateList {
    max-width: 1100px;
    width: 91.666% !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 20px auto;
    color: #000;
  }
  #breadcrumb .cateList li {
    margin-left: 2px;
    margin-right: 5px;
  }
  .archive_slider {
    position: relative;
    z-index: 0;
  }
  .archive_slider::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 200vw;
    height: 1px;
    opacity: 0.5;
    border-bottom: 1px solid #000;
  }
  .lp-page {
    margin: 0 auto;
    width: 100%;
    max-width: 140rem;
  }
  .lp-page .item_linKWrap,
.lp-page .prodName a {
    transition: opacity 0.4sb ease;
  }
  .lp-page .item_linKWrap:hover,
.lp-page .prodName a:hover {
    opacity: 0.4;
  }
  .lp-page a {
    cursor: pointer;
  }
  .lp-page .c-creditlist {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .lp-page .pcOnly {
    display: block;
  }
  .lp-page .spOnly {
    display: none;
  }
  .lp-page .swiper-pagination {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    right: 1rem;
    bottom: 1rem;
    height: 0.6rem;
  }
  .lp-page .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #000000;
  }
  /* .lp-page : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp-page .hero {
    margin-bottom: 7.5rem;
  }
  .lp-page .hero__logo {
    margin: 8rem auto 0;
    width: 30rem;
  }
  .lp-page .hero__text {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .lp-page .block01 {
    margin: 0 auto 11.8rem;
    width: 50rem;
  }
  .lp-page .block02 {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 0;
    margin-right: 3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lp-page .block02 .contents-wrap_img {
    width: 54rem;
  }
  .lp-page .block03 {
    margin-top: -12.2rem;
    margin-bottom: 0;
    margin-left: 8.8rem;
    width: 42rem;
  }
  .lp-page .block04 {
    margin-top: -13rem;
    margin-bottom: 0;
    width: 32rem;
  }
  .lp-page .block04 .c-creditlist {
    text-align: right;
  }
  .lp-page .block05 {
    margin-top: -23rem;
    margin-left: 20rem;
    margin-bottom: 11.8rem;
    width: 60rem;
  }
  .lp-page .block05 .c-creditlist {
    margin-bottom: -0.4rem;
    text-align: left;
  }
  .lp-page .block05 .c-creditlist__item--row {
    display: block;
  }
  .lp-page .block06 {
    margin-bottom: 11.6rem;
  }
  .lp-page .block06 .c-creditlist {
    margin-left: 0;
  }
  .lp-page .block06 .c-creditlist li {
    display: inline-block;
  }
  .lp-page .contentsbox {
    display: flex;
    position: relative;
    margin: 0 auto 13.4rem;
    width: 100%;
    z-index: 0;
  }
  .lp-page .contentsbox__inner {
    position: relative;
    margin-top: 30rem;
    margin-left: auto;
    margin-right: 5rem;
    order: 2;
    width: 91rem;
    height: 111.8rem;
    z-index: 0;
  }
  .lp-page .block07 {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 38rem;
    z-index: 1;
  }
  .lp-page .block08 {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    width: 56rem;
    z-index: -1;
  }
  .lp-page .block08 .c-creditlist {
    text-align: right;
  }
  .lp-page .block09 {
    position: absolute;
    top: 0;
    order: 1;
    margin-inline: 15rem 0;
    margin-bottom: 0;
    width: 34rem;
    z-index: 0;
  }
  .lp-page .all-button {
    display: inline-block;
    margin-bottom: 13.8rem;
    padding-bottom: 0.9rem;
    font-size: 2rem;
  }
  /* .lp-page PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*# sourceMappingURL=style.css.map */