@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
#top .top-infoes-wrap.none {
  display: none !important;
}
#top .top-infoes-wrap .btns {
  margin: 0;
  padding-top: 8px;
  float: right;
  display: none;
}
#top .top-infoes-wrap .btns li {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  border: none;
}
#top .top-infoes-wrap .btns li:not(:last-child) {
  margin-right: 1px;
}
#top .top-infoes-wrap .btns li a {
  border-color: #000;
  color: #000;
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
}
#top .top-infoes-wrap .btns li .caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  line-height: 1;
  font-size: 10px;
  color: #000;
}
#top .top-infoes-wrap .links {
  float: right;
  padding: 18px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}
#top .top-infoes-wrap .links li a {
  position: relative;
  padding-left: 8px;
  color: #000;
  overflow-x: hidden;
}
#top .top-infoes-wrap .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .links li a:hover {
    opacity: 0.7;
  }
}
#top .top-infoes-wrap .links li:first-child {
  padding-bottom: 8px;
}
#top .top-infoes-wrap {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0 4px;
  z-index: 99;
}
#top .top-infoes-wrap .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}
#top .top-infoes-wrap .base {
  position: absolute;
  padding: 10px 5% 6px 5%;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  z-index: 20;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.9s;
}
#top .top-infoes-wrap .base.fadeIn {
  opacity: 1;
}
#top .top-infoes-wrap .base:not(.fixed) {
  opacity: 1;
  display: block;
}
#top .top-infoes-wrap .base.fixed {
  position: fixed;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 1200px;
}
#top .top-infoes-wrap .inner:after {
  content: "";
  width: 1px;
  height: 1px;
  display: table;
  clear: both;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 900px;
}
#top .top-infoes-wrap a {
  transition: opacity 0.7s;
}
#top .top-infoes-wrap a:hover {
  opacity: 0.65;
}
#top .top-infoes-wrap img {
  max-width: 100%;
  height: auto;
}
#top .top-infoes-wrap .contact .num {
  pointer-events: none;
}
#top .top-infoes-wrap .contact {
  margin-bottom: 0;
  padding: 0 0 0;
  float: left;
  width: 54%;
  letter-spacing: 0.1em;
  text-align: left;
}
#top .top-infoes-wrap .contact a {
  color: #000;
}
#top .top-infoes-wrap .contact .title {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 12px;
}
#top .top-infoes-wrap .contact .number {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  font-size: 36px;
}
#top .top-infoes-wrap .contact .number span.pc {
  line-height: 0.8;
}
@media screen and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
#top .top-infoes-wrap .contact .number a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#top .top-infoes-wrap .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
  background: url(../common/imgs/icon-freecall.svg) no-repeat;
}
#top .top-infoes-wrap .contact .businessHours {
  display: inline-block;
  padding-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap {
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
  }
  #top .top-infoes-wrap .infoes-base {
    height: auto;
    background: none;
  }
  #top .top-infoes-wrap .links {
    display: none;
  }
  #top .top-infoes-wrap .btns {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    width: 70%;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    margin-right: 0 !important;
  }
  #top .top-infoes-wrap .btns li a {
    width: auto;
  }
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
  #top .top-infoes-wrap .base {
    position: static !important;
    background: none;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  #top .top-infoes-wrap .contact .title {
    float: none;
    width: auto;
    line-height: 1.4;
  }
  #top .top-infoes-wrap .contact .title img {
    margin-bottom: 0;
  }
  #top .top-infoes-wrap .contact .businessHours {
    padding-top: 0;
    float: none;
    width: auto;
  }
  #top .top-infoes-wrap .contact .businessHours span.sp {
    display: inline !important;
  }
  #top .top-infoes-wrap .contact .businessHours br {
    display: none;
  }
  #top .top-infoes-wrap .contact .businessHours img {
    margin: 0 auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns {
    padding-bottom: 30px;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    width: auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns li:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
  }
  #top .top-infoes-wrap .btns li img {
    margin: 0 0 0 auto;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    clear: both;
    width: auto;
  }
  #top .top-infoes-wrap .contact .title {
    padding-bottom: 10px;
  }
  #top .top-infoes-wrap .contact .title .pc {
    display: none !important;
  }
  #top .top-infoes-wrap .contact .title .sp {
    display: block !important;
  }
  #top .top-infoes-wrap .contact .number {
    float: none;
    clear: both;
    padding: 0 0px 10px 0;
    position: relative;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap .contact .number a {
    box-sizing: border-box;
    padding: 18px 0 18px 28px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #212933;
  }
  #top .top-infoes-wrap .contact .number a .sp {
    display: inline-block !important;
    width: auto;
  }
  #top .top-infoes-wrap .contact .number a:before {
    left: 50%;
    margin: -14px 0 0 -110px;
    width: 28px;
    height: 27px;
    background-image: url("../imgs/icon_tel.png");
    background-size: 100% auto;
  }
  #top .top-infoes-wrap .contact .businessHours {
    font-size: 10px;
  }
}
#top .sp-container {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .sp-container {
    transform: translateY(0) !important;
  }
}
#top .image {
  position: relative;
}
#top img {
  width: 100%;
}
#top .pas, #top .panels-wrap .inner, #top .concept-section .images li::after, #top .content-info::before, #top .merits::after, #top .main-visual .slide01 .image-list li::after, #top .main-visual .slides .slide, #top .main-visual .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#top .gad01, #top .concept-section .images li::after, #top .merits::after, #top .main-visual .slide01 .image-list li::after {
  background: linear-gradient(270deg, #beb3a2 0%, #ab8665 40%, #a4744d 60%, #904209);
}
#top .main-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #2e2d2e;
}
#top .main-visual .slides {
  height: 100%;
  color: #fff;
}
#top .main-visual .slides .slide {
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .slides .slide.on {
  opacity: 1;
}
#top .main-visual .texts {
  position: absolute;
  text-align: center;
}
#top .main-visual .texts .text01 {
  font-size: 182px;
  padding-bottom: 15px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s, opacity 1s;
}
#top .main-visual .texts .text02 {
  font-size: 24px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s 0.3s, opacity 1s 0.3s;
}
#top .main-visual .slide01 .caption {
  background-color: transparent;
}
#top .main-visual .slide01 .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .main-visual .slide01 .image-list {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#top .main-visual .slide01 .image-list li {
  position: relative;
  width: 32%;
  height: 80%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
#top .main-visual .slide01 .image-list li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .main-visual .slide01 .image-list li:nth-child(2) {
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
#top .main-visual .slide01 .image-list li:nth-child(3) {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
#top .main-visual .slide01 .image-list li .in {
  filter: saturate(0);
  transition: filter 1s 1.5s;
}
#top .main-visual .slide01 .image-list li::after {
  content: "";
  height: 4px !important;
  z-index: 2;
}
#top .main-visual .slide01.at .image-list li {
  opacity: 1;
  transform: translateY(0px);
}
#top .main-visual .slide01.at .image-list li .in {
  filter: saturate(100%);
}
#top .main-visual .slide01.at .texts .text01 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s 1.9s, opacity 1s 1.9s;
}
#top .main-visual .slide01.at .texts .text02 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s 2.2s, opacity 1s 2.2s;
}
#top .main-visual .slide02 .texts {
  position: absolute;
  top: 15%;
  left: 5%;
  text-align: left;
}
#top .main-visual .slide02 .text01 {
  font-size: 109px;
}
#top .main-visual .slide02 .text03 {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: 33%;
  width: 40%;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s, opacity 1s;
}
#top .main-visual .slide02.on .texts .text01 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s 1s, opacity 1s 1s;
}
#top .main-visual .slide02.on .texts .text02 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s 1.3s, opacity 1s 1.3s;
}
#top .main-visual .slide02.on .text03 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s 2s, opacity 1s 2s;
}
#top .main-visual .bg {
  opacity: 0;
  height: 100%;
}
#top .merits {
  background-color: #fff;
  position: relative;
}
#top .merits::after {
  content: "";
  height: 4px;
}
#top .merits .merit-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#top .merits li {
  width: 25%;
  padding: 40px;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  border-right: 0.2px solid #6a604a;
}
#top .merits li:first-child {
  width: 32%;
  width: 28%;
  border-left: 0.2px solid #6a604a;
}
#top .merits .number {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 14px;
}
#top .merits .text01 {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 11px;
}
#top .merits .text02 {
  font-size: 16px;
  line-height: 2.5;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
#top .merits .text03 {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
}
#top .merits .link {
  line-height: 1.5;
  padding-top: 27px;
  font-size: 10px;
}
#top .merits .link a {
  color: #000;
  padding: 20px;
  box-sizing: border-box;
}
#top .merits .link a.none {
  pointer-events: none;
}
#top .content-info {
  position: relative;
  background-color: #ffffff;
}
#top .content-info::before {
  content: "";
  height: 90px;
  background: linear-gradient(180deg, #f6f6f0, #fff);
}
#top .content-info .image {
  margin-left: 20%;
}
#top .content-info .inner {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 80%;
  padding: 40px 30px;
  background-color: rgba(233, 233, 233, 0.7);
  backdrop-filter: blur(20px);
  z-index: 2;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  justify-content: space-between;
}
#top .content-info .header {
  width: 45%;
}
#top .content-info .title {
  font-size: 63px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 200;
}
#top .content-info .lead {
  font-size: 18px;
  line-height: 1.5;
}
#top .content-info .content {
  width: 50%;
}
#top .content-info .text01 {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 16px;
}
#top .content-info .text02 {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 5px;
}
#top .content-info .text03 {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
}
#top .content-info .btns {
  display: flex;
  gap: 2%;
}
#top .content-info .button {
  width: 48%;
  text-align: left;
  margin-bottom: 18px;
}
#top .content-info .button a {
  margin: 0;
}
#top .content-info .text04 {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.7;
}
#top .concept-section {
  position: relative;
  background-color: #2e2d2e;
  padding: 150px 5%;
  color: #fff;
  height: 300vh;
  box-sizing: border-box;
}
#top .concept-section .title {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 200;
}
#top .concept-section .wrapper {
  position: relative;
}
#top .concept-section .inner {
  position: absolute;
  top: 0px;
  left: 5%;
  width: 90%;
}
#top .concept-section .annotation {
  font-size: 10px;
  text-align: right;
  padding-top: 10px;
}
#top .concept-section .images {
  margin-left: 0%;
  transition: margin-left 1.5s;
}
#top .concept-section .images li {
  width: 32.5%;
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: translateX(0);
  transition: width 2.5s, left 2.5s;
}
#top .concept-section .images li::after {
  content: "";
  height: 4px;
  z-index: 2;
}
#top .concept-section .images li img {
  opacity: 0;
}
#top .concept-section .images li .in {
  height: 80vh;
  background: url(../imgs/concept01.jpg) center no-repeat;
  background-size: cover;
}
#top .concept-section .images .list01 {
  left: 0;
  transition: width 1.3s 0.2s, transform 1.3s;
  position: relative;
  z-index: 2;
}
#top .concept-section .images .list01 .in {
  filter: saturate(0);
  transition: filter 1s 1.5s;
}
#top .concept-section .images .list02 {
  left: 33.25%;
}
#top .concept-section .images .list02 .in {
  background-image: url(../imgs/concept02.jpg);
}
#top .concept-section .images .list03 {
  left: 66.5%;
}
#top .concept-section .images .list03 .in {
  background-image: url(../imgs/concept03.jpg);
}
#top .concept-section .texts {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 3;
}
#top .concept-section .texts p {
  transition: opacity 1s 4s, transform 1s 4s;
  opacity: 0;
  transform: translateY(50px);
}
#top .concept-section .texts .lead {
  font-size: 124px;
  line-height: 1;
  padding-bottom: 15px;
}
#top .concept-section .texts .text {
  font-size: 14px;
  line-height: 2.2;
}
#top .concept-section.on .inner {
  position: fixed;
}
#top .concept-section.on .images {
  margin-left: 40%;
}
#top .concept-section.on .images .list01 {
  width: 100%;
}
#top .concept-section.on .images .list01 .in {
  filter: saturate(100%);
}
#top .concept-section.on .images .list02 {
  left: 100%;
  width: 0%;
}
#top .concept-section.on .images .list03 {
  left: 100%;
  width: 0%;
}
#top .concept-section.on .texts p {
  transition: opacity 1s 3s, transform 1s 3s;
  opacity: 1;
  transform: translateY(0px);
}
#top .panels-wrap {
  position: relative;
  z-index: 4;
  height: 1200vh;
}
#top .panels-wrap .panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../imgs/panel-bg.jpg);
  background-size: cover;
  z-index: 4;
}
#top .panels-wrap .ttl {
  font-size: 22px;
  text-align: center;
  padding-top: 25px;
}
#top .panels-wrap .inner {
  height: 1200vh;
  z-index: 5;
}
#top .panels-wrap .panel {
  opacity: 0;
  height: 100vh;
  transition: opacity 1s;
}
#top .panels-wrap .panel .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#top .panels-wrap .panel .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #e8e4db;
  font-weight: 200;
  font-size: 146px;
  transform: translateY(-50%);
  z-index: 8;
  opacity: 0;
  transition: opacity 1s 1.4s;
}
#top .panels-wrap .panel .text {
  position: absolute;
  left: 10%;
  top: 65%;
  font-size: 15px;
  line-height: 2.2;
  z-index: 5;
  transition: color 1s;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1.5s 1s, opacity 0s 1s, color 1s;
  z-index: 7;
}
#top .panels-wrap .panel .bg {
  opacity: 0;
}
#top .panels-wrap .panel .link {
  position: absolute;
  top: 55%;
  right: 10%;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1.5s 1s, opacity 1s 1s;
}
#top .panels-wrap .panel .link a {
  display: block;
  width: 205px;
  height: 205px;
  line-height: 205px;
  text-align: center;
  font-size: 19px;
  border-radius: 50%;
  color: #000;
  background-color: rgb(255, 255, 255);
  transition: background-color 1s;
}
#top .panels-wrap .panel .link a.none {
  pointer-events: none;
}
#top .panels-wrap .panel .img-base {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  opacity: 0;
  transition: margin-top 1s 1s, opacity 1s 1s;
}
#top .panels-wrap .panel .img-base .in {
  clip-path: inset(12% 30%);
  transition: clip-path 1s;
  overflow: hidden;
}
#top .panels-wrap .panel .img-base img {
  width: 100vw;
}
#top .panels-wrap .panel.on {
  opacity: 1;
}
#top .panels-wrap .panel.on .title {
  opacity: 1;
  display: block;
}
#top .panels-wrap .panel.on .text {
  opacity: 1;
  transform: translateY(0);
}
#top .panels-wrap .panel.on .img-base {
  margin-top: 0;
  opacity: 1;
}
#top .panels-wrap .panel.on .link {
  transform: translateY(0);
  opacity: 1;
  z-index: 8;
}
#top .panels-wrap .panel.at .text {
  color: #fff;
}
#top .panels-wrap .panel.at .img-base .in {
  clip-path: inset(11% 0% 0%);
}
#top .panels-wrap .panel.at .link a {
  background-color: rgba(255, 255, 255, 0.6);
}
#top .panels-wrap.on .panel-bg,
#top .panels-wrap.on .inner {
  position: fixed;
}
#top .panels-wrap .section-design {
  z-index: 11;
}
#top .pageAnnotationArea {
  z-index: 9;
  background-color: #f1efeb;
}
#top .top-annotation {
  text-align: left;
  font-size: 14px;
  line-height: 2.2;
}
#top .top-annotation.text-nextday {
  padding: 0 0 0px;
}
#top .pageAnnotationArea {
  position: relative;
  z-index: 11;
}
#top .commonBannerArea {
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  #top .panels-wrap .panel .title {
    font-size: 116px;
  }
  #top .panels-wrap .panel .text {
    top: 73%;
    font-size: 15px;
    color: #000;
  }
  #top .panels-wrap .panel.at .text {
    color: #000;
  }
}
@media screen and (max-width: 834px) {
  #top .panels-wrap .panel .title {
    font-size: 116px;
  }
  #top .panels-wrap .panel .text {
    top: 73%;
    font-size: 15px;
  }
  #top .panels-wrap .panel.at .text {
    color: #000;
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .pas, #top .main-visual .slides, #top .main-visual .slides .slide, #top .main-visual .slide01 .image-list li::after, #top .merits::after, #top .content-info::before, #top .concept-section .images li::after, #top .panels-wrap .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  #top .gad01, #top .main-visual .slide01 .image-list li::after, #top .merits::after, #top .concept-section .images li::after {
    background: linear-gradient(270deg, #beb3a2 0%, #ab8665 40%, #a4744d 60%, #904209);
  }
  #top .sp-container {
    display: none;
    padding: 0 10px;
  }
  #top .sp-container-content {
    padding: 20px 0 0px;
    text-align: center;
  }
  #top .sp-container-content .text00 {
    font-size: 11px;
    line-height: 2.2;
    padding-bottom: 15px;
  }
  #top .sp-container-content .text00 br {
    display: none;
  }
  #top .sp-container-content .information {
    padding: 0 0 30px;
  }
  #top .sp-container-content .information .title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
  }
  #top .sp-container-content .information .lead {
    padding-bottom: 8px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01 {
    padding-bottom: 15px;
    font-size: 22px;
  }
  #top .sp-container-content .information .text02 {
    font-size: 11px;
    line-height: 2.2;
    padding-bottom: 15px;
  }
  #top .sp-container-content .information .text03 {
    padding-bottom: 10px;
    font-size: 11px;
  }
  #top .sp-container-content .information .text04 {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #top .sp-container-content .information .text05 {
    font-size: 10px;
    line-height: 1.6;
  }
  #top .sp-container-content .information .text06 {
    font-size: 12px;
    padding-bottom: 10px;
    margin: auto;
  }
  #top .sp-container-content .information .holiday {
    font-size: 12px;
  }
  #top .sp-container-content .information .inner {
    border: none;
  }
  #top .sp-container-content .information .button {
    padding-top: 20px;
  }
  #top .sp-container-content .information .line {
    position: relative;
    padding-bottom: 20px;
  }
  #top .image {
    position: relative;
  }
  #top .image {
    position: relative;
  }
  #top img {
    width: 100%;
  }
  #top .main-visual {
    margin-top: 92px;
  }
  #top .main-visual .slides {
    height: 100%;
  }
  #top .main-visual .slides .slide {
    height: 100%;
  }
  #top .main-visual .texts .text01 {
    font-size: 50px;
    padding-bottom: 15px;
    padding-bottom: 7px;
  }
  #top .main-visual .texts .text02 {
    font-size: 10px;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
  }
  #top .main-visual .slide02 .texts {
    top: 7%;
    left: 5%;
    width: 90%;
    text-align: center !important;
  }
  #top .main-visual .slide02 .text01 {
    font-size: 50px;
  }
  #top .main-visual .slide02 .text03 {
    width: 53%;
    width: 68%;
  }
  #top .main-visual .bg {
    opacity: 0;
    height: 100%;
  }
  #top .merits .merit-list {
    display: block;
    width: 90%;
  }
  #top .merits li {
    width: auto;
    padding: 20px;
    border-right: none;
    border-bottom: 0.2px solid #6a604a;
  }
  #top .merits li:first-child {
    width: auto;
    border-left: none;
  }
  #top .merits li:last-child {
    border-bottom: 0;
  }
  #top .content-info {
    padding-bottom: 60px;
  }
  #top .content-info::before {
    display: none;
  }
  #top .content-info .image {
    margin-left: 0%;
    margin-bottom: -300px;
  }
  #top .content-info .inner {
    position: relative;
    top: auto;
    margin: 0 auto;
    width: 90%;
    padding: 45px 5%;
    display: block;
    transform: translateY(0%);
    text-align: center;
  }
  #top .content-info .header {
    width: auto;
    padding-bottom: 50px;
  }
  #top .content-info .title {
    font-size: 30px;
    padding-bottom: 10px;
  }
  #top .content-info .lead {
    padding-bottom: 0px;
  }
  #top .content-info .content {
    width: auto;
    padding-top: 0;
  }
  #top .content-info .text01 {
    padding-bottom: 16px;
  }
  #top .content-info .text02 {
    padding-bottom: 5px;
  }
  #top .content-info .text03 {
    padding-bottom: 20px;
  }
  #top .content-info .btns {
    display: block;
  }
  #top .content-info .button {
    width: 100%;
    margin-bottom: 18px;
  }
  #top .content-info .button a {
    margin: auto;
  }
  #top .concept-section {
    position: relative;
    padding: 80px 5% 85px;
    height: 300vh;
  }
  #top .concept-section::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #beb3a2 0%, #ab8665 40%, #a4744d 60%, #904209);
  }
  #top .concept-section .title {
    font-size: 18px;
    padding-bottom: 40px;
  }
  #top .concept-section .inner {
    left: 0%;
    width: 100%;
  }
  #top .concept-section .annotation {
    padding: 10px;
  }
  #top .concept-section .images {
    margin-bottom: -50px;
    height: 30vh;
  }
  #top .concept-section .images li::after {
    height: 4px;
  }
  #top .concept-section .images li .in {
    height: 30vh;
  }
  #top .concept-section .images .list01 .in {
    background-image: url(../imgs/concept01-sp.jpg);
  }
  #top .concept-section .images .list02 .in {
    background-image: url(../imgs/concept02-sp.jpg);
  }
  #top .concept-section .images .list03 .in {
    background-image: url(../imgs/concept03-sp.jpg);
  }
  #top .concept-section .texts {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    width: 90%;
    margin: auto;
  }
  #top .concept-section .texts .text {
    font-size: 12px;
    line-height: 1.8;
  }
  #top .concept-section .texts p {
    font-size: 12px;
    line-height: 1.8;
    transition: opacity 1s, transform 1s;
  }
  #top .concept-section .texts .lead {
    font-size: 58px;
    padding-bottom: 15px;
  }
  #top .concept-section.on .images {
    margin-left: 0%;
  }
  #top .concept-section.on .texts p {
    transition: opacity 1s, transform 1s;
  }
  #top .panels-wrap {
    height: 1600vh;
  }
  #top .panels-wrap .panel-bg {
    background-image: url(../imgs/panel-bg-sp.jpg);
  }
  #top .panels-wrap .ttl {
    font-size: 22px;
    text-align: center;
    padding-top: 25px;
  }
  #top .panels-wrap .panel .title {
    top: 35%;
    font-size: 45px;
  }
  #top .panels-wrap .panel .text {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 64%;
    font-size: 14px;
  }
  #top .panels-wrap .panel .text br {
    display: none;
  }
  #top .panels-wrap .panel .bg {
    opacity: 0;
  }
  #top .panels-wrap .panel .link {
    position: absolute;
    top: 38%;
    right: 10%;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1.5s 1s, opacity 1s 1s;
  }
  #top .panels-wrap .panel .link a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 12px;
  }
  #top .panels-wrap .panel .img-base {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 90%;
    height: auto;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    opacity: 0;
    transition: margin-top 1s 1s, opacity 1s 1s;
  }
  #top .panels-wrap .panel .img-base .in {
    clip-path: inset(10% 30%);
    transition: clip-path 1s;
    overflow: hidden;
  }
  #top .panels-wrap .panel .img-base img {
    width: 100vw;
  }
  #top .panels-wrap .panel.on {
    opacity: 1;
  }
  #top .panels-wrap .panel.on .text {
    opacity: 1;
    transform: translateY(0);
    color: #000;
  }
  #top .panels-wrap .panel.on .img-base {
    margin-top: 0;
    opacity: 1;
  }
  #top .panels-wrap .panel.on .link {
    transform: translateY(0);
    opacity: 1;
  }
  #top .panels-wrap .panel.at .text {
    color: #000;
  }
  #top .panels-wrap .panel.at .img-base .in {
    clip-path: inset(0% 0%);
  }
  #top .panels-wrap .panel.at .link a {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #top .panels-wrap.on .panel-bg,
  #top .panels-wrap.on .inner {
    position: fixed;
  }
}/*# sourceMappingURL=top.css.map */