/*
Theme Name: https://www.tokyo-koueki.com/
Theme URI: https://www.tokyo-koueki.com/
Author: https://www.tokyo-koueki.com/
Author URI: https://www.tokyo-koueki.com/
Description: https://www.tokyo-koueki.com/
*/

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1f1f1f;
}

.f-notoSerif { font-family: 'Noto Serif JP', serif; }
.f-cormorant { font-family: 'Cormorant', serif; }

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
picture { display: block; position: relative; width: 100%; }
.object-fit-img { width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }

/* utility
------------------------------------------------ */
.u-reset-btn,
.wpcf7-submit,
.wpcf7-previous { appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; position: relative; padding: 0; background: none; border: none; border-radius: 0; box-shadow: none; font-family: inherit; cursor: pointer; }
.u-reset-input { appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; position: relative; padding: 0; background: none; border: none; border-radius: 0; box-shadow: none; font-family: inherit; }
.u-reset-lists { margin: 0; padding: 0; list-style: none; }

.u-device-click a { transition: opacity 0.4s ease; }
.u-device-click a:hover { opacity: 0.6; }

@media screen and (max-width: 768px) {
  .u-show-mobile { display: inherit !important; }
  .u-show-desktop { display: none !important; }
}

@media screen and (min-width: 769px) {
  .u-show-mobile { display: none !important; }
  .u-show-desktop { display: inherit !important; }
}

/* component
------------------------------------------------ */
/* title */
.title-1 { margin-bottom: 28px; text-align: center; }
.title-1-en { margin: 0; font-family: 'Cormorant', serif; font-size: 3.5rem; font-weight: 600; letter-spacing: 0.07em; line-height: 1.2; }
.title-1-en::after { content: ''; display: block; margin: 14px auto 8px; width: 48px; height: 1px; background-color: #8c7c4b; }
.title-1-ja { margin: 0; font-size: 1.2rem; font-weight: 400; letter-spacing: 0.15em; line-height: 1.2; color: #777; }

@media screen and (min-width: 769px) {
  .title-1 { margin-bottom: 42px; }
  .title-1-en { font-size: 4.5rem; }
  .title-1-en::after { margin: 14px auto 10px; }
  .title-1-ja { font-size: 1.5rem; }
}

/* link */
.link-skipcontent { position: absolute; margin: -1px; width: 1px; height: 1px; overflow: hidden; }

/* btn */
.btn-1 { margin: 0; }
.btn-1 > a,
.btn-1 > button,
.btn-1 > span,
.wpcf7-submit,
.wpcf7-previous { display: flex; flex-flow: column; justify-content: center; align-items: center; padding: 0 8px; width: 100%; height: 62px; background-color: #8c7c4b; border: 1px solid #8c7c4b; border-radius: 30px; text-align: center; text-decoration: none; font-size: 1.5rem; font-weight: 700; line-height: 1.2; color: #fff; }
.wpcf7-submit,
.wpcf7-previous { font-size: 1.6rem; }
.wpcf7-submit { background-color: #917D46; border-color: #917D46; }
.wpcf7-previous { background-color: #787878; border-color: #787878; }
.btn-1.is-white > a,
.btn-1.is-white > button,
.btn-1.is-white > span { background-color: #fff; border-color: #323232; color: #323232; }
.btn-1.is-disabled > span { background-color: #F0F0F0; border-color: #F0F0F0; color: #646464; }
.btn-1.is-disabled.is-white > span { background: none; border-color: #fff; color: #fff; }
.btn-1-note { margin-top: 4px; font-size: 1.2rem; }

@media screen and (min-width: 769px) {
  .btn-1,
  .wpcf7-submit,
  .wpcf7-previous { margin: 0 auto; max-width: 420px; }
  .btn-1 > a,
  .btn-1 > button,
  .btn-1 > span,
  .wpcf7-submit,
  .wpcf7-previous { padding: 0 12px; height: 80px; border-radius: 40px; font-size: 2rem; letter-spacing: 0.1em; }
  .btn-1-note { margin-top: 4px; font-size: 1.6rem; }
  .u-device-click .btn-1:not(.is-white) > a,
  .u-device-click .btn-1:not(.is-white) > button { transition: background-color 0.4s ease, border-color 0.4s ease;}
  .u-device-click .btn-1:not(.is-white) > a:hover,
  .u-device-click .btn-1:not(.is-white) > button:hover { background-color: #aea482; border-color: #aea482; opacity: 1; }
}

/* lists */
.lists-products { display: grid; }
.lists-products-item > a { display: block; text-decoration: none; color: #1f1f1f; }
.lists-products-photo { position: relative; aspect-ratio: 1 / 1; margin-bottom: 12px; border: 1px solid #fff; }
.lists-products-photo img { position: absolute; top: 0; left: 0; }
.lists-products-title { margin: 0; font-size: 1.3rem; font-weight: 700; line-height: 1.4; color: #8c7c4b; }
.lists-products-excerpt { margin-top: 4px; font-size: 1.1rem; line-height: 1.5; }
.lists-products-excerpt p { margin: 0; }
.lists-news { display: grid; }
.lists-news-item > a { display: block; text-decoration: none; color: #191919; }
.lists-news-photo { position: relative; aspect-ratio: 1 / 1; margin-bottom: 12px; border: 1px solid #fff; }
.lists-news-title { margin: 0; font-size: 1.1rem; font-weight: 400; line-height: 1.5; }
.lists-news-date { margin: 4px 0 0; text-align: right; font-size: 1.1rem; line-height: 1.2; color: #808080; }
.lists-recruit-item:not(:first-child) { margin-top: 30px; }
.lists-recruit-item > a { display: flex; justify-content: center; align-items: center; padding: 8px 12px; min-height: 62px; background-color: #fff; border: 1px solid #323232; border-radius: 30px; text-align: center; text-decoration: none; font-size: 1.6rem; font-weight: 700; line-height: 1.5; color: #323232; }

@media screen and (max-width: 768px) {
  .lists-products[data-column-mobile='2'] { grid-template-columns: repeat(2, calc(50% - 15px)); column-gap: 30px; row-gap: 26px; }
  .lists-news[data-column-mobile='2'] { grid-template-columns: repeat(2, calc(50% - 15px)); column-gap: 30px; row-gap: 24px; }
}

@media screen and (min-width: 769px) {
  .lists-products-photo { margin-bottom: 16px; }
  .lists-products-title { font-size: 2rem; }
  .lists-products-excerpt { margin-top: 6px; font-size: 1.6rem; }
  .lists-products[data-column-desktop='2'] { grid-template-columns: repeat(2, calc(50% - 25px)); column-gap: 50px; row-gap: 46px; }
  .lists-news[data-column-desktop='2'] { grid-template-columns: repeat(2, calc(50% - 25px)); column-gap: 50px; row-gap: 48px; }
  .lists-news-photo { margin-bottom: 14px; }
  .lists-news-title { font-size: 1.6rem; }
  .lists-news-date { margin-top: 8px; font-size: 1.2rem; }
  .lists-recruit-item { margin: 0 auto; max-width: 420px; }
  .lists-recruit-item > a { min-height: 80px; border-radius: 60px; font-size: 2rem; }
}

/* section */
.section-products { padding: 58px 0 70px; background-color: #f1ede4; }
.section-company { padding: 58px 0 65px; }
.section-company-text { margin: 0; font-size: 1.1rem; line-height: 2.3; }
.section-company-title { margin: 0; font-size: 1.3rem; font-weight: 700; line-height: 1.9; }
.section-company-map { position: relative; aspect-ratio: 1 / 0.442424242424; margin-top: 24px; }
.section-company-map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-company-location { margin-top: 24px; }
.section-company-logistics { margin-top: 42px; }
.section-company-history { margin-top: 50px; padding-top: 25px; border-top: 1px solid #1f1f1f; }
.section-recruit { padding: 58px 0 70px; background-color: #dde4e4; }
.section-contact { padding: 58px 0 70px; }

@media screen and (min-width: 769px) {
  .section-products { padding: 58px 0 90px; }
  .section-company { padding: 58px 0 80px; }
  .section-company-text { font-size: 1.6rem; line-height: 2.4; }
  .section-company-title { font-size: 1.8rem; line-height: 2; }
  .section-company-map { margin-top: 22px; }
  .section-company-location { margin-top: 38px; }
  .section-company-logistics { margin-top: 40px; }
  .section-company-history { margin-top: 50px; padding-top: 40px; }
  .section-recruit { padding: 58px 0 90px; }
  .section-contact { padding: 58px 0 90px; }
}

/* wpcf7 */
.wpcf7-not-valid-tip { margin-top: 1em; font-size: 1.4rem; }
.wpcf7-spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); margin: 0; }
.wpcf7 form .wpcf7-response-output { margin: 40px 0 0; padding: 1.2em; font-size: 1.4rem; }

@media screen and (min-width: 769px) {
  .wpcf7-not-valid-tip { font-size: 1.6rem; }
  .wpcf7 form .wpcf7-response-output { font-size: 1.6rem; }
}

/* container
------------------------------------------------ */
.l-container { position: relative; }
.l-main { position: relative; }
.l-content { position: relative; background-color: #fff; }
.l-content.is-bgc-lightbrown { background-color: #f4efe5; }
.l-content.is-bgc-gray { background-color: #f3f3f3; }
.l-content.is-bgc-green { background-color: #dce6e6; }
.l-wrap { position: relative; padding: 0 30px; }

@media screen and (max-width: 768px) {
  .l-content { padding-top: 100px; }
}

@media screen and (min-width: 769px) {
  .l-container::after { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(./_assets/img/share/bg1.jpg) no-repeat center center; background-size: cover; z-index: -1; }
  .l-content { margin: 0 160px 0 auto; max-width: 600px; box-shadow: 0 0 10px rgba(194,194,183,0.6); }
  .l-wrap { padding: 0 30px; }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-content { margin-right: 13.3333333333vw; max-width: 50vw; }
}

/* header
------------------------------------------------ */
.l-header { position: relative; }
.l-header-top { position: fixed; top: 0; left: 0; }
.l-header-logo { margin: 0; width: 124px; }
.l-header-logo > a { display: inline-block; width: 100%; vertical-align: top; }
.l-gnav-trigger { position: absolute; top: 30px; right: 30px; transition: background-color 0.4s ease; width: 40px; height: 40px; background-color: #8c7c4b; border: 1px solid #8c7c4b; border-radius: 50%; z-index: 2; }
.l-gnav-trigger span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.l-gnav-trigger::after,
.l-gnav-trigger span::before,
.l-gnav-trigger span::after { content: ''; position: absolute; left: 7px; transition: 0.4s ease; width: 24px; height: 1px; background-color: #fff; }
.l-gnav-trigger::after { top: 14px; }
.l-gnav-trigger span::before { top: 20px; }
.l-gnav-trigger span::after { top: 26px; }
.l-gnav-trigger[aria-expanded=true] { border-color: #fff; }
.l-gnav-trigger[aria-expanded=true]::after { opacity: 0; }
.l-gnav-trigger[aria-expanded=true] span::before,
.l-gnav-trigger[aria-expanded=true] span::after { top: 50%; }
.l-gnav-trigger[aria-expanded=true] span::before { transform: rotate(45deg); }
.l-gnav-trigger[aria-expanded=true] span::after { transform: rotate(-45deg); }
.l-gnav-links__item:not(:first-child) { margin-top: 34px; }
.l-gnav-links__item > a { display: flex; align-items: baseline; text-decoration: none; }
.l-gnav-links--en,
.l-gnav-links--ja { display: inline-block; vertical-align: top; }
.l-gnav-links--en { font-family: 'Cormorant', serif; font-size: 3rem; font-weight: 600; letter-spacing: 0.07em; line-height: 1.2; }
.l-gnav-links--ja { margin-left: 20px; font-size: 1.5rem; letter-spacing: 0.15em; }
.l-gnav-sns { display: flex; margin-top: 56px; }
.l-gnav-sns__item { width: 35px; height: 35px; }
.l-gnav-sns__item:not(:first-child) { margin-left: 10px; }
.l-gnav-sns__item > a { display: block; width: 100%; height: 100%; }
.l-header-news { margin-top: 26px; padding: 20px 10px 10px; background-color: #fff; border-radius: 14px; box-shadow: 0 0 10px rgba(194,194,183,0.6); }
.l-header-news .title-1 { margin-bottom: 12px; }
.l-header-news .title-1-en { font-size: 2.4rem; color: #897c4b; }
.l-header-news .title-1-en::after { display: none; }
.l-header-news .title-1-ja { font-size: 1.2rem; }
.l-header-news__post > a { display: block; text-decoration: none; }
.l-header-news__post__photo { position: relative; aspect-ratio: 1 / 1; margin-bottom: 8px; }
.l-header-news__post__photo img { position: absolute; top: 0; left: 0; }
.l-header-news__post__title { margin: 0; font-size: 1.6rem; font-weight: 400; line-height: 1.5; color: #1f1f1f; }
.l-header-news__post__date { margin: 4px 0 0; text-align: right; font-size: 1.2rem; line-height: 1.2; color: #7f7f7f; }
.l-header-sns { position: fixed; right: 0; bottom: 45px; padding: 15px 0; width: 60px; background-color: #897c4b; border-radius: 14px 0 0 14px; }
.l-header-sns__item { margin: 0 auto; width: 35px; height: 35px; }
.l-header-sns__item:not(:first-child) { margin-top: 5px; }
.l-header-sns__item > a { display: block; width: 100%; height: 100%; }


@media screen and (max-width: 768px) {
  .l-header-top { width: 100%; height: 100px; z-index: 10; }
  .l-header-logo { position: absolute; top: 24px; left: 30px; z-index: 2; }
  .l-header-logo.is-hidden { pointer-events: none; opacity: 0; }
  .l-gnav { pointer-events: none; position: absolute; top: 0; left: 0; transition: opacity 1s ease; width: 100%; height: 100dvh; background-color: #8c7c4b; opacity: 0; z-index: 1; }
  .l-gnav[aria-hidden=false] { pointer-events: inherit; opacity: 1; }
  .l-gnav-frame { padding: 145px 78px 75px; height: 100%; overflow-y: auto; }
  .l-gnav-links--en { color: #fff; }
  .l-gnav-links--ja { color: #a3a3a3; }
  .l-header-sns,
  .l-header-news { display: none; }

  .is-gnav-open { position: fixed; }
  .l-header-logo > a { transition: background 0.4s ease; }
  .l-header-logo > a img { transition: opacity 0.4s ease; }
  .is-gnav-open .l-header-logo > a { background: url(./_assets/img/share/logo_white.svg) no-repeat center center; background-size: 100% 100%; }
  .is-gnav-open .l-header-logo > a img { opacity: 0; }
}

@media screen and (min-width: 769px) {
  .l-header-top { left: calc((100% - (600px + 160px)) - (295px + 100px)); padding: 36px 100px 30px 0; width: calc(295px + 100px); max-height: 100dvh; overflow-y: auto; }
  .l-header-logo { margin-bottom: 46px; width: 50.4712542373%; opacity: 1 !important; }
  .l-gnav-links__item:not(:first-child) { margin-top: 16px; }
  .l-gnav-links--en { font-size: 2.8rem; letter-spacing: 0.02rem; color: #1f1f1f; }
  .l-gnav-links--ja { margin-left: 8px; font-size: 1.2rem; color: #777; }
  .l-gnav-trigger,
  .l-gnav-sns { display: none; }

  .u-device-click .l-gnav-links--en,
  .u-device-click .l-gnav-links--ja { transition: color 0.4s ease; }
  .u-device-click .l-gnav-links__item > a:hover { opacity: 1; }
  .l-gnav-links__item > a.is-active .l-gnav-links--en,
  .l-gnav-links__item > a.is-active .l-gnav-links--ja,
  .u-device-click .l-gnav-links__item > a:hover .l-gnav-links--en,
  .u-device-click .l-gnav-links__item > a:hover .l-gnav-links--ja { color: #897c4b; }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header-top { left: calc((100% - (50vw + 13.3333333333vw)) - (24.5833333333vw + 8.33333333333vw)); padding-right: 8.33333333333vw; width: calc(24.5833333333vw + 8.33333333333vw); }
}

/* top page
------------------------------------------------ */
/* visual */
.top-visual { position: relative; z-index: 1; }
.top-visual::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 38.4615384615vw); background-color: #f1ede4; z-index: -1; }
.top-visual-dissolve__lists__item { position: relative; aspect-ratio: 1 / 1.09090909091; }
.top-visual-dissolve__lists__item img { position: absolute; top: 0; left: 0; }
.top-visual-dissolve .splide__pagination { bottom: 15px; }
.top-visual-dissolve .splide__pagination__page { margin: 0 4px; width: 9px; height: 9px; background: none; border: 1px solid #fff; opacity: 1; }
.top-visual-dissolve .splide__pagination__page.is-active { transform: none; background-color: #fff; }

@media screen and (min-width: 769px) {
  .top-visual { padding-top: 30px; }
  .top-visual::after { height: calc(100% - 390px); }
  .top-visual-dissolve .splide__pagination__page { margin: 0 6px; width: 14px; height: 14px; }
}

/* concept */
.top-concept { position: relative; padding: 45px 0 80px; background-color: #f1ede4; }
.top-concept-copy { margin: 0; text-align: center; font-family: 'Noto Serif JP', serif; font-size: 1.9rem; font-weight: 600; letter-spacing: 0.05em; line-height: 1.7; }
.top-concept-modal__top { position: relative; }
.top-concept-modal__title { display: flex; align-items: baseline; }
.top-concept-modal__title--en { margin: 0; font-family: 'Cormorant', serif; font-size: 3rem; font-weight: 600; letter-spacing: 0.07em; line-height: 1.2; color: #353535; }
.top-concept-modal__title--ja { margin: 0 0 0 20px; font-size: 1.2rem; font-weight: 400; letter-spacing: 0.15em; line-height: 1.2; color: #a3a3a3; }
.top-concept-modal__close { position: absolute; top: 0; right: 0; width: 32px; height: 32px; border: 1px solid #a59770; border-radius: 50%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.top-concept-modal__close::before,
.top-concept-modal__close::after { content: ''; position: absolute; top: 50%; left: 5px; width: 20px; height: 1px; background-color: #a59770; }
.top-concept-modal__close::before { transform: rotate(45deg); }
.top-concept-modal__close::after { transform: rotate(-45deg); }
.top-concept-modal__text { font-size: 1.6rem; line-height: 2; }
.top-concept-modal__text p { margin: 0; }
.top-concept-modal__text p + p { margin-top: 2em; }
.top-concept .btn-1 { margin-top: 54px; }
.top-concept-close { display: none; margin-top: 45px; text-align: center; }
.top-concept-close > button { display: inline-block; text-align: center; vertical-align: top; font-size: 1.6rem; color: #8F7D46; }
.top-concept-close > button::after { content: '\25B2'; }

@media screen and (max-width: 768px) {
  .top-concept-modal { display: flex !important; justify-content: center; align-items: center; pointer-events: none; position: fixed; top: 0; left: 0; transition: opacity 0.4s ease; width: 100%; height: 100%; background-color: rgba(216,216,216,0.3); opacity: 0; z-index: 100; }
  .top-concept-modal[aria-hidden=false] { pointer-events: inherit; opacity: 1; }
  .top-concept-modal__content { position: relative; width: calc(100% - 60px); background-color: #fff; border-radius: 10px; }
  .top-concept-modal__frame { padding: 30px; max-height: calc(100dvh - 60px); overflow-y: auto; }
  .top-concept-modal__top { margin-bottom: 16px; }
  .top-concept-modal__text p { text-indent: 1em; }
  .top-concept .btn-1 { display: block !important; }
  .top-concept-close { display: none !important; }

  .is-concept-open { position: fixed; }
  .is-concept-open .l-header { display: none; }
}

@media screen and (min-width: 769px) {
  .top-concept { padding: 45px 0 90px; }
  .top-concept-copy { font-size: 2.4rem; }
  .top-concept-modal { display: none; padding-top: 22px; }
  .top-concept-modal__top { display: none; }
  .top-concept-modal__text { text-align: center; line-height: 2.4; }
  .top-concept-modal__text p + p { margin-top: 2.4em; }
  .top-concept .btn-1 { margin-top: 32px; }
  .top-concept .btn-1 > button { letter-spacing: 0; }
}

/* news */
.top-news { padding: 58px 0 70px; }
.top-news-slide { margin: 0 30px; }
.top-news-slide__lists__item > a { display: block; text-decoration: none; color: #1f1f1f; }
.top-news-slide__lists__photo { position: relative; aspect-ratio: 1 / 1; margin-bottom: 2px; border: 1px solid #c2c2c2; }
.top-news-slide__lists__photo img { position: absolute; top: 0; left: 0; }
.top-news-slide__lists__title { margin: 0; font-size: 1.1rem; font-weight: 400; line-height: 2.2; }
.top-news-slide__lists__date { margin: -2px 0 0; text-align: right; font-size: 1rem; line-height: 1.2; color: #777; }
.top-news-slide .splide__arrow { width: 22px; height: 22px; background: none; border-radius: 0; opacity: 1; }
.top-news-slide .splide__arrow::before,
.top-news-slide .splide__arrow::after { content: ''; position: absolute; left: 5px; width: 15px; height: 1px; background-color: #1f1f1f; }
.top-news-slide .splide__arrow::before { top: 5px; }
.top-news-slide .splide__arrow::after { bottom: 6px; }
.top-news-slide .splide__arrow svg { display: none; }
.top-news-slide .splide__arrow--prev { left: -32px; }
.top-news-slide .splide__arrow--prev::before { transform: rotate(-45deg); }
.top-news-slide .splide__arrow--prev::after { transform: rotate(45deg); }
.top-news-slide .splide__arrow--next { right: -32px; }
.top-news-slide .splide__arrow--next::before { transform: rotate(45deg); }
.top-news-slide .splide__arrow--next::after { transform: rotate(-45deg); }
.top-news-slide .splide__pagination { position: relative; right: auto; bottom: auto; left: auto; margin-top: 12px; padding: 0; }
.top-news-slide .splide__pagination__page { display: flex; justify-content: center; align-items: flex-start; margin: 0 4px; width: 23px; height: 23px; background: none; opacity: 1; }
.top-news-slide .splide__pagination__page.is-active { transform: none; z-index: inherit; }
.top-news-slide .splide__pagination__page .number { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; text-align: center; font-size: 1.17rem; font-weight: 700; line-height: 21px; z-index: 2; }
.top-news-slide .splide__pagination__page .circle { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: conic-gradient(#1f1f1f 0, #c2c2c2 0); clip-path: circle(); border-radius: 50%; z-index: 1; }
.top-news-slide .splide__pagination__page .circle::before { content: ''; position: absolute; top: 1px; left: 1px; width: calc(100% - 2px); height: calc(100% - 2px); background-color: #fff; clip-path: circle(); z-index: -1; }

@media screen and (min-width: 769px) {
  .top-news { padding: 58px 0 90px; }
  .top-news-slide { margin: 0 45px; }
  .top-news-slide__lists__photo { margin-bottom: 10px; }
  .top-news-slide__lists__title { font-size: 1.6rem; }
  .top-news-slide__lists__date { margin-top: 0; font-size: 1.2rem; }
  .top-news-slide .splide__arrow { width: 35px; height: 35px; }
  .top-news-slide .splide__arrow::before,
  .top-news-slide .splide__arrow::after { left: 5px; width: 24px; }
  .top-news-slide .splide__arrow::before { top: 8px; }
  .top-news-slide .splide__arrow::after { bottom: 9px; }
  .top-news-slide .splide__arrow--prev { left: -45px; }
  .top-news-slide .splide__arrow--next { right: -45px; }
  .top-news-slide .splide__pagination { margin-top: 30px; }
  .top-news-slide .splide__pagination__page { margin: 0 7px; width: 35px; height: 35px; }
  .top-news-slide .splide__pagination__page .number { font-size: 1.8rem; line-height: 31px; }
}

/* products page
------------------------------------------------ */
/* detail */
.products-detail { padding: 40px 0 70px; }
.products-detail-top { margin-bottom: 50px; }
.products-detail-top::after { content: ''; display: block; margin: 22px auto 0; width: 48px; height: 1px; background-color: #8b7c4b; }
.products-detail-title { margin: 0; text-align: center; font-family: 'Noto Serif JP', serif; font-size: 2.4rem; font-weight: 600; line-height: 1.5; color: #8b7c4b; }
.products-detail-gallery { position: relative; margin-bottom: 30px; }
.products-detail-gallery .splide__pagination { bottom: 20px; }
.products-detail-gallery .splide__pagination__page { margin: 0 4px; width: 9px; height: 9px; background: none; border: 1px solid #fff; opacity: 1; }
.products-detail-gallery .splide__pagination__page.is-active { transform: none; background-color: #fff; }
.products-detail-introduce__box { margin: 0; }
.products-detail-introduce__box:not(:first-child) { margin-top: 26px; padding-top: 20px; border-top: 1px solid #1f1f1f; }
.products-detail-introduce__box__title { margin-bottom: 18px; font-size: 2.2rem; font-weight: 700; line-height: 1.8; }
.products-detail-introduce__box__text { margin: 0; font-size: 1.5rem; line-height: 1.5; }
.products-detail .btn-1 { margin-top: 24px; }

@media screen and (max-width: 768px) {
  .products-detail-gallery { margin: 0 -18px 20px; width: calc(100% + (18px * 2)); max-width: inherit !important; }
}

@media screen and (min-width: 769px) {
  .products-detail { padding: 46px 0 90px; }
  .products-detail-top { margin-bottom: 30px; }
  .products-detail-top::after { margin-top: 22px; width: 60px; }
  .products-detail-title { font-size: 3rem; }
  .products-detail-gallery { margin-bottom: 18px; }
  .products-detail-gallery .splide__pagination__page { margin: 0 6px; width: 14px; height: 14px; }
  .products-detail-introduce__box:not(:first-child) { margin-top: 46px; padding-top: 38px; }
  .products-detail-introduce__box__title { margin-bottom: 16px; font-size: 2.5rem; }
  .products-detail-introduce__box__text { font-size: 1.6rem; }
  .products-detail .btn-1 { margin-top: 46px; }
}

/* news page
------------------------------------------------ */
/* archive */
.news-archive { padding: 58px 0 70px; background-color: #f4efe5; }
.news-archive .btn-1 { margin-top: 28px; }

@media screen and (min-width: 769px) {
  .news-archive { padding: 58px 0 90px; }
  .news-archive .btn-1 { margin-top: 48px; }
}

/* detail */
.news-detail { padding: 40px 0 70px; }
.news-detail-top { margin: 0 0 50px; text-align: center; }
.news-detail-top::after { content: ''; display: block; margin: 26px auto 0; width: 48px; height: 1px; background-color: #8b7c4b; }
.news-detail-title { margin: 0 auto; width: 78.7878787879%; font-family: 'Noto Serif JP', serif; font-size: 2.4rem; font-weight: 600; line-height: 1.5; color: #8b7c4b; }
.news-detail-date { margin: 10px 0 0; font-size: 1.2rem; line-height: 1.2; color: #808080; }
.news-detail-gallery { position: relative; margin-bottom: 30px; }
.news-detail-gallery .splide__pagination { bottom: 20px; }
.news-detail-gallery .splide__pagination__page { margin: 0 4px; width: 9px; height: 9px; background: none; border: 1px solid #fff; opacity: 1; }
.news-detail-gallery .splide__pagination__page.is-active { transform: none; background-color: #fff; }
.news-detail-content { font-size: 1.5rem; line-height: 1.5; }
.news-detail-content * { margin: 1.5em 0 0; }
.news-detail-content *:first-child { margin-top: 0; }

@media screen and (max-width: 768px) {
  .news-detail-gallery { margin: 0 -18px 20px; width: calc(100% + (18px * 2)); max-width: inherit !important; }
}

@media screen and (min-width: 769px) {
  .news-detail { padding: 46px 0 90px; }
  .news-detail-top { margin-bottom: 30px; }
  .news-detail-top::after { margin-top: 28px; width: 60px; }
  .news-detail-title { width: 88.8888888889%; font-size: 3rem; }
  .news-detail-date { margin-top: 18px; font-size: 1.4rem; }
  .news-detail-gallery { margin-bottom: 18px; }
  .news-detail-gallery .splide__pagination__page { margin: 0 6px; width: 14px; height: 14px; }
  .news-detail-content { font-size: 1.6rem; line-height: 1.5; }
}

/* contact page
------------------------------------------------ */
.contact { padding: 40px 0 70px; }
.contact-text { margin: 0 0 38px; text-align: center; font-size: 1.5rem; line-height: 1.5; }
.contact-form-block:not(:first-child) { margin-top: 24px; }
.contact-form-label { display: block; margin-bottom: 10px; font-size: 1.6rem; font-weight: 700; line-height: 1.5; }
.contact-form-label--required { color: #e62800; }
.contact-form-parts { position: relative; }
.contact-form-input input,
.contact-form-textarea textarea { padding: 6px 10px 8px; width: 100%; background-color: #fff; border: 1px solid #c8c8c8; border-radius: 10px; font-size: 1.6rem; font-weight: 700; line-height: 1.5; }
.contact-form-textarea textarea { height: 150px; }
.contact-form-submit { position: relative; margin: 48px 0 0; }

@media screen and (min-width: 769px) {
  .contact { padding: 46px 0 90px; }
  .contact-text { margin-bottom: 40px; font-size: 1.6rem; }
  .contact-form-block:not(:first-child) { margin-top: 36px; }
  .contact-form-label { margin-bottom: 10px; font-size: 1.8rem; }
  .contact-form-input input,
  .contact-form-textarea textarea { padding: 14px 15px 16px; font-size: 1.8rem; }
  .contact-form-submit { margin-top: 50px; }
}

/* confirm */
.contact-confirm { padding: 40px 0 70px; }
.contact-confirm-text { margin: 0 0 48px; text-align: center; font-size: 1.6rem; font-weight: 700; line-height: 1.5; }
.contact-confirm-content { background-color: #fff; border-top: 1px solid #B4B4B4; border-bottom: 1px solid #B4B4B4; }
.contact-confirm-box { margin: 0; padding: 24px 20px; }
.contact-confirm-box:not(:first-child) { border-top: 1px solid #B4B4B4; }
.contact-confirm-box__title { font-size: 1.8rem; font-weight: 700; line-height: 1.3; }
.contact-confirm-box__text { margin: 0; word-break: break-all; font-size: 1.8rem; font-weight: 700; line-height: 1.3; color: #C8C8C8; }
.contact-confirm-btns { display: flex; justify-content: center; margin-top: 50px; }
.contact-confirm-btns__item:nth-of-type(1) { margin-right: 10px; width: 58.75%; }
.contact-confirm-btns__item:nth-of-type(2) { margin: 0; width: calc(100% - (58.75% + 10px)); }

@media screen and (max-width: 768px) {
  .contact-confirm-box__title { margin-bottom: 12px; }
}

@media screen and (min-width: 769px) {
  .contact-confirm { padding: 46px 0 90px; }
  .contact-confirm-text { margin-bottom: 26px; font-size: 1.8rem; }
  .contact-confirm-box { display: flex; padding: 28px 0; }
  .contact-confirm-box__title { padding-left: 10px; width: 33.3333333333%; text-align: right; }
  .contact-confirm-box__text { padding: 0 20px 0 36px; width: calc(100% - 33.3333333333%); }
  .contact-confirm-btns { margin-top: 30px; }
  .contact-confirm-btns__item:nth-of-type(1) { margin-right: 15px; width: 46.2962962963%; }
  .contact-confirm-btns__item:nth-of-type(2) { width: 29.6296296296%; }
}

/* complete */
.contact-complete { padding: 40px 0 70px; }
.contact-complete-text { margin: 0; text-align: center; font-size: 1.6rem; font-weight: 700; line-height: 1.5; }
.contact-complete .btn-1 { margin-top: 40px; }

@media screen and (min-width: 769px) {
  .contact-complete { padding: 46px 0 90px; }
  .contact-complete-text { font-size: 1.8rem; }
  .contact-complete .btn-1 { margin-top: 60px; }
}

/* recruit page
------------------------------------------------ */
/* archive */
.recruit-archive { padding: 40px 0 70px; }
.recruit-archive-text { margin: 0 0 42px; font-size: 1.5rem; line-height: 1.5; }

@media screen and (min-width: 769px) {
  .recruit-archive { padding: 46px 0 205px; }
  .recruit-archive-text { margin-bottom: 34px; font-size: 1.6rem; }
}

/* detail */
.recruit-detail { padding: 40px 0 70px; }
.recruit-detail-top { margin-bottom: 50px; }
.recruit-detail-top::after { content: ''; display: block; margin: 22px auto 0; width: 48px; height: 1px; background-color: #8b7c4b; }
.recruit-detail-title { margin: 0; text-align: center; font-family: 'Noto Serif JP', serif; font-size: 2.4rem; font-weight: 600; line-height: 1.5; color: #8b7c4b; }
.recruit-detail-content { font-size: 1.5rem; line-height: 1.5; }
.recruit-detail-content p { margin: 0; }
.recruit-detail-content p:not(:first-child) { margin-top: 1.5em; }
.recruit-detail-content > .wp-block-group:not(:first-child)::before { content: ''; display: block; margin: 26px 0; width: 40px; height: 1px; background-color: #323232; }

@media screen and (min-width: 769px) {
  .recruit-detail { padding: 46px 0 90px; }
  .recruit-detail-top { margin-bottom: 26px; }
  .recruit-detail-top::after { margin-top: 22px; width: 60px; }
  .recruit-detail-title { font-size: 3rem; }
  .recruit-detail-content { font-size: 1.6rem; }
}

/* footer
------------------------------------------------ */
.l-footer { position: relative; padding: 28px 0; background-color: #1f1f1f; color: #fff; }
.l-footer a { color: #fff; }
.l-footer-privacy__trigger { display: flex; justify-content: center; align-items: baseline; margin: 0; }
.l-footer-privacy__trigger button { text-decoration: none; font-size: 1.3rem; font-weight: 500; color: #fff; }
.l-footer-privacy__trigger span { font-size: 1rem; }
.l-footer-privacy__target { display: none; padding-top: 16px; }
.l-footer-privacy__title { margin: 0 0 18px; text-align: center; font-size: 1.3rem; font-weight: 500; line-height: 1.2; }
.l-footer-privacy__content p,
.l-footer-privacy__content h3 { margin: 0; font-size: 1rem; font-weight: 400; line-height: 2.4; }
.l-footer-privacy__content p:not(:first-child),
.l-footer-privacy__content h3:not(:first-child) { margin-top: 2.4em; }
.l-footer-privacy__content h3 { color: #9e9066; }
.l-footer-privacy__content h3 + p { margin-top: 0 !important; }
.l-footer-copyright { margin: 24px 0 0; text-align: center; font-weight: 300; font-size: 0.88rem; }
.l-footer-copyright > small { font-size: inherit; }

@media screen and (min-width: 769px) {
  .l-footer { padding: 50px 0; }
  .l-footer-privacy__trigger button { font-size: 1.8rem; }
  .l-footer-privacy__trigger span { font-size: 1.4rem; }
  .l-footer-privacy__title { font-size: 1.8rem; }
  .l-footer-privacy__content p,
  .l-footer-privacy__content h3 { font-size: 1.6rem; }
  .l-footer-copyright { margin-top: 48px; font-size: 1.36rem; }
}