@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
:root {
  --secBackground-color: rgba(235, 214, 175, .1);
  --text-color: #3E3E3E;
  --deepGreen-color: #256932;
}

@font-face {
  font-family: "NotoSerifCJKjp-Light", serif;
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/NotoSerifCJKjp-Light.otf") format("opentype"), url("../font/NotoSerifCJKjp-Light.woff") format("woff"), url("../font/NotoSerifCJKjp-Light.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular", serif;
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/NotoSerifCJKjp-Regular.otf") format("opentype"), url("../font/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "times", serif;
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/times.otf") format("opentype"), serif, url("../font/times.woff") format("woff"), url("../font/times.woff2") format("woff2");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp-page p,
.lp-page h2,
.lp-page h3,
.lp-page h4,
.lp-page dd,
.lp-page p span {
  color: #58595b;
  font-family: "NotoSerifCJKjp-Regular", "times", serif;
  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(195, 226, 166, 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(195, 226, 166);
}
.lp-page ::selection {
  color: #58595b;
  background-color: rgb(195, 226, 166);
}
.lp-page .text_link {
  text-decoration: underline;
}

.c-creditlist {
  margin-top: calc(30 * 100vw/750);
  font-family: "times", serif;
  font-size: calc(22 * 100vw/750);
  line-height: 1.75;
  letter-spacing: 0.05em;
  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(130 * 100vw/750);
  width: 100%;
}
.lp-page .hero__img {
  margin-bottom: calc(100 * 100vw/750);
}
.lp-page .hero__logo {
  margin: 0 auto calc(70 * 100vw/750);
  width: calc(280 * 100vw/750);
  height: auto;
}
.lp-page .hero__text {
  color: #000;
  font-family: "NotoSerifCJKjp-Light", serif;
  font-size: calc(24 * 100vw/750);
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
.lp-page .hero__text:not(:last-of-type) {
  margin-bottom: calc(25 * 100vw/750);
}
.lp-page .block01 {
  margin-bottom: calc(150 * 100vw/750);
}
.lp-page .block01 .img01 {
  margin-bottom: calc(80 * 100vw/750);
  padding: 0 calc(52.5 * 100vw/750);
}
.lp-page .block01 .block01__inner {
  width: 100%;
}
.lp-page .block01 .c-creditlist {
  padding-left: calc(50 * 100vw/750);
}
.lp-page .block02 {
  margin-bottom: calc(150 * 100vw/750);
}
.lp-page .block02__inner:nth-child(1) {
  margin-bottom: calc(82 * 100vw/750);
  width: 100%;
}
.lp-page .block02__inner:nth-child(2) {
  padding: 0 calc(105 * 100vw/750);
}
.lp-page .block03 {
  margin-bottom: calc(150 * 100vw/750);
}
.lp-page .block03__inner:nth-child(1) {
  margin: 0 auto calc(82 * 100vw/750);
  width: calc(645 * 100vw/750);
}
.lp-page .block03 .c-creditlist {
  padding-left: calc(50 * 100vw/750);
}
.lp-page .block03 .swiper-container {
  background: #d76d34;
}
.lp-page .block04 {
  position: relative;
  z-index: 1;
}
.lp-page .block04 .c-creditlist {
  padding-left: calc(50 * 100vw/750);
}
.lp-page .block04__inner:nth-child(1) {
  margin-bottom: calc(70 * 100vw/750);
}
.lp-page .block04__inner:nth-child(2) {
  width: calc(480 * 100vw/750);
  height: auto;
}
.lp-page .block05 {
  position: relative;
  margin-top: calc(-49 * 100vw/750);
  margin-bottom: calc(150 * 100vw/750);
  z-index: -1;
}
.lp-page .block05__inner:nth-child(1) {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: calc(155 * 100vw/750);
  width: calc(405 * 100vw/750);
}
.lp-page .block05__inner:nth-child(2) {
  padding: 0 calc(105 * 100vw/750);
}
.lp-page .block06 {
  margin-bottom: calc(150 * 100vw/750);
}
.lp-page .block06__inner:nth-child(1) {
  margin-bottom: calc(83 * 100vw/750);
}
.lp-page .block06__inner:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
  width: calc(570 * 100vw/750);
}
.lp-page .block07 {
  margin-bottom: calc(153 * 100vw/750);
}
.lp-page .block07__inner:nth-child(1) {
  margin-bottom: calc(82 * 100vw/750);
  width: calc(630 * 100vw/750);
}
.lp-page .block07 .img01 {
  margin-bottom: calc(30 * 100vw/750);
}
.lp-page .block07 .c-creditlist {
  padding-left: calc(50 * 100vw/750);
}
.lp-page .block08 {
  margin-bottom: calc(150 * 100vw/750);
}
.lp-page .block08__inner:nth-child(1) {
  margin-bottom: calc(154 * 100vw/750);
  padding: 0 calc(105 * 100vw/750);
}
.lp-page .block08__inner:nth-child(2) {
  padding: 0 calc(52.5 * 100vw/750);
}
.lp-page .block09 {
  margin-bottom: calc(145 * 100vw/750);
}
.lp-page .block09__inner:nth-child(1) {
  margin-bottom: calc(82 * 100vw/750);
}
.lp-page .block09__inner:nth-child(2) {
  padding: 0 calc(90 * 100vw/750);
}
.lp-page .all-button {
  display: inline-block;
  margin-bottom: calc(150 * 100vw/750);
  padding-bottom: calc(14 * 100vw/750);
  font-family: "times", serif;
  font-size: calc(40 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  border-bottom: double medium #ababab;
}
.lp-page .staff {
  margin-bottom: calc(110 * 100vw/750);
}
.lp-page .staff__text {
  font-family: "times", serif;
  font-size: calc(24 * 100vw/750);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}

/* .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%;
  }
  #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: 0 auto 10.5rem;
    width: 100%;
    max-width: 120rem;
  }
  .lp-page .hero__img {
    margin-bottom: 8rem;
  }
  .lp-page .hero__logo {
    margin: 0 auto 4.2rem;
    width: 15rem;
  }
  .lp-page .hero__text {
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .lp-page .hero__text:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
  .lp-page .block01 {
    margin-bottom: 15.8rem;
  }
  .lp-page .block01 .img01 {
    margin-inline: auto;
    margin-bottom: 8rem;
    padding: 0;
    width: 57rem;
  }
  .lp-page .block01 .block01__inner {
    margin: 0 auto;
    width: 93rem;
  }
  .lp-page .block01 .c-creditlist {
    padding-left: 0;
  }
  .lp-page .block02 {
    display: flex;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-left: 36rem;
    margin-bottom: 16.2rem;
  }
  .lp-page .block02__inner:nth-child(1) {
    margin-bottom: 0;
    width: 54rem;
  }
  .lp-page .block02__inner:nth-child(2) {
    margin-top: 38.7rem;
    padding: 0;
    width: 42rem;
  }
  .lp-page .block03 {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-right: 21rem;
    margin-bottom: 15.8rem;
  }
  .lp-page .block03__inner:nth-child(1) {
    margin: 0;
    width: 48rem;
  }
  .lp-page .block03__inner:nth-child(2) {
    margin-top: 15rem;
    width: 63rem;
  }
  .lp-page .block03 .c-creditlist {
    padding-left: 0;
    text-align: right;
  }
  .lp-page .block04 {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-right: 4rem;
    margin-bottom: 16rem;
  }
  .lp-page .block04 .c-creditlist {
    padding-left: 0;
  }
  .lp-page .block04__inner:nth-child(1) {
    margin-bottom: 0;
    width: 66rem;
  }
  .lp-page .block04__inner:nth-child(2) {
    margin-top: 13rem;
    width: 46.5rem;
  }
  .lp-page .block05 {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 15.8rem;
  }
  .lp-page .block05__inner:nth-child(1) {
    margin: 35rem 0 0 0;
    width: 36rem;
  }
  .lp-page .block05__inner:nth-child(2) {
    padding: 0;
    width: 51rem;
  }
  .lp-page .block05 .c-creditlist {
    text-align: right;
  }
  .lp-page .block06 {
    display: flex;
    margin-bottom: 15.4rem;
  }
  .lp-page .block06__inner:nth-child(1) {
    margin-bottom: 0;
    width: 56rem;
  }
  .lp-page .block06 .img01 {
    margin-bottom: 0;
  }
  .lp-page .block06__inner:nth-child(2) {
    margin: 0;
    width: 54rem;
  }
  .lp-page .block06 .c-creditlist {
    padding-left: 0;
  }
  .lp-page .block07 {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 21.6rem;
         column-gap: 21.6rem;
    margin-right: 4.9rem;
    margin-bottom: 16rem;
  }
  .lp-page .block07__inner {
    width: 54rem;
  }
  .lp-page .block07__inner:nth-child(1) {
    margin-top: 19rem;
    margin-bottom: 0;
    width: 40.5rem;
  }
  .lp-page .block07 .img01 {
    margin-bottom: 2rem;
  }
  .lp-page .block07 .c-creditlist {
    padding-left: 0;
  }
  .lp-page .block07__inner:nth-child(2) {
    width: 63rem;
  }
  .lp-page .block08 {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
    margin-right: 18rem;
    margin-bottom: 0;
  }
  .lp-page .block08__inner:nth-child(1) {
    margin-bottom: 0;
    padding: 0;
    width: 42rem;
  }
  .lp-page .block08__inner:nth-child(1) .c-creditlist {
    text-align: right;
  }
  .lp-page .block08__inner:nth-child(2) {
    margin-top: 20rem;
    padding: 0;
    width: 60rem;
  }
  .lp-page .block09 {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-top: -14.8rem;
    margin-bottom: 13.9rem;
  }
  .lp-page .block09__inner:nth-child(1) {
    margin-bottom: 0;
    width: 63rem;
  }
  .lp-page .block09 .c-creditlist {
    text-align: right;
  }
  .lp-page .block09__inner:nth-child(2) {
    margin-top: 50rem;
    padding: 0;
    width: 51rem;
  }
  .lp-page .all-button {
    display: inline-block;
    margin-bottom: 13.8rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }
  .lp-page .staff {
    margin-bottom: 13.8rem;
  }
  .lp-page .staff__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /* .lp-page PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*# sourceMappingURL=style.css.map */