@charset "UTF-8";
/* Shutter In Horizontal */
/*==========================================================================

	TOP

==========================================================================*/
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
/*--------------------------------
コンテンツ共通
--------------------------------*/
@media print, screen and (max-width: 812px) {
  main > *:not(#about) > div > p:not(.link_btn) {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 813px) {
  main > * .link_btn {
    margin-top: 5rem;
  }
  main > *:not(#about) > div > p:not(.link_btn) {
    margin-bottom: 6rem;
  }
  main > *:not(#about) > div > .link_btn {
    margin-top: 10rem;
  }
}

/*------------------------------------------------------------
	各コンテンツ
------------------------------------------------------------*/
/*--------------------------------
メインビジュアル
--------------------------------*/
#mainvisual {
  width: 100%;
  height: calc(100vh - 150px);
  height: calc(100dvh - 150px);
  height: calc(100svh - 130px);
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 130px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#mainvisual .mv_title {
  width: 100%;
  color: var(--whiteColor);
  font-family: var(--fontTitle);
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainvisual .mv_title strong {
  font-weight: normal;
}
#mainvisual .mv_title em {
  display: block;
  font-size: 2.4rem;
}
#mainvisual .textloop {
  width: 100vw;
  overflow-x: hidden;
  line-height: 1;
  font-family: var(--fontTitle);
  font-size: 200px;
  position: absolute;
  bottom: -170px;
  left: 0;
  z-index: 1;
}
#mainvisual .textloop .swiper-wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#mainvisual .textloop .swiper-wrapper .swiper-slide {
  display: inline-block;
  width: auto;
  color: var(--beigeColor);
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  padding: 0 0.5em;
}
#mainvisual .slide {
  width: 100%;
  height: 100%;
}
#mainvisual .slide .slick-list,
#mainvisual .slide .slick-track,
#mainvisual .slide .slick-slide,
#mainvisual .slide .slick-slide > div,
#mainvisual .slide .slick-slide > div picture {
  width: 100%;
  height: 100%;
}
#mainvisual .slide picture img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#mainvisual .slide .slick-dots {
  padding: 0 30px;
  bottom: 20px;
  text-align: right;
}
#mainvisual .btn_scroll {
  display: block;
  font-size: 1.1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 60px;
  left: 5%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: scroll 2s linear infinite;
  animation: scroll 2s linear infinite;
}
#mainvisual .btn_scroll a:link, #mainvisual .btn_scroll a:visited {
  color: var(--whiteColor);
}
#mainvisual .btn_scroll[data-arrow=bottom]:before, #mainvisual .btn_scroll[data-arrow=bottom]:after {
  background-color: var(--whiteColor);
  left: 0;
}
#mainvisual .btn_scroll[data-arrow=bottom]:before {
  height: 100%;
}

/* 最初のスライドはアニメーションを無効に */
.first-slide {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}


@media print, screen and (max-width: 812px) {
  #mainvisual {
    height: calc(100vh - 8rem);
    height: calc(100dvh - 8rem);
    height: calc(100svh - 8rem);
    margin-bottom: 8rem;
  }
  #mainvisual .mv_title {
    font-size: 3rem;
  }
  #mainvisual .mv_title em {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  #mainvisual .textloop {
    font-size: 8rem;
    bottom: -1.15em;
  }
  #mainvisual .slide .slick-dots {
    display: none !important;
  }
  #mainvisual .btn_scroll {
    display: none;
  }
}
@media print, screen and (min-width: 813px) {
  #mainvisual .btn_scroll:hover, #mainvisual .btn_scroll:active {
    color: var(--linkHoverColor);
  }
  #mainvisual .btn_scroll:hover svg, #mainvisual .btn_scroll:active svg {
    fill: var(--linkHoverColor);
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
/*--------------------------------
about
--------------------------------*/
@media print, screen and (max-width: 812px) {
  #about .about_cnt > section:nth-child(1) {
    margin-bottom: calc(var(--spMargin) * 2);
  }
  #about .about_cnt > section:nth-child(1) .about_img {
    margin-top: calc(var(--spMargin) * 2);
  }
  #about .about_cnt > section:nth-child(1) .about_img .slide {
    padding-top: 15%;
    position: relative;
  }
  #about .about_cnt > section:nth-child(1) .about_img .slide:after {
    display: block;
    content: "";
    position: absolute;
    background-color: var(--subColor);
    width: 95%;
    height: 80%;
    margin-left: calc(50% - 50vw);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #about .about_cnt > section:nth-child(2) .about_txt {
    margin-bottom: var(--spMargin);
  }
  #about .about_cnt > section:nth-child(2) .about_img {
    position: relative;
  }
  #about .about_cnt > section:nth-child(2) .about_img img {
    width: 85%;
    padding-bottom: 15%;
  }
  #about .about_cnt > section:nth-child(2) .about_img:after {
    display: block;
    content: "";
    position: absolute;
    background-color: var(--subColor);
    width: 80%;
    height: 85%;
    margin-right: calc(50% - 50vw);
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 813px) {
  #about {
    overflow: hidden;
  }
  #about .about_cnt > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #about .about_cnt > section .about_txt {
    width: 55%;
  }
  #about .about_cnt > section:nth-child(1) {
    margin-bottom: -6rem;
  }
  #about .about_cnt > section:nth-child(1) .about_txt {
    padding-bottom: 35rem;
  }
}
@media print, screen and (min-width: 813px) and (min-width: 1550px) {
  #about .about_cnt > section:nth-child(1) .about_txt {
    padding-bottom: 55vh;
  }
}
@media print, screen and (min-width: 813px) {
  #about .about_cnt > section:nth-child(1) .about_img {
    width: 45vw;
    margin-right: calc(50% - 50vw);
    position: relative;
    z-index: 2;
  }
  #about .about_cnt > section:nth-child(1) .about_img:after {
    display: block;
    content: "";
    width: 80%;
    height: 20%;
    background-color: var(--subColor);
    position: absolute;
    top: -20%;
    right: 0;
    z-index: -1;
  }
  #about .about_cnt > section:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
  }
  #about .about_cnt > section:nth-child(2) .about_img {
    width: 40%;
  }
  #about .about_cnt > section:nth-child(2) .about_img img {
    padding: 0 0 20% 0;
    margin: 0;
  }
  #about .about_cnt > section:nth-child(2):after {
    display: block;
    content: "";
    width: 100vw;
    height: 90%;
    margin-left: calc(50% - 50vw);
    background-color: var(--subColor);
    position: absolute;
    bottom: 0;
    left: -65vw;
    z-index: -1;
  }
}

/*--------------------------------
menu
--------------------------------*/
/*--------------------------------
case
--------------------------------*/
/*--------------------------------
information
--------------------------------*/
#information .calendar_cnt {
  /* max-width: 768px; */
  padding: 3rem 2rem;
  margin: 0 auto 10rem;
  background-color: var(--whiteColor);
}
@media print, screen and (max-width: 812px) {
  #information .calendar_cnt #calendar.fc {
    font-size: 0.8em;
  }
  #information #news section p {
    font-size: 1.4rem;
  }
}
/*--------------------------------
campaign
--------------------------------*/
#campaign > div .campaign_slide .slide .slick-list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 813px) {
  #campaign .campaign_slide .slide .slick-slide a img {
    -webkit-transition: -webkit-filter var(--animationSpeed);
    transition: -webkit-filter var(--animationSpeed);
    transition: filter var(--animationSpeed);
    transition: filter var(--animationSpeed), -webkit-filter var(--animationSpeed);
  }
  #campaign .campaign_slide .slide .slick-slide a:hover img {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
  }
}

/*--------------------------------
instagram
--------------------------------*/
/*--------------------------------
blog
--------------------------------*/
/*--------------------------------
doctor → scss/top.scss でコンパイル → css/top.css
--------------------------------*/