@charset "UTF-8";
/* CSS Document */
/* ===================================================================
 * # base style overrides
 * ------------------------------------------------------------------- */
html, body {
  height: 100%;
}
body {
  background: #FFF;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 48px;
  font-feature-settings: "palt";
}
html::-webkit-scrollbar {
  display: none;
}
html {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* ===================================================================
 * # main
 * ------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  #main {
    width: 10.5vw;
    height: 85.0vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
  }
  #title {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1, .h1 {
    font-size: clamp(40px, 3.0vw, 60px);
    line-height: 0;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.175em;
    font-weight: 500;
    color: #333;
    transform: scaleX(0.96);
    vertical-align: middle;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .name-en {
    font-size: clamp(20px, 1.5vw, 30px);
    line-height: 0;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #333;
    margin: 1.0em 0 1.0em 0;
  }
  #menu {
    margin-top: 0.5em;
  }
  .navi {
    list-style: none;
    font-size: clamp(11px, 0.7vw, 16px);
    line-height: 0;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .navi a {
    font-weight: 700;
    color: #333;
    text-decoration: none;
  }
  .navi a:hover, .navi a:focus {
    color: #AAA;
    transition: 0.1s;
  }
  .navi li {
    display: block;
    padding: 1.0em 0;
  }
  #container-jp {
    width: 40.5vw;
    height: 85.0vh;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    overflow: hidden;
  }
  #container-en {
    width: 40.5vw;
    height: 85.0vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }
  #text-jp {
    white-space: normal;
    word-wrap: break-word;
    font-size: 10.0em;
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    text-align: justify;
    font-family: 'YuMincho', 'Yu Mincho Demibold', 'Hiragino Mincho ProN', serif;
    line-height: 2.0;
    letter-spacing: 0.01em;
    font-weight: normal;
    color: #333;
    transform: scaleX(0.97);
  }
  .text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    letter-spacing: normal;
  }
  #text-jp a {
    text-decoration-line: none;
    color: #222;
    font-weight: 600;
  }
  #text-jp a:hover, #text-jp a:focus {
    color: #0033CC;
  }
  #text-en {
    white-space: normal;
    word-wrap: break-word;
    font-size: 10.0em;
    margin: 0;
    text-align: justify;
    font-family: 'YuMincho', 'Yu Mincho Demibold', 'Hiragino Mincho ProN', serif;
    line-height: 1.85;
    letter-spacing: 0.025em;
    font-weight: normal;
    color: #333;
    transform: scaleX(0.97);
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
  #text-en a {
    text-decoration-line: none;
    color: #333;
    font-weight: 700;
    font-style: italic;
  }
  #text-en a:hover, #text-en a:focus {
    color: #0033CC;
  }
  .text-en-italic {
    color: #333;
    font-weight: normal;
    font-style: italic;
  }
  .br-jp {
    display: block;
    content: "";
    margin-left: 1.0em;
  }
  .br-en {
    display: block;
    content: "";
    margin-bottom: 1.0em;
  }
}
/* ------------------------------------------------------------------------------------------------------------- 
 * responsive: ipad-portrait
 * ------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation:portrait) {
  .navi li {
    padding: 1.0em 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------- 
 * responsive: mobile-landscape
 * ------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-device-width: 769px) and (max-device-width: 932px) and (orientation:landscape) {
  h1, .h1 {
    font-size: clamp(20px, 2.8vw, 25px);
  }
  .name-en {
    font-size: clamp(11px, 1.5vw, 13px);
    margin: 0.5em 0;
  }
  #menu {
    margin-top: 0.25em;
  }
  .navi {
    font-size: clamp(7px, 1.0vw, 11px);
  }
  .navi li {
    padding: 0.9em 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------- 
 * responsive: portrait
 * ------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #sp-header {
    display: none !important;
  }
  #sp-menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #top {
    height: 100vh;
    width: 100%;
    padding: 5.0vw 5.0vw 0 5.0vw;
  }
  #main {
    display: none !important;
  }
  #sp-header {
    display: block !important;
    margin: 7.5vw 0 3.5vw -1.5vw;
  }
  h1, .h1 {
    font-size: clamp(25px, 7.5vw, 40px);
    line-height: 0;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #333;
    transform: scaleX(0.96);
    writing-mode: horizontal-tb;
    position: static;
    padding: 0 !important;
  }
  .name-en {
    font-size: clamp(15px, 4.75vw, 30px);
    line-height: 0;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #444;
    margin: 0 0 0 1.0rem;
    vertical-align: 0rem;
  }
  #container-jp {
    width: 100%;
    height: auto;
    padding: 1.5rem 0 2.5rem 0;
  }
  #container-en {
    width: 100%;
    height: auto;
    padding: 0 0 2.5rem 0;
  }
  #text-jp {
    display: block;
    font-size: 0.3em;
    margin: 0;
    text-align: justify;
    font-family: 'YuMincho', 'Yu Mincho Demibold', 'Hiragino Mincho ProN', serif;
    line-height: 2.0;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #333;
    transform: scaleX(0.97);
  }
  #text-jp a {
    text-decoration-line: none;
    color: #222;
    font-weight: 600;
  }
  #text-jp a:hover, #text-jp a:focus {
    color: #0033CC;
  }
  #text-en {
    display: block;
    font-size: 0.3em;
    margin: 0;
    font-family: 'YuMincho', 'Yu Mincho Demibold', 'Hiragino Mincho ProN', serif;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-weight: 400;
    color: #333;
    transform: scaleX(0.97);
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
  #text-en a {
    text-decoration-line: none;
    color: #333;
    font-weight: 700;
    font-style: italic;
  }
  #text-en-italic {
    color: #333;
    font-weight: normal;
    font-style: italic;
  }
  #text-en a:hover, .text a:focus {
    color: #0033CC;
  }
  .br-jp {
    display: block;
    content: "";
    margin-bottom: 1.0em;
  }
  .br-en {
    display: block;
    content: "";
    margin-bottom: 1.25em;
  }
  #sp-menu {
    margin: 0;
  }
  .sp-navi {
    width: 100%;
    list-style: none;
    font-size: 0.3em;
    line-height: 2.0;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.06em;
    font-weight: 300;
    writing-mode: horizontal-tb;
    position: inherit !important;
    padding: 0 0 15.0vw 0 !important;
    margin: 0 !important;
  }
  .sp-navi a {
    font-weight: 700;
    color: #333;
    vertical-align: 0.15rem;
    text-decoration: underline;
    text-decoration-color: #AAA;
    text-underline-offset: 0.35rem;
  }
  .sp-navi a:hover, .sp-navi a:focus {
    color: #AAA;
  }
  .sp-navi li {
    display: inline-block;
    padding: 0 0.6em !important;
  }
}