/* @charset "utf-8";*/

body.is-loading {
  overflow: hidden;
  background: #000;
}
.g-Section:first-child ~ * ,
.p-jsl_section:not('.p-jsl_section-part00') ,
#area-BrFooter {
  opacity: 0;
}
body.is-loaded .g-Section:first-child ~ * ,
body.is-loaded .p-jsl_section:not('.p-jsl_section-part00') ,
body.is-loaded #area-BrFooter {
  opacity: 0;
}

/* ==================================================
.p-jsl
================================================== */
.p-jsl,
.p-jsl2 {
  color: #fff;
  margin-top: -20px;  /* 親要素.g-Column__colsのpadding相殺 */
  margin-bottom: -20px;  /* 親要素.g-Column__colsのpadding相殺 */
}
/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl,
  .p-jsl2 {
    margin-top: 0;
    margin-bottom: -10px;
  }
}

/* .p-jsl_loading
-------------------------------------------------- */
.p-jsl_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--headerH, 100px));
  background-color: #000;
  z-index: 10;
}
.p-jsl_loading_line {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.p-jsl_loading_text {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  opacity: 0;
}
.p-jsl_loading_logo {
  width: 230px;
}
.p-jsl_loading_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  background-color: #000;
}

.p-jsl_loading.show-logo .p-jsl_loading_text ,
.p-jsl_loading.show-logo ~ .p-jsl_skip ,
.p-jsl_loading.show-logo ~ .p-jsl_scroll {
  animation: fadeIn_logo 3s ease forwards;
}
@keyframes fadeIn_logo {
  0% {opacity: 0}
  100% {opacity: 100%;}
}
.p-jsl_loading.show-mask .p-jsl_loading_mask {
  animation: fadeIn_mask 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s forwards;
}
@keyframes fadeIn_mask {
  0% {width: 100%;}
  10% {width: 100%;}
  100% {width: 0%;}
}


/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl_loading_line {
    left: -17%;
    right: auto;
    width: 150%;
  }
  .p-jsl_loading_text {
    font-size: 16px;
  }
  .p-jsl_loading_logo {
    width: 172px;
  }
}

/* .p-jsl_section
-------------------------------------------------- */
.p-jsl_section {
  position: relative;
  height: calc(100vh - var(--headerH, 100px));
  overflow: hidden;
}
.p-jsl_section-space {
  height: 120px !important;
}
/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl_section-space {
    display: none;
  }
}

/* .p-jsl_section-part00
-------------------------------------------------- */
.p-jsl_video{
  width: 100%;
  height: calc(100% - 40px) !important;
  padding: 0 !important;
  opacity: 0;
  transition: opacity 2s 2s;
}
.p-jsl_section-part00.is-active .p-jsl_video{
  opacity: 1;
}
.p-jsl_video video{
  object-fit: contain;
}
.p-jsl_skip ,
.p-jsl_scroll {
  position: absolute;
  z-index: 15;
  color: #fff;
  font-size: 12px;
  opacity: 0;
}
.p-jsl_skip_link ,
.p-jsl_scroll_link {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: inherit;
  transition: .3s;
  cursor: pointer;
}
.p-jsl_skip_link:hover ,
.p-jsl_scroll_link:hover {
  opacity: .7;
}
.p-jsl_skip {
  bottom: 20px;
  right: 20px;
}
.p-jsl_skip_link {
  padding-right: 18px;
  background: url(../png/i-down_2.png) no-repeat center right / 12px 12px;
}
.p-jsl_scroll {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.p-jsl_scroll_link {
  width: 40px;
  height: 48px;
  background: url(../png/i-down.png) no-repeat center top / 48px 48px;
}

#part01 {
  position: relative;
}

/* sm */
@media only screen and (max-width: 640px) {

  .p-jsl_video{
    height: calc(100% - 100px) !important;
  }
  .p-jsl_skip ,
  .p-jsl_scroll {
    bottom: 88px;
  }
}


/* .p-jsl_section-part●●
-------------------------------------------------- */
.p-jsl_text {
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
}


/*----- sv -----*/
.p-jsl_svSec {
  position: relative;
  padding: 160px 0;
}
.p-jsl_svSec_inner {
  padding: 0 20px;
}
.p-jsl_sv_heading {
  display: flex;
  gap: 8px;
  flex-direction: column;
  color: #9F8839;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  text-align: center;
  margin: auto;
}
.p-jsl_sv_heading_sub {
  font-size: 42px;
}
.p-jsl_sv_heading_main {
  font-size: 24px;
  line-height: 1.2;
}
.p-jsl_sv_figure {
  max-width: 936px;
  margin: 80px auto 0;
}
.p-jsl_sv_figure_img {
  max-width: 100%;
  opacity: 0;
  transition: opacity 2s ease;
}
.p-jsl_sv_figcaption {
  max-width: 748px;
  font-size: 18px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  text-align: center;
  line-height: 1.5;
  margin: 22.5px auto 0;
}
.p-jsl_sv_figcaption_head {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
/* p-jsl_sv アニメーション */
.p-jsl_sv_heading.fadeStart,
.p-jsl_sv_figure.fadeStart .p-jsl_sv_figure_img {
  opacity: 1;
}


/*----- p-jsl_3rdSec -----*/
.p-jsl_3rdSec {
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  background-color: #1A1A1A;
  padding: 143px 0 160px;
}
.p-jsl_3rdSec_inner {
  padding: 0 20px;
}
.p-jsl_3rdSec_heading {
  font-size: 52px;
  text-align: center;
  margin: 0;
}
.p-jsl_3rdSec_read {
  max-width: 748px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 9px auto 0;
}
.p-jsl_3rdSec_read + .p-jsl_3rdSec_read {
  margin-top: 21px;
}
.p-jsl_3rdSec_main {
  margin-top: 28px;
}
.p-jsl_3rdSec_main_inner {
  margin: auto;
}
.p-jsl_3rdSec_number {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  line-height: 1;
  text-align: center;
}
.p-jsl_3rdSec_number_item {
  flex: 0 0 180px;
  border-bottom: 1px solid #4D4D4D;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 4px 10px;
  transition:
    color 1s ease,
    border-color 1s ease;
  cursor: pointer;
}
.p-jsl_3rdSec_number_item.is-active {
  color: #9F8839;
  border-color: #9F8839;
}
.p-jsl_3rdSec_number_head {
  font-size: 40px;
  line-height: 1.4;
  margin: 0;
}
.p-jsl_3rdSec_number_body {
  min-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.p-jsl_3rdSec_slider_heading {
  color: #9F8839;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin: 37px 0 0;
}
.p-jsl_3rdSec_tab {
}
.p-jsl_3rdSec_tab_inner {
}
.p-jsl_3rdSec_tab_item {
}
.p-jsl_3rdSec_acdBtn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999999;
  text-align: center;
  border-top: 1px solid #000000;
  margin: 0 -10px;
  padding: 0;
}
.p-jsl_3rdSec_acdBtn_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.p-jsl_3rdSec_acdBtn_txt {
  width: 100%;
  min-height: 90px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding-top: 8px;
}
.p-jsl_3rdSec_acdBtn_txt::before,
.p-jsl_3rdSec_acdBtn_txt::after {
  content: '';
  width: 21px;
  height: 1px;
  position: absolute;
  top: 14px;
  right: 10px;
  bottom: 0;
  background-color: #ADADAD;
  margin: auto;
  transition: background-color .4s ease;
}
.p-jsl_3rdSec_acdBtn_txt::after {
  transform: rotate(90deg);
}
.p-jsl_3rdSec_acdBtn.is-active {
  color: #9F8839;
}
.p-jsl_3rdSec_acdBtn.is-active .p-jsl_3rdSec_acdBtn_txt::before {
  background-color: #A99337;
}
.p-jsl_3rdSec_acdBtn.is-active .p-jsl_3rdSec_acdBtn_txt::after {
  background-color: transparent;
}
.p-jsl_3rdSec_acdBtn_txt_head {
  font-size: 42px;
  margin: 0;
}
.p-jsl_3rdSec_acdBtn_txt_foot {
  margin: 0;
}
.p-jsl_3rdSec_sliderOuter {
  padding-top: 40px;
}
.p-jsl_3rdSec_slider {
  max-width: 788px;
  overflow: visible;
  margin: auto;
  padding: 0 20px;
}
.p-jsl_3rdSec_slider_inner {

}
.p-jsl_3rdSec_slide {

}
.p-jsl_3rdSec_slide_inner {
  padding: 0 20px;
}
.p-jsl_3rdSec_slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-jsl_3rdSec_slide_img img {
  max-width: 100%;
}
.p-jsl_3rdSec_slide_txt {
  max-width: 654px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 30px auto 0;
}
.p-jsl_3rdSec_slider_pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.p-jsl_3rdSec_slider_pagination {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.p-jsl_3rdSec_slider_pagination span {
  width: 4px;
  height: 4px;
  background-color: #5D6B7C;
  border: 1px solid #1C1C1C;
  margin: 0 !important;
}
.p-jsl_3rdSec_slider_pagination span.swiper-pagination-bullet-active {
  background-color: #B29D31;
  border-color: #B29D31;
}
.jsl_3rdSec_arrow {
}
.p-jsl_3rdSec_arrow {
  width: 59px;
  height: 59px;
  position: absolute;
  top: 181px;
  z-index: 10;
  cursor: pointer;
  display: block;
  font-size: 0;
  transition: opacity .4s ease;
}
.p-jsl_3rdSec_arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url(../svg/icon_slider_arrow.svg) no-repeat center center / contain;
  transition: transform .2s ease;
}
.p-jsl_3rdSec_arrow-prev { left: -10px; }
.p-jsl_3rdSec_arrow-next { right: -10px; }
.p-jsl_3rdSec_arrow-prev::after {
  transform: scale(-1, 1);
}
.p-jsl_3rdSec_arrow:not(.swiper-button-disabled):hover {
  opacity: .8;
}
.p-jsl_3rdSec_arrow.swiper-button-disabled {
  cursor: auto;
  opacity: 10% !important;
}
/* モーダル */
.p-jsl_3rdSec_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #000000;
  box-sizing: border-box;
  padding: 80px;
  opacity: 0;
  visibility: hidden;
  animation: fadeOut .6s forwards;
}
.p-jsl_3rdSec_modal.is-visible {
  animation: fadeIn .6s forwards;
}
.p-jsl_3rdSec_modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}
.p-jsl_3rdSec_modal_closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: opacity .6s ease;
}
.p-jsl_3rdSec_modal_closeBtn:hover {
  opacity: .8;
}
.p-jsl_3rdSec_modal_closeBtn::before,
.p-jsl_3rdSec_modal_closeBtn::after {
  content: '';
  width: 32px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  margin: auto;
}
.p-jsl_3rdSec_modal_closeBtn::before { transform: rotate(45deg); }
.p-jsl_3rdSec_modal_closeBtn::after { transform: rotate(-45deg); }
.p-jsl_3rdSec_modal_item {
  width: 100%;
  display: none;
}
.p-jsl_3rdSec_modal_movieOuter {
  width: 100%;
  max-width: 854px;
  aspect-ratio: 427 / 240;
  position: relative;
  margin: auto;
}
.p-jsl_3rdSec_modal_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.p-jsl_3rdSec_modal_movie.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-jsl_3rdSec_modal_movie iframe {
  width: 100% !important;
  height: 100% !important;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% { visibility: hidden; }
  100% { opacity: 0; }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* モーダルボタン */
.p-jsl_3rdSec_modalBtn {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  margin: 40px auto 0;
  padding: 0;
}
.p-jsl_3rdSec_modalBtn_item {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.p-jsl_3rdSec_modalBtn_item_inner {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  background-color: #A99337;
  margin: 0;
  transition: opacity .1s ease;
  cursor: pointer;
}
.p-jsl_3rdSec_modalBtn_item_inner:hover {
  opacity: .7;
}
.p-jsl_3rdSec_modalBtn_txt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
.p-jsl_3rdSec_modalBtn_txt::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  background: url(../svg/icon_playmovie.svg) no-repeat center / contain;
  margin: auto;
}


/*----- p-jsl_ourSec -----*/
.p-jsl_ourSec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  padding: 154px 0 164px;
}
.p-jsl_ourSec_fixedBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .4;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.p-jsl_ourSec_fixedBg::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../jpg/our_fixedbg.jpg) no-repeat center / cover;
}
.p-jsl_ourSec_inner {
  padding: 0 20px;
}
.p-jsl_ourSec_headinglv2 {
  font-size: 52px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.p-jsl_ourSec_headinglv2_read {
  max-width: 748px;
  font-size: 18px;
  text-align: center;
  margin: 22px auto 76px;
}
.p-jsl_ourSec_heading {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.38;
  text-align: center;
  margin: 0;
}
.p-jsl_ourSec_read {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.42;
  text-align: center;
  margin: 9px auto 0;
}
.p-jsl_ourSec_main {
  margin: 40px 0 0;
  padding: 0;
}
.p-jsl_ourSec_main_inner {
  max-width: 1064px;
  margin: auto;
}
.p-jsl_ourSec_main_block {
  display: flex;
  align-items: center;
  gap: 20px 24px;
}
.p-jsl_ourSec_main_block:nth-of-type(n+2) {
  margin-top: 80px;
}
.p-jsl_ourSec_main_img {
  flex: 0 2 520px;
  max-width: 50%;
  position: relative;
}
.p-jsl_ourSec_main_img img {
  max-width: 100%;
}
.p-jsl_ourSec_main_img > span {
  display: flex;
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease;
}
.p-jsl_ourSec_main_img > span:nth-child(2) { transition-delay: .5s; }
.p-jsl_ourSec_main_img > span:nth-child(3) { transition-delay: 1s; }
.p-jsl_ourSec_main_txtOuter {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 2s ease 1s;
}
.p-jsl_ourSec_main_txt {
  max-width: 456px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.p-jsl_ourSec_main_txt_head {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.p-jsl_ourSec_main_txt_foot {
  margin: 20px 0 0;
}
.p-jsl_ourSec_main_txt_foot_list {
  counter-reset: detailList;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-jsl_ourSec_main_txt_foot_list > li {
  counter-increment: detailList;
  text-indent: -18px;
  padding-left: 18px;
}
.p-jsl_ourSec_main_txt_foot_list > li::before {
  content: counter(detailList) ". ";
  font-size: 18px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
}
.p-jsl_ourSec_main_txt_foot_note {
  list-style: none;
  color: #A9B0BC;
  font-size: 14px;
  margin: 8px 0 0;
  padding: 0;
}
.p-jsl_ourSec_main_txt_foot_note > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.p-jsl_ourSec_main_txt_foot_note > li::before {
  content: "＊ ";
  font-size: 14px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
}
/* p-jsl_ourSec_main_block-01 */
.p-jsl_ourSec_main_block-01 .p-jsl_ourSec_main_img {
  aspect-ratio: 52 / 45;
}
.p-jsl_ourSec_main_block-01 .p-jsl_ourSec_main_img_01 {
  width: 92.3%;
  left: 0;
  top: 0;
}
.p-jsl_ourSec_main_block-01 .p-jsl_ourSec_main_img_02 {
  width: 38.46%;
  right: 0;
  bottom: 0;
}
/* p-jsl_ourSec_main_block-02 */
.p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_img {
  aspect-ratio: 1 / 1;
}
.p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_img {
  order: 1;
}
.p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_txt {
  margin-left: auto;
}
.p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_img_01 {
  width: 47.7%;
  max-width: 248px;
  top: 0;
  right: 0;
}
.p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_img_02 {
  width: 52.4%;
  max-width: 272px;
  left: 0;
  top: 15%;
  z-index: 2;
}
.p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_img_03 {
  width: 46.16%;
  max-width: 240px;
  right: 24.6%;
  bottom: 0;
  z-index: 3;
}
/* p-jsl_ourSec_main_block-03 */
.p-jsl_ourSec_main_block-03 .p-jsl_ourSec_main_img {
  aspect-ratio: 65 / 47;
}
.p-jsl_ourSec_main_block-03 .p-jsl_ourSec_main_img_01 {
  width: 57.69%;
  left: 27.3%;
  top: 0;
}
.p-jsl_ourSec_main_block-03 .p-jsl_ourSec_main_img_02 {
  width: 57.12%;
  left: 27.3%;
  top: 52.1%;
}
/* p-jsl_ourSec フェードインアニメーション */
.p-jsl_ourSec.fadeStart .p-jsl_ourSec_heading,
.p-jsl_ourSec.fadeStart .p-jsl_ourSec_read,
.p-jsl_ourSec_main_block.fadeStart .p-jsl_ourSec_main_img > span,
.p-jsl_ourSec_main_block.fadeStart .p-jsl_ourSec_main_txtOuter {
  opacity: 1;
}

/*----- .p-jsl_quaternarySec -----*/
.p-jsl_quaternarySec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 283px 0 292px;
}
.p-jsl_quaternary_fixedBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .75;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.p-jsl_quaternary_fixedBg::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../jpg/quaternary_fixedbg.jpg) no-repeat center / cover;
}
.p-jsl_quaternarySec_inner {
  padding: 0 7.5%;
}
.p-jsl_quaternary_heading {
  font-size: 40px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  margin: 0;
}
.p-jsl_quaternary_read {
  max-width: 500px;
  font-size: 18px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  line-height: 1.428;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  margin: 8px auto 0;
}
.p-jsl_quaternary_banner {
  max-width: 864px;
  display: flex;
  flex-direction: column;
  background: #000 url(../quaternary_img01.html) no-repeat right 14% center / contain;
  border: 1px solid #707070;
  margin: 76px auto 0;
}
.p-jsl_quaternary_banner_inner {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  padding: 4px 4.6%;
  transition: opacity .4s ease;
}
.p-jsl_quaternary_banner_inner:hover {
  opacity: .7;
}
.p-jsl_quaternary_banner_txt {
  color: #9e8839;
  font-size: 16px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  letter-spacing: 0.15em;
  line-height: 1.375;
  margin: 24px 0 0;
}


/*----- .p-jsl_about -----*/
.p-jsl_about {
  background: url(../jpg/about_bg.jpg) no-repeat center center / cover;
  box-sizing: border-box;
  padding: 80px 20px;
}
.p-jsl_about_inner {
  max-width: 936px;
  border: 1px solid #AB9743;
  box-sizing: border-box;
  margin: auto;
  padding: 60px 10px;
}
.p-jsl_about_heading {
  display: flex;
  gap: 10px;
  flex-direction: column;
  color: #000000;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
.p-jsl_about_heading_sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin: 0;
}
.p-jsl_about_heading_main {
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  margin: 0;
}
.p-jsl_about_btn {
  display: flex;
  justify-content: center;
  color: #9E8839;
  font-size: 16px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  line-height: 1.375;
  letter-spacing: .15em;
  margin: 24px 0 0;
  padding: 0;
}
.p-jsl_about_btn_item {
  flex: 0 0 279px;
  display: flex;
  flex-direction: column;
}
.p-jsl_about_btn_item_inner {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #9E8839;
  transition: opacity .4s ease;
}
.p-jsl_about_btn_item_inner:hover {
  opacity: .8;
}
.p-jsl_about_btn_item_inner:hover .p-jsl_about_btn_txt::after {
  content: '';
}
.p-jsl_about_btn_txt {
  display: flex;
  align-items: center;
}
.p-jsl_about_btn_txt::after {
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* sm */
@media only screen and (max-width: 640px) {
  /*----- sv -----*/
  .p-jsl_svSec {
    padding-bottom: 80px;
  }
  .p-jsl_sv_heading {
    gap: 4px;
  }
  .p-jsl_sv_heading_sub {
    font-size: 24px;
  }
  .p-jsl_sv_heading_main {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-jsl_sv_figure {
    margin: 40px -20px 0;
  }
  .p-jsl_sv_figure + .p-jsl_sv_figure {
    margin-top: 60px;
  }
  .p-jsl_sv_figcaption {
    font-size: 14px;
    margin-top: 18.5px;
    padding: 0 20px;
  }
  .p-jsl_sv_figcaption_head {
    font-size: 16px;
    text-align: center;
    margin-bottom: 6px;
  }
  /*----- p-jsl_3rdSec -----*/
  .p-jsl_3rdSec {
    padding: 80px 0;
  }
  .p-jsl_3rdSec_heading {
    font-size: 32px;
  }
  .p-jsl_3rdSec_read {
    font-size: 14px;
    margin-top: 25px;
  }
  .p-jsl_3rdSec_number {
    display: none;
  }
  .p-jsl_3rdSec_tab_item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-jsl_3rdSec_acdBtn {
    display: flex;
  }
  .p-jsl_3rdSec_sliderOuter {
    display: none;
    padding-top: 20px;
  }
  .p-jsl_3rdSec_slider_heading {
    font-size: 24px;
    margin-top: 0;
  }
  .p-jsl_3rdSec_slider_pagination {
  }
  .p-jsl_3rdSec_slider {
    margin: 0 -20px;
  }
  .p-jsl_3rdSec_arrow {
    display: none;
  }
  .p-jsl_3rdSec_slide_inner {
    padding: 0 10px;
  }
  .p-jsl_3rdSec_slide_txt {
    font-size: 14px;
    line-height: 1.714;
    margin-top: 20px;
  }
  .p-jsl_3rdSec_modalBtn {
    padding: 0 10px;
  }
  .p-jsl_3rdSec_modalBtn_item {
    max-width: initial;
  }
  .p-jsl_3rdSec_modal {
    padding: 20px 10px;
  }
  .p-jsl_3rdSec_modal_closeBtn {
    top: 10px;
    right: 30px;
  }
  /*----- p-jsl_ourSec -----*/
  .p-jsl_ourSec {
    padding: 76px 0 84px;
  }
  .p-jsl_ourSec_headinglv2 {
    font-size: 32px;
  }
  .p-jsl_ourSec_headinglv2_read {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .p-jsl_ourSec_heading {
    font-size: 24px;
  }
  .p-jsl_ourSec_read {
    font-size: 14px;
  }
  .p-jsl_ourSec_main_block {
    flex-direction: column;
  }
  .p-jsl_ourSec_main_img {
    width: 100%;
    max-width: initial;
    flex-basis: auto;
  }
  .p-jsl_ourSec_main_txt_head {
    font-size: 24px;
  }
  .p-jsl_ourSec_main_txt_foot {
    font-size: 14px;
    margin-top: 6px;
  }
  .p-jsl_ourSec_main_txt_foot_list {
    line-height: 1.3;
  }
  .p-jsl_ourSec_main_block:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-jsl_ourSec_main_block-02 .p-jsl_ourSec_main_img {
    order: 0;
  }
  .p-jsl_ourSec_main_block-03 .p-jsl_ourSec_main_img > span {
    left: 0;
    right: 0;
    margin: auto;
  }
  /*----- p-jsl_quaternary -----*/
  .p-jsl_quaternarySec {
    padding: 225px 0;
  }
  .p-jsl_quaternarySec_inner {
    padding: 0 20px;
  }
  .p-jsl_quaternary_heading {
    font-size: 32px;
  }
  .p-jsl_quaternary_read {
    margin-top: 14px;
  }
  .p-jsl_quaternary_banner {
    margin-top: 40px;
  }
  .p-jsl_quaternary_banner_title_main {
    font-size: 18px;
  }
  .p-jsl_quaternary_banner_txt {
    font-size: 14px;
  }
  /*----- p-jsl_about -----*/
  .p-jsl_about {
    padding: 40px 10px;
  }
  .p-jsl_about_inner {
    padding: 40px 20px;
  }
  .p-jsl_about_heading_sub {
    font-size: 12px;
  }
  .p-jsl_about_heading_main {
    font-size: 24px;
  }
  .p-jsl_about_btn {
    margin-top: 20px;
  }
  .p-jsl_about_btn_item {
    flex-basis: 100%;
  }
}


/* stationary
-------------------------------------------------- */
.p-jsl.is-stationary #part01 {
  padding-top: 130px;
  position: static;
}
.p-jsl.is-stationary .p-jsl_flips {
  height: 100%;
  transition: opacity 1.2s ease .2s;
  opacity: 0;
}
.p-jsl.is-stationary .p-jsl_flip {
  opacity: 1;
}
.p-jsl.is-stationary .p-jsl_text {
  transition: opacity 1.2s ease;
}
/* .is-scroll */
.p-jsl.is-stationary .p-jsl_section.is-scroll .p-jsl_flips ,
.p-jsl.is-stationary .p-jsl_section.is-scroll .p-jsl_text {
  opacity: 1;
}
.p-jsl.is-stationary .p-jsl_text_2 {
  bottom: 20%;
}
.p-jsl.is-stationary .p-jsl_text_3 {
  top: 35%;
}
.p-jsl.is-stationary .p-jsl_text_4 {
  top: 45%;
}
.p-jsl.is-stationary .p-jsl_text_5 {
  bottom: 5%;
}

/* lg */
@media only screen and (min-width: 1025px) {
  .p-jsl.is-stationary .p-jsl_section-part01 {
    margin-bottom: 50px;
  }
  .p-jsl.is-stationary .p-jsl_section-part04 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
}
/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl.is-stationary .p-jsl_flips {
    transition: opacity 1.2s ease;
  }
  .p-jsl.is-stationary .p-jsl_text {
    top: 60%;
    transition: opacity 1.2s ease .5s;
  }
}

/* ==================================================
.pr-jslSection
================================================== */
.pr-jslSection .g-Column__inner ,
.pr-jslSection .g-Column__inner .g-Column__cols,
.pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
  margin-top: 0 !important;
}
.pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
  padding: 20px 0;
}
.pr-jslSection_txt {
  margin-bottom: 0!important;
}

#explanation {
  padding-top: var(--headerH, 100px);
  margin-top: calc(-1 * var(--headerH, 100px));
}

/* sm */
@media only screen and (max-width: 640px) {
  .pr-jslSection{
    width: 95%;
  }
  .pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
    padding: 0 0 60px;
  }
  .pr-jslSection_img {
    padding-left: 12%;
    padding-right: 12%;
  }
}

/* ==================================================
.jsl_productArea
================================================== */
.jsl_productArea .l-Section__inner {
  border: 1px solid #707070;
  margin: 80px auto;
  padding: 20px 40px 40px;
  max-width: 936px;
  width: calc(100% - 40px);
}
.jsl_productArea .font_size-14-14-12 .cmn-richtext {
  font-size: 18px;
}
.jsl_productArea .g-ImageTextHP__contentsBlock__image {
  margin: auto;
}
.jsl_productArea .g-Image__img img {
  display: inline-block;
  max-width: 100%;
}
.jsl_productArea .l-Column:nth-child(2) {
  max-width: 692px;
}
/* md */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .jsl_productArea .l-HeadingTitle__h3 {
    line-height: 1.2;
  }
  .jsl_productArea .font_size-14-14-12 .cmn-richtext {
    font-size: 18px;
  }
}
/* sm */
@media only screen and (max-width: 640px) {
  .jsl_productArea .l-Section__inner {
    padding: 20px;
  }
  .jsl_productArea .l-HeadingTitle__h3 {
    line-height: 1.2;
  }
  .jsl_productArea .font_size-14-14-12 .cmn-richtext   {
    font-size: 14px;
  }
}

/* M2調整
-------------------------------------------------- */
.jsl_productArea.promotion-image-text-sec-m2 {
  padding: 0 !important;
}
.jsl_productArea.promotion-image-text-sec-m2 .g-Column__cols-lg-1 {
  margin: 0 0 -30px !important;
}
/* md */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .jsl_productArea.promotion-image-text-sec-m2 .g-Column__cols-lg-1 {
    margin-bottom: 0 !important;
  }
}
/* sm */
@media only screen and (max-width: 640px) {
  .jsl_productArea.promotion-image-text-sec-m2 {
    padding-bottom: 0 !important;
  }
  .jsl_productArea.promotion-image-text-sec-m2 .g-Column__cols-lg-1 {
    margin-bottom: 0 !important;
  }
  .jsl_productArea.promotion-image-text-sec-m2 .g-Column__cols-lg-1 .g-Image {
    padding-bottom: 0 !important;
  }
}



/* 多言語フォント
-------------------------------------------------- */
html[lang^=pl] .p-jsl_loading_text ,
html[lang^=pl] .p-jsl_text ,
html[lang^=pl] .p-jsl_sv_heading ,
html[lang^=pl] .p-jsl_sv_figcaption ,
html[lang^=pl] .p-jsl_3rdSec ,
html[lang^=pl] .p-jsl_3rdSec_number ,
html[lang^=pl] .p-jsl_3rdSec_modalBtn ,
html[lang^=pl] .p-jsl_ourSec ,
html[lang^=pl] .p-jsl_ourSec_main_txt_foot_list > li::before ,
html[lang^=pl] .p-jsl_quaternary_heading ,
html[lang^=pl] .p-jsl_quaternary_read ,
html[lang^=pl] .p-jsl_quaternary_banner_txt ,
html[lang^=pl] .p-jsl_about_heading_main ,
html[lang^=pl] .p-jsl_about_btn ,
html[lang^=ru] .p-jsl_loading_text ,
html[lang^=ru] .p-jsl_text ,
html[lang^=ru] .p-jsl_sv_heading ,
html[lang^=ru] .p-jsl_sv_figcaption ,
html[lang^=ru] .p-jsl_3rdSec ,
html[lang^=ru] .p-jsl_3rdSec_number ,
html[lang^=ru] .p-jsl_3rdSec_modalBtn ,
html[lang^=ru] .p-jsl_ourSec ,
html[lang^=ru] .p-jsl_ourSec_main_txt_foot_list > li::before ,
html[lang^=ru] .p-jsl_quaternary_heading ,
html[lang^=ru] .p-jsl_quaternary_read ,
html[lang^=ru] .p-jsl_quaternary_banner_txt ,
html[lang^=ru] .p-jsl_about_heading_main ,
html[lang^=ru] .p-jsl_about_btn {
  font-family: "EBGaramond-Regular", serif;
}


/* 日本語調整
-------------------------------------------------- */
html[lang^=ja] .p-jsl_sv_heading,
html[lang^=ja] .p-jsl_sv_figcaption,
html[lang^=ja] .p-jsl_3rdSec,
html[lang^=ja] .p-jsl_3rdSec_number,
html[lang^=ja] .p-jsl_ourSec,
html[lang^=ja] .p-jsl_quaternary_heading,
html[lang^=ja] .p-jsl_quaternary_read {
  font-family: "EBGaramond-Regular", "TsukuMinPr6-R", serif;
  letter-spacing: 0;
}
html[lang^=ja] .p-jsl_sv_heading_sub {
  font-size: 32px;
}
html[lang^=ja] .p-jsl_sv_heading_main {
  font-size: 16px;
}
html[lang^=ja] .p-jsl_sv_figcaption {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.65;
}
html[lang^=ja] .p-jsl_3rdSec {
  padding-top: 150px;
}
html[lang^=ja] .p-jsl_3rdSec_heading {
  font-size: 32px;
}
html[lang^=ja] .p-jsl_3rdSec_read {
  font-size: 16px;
  line-height: 1.65;
}
html[lang^=ja] .p-jsl_3rdSec_main {
  margin-top: 20px;
}
html[lang^=ja] .p-jsl_3rdSec_number_body {
  font-size: 14px;
  line-height: 1.57;
}
html[lang^=ja] .p-jsl_3rdSec_number_head {
  font-size: 42px;
  line-height: 1;
}
html[lang^=ja] .p-jsl_3rdSec_slide_txt {
  max-width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.65;
  margin-top: 26px;
}
html[lang^=ja] .p-jsl_ourSec {
  padding-top: 160px;
}
html[lang^=ja] .p-jsl_ourSec_headinglv2 {
  font-size: 32px;
}
html[lang^=ja] .p-jsl_ourSec_headinglv2_read {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 74px;
}
html[lang^=ja] .p-jsl_ourSec_heading {
  font-size: 24px;
}
html[lang^=ja] .p-jsl_ourSec_read {
  max-width: 470px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
html[lang^=ja] .p-jsl_ourSec_main_txt {
  font-size: 16px;
}
html[lang^=ja] .p-jsl_ourSec_main_txt_head {
  font-size: 24px;
}
html[lang^=ja] .p-jsl_ourSec_main_txt_foot_list > li::before {
  font-family: "EBGaramond-Regular", "TsukuMinPr6-R", serif;
}
html[lang^=ja] .p-jsl_ourSec_main_txt_foot_note > li {
  font-size: 12px;
}
html[lang^=ja] .p-jsl_ourSec_main_txt_foot_note > li::before {
  font-family: "EBGaramond-Regular", "TsukuMinPr6-R", serif;
  font-size: 12px;
}
html[lang^=ja] .p-jsl_quaternarySec {
  padding-top: 258px;
}
html[lang^=ja] .p-jsl_quaternary_heading {
  font-size: 32px;
}
html[lang^=ja] .p-jsl_quaternary_read {
  max-width: 600px;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 16px;
}
  html[lang^=ja] .jsl_productArea .l-Text {
    font-size: 16px;
  }
html[lang^=ja] .jsl_specialBtn .l-ButtonUnit__link {
  font-size: 16px;
  padding: 12px 50px;
}
html[lang^=ja] .jsl_productArea .l-HeadingTitle.font_size-24-18-18 .cmn-richtext {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  html[lang^=ja] .p-jsl_sv_heading_sub {
    font-size: 24px;
  }
  html[lang^=ja] .p-jsl_sv_heading_main {
    font-size: 14px;
  }
  html[lang^=ja] .p-jsl_sv_figcaption {
    text-align: left;
  }
  html[lang^=ja] .p-jsl_svSec,
  html[lang^=ja] .p-jsl_3rdSec,
  html[lang^=ja] .p-jsl_ourSec {
    padding-top: 80px;
  }
  html[lang^=ja] .p-jsl_3rdSec_heading {
    font-size: 24px;
  }
  html[lang^=ja] .p-jsl_3rdSec_read {
    text-align: left;
  }
  html[lang^=ja] .p-jsl_3rdSec_acdBtn_txt {
    font-size: 14px;
  }
  html[lang^=ja] .p-jsl_3rdSec_slide_txt {
    font-size: 14px;
    text-align: left;
  }
  html[lang^=ja] .p-jsl_ourSec_headinglv2 {
    font-size: 24px;
    line-height: 1.5;
  }
  html[lang^=ja] .p-jsl_ourSec_headinglv2_read {
    text-align: left;
    margin-bottom: 35px;
  }
  html[lang^=ja] .p-jsl_ourSec_heading {
    font-size: 18px;
    text-align: left;
  }
  html[lang^=ja] .p-jsl_ourSec_read {
    max-width: 100%;
    font-size: 14px;
    text-align: left;
  }
  html[lang^=ja] .p-jsl_ourSec_main_txt_head {
    font-size: 18px;
  }
  html[lang^=ja] .p-jsl_ourSec_main_txt_foot_list > li::before {
    font-size: 14px;
    line-height: 1.5;
  }
  html[lang^=ja] .p-jsl_quaternary_heading {
    font-size: 24px;
  }
  html[lang^=ja] .p-jsl_quaternary_read {
    font-size: 16px;
    text-align: left;
  }
  html[lang^=ja] .p-jsl_quaternarySec {
    padding: 190px 0;
  }
  html[lang^=ja] .jsl_productArea .l-Text {
    font-size: 14px;
  }
  html[lang^=ja] .jsl_specialBtn {
    text-align: center;
  }
}
html[lang^=ja] .pr-jslSection__prevColumn .g-Column__cols {
  padding: 0;
}
html[lang^=ja] .pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
  padding: 40px 0 60px;
}
html[lang^=ja] #explanation {
  padding-top: 0;
  margin-top: 0;
}
html[lang^=ja] .pr-jslSection_txt .l-HeadingTitle__h4 {
  line-height: 1.25;
}
html[lang^=ja] .pr-jslSection_txt .font_size-14-14-14 {
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .pr-jslSection .g-Column__inner {
    grid-template-columns: 5fr 3fr;
  }
}
@media only screen and (max-width: 640px) {
  html[lang^=ja] .p-jsl_text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  html[lang^=ja] .pr-jslSection_txt .font_size-18-16-14 {
    line-height: 1.5;
    text-align: left;
  }
}


/* プロモーションページ用セクションクラス（コンテンツ幅のみ） */
.campaign-image-text-pack-sec-type2 {
  padding: 80px 17.5%;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .campaign-image-text-pack-sec-type2 {
    padding: 80px 5%;
  }
}
@media (max-width: 640px) {
  .campaign-image-text-pack-sec-type2 {
    padding: 80px 2.42%;
  }
}
/* 2023/07/05 各パーツ拡張用
-------------------------------------------------- */
.promotionVi-wrapper-pt0 .is-paddingReset .l-Column__cols {
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .camp-block-lg-contentArea-x2 {
    --contentArea: x2;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .camp-block-md-contentArea-x2 {
    --contentArea: x2;
  }
}

.sensai-gold-arrow-button-pack-small .g-ButtonP__list .g-ButtonP__list__item {
  max-width: 279px;
}
@media only screen and (max-width: 640px) {
  .sensai-gold-arrow-button-pack-small .g-ButtonP__list .g-ButtonP__list__item {
    max-width: none;
  }
}
.promotion-bg {
  background-size: contain;
  background-position: inherit;
}

/* 2023/07/05 フォントサイズ調整追加
-------------------------------------------------- */
.font_size-42-42-24,
.font_size-42-42-24 .cmn-richtext {
  font-size: 42px;
}
.font-size-32-24-14,
.font_size-32-24-14 .cmn-richtext {
  font-size: 32px;
}
.font_size-24-24-14,
.font_size-24-24-14 .cmn-richtext {
  font-size: 24px;
}
.font_size-18-14-14,
.font_size-18-14-14 .cmn-richtext {
  font-size: 18px;
}
.font_size-12-12-12--imp,
.font_size-12-12-12--imp .cmn-richtext {
  font-size: 12px !important;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .font-size-32-24-14,
  .font_size-32-24-14 .cmn-richtext {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .font_size-42-42-24,
  .font_size-42-42-24 .cmn-richtext {
    font-size: 24px;
  }
  .font_size-32-24-14,
  .font_size-32-24-14 .cmn-richtext {
    font-size: 14px;
  }
  .font_size-24-24-14,
  .font_size-24-24-14 .cmn-richtext {
    font-size: 14px;
  }
  .font_size-18-14-14,
  .font_size-18-14-14 .cmn-richtext {
    font-size: 14px;
  }
}

/* 2023/07/13 display
-------------------------------------------------- */
.opt-disp-block {
  display: block;
}




/* lg */
@media only screen and (min-width: 1025px) {
}
/* md */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
/* sm */
@media only screen and (max-width: 640px) {
}
