@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700 400;
  src: url(../font/Lora-Font/Lora-Regular.ttf) format("truetype");
  src: url(../font/Lora-Font/Lora-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700 500;
  src: url(../font/Gotham-Font/Gotham-Bold.otf) format("opentype");
  src: url(../font/Gotham-Font/GothamBold.ttf) format("truetype");
  src: url(../font/Gotham-Font/GothamMedium.ttf) format("truetype");
}
@font-face {
  font-family: "lao-mn", sans-serif;
  font-style: normal;
  src: url(../font/lao-mn.ttf);
}
@font-face {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  src: url(../font/Satoshi-Medium.otf);
}
main {
  position: relative;
  z-index: 1;
}

.main_inner.main_blur {
  filter: blur(7px);
}

.section01 {
  position: relative;
  width: 100%;
  z-index: 10;
}
.section01 .fv_text {
  color: #fff;
  left: 5%;
  mix-blend-mode: difference;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 959px) {
  .section01 .fv_text {
    left: 5%;
    top: 50%;
  }
}
@media screen and (max-width: 560px) {
  .section01 .fv_text {
    left: 5%;
    top: 60%;
  }
}
.section01 .fv_text h2 {
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
@media screen and (max-width: 959px) {
  .section01 .fv_text h2 {
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 1.1;
  }
}
@media screen and (max-width: 560px) {
  .section01 .fv_text h2 {
    font-size: 13vw;
  }
}
.section01 .fv_note {
  bottom: 50px;
  font-size: 14px;
  left: 5%;
  margin-top: 200px;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .section01 .fv_note {
    margin-top: 80px;
  }
}
@media screen and (max-width: 560px) {
  .section01 .fv_note {
    margin-top: 60px;
  }
}
.section01 .fv_movie {
  cursor: default;
  position: relative;
}
.section01 .fv_movie .fv_movie_pc {
  display: block;
}
.section01 .fv_movie .fv_movie_sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .section01 .fv_movie .fv_movie_pc {
    display: block;
  }
  .section01 .fv_movie .fv_movie_sp {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .section01 .fv_movie .fv_movie_pc {
    display: none;
  }
  .section01 .fv_movie .fv_movie_sp {
    display: block;
  }
}
.section01 .fv_movie:hover .sound-toggle {
  opacity: 1;
}
.section01 .fv_movie .sound-toggle {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  right: 20px;
  transition: opacity 0.3s ease;
  width: 40px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .section01 .fv_movie .sound-toggle {
    display: none;
  }
}
.section01 .fv_movie .sound-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
.section01 .fv_movie .sound-toggle .sound-icon {
  background-image: url("../image/sound-off.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
}
.section01 .fv_movie .sound-toggle .sound-icon.unmuted {
  background-image: url("../image/sound-on.svg");
}

.section02 {
  padding: 132px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .section02 {
    padding: 60px 0;
  }
}
.section02 .section02_inner {
  border-top: 1px solid #222222;
  margin: 0 auto;
  position: relative;
  width: 90%;
  z-index: 2;
}
.section02 .section02_inner .section_top_text {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 13px;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .section_top_text {
    margin-bottom: 30px;
  }
}
.section02 .section02_inner .section_top_text .sec_title {
  font-weight: 400;
}
.section02 .section02_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex {
    flex-direction: column;
  }
}
.section02 .section02_inner .sec_flex .sec_title_area {
  position: relative;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex .sec_title_area {
    position: relative;
  }
}
.section02 .section02_inner .sec_flex .sec_title_area h2 {
  font-size: 95px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.section02 .section02_inner .sec_flex .sec_title_area .sub_copy {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex .sec_title_area .sub_copy {
    font-size: 14px;
  }
}
.section02 .section02_inner .sec_flex .sec_text_area {
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex .sec_text_area {
    margin: 30px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
.section02 .section02_inner .sec_flex .sec_text_area .top_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex .sec_text_area .top_text {
    font-size: 11px;
    margin-bottom: 0px;
  }
}
.section02 .section02_inner .sec_flex .sec_text_area .main_text {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .section02 .section02_inner .sec_flex .sec_text_area .main_text {
    letter-spacing: 0.02em;
  }
}
.section02 .section02_inner .sec_flex .sec_text_area .main_text span {
  font-weight: bold;
}
.section02 .sec_movie {
  aspect-ratio: 1070/602;
  margin: 100px auto 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .section02 .sec_movie {
    margin: 50px auto 0;
    width: 95%;
  }
}
@media screen and (max-width: 560px) {
  .section02 .sec_movie {
    margin: 50px auto 0;
    width: 95%;
  }
}
.section02 .sec_movie iframe {
  height: auto;
  width: 100%;
}
.section02 .sec_movie_text {
  font-size: 12px;
  margin: 20px auto 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .section02 .sec_movie_text {
    font-size: 10px;
    margin-top: 10px;
    width: 95%;
  }
}

.section03 {
  padding: 132px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .section03 {
    padding: 30px 0 0;
  }
}
.section03 .section03_inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
.section03 .section03_inner .section_top_text {
  align-items: center;
  border-top: 1px solid #222222;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-end;
  margin: 13px auto 50px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .section03 .section03_inner .section_top_text {
    font-size: 12px;
  }
}
.section03 .section03_inner .section_top_text .sec_title {
  font-weight: 400;
}
.section03 .section03_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 85px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .section03 .section03_inner .sec_flex {
    margin: 0 auto 35px;
  }
}
.section03 .section03_inner .sec_flex .sec_title_area h2 {
  font-size: 95px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .section03 .section03_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.section03 .section03_inner .sec_flex .sec_title_area .sub_copy {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .section03 .section03_inner .sec_flex .sec_title_area .sub_copy {
    font-size: 12px;
  }
}
.section03 .works_slide {
  aspect-ratio: 1280/676;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .section03 .works_slide {
    aspect-ratio: 1280/676;
  }
}
@media screen and (max-width: 560px) {
  .section03 .works_slide {
    aspect-ratio: 375/520;
  }
}
.section03 .works_slide:hover .works_slide_item_image {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}
.section03 .works_slide_image_area {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section03 .works_slide_item_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.section03 .works_main_text_area {
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.section03 .works_main_text_area .works_main_text_inner {
  left: 5%;
  margin: 0 auto;
  padding: 50px 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 90%;
}
@media screen and (max-width: 959px) {
  .section03 .works_main_text_area .works_main_text_inner {
    bottom: 0;
    padding: 30px 0 30px;
    top: auto;
    transform: translate(0, 0);
  }
}
.section03 .works_main_text_area .work_num {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.section03 .works_main_text_area .work_title {
  font-size: 78px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 90px;
}
@media screen and (max-width: 959px) {
  .section03 .works_main_text_area .work_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.section03 .works_main_text_area .work_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  width: 60%;
}
@media screen and (max-width: 959px) {
  .section03 .works_main_text_area .work_text {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.7;
    width: 100%;
  }
}
.section03 .works_main_text_area .works_cat {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-top: 30px;
}
.section03 .works_main_text_area .works_slide_item_cross {
  bottom: 55px;
  height: 65px;
  position: absolute;
  right: 20px;
  width: 65px;
}
@media screen and (max-width: 959px) {
  .section03 .works_main_text_area .works_slide_item_cross {
    bottom: 35px;
    height: 30px;
    right: 5px;
    width: 30px;
  }
}
.section03 .works_main_text_area .works_slide_item_cross::before, .section03 .works_main_text_area .works_slide_item_cross::after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.section03 .works_main_text_area .works_slide_item_cross::before {
  transform: rotate(0deg);
}
.section03 .works_main_text_area .works_slide_item_cross::after {
  transform: rotate(-90deg);
}
.section03 .works_list {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list {
    padding: 32px 0 0;
  }
}
.section03 .works_list .works_content {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_content {
    padding: 0px;
    width: 100%;
  }
}
.section03 .works_list .works_list_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_inner {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    width: 96%;
  }
}
@media screen and (max-width: 560px) {
  .section03 .works_list .works_list_inner {
    flex-direction: column;
  }
}
.section03 .works_list .works_list_item {
  border-right: 1px solid #f0f0f0;
  color: #222222;
  margin-bottom: 50px;
  padding: 35px 0;
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_item {
    border-right: none;
    margin-bottom: 1px;
    padding: 22px 0 28px;
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  .section03 .works_list .works_list_item {
    border-right: none;
    margin-bottom: 1px;
    padding: 22px 0 28px;
    width: 100%;
  }
}
.section03 .works_list .works_list_item:hover .works_list_item_image_area .works_list_item_image {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}
.section03 .works_list .works_num {
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_num {
    width: 90%;
  }
}
.section03 .works_list .works_list_item_image_area {
  aspect-ratio: 354/250;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 22px;
  overflow: hidden;
  width: 85%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_item_image_area {
    width: 90%;
  }
}
.section03 .works_list .works_list_item_image_area .works_list_item_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.section03 .works_list .works_list_item_text_area {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_item_text_area {
    width: 90%;
  }
}
.section03 .works_list .works_list_item_text_area .works_list_item_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
  overflow: hidden;
}
.section03 .works_list .works_list_item_text_area .works_list_item_text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 12px;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_item_text_area .works_list_item_text {
    font-size: 11px;
  }
}
.section03 .works_list .works_list_item_text_area .works_list_item_cat {
  color: #a6a6a6;
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_item_text_area .works_list_item_cat {
    font-size: 11px;
    margin-top: 24px;
  }
}
.section03 .works_list .works_list_item_cross {
  bottom: 34px;
  height: 42px;
  position: absolute;
  right: 20px;
  width: 42px;
}
@media screen and (max-width: 959px) {
  .section03 .works_list .works_list_item_cross {
    bottom: 30px;
    height: 30px;
    right: 15px;
    width: 30px;
  }
}
.section03 .works_list .works_list_item_cross::before, .section03 .works_list .works_list_item_cross::after {
  background-color: #adadad;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.section03 .works_list .works_list_item_cross::before {
  transform: rotate(0deg);
}
.section03 .works_list .works_list_item_cross::after {
  transform: rotate(-90deg);
}

.section04 {
  background-color: rgba(0, 0, 0, 0);
  padding: 132px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .section04 {
    padding: 100px 0 100px;
  }
}
.section04 .section04_inner {
  margin: 0 auto;
  position: relative;
  width: 90%;
  z-index: 2;
}
.section04 .section04_inner .section_top_text {
  align-items: center;
  border-top: 1px solid #222222;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-end;
  margin: 13px auto 50px;
  width: 100%;
}
.section04 .section04_inner .section_top_text .sec_title {
  font-weight: 400;
}
.section04 .section04_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 85px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .sec_flex {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.section04 .section04_inner .sec_flex .sec_title_area {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .sec_flex .sec_title_area {
    position: relative;
    top: 0;
  }
}
.section04 .section04_inner .sec_flex .sec_title_area h2 {
  align-items: flex-end;
  display: flex;
  font-size: 95px;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 0.8;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.section04 .section04_inner .sec_flex .sec_title_area h2 span {
  font-size: 14px;
}
.section04 .section04_inner .sec_flex .sub_copy {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .sec_flex .sub_copy {
    font-size: 12px;
  }
}
.section04 .section04_inner .sec_flex .news_archives {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .sec_flex .news_archives {
    display: none;
  }
}
.section04 .section04_inner .sec_flex .news_archives a.active {
  color: #222222;
}
.section04 .section04_inner .sec_flex .news_archives a {
  color: #adadad;
  font-size: 12px;
  margin-top: 15px;
}
.section04 .section04_inner .news_list {
  margin-left: 10%;
  width: calc(100% - 230px);
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .news_list {
    margin-left: 0;
    width: 100%;
  }
}
.section04 .section04_inner .news_list .news_list_item {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .news_list .news_list_item {
    margin-bottom: 32px;
  }
}
.section04 .section04_inner .news_list .news_image {
  height: 210px;
  max-width: 325px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .news_list .news_image {
    flex-shrink: 0;
    height: 118px;
    max-width: 100%;
    width: 118px;
  }
}
.section04 .section04_inner .news_list .news_image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section04 .section04_inner .news_list .news_text_area {
  color: #222222;
  margin-top: 36px;
  padding-left: 50px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .news_list .news_text_area {
    margin-left: 17px;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
}
.section04 .section04_inner .news_list .news_text_area .news_day {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .news_list .news_text_area .news_day {
    margin-bottom: 10px;
  }
}
.section04 .section04_inner .news_list .news_text_area .news_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .section04 .section04_inner .news_list .news_text_area .news_title {
    font-size: 14px;
  }
}
.section04 .section04_inner .news_list .news_text_area .news_title span {
  font-weight: bold;
}
.section04 .section04_inner .news_list .news_text_area .news_cat {
  color: #bfbfbf;
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

.section05 {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 132px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .section05 {
    padding: 56px 0 55px;
  }
}
.section05 .section05_inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
.section05 .section05_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex {
    flex-direction: column;
  }
}
.section05 .section05_inner .sec_flex .sec_title_area {
  color: #fff;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex .sec_title_area {
    position: relative;
    top: 0;
  }
}
.section05 .section05_inner .sec_flex .sec_title_area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.section05 .section05_inner .sec_flex .sec_title_area h2 span {
  font-size: 14px;
}
.section05 .section05_inner .sec_flex .sec_title_area .sub_copy::before {
  background-color: #fff;
}
.section05 .section05_inner .sec_flex .sub_copy {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex .sub_copy {
    font-size: 12px;
  }
}
.section05 .section05_inner .sec_flex .sec_text_area {
  margin-top: 15px;
  max-width: 537px;
  width: 40%;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex .sec_text_area {
    margin-top: 36px;
    max-width: 100%;
    width: 100%;
  }
}
.section05 .section05_inner .sec_flex .sec_text_area .top_text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex .sec_text_area .top_text {
    font-size: 13px;
  }
}
.section05 .section05_inner .sec_flex .sec_text_area .top_note {
  color: #bfbfbf;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sec_flex .sec_text_area .top_note {
    font-size: 10px;
  }
}
.section05 .section05_inner .sec_flex .sec_text_area .instagram_link {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.section05 .section05_inner .sec_flex .sec_text_area .instagram_link img {
  height: 20px;
  width: 20px;
}
.section05 .section05_inner .sec_flex .sec_text_area .instagram_link .instagram_text {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
.section05 .section05_inner .sns_image_loop {
  margin-top: 100px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sns_image_loop {
    margin-top: 55px;
  }
}
.section05 .section05_inner .sns_image_loop .sns_image_loop_row {
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sns_image_loop .sns_image_loop_row {
    margin-bottom: 5px;
  }
}
.section05 .section05_inner .sns_image_loop .sns_image_loop_row:last-child {
  margin-bottom: 0;
}
.section05 .section05_inner .sns_image_loop .sns_image_loop_row .sns_image_loop_inner {
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: flex;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sns_image_loop .sns_image_loop_row .sns_image_loop_inner {
    gap: 5px;
  }
}
.section05 .section05_inner .sns_image_loop .top .sns_image_loop_inner {
  animation-name: slideLeft;
}
.section05 .section05_inner .sns_image_loop .bottom .sns_image_loop_inner {
  animation-name: slideRight;
}
.section05 .section05_inner .sns_image_loop .sns_image_loop_item {
  flex: 0 0 300px;
  height: 300px;
}
@media screen and (max-width: 959px) {
  .section05 .section05_inner .sns_image_loop .sns_image_loop_item {
    flex: 0 0 146px;
    height: 146px;
  }
}
.section05 .section05_inner .sns_image_loop .sns_image_loop_item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=sourcemaps/index.css.map */