@charset "UTF-8";
: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; }

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

html,
body {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 320px) {
    html,
    body {
      font-size: 50.5%; } }

body {
  display: block;
  line-height: 1;
  color: #111;
  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";
  font-weight: normal;
  min-width: 1200px;
  font-family: 'YakuHanMP_Noto','Noto Serif JP', serif; }
  @media screen and (max-width: 768px) {
    body {
      max-width: 767px !important;
      min-width: 0 !important;
      width: 100% !important;
      height: 100%;
      overflow-x: hidden !important;
      padding-top: 0; } }

: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 .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s 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;
  height: 4.2rem;
  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; } }

.mod-glid8 {
  width: calc(100% - 9.7rem);
  position: fixed;
  top: 0;
  left: 9.7rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none; }
  .mod-glid8 div {
    width: calc((100% - (16px * 7)) / 8);
    height: 100vh;
    background: rgba(255, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .mod-glid8 {
      width: 87%;
      left: 13%; }
      .mod-glid8 div {
        width: calc((100% - (16px * 7)) / 8); } }

.mod-glid16 {
  width: calc(100% - 9.7rem);
  position: fixed;
  top: 0;
  left: 9.7rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none; }
  .mod-glid16 div {
    width: calc((100% - (16px * 15)) / 16);
    height: 100vh;
    background: rgba(255, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .mod-glid16 {
      width: 100%;
      left: 0; }
      .mod-glid16 div {
        width: calc((100% - (8px * 15)) / 16); } }

.mod-glid32 {
  width: calc(100% - 9.7rem);
  position: fixed;
  top: 0;
  left: 9.7rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 8000;
  pointer-events: none; }
  .mod-glid32 div {
    width: calc((100% - (16px * 5)) / 32);
    height: 100vh;
    background: rgba(255, 0, 0, 0.3); }
  .mod-glid32 div + div {
    margin-left: 16px; }

/* ==============================================================================================
Footer
============================================================================================== */
/* 大枠
-------------------------------------------------------------------------- */
.l-footer {
  height: 34rem;
  background: var(--color-bg-base);
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: calc(((100% - (16px * 15)) / 16) * 1 + (16px * 1) - (16px * 1)); }
  @media screen and (max-width: 768px) {
    .l-footer {
      display: block;
      height: auto;
      padding: 6rem 0; } }

.l-footer a {
  text-decoration: none; }

.l-footer__inner {
  position: relative; }

.js-slide-clone .js-side-clip-wrap {
  width: calc(((100% - (16px * 7)) / 8) * 1 + (16px * 1) - (16px * 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100% !important;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clip: rect(auto, auto, auto, auto); }
  @media screen and (max-width: 768px) {
    .js-slide-clone .js-side-clip-wrap {
      display: block; } }

.js-slide-clone .js-side-clip-wrap .js-side-clip {
  height: 100% !important;
  z-index: 1000;
  width: calc(((100% - (16px * 7)) / 8) * 1 + (16px * 1) - (16px * 0));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000; }

.l-footer__block:first-child {
  position: absolute;
  top: 5rem;
  right: calc(((100% - (16px * 15)) / 16) * 1 + (16px * 1) - (16px * 1)); }
  @media screen and (max-width: 768px) {
    .l-footer__block:first-child {
      position: static; } }

.l-footer__block:last-child {
  padding-top: 17rem; }
  @media screen and (max-width: 768px) {
    .l-footer__block:last-child {
      padding-top: 6rem;
      margin-top: 6rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1); } }

/* [フッター：インスタグラム]
-------------------------------------------------------------------------- */
.l-footer-insta {
  font-size: 1.8rem;
  color: var(--color-txt_yellow);
  font-family: 'GaramondPremrPro-Smbd', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .l-footer-insta {
      font-size: 1.6rem; } }

.l-footer-insta a:hover {
  opacity: .6; }

.l-footer-insta svg {
  width: 1em;
  height: 1em;
  margin-right: .5em;
  fill: var(--color-txt_yellow);
  position: relative;
  top: -1px; }

.l-footer-address {
  font-size: 1.3rem;
  color: var(--color-txt_yellow);
  padding-top: 3.2rem; }
  @media screen and (max-width: 768px) {
    .l-footer-address {
      padding-top: 2.4rem;
      font-size: 1.2rem; } }

.l-footer-copyright {
  font-size: 1.2rem;
  color: var(--color-txt_yellow);
  opacity: .2;
  padding-top: 2.9rem; }
  @media screen and (max-width: 768px) {
    .l-footer-copyright {
      padding-top: 2.4rem;
      font-size: 1rem; } }

/* [フッター：ナビゲーション]
-------------------------------------------------------------------------- */
.l-footer-nav {
  font-size: 2.2rem;
  color: var(--color-txt_yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .l-footer-nav {
      display: block;
      font-size: 2.4rem; } }

.l-footer-nav > li {
  margin-left: 2.4rem; }
  @media screen and (max-width: 768px) {
    .l-footer-nav > li {
      margin-left: 0;
      padding-top: 4rem; }
      .l-footer-nav > li:first-child {
        padding-top: 0; } }

.l-footer-nav li {
  text-align: left; }

.l-footer-nav li div {
  position: relative;
  width: 1em; }
  @media screen and (max-width: 768px) {
    .l-footer-nav li div {
      width: auto; } }

.l-footer-nav li p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 200px;
  position: absolute;
  top: 0; }
  @media screen and (max-width: 768px) {
    .l-footer-nav li p {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      position: static;
      height: auto; } }

.l-footer-nav li a {
  text-decoration: none; }
  .l-footer-nav li a:hover {
    opacity: .5; }

.l-footer-nav__innerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 1rem !important; }
  @media screen and (max-width: 768px) {
    .l-footer-nav__innerlist {
      display: block;
      margin-left: 0 !important; } }

.l-footer-nav__innerlist > a {
  padding-left: 2.4rem; }
  @media screen and (max-width: 768px) {
    .l-footer-nav__innerlist > a {
      padding-left: 0; } }

.l-footer-nav__innerlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 1.4rem;
  padding-top: 1.5em;
  opacity: .8;
  margin-right: 2rem; }
  @media screen and (max-width: 768px) {
    .l-footer-nav__innerlist ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -.5rem;
      opacity: .4;
      margin-right: 0; } }

.l-footer-nav__innerlist ul li {
  padding-left: 2rem; }
  @media screen and (max-width: 768px) {
    .l-footer-nav__innerlist ul li {
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 1.4rem; }
      .l-footer-nav__innerlist ul li::after {
        content: "/";
        margin: 0 .8em;
        opacity: .3;
        font-size: 80%; }
      .l-footer-nav__innerlist ul li:last-child::after {
        display: none; } }

/* ==============================================================================================
グローバルヘッダー
============================================================================================== */
.l-header {
  width: 9.7rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--color-bg-base); }
  @media screen and (max-width: 768px) {
    .l-header {
      background: none;
      z-index: 40;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      width: calc(((100% - (16px * 7)) / 8) * 1 + (16px * 1) - (16px * 0)); } }

.js-slide-clone .l-header {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

/* [ヘッダー：ロゴ]
-------------------------------------------------------------------------- */
.l-header-logo {
  padding: 2.5rem 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .l-header-logo {
      padding-top: 1rem; } }

.l-header-logo svg {
  width: 4.6rem;
  height: 5rem;
  fill: #fff;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 768px) {
    .l-header-logo svg {
      fill: #111;
      width: 4rem; } }

.js-slide-clone .l-header-logo svg,
.is-sitemap-open .l-header-logo svg {
  fill: #fff; }

.l-header-logo a {
  display: inline-block;
  margin: 0 auto; }

.l-header-logo a:hover {
  opacity: .8; }

/* [ヘッダー：ナビゲーション]
-------------------------------------------------------------------------- */
.l-header-nav {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .l-header-nav {
      display: none; } }

.l-header-nav a.is-current,
.l-header-nav a:hover {
  opacity: .6; }

.l-header-nav li + li::before {
  content: "";
  width: 5px;
  height: 9px;
  background: url(/assets/image/common/nav_obj.png) no-repeat left top/cover;
  display: block;
  margin: 2rem auto; }

.l-header-nav li svg,
.is-sitemap-open .l-header-nav li svg {
  fill: #fff;
  width: 3.4rem; }

.l-header-nav li:nth-child(1) svg {
  width: 3.4rem;
  height: 6.2rem; }

.l-header-nav li:nth-child(2) svg {
  width: 3.4rem;
  height: 10rem; }

.l-header-nav li:nth-child(3) svg {
  width: 3.4rem;
  height: 4.1rem; }

/* [ヘッダー：サイトマップ]
-------------------------------------------------------------------------- */
.l-header-sitemap {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (max-width: 768px) {
    .l-header-sitemap {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-top: none; } }
  .l-header-sitemap:hover {
    opacity: .8;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.l-header-sitemap svg {
  fill: #fff;
  width: 3rem;
  height: 4.4rem; }
  @media screen and (max-width: 768px) {
    .l-header-sitemap svg {
      fill: #111;
      width: 2.6rem; }
      .js-slide-clone .l-header-sitemap svg {
        fill: #fff; } }

/* ==============================================================================================
コンテンツレイアウト
============================================================================================== */
.ua-smartphone .l-container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

/* [レイアウト：ラッパー]
-------------------------------------------------------------------------- */
.l-wrapper {
  position: relative;
  z-index: 10; }

.l-main {
  width: 100%;
  padding-left: 9.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-main {
      padding-left: 0; } }

.u-keeph {
  min-height: calc(100vh - 34rem); }
  @media screen and (max-width: 768px) {
    .u-keeph {
      min-height: auto; } }

.l-wrapper__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .l-wrapper__body {
      padding-left: calc(13% + 3rem);
      padding-right: 3rem; } }

.l-wrapper__body2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .l-wrapper__body2 {
      padding-left: calc(13% + 3rem); } }

@media screen and (max-width: 768px) {
  .l-wrapper__inner {
    padding-right: 3rem; } }

.l-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  background: #eeeeee url(/assets/image/common/bg_noiz.gif) repeat left top/8rem;
  opacity: .5; }

/* [レイアウト：大]
-------------------------------------------------------------------------- */
.l-content-l {
  width: calc(((100% - (16px * 15)) / 16) * 15 + (16px * 15) - (16px * 1));
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .l-content-l {
      width: 100%;
      margin-left: 0; } }

/* [レイアウト：2カラム]
-------------------------------------------------------------------------- */
.l-content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .l-content-column {
      display: block; } }

.l-content-column__block:first-child {
  width: calc(((100% - (16px * 14)) / 15) * 3 + (16px * 3)); }
  @media screen and (min-width: 1600px) {
    .l-content-column__block:first-child {
      width: calc(((100% - (16px * 14)) / 15) * 2 + (16px * 2)); } }
  @media screen and (max-width: 768px) {
    .l-content-column__block:first-child {
      width: 100%; } }

.l-content-column__block:last-child {
  width: calc(((100% - (16px * 14)) / 15) * 12 + (16px * 12) - (16px * 1)); }
  @media screen and (min-width: 1600px) {
    .l-content-column__block:last-child {
      width: calc(((100% - (16px * 14)) / 15) * 13 + (16px * 13) - (16px * 1)); } }
  @media screen and (max-width: 768px) {
    .l-content-column__block:last-child {
      width: 100%;
      padding-top: 4rem; } }

/* ==============================================================================================
c-list
============================================================================================== */
/* コンポーネント：リスト
-------------------------------------------------------------------------- */
.c-list li {
  position: relative;
  padding-left: 1.4rem; }
  .c-list li + li {
    margin-top: .5rem; }
  .c-list li::after {
    content: "";
    width: .4em;
    height: .4em;
    background: #111;
    border-radius: 4rem;
    display: block;
    position: absolute;
    top: .6em;
    left: 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-txt
============================================================================================== */
.c-txt-xl {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xs);
  font-weight: 400;
  color: #333; }
  .c-txt-xl[data-txtcrop="true"]::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((var(--font-size-xxxl) / var(--line-height-xs)) * -1); }
  .c-txt-xl[data-txtcrop="true"]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((var(--font-size-xxxl) / var(--line-height-xs)) * -1); }
  .c-txt-xl + .c-txt-xl {
    padding-top: 2em; }

.c-txt-l {
  font-size: var(--font-size-l);
  line-height: var(--line-height-xl);
  font-weight: 400;
  color: #333; }
  .c-txt-l[data-txtcrop="true"]::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((var(--font-size-l) / var(--line-height-xl)) * -1); }
  .c-txt-l[data-txtcrop="true"]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((var(--font-size-l) / var(--line-height-xl)) * -1); }
  .c-txt-l + .c-txt-l {
    padding-top: 2em; }

.c-txt-m {
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
  font-weight: 400;
  color: #333; }
  .c-txt-m[data-txtcrop="true"]::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((var(--font-size-m) / var(--line-height-xl)) * -1); }
  .c-txt-m[data-txtcrop="true"]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((var(--font-size-m) / var(--line-height-xl)) * -1); }
  .c-txt-m + .c-txt-m {
    padding-top: 2em; }

.c-txt-s {
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
  font-weight: 400;
  color: #333; }
  .c-txt-s[data-txtcrop="true"]::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((var(--font-size-s) / var(--line-height-xl)) * -1); }
  .c-txt-s[data-txtcrop="true"]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((var(--font-size-s) / var(--line-height-xl)) * -1); }
  .c-txt-s + .c-txt-s {
    padding-top: 2em; }

.c-txt-xs {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-l);
  font-weight: 400;
  color: #333; }
  .c-txt-xs[data-txtcrop="true"]::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((var(--font-size-xs) / var(--line-height-l)) * -1); }
  .c-txt-xs[data-txtcrop="true"]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((var(--font-size-xs) / var(--line-height-l)) * -1); }
  .c-txt-xs + .c-txt-xs {
    padding-top: 2em; }

.c-txt-lead {
  font-size: var(--font-size-large);
  line-height: var(--line-height-large);
  color: #333;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 768px) {
    .c-txt-lead {
      font-size: var(--font-size-medium);
      line-height: var(--line-height-medium); } }

.c-txt-caption {
  font-size: var(--font-size-small);
  font-weight: bold; }

.c-txt-heading {
  font-size: 2rem;
  font-weight: bold; }

.c-txt-heading + .c-table {
  margin-top: 2.4rem; }

.c-txt-notice {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  display: block; }
  .c-txt-notice::before {
    content: "※";
    font-family: sans-serif; }
  .c-txt-notice[data-txtcrop="true"]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.2rem * 1.7) + 1.2rem) / 2 + 0rem); }
  .c-txt-notice[data-txtcrop="true"]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.2rem * 1.7) + 1.2rem) / 2 + 0rem); }
  .c-txt-notice + .c-txt-notice {
    padding-top: .3em; }
  @media screen and (max-width: 768px) {
    .c-txt-notice {
      font-size: 1.1rem;
      line-height: 1.6; } }

/* ==============================================================================================
スクロールライン
============================================================================================== */
.c-scrollLine {
  width: 1px;
  height: 80px;
  background: #dcdcdc;
  position: relative;
  margin: 0 auto;
  display: block;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .c-scrollLine {
      height: 60px; } }

.c-scrollLine::after,
.c-scrollLine::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block; }

.c-scrollLine::after {
  background: #787878;
  -webkit-animation-name: lineInOut;
  animation-name: lineInOut;
  z-index: 10; }

.c-scrollLine::before {
  background: #dcdcdc;
  -webkit-animation-name: lineInOut2;
  animation-name: lineInOut2;
  position: absolute;
  top: 0;
  z-index: 100; }

@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }

@keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }

@-webkit-keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  21% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }

@keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  21% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }

/* ==============================================================================================
ブロック
============================================================================================== */
/* 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-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; }

.svg-logo-sen__mark {
  fill: #f4e6bd !important; }
  .t-gourmet:hover .svg-logo-sen__mark {
    fill: #fff !important; }
  @media screen and (max-width: 768px) {
    .t-gourmet .svg-logo-sen__mark {
      fill: #fff !important; } }

.svg-logo-sen__text {
  fill: #3f3a39 !important; }
  .t-gourmet:hover .svg-logo-sen__text {
    fill: #fff !important; }
  @media screen and (max-width: 768px) {
    .t-gourmet .svg-logo-sen__text {
      fill: #fff !important; } }

.svg-logo-know__text {
  fill: #3f3a39 !important; }
  .t-gourmet:hover .svg-logo-know__text {
    fill: #fff !important; }
  @media screen and (max-width: 768px) {
    .t-gourmet .svg-logo-know__text {
      fill: #fff !important; } }

.svg-logo-know__dot {
  fill: #ad242c !important; }
  .t-gourmet:hover .svg-logo-know__dot {
    fill: #fff !important; }
  @media screen and (max-width: 768px) {
    .t-gourmet .svg-logo-know__dot {
      fill: #fff !important; } }

.svg-logo-sekigashi {
  fill: #896888; }
  .t-gourmet:hover .svg-logo-sekigashi {
    fill: #fff !important; }
  @media screen and (max-width: 768px) {
    .t-gourmet .svg-logo-sekigashi {
      fill: #fff !important; } }

.l-header-sitemap__close {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: none; }

.is-sitemap-open .l-wrapper {
  z-index: auto; }

.is-sitemap-open .l-header {
  z-index: 9999;
  border-color: rgba(255, 255, 255, 0.1); }

.is-sitemap-open .l-header * {
  color: #fff;
  fill: #fff; }

.is-sitemap-open .c-breadclumb,
.is-sitemap-open .l-header-logo,
.is-sitemap-open .l-header-nav,
.is-sitemap-open .l-header-sitemap__button {
  opacity: 0;
  display: none; }

.is-sitemap-open .l-header-sitemap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease; }

.is-sitemap-open .l-header-sitemap:hover {
  background: #111;
  -webkit-transition: background 0s ease;
  -o-transition: background 0s ease;
  transition: background 0s ease; }

.is-sitemap-open .l-header-sitemap__close {
  display: block; }

.is-sitemap-open .l-footer-nav > li {
  margin-left: 4rem; }
  @media screen and (max-width: 768px) {
    .is-sitemap-open .l-footer-nav > li {
      margin-left: 0; } }

.l-sitemap {
  width: calc(100% - 9.7rem);
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--color-bg-base);
  z-index: 9000;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6rem;
  padding-right: 8rem;
  opacity: 0;
  visibility: hidden; }
  @media screen and (max-width: 768px) {
    .l-sitemap {
      width: 100%;
      padding-left: calc(13% + 3rem);
      padding-right: 3rem;
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .is-sitemap-open .l-sitemap {
    opacity: 1;
    visibility: visible; }

.l-sitemap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .l-sitemap__inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.l-sitemap__logo {
  width: 8rem;
  margin-left: 8rem; }
  @media screen and (max-width: 768px) {
    .l-sitemap__logo {
      width: 6rem;
      position: absolute;
      top: 2.4rem;
      right: 2.4rem; } }

.l-sitemap__logo + .l-footer-nav {
  padding-top: 8rem; }
  @media screen and (max-width: 768px) {
    .l-sitemap__logo + .l-footer-nav {
      padding-top: 0; } }

.l-sitemap__obj {
  width: 36rem;
  position: absolute;
  top: 9vw;
  left: 4rem;
  opacity: .03;
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .l-sitemap__obj {
      top: auto;
      left: auto;
      bottom: 4rem;
      right: -6rem; } }

.l-sitemap__bg {
  width: 100%;
  height: 52vh;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block; }
  @media screen and (max-width: 768px) {
    .l-sitemap__bg {
      display: none; } }

.c-caption {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  padding-top: 4rem; }
  .c-caption::after {
    content: "";
    width: 1px;
    height: 3rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: .4;
    display: block;
    margin: 0 auto; }

.stalker {
  position: fixed;
  background: #00f;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: -30px 0 0 -30px;
  z-index: 8000;
  pointer-events: none;
  opacity: 0; }

.c-table {
  border-top: 1px solid #eaeaea; }

.c-table__block {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1.8rem 0; }

.c-table__block dt {
  width: 30%; }

.c-table__block dd {
  width: 70%; }

.c-button {
  border: 1px solid #d5d5d5;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 3px; }
  .c-button:hover {
    background: var(--color-bg-base);
    border-color: var(--color-bg-base);
    color: #fff; }

.c-button__text {
  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-icon-instagram {
  width: 1.6rem;
  margin-right: .5rem; }

.u-font-en {
  font-family: 'Helvetica Neue','Helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, sans-serif, serif; }

.c-icon-instagram {
  font-family: sans-serif; }

.u-space-entry {
  padding-top: 10rem; }

.c-icon-arrow {
  width: 2.4rem;
  height: 2.4rem; }
  @media screen and (max-width: 768px) {
    .c-icon-arrow {
      width: 1.6rem;
      height: 1.6rem; } }

.c-heading-page {
  padding: 10rem 0; }
  @media screen and (max-width: 768px) {
    .c-heading-page {
      padding: 10rem 0 6rem; } }

.c-heading-page svg {
  width: auto;
  height: 5.2rem; }
  @media screen and (max-width: 768px) {
    .c-heading-page svg {
      height: 4rem; } }

.c-heading-page-article {
  padding: 10rem 0 10rem; }
  @media screen and (max-width: 768px) {
    .c-heading-page-article {
      padding: 6rem 0 6rem; } }
  .c-heading-page-article svg {
    width: auto;
    height: 3.2rem; }
    @media screen and (max-width: 768px) {
      .c-heading-page-article svg {
        height: 2rem; } }

.c-heading-breadclumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .c-heading-breadclumb {
      display: block; } }

.c-heading-breadclumb__item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c-heading-breadclumb__item {
      display: block;
      font-size: 1.3rem;
      padding-top: 1.6rem; } }

.c-heading-breadclumb__item::before {
  content: "";
  width: 2rem;
  height: .1rem;
  background: #d5d5d5;
  display: block;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-left: .8em;
  margin-right: .5em; }
  @media screen and (max-width: 768px) {
    .c-heading-breadclumb__item::before {
      display: none; } }

.js-slide-clone {
  position: relative;
  overflow: hidden; }

.js-slide-clone .c-breadclumb__item {
  color: #fff; }

.c-breadclumb {
  position: absolute;
  bottom: 2rem;
  left: 38%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-breadclumb__item {
  font-size: 1.4rem;
  position: relative; }
  .c-breadclumb__item:nth-child(3) {
    display: none; }

.c-breadclumb__item + .c-breadclumb__item::before {
  content: "/";
  margin: .8em 0;
  font-size: 80%;
  opacity: .4; }

.c-breadclumb__item a {
  text-decoration: none;
  opacity: .4; }
