@charset "UTF-8";
:root {
  --xlarge: 1800px;
  --large: 1600px;
  --medium: 1265px;
  --medium2: 1111px;
  --medium3: 1023px;
  --medium4: 959px;
  --small: 769px;
  --xsmall: 668px;
  --xxsmall: 560px;
  --xxxsmall: 321px; }

.c-card__title, .c-txt-m {
  font-size: clamp(13px, 1.17188vw, 15px); }
  @media screen and (min-width: 1700px) {
    .c-card__title, .c-txt-m {
      font-size: clamp(13px, 1.17188vw, 15); } }

.c-txt-s {
  font-size: clamp(12px, 1.09375vw, 14px); }
  @media screen and (min-width: 1700px) {
    .c-txt-s {
      font-size: clamp(12px, 1.09375vw, 14); } }

:root {
  --font-size-xxl: 2rem;
  --font-size-xl: 1.8rem;
  --font-size-l: 1.4rem;
  --font-size-m: 1.4rem;
  --font-size-s: 1.2rem;
  --font-size-xs: 1.1rem;
  --line-height-xxl: 2.2;
  --line-height-xl: 2.2;
  --line-height-l: 2.14;
  --line-height-m: 2;
  --line-height-s: 1.7;
  --line-height-xs: 1.4; }

@media screen and (max-width: 768px) {
  :root {
    --font-size-xxl:1.5rem;
    --font-size-xl: 1.8rem;
    --font-size-l: 1.4rem;
    --font-size-m: 1.3rem;
    --font-size-s: 1.2rem;
    --font-size-xs: 1.1rem; } }

:root {
  --color-bg-base: #161b24;
  --color-line_gray: #d6d6d6;
  --color-txt_yellow: #f1f0e8; }

:root {
  --color-bg:     #E1D7B0;
  --color-white:  #FDF4E7;
  --color-black:  #3D3317;
  --color-black2: #564A27;
  --color-yellow: #EDC054;
  --color-line:   #C5BB95;
  --font-min: 'FOT-TsukuOldMin Pro', serif;
  --font-got: 'Helvetica Neue','Helvetica','YuGothic', sans-serif;
  --font-en: 'Castoro', serif; }

.l-header__title__en + .l-header__title, .l-header__slogan, .l-pagenation__label, .l-pagenation__jp, .l-pagenation-ec__title, .c-txt-heading, .c-logo__name {
  font-family: var(--font-min);
  -webkit-text-stroke: .7px currentColor;
  font-family: var(--font-min);
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  letter-spacing: -0.02em;
  -webkit-transform: scale(0.95, 1);
  -ms-transform: scale(0.95, 1);
  transform: scale(0.95, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-font-smoothing: subpixel-antialiased !important; }

.l-footer__body, .l-grand-main__inner, .l-pagenation__body, .l-pagenation-ec__inner {
  max-width: 1480px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: clamp(20px, 6.25vw, 80px);
  padding-right: clamp(20px, 6.25vw, 80px); }
  @media screen and (min-width: 1700px) {
    .l-footer__body, .l-grand-main__inner, .l-pagenation__body, .l-pagenation-ec__inner {
      padding-left: clamp(20px, 6.25vw, 80); } }
  @media screen and (min-width: 1700px) {
    .l-footer__body, .l-grand-main__inner, .l-pagenation__body, .l-pagenation-ec__inner {
      padding-right: clamp(20px, 6.25vw, 80); } }

.l-grand-main__inner.-type2 {
  max-width: 1480px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: clamp(20px, 17.1875vw, 220px);
  padding-right: clamp(20px, 17.1875vw, 220px); }
  @media screen and (min-width: 1700px) {
    .l-grand-main__inner.-type2 {
      padding-left: clamp(20px, 17.1875vw, 220); } }
  @media screen and (min-width: 1700px) {
    .l-grand-main__inner.-type2 {
      padding-right: clamp(20px, 17.1875vw, 220); } }
  @media screen and (max-width: 768px) {
    .l-grand-main__inner.-type2 {
      padding: 0 20px 0 40px !important; } }

.l-grand-main__inner.-type3 {
  max-width: 1480px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: clamp(20px, 28.125vw, 360px);
  padding-right: clamp(20px, 28.125vw, 360px); }
  @media screen and (min-width: 1700px) {
    .l-grand-main__inner.-type3 {
      padding-left: clamp(20px, 28.125vw, 360); } }
  @media screen and (min-width: 1700px) {
    .l-grand-main__inner.-type3 {
      padding-right: clamp(20px, 28.125vw, 360); } }

/* ==============================================================================================
CSS RESET
============================================================================================== */
* {
  min-height: 0vw;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

html,
body {
  height: 100%; }

body {
  display: block;
  line-height: 1;
  color: var(--color-black);
  text-align: left;
  width: 100% !important;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-width: 1224px;
  font-weight: normal;
  font-family: var(--font-got); }
  @media screen and (max-width: 768px) {
    body {
      min-width: 0 !important; } }

:lang(en) {
  font-family: 'Times New Roman', serif; }

:lang(zh-cmn-Hans) {
  font-family: "Noto Serif SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

:lang(zh-cmn-Hant) {
  font-family: "Noto Serif TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

::-moz-selection {
  background: #474747;
  color: #fff; }

::selection {
  background: #474747;
  color: #fff; }

::-moz-selection {
  background: #474747;
  color: #fff; }

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

template {
  display: none; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px; }

strong, b {
  font-weight: bold; }

object {
  pointer-events: none; }

img {
  border: none;
  vertical-align: bottom; }

audio:not([controls]) {
  display: none;
  height: 0; }

svg {
  fill: currentColor;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

a {
  color: inherit;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a * {
  cursor: pointer; }

a,
input,
select,
textarea,
button,
a object,
a img,
button span,
a .c-button,
.u-hvr {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  a:hover,
  input:hover,
  select:hover,
  textarea:hover,
  button:hover,
  a object:hover,
  a img:hover,
  button span:hover,
  a .c-button:hover,
  .u-hvr:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.lte-Android4 * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

ol li {
  list-style: none; }

ul li {
  list-style: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
textarea:focus,
label:focus,
select {
  outline: 0; }

select::-ms-expand {
  display: none; }

:placeholder-shown {
  color: darkgray;
  font-family: gothic, serif; }

::-webkit-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

:-ms-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::-ms-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::placeholder {
  color: darkgray;
  font-family: gothic, serif; }

:-ms-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

:-moz-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::-moz-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::-webkit-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

iframe {
  width: 100%;
  border: none;
  outline: none; }

ruby {
  display: inline-table;
  border: none;
  white-space: nowrap;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 100%; }

ruby rt {
  display: table-header-group;
  font-size: 50%;
  text-align: center;
  line-height: 100%; }

ruby ruby rt {
  display: table-footer-group;
  font-size: 50%;
  line-height: 100%; }

ruby rp {
  display: none; }

dl dt {
  font-weight: bold; }

body > span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  font-size: 1.4rem;
  background: #fff;
  border: none;
  border: 1px solid #dbdbdb;
  padding: 0 1.5rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    select {
      background: #eeeeee; } }

/* ==============================================================================================
グローバルフッター
============================================================================================== */
.l-footer {
  width: 100%;
  background: url(/assets/image/common/footer_bg.jpg) no-repeat left top/cover;
  position: relative;
  z-index: 6000; }

.l-footer__inner {
  width: calc(100% - 136px);
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-footer__inner {
      width: calc(100% - 60px); } }

.l-footer__body {
  padding-top: clamp(100px, 12.5vw, 160px);
  padding-bottom: clamp(50px, 3.90625vw, 50px); }
  @media screen and (min-width: 1700px) {
    .l-footer__body {
      padding-top: clamp(100px, 12.5vw, 160); } }
  @media screen and (min-width: 1700px) {
    .l-footer__body {
      padding-bottom: clamp(50px, 3.90625vw, 50); } }

.l-footer .c-logo {
  width: clamp(80px, 8.75vw, 112px); }
  @media screen and (min-width: 1700px) {
    .l-footer .c-logo {
      width: clamp(80px, 8.75vw, 112); } }

.l-footer .c-logo__name {
  font-size: clamp(12px, 1.09375vw, 14px);
  padding-top: clamp(10px, 1.71875vw, 22px); }
  @media screen and (min-width: 1700px) {
    .l-footer .c-logo__name {
      font-size: clamp(12px, 1.09375vw, 14); } }
  @media screen and (min-width: 1700px) {
    .l-footer .c-logo__name {
      padding-top: clamp(10px, 1.71875vw, 22); } }

.l-footer__nav {
  text-align: left;
  padding-top: clamp(32px, 5vw, 64px); }
  @media screen and (min-width: 1700px) {
    .l-footer__nav {
      padding-top: clamp(32px, 5vw, 64); } }

.l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-black); }
  @media screen and (max-width: 768px) {
    .l-footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.l-footer-menu.-main {
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .l-footer-menu.-main {
      font-size: 16px;
      border-top: 1px solid #bcb38f; } }
  @media screen and (max-width: 768px) {
    .l-footer-menu.-main li {
      width: 100%;
      display: block;
      padding: 16px 0;
      border-bottom: 1px solid #bcb38f; } }

.l-footer-menu.-sub {
  font-size: 12px;
  margin-top: 24px;
  opacity: .6; }
  @media screen and (max-width: 768px) {
    .l-footer-menu.-sub {
      margin-top: 40px; }
      .l-footer-menu.-sub li + li {
        margin-top: 20px; } }

.l-footer-menu.-sns {
  font-size: 12px;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .l-footer-menu.-sns li + li {
      margin-top: 20px; } }
  .l-footer-menu.-sns span:last-child {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px); }

.l-footer-menu li {
  position: relative; }
  .l-footer-menu li::after {
    content: "/";
    margin: 0 .8em;
    font-size: 12px;
    opacity: .8; }
    @media screen and (max-width: 768px) {
      .l-footer-menu li::after {
        display: none; } }
  .l-footer-menu li:last-child::after {
    display: none; }

.l-footer-menu a {
  text-decoration: none; }
  .l-footer-menu a:hover {
    text-decoration: underline;
    opacity: .8; }

.l-footer__bottom {
  width: 100%;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: var(--font-en); }
  @media screen and (max-width: 768px) {
    .l-footer__bottom {
      margin-top: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.l-footer__copyright {
  font-size: 10px;
  letter-spacing: 2%;
  font-weight: normal;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  opacity: .6; }
  @media screen and (max-width: 768px) {
    .l-footer__copyright {
      margin-top: 40px; } }

/* ==============================================================================================
メインフレーム：ヘッダー
============================================================================================== */
.l-header {
  padding-bottom: clamp(48px, 6.25vw, 80px); }
  @media screen and (min-width: 1700px) {
    .l-header {
      padding-bottom: clamp(48px, 6.25vw, 80); } }
  .l-header.-type2 {
    padding-bottom: clamp(48px, 7.8125vw, 100px); }
    @media screen and (min-width: 1700px) {
      .l-header.-type2 {
        padding-bottom: clamp(48px, 7.8125vw, 100); } }

.l-header__body {
  padding-top: clamp(80px, 12.5vw, 160px); }
  @media screen and (min-width: 1700px) {
    .l-header__body {
      padding-top: clamp(80px, 12.5vw, 160); } }

.l-header__title {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(13px, 1.25vw, 16px); }
  @media screen and (min-width: 1700px) {
    .l-header__title {
      font-size: clamp(13px, 1.25vw, 16); } }

.l-header__title__en {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: clamp(32px, 4.6875vw, 60px); }
  @media screen and (min-width: 1700px) {
    .l-header__title__en {
      font-size: clamp(32px, 4.6875vw, 60); } }
  .l-header__title__en + .l-header__title {
    font-weight: normal; }

.l-header__slogan {
  padding-top: 10px;
  line-height: 1.4;
  font-size: clamp(32px, 4.53125vw, 58px); }
  @media screen and (min-width: 1700px) {
    .l-header__slogan {
      font-size: clamp(32px, 4.53125vw, 58); } }

.l-header__slogan svg {
  width: 100%;
  height: 58px;
  display: block;
  position: relative;
  overflow: visible; }

.l-header__slogan text {
  width: 100%;
  height: 58px;
  fill: #000;
  stroke: #333;
  stroke-width: .8;
  stroke-linejoin: round;
  font-size: 58px;
  font-family: var(--font-min);
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  letter-spacing: -0.02em;
  position: absolute;
  top: 0;
  left: 0; }

.l-header__copy {
  width: 55%;
  padding-top: 32px;
  line-height: 1.7;
  text-align: justify; }
  @media screen and (max-width: 768px) {
    .l-header__copy {
      width: 100%; } }

.l-header-link {
  border-bottom: 1px solid rgba(86, 74, 39, 0.2);
  padding: 24px 0;
  font-weight: bold; }
  .l-header__body + .l-header-link {
    border-top: 1px solid rgba(86, 74, 39, 0.2);
    margin-top: clamp(40px, 6.25vw, 80px); }
    @media screen and (min-width: 1700px) {
      .l-header__body + .l-header-link {
        margin-top: clamp(40px, 6.25vw, 80); } }
  @media screen and (max-width: 768px) {
    .l-header-link {
      display: none; } }

.l-header-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l-header-link ul li + li {
  margin-left: 32px; }

.l-header-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .l-header-link a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/assets/image/common/icon_arrow.svg) no-repeat left top/14px 14px;
    display: block;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/* ==============================================================================================
グランドレイアウト
============================================================================================== */
.l-grand-main {
  width: calc(100% - 136px);
  position: relative;
  z-index: 50; }
  @media screen and (max-width: 768px) {
    .l-grand-main {
      width: calc(100% - 60px); } }

.l-grand-main__inner {
  overflow: visible; }

.l-grand-main__inner.-type2 {
  overflow: visible; }
  @media screen and (max-width: 768px) {
    .l-grand-main__inner.-type2.-clear-small {
      padding: 0 20px !important; } }

.l-grand-main__inner.-type3 {
  overflow: visible; }

@media screen and (max-width: 768px) {
  .l-grand-main.-clear-small {
    width: 100%; }
    .l-grand-main.-clear-small .l-grand-main__inner {
      width: 100%;
      padding: 0; } }

.l-grand-side {
  width: 136px;
  height: calc(100vh - 100px);
  position: fixed;
  top: 50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9000; }
  .l-grand-side:hover {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); }
  .l-grand-side::after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--color-black2);
    opacity: .2;
    border-right: 1px solid white;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    .l-grand-side {
      width: 60px;
      height: 100vh;
      background: rgba(51, 51, 51, 0.1);
      top: 0;
      -webkit-backdrop-filter: blur(2px);
      backdrop-filter: blur(2px); } }

.l-grand-side::before {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(17, 17, 17, 0.07);
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.l-grand-side:hover::before {
  opacity: 1; }

.l-grand-side .c-logo {
  width: 20px;
  height: 59px;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .l-grand-side .c-logo {
      top: 20px; } }

.l-grand-side .c-logo a {
  display: block; }
  .l-grand-side .c-logo a:hover {
    opacity: .6; }

/* ==============================================================================================
フッターページネーション
============================================================================================== */
.l-pagenation {
  width: 100%;
  height: 620px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .l-pagenation {
      height: 300px; } }
  .l-pagenation::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .l-pagenation:hover::after {
    background: rgba(17, 17, 17, 0.6); }

.l-pagenation__inner {
  width: calc(100% - 136px);
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  justify-items: start;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .l-pagenation__inner {
      width: calc(100% - 60px); } }

.l-pagenation__body {
  width: 100%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%); }

.l-pagenation__label {
  color: var(--color-white) !important;
  font-size: clamp(10px, 1.25vw, 16px); }
  @media screen and (min-width: 1700px) {
    .l-pagenation__label {
      font-size: clamp(10px, 1.25vw, 16); } }

.l-pagenation__en {
  width: 90%;
  color: var(--color-white);
  font-family: var(--font-en);
  padding-top: clamp(16px, 1.875vw, 24px);
  font-size: clamp(34px, 4.6875vw, 60px);
  line-height: 1; }
  @media screen and (min-width: 1700px) {
    .l-pagenation__en {
      padding-top: clamp(16px, 1.875vw, 24); } }
  @media screen and (min-width: 1700px) {
    .l-pagenation__en {
      font-size: clamp(34px, 4.6875vw, 60); } }

.l-pagenation__en .u-font-italic {
  margin-right: .3em;
  font-size: 80%; }

.l-pagenation__jp {
  color: var(--color-white) !important;
  padding-top: clamp(6px, 0.78125vw, 10px);
  font-size: clamp(12px, 1.25vw, 16px); }
  @media screen and (min-width: 1700px) {
    .l-pagenation__jp {
      padding-top: clamp(6px, 0.78125vw, 10); } }
  @media screen and (min-width: 1700px) {
    .l-pagenation__jp {
      font-size: clamp(12px, 1.25vw, 16); } }

.u-font-italic {
  font-style: italic; }

.l-pagenation__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden; }
  .l-pagenation__bg img {
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease; }
  a:hover + .l-pagenation__bg img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }

.l-pagenation-ec {
  width: 100%;
  height: 235px;
  display: block;
  position: absolute;
  top: -185px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-pagenation-ec {
      height: 110px;
      top: -60px; } }

.l-pagenation-ec__inner {
  height: 100%; }

.l-pagenation-ec__body {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (max-width: 768px) {
    .l-pagenation-ec__body {
      padding: 0 8%; }
      .l-pagenation-ec__body::after {
        content: "";
        width: 100%;
        height: 100%;
        background: #111;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 80;
        opacity: .3; } }

.l-pagenation-ec__text {
  position: relative;
  z-index: 100; }

.l-pagenation-ec__label {
  font-size: 13px;
  font-family: var(--font-en);
  font-style: italic; }
  @media screen and (max-width: 768px) {
    .l-pagenation-ec__label {
      font-size: 10px;
      color: var(--color-white) !important; } }

.l-pagenation-ec__title {
  font-size: 36px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .l-pagenation-ec__title {
      font-size: 22px;
      margin-top: 8px;
      color: var(--color-white) !important; } }

.l-pagenation-ec__link {
  margin-top: 24px; }
  @media screen and (max-width: 768px) {
    .l-pagenation-ec__link {
      display: none !important; } }

.l-pagenation-ec__media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease; }
  .l-pagenation-ec__media::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  a:hover .l-pagenation-ec__media {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  a:hover .l-pagenation-ec__media::after {
    opacity: 1; }

/* ==============================================================================================
展開サイトマップ
============================================================================================== */
.l-sitemap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .is-toggle-open .l-sitemap {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }

.l-sitemap-contents {
  width: 400px;
  height: calc(var(--vh) - 100px);
  max-height: 800px;
  min-height: 600px;
  background: var(--color-white);
  border-radius: 16px 2px 16px 16px;
  position: absolute;
  top: 50%;
  right: 180px;
  color: #333;
  padding: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  @media screen and (max-width: 768px) {
    .l-sitemap-contents {
      width: 100%;
      height: var(--vh);
      max-height: var(--vh);
      min-height: var(--vh);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-radius: 0; } }
  .l-sitemap-contents::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/assets/image/common/obj_round.svg) no-repeat left top;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    -webkit-transform: translate(90%, 0);
    -ms-transform: translate(90%, 0);
    transform: translate(90%, 0); }
    @media screen and (max-width: 768px) {
      .l-sitemap-contents::after {
        display: none; } }

.l-sitemap-contents .c-logo {
  width: 90px; }
  .l-sitemap-contents .c-logo svg {
    fill: var(--color-black);
    width: 100px;
    height: auto;
    display: block; }

.l-sitemap-contents a {
  text-decoration: none; }
  .l-sitemap-contents a:hover, .l-sitemap-contents a.is-current {
    opacity: .6; }

.l-sitemap-menu-large {
  margin-top: 56px; }

.l-sitemap-menu-large li {
  font-size: clamp(16px, 1.71875vw, 22px);
  font-weight: bold;
  position: relative;
  color: var(--color-black);
  padding-left: 30px; }
  @media screen and (min-width: 1700px) {
    .l-sitemap-menu-large li {
      font-size: clamp(16px, 1.71875vw, 22); } }
  .l-sitemap-menu-large li + li {
    margin-top: 24px; }
  .l-sitemap-menu-large li a::after {
    content: "";
    width: 19px;
    height: 13px;
    background: url(/assets/image/common/icon_arrow-dot.svg) no-repeat left top/cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(0.8);
    -ms-transform: translate(0, -50%) scale(0.8);
    transform: translate(0, -50%) scale(0.8);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .l-sitemap-menu-large li a:hover::after,
  .l-sitemap-menu-large li a.is-current::after {
    left: 2%; }

.l-sitemap-menu-small {
  margin-top: 40px;
  font-size: 12px;
  color: var(--color-black); }

.l-sitemap-menu-sns {
  font-size: 12px;
  margin-top: 40px; }

.l-sitemap-menu-sns.c-list-horizontal li::after {
  margin: 0 .7em 0 .3em;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

/* ==============================================================================================
c-button
============================================================================================== */
.c-button {
  width: 100%;
  background: #222;
  display: block;
  color: var(--color-white);
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: clamp(11px, 1.01562vw, 13px);
  line-height: 1.7;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1700px) {
    .c-button {
      font-size: clamp(11px, 1.01562vw, 13); } }
  @media screen and (max-width: 768px) {
    .c-button {
      font-size: 10px;
      padding: 14px 16px; } }
  .c-button::after {
    content: "";
    width: 180px;
    height: 180px;
    background: var(--color-black);
    border-radius: 180px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .c-button:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

.c-button__inner {
  position: relative;
  z-index: 5; }

.c-button-txt {
  line-height: 1.5; }

.c-button-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .6; }
  @media screen and (max-width: 768px) {
    .c-button-icon {
      width: 8px;
      height: 8px; } }

/* ==============================================================================================
c-card
============================================================================================== */
.c-card {
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #d3cbac;
      padding: 24px 0; }
      .c-card:last-child {
        border-bottom: 1px solid #d3cbac; } }

.c-card__inner {
  width: 100%;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .c-card__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-column-gap: 16px;
      column-gap: 16px;
      width: 100%;
      padding: 24px 0; } }

.c-card__media {
  border-radius: 4px;
  overflow: hidden; }
  .c-card__media__inner {
    border-radius: 4px;
    background: var(--color-yellow);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .c-card-link:hover + .c-card__media .c-card__media__inner {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    opacity: .7; }
  @media screen and (max-width: 768px) {
    .c-card__media {
      width: 25%; } }

.c-card__body {
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .c-card__body {
      padding-top: 0;
      width: 75%;
      padding-left: 16px; } }

.c-card__time {
  font-size: 12px;
  font-weight: bold;
  opacity: .4; }

.c-card__title {
  font-weight: bold;
  color: var(--color-black);
  line-height: 1.5; }
  .c-card.-link:hover .c-card__title,
  a:hover .c-card__title {
    text-decoration: underline; }

.c-card__time + .c-card__title {
  padding-top: 10px; }

.c-card__copy {
  padding-top: clamp(6px, 0.9375vw, 12px);
  text-align: justify; }
  @media screen and (min-width: 1700px) {
    .c-card__copy {
      padding-top: clamp(6px, 0.9375vw, 12); } }

.c-card__button {
  margin-top: 18px; }
  .c-card__button + .c-card__button {
    margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .c-card__button {
      margin-top: 10px; }
      .c-card__button + .c-card__button {
        margin-top: 6px; } }

.c-card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 50; }

.c-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(10px, 0.9375vw, 12px);
  padding-bottom: 13px;
  color: var(--color-black); }
  @media screen and (min-width: 1700px) {
    .c-card-info {
      font-size: clamp(10px, 0.9375vw, 12); } }
  .c-card-info li::after {
    content: "/";
    margin: 0 .5em;
    opacity: .5; }
  .c-card-info li:last-child::after {
    display: none; }

.c-card-info a {
  position: relative;
  z-index: 100; }

.c-card.-short {
  border-bottom: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
  border-radius: 0 0 4px 0; }
  @media screen and (max-width: 667px) {
    .c-card.-short {
      border-right: none;
      border-bottom: none; }
      .c-card.-short:last-child {
        border-bottom: 1px solid var(--color-line); } }

.c-card.-short .c-card__inner {
  width: 100%;
  padding-bottom: 28px;
  padding-right: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  @media screen and (max-width: 667px) {
    .c-card.-short .c-card__inner {
      padding-right: 0; } }

.c-card.-short .c-card__media {
  width: 30%; }

.c-card.-short .c-card__body {
  width: 70%;
  padding-left: 24px;
  padding-right: 60px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .c-card.-short .c-card__body .c-card__body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .c-card.-short .c-card__body .c-card__body__inner > div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  @media screen and (max-width: 667px) {
    .c-card.-short .c-card__body {
      padding-left: 0;
      padding-right: 32px; } }

.c-card.-short.-vertical .c-card__inner {
  display: block; }
  .c-card.-short.-vertical .c-card__inner .c-card__body {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }

.c-card.-short.-vertical .c-card__media {
  width: 100%; }

.c-card.-short.-vertical .c-card__body {
  width: 100%; }

@media screen and (max-width: 667px) {
  .c-card.-landscape-small {
    border-radius: 0; }
  .c-card.-landscape-small .c-card__inner {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 24px 0; }
    .c-card.-landscape-small .c-card__inner .c-card__body {
      padding-top: 0 !important; } }

@media screen and (max-width: 667px) {
  .c-card.-vertical-small {
    border-top: none;
    border-bottom: none; }
    .c-card.-vertical-small + .c-card.-vertical-small {
      margin-top: 24px; }
  .c-card.-vertical-small .c-card__inner {
    display: block;
    padding: 0; }
    .c-card.-vertical-small .c-card__inner .c-card__media {
      position: relative;
      height: 100%; }
    .c-card.-vertical-small .c-card__inner .c-card__media::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      padding-top: 100%; }
    .c-card.-vertical-small .c-card__inner .c-card__media img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .c-card.-vertical-small .c-card__inner .c-card__body {
      padding-top: 16px; } }

/* ==============================================================================================
カラムレイアウト
============================================================================================== */
.c-column {
  display: -ms-grid;
  display: grid; }

.c-column.-col2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6%;
  column-gap: 6%;
  row-gap: 56px; }
  @media screen and (max-width: 768px) {
    .c-column.-col2 {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -webkit-column-gap: 24px;
      column-gap: 24px;
      row-gap: 48px; } }
  @media screen and (max-width: 667px) {
    .c-column.-col2 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -webkit-column-gap: 24px;
      column-gap: 24px;
      row-gap: 0; } }

.c-column.-col3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 32px;
  column-gap: 32px;
  row-gap: 56px; }
  @media screen and (max-width: 768px) {
    .c-column.-col3 {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -webkit-column-gap: 24px;
      column-gap: 24px;
      row-gap: 48px; } }
  @media screen and (max-width: 667px) {
    .c-column.-col3 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -webkit-column-gap: 24px;
      column-gap: 24px;
      row-gap: 0; } }

.c-column.-col-s0 {
  -webkit-column-gap: 0;
  column-gap: 0;
  row-gap: 0; }

.c-column.-col-s28 {
  -webkit-column-gap: 28px;
  column-gap: 28px;
  row-gap: 28px; }
  @media screen and (max-width: 667px) {
    .c-column.-col-s28 {
      row-gap: 0; } }

.c-column.-col-s28-32 {
  -webkit-column-gap: 28px;
  column-gap: 28px;
  row-gap: 32px; }
  @media screen and (max-width: 667px) {
    .c-column.-col-s28-32 {
      row-gap: 0; } }

/* ==============================================================================================
c-ratioobj
============================================================================================== */
.c-ratioobj {
  position: relative;
  overflow: hidden; }
  .c-ratioobj::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    pointer-events: none; }

.c-ratioobj__target {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.c-ratioobj.-square::after {
  padding-top: 100%; }

.c-ratioobj.-half::after {
  padding-top: 50%; }

.c-ratioobj.-standard::after {
  padding-top: 75%; }

.c-ratioobj.-wide::after {
  padding-top: 56.25%; }

.c-ratioobj.-wide2::after {
  padding-top: 40.94%; }

.c-ratioobj.-silver::after {
  padding-top: 70.7%; }

.c-ratioobj.-gold::after {
  padding-top: 61.8%; }

.c-ratioobj.-bn::after {
  padding-top: 34%; }

.c-ratioobj.-cinema::after {
  padding-top: 42.5%; }

.c-ratioobj.-cinema2::after {
  padding-top: 32%; }

@media screen and (max-width: 1264px) {
  .c-ratioobj.-medium-square::after {
    padding-top: 100%; }
  .c-ratioobj.-medium-half::after {
    padding-top: 50%; }
  .c-ratioobj.-medium-standard::after {
    padding-top: 75%; }
  .c-ratioobj.-medium-wide::after {
    padding-top: 56.25%; }
  .c-ratioobj.-medium-wide2::after {
    padding-top: 40.94%; }
  .c-ratioobj.-medium-silver::after {
    padding-top: 70.7%; }
  .c-ratioobj.-medium-gold::after {
    padding-top: 61.8%; }
  .c-ratioobj.-medium-bn::after {
    padding-top: 34%; }
  .c-ratioobj.-medium-cinema::after {
    padding-top: 42.5%; }
  .c-ratioobj.-medium-cinema2::after {
    padding-top: 32%; } }

@media screen and (max-width: 768px) {
  .c-ratioobj.-small-square::after {
    padding-top: 100%; }
  .c-ratioobj.-small-half::after {
    padding-top: 50%; }
  .c-ratioobj.-small-standard::after {
    padding-top: 75%; }
  .c-ratioobj.-small-wide::after {
    padding-top: 56.25%; }
  .c-ratioobj.-small-wide2::after {
    padding-top: 40.94%; }
  .c-ratioobj.-small-silver::after {
    padding-top: 70.7%; }
  .c-ratioobj.-small-gold::after {
    padding-top: 61.8%; }
  .c-ratioobj.-small-bn::after {
    padding-top: 34%; }
  .c-ratioobj.-small-cinema::after {
    padding-top: 42.5%; }
  .c-ratioobj.-small-cinema2::after {
    padding-top: 32%; } }

/* ==============================================================================================
トグル展開スイッチ
============================================================================================== */
.c-toggle-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-toggle {
  background: none;
  width: 52px;
  display: block;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .c-toggle {
      width: 36px; } }

.c-toggle:hover .c-toggle__line {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9); }

.c-toggle__line {
  height: 31px;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  @media screen and (max-width: 768px) {
    .c-toggle__line {
      height: 20px; } }

.c-toggle__line > div {
  width: 100%;
  height: 1px;
  background: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .c-toggle__line > div:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .c-toggle__line > div:nth-child(3) {
    bottom: 0; }
  .is-open .c-toggle__line > div {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    border-bottom: none; }
    .is-open .c-toggle__line > div:first-child {
      -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      top: 50%; }
    .is-open .c-toggle__line > div:nth-child(2) {
      opacity: 0; }
    .is-open .c-toggle__line > div:last-child {
      -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      top: 50%; }
  .is-open:hover .c-toggle__line > div:first-child {
    top: 50%; }
  .is-open:hover .c-toggle__line > div:last-child {
    top: 50%; }

.c-toggle__text {
  font-size: 12px;
  font-family: var(--font-en);
  text-align: center;
  color: var(--color-black);
  padding-top: 16px;
  position: relative;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 768px) {
    .c-toggle__text {
      padding-top: 10px; } }
  .is-open .c-toggle__text {
    text-shadow: none; }
    .is-open .c-toggle__text span {
      opacity: 0; }
    .is-open .c-toggle__text::after {
      content: "CLOSE";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 16px; }

/* ==============================================================================================
c-list
============================================================================================== */
/* コンポーネント：リスト
-------------------------------------------------------------------------- */
.c-list > li {
  position: relative;
  padding-left: 12px;
  line-height: 1.7; }
  .c-list > li + li {
    margin-top: .2rem; }
  .c-list > li::after {
    content: "";
    width: 6px;
    height: 6px;
    aspect-ratio: 1/1;
    background: var(--color-black);
    border-radius: 20px;
    display: block;
    position: absolute;
    top: clamp(7px, 0.70312vw, 9px);
    left: 0; }
    @media screen and (min-width: 1700px) {
      .c-list > li::after {
        top: clamp(7px, 0.70312vw, 9); } }
  .c-list > li > ul {
    padding-left: 4px; }
    .c-list > li > ul > li:first-child {
      margin-top: .2rem; }
    .c-list > li > ul li {
      position: relative;
      padding-left: 12px;
      line-height: 1.7; }
      .c-list > li > ul li + li {
        margin-top: 0; }
      .c-list > li > ul li::after {
        content: "";
        width: 6px;
        height: 6px;
        aspect-ratio: 1/1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px var(--color-black);
        border-radius: 20px;
        display: block;
        position: absolute;
        top: clamp(7px, 0.70312vw, 9px);
        left: 0; }
        @media screen and (min-width: 1700px) {
          .c-list > li > ul li::after {
            top: clamp(7px, 0.70312vw, 9); } }

/* ==============================================================================================
ブロック
============================================================================================== */
/* u-none
-----------------------------------------------------------------*/
.u-none {
  display: none; }

@media screen and (max-width: 768px) {
  .u-none-sp {
    display: none; } }

/* u-block
-----------------------------------------------------------------*/
.u-block,
.u-block ul,
.u-block li,
.u-block dl,
.u-block dt,
.u-block dd {
  display: block;
  list-style-type: none; }

/* u-inline
-----------------------------------------------------------------*/
.u-inline,
.u-inline ul,
.u-inline li,
.u-inline dl,
.u-inline dt,
.u-inline dd {
  display: inline;
  list-style-type: none; }

@media screen and (max-width: 768px) {
  .u-inline-small {
    display: inline !important; } }

/* u-ib
-----------------------------------------------------------------*/
.u-ib-nospace {
  font-size: 0; }

.u-ib,
.u-ib ul,
.u-ib li,
.u-ib dl,
.u-ib dt,
.u-ib dd {
  display: inline-block;
  list-style-type: none; }

.u-ib--list,
.u-ib ul,
ul.u-ib {
  letter-spacing: -.40em; }

.u-ib > *,
.u-ib * {
  letter-spacing: 0; }

/* ==============================================================================================
フォント指定
============================================================================================== */
/* フォント: カラー
-----------------------------------------------------------------*/
.u-font-red {
  color: #ca2828; }

/* フォント: 長体
-----------------------------------------------------------------*/
.u-font-lb {
  display: block;
  width: 105%;
  -webkit-transform: scale(0.95, 1);
  -ms-transform: scale(0.95, 1);
  transform: scale(0.95, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  @media screen and (max-width: 768px) {
    .u-font-lb.-small-normal {
      width: 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }

.u-font-lb-accent {
  left: .3em;
  position: relative; }

.ua-ios .u-font-lb-accent {
  left: 0em;
  position: relative; }

/* フォント: 縦書き
-----------------------------------------------------------------*/
.u-font-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

@media screen and (max-width: 1022px) {
  .u-font-medium-clear-rl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb; } }

@media screen and (max-width: 768px) {
  .u-font-small-clear-rl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb; } }

.comline {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all; }

@media screen and (max-width: 768px) {
  .-clear-comline-small {
    text-combine-upright: none !important; } }

.comline-accent {
  position: relative;
  left: .3em; }

@media screen and (max-width: 768px) {
  .-clear-comline-accent-small {
    position: static; } }

/* フォント: ウェイト
-----------------------------------------------------------------*/
.u-font-normal {
  font-weight: normal; }

.u-font-bold {
  font-weight: bold; }

/* フォント: 位置
-----------------------------------------------------------------*/
.u-font-center {
  text-align: center !important; }

.u-font-left {
  text-align: left !important; }

.u-font-right {
  text-align: right !important; }

@media screen and (max-width: 1264px) {
  .u-font-center-medium {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .u-font-center-small {
    text-align: center !important; }
  .u-font-left-small {
    text-align: left !important; }
    .u-font-left-small .u-inline-block {
      display: inline; }
  .u-font-right-small {
    text-align: right !important; }
  .u-font-justify-small {
    text-align: justify !important; }
    .u-font-justify-small .u-inline-block {
      display: inline; } }

/* ==============================================================================================
画像
============================================================================================== */
:root {
  --banner-border-width: 1px;
  --banner-border-color: #ddd;
  --banner-border-color--hover: #555;
  --banner-border-type: solid; }

.u-img-fluid {
  width: 100%;
  height: auto; }

.u-img-thumbnail {
  border: var(--banner-border-width) var(--banner-border-type) var(--banner-border-color);
  width: 100%;
  height: auto;
  border-radius: 6px; }
  a:hover .u-img-thumbnail {
    border: var(--banner-border-width) var(--banner-border-type) var(--banner-border-color--hover); }

/* ==============================================================================================
リンク
============================================================================================== */
.u-link {
  text-decoration: underline; }
  .u-link:hover {
    text-decoration: none; }

/* link: underline
-----------------------------------------------------------------*/
.u-link-line {
  display: inline-block;
  text-decoration: none; }

.u-link-line__txt {
  padding-bottom: .2em;
  text-decoration: none;
  will-change: background-size;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url(/assets/image/common/line.gif) no-repeat right bottom/0 1px; }
  .u-link-line__txt:hover,
  a:hover .u-link-line__txt,
  .is-current .u-link-line__txt {
    background-size: 100% 1px;
    background-position: left bottom; }

.u-link-line .u-link-line__txt.-vertical {
  background-size: 1px 0;
  padding-bottom: 0;
  padding-right: .3em; }
  .u-link-line .u-link-line__txt.-vertical:hover,
  a:hover .u-link-line .u-link-line__txt.-vertical,
  .is-current .u-link-line .u-link-line__txt.-vertical {
    background-size: 1px 100%;
    background-position: right top; }

.u-link-line .u-link-line__txt.-revers {
  background-size: 100% 1px;
  background-position: left bottom; }
  .u-link-line .u-link-line__txt.-revers:hover,
  a:hover .u-link-line .u-link-line__txt.-revers,
  .u-link-line:hover .u-link-line .u-link-line__txt.-revers {
    background-size: 0% 1px;
    background-position: right bottom; }

.u-link-line .u-link-line__txt.-white {
  background-image: url(/assets/image/common/line-white.gif); }

.u-link-line .u-link-line__txt.-yellow {
  background-image: url(/assets/image/common/line-yellow.gif); }

/* ==============================================================================================
ポジション
============================================================================================== */
/* u-fixed
-----------------------------------------------------------------*/
.u-fixed {
  position: fixed !important;
  overflow-y: scroll;
  top: 0; }

/* u-sticky
-----------------------------------------------------------------*/
.u-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.u-sticky.-pos-l {
  top: 6.4rem; }

/* ==============================================================================================
余白指定
============================================================================================== */
/* 固定余白
---------------------------------------------------------------- */
:root {
  --space-xlarge: 10rem;
  --space-large: 8rem;
  --space-medium: 6.4rem;
  --space-small: 3.2rem;
  --space-xsmall: 2.4rem;
  --space-xxsmall: 1rem;
  --space-xxxsmall: .5rem; }

@media screen and (max-width: 768px) {
  :root {
    --space-xlarge: 5rem;
    --space-large: 4rem;
    --space-medium: 3.2rem;
    --space-small: 3.2rem;
    --space-xsmall: 1.6rem;
    --space-xxsmall: 1rem;
    --space-xxxsmall: .5rem; } }

.u-mt-xl {
  margin-top: var(--space-xlarge); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-xl {
  margin-bottom: var(--space-xlarge); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-xl {
  padding-top: var(--space-xlarge); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-xl {
  padding-bottom: var(--space-xlarge); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-mt-l {
  margin-top: var(--space-large); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-l {
  margin-bottom: var(--space-large); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-l {
  padding-top: var(--space-large); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-l {
  padding-bottom: var(--space-large); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-mt-m {
  margin-top: var(--space-medium); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-m {
  margin-bottom: var(--space-medium); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-m {
  padding-top: var(--space-medium); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-m {
  padding-bottom: var(--space-medium); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-mt-s {
  margin-top: var(--space-small); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-s {
  margin-bottom: var(--space-small); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-s {
  padding-top: var(--space-small); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-s {
  padding-bottom: var(--space-small); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-mt-xs {
  margin-top: var(--space-xsmall); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-xs {
  margin-bottom: var(--space-xsmall); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-xs {
  padding-top: var(--space-xsmall); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-xs {
  padding-bottom: var(--space-xsmall); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-mt-xxs {
  margin-top: var(--space-xxsmall); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-xxs {
  margin-bottom: var(--space-xxsmall); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-xxs {
  padding-top: var(--space-xxsmall); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-xxs {
  padding-bottom: var(--space-xxsmall); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-mt-xxxs {
  margin-top: var(--space-xxxsmall); }

@media screen and (max-width: 768px) {
  .u-mt-clear-small {
    margin-top: 0; } }

.u-mb-xxxs {
  margin-bottom: var(--space-xxxsmall); }

@media screen and (max-width: 768px) {
  .u-mb-clear-small {
    margin-bottom: 0; } }

.u-pt-xxxs {
  padding-top: var(--space-xxxsmall); }

@media screen and (max-width: 768px) {
  .u-pt-clear-small {
    padding-top: 0; } }

.u-pb-xxxs {
  padding-bottom: var(--space-xxxsmall); }

@media screen and (max-width: 768px) {
  .u-pb-clear-small {
    padding-bottom: 0; } }

.u-space-main {
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .u-space-main {
      padding-bottom: 64px; } }

/* ==============================================================================================
画面表示
============================================================================================== */
/* オーバーフロー
-----------------------------------------------------------------*/
.u-over-hidden {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .u-over-hidden {
      overflow: visible; } }

/* 画面表示設定
-----------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
  .visible-large-less {
    display: none !important; }
  .visible-large-less-inline {
    display: none !important; } }

@media screen and (max-width: 1599px) {
  .visible-large-less {
    display: block !important; }
  .visible-large-less-inline {
    display: inline-block !important; }
  table.visible-large-less {
    display: table; }
  tr.visible-large-less {
    display: table-row !important; }
  th.visible-large-less,
  td.visible-large-less {
    display: table-cell !important; } }

@media screen and (max-width: 1599px) {
  .hidden-large-less {
    display: none !important; } }

@media screen and (min-width: 1265px) {
  .visible-medium-less {
    display: none !important; }
  .visible-medium-less-inline {
    display: none !important; } }

@media screen and (max-width: 1264px) {
  .visible-medium-less {
    display: block !important; }
  .visible-medium-less-inline {
    display: inline-block !important; }
  table.visible-medium-less {
    display: table; }
  tr.visible-medium-less {
    display: table-row !important; }
  th.visible-medium-less,
  td.visible-medium-less {
    display: table-cell !important; } }

@media screen and (max-width: 1264px) {
  .hidden-medium-less {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .visible-small-less {
    display: none !important; }
  .visible-small-less-inline {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .visible-small-less {
    display: block !important; }
  .visible-small-less-inline {
    display: inline-block !important; }
  table.visible-small-less {
    display: table; }
  tr.visible-small-less {
    display: table-row !important; }
  th.visible-small-less,
  td.visible-small-less {
    display: table-cell !important; } }

@media screen and (max-width: 768px) {
  .hidden-small-less {
    display: none !important; } }

@media screen and (min-width: 668px) {
  .visible-xsmall-less {
    display: none !important; }
  .visible-xsmall-less-inline {
    display: none !important; } }

@media screen and (max-width: 667px) {
  .visible-xsmall-less {
    display: block !important; }
  .visible-xsmall-less-inline {
    display: inline-block !important; }
  table.visible-xsmall-less {
    display: table; }
  tr.visible-xsmall-less {
    display: table-row !important; }
  th.visible-xsmall-less,
  td.visible-xsmall-less {
    display: table-cell !important; } }

@media screen and (max-width: 667px) {
  .hidden-xsmall-less {
    display: none !important; } }

/* @media screen
-----------------------------------------------------------------*/
/* js-objectfit
-----------------------------------------------------------------*/
.js-objectfit {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.ua-ie .c-hero__movie.js-objectfit,
.ua-edge .c-hero__movie.js-objectfit {
  display: block;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  margin: auto;
  width: auto;
  height: auto;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  position: absolute; }

/* ==============================================================================================
パララックス
============================================================================================== */
.js-parallax-img {
  overflow: hidden;
  position: relative; }

.js-parallax-img__inner {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: block; }

.js-parallax-img__inner img {
  width: 100%;
  height: 140% !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

body {
  background: var(--color-bg) url(../image/common/bg.jpg) repeat left top/100px; }

img {
  pointer-events: none; }

.c-section {
  margin-top: clamp(64px, 6.25vw, 80px); }
  @media screen and (min-width: 1700px) {
    .c-section {
      margin-top: clamp(64px, 6.25vw, 80); } }
  .c-section:first-child {
    margin-top: 0; }

.t-visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: overlay;
  z-index: 1;
  pointer-events: none; }

.ex-blur {
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_blur.png) no-repeat left top/cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.ex-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 600px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 10000px;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  pointer-events: none; }

.t-visual .ex-light {
  left: auto;
  right: 0; }

.c-txt-heading {
  font-size: clamp(20px, 2.5vw, 36px); }
  @media screen and (min-width: 1700px) {
    .c-txt-heading {
      font-size: clamp(20px, 2.5vw, 36); } }

.c-txt-heading__en {
  font-size: 12px;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: .08em;
  opacity: .8; }
  @media screen and (max-width: 768px) {
    .c-txt-heading__en {
      font-size: 10px; } }
  .c-txt-heading__en + .c-txt-heading {
    padding-top: 16px; }

.c-txt-lead {
  padding-top: 20px;
  text-align: justify; }

.c-txt-m {
  line-height: 1.9;
  text-align: justify;
  color: var(--color-black2); }
  .c-txt-m + .c-txt-m {
    margin-top: 16px; }

.c-txt-s {
  line-height: 1.7;
  color: var(--color-black2);
  letter-spacing: .06em; }

.c-txt-notice {
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
  color: var(--color-black2);
  letter-spacing: .08em;
  position: relative;
  text-indent: -1em;
  padding-left: 1em; }
  .c-txt-notice::before {
    content: "※";
    font-family: sans-serif; }

.c-txt-link {
  font-size: 16px;
  font-family: var(--font-en);
  font-style: italic;
  color: var(--color-black);
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .c-txt-link span {
    padding-bottom: 6px;
    background: -webkit-linear-gradient(left, #000 2px, transparent 2px) repeat-x left bottom/4px 1px;
    background: -o-linear-gradient(left, #000 2px, transparent 2px) repeat-x left bottom/4px 1px;
    background: linear-gradient(to right, #000 2px, transparent 2px) repeat-x left bottom/4px 1px; }
  .c-txt-link::after {
    content: "";
    width: 19px;
    height: 13px;
    background: url(/assets/image/common/icon_arrow-dot.svg) no-repeat left top/cover;
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.c-txt-link.-white {
  color: var(--color-white); }
  .c-txt-link.-white span {
    padding-bottom: 6px;
    background: -webkit-linear-gradient(left, #fff 2px, transparent 2px) repeat-x left bottom/4px 1px;
    background: -o-linear-gradient(left, #fff 2px, transparent 2px) repeat-x left bottom/4px 1px;
    background: linear-gradient(to right, #fff 2px, transparent 2px) repeat-x left bottom/4px 1px; }
  .c-txt-link.-white::after {
    background-image: url(/assets/image/common/icon_arrow-dot@white.svg); }

.c-txt-link.-small {
  font-size: 12px; }
  .c-txt-link.-small::after {
    display: none; }

a:hover .c-txt-link,
a.c-txt-link:hover {
  letter-spacing: .1em;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  a:hover .c-txt-link span,
  a.c-txt-link:hover span {
    background: none; }

.c-header {
  width: 64%;
  padding-bottom: clamp(24px, 3.4375vw, 44px); }
  @media screen and (min-width: 1700px) {
    .c-header {
      padding-bottom: clamp(24px, 3.4375vw, 44); } }
  @media screen and (max-width: 768px) {
    .c-header {
      width: 100%; } }

.c-clip {
  -webkit-clip-path: polygon(200% 0%, 0% 200%, 0% 0%);
  clip-path: polygon(200% 0%, 0% 200%, 0% 0%);
  -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: all 1.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: all 1.5s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  -o-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path; }
  .c-clip.is-clip {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%); }

.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-icon span {
  margin-right: 6px; }

.c-icon span:last-child {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px); }

.c-icon svg {
  width: 16px;
  height: 16px; }

.c-logo {
  width: 112px; }

.c-logo__name {
  font-size: 14px;
  padding-top: 22px; }
  @media screen and (max-width: 768px) {
    .c-logo__name {
      padding-top: 12px;
      font-size: 12px; } }

.c-list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-list-horizontal li::after {
    content: "/";
    margin: 0 .6em;
    font-size: 11px;
    opacity: .8;
    display: inline-block; }
  .c-list-horizontal li:last-child::after {
    display: none; }

.c-tag {
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  border-radius: 100px;
  padding: 8px 12px;
  border: 1px solid #C5B895;
  font-weight: bold;
  color: var(--color-black2); }
  .c-tag:hover {
    background: var(--color-black2);
    color: var(--color-white);
    border-color: var(--color-black2); }

.c-mouseStoker {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 100000;
  pointer-events: none;
  -webkit-transform: translate3d(50vw, 50vh, 0);
  transform: translate3d(50vw, 50vh, 0); }

.c-mouseStoker__cursor {
  --size: 80px;
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--color-white);
  border-radius: var(--size);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .is-visible .c-mouseStoker__cursor {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

.c-onlineshop {
  --size: 148px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9100; }
  @media screen and (max-width: 768px) {
    .c-onlineshop {
      --size: 60px;
      height: 140px;
      border-radius: 0;
      bottom: 0;
      right: 0; } }

.c-onlineshop__inner {
  width: var(--size);
  height: var(--size);
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: var(--size);
  position: relative;
  text-decoration: none;
  color: var(--color-white);
  background: #111; }
  @media screen and (max-width: 768px) {
    .c-onlineshop__inner {
      width: 60px;
      height: 140px;
      border-radius: 0; } }
  .c-onlineshop__inner:hover {
    color: var(--color-black);
    background: var(--color-yellow); }

.c-onlineshop::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  @media screen and (max-width: 768px) {
    .c-onlineshop::after {
      display: none; } }

.c-onlineshop:hover::after {
  right: -16px; }

.c-onlineshop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); }
  @media screen and (max-width: 768px) {
    .c-onlineshop__text {
      width: 140px;
      height: 60px;
      position: absolute;
      top: 40px;
      right: -55px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); } }
  .c-onlineshop__text__en {
    font-family: var(--font-en);
    font-size: 21px; }
    @media screen and (max-width: 768px) {
      .c-onlineshop__text__en {
        font-size: 17px; } }
  .c-onlineshop__text__jp {
    font-size: 11px;
    padding-top: 6px;
    font-weight: bold;
    opacity: .8; }
    @media screen and (max-width: 768px) {
      .c-onlineshop__text__jp {
        font-size: 10px; } }

.u-underline {
  position: relative;
  display: inline;
  border-bottom: 1px solid red;
  padding-bottom: .2em;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .c-card.-link:hover .u-underline {
    border-width: 1px; }

.c-pagenation {
  border-top: 1px solid rgba(86, 74, 39, 0.2);
  margin-top: clamp(40px, 6.25vw, 80px);
  padding-top: clamp(24px, 3.75vw, 48px);
  font-size: 14px;
  position: relative; }
  @media screen and (min-width: 1700px) {
    .c-pagenation {
      margin-top: clamp(40px, 6.25vw, 80); } }
  @media screen and (min-width: 1700px) {
    .c-pagenation {
      padding-top: clamp(24px, 3.75vw, 48); } }
  @media screen and (max-width: 768px) {
    .c-pagenation {
      display: block;
      font-size: 12px;
      padding-bottom: 24px; } }

.c-pagenation-back {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  padding-top: clamp(24px, 3.51562vw, 45px); }
  @media screen and (min-width: 1700px) {
    .c-pagenation-back {
      padding-top: clamp(24px, 3.51562vw, 45); } }
  .c-pagenation-back a {
    text-decoration: none; }
    .c-pagenation-back a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .c-pagenation-back {
      width: 100%;
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-top: 0; }
      .c-pagenation-back a {
        width: 100%;
        display: block;
        padding: 20px;
        background: #111;
        color: #fff;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

.c-pagenation-txt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c-pagenation-txt {
      margin-top: 24px;
      border-top: 1px solid rgba(86, 74, 39, 0.2);
      border-bottom: 1px solid rgba(86, 74, 39, 0.2);
      padding: 24px 0; } }
  .c-pagenation-txt__prev {
    grid-area: prev; }
  .c-pagenation-txt__next {
    grid-area: next;
    text-align: right; }
  .c-pagenation-txt a {
    text-decoration: none; }
    .c-pagenation-txt a:hover {
      text-decoration: underline; }

.c-pagenation-number {
  grid-area: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: clamp(24px, 3.125vw, 40px); }
  @media screen and (min-width: 1700px) {
    .c-pagenation-number {
      padding-top: clamp(24px, 3.125vw, 40); } }
  @media screen and (max-width: 768px) {
    .c-pagenation-number {
      width: 100%;
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-top: 0; } }

.c-pagenation-number li + li {
  margin-left: 4px; }

.c-pagenation-number li a {
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 2px;
  text-decoration: none; }
  .c-pagenation-number li a:hover {
    background: rgba(0, 0, 0, 0.1); }
  .c-pagenation-number li a.is-current {
    text-decoration: underline;
    opacity: .8; }

.c-select {
  width: 100%;
  height: auto;
  font-size: 16px;
  padding: 18px 15px;
  border-radius: 4px;
  color: var(--color-black);
  background: var(--color-white);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.c-select__label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold; }
  .c-select__label p + p::before {
    content: "/";
    margin: 0 .3em;
    opacity: .6;
    font-weight: normal;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }

.c-select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.c-table {
  border-top: 1px solid rgba(86, 74, 39, 0.2); }
  .c-table.-intable {
    border-top: 0; }
  .c-table.-flowtable {
    border-top: 1px dotted rgba(86, 74, 39, 0.2); }

.c-table__cell {
  border-bottom: 1px solid rgba(86, 74, 39, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 5fr;
  grid-template-columns: 2fr 5fr;
  padding: 14px 0;
  text-align: left; }
  .-small .c-table__cell {
    -ms-grid-columns: 1.5fr 5.5fr;
    grid-template-columns: 1.5fr 5.5fr;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .-small .c-table__cell {
        -ms-grid-columns: 2fr 5fr;
        grid-template-columns: 2fr 5fr; } }
  .-big > .c-table__cell {
    -ms-grid-columns: 2fr 5fr;
    grid-template-columns: 2fr 5fr;
    padding: 24px 0; }
    @media screen and (max-width: 768px) {
      .-big > .c-table__cell {
        padding: 16px 0; } }
  .-intable > .c-table__cell {
    border-bottom: 1px dotted rgba(86, 74, 39, 0.2);
    -ms-grid-columns: 3.5fr 5.5fr;
    grid-template-columns: 3.5fr 5.5fr;
    padding: 10px 0;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .-intable > .c-table__cell:first-child {
      -webkit-padding-before: 0;
      padding-block-start: 0; }
    @media screen and (max-width: 768px) {
      .-intable > .c-table__cell {
        padding: 7px 0; }
        .-intable > .c-table__cell:first-child {
          -webkit-padding-before: 7px;
          padding-block-start: 7px; } }
    .-intable > .c-table__cell dt {
      font-size: clamp(11px, 1.01562vw, 13px);
      color: var(--color-black2);
      line-height: 1.5; }
      @media screen and (min-width: 1700px) {
        .-intable > .c-table__cell dt {
          font-size: clamp(11px, 1.01562vw, 13); } }
  .-flowtable > .c-table__cell {
    -ms-grid-columns: 3fr 7fr;
    grid-template-columns: 3fr 7fr;
    padding: 10px 0;
    line-height: 1.5;
    font-size: clamp(12px, 1.01562vw, 13px);
    font-weight: bold;
    border-bottom: 1px dotted rgba(86, 74, 39, 0.2); }
    @media screen and (min-width: 1700px) {
      .-flowtable > .c-table__cell {
        font-size: clamp(12px, 1.01562vw, 13); } }
    .-flowtable > .c-table__cell dd {
      color: var(--color-black2); }
    @media screen and (max-width: 768px) {
      .-flowtable > .c-table__cell {
        -ms-grid-columns: 2fr 3fr;
        grid-template-columns: 2fr 3fr; } }
  .c-table__cell .u-al-c {
    -ms-flex-line-pack: center;
    align-content: center; }

.c-table__cell dt {
  color: var(--color-black); }
  @media screen and (max-width: 768px) {
    .c-table__cell dt {
      padding-right: 10px; } }

@media screen and (max-width: 768px) {
  .c-table.-small-block .c-table__cell {
    display: block; }
  .c-table.-small-block .-intable > .c-table__cell {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.5fr 5.5fr;
    grid-template-columns: 3.5fr 5.5fr; } }

.c-arrow {
  --size: 14px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  a:hover .c-arrow {
    opacity: .6;
    -webkit-transform: translate(0.5em, -50%);
    -ms-transform: translate(0.5em, -50%);
    transform: translate(0.5em, -50%); }
  @media screen and (max-width: 667px) {
    .c-arrow {
      right: 0; } }

.c-thumbnail {
  overflow: hidden;
  display: block; }
  .c-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    a:hover .c-thumbnail img {
      -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }

.t-wrapper {
  width: 100%;
  position: relative;
  z-index: 200; }

.c-media {
  position: relative; }
  .c-media__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px 6px 20px 6px;
    z-index: 1;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c-media::after {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block; }
  .c-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10;
    pointer-events: none;
    display: block; }
  .c-media.-dropshadow::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10%;
    right: -14%;
    display: block;
    z-index: -1;
    background: url(/assets/image/home/products_shadow.png) no-repeat right bottom/cover; }

.c-media.-vertical {
  width: 504px;
  height: 700px; }
  @media screen and (max-width: 768px) {
    .c-media.-vertical {
      width: 313px;
      height: 435px; } }

.c-media.-vertical2 {
  width: 336px;
  height: 480px; }

.c-objectfit {
  -o-object-fit: cover;
  object-fit: cover; }

.c-slider {
  overflow: hidden;
  position: relative;
  z-index: 100; }

.c-slider-item {
  width: 60vw;
  margin: 0 28px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-slider-item {
      width: 64vw;
      margin: 0 10px; } }

:is(.c-slider-item, .c-slider-item img):is(:hover, :focus, :focus-visible) {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.c-slider-item img {
  width: 100%;
  height: 100%;
  display: block; }

.c-slider-item__inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10; }

.c-slider-item__caption {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-white);
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  z-index: 20; }
  @media screen and (max-width: 768px) {
    .c-slider-item__caption {
      bottom: 10px;
      left: 10px;
      font-size: 10px; } }

.slick-list {
  overflow: visible !important; }

.u-bg2 {
  background: url(/assets/image/home/bg2.jpg) no-repeat center center/cover; }

.u-overflow {
  overflow: hidden; }
