@charset "UTF-8";
@import url("reset.css");
@import url("home.css");
HTML {
  scroll-behavior: smooth; }

:root {
  /* デフォルト */
  --font-size-default: 14px;
  --font-size-headline: 18px;
  --font-size-mid-headline: 16px;
  --block-margin-default: 40px auto;
  --block-padding-default: 40px;
  --item-margin-default: 20px auto;
  --item-padding-default: 10px 0; }

@media screen and (min-width: 880px) {
  :root {
    /* タブレットビュー */
    --font-size-default: 14px;
    --font-size-headline: 20px;
    --font-size-mid-headline: 18px;
    --block-margin-default: 60px auto;
    --block-padding-default: 60px;
    --item-margin-default: 30px auto;
    --item-padding-default: 20px 0; } }
@media screen and (min-width: 1200px) {
  :root {
    /* デスクトップ */
    --font-size-default: 14px;
    --font-size-headline: 20px;
    --font-size-mid-headline: 18px;
    --block-margin-default: 80px auto;
    --block-padding-default: 60px;
    --item-margin-default: 30px auto;
    --item-padding-default: 16px 0; } }
body {
  font-size: var(--font-size-default);
  margin: 0;
  background-color: #191919;
  color: #fff;
  font-family: 'EB Garamond', 'Noto Serif JP', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }
  @media (max-width: 480px) {
    body {
      padding: 0 0 40px; } }

a {
  text-decoration: none; }
  @media (max-width: 880px) {
    a {
      color: #000; } }

.t-box h2 {
  font-size: var(--font-size-headline); }

p {
  line-height: 2.4;
  letter-spacing: .1em; }

img {
  vertical-align: bottom; }

.pagetopbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s; }
  @media (max-width: 480px) {
    .pagetopbtn {
      bottom: 60px; } }
  .pagetopbtn span {
    display: block;
    margin: 4px 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-top: solid 1px #191919;
    border-right: solid 1px #191919; }
    .pagetopbtn span:after {
      content: '';
      width: 20px;
      height: 20px; }

.activePageTopBtn {
  opacity: 1; }

.special-news {
  color: #978029;
  text-decoration: underline; }
  @media (max-width: 480px) {
    .special-news {
      margin: 10px;
      text-align: center;
      font-size: 12px;
      text-decoration: none; }
      .special-news a {
        color: #978029 !important;
        border: solid 1px;
        display: inline-block;
        padding: 5px 10px 3px;
        line-height: 1.4; } }

.story-bnr {
  opacity: 0;
  position: fixed;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  z-index: -1; }
  @media (max-width: 480px) {
    .story-bnr {
      width: 94%;
      left: 50%;
      transform: translateX(-50%);
      font-size: 3vw; } }
  .story-bnr .btn {
    background: #fff;
    color: #978029; }
    @media (max-width: 480px) {
      .story-bnr .btn:after {
        content: none; } }
  .story-bnr a {
    color: #c4af76;
    display: inline-block;
    padding: 20px 80px 20px 80px;
    width: 100%;
    z-index: 100;
    border: solid 1px #c4af76;
    text-align: center;
    letter-spacing: .1em;
    background: #191919; }
    @media (max-width: 480px) {
      .story-bnr a {
        padding: 10px; } }

.spform-btn {
  display: none; }
  @media (max-width: 480px) {
    .spform-btn {
      display: block;
      position: absolute;
      right: 80px;
      opacity: 0;
      transition: 0.5s; }
      .spform-btn a {
        padding: 4px 6px;
        color: #fff;
        border: solid 1px;
        font-size: 11px; } }

video {
  max-width: 320px; }

.activeStoryBnr {
  opacity: 1;
  z-index: 999; }

.activeFormBtn {
  opacity: 1;
  z-index: 999; }

@media (max-width: 480px) {
  .pc-only {
    display: none; } }

.sp-only {
  display: none; }
  @media (max-width: 480px) {
    .sp-only {
      display: block; } }

h1, h2, h3 {
  font-weight: normal; }

a {
  transition-duration: 0.5s; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.randomAnime {
  visibility: hidden; }
  @media (max-width: 480px) {
    .randomAnime {
      visibility: visible; } }

.fadeInUpAnim {
  opacity: 0; }

.isfadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; }

.wrap {
  margin: auto;
  width: 92%;
  max-width: 1300px; }

.note {
  color: #707070;
  font-size: 13px; }

.btn {
  color: #978029;
  width: 320px;
  padding: 16px;
  display: block;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9); }
  @media (max-width: 480px) {
    .btn {
      padding: 12px;
      font-size: 3.4vw; } }
  @media all and (max-width: 376px) {
    .btn {
      font-size: 3.8vw; } }
  .btn:hover {
    color: #c4af76; }
    .btn:hover:after {
      right: 5px; }
  .btn:after {
    content: '';
    width: 32px;
    height: 8px;
    background: url("../img/common/arrow_01.png");
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.5s; }
    @media (max-width: 480px) {
      .btn:after {
        right: 10px; } }
  @media (max-width: 880px) {
    .btn {
      width: 100%;
      border: none; } }

a {
  cursor: pointer; }

/* --------------------
HEADER 
---------------------*/
.activeHeader {
  color: #fff; }
  @media (max-width: 480px) {
    .activeHeader {
      height: 60px; } }

@media (max-width: 480px) {
  .activeLogo {
    width: 23vw !important;
    height: auto; } }

.activeHamBtn {
  background: #000 !important; }

.activeSearch {
  background: #978029;
  color: #fff; }

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  color: #fff;
  transition: .5s;
  display: flex;
  align-items: center;
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  letter-spacing: .1em; }
  @media (max-width: 480px) {
    header {
      height: 76px; } }
  @media screen and (max-width: 1080px) {
    header {
      color: #000; } }
  header .g-nav__logo {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%); }
    @media screen and (max-width: 1080px) {
      header .g-nav__logo {
        left: 0; } }
    header .g-nav__logo svg {
      width: auto;
      fill: #fff;
      transition: .5s; }
      @media (max-width: 480px) {
        header .g-nav__logo svg {
          width: 26vw;
          height: auto; } }
  header .g-nav__main {
    min-width: 594px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex; }
    @media screen and (max-width: 1080px) {
      header .g-nav__main {
        position: relative;
        margin: 80px 0 0;
        min-width: 100%;
        display: block;
        top: auto;
        left: auto;
        transform: none; } }
    header .g-nav__main li a {
      padding: 20px;
      height: 90px;
      transition: 0s; }
      @media screen and (max-width: 1080px) {
        header .g-nav__main li a {
          padding: 0;
          font-size: 18px; } }
      @media (max-width: 480px) {
        header .g-nav__main li a {
          height: 60px;
          font-size: 14px; } }
  header .g-nav__sub {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    @media screen and (max-width: 1080px) {
      header .g-nav__sub {
        position: relative;
        top: 0;
        left: 0;
        transform: none; } }
    header .g-nav__sub #search {
      margin: 0 20px;
      padding: 0 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1080px) {
        header .g-nav__sub #search {
          margin: 20px 0;
          font-size: 18px; } }
  @media screen and (max-width: 1080px) and (max-width: 480px) {
    header .g-nav__sub #search {
      font-size: 14px; } }

      header .g-nav__sub #search svg {
        margin: 0 10px 0 0; }

/* --------------------
ご予約 FORM
---------------------*/
input, select, textarea {
  font-size: 100%; }

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px;
  letter-spacing: .1em;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .form {
      padding: 16px;
      flex-wrap: wrap; } }
  .form__parts {
    position: relative;
    z-index: 10; }
    .form__parts .display {
      font-size: var(--font-size-headline); }
    @media screen and (max-width: 1080px) {
      .form__parts:first-child {
        width: 100%;
        text-align: center;
        margin: 0 0 10px; } }
    @media (max-width: 480px) {
      .form__parts:nth-child(2) {
        width: 100%; } }
    @media (max-width: 480px) {
      .form__parts:nth-child(3) {
        width: calc(100% / 3); } }
    @media (max-width: 480px) {
      .form__parts:nth-child(4) {
        width: calc(100% / 3); } }
    @media (max-width: 480px) {
      .form__parts:nth-child(5) {
        width: calc(100% / 3); } }
    @media (max-width: 480px) {
      .form__parts:last-child {
        width: 100%; } }
    .form__parts--ttl {
      padding: 0 30px 0 0; }
      @media screen and (max-width: 1080px) {
        .form__parts--ttl {
          padding: 0; } }
    .form__parts--date, .form__parts--per, .form__parts--stay, .form__parts--room {
      position: relative;
      border-left: solid 1px rgba(151, 128, 41, 0.3);
      padding: 0 1.5vw; }
      @media (max-width: 480px) {
        .form__parts--date, .form__parts--per, .form__parts--stay, .form__parts--room {
          border: none; } }
      .form__parts--date p, .form__parts--per p, .form__parts--stay p, .form__parts--room p {
        font-size: 12px;
        letter-spacing: 0; }
    @media screen and (max-width: 1080px) {
      .form__parts--date {
        border-left: none; } }
    @media (max-width: 480px) {
      .form__parts--date {
        margin: 0 0 10px; } }
    .form__parts--submit {
      margin: 0 0 0 20px; }
      @media (max-width: 480px) {
        .form__parts--submit {
          margin: 20px 1.5vw 0; } }
    .form__parts select {
      font-size: 150%;
      background-image: url("../img/common/arrow_02.png");
      background-repeat: no-repeat;
      background-position: right center; }
      @media (max-width: 480px) {
        .form__parts select {
          border: solid 1px rgba(255, 255, 255, 0.2);
          border-radius: 5px;
          background-position: right 10px center; } }
    .form__parts--date select, .form__parts--per select, .form__parts--stay select, .form__parts--room select {
      width: 3vw;
      min-width: 40px; }
      @media (max-width: 480px) {
        .form__parts--date select, .form__parts--per select, .form__parts--stay select, .form__parts--room select {
          padding: 4px 10px; } }
    .form__parts .obj_year {
      width: 5vw;
      min-width: 70px; }
      @media (max-width: 480px) {
        .form__parts .obj_year {
          width: 42%; } }
    .form__parts .obj_month, .form__parts .obj_day {
      margin: 0 0 0 20px; }
      @media (max-width: 480px) {
        .form__parts .obj_month, .form__parts .obj_day {
          width: 25.5%;
          margin: 0 0 0 1.38vw; } }
    @media (max-width: 480px) {
      .form__parts .obj_per_num, .form__parts .obj_stay_num, .form__parts .obj_room_num {
        width: 100%; } }
    .form__parts input[type="submit"] {
      text-align: center;
      cursor: pointer;
      background: #978029;
      color: #fff;
      padding: 14px 40px; }
      @media (max-width: 480px) {
        .form__parts input[type="submit"] {
          width: 100%; } }

/* --------------------
FRAME
---------------------*/
.gold-frame:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border: solid 1px #978029;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 1s;
  transition-duration: 1s; }
  @media (max-width: 480px) {
    .gold-frame:after {
      width: calc(100% - 10px);
      height: calc(100% - 10px); } }

.light-gold-frame:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border: solid 1px #c4af76;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 1s;
  transition-duration: 1s; }
  @media (max-width: 480px) {
    .light-gold-frame:after {
      width: calc(100% - 10px);
      height: calc(100% - 10px); } }

.more-light-gold-frame:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border: solid 1px rgba(151, 128, 41, 0.3);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 480px) {
    .more-light-gold-frame:after {
      width: calc(100% - 10px);
      height: calc(100% - 10px); } }

div.light-gold-frame {
  position: relative; }

div.light-gold-frame div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #c4af76; }

div.light-gold-frame img {
  display: block;
  width: 100%; }

.frame-active:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0); }

.bd1, .bd2, .bd3 {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .8; }
  @media (max-width: 480px) {
    .bd1, .bd2, .bd3 {
      width: calc(100% - 10px);
      height: calc(100% - 10px); } }

.bd1 div, .bd2 div, .bd3 div {
  background: #c4af76;
  position: absolute;
  transition: all 2s .5s ease; }

.bdT-active {
  width: 100% !important; }

.bdB-active {
  width: 100% !important; }

.bdR-active {
  height: 100% !important; }

.bdL-active {
  height: 100% !important; }

.bdT {
  width: 0;
  height: 1px;
  top: 0;
  left: 0; }

.bdB {
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0; }

.bdR {
  height: 0;
  width: 1px;
  right: 0;
  top: 0; }

.bdL {
  height: 0;
  width: 1px;
  left: 0;
  bottom: 0; }

@media (max-width: 480px) {
  .t-box {
    padding: 20px 0; } }
.t-box h2 {
  line-height: 2;
  font-size: var(--font-size-headline);
  letter-spacing: .2em; }
.t-box p {
  line-height: 2.4;
  margin: var(--item-margin-default); }
.t-box__point {
  color: #c4af76;
  position: relative;
  display: inline-flex;
  padding-right: 6em;
  letter-spacing: .1em;
  line-height: 1 !important; }
  .t-box__point:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    display: block;
    width: 5em;
    height: 1px;
    margin: auto;
    background: #978029;
    opacity: .2; }

main {
  overflow: hidden; }

.news {
  padding: var(--block-padding-default);
  background-color: rgba(0, 0, 0, 0.3);
  position: relative; }
  .news__ttl {
    margin: 0 0 40px;
    text-align: center;
    font-size: var(--font-size-headline);
    letter-spacing: .2em; }
  .news__contents li {
    padding: 20px 0;
    display: flex;
    border-bottom: solid 1px rgba(151, 128, 41, 0.3);
    position: relative;
    z-index: 10; }
    .news__contents li a {
      color: #fff;
      text-decoration: underline; }
      .news__contents li a:hover {
        color: #c4af76; }
    @media (max-width: 480px) {
      .news__contents li {
        display: block; } }
    .news__contents li:last-child {
      border-bottom: none;
      padding: 20px 0 0; }
    .news__contents li p:first-child {
      margin: 0 40px 0 0;
      letter-spacing: .1em; }

.modaal-container {
  padding: 60px;
  line-height: 2.4;
  letter-spacing: .1em; }
  .modaal-container p {
    margin: 20px 0; }
  @media (max-width: 880px) {
    .modaal-container {
      padding: 40px; } }
  @media (max-width: 480px) {
    .modaal-container {
      padding: 30px; } }
  .modaal-container a {
    color: #fff;
    text-decoration: underline; }
    .modaal-container a:hover {
      color: .modaal-container a:hover light-gold; }

.more-news__ttl {
  margin: 10px 0 20px;
  padding: 0 0 20px;
  font-size: 18px;
  border-bottom: solid 1px rgba(151, 128, 41, 0.3);
  line-height: 1.6; }
.more-news__list--ttl {
  margin: 20px 0 20px;
  border-bottom: solid 1px rgba(151, 128, 41, 0.3);
  display: inline-block; }
.more-news__list ul {
  margin: 0 0 10px;
  padding-left: 1em; }
  .more-news__list ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    list-style: circle;
    list-style-position: inside; }

.access {
  margin: var(--block-margin-default);
  position: relative;
  overflow: hidden; }
  @media (max-width: 880px) {
    .access {
      padding: 10% 0 0; } }
  @media (max-width: 480px) {
    .access {
      margin: 20px 0 60px; } }
  .access__map {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: -1;
    width: 80%;
    max-width: 800px; }
    @media (max-width: 880px) {
      .access__map {
        top: 0;
        right: -10%;
        transform: translateY(0); } }
    @media (max-width: 480px) {
      .access__map {
        width: 90%; } }
    .access__map img {
      width: 100%;
      height: auto; }
  .access__ttl {
    margin: var(--item-margin-default);
    font-size: var(--font-size-headline);
    letter-spacing: .2em; }
  .access__address {
    margin: var(--item-margin-default); }
    .access__address p:first-child {
      letter-spacing: .1em;
      font-size: var(--font-size-mid-headline); }
    .access__address p:nth-child(2) {
      margin: 10px 0 20px; }
    @media (max-width: 880px) {
      .access__address .btn {
        width: 50%;
        margin: 0 0 60px; } }
  .access__item {
    max-width: 480px;
    padding: var(--item-padding-default); }
    @media (max-width: 880px) {
      .access__item {
        max-width: 50%; } }
    @media (max-width: 480px) {
      .access__item {
        max-width: 100%; } }
    .access__item--ttl {
      padding: 20px 0;
      color: #978029;
      border-bottom: solid 1px rgba(151, 128, 41, 0.3); }
      .access__item--ttl svg {
        margin: 0 10px 0 0; }
    .access__item--txt {
      margin: 20px 0; }
    .access__item--link a {
      display: inline-block;
      width: calc(50% - 10px);
      padding: 10px 0;
      background: rgba(0, 0, 0, 0.3);
      color: #978029;
      border: solid 1px rgba(151, 128, 41, 0);
      text-align: center;
      letter-spacing: .1em; }
      .access__item--link a:nth-child(2) {
        margin: 0 0 0 20px; }
      .access__item--link a:hover {
        border: solid 1px #978029; }

/* --------------------
FOOTER 
---------------------*/
.footer {
  padding: 60px 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #191919;
  background-image: url("../img/common/bg_01.png"); }
  @media (max-width: 880px) {
    .footer {
      padding: 30px 0; } }
  .footer a {
    color: rgba(255, 255, 255, 0.7); }
    .footer a:hover {
      color: white; }
  .footer .wrap {
    width: 80%;
    max-width: 1100px;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 880px) {
      .footer .wrap {
        width: 90%;
        padding: 30px 0; } }
    .footer .wrap li a {
      display: block;
      padding: 10px 0; }
    .footer .wrap:first-child svg {
      opacity: .7;
      transition: 0.5s; }
      .footer .wrap:first-child svg:hover {
        opacity: 1; }
  @media (max-width: 480px) {
    .footer__nav01 {
      width: 50%; } }
  @media (max-width: 480px) {
    .footer__nav02 {
      width: 50%; } }
  @media (max-width: 480px) {
    .footer__nav03 {
      width: 100%; } }
  .footer__nav03--tel {
    line-height: 1;
    font-size: var(--font-size-headline); }
    .footer__nav03--tel span {
      font-size: 12px; }
  .footer__nav03--address {
    padding: 30px 0; }
  .footer__nav03--sns svg {
    margin: 0 16px; }
    .footer__nav03--sns svg:first-child {
      margin: 0 16px 0 0; }
  @media (max-width: 480px) {
    .footer__nav03 {
      margin: 40px 0 0; } }
  @media (max-width: 880px) {
    .footer__logo {
      width: 100%;
      padding: 0 0 40px; } }
  @media (max-width: 480px) {
    .footer__logo {
      text-align: center; } }
  .footer__logo svg {
    fill: #fff; }
  .footer__logo-list {
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .footer__logo-list {
        justify-content: center !important; } }
    @media (max-width: 880px) {
      .footer__logo-list a {
        margin: 16px; } }
    @media (max-width: 480px) {
      .footer__logo-list a {
        width: calc(50% - 32px); } }
    .footer__logo-list img {
      width: auto;
      height: 60px; }
      @media (max-width: 480px) {
        .footer__logo-list img {
          width: 100%;
          height: auto; } }
  .footer__copyright {
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap; }
    .footer__copyright--logo {
      width: 100%;
      margin: 0 0 20px;
      text-align: center; }
      .footer__copyright--logo img {
        width: 140px;
        height: auto; }
        @media (max-width: 480px) {
          .footer__copyright--logo img {
            width: 140px; } }
    .footer__copyright p {
      opacity: .6; }
      .footer__copyright p:first-child {
        font-size: 12px;
        opacity: 1; }
      @media (max-width: 480px) {
        .footer__copyright p {
          width: 100%;
          text-align: center; } }
    @media (max-width: 480px) {
      .footer__copyright {
        justify-content: center !important; } }
  .footer img {
    opacity: .8;
    transition: 0.5s; }
    .footer img:hover {
      opacity: 1; }

/* --------------------
KEY VISUAL
---------------------*/
/* SWIPER */
@keyframes zoomUp {
  0% {
    transform: scale(1.2) translateX(25px); }
  100% {
    transform: scale(1.2) translateX(-25px); } }
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slide-img {
  background-size: cover;
  background-position: center center;
  height: 86vh; }
  @media (max-width: 480px) {
    .slide-img {
      height: 50vh; } }

.vertical-slide-img {
  background-size: cover;
  background-position: center center;
  height: 60vw !important;
  max-height: 838px;
  animation: none !important; }
  @media (max-width: 480px) {
    .vertical-slide-img {
      height: 70vh !important; } }

@media (max-width: 480px) {
  .vertical-slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover; } }

.content-slide-img {
  padding: 0 0 40px;
  height: auto !important;
  animation: none !important; }

.mv-slide-img {
  height: 44vw;
  max-height: 600px; }
  @media (max-width: 480px) {
    .mv-slide-img {
      height: 32vh !important; } }

.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }
  @media (max-width: 480px) {
    .swiper-pagination {
      width: 100%; } }
  .swiper-pagination span {
    margin: 0 8px;
    transition: 1s; }

#kv01 {
  background-image: url("../img/home/kv_01.jpg"); }

#kv02 {
  background-image: url("../img/home/kv_02.jpg"); }

#kv03 {
  background-image: url("../img/home/kv_03.jpg"); }

#kv04 {
  background-image: url("../img/home/kv_04.jpg"); }

#kv05 {
  background-image: url("../img/home/kv_05.jpg"); }

#kv06 {
  background-image: url("../img/home/kv_06.jpg"); }

#about01 {
  background-image: url("../img/about/img_about_01.jpg"); }

#about02 {
  background-image: url("../img/about/img_about_02.jpg"); }

#about03 {
  background-image: url("../img/about/img_about_03.jpg"); }

#about04 {
  background-image: url("../img/about/img_about_08.jpg"); }

.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important; }

.kv {
  position: relative; }
  .kv__copy {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 0px 10px black;
    opacity: .8; }
    .kv__copy p {
      letter-spacing: .8em; }
      .kv__copy p:nth-child(2) {
        font-size: 16px;
        letter-spacing: .2em; }
    @media (max-width: 480px) {
      .kv__copy {
        top: 48%;
        width: 8vw;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 8vw;
        letter-spacing: 6px;
        min-height: 324px; } }
  .kv__form {
    width: 90%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translateX(-50%);
    z-index: 3;
    background-color: #191919; }
    @media screen and (max-width: 1080px) {
      .kv__form {
        max-width: 760px; } }
    @media (max-width: 480px) {
      .kv__form {
        display: none;
        bottom: -192px; } }
  .kv__bottom {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 10vh;
    background-image: url("../img/common/kv_bottom.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2; }
    @media (max-width: 480px) {
      .kv__bottom {
        height: 50px; } }
  .kv:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 86vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media (max-width: 480px) {
      .kv:after {
        height: 50vh; } }

.about {
  background-image: url("../img/about/mv_about_01.jpg"); }

.onsen {
  background-image: url("../img/onsen/mv_onsen_01.jpg"); }

.food01 {
  background-image: url("../img/food/mv_food_01.jpg"); }

.food02 {
  background-image: url("../img/food/mv_food_02.jpg"); }

.rooms {
  background-image: url("../img/rooms/mv_rooms_01.jpg"); }

.t-intro-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 400px;
  margin: var(--block-margin-default); }
  @media (max-width: 880px) {
    .t-intro-inner {
      width: 100%; } }
  @media (max-width: 480px) {
    .t-intro-inner {
      margin: 0; } }

.animStart01 {
  animation-delay: .2s; }

.animStart02 {
  animation-delay: .4s; }

.animStart03 {
  animation-delay: .6s; }

.animStart04 {
  animation-delay: .8s; }

.t-intro {
  overflow: hidden; }
  .t-intro .t-box {
    margin: 200px 0; }
    .t-intro .t-box h2 {
      margin: auto;
      font-size: 22px;
      letter-spacing: .5em; }
      @media (max-width: 480px) {
        .t-intro .t-box h2 {
          font-size: 20px; } }
    @media (max-width: 480px) {
      .t-intro .t-box {
        margin: 0; } }
  .t-intro__l-img {
    position: absolute;
    top: 50%;
    left: -720px;
    transform: translateY(-50%);
    display: flex; }
    .t-intro__l-img--box {
      width: 320px; }
      .t-intro__l-img--box img {
        width: 100%;
        height: auto;
        padding: 10px; }
      .t-intro__l-img--box:nth-child(2) {
        margin: 40px 0 0; }
  .t-intro__r-img {
    position: absolute;
    top: 50%;
    right: -720px;
    transform: translateY(-50%);
    display: flex; }
    .t-intro__r-img--box {
      width: 320px; }
      .t-intro__r-img--box img {
        width: 100%;
        height: auto;
        padding: 10px; }
      .t-intro__r-img--box:nth-child(2) {
        margin: 40px 0 0; }
  .t-intro .btn {
    margin: auto; }

.t-block {
  margin: var(--block-margin-default);
  display: flex;
  align-items: center; }
  @media (max-width: 880px) {
    .t-block {
      flex-wrap: wrap; } }
  .t-block:nth-child(2) {
    margin: 160px auto 260px;
    align-items: center;
    flex-direction: row-reverse;
    transform: translate(40px, -20px); }
    @media (max-width: 480px) {
      .t-block:nth-child(2) {
        margin: 80px auto 130px; } }
    .t-block:nth-child(2):before {
      content: '';
      width: 200%;
      height: 80vh;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -100px;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.3); }
      @media (max-width: 880px) {
        .t-block:nth-child(2):before {
          height: 110vh; } }
      @media (max-width: 480px) {
        .t-block:nth-child(2):before {
          bottom: -50px; } }
    @media (max-width: 880px) {
      .t-block:nth-child(2) {
        transform: translate(0); } }
  .t-block__contents {
    width: 50%;
    padding: 0 100px; }
    @media (max-width: 880px) {
      .t-block__contents {
        width: 100%;
        padding: 0 4%; } }
  .t-block__img {
    width: 50%;
    position: relative; }
    @media (max-width: 880px) {
      .t-block__img {
        width: 100%; } }
    .t-block__img img {
      width: 100%;
      height: 100%;
      min-height: 56vh;
      object-fit: cover; }
      @media (max-width: 880px) {
        .t-block__img img {
          min-height: 30vw; } }
      @media (max-width: 480px) {
        .t-block__img img {
          max-height: 240px; } }

.t-subarea {
  display: flex;
  justify-content: space-between; }

.t-subblock {
  width: 30%; }
  .t-subblock__img img {
    width: 100%;
    height: auto; }
  .t-subblock__txt--point {
    color: #c4af76;
    position: relative;
    display: inline-flex;
    padding-right: 6em;
    letter-spacing: .1em; }
    .t-subblock__txt--point:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 0;
      display: block;
      width: 5em;
      height: 1px;
      margin: auto;
      background: #978029;
      opacity: .2; }

#style {
  object-position: right; }
  @media (max-width: 480px) {
    #style {
      object-position: top; } }

.vertical-img {
  width: 90%;
  margin: auto;
  max-width: 1300px;
  height: auto;
  position: relative; }
  @media (max-width: 1200px) {
    .vertical-img .t-block__contents {
      padding: 0; } }
  @media (max-width: 880px) {
    .vertical-img .t-block__contents {
      padding: 0 40px; } }
  @media (max-width: 880px) {
    .vertical-img {
      width: 100%; }
      .vertical-img .t-block__img {
        width: 90%;
        margin: auto; } }

/* --------------------
SUB PAGE
---------------------*/
.mv {
  height: 44vw;
  max-height: 600px;
  position: relative;
  background-size: 100% auto;
  background-position: top;
  background-attachment: fixed; }
  @media (max-width: 480px) {
    .mv {
      background-size: 72vh;
      height: 32vh; } }
  .mv:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 44vw;
    max-height: 600px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
    @media (max-width: 480px) {
      .mv:after {
        height: 32vh; } }
  .mv__copy {
    width: 100%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 10px;
    text-shadow: 0px 0px 38px black; }
    @media (max-width: 480px) {
      .mv__copy {
        top: 48%;
        font-size: 5vw;
        letter-spacing: 6px;
        line-height: 1.2; } }
  .mv__bottom {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 10vh;
    background-image: url("../img/common/kv_bottom.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2; }
    @media (max-width: 480px) {
      .mv__bottom {
        height: 50px; } }

.pnkz {
  position: relative;
  top: -20px;
  padding: 0 5%;
  display: flex;
  z-index: 2; }
  .pnkz a {
    color: #fff; }
  @media (max-width: 480px) {
    .pnkz {
      top: 0;
      padding: 0 10px; } }
  .pnkz p {
    font-size: 12px;
    margin: 0 10px 0 0;
    letter-spacing: .1em;
    opacity: .3; }
    @media (max-width: 480px) {
      .pnkz p {
        margin: 0 5px; } }
    .pnkz p:nth-child(even) {
      width: 50px;
      position: relative; }
      @media (max-width: 480px) {
        .pnkz p:nth-child(even) {
          width: 20px; } }
      .pnkz p:nth-child(even):before {
        content: '';
        position: absolute;
        width: 50px;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        opacity: .4; }
        @media (max-width: 480px) {
          .pnkz p:nth-child(even):before {
            width: 20px; } }

.s-intro {
  text-align: center;
  margin: var(--block-margin-default);
  letter-spacing: .1em; }
  .s-intro h2 {
    font-size: var(--font-size-mid-headline); }
    @media (max-width: 480px) {
      .s-intro h2 {
        text-align: center; } }

/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 160px;
  z-index: 2; }
  .scrolldown:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #c4af76;
    animation: 2.5s pathmove 1.5s ease-in-out infinite;
    opacity: 0; }
  @media (max-width: 480px) {
    .scrolldown {
      height: 80px; } }

.s-block {
  margin: var(--block-margin-default);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .s-block:first-child {
    margin: 0 auto; }
  .s-block:nth-child(2) {
    flex-direction: row-reverse; }
    .s-block:nth-child(2) .s-block__txt {
      padding: 0 100px 0 0; }
      @media (max-width: 880px) {
        .s-block:nth-child(2) .s-block__txt {
          padding: 20px 0 0; } }
  .s-block__img {
    width: 46%; }
    @media (max-width: 880px) {
      .s-block__img {
        width: 100%; } }
  .s-block__txt {
    width: 54%;
    padding: 0 0 0 100px; }
    @media (max-width: 880px) {
      .s-block__txt {
        width: 100%;
        padding: 40px 0; } }
    .s-block__txt h3 {
      font-size: var(--font-size-mid-headline);
      letter-spacing: .1em;
      line-height: 2; }
    .s-block__txt h3 + p {
      margin: var(--item-margin-default); }
    .s-block__txt .note {
      margin: 40px 0;
      padding: 40px 0; }
      @media (max-width: 480px) {
        .s-block__txt .note {
          margin: 0;
          padding: 0; } }
      .s-block__txt .note p {
        display: flex; }
        .s-block__txt .note p span:first-child {
          width: 140px; }

.photos4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .photos4 img {
    margin: 10px 0;
    width: calc(50% - 10px);
    height: auto; }

.s-bgblock__bg {
  width: 100%;
  height: 60vh;
  margin: var(--block-margin-default);
  background-image: url("../img/about/img_about_09.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .s-bgblock__bg {
      margin: 40px 0;
      height: 40vh; } }
.s-bgblock__box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .s-bgblock__box {
      justify-content: flex-end; } }
  .s-bgblock__box--txt {
    width: calc(70% - 100px);
    margin: 0 100px 0 0; }
    @media (max-width: 480px) {
      .s-bgblock__box--txt {
        width: 100%;
        margin: 0 0 40px; } }
    .s-bgblock__box--txt h3 {
      font-size: var(--font-size-mid-headline);
      letter-spacing: .1em;
      line-height: 2; }
    .s-bgblock__box--txt h3 + p {
      margin: var(--item-margin-default); }
  .s-bgblock__box--img {
    width: 30%;
    margin: -20vw 0 0; }
    @media (max-width: 480px) {
      .s-bgblock__box--img {
        width: 60%;
        margin: 0; } }
    .s-bgblock__box--img img {
      width: 100%;
      height: auto; }

.s-linkbox {
  margin: 160px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .s-linkbox {
      width: 100%;
      position: relative;
      margin: 60px auto;
      align-items: flex-end; } }
  .s-linkbox:nth-child(odd) {
    flex-direction: row-reverse; }
  .s-linkbox__img {
    width: 50%; }
    @media (max-width: 880px) {
      .s-linkbox__img {
        width: 48%; } }
    @media (max-width: 880px) {
      .s-linkbox__img img {
        width: 100%;
        height: 32vw;
        object-fit: cover; } }
  .s-linkbox__txt {
    width: 50%;
    padding: 0 100px;
    position: relative; }
    @media (max-width: 880px) {
      .s-linkbox__txt {
        width: 48%;
        padding: 0; } }
    .s-linkbox__txt h3 {
      margin: 20px 0;
      font-size: var(--font-size-mid-headline);
      letter-spacing: .1em;
      line-height: 2; }
      @media (max-width: 480px) {
        .s-linkbox__txt h3 {
          margin: 10px 0;
          font-size: 3.4vw; } }
      @media all and (max-width: 376px) {
        .s-linkbox__txt h3 {
          font-size: 3.6vw; } }
    .s-linkbox__txt h3 + p {
      margin: 10px 0 20px; }
    .s-linkbox__txt--point {
      color: #c4af76;
      position: relative;
      display: inline-flex;
      padding-right: 6em;
      letter-spacing: .1em;
      line-height: 1; }
      @media (max-width: 480px) {
        .s-linkbox__txt--point {
          font-size: 11px; } }
      .s-linkbox__txt--point:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        display: block;
        width: 5em;
        height: 1px;
        margin: auto;
        background: #978029;
        opacity: .2; }
  @media (max-width: 880px) {
    .s-linkbox .bgR {
      right: 0;
      padding: 0 4% 0 0; } }
  .s-linkbox .bgR:before {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    width: 120%;
    height: 30vw;
    max-height: 420px;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1; }
    @media (max-width: 880px) {
      .s-linkbox .bgR:before {
        content: none; } }
  @media (max-width: 880px) {
    .s-linkbox .bgL {
      left: 0;
      padding: 0 0 0 4%; } }
  .s-linkbox .bgL:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
    width: 120%;
    height: 30vw;
    max-height: 420px;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1; }
    @media (max-width: 880px) {
      .s-linkbox .bgL:before {
        content: none; } }

.sml-img {
  text-align: center; }
  .sml-img img {
    width: 80%; }
    @media (max-width: 880px) {
      .sml-img img {
        width: 100%; } }

.sml-img-bgL:before {
  top: 50% !important; }

.s-form {
  margin: var(--block-margin-default);
  padding: var(--item-padding-default);
  border: solid 1px rgba(151, 128, 41, 0.3); }

/* --------------------
CONTENTS PAGE
---------------------*/
.s-contentblock {
  margin: var(--block-margin-default);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  .s-contentblock:first-child {
    margin: 0 auto; }
  .s-contentblock:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 880px) {
      .s-contentblock:nth-child(even) {
        flex-direction: row; } }
  @media (max-width: 880px) {
    .s-contentblock__ttl {
      width: 100%;
      position: relative; } }
  .s-contentblock__ttl h3 {
    padding: 3em 4px 0 0;
    font-size: 24px;
    letter-spacing: .2em;
    line-height: 1;
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media (max-width: 880px) {
      .s-contentblock__ttl h3 {
        width: 100%;
        padding: .75em 0 .75em 2em;
        position: absolute;
        z-index: 2;
        text-shadow: 0px 0px 20px black;
        writing-mode: unset;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0) 100%); } }
  @media (max-width: 880px) and (max-width: 480px) {
    .s-contentblock__ttl h3 {
      font-size: 4.2vw; } }

    .s-contentblock__ttl h3:before {
      content: '';
      width: 1px;
      height: 2.5em;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      opacity: .4; }
      @media (max-width: 880px) {
        .s-contentblock__ttl h3:before {
          width: 2em;
          height: 1px;
          position: absolute;
          top: 50%;
          left: -.5em;
          transform: translateY(-50%); } }
  .s-contentblock .rooms-ttl {
    line-height: 1.3 !important; }
  .s-contentblock__img-txt {
    width: 76%;
    margin: 60px 0 0; }
    @media (max-width: 880px) {
      .s-contentblock__img-txt {
        width: 100%;
        margin: 0; } }
    .s-contentblock__img-txt p {
      margin: var(--item-margin-default); }
    .s-contentblock__img-txt .black-layer {
      position: relative; }
      .s-contentblock__img-txt .black-layer:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 40vw;
        max-height: 540px;
        z-index: 1; }
        @media (max-width: 880px) {
          .s-contentblock__img-txt .black-layer:after {
            content: none; } }
    @media (max-width: 880px) {
      .s-contentblock__img-txt img {
        height: auto; } }
    .s-contentblock__img-txt--txt {
      position: absolute;
      z-index: 1;
      text-shadow: 0px 0px 10px black; }
      @media (max-width: 880px) {
        .s-contentblock__img-txt--txt {
          position: static; } }
    .s-contentblock__img-txt .Ltxt {
      left: 0;
      bottom: -6%; }
    .s-contentblock__img-txt .Rtxt {
      right: 0;
      bottom: -8%; }
    .s-contentblock__img-txt .Btxt {
      left: 0;
      bottom: 10%; }

.sml-img-txt {
  width: 50%; }
  @media (max-width: 880px) {
    .sml-img-txt {
      width: 100%; } }
  @media (max-width: 880px) {
    .sml-img-txt img {
      height: auto; } }

.s-subblock {
  display: flex;
  justify-content: space-between;
  margin: 160px auto 80px;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .s-subblock {
      margin: 40px auto; } }
  .s-subblock__box {
    position: relative;
    width: 48%; }
    @media (max-width: 480px) {
      .s-subblock__box {
        width: 100%;
        margin: 10px 0; } }
    .s-subblock__box--ttl h3 {
      padding: 3em 4px 0 0;
      font-size: 18px;
      letter-spacing: .2em;
      line-height: 1;
      position: relative;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: -5%;
      left: 5%;
      text-shadow: 0px 0px 10px black;
      z-index: 2; }
      @media (max-width: 880px) {
        .s-subblock__box--ttl h3 {
          width: 100%;
          padding: .75em 0 .75em 2em;
          position: absolute;
          z-index: 2;
          text-shadow: 0px 0px 20px black;
          writing-mode: unset;
          top: 0;
          left: 0;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0) 100%); } }
      .s-subblock__box--ttl h3:before {
        content: '';
        width: 1px;
        height: 2.5em;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        opacity: .4; }
        @media (max-width: 880px) {
          .s-subblock__box--ttl h3:before {
            width: 2em;
            height: 1px;
            position: absolute;
            top: 50%;
            left: -.5em;
            transform: translateY(-50%); } }
    .s-subblock__box--img-txt p {
      margin: var(--item-margin-default); }

.s-noteblock {
  margin: var(--block-margin-default);
  padding: var(--block-padding-default);
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 480px) {
    .s-noteblock {
      padding: 20px; } }
  .s-noteblock h3 {
    text-align: center;
    font-size: var(--font-size-mid-headline);
    letter-spacing: .1em;
    line-height: 2; }
  .s-noteblock p {
    font-size: 12px;
    display: flex;
    margin: var(--item-margin-default);
    flex-wrap: wrap; }
    .s-noteblock p span:first-child {
      border: solid 1px rgba(151, 128, 41, 0.3);
      height: 30px;
      line-height: 30px;
      margin: 0 20px 0 0;
      display: block;
      width: 140px;
      text-align: center; }
      @media (max-width: 480px) {
        .s-noteblock p span:first-child {
          width: 100%;
          margin: 0 auto 10px; } }
    .s-noteblock p span:last-child {
      width: calc(100% - 160px); }
      @media (max-width: 480px) {
        .s-noteblock p span:last-child {
          width: 100%; } }

.s-clmblock {
  width: 70%;
  margin: var(--block-margin-default);
  padding: 20px;
  border: solid 1px rgba(151, 128, 41, 0.3);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 880px) {
    .s-clmblock {
      width: 100%; } }
  .s-clmblock__img {
    width: 30%; }
    @media (max-width: 480px) {
      .s-clmblock__img {
        width: 100%; } }
    .s-clmblock__img img {
      width: 100%;
      height: auto; }
  .s-clmblock__txt {
    width: 70%;
    padding: 0 0 0 40px; }
    @media (max-width: 480px) {
      .s-clmblock__txt {
        width: 100%;
        padding: 20px 0 0; } }
  .s-clmblock h3 {
    margin: 0 0 10px;
    font-size: var(--font-size-mid-headline);
    letter-spacing: .1em;
    line-height: 2; }

.s-profblock {
  max-width: 800px;
  margin: var(--block-margin-default);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative; }
  @media (max-width: 480px) {
    .s-profblock {
      padding: 20px;
      flex-wrap: wrap; } }
  .s-profblock__img {
    width: 30%;
    position: relative; }
    @media (max-width: 480px) {
      .s-profblock__img {
        width: 32vw;
        position: absolute;
        right: 20px;
        top: 20px; } }
    .s-profblock__img img {
      width: 100%;
      object-fit: cover;
      object-position: top; }
  .s-profblock__txt {
    width: 65%;
    opacity: .9; }
    @media (max-width: 480px) {
      .s-profblock__txt {
        width: 100%; } }
    .s-profblock__txt h3 {
      margin: 0 0 10px;
      font-size: 18px;
      letter-spacing: .2em;
      line-height: 1.8; }
      @media (max-width: 480px) {
        .s-profblock__txt h3 {
          margin: 16vw 0; } }
      .s-profblock__txt h3 span {
        font-size: 14px; }
    .s-profblock__txt p {
      font-size: 12px; }

.s-halfblock {
  margin: var(--block-margin-default);
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end; }
  @media (max-width: 880px) {
    .s-halfblock {
      flex-direction: column-reverse; } }
  @media (max-width: 480px) {
    .s-halfblock {
      padding: 0; } }
  .s-halfblock:nth-child(2) {
    flex-direction: row-reverse; }
    .s-halfblock:nth-child(2) .s-halfblock__txt {
      align-items: end; }
      @media (max-width: 880px) {
        .s-halfblock:nth-child(2) .s-halfblock__txt {
          align-items: start; } }
    @media (max-width: 880px) {
      .s-halfblock:nth-child(2) {
        flex-direction: column-reverse; } }
  .s-halfblock h3 {
    width: 28px;
    margin: -2em 0 2em;
    padding: 3em 4px 0 0;
    font-size: 24px;
    letter-spacing: .2em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0px 0px 10px black;
    z-index: 2; }
    @media (max-width: 480px) {
      .s-halfblock h3 {
        width: 100%;
        margin: 0;
        padding: .75em 0 .75em 2em;
        position: absolute;
        z-index: 2;
        font-size: 4.2vw;
        text-shadow: 0px 0px 20px black;
        writing-mode: unset;
        top: -1px;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0) 100%); } }
    .s-halfblock h3:before {
      content: '';
      width: 1px;
      height: 2.5em;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      opacity: .4; }
      @media (max-width: 480px) {
        .s-halfblock h3:before {
          width: 2em;
          height: 1px;
          position: absolute;
          top: 50%;
          left: -.5em;
          transform: translateY(-50%); } }
  .s-halfblock__img {
    position: relative;
    width: 48%; }
    @media (max-width: 880px) {
      .s-halfblock__img {
        width: 100%;
        max-width: 468px; } }
    .s-halfblock__img--caption {
      position: absolute;
      padding: 5px 10px;
      right: 5px;
      bottom: 5px;
      z-index: 2;
      background: rgba(0, 0, 0, 0.4);
      line-height: 1;
      font-size: 12px; }
  .s-halfblock__txt {
    width: 48%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .s-halfblock__txt p {
      margin: var(--item-margin-default); }
    .s-halfblock__txt .note {
      margin: 20px 0 0; }
    @media (max-width: 880px) {
      .s-halfblock__txt {
        width: 100%;
        min-height: auto; } }

.imglarge {
  align-items: flex-end; }
  .imglarge .s-halfblock__img {
    width: 64%; }
    @media all and (max-width: 1200px) {
      .imglarge .s-halfblock__img {
        width: 50%; } }
    @media (max-width: 880px) {
      .imglarge .s-halfblock__img {
        width: 100%; } }
  .imglarge .s-halfblock__txt {
    width: 32%; }
    @media all and (max-width: 1200px) {
      .imglarge .s-halfblock__txt {
        width: 50%; } }
    @media (max-width: 880px) {
      .imglarge .s-halfblock__txt {
        width: 100%; } }

.ttlsml h3 {
  position: absolute;
  top: -5%;
  left: 5%;
  font-size: 18px;
  margin: 0;
  padding: 3em 8px 0 0; }
  @media all and (max-width: 1200px) {
    .ttlsml h3 {
      font-size: 16px; } }
  @media (max-width: 480px) {
    .ttlsml h3 {
      top: -1px;
      left: 0;
      padding: .75em 0 .75em 2em;
      font-size: 4.2vw; } }

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 100px;
    opacity: 1; }
  100% {
    height: 0;
    top: 160px;
    opacity: 0; } }
@media (max-width: 480px) {
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0; }
    30% {
      height: 50px;
      opacity: 1; }
    100% {
      height: 0;
      top: 80px;
      opacity: 0; } } }
@media screen and (max-width: 1080px) {
  .active {
    opacity: 1;
    visibility: visible;
    overflow: scroll; }

  header {
    display: flex;
    align-items: center;
    padding: 0; }
    header nav {
      width: 100%; }
      header nav ul {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 3;
        visibility: hidden;
        opacity: 0;
        transition-duration: .5s;
        background: #191919;
        padding: 0 20px; }
        header nav ul li a {
          width: 100%;
          display: block;
          padding: 1.6rem;
          border-bottom: solid 1px rgba(254, 254, 254, 0.1);
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #fff; }
        header nav ul li .btn {
          margin: 1.6rem; }

  .g-nav__logo {
    width: 100%;
    position: relative;
    z-index: 4;
    padding: 1rem; }
  .g-nav__btn {
    transition-duration: .5s;
    position: absolute;
    padding: 12px;
    right: 10px;
    z-index: 99; }
    .g-nav__btn div {
      width: 26px;
      height: 16px;
      position: relative;
      transition-duration: 1s; }
      .g-nav__btn div span {
        display: block;
        position: absolute;
        width: 26px;
        height: 1px;
        background: #fff;
        transition-duration: .2s; }
        .g-nav__btn div span:nth-child(1) {
          top: 0; }
        .g-nav__btn div span:nth-child(2) {
          top: 50%;
          transform: translateY(-50%); }
        .g-nav__btn div span:nth-child(3) {
          bottom: 0; }
    .g-nav__btn.active {
      transform: translateY(0); }
      .g-nav__btn.active span:nth-child(1) {
        top: 10px;
        transform: rotate(-45deg); }
      .g-nav__btn.active span:nth-child(2) {
        opacity: 0; }
      .g-nav__btn.active span:nth-child(3) {
        top: 10px;
        transform: rotate(45deg); } }
@media all and (max-width: 1080px) {
  html.is-fixed,
  html.is-fixed body {
    overflow: hidden; } }
