@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
h1 {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
@keyframes headerAnimation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: none;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes driveTheme {
  0% {
    transform: translate(0, 0) scale(1, 1);
  }
  25% {
    transform: translate(-50vw, 0) scale(1, 1);
  }
  26% {
    transform: translate(-50vw, 0) scale(-1, 1);
  }
  65% {
    transform: translate(20vw, 0) scale(-1, 1);
  }
  66% {
    transform: translate(20vw, 0) scale(1, 1);
  }
  80% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes driveInquiry {
  0% {
    transform: translate(0, 0) scale(-1, 1);
  }
  40% {
    transform: translate(100vw, 0) scale(-1, 1);
  }
  41% {
    transform: translate(100vw, 0) scale(1, 1);
  }
  80% {
    transform: translate(-50vw, 0) scale(1, 1);
  }
  81% {
    transform: translate(-50vw, 0) scale(-1, 1);
  }
  90% {
    transform: translate(0, 0) scale(-1, 1);
  }
}
* {
  line-height: 1.5;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFEF4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #550122;
  font-size: 16px;
  position: relative;
  scroll-behavior: smooth;
}

h2 {
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 28px;
  font-family: "Yusei Magic", sans-serif;
  position: relative;
}
h2 img {
  width: 60px;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    margin: 0 auto 3rem;
  }
  h2 img {
    width: 80px;
  }
}

.bl_sns_icon {
  text-align: center;
  font-size: 40px;
}
.bl_sns_icon a {
  text-decoration: none;
}
.bl_sns_icon i, .bl_sns_icon img {
  margin: 0 8px;
  color: white;
  transition: all 0.3s;
  vertical-align: middle;
}
.bl_sns_icon i:hover, .bl_sns_icon img:hover {
  opacity: 0.7;
}

.bl_page_top {
  position: fixed;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  transition: all 0.3s;
}
.bl_page_top.is_in {
  opacity: 1;
}
.bl_page_top a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 60px;
  color: #550122;
}
.bl_page_top a img {
  transition: all 0.3s;
  margin-bottom: 5px;
  width: 100%;
}
.bl_page_top a:hover img {
  transform: translateY(-20px);
}
.bl_page_top span {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.un_fadeBottom {
  opacity: 0;
}

.un_fadeBottom.is_active {
  animation: fadeBottom forwards 1s ease 0.2s;
}

.un_fade {
  opacity: 0;
}

.un_fade.is_active {
  animation: fade forwards 1s ease 0s;
}

.is_scroll {
  opacity: 0;
  transform: translateY(-100px);
}

.ly_header {
  position: fixed;
  z-index: 100;
  background-color: #FFFEF4;
  top: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .ly_header {
    height: auto;
  }
}

.un_header_logo {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 1000;
}
.un_header_logo img {
  width: 130px;
}
.un_header_logo img:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .un_header_logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .un_header_logo img {
    width: 140px;
  }
}

.bl_nav {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100vw;
  transition: ease 0.6s;
  z-index: 900;
}
@media screen and (min-width: 992px) {
  .bl_nav {
    position: relative;
    right: 0;
    top: 0;
  }
}
.bl_nav.is_active {
  right: 0;
}
@media screen and (min-width: 992px) {
  .bl_nav.is_active {
    right: auto;
  }
}
.bl_nav_inner {
  background-color: #E6E0B6;
  height: max(100vh, 700px);
  width: clamp(320px, 90vw, 600px);
  margin-right: 0;
  margin-left: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .bl_nav_inner {
    display: flex;
    height: auto;
    width: 100%;
    max-width: none;
    transform: none;
    background-color: transparent;
    height: auto;
    overflow: hidden;
  }
}
.bl_nav_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: max(110%, 500px);
  height: 200px;
  background-image: url("img/nav_sp_bottom.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_nav_inner::after {
    display: none;
  }
}
.bl_nav_inner .bl_sns_icon {
  width: 100%;
}
.bl_nav_inner .bl_sns_icon i {
  color: #550122;
}
.bl_nav_inner .bl_sns_icon img {
  filter: invert(4%) sepia(67%) saturate(7488%) hue-rotate(331deg) brightness(104%) contrast(100%);
}
.bl_nav ul {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .bl_nav ul {
    margin-top: 0;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    transform: translateX(35px);
  }
}
@media screen and (min-width: 1200px) {
  .bl_nav ul {
    transform: translateX(80px);
  }
}
.bl_nav ul li {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 50%;
  font-family: "Yusei Magic", sans-serif;
}
@media screen and (min-width: 992px) {
  .bl_nav ul li {
    font-size: 16px;
    padding: 15px 0;
    word-break: keep-all;
    width: auto;
    font-size: 16px;
    margin: 0 25px;
  }
  .bl_nav ul li:nth-child(4) {
    margin: 0 5px 0 170px;
  }
  .bl_nav ul li:nth-child(5), .bl_nav ul li:nth-child(6) {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_nav ul li:nth-child(4) {
    margin: 0 25px 0 220px;
  }
  .bl_nav ul li:nth-child(5), .bl_nav ul li:nth-child(6) {
    margin: 0 25px;
  }
}
.bl_nav ul li a {
  display: block;
  color: #550122;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
}
.bl_nav ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bl_nav ul li a img {
  display: block;
  margin: 0 auto 5px;
  height: 35px;
}
@media screen and (min-width: 992px) {
  .bl_nav ul li a img {
    height: 24px;
  }
}

.bl_hamburger {
  width: 40px;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: fixed;
  top: 16px;
  right: 16px;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 992px) {
  .bl_hamburger {
    display: none;
  }
}
.bl_hamburger span {
  width: 100%;
  height: 2px;
  background-color: #550122;
  position: relative;
  transition: ease 0.4s;
  display: block;
  mix-blend-mode: multiply;
}
.bl_hamburger span:nth-child(1) {
  top: 0;
}
.bl_hamburger span:nth-child(2) {
  margin: 14px 0;
}
.bl_hamburger span:nth-child(3) {
  top: 0;
}

.bl_nav.is_active .header_nav_inner {
  transform: translateX(0);
}
.bl_nav.is_active .bl_hamburger span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.bl_nav.is_active .bl_hamburger span:nth-child(2) {
  opacity: 0;
}
.bl_nav.is_active .bl_hamburger span:nth-child(3) {
  top: -19px;
  transform: rotate(-45deg);
}

.ly_hero {
  background-color: #E6E0B6;
  height: 100vh;
  width: 100%;
  position: relative;
  min-height: 800px;
  overflow: hidden;
}
.ly_hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  margin-top: 35px;
  background-image: url("img/hero_bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .ly_hero::before {
    width: 110%;
    height: 110%;
  }
}
.ly_hero::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: max(100%, 1100px);
  height: max(12vw, 120px);
  background-image: url("img/separator_hero.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ly_hero h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ly_hero h1 .bl_hero_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.ly_hero h1 img {
  position: relative;
  width: 95vw;
  max-width: 400px;
  opacity: 0;
  animation: fade forwards 1s ease 0.7s;
}
@media screen and (min-width: 768px) {
  .ly_hero h1 img {
    max-width: 600px;
    width: 50%;
  }
}

.bl_theme {
  position: relative;
  overflow-x: clip;
  width: 100%;
}
.bl_theme::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: max(100%, 1100px);
  height: max(12vw, 120px);
  background-image: url("img/separator_map.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_theme_inner {
  padding: 8rem 0 10rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .bl_theme_inner {
    padding: 8rem 0 15rem;
  }
}
.bl_themeImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 550px);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .bl_themeImg {
    width: min(100%, 700px);
  }
}
@media screen and (min-width: 992px) {
  .bl_themeImg {
    width: min(100%, 1100px);
  }
}
.bl_themeImg img {
  position: absolute;
}
.bl_themeImg .el_themeImg01 {
  top: -10px;
  left: -20%;
  width: clamp(200px, 50vw, 300px);
}
@media screen and (min-width: 768px) {
  .bl_themeImg .el_themeImg01 {
    top: 10%;
    left: -25%;
  }
}
@media screen and (min-width: 992px) {
  .bl_themeImg .el_themeImg01 {
    top: 10%;
    left: -25%;
    width: 500px;
  }
}
.bl_themeImg .el_themeImg02 {
  bottom: -100px;
  right: -10%;
  width: clamp(250px, 50vw, 350px);
}
@media screen and (min-width: 576px) {
  .bl_themeImg .el_themeImg02 {
    right: -20%;
  }
}
@media screen and (min-width: 768px) {
  .bl_themeImg .el_themeImg02 {
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_themeImg .el_themeImg02 {
    width: 500px;
    top: -50px;
  }
}
.bl_themeImg .el_themeImg03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_themeImg .el_themeImg03 {
    display: block;
    bottom: -80px;
    right: -15%;
    width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .bl_themeImg .el_themeImg03 {
    right: -8%;
    bottom: 0;
    width: 300px;
  }
}
.bl_themeImg .el_themeImg04 {
  display: none;
}
@media screen and (min-width: 992px) {
  .bl_themeImg .el_themeImg04 {
    display: block;
    width: 100px;
    bottom: 20px;
    left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_themeImg .el_themeImg04 {
    width: 160px;
    bottom: -30px;
  }
}
.bl_theme .el_themeImg01.is_active {
  animation: fade forwards 1.5s ease 0.1s;
}
.bl_theme .el_themeImg02.is_active {
  animation: fade forwards 1.5s ease 0.2s;
}
.bl_theme .el_themeImg03.is_active {
  animation: fade forwards 1.5s ease 0.3s;
}
.bl_theme .el_themeImg04.is_active {
  animation: fade forwards 1.5s ease 0.6s, driveTheme linear 20s infinite 2s;
}
.bl_themeText {
  width: min(100%, 450px);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_themeText {
    width: 100%;
  }
}
.bl_themeText_title {
  text-align: center;
  margin: 20px;
  line-height: 1.5;
  font-family: "Yusei Magic", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .bl_themeText_title {
    font-size: 60px;
    margin-bottom: 2rem;
    letter-spacing: 5px;
  }
}
.bl_themeText_title span:nth-child(5n+1) {
  color: #E86E9C;
}
.bl_themeText_title span:nth-child(5n+2) {
  color: #00B4ED;
}
.bl_themeText_title span:nth-child(5n+3) {
  color: #EE781F;
}
.bl_themeText_title span:nth-child(5n+4) {
  color: #00A38E;
}
.bl_themeText_title span:nth-child(5n+5) {
  color: #E8374A;
}
.bl_themeText_deco {
  width: 150px;
  margin: 0 auto;
}
.bl_themeText p {
  position: relative;
  word-break: break-all;
  line-height: 2.5;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .bl_themeText p {
    text-align: center;
    font-size: 20px;
  }
}

.bl_map {
  padding: 7rem 15px 7rem;
  background-color: #E6E0B6;
}
@media screen and (min-width: 768px) {
  .bl_map {
    padding: 10rem 15px 7rem;
  }
}
.bl_map .el_comingSoon {
  color: #969696;
  font-size: 28px;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .bl_map .el_comingSoon {
    font-size: 40px;
  }
}

.bl_gallery {
  padding: 10rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.bl_gallery::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: max(100%, 1100px);
  height: max(12vw, 120px);
  transform: translateX(-50%) rotate(180deg);
  z-index: 1;
  background-image: url("img/separator_map.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_gallery {
    padding: 13rem 0 4rem;
  }
}
.bl_gallery h2 {
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 576px) {
  .bl_gallery h2 {
    margin: 0 auto 2rem;
  }
}
.bl_gallery h2 span {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .bl_gallery h2 span {
    font-size: 20px;
  }
}
.bl_gallery .un_head_sub {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .bl_gallery .un_head_sub {
    font-size: 20px;
  }
}
.bl_gallery .un_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bl_gallery .un_bg_top::before, .bl_gallery .un_bg_top::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(276px, 45vw, 520px);
  height: clamp(366px, 70vw, 720px);
  background-image: url("img/bg_gallery.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_gallery .un_bg_top::before {
  left: -40px;
}
@media screen and (min-width: 768px) {
  .bl_gallery .un_bg_top::before {
    left: 0;
  }
}
.bl_gallery .un_bg_top::after {
  right: -40px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .bl_gallery .un_bg_top::after {
    right: 0;
  }
}
.bl_gallery .bl_award {
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_gallery .bl_award {
    width: calc(100% - 80px);
    margin: 0 auto 5rem;
  }
}
.bl_gallery .bl_award .bl_gallery_img_wrap {
  position: relative;
}
.bl_gallery .bl_award .bl_gallery_img_wrap::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -10px;
  width: 100px;
  height: 100px;
  z-index: 1;
  background-image: url("img/i_gallery.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_gallery .bl_award .bl_gallery_img_wrap::before {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -60px;
  }
}
.bl_gallery .bl_award .bl_gallery_img_wrap::after {
  content: "大賞";
  position: absolute;
  top: -12px;
  right: 24px;
  color: white;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .bl_gallery .bl_award .bl_gallery_img_wrap::after {
    font-size: 32px;
    right: 10px;
    top: 22px;
  }
}
.bl_gallery .bl_award_name {
  background-color: #BB9967;
  font-size: 20px;
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: -20px auto 0;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_gallery .bl_award_name {
    font-size: 28px;
  }
}
.bl_gallery_img_wrap {
  position: relative;
}
.bl_gallery_img_wrap a img {
  transition: all 0.3s;
}
.bl_gallery_img_wrap a img:hover {
  opacity: 0.7;
}
.bl_gallery_img_wrap p {
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: -20px auto 0;
  z-index: 5;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_gallery_img_wrap p {
    font-size: 20px;
  }
}
.bl_gallery_slider .bl_gallery_img_wrap {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .bl_gallery_slider .bl_gallery_img_wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.bl_gallery_slider .bl_gallery_img_wrap:nth-child(even) {
  margin-top: 100px;
}
.bl_gallery_slider .bl_gallery_img_wrap.hp_c_pink p {
  background-color: #E86E9C;
}
.bl_gallery_slider .bl_gallery_img_wrap.hp_c_blue p {
  background-color: #00B4ED;
}
.bl_gallery_slider .bl_gallery_img_wrap.hp_c_orange p {
  background-color: #EE781F;
}
.bl_gallery_slider .bl_gallery_img_wrap.hp_c_green p {
  background-color: #00A38E;
}
.bl_gallery_slider .bl_gallery_img_wrap.hp_c_red p {
  background-color: #E8374A;
}
.bl_gallery_slider .bl_gallery_img_wrap p.el_award {
  position: relative;
}
.bl_gallery_slider .bl_gallery_img_wrap p.el_award::after {
  position: absolute;
  content: "";
  top: -18px;
  right: -10px;
  width: 35px;
  height: 35px;
  background-image: url("img/i_gallery.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .bl_gallery_slider .bl_gallery_img_wrap p.el_award::after {
    width: 54px;
    height: 54px;
    top: -30px;
    right: -25px;
  }
}
.bl_gallery_slider .bl_gallery_img_wrap a img {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  aspect-ratio: 202/194;
}
.bl_gallery .slick-prev, .bl_gallery .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .bl_gallery .slick-prev, .bl_gallery .slick-next {
    width: 60px;
    height: 60px;
  }
}
.bl_gallery .slick-prev img, .bl_gallery .slick-next img {
  width: 100%;
}
.bl_gallery .slick-prev::before, .bl_gallery .slick-next::before {
  display: none;
}
.bl_gallery .slick-prev {
  left: 15px;
  transform: rotate(180deg) translate(0, 50%);
}
.bl_gallery .slick-next {
  right: 15px;
}

.modaal-gallery-label {
  display: block !important;
}

_::-webkit-full-page-media, _:future, :root .bl_gallery_img_wrap a img:hover {
  opacity: 1;
}

.bl_insta {
  padding: 2rem 15px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .bl_insta {
    padding: 4rem 15px;
  }
}
.bl_insta_inner {
  background-image: url("img/bg_insta.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0rem 3rem;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}
.bl_insta_inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("img/bg_insta_top.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 800px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .bl_insta_inner::before {
    width: 1200px;
    height: 160px;
  }
}
.bl_insta_feed {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 400px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .bl_insta_feed {
    padding: 0 30px;
  }
}
.bl_insta_feed #sb_instagram {
  scrollbar-color: #BB9967 #E6E0B6;
  padding-right: 20px;
}
.bl_insta_feed #sb_instagram::-webkit-scrollbar {
  border-radius: 20px;
}
.bl_insta_feed #sb_instagram::-webkit-scrollbar-button {
  display: none;
  opacity: 0;
}
.bl_insta .un_deco_insta {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.bl_insta .un_deco_insta::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -70px;
  background-image: url("img/deco_insta_left.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: max(45.1vw, 174px);
  height: max(36.8vw, 138px);
}
@media screen and (min-width: 768px) {
  .bl_insta .un_deco_insta::before {
    width: clamp(250px, 23.16vw, 314px);
    height: clamp(206px, 20.7vw, 260px);
    top: -30px;
    left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_insta .un_deco_insta::before {
    left: -80px;
  }
}
.bl_insta .un_deco_insta::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -50px;
  background-image: url("img/deco_insta_right.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: max(42.7vw, 160px);
  height: max(29.9vw, 112px);
}
@media screen and (min-width: 768px) {
  .bl_insta .un_deco_insta::after {
    width: clamp(250px, 25.17vw, 302px);
    height: clamp(175px, 17.58vw, 211px);
    top: 10px;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_insta .un_deco_insta::after {
    right: -70px;
  }
}

.bl_banner {
  padding: 3rem 0 5rem;
}
.bl_banner .bl_banner_slider .el_slide_item {
  margin: 0 5px;
}
.bl_banner .bl_banner_slider .el_slide_item a img {
  transition: all 0.3s;
}
.bl_banner .bl_banner_slider .el_slide_item a img:hover {
  opacity: 0.5;
}
.bl_banner .bl_banner_slider .banner_border {
  border: 1px solid #ccc;
}
.bl_banner .bl_banner_slider .slick-track {
  display: flex;
  margin-bottom: 20px;
}

.bl_organization {
  padding: 3rem 0;
  background: #E6E0B6;
}
@media screen and (min-width: 768px) {
  .bl_organization {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_organization dl {
    display: flex;
    align-items: flex-start;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_organization dl:not(:last-child) {
  border-bottom: 1px solid #550122;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .bl_organization dl:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.bl_organization dl dt {
  border: 1px solid #550122;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .bl_organization dl dt {
    width: 100px;
    flex-shrink: 0;
    margin-right: 30px;
    text-align: center;
  }
}
.bl_organization dl dd {
  margin-bottom: 0;
}

.bl_inquiry {
  padding: 3rem 15px 5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bl_inquiry_inner {
  position: relative;
}
.bl_inquiry_inner::after {
  content: "";
  position: absolute;
  background-image: url("img/i_inquiry.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 74px;
  bottom: -90px;
  left: 10px;
  transform: scaleX(-1);
  animation: driveInquiry linear 20s infinite 2s;
}
@media screen and (min-width: 768px) {
  .bl_inquiry {
    padding: 5rem 15px;
  }
}
.bl_inquiry h2 {
  margin-bottom: 2rem;
}
.bl_inquiry p {
  font-size: 14px;
}

.ly_footer {
  margin-top: -20px;
  padding: 2rem 0 2rem;
  color: white;
  background-color: #BB9967;
}
.ly_footer .bl_sns_icon {
  margin-bottom: 10px;
}
.ly_footer .bl_sns_icon a:last-child {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(129deg) brightness(101%) contrast(101%);
}
.ly_footer .el_copy {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */