html {
  overflow-y: scroll;
}

#load_wrap {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
#load_wrap.close {
  height: 0;
  overflow: hidden;
  background: linear-gradient(#fff 95%, transparent 100%);
  transition: 1s;
}
#load_wrap .text_wrap p {
  overflow: hidden;
}
#load_wrap .text_wrap p .sp_br {
  display: none;
}
#load_wrap .text_wrap p span {
  font-family: "jost", sans-serif;
  font-size: 72px;
  font-weight: 500;
  position: relative;
  transform: translateY(200%);
  transition: 0.3s ease-in-out;
  display: inline-block;
  letter-spacing: -5px;
}
#load_wrap .text_wrap p span.yellow_mark:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFE600;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 1000%);
}
#load_wrap .text_wrap p span.open {
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}
#load_wrap .text_wrap p span.open.yellow_mark:before {
  transform: translate(-50%, 0%);
  transition: 0.8s ease;
}
#load_wrap .text_wrap p span.open.open_plus {
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
}
#load_wrap .text_wrap p span.open.open_plus.yellow_mark:before {
  transform: translate(-50%, -1000%);
  transition: 0.3s ease-in-out;
  background-color: #000;
}

#kv {
  position: relative;
}
#kv .swiper_zone {
  width: 100%;
  margin: 0 auto;
}
#kv .swiper_zone .swiper01 .swiper-slide {
  position: relative;
}
#kv .swiper_zone .swiper01 .swiper-slide .image_wrap {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kv .swiper_zone .swiper01 .swiper-slide .image_wrap .image_box {
  width: calc((100% - 16px) / 3);
  position: relative;
  height: 760px;
}
#kv .swiper_zone .swiper01 .swiper-slide .image_wrap .image_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#kv .swiper_zone .swiper01 .swiper-slide .circle_wrap {
  position: absolute;
  transition: 0.5s;
  opacity: 1;
}
#kv .swiper_zone .swiper01 .swiper-slide .circle_wrap.design {
  bottom: 6.6%;
  left: 10%;
}
#kv .swiper_zone .swiper01 .swiper-slide .circle_wrap.select {
  top: 5%;
  right: 8%;
}
#kv .swiper_zone .swiper01 .swiper-slide .circle_wrap.create {
  bottom: 10.6%;
  right: 7.2%;
}
#kv .swiper_zone .swiper01 .swiper-slide .circle_wrap img {
  -webkit-animation-name: circle-move;
          animation-name: circle-move;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: nomal;
          animation-direction: nomal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
#kv .swiper_zone .swiper01 .swiper-slide.swiper-slide-active .image_wrap .image_box:nth-of-type(1) {
  -webkit-animation-name: image-trans01;
          animation-name: image-trans01;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
          animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
          animation-direction: nomal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#kv .swiper_zone .swiper01 .swiper-slide.swiper-slide-active .image_wrap .image_box:nth-of-type(2) {
  -webkit-animation-name: image-trans01;
          animation-name: image-trans01;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
          animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
          animation-direction: nomal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#kv .swiper_zone .swiper01 .swiper-slide.swiper-slide-active .image_wrap .image_box:nth-of-type(3) {
  -webkit-animation-name: image-trans01;
          animation-name: image-trans01;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
          animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
          animation-direction: nomal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#kv .swiper_zone .swiper01 .swiper-slide.swiper-slide-active .circle_wrap {
  -webkit-animation-name: circle-trans;
          animation-name: circle-trans;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
          animation-direction: nomal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#kv .main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%);
}
#kv .main_text span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#kv .main_text span:nth-of-type(1) {
  font-family: "jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 152px;
  margin: 0 0 18px 0;
}
#kv .main_text span:nth-of-type(2) {
  font-size: 18px;
}

@-webkit-keyframes circle-move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle-move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes image-trans01 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
@keyframes image-trans01 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes circle-trans {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle-trans {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#new_sp_kv {
  display: none;
}

#sp_kv {
  display: none;
}

#concept {
  position: relative;
  padding: 207px 0 211px;
}
#concept .back_move {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
#concept .back_move video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#concept .back_move:after {
  content: "";
  background: linear-gradient(to right, #fff 0%, rgba(248, 248, 248, 0.6) 37%, #fff);
  position: absolute;
  top: 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#concept h2 {
  position: relative;
  max-width: 1080px;
  width: 95%;
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  padding: 0 0 0 38px;
}
#concept h2:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
#concept .concept_content {
  position: relative;
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#concept .concept_content .left_box h3 {
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 35px 0;
}
#concept .concept_content .right_box {
  padding: 47px 0 0 0;
}
#concept .concept_content .right_box p {
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0 0 29px 0;
}

.slide {
  display: none;
  position: relative;
  height: 100dvh;
}
.slide .slide_in_wrap {
  transition: 0.5s;
  position: relative;
  height: 800px;
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}
.slide .slide_in_wrap .image_wrap {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  max-width: 1195px;
  padding-top: 88px;
}
.slide .slide_in_wrap .image_wrap .image_box {
  margin-bottom: 25px;
}
.slide .slide_in_wrap .image_wrap .image_box img {
  margin-left: auto;
}
.slide .slide_in_wrap h3 {
  position: absolute;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  top: 504px;
  z-index: 2;
}
.slide .slide_in_wrap.space {
  background-image: url("../images/top/material_slider_back01.png");
}
.slide .slide_in_wrap.space h3 {
  left: calc(50% - 149px);
}
.slide .slide_in_wrap.package {
  background-image: url("../images/top/material_slider_back02.png");
}
.slide .slide_in_wrap.package h3 {
  left: calc(50% - 256px);
}
.slide .slide_in_wrap.branding {
  background-image: url("../images/top/material_slider_back03.png");
}
.slide .slide_in_wrap.branding h3 {
  left: calc(50% - 290px);
  font-size: 60px;
  top: 510px;
}
.slide .slide_in_wrap .slide_in_text {
  position: absolute;
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  max-width: 620px;
  bottom: 0;
  margin: 0 auto 0 calc(50% - 600px);
  left: 0;
  right: 0;
  line-height: 1.8;
}

.materialcross {
  display: none;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 602px);
  top: 487px;
  gap: 16px;
}
.materialcross .text {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
}
.materialcross .box {
  display: block;
  border: 1px solid #000;
  width: 440px;
  height: 112px;
}

#sp_material {
  display: none;
}

#material.prod_section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
}
#material.prod_section .swiper_zone {
  position: relative;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap {
  padding: 0 120px;
  transform: translateY(5%);
  opacity: 0;
  transition: 0.5s;
  position: relative;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  position: absolute;
  height: 65dvh;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.space:before {
  background-image: url("../images/top/new_material_slider_back01.webp");
  background-size: 2150px;
  background-position: left calc(50% + 92px) bottom -268px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.package:before {
  background-image: url("../images/top/new_material_slider_back02.webp");
  background-size: 2150px;
  background-position: left calc(50% - 118px) bottom -528px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding:before {
  background-image: url("../images/top/new_material_slider_back03.webp");
  background-size: 2150px;
  background-position: left calc(50% - 18px) bottom -366px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 90dvh;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in .image_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in .image_wrap .image_box {
  margin-bottom: 25px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in .image_wrap .image_box:nth-last-of-type(1) {
  margin-bottom: 0;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in .image_wrap .image_box img {
  margin-left: auto;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in h3 {
  position: absolute;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  bottom: 180px;
  z-index: 2;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in .slide_in_text {
  position: absolute;
  max-width: 620px;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.space .slide_in h3 {
  left: 453px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.package .slide_in h3 {
  left: 347px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding .slide_in h3 {
  left: 310px;
  font-size: 60px;
  bottom: 190px;
}
#material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide-active .slide_in_wrap {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s;
}
#material.prod_section .swiper_zone .material-prev, #material.prod_section .swiper_zone .material-next {
  display: none;
}
#material.prod_section .swiper_zone .swiper-pagination {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  top: 29.5dvh;
  left: 15px;
  right: 0;
  z-index: 1;
}
#material.prod_section .swiper_zone .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  margin-bottom: 18px;
  opacity: 1;
  background: #aaa;
  width: 8px;
  height: 8px;
}
#material.prod_section .swiper_zone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  position: relative;
}
#material.prod_section .swiper_zone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#material.prod_section .swiper_zone .material_wrap {
  padding: 0 120px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 158px;
  z-index: 1;
}
#material.prod_section .swiper_zone .material_wrap .material {
  /* position: absolute; */
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
#material.prod_section .swiper_zone .material_wrap .material .text {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
}
#material.prod_section .swiper_zone .material_wrap .material .box {
  display: block;
  border: 1px solid #000;
  width: 440px;
  height: 112px;
}

#work {
  padding: 134px 0 0 0;
}
#work h2 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 17px;
  font-family: "jost", sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
#work h3 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 38px;
  max-width: 1236px;
  margin: 0 auto;
  position: relative;
}
#work h3:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#work h3:after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  height: 0px;
  position: absolute;
  left: 24px;
  top: calc(100% + 26px);
}
#work .work_content {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
}
#work .work_content .image_wrap.first_image_wrap {
  max-width: 656px;
  max-height: 487px;
  width: 100%;
  height: 100%;
}
#work .work_content .image_wrap.first_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#work .work_content .image_wrap.second_image_wrap {
  max-width: 398px;
  max-height: 296px;
  width: 100%;
  height: 100%;
}
#work .work_content .image_wrap.second_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#work .work_content .image_wrap.third_image_wrap {
  max-width: 322px;
  max-height: 239px;
  width: 100%;
  height: 100%;
}
#work .work_content .image_wrap.third_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#work .work_content .left_box {
  padding: 78px 0 0 103px;
  width: 63.2%;
}
#work .work_content .left_box .item_box p span {
  display: block;
}
#work .work_content .left_box .item_box p span.cat {
  color: #aaa;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 13px 0 0 0;
}
#work .work_content .left_box .item_box p span.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#work .work_content .left_box .item_box p .link {
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000;
  font-weight: 500;
  padding: 6px 25px 0 0;
  position: relative;
}
#work .work_content .left_box .item_box p .link:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 58%;
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}
#work .work_content .right_box {
  width: calc(100% - (63.2% + 44px));
  transform: translateY(-32px);
}
#work .work_content .right_box .item_box {
  margin-bottom: 40px;
}
#work .work_content .right_box .item_box img {
  width: 100%;
}
#work .work_content .right_box .item_box p span {
  display: block;
}
#work .work_content .right_box .item_box p span.cat {
  color: #aaa;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 13px 0 0 0;
}
#work .work_content .right_box .item_box p span.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#work .work_content .right_box .item_box p span.title {
  font-size: 1rem;
}
#work .work_content .right_box .item_box p .link {
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000;
  font-weight: 500;
  padding: 6px 25px 0 0;
  position: relative;
}
#work .work_content .right_box .item_box p .link:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 58%;
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}
#work .work_content .right_box .item_box:nth-of-type(2) {
  max-width: 322px;
}
#work .work_content .all_view {
  position: absolute;
  display: block;
  border-radius: 50px;
  padding: 23px 94px;
  font-family: "jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  bottom: 29px;
  left: 103px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
#work .work_content .all_view:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}
#work .work_content .all_view:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
#work.animation_on h3:after {
  height: 280px;
  transition: 1.5s ease-in-out;
}

#features {
  padding: 138px 0px 136px 0;
}
#features h2 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 17px;
  font-family: "jost", sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
}
#features h3 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 38px;
  max-width: 1236px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  padding: 0 38px 0;
}
#features h3:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#features h3:after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  height: 0px;
  position: absolute;
  right: 24px;
  top: calc(100% + 26px);
}
#features .features_content {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
  padding: 95px 85px 0 0;
}
#features .features_content .item_box {
  width: 100%;
}
#features .features_content .item_box .image_box img {
  width: 345px;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
#features .features_content .item_box p span {
  display: block;
}
#features .features_content .item_box p span.point {
  font-family: "jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 31px 0 0 13px;
}
#features .features_content .item_box p span.cat {
  color: #aaa;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 13px 0 0 0;
}
#features .features_content .item_box p span.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#features .features_content .item_box p span.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 17px 14px 0;
}
#features .features_content .item_box p span.text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 17px 15px;
}
#features .features_content .item_box:nth-of-type(1) {
  transform: translateY(-120px);
}
#features .features_content .item_box:nth-of-type(2) {
  transform: translateY(-60px);
}
#features.animation_on h3:after {
  height: 280px;
  transition: 1.5s ease-in-out;
}

#flow {
  background-color: #f8f8f8;
  padding: 151px 0 70px 0;
}
#flow h2 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 17px;
  font-family: "jost", sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
#flow h3 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 38px;
  max-width: 1236px;
  margin: 0 auto;
  position: relative;
}
#flow h3:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#flow h3:after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  height: 0px;
  position: absolute;
  left: 24px;
  top: calc(100% + 26px);
}
#flow .flow_contet {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 44px;
}
#flow .flow_contet .left_box {
  padding: 77px 0 0 96px;
  width: 44%;
}
#flow .flow_contet .left_box p {
  margin: 0 0 52px 0;
  position: relative;
}
#flow .flow_contet .left_box p:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: -1.8em;
  left: 1em;
  transform: rotate(45deg);
  border-bottom: 1px solid;
  border-right: 1px solid;
}
#flow .flow_contet .left_box p:nth-last-of-type(1):after {
  display: none;
}
#flow .flow_contet .left_box p span {
  display: block;
}
#flow .flow_contet .left_box p span.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 0 4px 0;
}
#flow .flow_contet .left_box p span.text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#flow .flow_contet .right_box {
  position: relative;
}
#flow .flow_contet .right_box .image_wrap:nth-of-type(1) {
  transform: translate(-94px, -143px);
}
#flow .flow_contet .right_box .image_wrap:nth-of-type(2) {
  position: absolute;
  bottom: -35px;
  right: 0;
}
#flow.animation_on h3:after {
  height: 280px;
  transition: 1.5s ease-in-out;
}

#menber {
  padding: 170px 0px 150px 0;
  position: relative;
  overflow-x: hidden;
}
#menber h2 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 17px;
  font-family: "jost", sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
}
#menber h3 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 38px;
  max-width: 1236px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  padding: 0 38px 0;
  margin: 0 auto 75px auto;
  z-index: 1;
}
#menber h3:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#menber h3:after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  height: 0px;
  position: absolute;
  right: 24px;
  top: calc(100% + 26px);
}
#menber .menber_swiper {
  padding: 0 95px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
#menber .menber_swiper .swiper03 {
  max-width: 300px;
  overflow: visible;
  margin: 0 0 0 auto;
  text-align: left;
}
#menber .menber_swiper .swiper03:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 100vw;
  z-index: 1;
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide {
  filter: grayscale(100%);
  transition: 0.5s;
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide:hover {
  filter: grayscale(0);
  transition: 0.5s;
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide .image_wrap img {
  margin: 0 auto;
  width: 300px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.name {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: bold;
  padding: 12px 0 0 0;
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.official_position {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  padding: 4px 16px;
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.official_position:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.text {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  direction: ltr;
}
#menber .menber_swiper .swiper03 .swiper-button-next, #menber .menber_swiper .swiper03 .swiper-button-prev {
  top: 35%;
  width: 42px;
  height: 42px;
  border: 1px solid #000;
  border-radius: 50%;
}
#menber .menber_swiper .swiper03 .swiper-button-next {
  left: -28px;
  right: auto;
}
#menber .menber_swiper .swiper03 .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#menber .menber_swiper .swiper03 .swiper-button-prev {
  right: -28px;
  left: auto;
}
#menber .menber_swiper .swiper03 .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#menber.animation_on h3:after {
  height: 280px;
  transition: 1.5s ease-in-out;
}
#menber .swiper-pagination {
  max-width: 1200px;
  text-align: right;
  margin: 0 auto;
  position: static;
  padding: 46px 0 0 0;
}
#menber .swiper-pagination .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  opacity: 1;
  background: none;
  font-size: 22px;
  font-weight: 500;
  font-family: "jost", sans-serif;
  display: inline-block;
  margin: 0 auto 0 3px;
  color: #aaa;
}
#menber .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
}

#insta {
  padding: 25px 0 56px 0;
}
#insta .insta_header {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#insta .insta_header .insta_icon {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
#insta .insta_header .insta_title span {
  display: block;
  font-family: "jost", sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#insta .insta_header .insta_link {
  padding: 16px 21px 0 23px;
  position: relative;
}
#insta .insta_header .insta_link:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 16px;
  height: 16px;
  background-image: url("../images/common/insta_link_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#insta .insta_header .insta_link .link_text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#insta .insta_box {
  max-width: 1200px;
  margin: 0 auto;
}
#insta .insta_box .sp_insta_link {
  display: none;
}

@media screen and (max-width: 1024px) {
  #kv .main_text span:nth-of-type(1) {
    font-size: 60px;
  }
  #concept {
    padding: 100px 0 100px;
  }
  #concept .concept_content {
    width: 65%;
    display: block;
  }
  #sp_material {
    display: block;
  }
  #sp_material .sp_material_wrap {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 42vw 0 80px 0;
  }
  #sp_material .sp_material_wrap.space {
    background-image: url("../images/top/sp_material_slider_back01.png");
  }
  #sp_material .sp_material_wrap.package {
    background-image: url("../images/top/sp_material_slider_back02.png");
  }
  #sp_material .sp_material_wrap.branding {
    background-image: url("../images/top/sp_material_slider_back03.png");
  }
  #sp_material .sp_material_wrap .material {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    left: calc(50% - 602px);
    gap: 16px;
  }
  #sp_material .sp_material_wrap .material .text {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: block;
  }
  #sp_material .sp_material_wrap .material .cross {
    width: 50px;
  }
  #sp_material .sp_material_wrap .material .box {
    display: block;
    border: 1px solid #000;
    width: 400px;
    height: 75px;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sp_material .sp_material_wrap p {
    width: 90%;
    margin: 0 auto;
    padding: 2em;
    line-height: 1.8;
  }
  #sp_material .sp_material_wrap .image_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
  #material {
    display: none;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper {
    display: block;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap {
    background-size: 1024px;
    transform: none;
    opacity: 1;
    transition: none;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .image_wrap .image_box img {
    max-width: 25%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap h3 {
    top: 274px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in_text {
    top: 400px;
    margin: 0 auto 0 2%;
    max-width: 510px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding h3 {
    top: 274px;
  }
  #material .swiper_zone .material {
    top: 265px;
  }
  #material .swiper_zone .material .text {
    font-size: 3rem;
  }
  #work {
    padding: 0;
  }
  #features {
    padding: 100px 0;
  }
  #features .features_content {
    padding: 93px 30px 0 0;
  }
  #flow {
    padding: 100px 0;
  }
  #flow .flow_contet {
    flex-wrap: wrap;
  }
  #flow .flow_contet .left_box {
    order: 2;
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  #flow .flow_contet .right_box {
    width: 100%;
    order: 1;
  }
  #flow .flow_contet .right_box .image_wrap:nth-of-type(1) {
    transform: translate(0px, -120px);
  }
  #flow .flow_contet .right_box .image_wrap:nth-of-type(1) img {
    margin-left: auto;
  }
  #flow .flow_contet .right_box .image_wrap:nth-of-type(2) {
    right: calc(50% - 70px);
  }
  #menber {
    padding: 100px 0;
  }
  #insta {
    padding: 100px 0;
  }
  #insta .insta_header {
    max-width: 80%;
  }
  #insta .insta_box {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  #material.prod_section .swiper_zone .material_wrap .material {
    gap: 0;
  }
  #material.prod_section .swiper_zone .material_wrap .material .text {
    font-size: 3em;
  }
  #material.prod_section .swiper_zone .material_wrap .material .box {
    width: 260px;
    height: 80px;
  }
  #material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in h3 {
    bottom: 194px;
    font-size: 3em;
  }
  #material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.space .slide_in h3 {
    left: 308px;
  }
  #material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.package .slide_in h3 {
    left: 235px;
  }
  #material.prod_section .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding .slide_in h3 {
    left: 230px;
    font-size: 2.2em;
    bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  #load_wrap .text_wrap p .sp_br {
    display: block;
  }
  #kv {
    display: none;
  }
  #new_sp_kv {
    display: block;
    position: relative;
  }
  #new_sp_kv .sp_swiper_zone {
    overflow: hidden;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper {
    width: 984px;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .circle_wrap {
    position: absolute;
    transition: 0.5s;
    opacity: 1;
    z-index: 2;
    width: 104px;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .circle_wrap.design {
    bottom: 54px;
    left: 28px;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .circle_wrap.select {
    top: 43px;
    right: 368px;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .circle_wrap.create {
    bottom: 176px;
    right: 33px;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .circle_wrap img {
    -webkit-animation-name: sp_circle-move;
            animation-name: sp_circle-move;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: nomal;
            animation-direction: nomal;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper {
    position: relative;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper .swiper-wrapper .swiper-slide .image_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper .swiper-wrapper .swiper-slide .image_wrap .image_box {
    width: calc((100% - 24px) / 3);
    margin-right: 8px;
    position: relative;
    height: 640px;
    overflow: hidden;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper .swiper-wrapper .swiper-slide .image_wrap .image_box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image_wrap .image_box:nth-of-type(1) {
    -webkit-animation-name: sp_image-trans01;
            animation-name: sp_image-trans01;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
            animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: nomal;
            animation-direction: nomal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image_wrap .image_box:nth-of-type(2) {
    -webkit-animation-name: sp_image-trans01;
            animation-name: sp_image-trans01;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
            animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: nomal;
            animation-direction: nomal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #new_sp_kv .sp_swiper_zone .over_swiper .swiper-wrapper .swiper-slide .inner_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image_wrap .image_box:nth-of-type(3) {
    -webkit-animation-name: sp_image-trans01;
            animation-name: sp_image-trans01;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
            animation-timing-function: cubic-bezier(0.81, -0.04, 0.12, 1.06);
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: nomal;
            animation-direction: nomal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #new_sp_kv .main_text {
    position: absolute;
    top: 154px;
    left: 28px;
    z-index: 2;
  }
  #new_sp_kv .main_text span {
    display: block;
    text-align: left;
    display: block;
    color: #fff;
  }
  #new_sp_kv .main_text span:nth-of-type(1) {
    font-family: "jost", sans-serif;
    font-size: 71px;
    font-weight: 500;
    line-height: 0.95em;
  }
  #new_sp_kv .main_text span:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 23px 0 0 6px;
  }
  @-webkit-keyframes sp_circle-move {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes sp_circle-move {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes sp_image-trans01 {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(-100%);
    }
  }
  @keyframes sp_image-trans01 {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(-100%);
    }
  }
  #kv {
    display: none;
  }
  #concept {
    padding: 119px 0 157px;
  }
  #concept h2 {
    font-size: 32px;
    padding: 0 0 0 31px;
  }
  #concept h2:before {
    left: 39px;
    top: -54%;
  }
  #concept .concept_content {
    width: 78.7%;
  }
  #concept .concept_content .left_box h3 {
    font-size: 24px;
    letter-spacing: 0.08em;
    padding: 39px 0 42px;
  }
  #concept .concept_content .right_box {
    padding: 0;
    font-size: 14px;
  }
  #concept .concept_content .right_box p {
    margin: 0 0 25px 0;
  }
  #concept .concept_content .right_box p br {
    display: none;
  }
  #sp_material .sp_material_wrap {
    padding: 42vw 0 80px 0;
  }
  #sp_material .sp_material_wrap .material {
    gap: 7px;
  }
  #sp_material .sp_material_wrap .material .text {
    font-size: 32px;
  }
  #sp_material .sp_material_wrap .material .box {
    width: 204px;
    height: 58px;
    font-size: 32px;
  }
  #sp_material .sp_material_wrap p {
    width: 90%;
    padding: 1.7em 0;
    font-size: 14px;
  }
  #sp_material .sp_material_wrap .image_wrap {
    max-width: 75%;
    margin: 0 5% 0 auto;
    gap: 10px;
  }
  #sp_material .sp_material_wrap.branding .material .box {
    font-size: 26px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap {
    height: auto;
    background-size: 100%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .slide_in_text {
    top: 61.1vw;
    bottom: auto;
    max-width: 90%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.space {
    background-image: url("../images/top/sp_material_slider_back01.png");
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.space h3 {
    left: 220px;
    bottom: auto;
    top: 42.2vw;
    font-size: 32px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.space .slide_in_text {
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.package {
    background-image: url("../images/top/sp_material_slider_back02.png");
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.package h3 {
    left: 176px;
    bottom: auto;
    top: 42.2vw;
    font-size: 32px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.package .slide_in_text {
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding {
    background-image: url("../images/top/sp_material_slider_back03.png");
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding h3 {
    left: 162px;
    bottom: auto;
    top: 42.2vw;
    font-size: 26px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap.branding .slide_in_text {
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .image_wrap {
    display: flex;
    padding-top: 354px;
    justify-content: flex-end;
    width: 90%;
    gap: 10px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .image_wrap .image_box {
    max-width: 140px;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .image_wrap .image_box img {
    max-width: 100%;
  }
  #material .swiper_zone .swiper02 .swiper-wrapper .swiper-slide .slide_in_wrap .image_wrap .image_box:nth-of-type(3) {
    display: none;
  }
  #material .swiper_zone .material {
    bottom: auto;
    top: 39.4vw;
    left: 20px;
    gap: 9px;
  }
  #material .swiper_zone .material .text {
    font-size: 2rem;
  }
  #material .swiper_zone .material .box {
    width: 203px;
    height: 58px;
  }
  #work {
    padding: 5px 0 0 0;
  }
  #work h2 {
    font-size: 48px;
    width: 90%;
    margin: 0 auto 11px;
  }
  #work h3 {
    margin: 0 0 22px 0;
  }
  #work h3:after {
    left: 26px;
    top: calc(100% + 20px);
  }
  #work .work_content {
    display: block;
    width: 90%;
    padding: 0 0 0 28px;
  }
  #work .work_content .left_box {
    padding: 0;
    width: 100%;
  }
  #work .work_content .left_box .item_box p span.cat {
    padding: 6px 0 0 0;
  }
  #work .work_content .left_box .item_box p span.title {
    font-size: 16px;
  }
  #work .work_content .right_box {
    width: 100%;
    transform: translate(0);
    padding: 40px 0 0 0;
  }
  #work .work_content .right_box .item_box p span.cat {
    padding: 6px 0 0 0;
  }
  #work .work_content .all_view {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 55px 0 0 20px;
    font-size: 20px;
    padding: 21px 0 20px 0px;
    text-align: center;
    max-width: 240px;
  }
  #work.animation_on h3:after {
    height: 180px;
  }
  #features {
    padding: 85px 0 67px 0;
  }
  #features h2 {
    font-size: 48px;
    width: 90%;
    margin: 0 auto 12px;
  }
  #features h3:after {
    right: 26px;
    top: calc(100% + 20px);
  }
  #features .features_content {
    padding: 40px 31px 0 0;
    display: block;
    width: 90%;
  }
  #features .features_content .item_box:nth-of-type(1), #features .features_content .item_box:nth-of-type(2) {
    transform: translateY(0);
    margin: 0 0 42px 0;
  }
  #features .features_content .item_box p span.point {
    font-size: 14px;
    padding: 25px 0 0 0;
  }
  #features .features_content .item_box p span.title {
    font-size: 16px;
    padding: 7px 0 0 0;
  }
  #features .features_content .item_box p span.title br {
    display: none;
  }
  #features .features_content .item_box p span.title br.sp_br {
    display: block;
  }
  #features .features_content .item_box p span.text {
    padding: 19px 0px;
  }
  #features.animation_on h3:after {
    height: 180px;
  }
  #flow {
    padding: 69px 0 29px 0;
  }
  #flow h2 {
    font-size: 48px;
    width: 90%;
    margin: 0 auto 12px;
  }
  #flow h3:after {
    left: 26px;
    top: calc(100% + 20px);
  }
  #flow .flow_contet {
    width: 100%;
    position: relative;
  }
  #flow .flow_contet .left_box {
    padding: 234px 0 0 0;
    width: 75%;
  }
  #flow .flow_contet .left_box p {
    margin: 0 0 40px 0;
  }
  #flow .flow_contet .left_box p:after {
    width: 12px;
    height: 12px;
    bottom: -1.3em;
  }
  #flow .flow_contet .left_box p span.title {
    font-size: 16px;
  }
  #flow .flow_contet .left_box p span.text {
    font-size: 14px;
  }
  #flow .flow_contet .right_box {
    width: 202px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    top: -102px;
  }
  #flow .flow_contet .right_box .image_wrap:nth-of-type(1) {
    transform: translate(0);
  }
  #flow .flow_contet .right_box .image_wrap:nth-of-type(2) {
    position: absolute;
    bottom: -30px;
    left: -80px;
    right: auto;
    width: 136px;
  }
  #flow.animation_on h3:after {
    height: 180px;
  }
  #menber {
    padding: 85px 0 66px 0;
  }
  #menber h2 {
    font-size: 48px;
    width: 90%;
    margin: 0 auto 12px;
  }
  #menber h3 {
    margin: 0 auto 21px auto;
  }
  #menber h3:after {
    right: 26px;
    top: calc(100% + 20px);
  }
  #menber .menber_swiper {
    margin-right: 12.7%;
    padding-right: 0px;
  }
  #menber .menber_swiper .swiper03 {
    max-width: 220px;
    padding: 0 0 74px 0;
  }
  #menber .menber_swiper .swiper03 .swiper-button-prev {
    right: 0px;
    top: auto;
    bottom: 0;
  }
  #menber .menber_swiper .swiper03 .swiper-button-next {
    left: auto;
    right: 54px;
    top: auto;
    bottom: 0;
  }
  #menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.name {
    font-size: 16px;
  }
  #menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.official_position {
    font-size: 13px;
    padding: 2px 0 0px 14px;
  }
  #menber .menber_swiper .swiper03 .swiper-wrapper .swiper-slide p.text {
    font-size: 14px;
    padding: 6px 0 0 0;
  }
  #menber .swiper-pagination {
    right: auto;
    left: 20px;
    bottom: 79px;
    position: absolute;
    text-align: left;
    width: auto;
  }
  #menber .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    margin: 0 5px 0 0;
  }
  #menber.animation_on h3:after {
    height: 180px;
  }
  #insta {
    padding: 20px 0 26px 0;
  }
  #insta .insta_header {
    max-width: 90%;
    margin: 0 auto 20px;
  }
  #insta .insta_header .insta_icon {
    width: 24px;
    height: 24px;
  }
  #insta .insta_header .insta_title span {
    font-size: 32px;
  }
  #insta .insta_header .insta_link {
    display: none;
  }
  #insta .insta_box {
    max-width: 90%;
    position: relative;
  }
  #insta .insta_box .sp_insta_link {
    position: absolute;
    padding: 0 19px 0 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0 auto;
  }
  #insta .insta_box .sp_insta_link:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 16px;
    height: 16px;
    background-image: url("../images/common/insta_link_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  #insta .insta_box .sp_insta_link .link_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
/*# sourceMappingURL=top.css.map */