@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
.bl_section_atelier_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_section_collection, .bl_section_order .ly_main_inner, .bl_section_instagram_photos, .bl_section_instagram_photos_link_mask, .bl_section_concept_txtwrap_link_mask, .bl_section_contact_form_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior: none;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@keyframes slide_anime {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}

.ly_mainvis {
  position: relative;
}

.ly_mainvis .bl_slide_list {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1751px) {
  .ly_mainvis .bl_slide_list {
    background-image: url(../images/mainvis01_l_pc.jpg);
  }
}

@media screen and (min-width: 1281px) and (max-width: 1750px) {
  .ly_mainvis .bl_slide_list {
    background-image: url(../images/mainvis01_m_pc.jpg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ly_mainvis .bl_slide_list {
    background-image: url(../images/mainvis01_s_pc.jpg);
  }
}

@media screen and (max-width: 768px) {
  .ly_mainvis .bl_slide_list {
    background-image: url(../images/mainvis01_sp.jpg);
  }
}

@media screen and (min-width: 1751px) {
  .ly_mainvis .bl_slide_list:nth-of-type(2) {
    background-image: url(../images/mainvis02_l_pc.jpg);
  }
}

@media screen and (min-width: 1281px) and (max-width: 1750px) {
  .ly_mainvis .bl_slide_list:nth-of-type(2) {
    background-image: url(../images/mainvis02_m_pc.jpg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ly_mainvis .bl_slide_list:nth-of-type(2) {
    background-image: url(../images/mainvis02_s_pc.jpg);
  }
}

@media screen and (max-width: 768px) {
  .ly_mainvis .bl_slide_list:nth-of-type(2) {
    background-image: url(../images/mainvis02_sp.jpg);
  }
}

@media screen and (min-width: 1751px) {
  .ly_mainvis .bl_slide_list:nth-of-type(3) {
    background-image: url(../images/mainvis03_l_pc.jpg);
  }
}

@media screen and (min-width: 1281px) and (max-width: 1750px) {
  .ly_mainvis .bl_slide_list:nth-of-type(3) {
    background-image: url(../images/mainvis03_m_pc.jpg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ly_mainvis .bl_slide_list:nth-of-type(3) {
    background-image: url(../images/mainvis03_s_pc.jpg);
  }
}

@media screen and (max-width: 768px) {
  .ly_mainvis .bl_slide_list:nth-of-type(3) {
    background-image: url(../images/mainvis03_sp.jpg);
  }
}

@media screen and (min-width: 1751px) {
  .ly_mainvis .bl_slide_list:nth-of-type(4) {
    background-image: url(../images/mainvis04_l_pc.jpg);
  }
}

@media screen and (min-width: 1281px) and (max-width: 1750px) {
  .ly_mainvis .bl_slide_list:nth-of-type(4) {
    background-image: url(../images/mainvis04_m_pc.jpg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ly_mainvis .bl_slide_list:nth-of-type(4) {
    background-image: url(../images/mainvis04_s_pc.jpg);
  }
}

@media screen and (max-width: 768px) {
  .ly_mainvis .bl_slide_list:nth-of-type(4) {
    background-image: url(../images/mainvis04_sp.jpg);
  }
}

.ly_mainvis_scroll {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 1s 0s;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ly_mainvis_scroll {
    height: 60px;
  }
}

.ly_mainvis_scroll.-active {
  opacity: 1;
}

.ly_mainvis_scroll::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  height: 0;
  background-color: #FFEE00;
  animation: scroll_line 3s ease 2s infinite normal;
  transition: all 2s;
}

@keyframes scroll_line {
  0% {
    top: 0px;
    bottom: auto;
    height: 0%;
  }
  49% {
    top: 0px;
    bottom: auto;
    height: 100%;
  }
  50% {
    top: auto;
    bottom: 0px;
    height: 100%;
  }
  99% {
    top: auto;
    bottom: 0px;
    height: 0%;
  }
  100% {
    top: 0;
    bottom: auto;
    height: 0%;
  }
}

.bl_section_collection {
  padding: 12% 0 6%;
  background: linear-gradient(180deg, #FFEE00 0%, #FFEE00 49%, #EDEDF1 49%, #EDEDF1 100%);
}

@media screen and (max-width: 768px) {
  .bl_section_collection {
    padding: 18% 0 45%;
    background: linear-gradient(180deg, #FFEE00 0%, #FFEE00 50%, #EDEDF1 50%, #EDEDF1 100%);
  }
}

.bl_section_collection .ly_main_inner {
  position: relative;
  margin: 0;
}

.bl_section_collection_btn {
  width: 260px;
  height: 287px;
  padding: 39px 22px 39px 34px;
  background: #1A1A1A;
  position: absolute;
  top: -42px;
  right: -20px;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .bl_section_collection_btn {
    width: 217px;
    height: 237px;
    padding: 31px 11px 30px 18px;
    bottom: -28%;
    top: auto;
    right: -11%;
  }
}

.bl_section_collection_btn:hover {
  background: #4d4d4d;
}

.bl_section_collection_btn_ttl {
  width: 145px;
  margin: 0 auto 55px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bl_section_collection_btn_ttl {
    width: 124px;
    margin: 0 auto 48px;
  }
}

.bl_section_collection_btn_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  background-color: #fff;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.bl_section_collection_btn_txt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 2.4;
  letter-spacing: 0.06rem;
  text-align: center;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .bl_section_collection_btn_txt {
    line-height: 1.95;
    letter-spacing: 0rem;
  }
}

.bl_section_order {
  padding: 5.5% 0 8%;
  background: #1A1A1A;
}

@media screen and (max-width: 768px) {
  .bl_section_order {
    padding: 15% 0 19%;
  }
}

.bl_section_order .ly_main_inner {
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bl_section_order .ly_main_inner {
    flex-direction: column;
  }
}

.bl_section_order_ttl {
  position: relative;
  width: 100%;
}

.bl_section_order_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bl_section_order_ttl::after {
    bottom: 35%;
  }
}

.bl_section_order_ttl img {
  margin: 0 auto 4.3%;
  width: 17%;
}

@media screen and (max-width: 768px) {
  .bl_section_order_ttl img {
    width: 48%;
    margin: 0 auto 16%;
  }
}

.bl_section_order_box {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .bl_section_order_box {
    width: 100%;
  }
}

.bl_section_order_box_photo {
  width: 95%;
}

.bl_section_order_box_photo_left {
  margin-left: auto;
}

.bl_section_order_box:nth-of-type(1) {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .bl_section_order_box:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: 10%;
  }
}

.bl_section_order_box:nth-of-type(2) {
  margin-left: 2%;
}

@media screen and (max-width: 768px) {
  .bl_section_order_box:nth-of-type(2) {
    margin-left: auto;
  }
}

.bl_section_order_box_btn {
  background: #FFEE00;
  width: 20.5%;
  height: 39%;
  padding: 3.8% 1% 3% 3%;
  transition: .3s;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bl_section_order_box_btn {
    width: 22%;
    height: 42%;
    padding: 2% 1% 2% 2%;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_order_box_btn {
    width: 100%;
    height: 140px;
    padding: 8.6%;
    display: block;
  }
}

.bl_section_order_box_btn:hover {
  background: #fff461;
}

.bl_section_order_box_btn_ttl {
  width: 78%;
  margin-bottom: 36%;
  position: static;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bl_section_order_box_btn_ttl {
    margin-bottom: 27%;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_order_box_btn_ttl {
    width: 50%;
    margin: 0 auto 15%;
    position: relative;
  }
}

.bl_section_order_box_btn_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #1A1A1A;
  top: 43%;
  left: 14%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bl_section_order_box_btn_ttl::after {
    top: 35%;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_order_box_btn_ttl::after {
    top: auto;
    bottom: -119%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bl_section_order_box_btn_txt {
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 1601px) {
  .bl_section_order_box_btn_txt {
    font-size: 0.7vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bl_section_order_box_btn_txt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_order_box_btn_txt {
    text-align: center;
  }
}

.bl_section_order_box_btn.btn_left {
  position: absolute;
  bottom: -29px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .bl_section_order_box_btn.btn_left {
    position: static;
    bottom: auto;
    left: auto;
  }
}

.bl_section_order_box_btn.btn_right {
  position: absolute;
  bottom: -29px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .bl_section_order_box_btn.btn_right {
    position: static;
    bottom: auto;
    right: auto;
  }
}

.bl_section_instagram {
  background: #EDEDF1;
  padding: 15.4% 0 30.8%;
}

@media screen and (max-width: 768px) {
  .bl_section_instagram {
    padding: 14% 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bl_section_instagram .ly_main_inner {
    width: 100%;
  }
}

.bl_section_instagram_ttl {
  position: relative;
  width: 100%;
}

.bl_section_instagram_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #1A1A1A;
  left: 50%;
  bottom: -155%;
  transform: translateX(-50%);
}

.bl_section_instagram_ttl img {
  width: 35%;
  margin: 0 auto 16%;
}

@media screen and (max-width: 768px) {
  .bl_section_instagram_photos {
    flex-wrap: wrap;
  }
}

.bl_section_instagram_photos_link {
  position: relative;
  width: 256px;
  height: 256px;
}

@media screen and (min-width: 1281px) {
  .bl_section_instagram_photos_link {
    min-width: 256px;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_instagram_photos_link {
    width: 99px;
    height: 99px;
    margin-bottom: 6%;
  }
}

.bl_section_instagram_photos_link_img {
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}

.bl_section_instagram_photos_link_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 235, 0, 0.7);
  transition: all 0.2s ease;
  height: 0;
  padding-top: 100%;
  background-image: url(../images/icon_insta.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15%;
}

.bl_section_instagram_photos_link:hover .bl_section_instagram_photos_link_mask {
  opacity: 1;
}

.bl_section_concept {
  margin-top: -15%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bl_section_concept {
    margin-top: auto;
  }
}

.bl_section_concept .ly_main_inner {
  background-color: #FFEE00;
  background-image: url(../images/bg_conceptmask.png);
  background-position: 26%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  padding-bottom: auto;
}

@media screen and (max-width: 768px) {
  .bl_section_concept .ly_main_inner {
    width: 100%;
    flex-direction: column;
    background-position: 50% 0%;
    background-size: 28.5%;
    padding-bottom: 12%;
  }
}

.bl_section_concept_txtwrap {
  padding: 8% 3% 7.5% 8%;
  width: 86%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .bl_section_concept_txtwrap {
    padding: 8% 6% 7.5% 5%;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap {
    padding: 18% 10% 13%;
    width: auto;
  }
}

.bl_section_concept_txtwrap_ttl {
  position: relative;
  width: 100%;
  margin-bottom: 17%;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_ttl {
    margin-bottom: 19%;
  }
}

.bl_section_concept_txtwrap_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: #1A1A1A;
  left: 0;
  bottom: -160%;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_ttl::after {
    bottom: -126%;
  }
}

.bl_section_concept_txtwrap_ttl img {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_ttl img {
    width: 28%;
  }
}

.bl_section_concept_txtwrap_msg {
  width: 82%;
  margin-bottom: 8.2%;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_msg {
    width: 100%;
    margin-bottom: 10.2%;
  }
}

.bl_section_concept_txtwrap_txt {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.25;
  letter-spacing: 0.05rem;
  margin-bottom: 12%;
}

@media screen and (min-width: 1920px) {
  .bl_section_concept_txtwrap_txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_txt {
    font-size: 13px;
    line-height: 2.4;
    letter-spacing: 0.07rem;
    margin-bottom: 19%;
  }
}

.bl_section_concept_txtwrap_link {
  display: inline-block;
  border: 1px solid #1A1A1A;
  padding: 2.2%;
  width: 82%;
  position: relative;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_link {
    padding: 4%;
    width: 100%;
  }
}

.bl_section_concept_txtwrap_link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 26%;
  width: 70px;
  height: 1px;
  background-color: #1A1A1A;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_link::after {
    left: 34%;
  }
}

@media screen and (min-width: 769px) {
  .bl_section_concept_txtwrap_link:hover {
    background: #1A1A1A;
  }
  .bl_section_concept_txtwrap_link:hover .bl_section_concept_txtwrap_link_mask {
    opacity: 1;
  }
  .bl_section_concept_txtwrap_link:hover .bl_section_concept_txtwrap_link_img {
    opacity: 0;
  }
  .bl_section_concept_txtwrap_link:hover::after {
    transform: translateX(70px);
    background-color: #FFEE00;
  }
}

.bl_section_concept_txtwrap_link_img {
  width: 23%;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_link_img {
    width: 30%;
  }
}

.bl_section_concept_txtwrap_link_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  width: 27.5%;
  padding: 2.7%;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_txtwrap_link_mask {
    width: 30%;
  }
}

.bl_section_concept_photo {
  position: relative;
  left: -40px;
  width: 68%;
  background-image: url(../images/img_concept.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bl_section_concept_photo {
    left: auto;
    margin-left: 11%;
    width: 79%;
    height: 111vw;
  }
}

.bl_section_atelier {
  background-image: url(../images/bg_atelier.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35.3% 0 10.5%;
  margin-top: -30%;
}

@media screen and (max-width: 768px) {
  .bl_section_atelier {
    padding: 16% 0 21%;
    background-image: url(../images/bg_atelier_sp.jpg);
    margin-top: 0;
  }
}

.bl_section_atelier_ttl {
  position: relative;
  width: 100%;
}

.bl_section_atelier_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: #1A1A1A;
  left: 50%;
  bottom: -160%;
  transform: translateX(-50%);
}

.bl_section_atelier_ttl img {
  width: 8%;
  margin: 0 auto 5%;
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_ttl img {
    width: 21%;
    margin: 0 auto 15%;
  }
}

.bl_section_atelier_wrap {
  background: #1A1A1A;
  padding: 67px 7.5%;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .bl_section_atelier_wrap {
    padding: 35px 5%;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap {
    flex-direction: column;
    padding: 14% 11% 13%;
  }
}

.bl_section_atelier_wrap_logo {
  width: 25%;
  margin-right: -1%;
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap_logo {
    width: 60%;
    margin-bottom: 20%;
  }
}

.bl_section_atelier_wrap_logo_p {
  width: 45%;
  margin: auto;
  max-width: 115px;
}

.bl_section_atelier_wrap_info {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap_info {
    border: none;
    width: 100%;
  }
}

.bl_section_atelier_wrap_info_lounge {
  width: 68%;
}

@media screen and (min-width: 1500px) {
  .bl_section_atelier_wrap_info_lounge {
    margin-bottom: 12%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1499px) {
  .bl_section_atelier_wrap_info_lounge {
    width: 68%;
    margin-bottom: 8%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  .bl_section_atelier_wrap_info_lounge {
    width: 67%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap_info_lounge {
    margin-bottom: 8%;
    width: 83%;
  }
}

.bl_section_atelier_wrap_info_address {
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.08rem;
}

@media screen and (min-width: 1300px) {
  .bl_section_atelier_wrap_info_address {
    font-size: 15px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .bl_section_atelier_wrap_info_address {
    font-size: 12px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap_info_address {
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.12rem;
  }
}

.bl_section_atelier_wrap_info_map {
  font-size: 15px;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .bl_section_atelier_wrap_info_map {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap_info_map {
    margin-bottom: 15%;
    font-size: 13px;
  }
}

.bl_section_atelier_wrap_info_map a.bl_section_atelier_wrap_info_map_link {
  letter-spacing: 0.1rem;
  color: #fff;
  text-decoration: underline;
}

.bl_section_atelier_wrap_studio {
  width: 40%;
  max-width: 290px;
  margin-left: 1.5%;
}

@media screen and (max-width: 768px) {
  .bl_section_atelier_wrap_studio {
    width: 100%;
    margin-left: 0;
    max-width: auto;
  }
  .bl_section_atelier_wrap_studio_first {
    margin-bottom: 26px;
  }
}

.bl_section_contact {
  background: #19696E;
  padding: 5.1% 0 6.4%;
}

@media screen and (max-width: 768px) {
  .bl_section_contact {
    padding: 13% 0 11%;
  }
}

.bl_section_contact_ttl {
  position: relative;
  width: 100%;
}

.bl_section_contact_ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  bottom: -87%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bl_section_contact_ttl::after {
    bottom: -143%;
  }
}

.bl_section_contact_ttl img {
  width: 10.5%;
  margin: 0 auto 4%;
}

@media screen and (max-width: 768px) {
  .bl_section_contact_ttl img {
    width: 28.2%;
    margin: 0 auto 14%;
  }
}

.bl_section_contact_form {
  text-align: center;
}

.bl_section_contact_form_link {
  margin: 0 auto 2.5%;
  width: 450px;
  height: 70px;
  border-radius: 15px;
  background: #1A1A1A;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .bl_section_contact_form_link {
    width: 100%;
    margin: 0 auto 7%;
  }
}

.bl_section_contact_form_link img {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .bl_section_contact_form_link img {
    width: 40%;
  }
}

.bl_section_contact_form_link:hover {
  background: #3E3A39;
}

.bl_section_contact_txt {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .bl_section_contact_txt {
    letter-spacing: 0.12rem;
    line-height: 1.9;
  }
}

/* MODAl */
.modaal-wrapper .modaal-close {
  position: absolute;
  top: -60px;
  right: -60px;
}

@media screen and (max-height: 900px) {
  .modaal-wrapper .modaal-close {
    top: -40px;
    right: -45px;
  }
}

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    right: -8px;
    top: -10px;
  }
}

.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  top: 10px;
  width: 2px;
  height: 32px;
}

.modaal-close:focus, .modaal-close:hover {
  background: transparent;
  opacity: .6;
}

.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
  background: #fff;
}

.modaal-outer-wrapper {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-height: 750px) and (max-width: 750px) {
  #top .modaal-inner-wrapper {
    padding: 0;
  }
}

@media screen and (min-height: 751px) and (max-height: 1000px) {
  #top .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* MODALの中身 */
.modaal-container {
  background: none;
  box-shadow: none;
  max-width: 1280px;
  width: 90vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .modaal-container {
    max-width: 100vw !important;
    width: 100vw;
  }
}

.modaal-content-container {
  padding: 0;
}

.bl_colpop {
  display: none;
  position: relative;
}

.bl_colpop_slide .slick-slide {
  max-width: 1280px;
  width: 90vw;
  margin: 0 auto;
}

.bl_colpop_slide .slick-slide .bl_slide_list_img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bl_colpop_slide .slick-slide .bl_slide_list_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bl_colpop_slide .slick-list {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .bl_colpop_slide .slick-slide {
    max-width: 100vw;
    width: 100vw !important;
  }
  .bl_colpop_slide .slick-slide .bl_slide_list_img {
    width: auto;
    max-width: 100vw;
    max-height: 100vh;
    margin: 0 auto;
  }
}

.bl_colpop_slide_arrow.prev-arrow {
  position: absolute;
  width: 3%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .bl_colpop_slide_arrow.prev-arrow {
    width: 4%;
  }
}

.bl_colpop_slide_arrow.next-arrow {
  position: absolute;
  width: 3%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .bl_colpop_slide_arrow.next-arrow {
    width: 4%;
  }
}

.bl_colpop_order {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_colpop_order {
    right: 36px;
    bottom: -2px;
  }
}

.bl_colpop_order_link {
  display: inline-block;
  background: #1A1A1A;
  padding: 10px;
  width: 128px;
  height: 32px;
  position: relative;
  transition: .3s;
}

.bl_colpop_order_link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 48%;
  width: 28px;
  height: 1px;
  background-color: #fff;
  transition: .5s;
}

@media screen and (min-width: 769px) {
  .bl_colpop_order_link:hover {
    background: #fff;
  }
  .bl_colpop_order_link:hover .bl_colpop_order_link_mask {
    opacity: 1;
  }
  .bl_colpop_order_link:hover .bl_colpop_order_link_img {
    opacity: 0;
  }
  .bl_colpop_order_link:hover::after {
    background: #1A1A1A;
    transform: translateX(30px);
  }
}

.bl_colpop_order_link_img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .bl_colpop_order_link_img {
    left: 40%;
    width: 42%;
  }
}

.bl_colpop_order_link_mask {
  width: 39%;
  position: absolute;
  top: 10px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .bl_colpop_order_link_mask {
    width: 30%;
  }
}
/*# sourceMappingURL=top.css.map */