@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*_____ font weight _______________*/
:root { --col_main: #35453f; --font_cardo: 'Cardo', serif; --font_mincho: 'Shippori Mincho', serif; }
body { color: #393939; }
#contents .fit { object-fit: cover; object-position: center; }
@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@-moz-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@media screen and (min-width: 769px), print { .breadcrumb { margin-top: 100px; }
  .c-link { font-weight: 500; color: #0fa42c !important; text-decoration: underline !important; text-underline-offset: 2px; text-decoration-thickness: 1px; }
  .btn_option { width: 100%; background-color: var(--col_main); padding: 14px 50px 16px; font-family: var(--font_mincho); letter-spacing: 0; }
  .btn_option:before { top: 0; left: 0; right: 0; width: 100%; height: 100%; background: transparent; -webkit-transform: scale(0.7, 1); -moz-transform: scale(0.7, 1); -ms-transform: scale(0.7, 1); transform: scale(0.7, 1); -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; -moz-border-radius: 0; border-radius: 0; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; transform-origin: center; margin: 0; }
  .btn_option .btn_arr:after, .btn_option .btn_arr:before { right: 20px; }
  .btn_option .btn_arr:before { width: 25px; top: 50%; }
  .btn_option .btn_arr:after { width: 12px; top: 50%; }
  .btn_option:hover:before { -webkit-transform: scale(1.05, 1); -moz-transform: scale(1.05, 1); -ms-transform: scale(1.05, 1); transform: scale(1.05, 1); -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; opacity: 1; background: #546961; }
  .mv-sub { position: relative; -webkit-margin-after: 90px; margin-block-end: 90px; color: #fff; }
  .mv-sub:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 1; }
  .mv-sub__caption { position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 1; font-weight: 400; font-size: 24px; line-height: 1; color: #fff; letter-spacing: 0; text-align: center; z-index: 9; }
  .mv-sub__caption--sub span { display: block; text-shadow: 10px 10px 27px rgba(0, 0, 0, 0.43); }
  .mv-sub__caption--sub span:not(:last-child) { margin-bottom: 8px; }
  .mv-sub__caption--txt span { display: block; margin-bottom: 8px; text-shadow: 10px 10px 27px rgba(0, 0, 0, 0.43); }
  .mv-sub__caption--txt .main { margin-top: 16px; margin-bottom: 8px; text-shadow: none; font-family: var(--font_cardo); font-size: 72px; font-weight: 400; letter-spacing: 0; line-height: 1.2; }
  .mv-sub__caption--txt .sub { position: relative; margin: 0 auto; font-family: 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif; font-size: 26px; font-weight: 400; letter-spacing: 0; -webkit-perspective: 1px; -moz-perspective: 1px; perspective: 1px; }
  .mv-sub__caption--txt .sub.-en { font-family: var(--font_cardo); font-size: 2.4rem; line-height: 32px; }
  .mv-sub__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .c-ttl { -webkit-margin-after: 56px; margin-block-end: 56px; }
  .c-ttl span { display: block; }
  .c-ttl--en { margin-bottom: 3px; font-family: 'Cardo', 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', sans-serif; font-size: 40px; line-height: 1.2; letter-spacing: 0; font-weight: 400; color: var(--col_main); }
  .c-ttl--jp { font-family: var(--font_mincho); font-size: 16px; letter-spacing: 0.04em; font-weight: 400; color: #000; }
  .c-ttl--jp.-large { font-size: 3.8rem; line-height: 75px; } }
@media screen and (max-width: 768px) { .breadcrumb { margin-top: 13.80208vw; }
  #contents .inner { position: relative; padding: 0 5.20833vw; clear: both; }
  .c-link { font-weight: 500; color: #0fa42c !important; text-decoration: underline !important; text-underline-offset: 0.65104vw; text-decoration-thickness: 1px; }
  .btn_option { width: 100%; background-color: var(--col_main); padding: 4.16667vw 3.90625vw 4.29688vw; font-family: var(--font_mincho); font-size: 3.64583vw; letter-spacing: 0; }
  .btn_option:before { top: 0; left: 0; right: 0; width: 100%; height: 100%; background: transparent; -webkit-transform: scale(0.7, 1); -moz-transform: scale(0.7, 1); -ms-transform: scale(0.7, 1); transform: scale(0.7, 1); -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; -moz-border-radius: 0; border-radius: 0; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; transform-origin: center; margin: 0; }
  .btn_option .btn_arr:before { right: 2.60417vw; }
  .btn_option .btn_arr:before { width: 5.85938vw; top: -webkit-calc(50% + 1px); top: -moz-calc(50% + 1px); top: calc(50% + 1px); }
  .btn_option:hover:before { -webkit-transform: scale(1.05, 1); -moz-transform: scale(1.05, 1); -ms-transform: scale(1.05, 1); transform: scale(1.05, 1); -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; opacity: 1; background: #546961; }
  .mv-sub { position: relative; margin-top: 14.32292vw; margin-bottom: 12.5vw; color: #fff; }
  .mv-sub:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 1; }
  .mv-sub__caption { position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: -7.8125vw; font-family: var(--font_cardo); font-weight: 400; font-size: 2.86458vw; line-height: 1; color: #fff; letter-spacing: 0; text-align: center; z-index: 9; }
  .mv-sub__caption--sub span { display: block; text-shadow: 1.30208vw 1.30208vw 3.51562vw rgba(0, 0, 0, 0.43); }
  .mv-sub__caption--sub span:not(:last-child) { margin-bottom: 1.04167vw; }
  .mv-sub__caption--txt span { display: block; margin-bottom: 1.04167vw; text-shadow: 1.30208vw 1.30208vw 3.51562vw rgba(0, 0, 0, 0.43); }
  .mv-sub__caption--txt .main { margin-top: 2.86458vw; margin-bottom: 0.78125vw; text-shadow: none; font-family: 'Cardo', 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', sans-serif; font-size: 7.8125vw; font-weight: 400; letter-spacing: 0; line-height: 1.2; }
  .mv-sub__caption--txt .sub { position: relative; margin: 0 auto; font-family: 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif; font-size: 3.125vw; font-weight: 400; letter-spacing: 0.04em; -webkit-perspective: 1px; -moz-perspective: 1px; perspective: 1px; }
  .mv-sub__caption--txt .sub.-large { font-size: 2.86458vw; font-weight: 700; }
  .mv-sub__caption--txt .sub.-en { font-family: var(--font_cardo); font-size: 2.86458vw; line-height: 3.90625vw; letter-spacing: 0; }
  .mv-sub__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .c-ttl { -webkit-margin-after: 8.07292vw; margin-block-end: 8.07292vw; }
  .c-ttl span { display: block; }
  .c-ttl--en { margin-bottom: 0.26042vw; font-family: 'Cardo', 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', sans-serif; font-size: 7.8125vw; line-height: 1.2; letter-spacing: 0; font-weight: 400; color: var(--col_main); }
  .c-ttl--jp { font-family: var(--font_mincho); font-size: 4.16667vw; letter-spacing: 0.04em; font-weight: 400; color: #000; }
  .c-ttl--jp.-large { font-size: 5.98958vw; line-height: 9.76562vw; } }
