@charset "utf-8";
/*a {
  pointer-events: none;
}*/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
  z-index: 0;
  margin-bottom: 3.6rem;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  #main_sd {
    padding-top: 110px;
  }
  #main_sd::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  #main_sd {
    margin-bottom: 5rem;
  }
  #main_sd::before {
    height: 70%;
  }
}
.fv-slider_block {
  position: relative;
  height: 100%;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.fv-slider-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv-slider-img img {
  height: 100%;
  object-fit: cover;
}
.fv-slider {
  display: none;
}
.fv-slider.slick-initialized {
  display: block;
}
@media screen and (min-width: 992px) {
  .fv-slider_block {
    width: 96%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
/**************************************
/* fv_title_block
***************************************/
.fv_title_block {
  width: 82%;
  color: #fff;
  position: absolute;
  bottom: 26%;
  left: 7%;
  max-width: 485px;
}
@media screen and (min-width: 1200px) {
  .fv_title_block {
    width: 79%;
    bottom: 27%;
    left: 10.5%;
  }
}
/*||slick||*/
.fv-slider .slick-dots {
  top: auto;
  bottom: 5%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.fv-slider .slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  margin-right: 15px;
}
.fv-slider .slick-dots li:last-child {
  margin-right: 0;
}
.fv-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.fv-slider .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv-slider .slick-dots .slick-active button::before {
  background-color: #fff;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .fv-slider .slick-dots {
    width: auto;
    right: auto;
    left: 7%;
    bottom: 20%;
    transform: translateX(-0%);
  }
}
@media screen and (min-width: 1200px) {
  .fv-slider .slick-dots {
    left: 9%;
    bottom: 12.5%;
  }
  .fv-slider .slick-dots li {
    margin-right: 20px;
  }
}
/***************************************
favo_container
***************************************/
.favo_container {
  margin-bottom: 5.8rem;
}
.favo_head_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4.3rem;
}
.favo_head {
  font-size: 1.93rem;
  letter-spacing: 0.07em;
  padding-bottom: 14px;
  margin-bottom: 0;
  position: relative;
}
.favo_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.favo_unit01 {
  margin-bottom: 4.2rem;
}
.favo_img_up, .favo_img_down_unit01 {
  display: none;
}
.favo_img_up, .favo_img_down_unit01, .favo_img_down_unit02 {
  position: relative;
  overflow: hidden;
}
.favo_img_down_unit02 {
  width: 89%;
  border-radius: 0 10px 10px 0;
  aspect-ratio: 23 / 16;
}
.favo_img {
  width: 100%;
}
.favo_img03 {
  height: 120%;
  position: relative;
  top: -8%;
}
.favo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 0 10px 10px 0;
}
.favo_unit02 {
  width: 77%;
  margin: 0 auto;
}
.favo_logo {
  width: 150px;
  margin-bottom: 3.9rem;
}
.favo_title {
  font-size: 1.57rem;
  letter-spacing: 0.07em;
  line-height: 1.54;
  margin-bottom: 2.5rem;
}
.favo_txt {
  font-size: 1.07rem;
  line-height: 1.66;
  letter-spacing: 0.01rem;
  text-align: justify;
  margin-bottom: 1.7rem;
}
.favo_txt_brackets {
  margin-left: -10px;
}
.favo_txt_last {
  margin-bottom: 4.1rem;
}
@media screen and (min-width: 768px) {
  .favo_unit01 {
    width: 87%;
    margin: 0 auto 4rem;
  }
  .favo_img_up {
    display: block;
    width: 74%;
    margin: 0 auto 6%;
    aspect-ratio: 124 / 69;
    border-radius: 10px;
  }
  .favo_img_down {
    display: flex;
    align-items: flex-start;
  }
  .favo_img_down_unit01 {
    display: block;
    width: 30%;
    margin-right: 6%;
    aspect-ratio: 25 / 33;
    border-radius: 10px;
  }
  .favo_img_down_unit02 {
    width: 64%;
    margin: 0;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
  }
  .favo_img img {
    border-radius: 10px;
  }
  .favo_img01 {
    height: 120%;
    position: relative;
    top: -8%;
  }
  .favo_img02 {
    height: 120%;
    position: relative;
    top: -8%;
  }
}
@media screen and (min-width: 992px) {
  .favo_container {
    margin-bottom: 7rem;
  }
  .favo_block {
    display: flex;
    align-items: center;
    width: 87%;
    margin: 0 auto;
  }
  .favo_unit01 {
    width: 50%;
    margin: 0;
  }
  .favo_unit02 {
    width: 50%;
    padding-left: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .favo_container {
    margin-bottom: 10rem;
  }
  .favo_head_wrap {
    margin-bottom: 5.1rem;
  }
  .favo_head {
    font-size: 2rem;
  }
  .favo_block {
    width: 85.5%;
  }
  .favo_unit01 {
    width: 54.5%;
  }
  .favo_img_up {
    margin-left: 14%;
  }
  .favo_unit02 {
    width: 45.5%;
    padding-left: 6.4%;
  }
  .favo_logo {
    width: 220px;
    margin-bottom: 3.2rem;
  }
  .favo_title {
    font-size: 1.4375rem;
    margin-bottom: 2rem;
  }
  .favo_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
  }
  .favo_txt_brackets {
    margin-left: -6px;
  }
  .favo_txt_last {
    margin-bottom: 4.7rem;
  }
}
/***************************************
spec_container
***************************************/
.spec_container {
  margin-bottom: 5.3rem;
}
.spec_outer {
  width: 87%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.spec_unit01 {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.spec_img {
  aspect-ratio: 17 / 12;
}
.spec_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spec_unit02 {
  padding: 4rem 2rem 5.7rem;
}
.spec_unit02_left {
  margin-bottom: 3.5rem;
}
.spec_unit02_left .section_title_box {
  text-align: center;
  margin-bottom: 0;
}
.spec_title {
  width: 94%;
  margin: 0 auto 2.5rem;
}
.spec_txt {
  font-size: 1.07rem;
  line-height: 1.66;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-bottom: 4rem;
}
.spec_unit02_right .section_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .spec_outer {
    padding: 3rem;
  }
  .spec_block {
    display: flex;
  }
  .spec_unit01 {
    width: 50%;
    order: 2;
    border-radius: 10px;
  }
  .spec_img {
    aspect-ratio: initial;
    height: 100%;
  }
  .spec_unit02 {
    width: 50%;
    order: 1;
    padding: 0;
    padding-right: 6%;
  }
  .spec_unit02_left .section_title_box {
    text-align: left;
  }
  .spec_title {
    margin-left: 0;
    margin-right: 0;
  }
  .spec_unit02_right .section_btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .spec_container {
    margin-bottom: 7rem;
  }
  .spec_outer {
    padding: 6rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .spec_container {
    margin-bottom: 8.4rem;
  }
  .spec_outer {
    width: 85.5%;
    padding: 5rem;
  }
  .spec_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .spec_outer {
    padding: 7.6rem 7.5rem 7.5rem 6.3rem;
  }
  .spec_block {
    align-items: center;
  }
  .spec_unit01 {
    width: 47%;
  }
  .spec_unit02 {
    width: 53%;
    display: flex;
  }
  .spec_unit02_left {
    width: 27%;
    margin-top: -4.1rem;
    margin-bottom: 0;
  }
  .section_title_row {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .section_title_row .section_title {
    white-space: nowrap;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .section_title_row .section_title span {
    padding-left: 0.6rem;
    margin-bottom: 1.6rem;
  }
  .spec_unit02_right {
    width: 73%;
  }
  .spec_title_wrap {
    width: 125%;
    background-color: #fff;
    padding: 15px 18px 17px 0;
    border-radius: 10px;
    white-space: nowrap;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
  .spec_title {
    width: 100%;
    margin-bottom: 0;
  }
}
/***************************************
model_container
***************************************/
.model_container {
  margin-bottom: 5.3rem;
}
.model_back {
  aspect-ratio: 39 / 23;
  margin-bottom: 4rem;
}
.model_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model_outer {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.model_block {
  width: 89%;
  margin: 0 auto;
}
.model_unit01 {
  margin-bottom: 4.1rem;
}
.model_unit01 .section_title_box {
  text-align: center;
}
.model_title {
  font-size: 1.57rem;
  line-height: 1.54;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 2.3rem;
}
.model_txt {
  font-size: 1.07rem;
  line-height: 1.66;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-bottom: 0;
}
.model_unit01 .section_btn_box {
  display: none;
}
.model_unit02 > ul > li {
  margin-bottom: 3.7rem;
}
.model_unit02 > ul > li:last-child {
  margin-bottom: 0;
}
.model_unit02_item {
  display: block;
  color: #000;
}
.model_unit02_item:hover {
  color: #000;
  opacity: 1;
}
.model_unit02_img {
  margin-bottom: 1.7rem;
}
.model_unit02_txt_box {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.55rem;
}
.model_unit02_title {
  font-size: 1.29rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.model_unit02_txt {
  font-size: 0.93rem;
}
.model_unit02_arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #11438a;
  border: 1px solid rgba(17, 67, 138, 1);
  position: relative;
  transition: all 0.5s;
}
a:hover .model_unit02_arrow {
  background-color: #fff;
  transition: all 0.5s;
}
.model_unit02_arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
a:hover .model_unit02_arrow::before {
  background-image: url("../images/arrow_blue.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .model_unit02 > ul {
    display: flex;
    gap: 4%;
  }
  .model_unit02 > ul > li {
    width: calc((100% - 4%) / 2);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .model_container {
    margin-bottom: 7.3rem;
  }
  .model_back {
    width: 93.5%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 20px 0 0 0;
    overflow: hidden;
    aspect-ratio: initial;
    margin-bottom: 0;
  }
  .model_outer {
    width: 100%;
    margin-top: -17rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .model_block {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .model_unit01 {
    width: 44%;
    background-color: #fff;
    padding: 6.5%;
    border-radius: 0 20px 20px 0;
    margin-bottom: 0;
  }
  .model_unit01 .section_title_box {
    text-align: left;
  }
  .model_title {
    text-align: left;
  }
  .model_title_brackets {
    margin-left: -10px;
  }
  .model_txt {
    margin-bottom: 3rem;
  }
  .model_unit01 .section_btn_box {
    display: block;
  }
  .model_unit02 {
    width: 56%;
    padding: 0 3.5% 3rem 3.5%;
  }
}
@media screen and (min-width: 1200px) {
  .model_container {
    margin-bottom: 9.7rem;
  }
  .model_back {
    width: 93%;
  }
  .model_outer {
    margin-top: -19rem;
  }
  .model_unit01 {
    width: 40%;
    padding: 7% 7% 7.3% 7%;
  }
  .model_unit01 .section_title span {
    font-size: 2.6rem;
  }
  .model_title {
    font-size: 1.4375rem;
    letter-spacing: 0.08em;
  }
  .model_txt {
    font-size: 0.9375rem;
    margin-bottom: 4.6rem;
  }
  .model_unit02 {
    width: 60%;
    padding: 0 7.2% 2.4rem 7.2%;
  }
  .model_unit02 > ul {
    gap: 6%;
  }
  .model_unit02 > ul > li {
    width: calc((100% - 6%) / 2);
  }
  .model_unit02_img {
    margin-bottom: 1.8rem;
  }
  .model_unit02_txt_box {
    padding: 0 1.3rem 0 0.55rem;
  }
  .model_unit02_title {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
  }
  .model_unit02_txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .model_outer {
    margin-top: -15rem;
  }
  .model_unit01 .section_title span {
    font-size: 3.25rem;
  }
}
/***************************************
reserve_container
***************************************/
.reserve_container {
  margin-bottom: 5.5rem;
}
.reserve_block {
  width: 87%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.reserve_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reserve_unit02 {
  padding: 4rem 6% 5.7rem;
}
.reserve_head {
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 1.8rem;
}
.reserve_title {
  margin-bottom: 3rem;
}
.reserve_tel_wrap {
  line-height: 1;
  margin-bottom: 2rem;
}
.reserve_tel_wrap_last {
  margin-bottom: 0.8rem;
}
.reserve_tel_type {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fad205;
  width: 130px;
  height: 26px;
  border-radius: 13px;
  margin: 0 auto 1rem;
}
.reserve_tel {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
}
.reserve_tel a {
  color: #000;
}
.reserve_time {
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 4rem;
}
.reserve_block .section_btn {
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .reserve_block {
    display: flex;
  }
  .reserve_unit01 {
    width: 43%;
  }
  .reserve_unit02 {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 6% 3.7rem;
  }
  .reserve_title {
    width: 100%;
    max-width: 334px;
    margin-bottom: 2.1rem;
  }
  .reserve_tel_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
  }
  .reserve_tel_wrap_last {
    margin-bottom: 1rem;
  }
  .reserve_tel_type {
    margin-left: 0;
    margin-right: 0.4rem;
    margin-bottom: 0;
  }
  .reserve_tel span {
    display: none;
  }
  .reserve_time {
    margin-bottom: 2.9rem;
  }
}
@media screen and (min-width: 992px) {
  .reserve_container {
    margin-bottom: 8.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .reserve_container {
    margin-bottom: 9.6rem;
  }
  .reserve_unit01 {
    width: 50%;
  }
  .reserve_unit02 {
    width: 50%;
    padding: 3rem 6% 3.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .reserve_block {
    width: 72%;
  }
  .reserve_head {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
  }
  .reserve_tel_type {
    font-size: 0.9375rem;
  }
  .reserve_tel {
    font-size: 2rem;
  }
  .reserve_time {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
/***************************************
insta_container
***************************************/
.insta_container {
  width: 77%;
  margin: 0 auto;
}
.insta_title_wrap {
  margin-bottom: 2.8rem;
}
.insta_title_wrap .section_title_box {
  margin-bottom: 2.1rem;
}
.insta_block {
  margin-bottom: 2.7rem;
}
.insta_block #sb_instagram .sbi_photo_wrap {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .insta_title_wrap {
    position: relative;
    margin-bottom: 3rem;
  }
  .insta_title_wrap .section_title_box {
    margin-bottom: 0;
  }
  .insta_icon_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .insta_block {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 3.3rem;
  }
  .insta_block #sb_instagram .sbi_photo_wrap {
    margin: 5px;
  }
}
@media screen and (min-width: 1500px) {
  .insta_container {
    width: 72%;
  }
}
/***************************************

***************************************/