@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Shippori Mincho B1", serif;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}
header::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-right: 60px;
  padding-left: 130px;
}
header .inner h1 a img {
  width: 166px;
  display: block;
}
header .inner .global_menu {
  display: flex;
  align-items: center;
  gap: 70px;
}
header .inner .global_menu nav ul {
  display: flex;
  gap: 50px;
}
header .inner .global_menu nav ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
header .inner .global_menu nav ul li a small {
  display: none;
}
header .inner .global_menu #menu_btn {
  display: none;
}

.sec_ttl .en {
  font-family: "Cardo", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sec_ttl h2 {
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.21em;
}

.btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0.11em;
  padding-right: 18px;
  padding-bottom: 10px;
  position: relative;
}
.btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/arrow_btn.svg) no-repeat bottom right/428px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#reserve_contact {
  background: url(../img/reserve_contact_bg.jpg) no-repeat center/cover;
  padding: 88px 0 76px;
  color: #fff;
}
#reserve_contact .inner .sec_ttl {
  text-align: center;
  margin-bottom: 80px;
}
#reserve_contact .inner .sec_ttl h2 {
  margin-bottom: 10px;
}
#reserve_contact .inner .row {
  display: flex;
  justify-content: center;
  gap: 70px;
}
#reserve_contact .inner .row .block {
  border: 1px solid #fff;
  width: 406px;
}
#reserve_contact .inner .row .block a {
  padding: 20px 30px;
  display: block;
}
#reserve_contact .inner .row .block a .ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 15px;
}
#reserve_contact .inner .row .block a .num {
  display: flex;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.1em;
  gap: 7px;
}
#reserve_contact .inner .row .block a .num::before {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 29/16;
  background: url(../img/icon_freedial.svg) no-repeat center/contain;
}
#reserve_contact .inner .row .block a .txt {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#reserve_contact .inner .row .block a .txt::before {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 1/1;
  background: url(../img/icon_mail.svg) no-repeat center/contain;
}
#reserve_contact .inner .row .block a .time {
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
}

footer {
  background: #000;
  color: #fff;
  padding: 50px 0 30px;
}
footer .inner .logo {
  text-align: center;
  margin-bottom: 35px;
}
footer .inner .logo img {
  width: 166px;
}
footer .inner .sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
footer .inner .sns li img {
  height: 32px;
}
footer .inner .row {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
footer .inner .row .info {
  flex-shrink: 0;
}
footer .inner .row .info .name {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.17em;
  margin-bottom: 20px;
}
footer .inner .row .info .address {
  letter-spacing: 0.1em;
  font-weight: 500;
}
footer .inner .row .info .address p {
  line-height: 1.8;
}
footer .inner .row .info .address p span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
footer .inner .row .info .address p span::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 29/16;
  background: url(../img/icon_freedial.svg) no-repeat center/contain;
}
footer .inner .row .info .address p:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner .row nav .main_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
footer .inner .row nav .main_menu > li {
  min-width: 155px;
}
footer .inner .row nav .main_menu > li span,
footer .inner .row nav .main_menu > li > a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
footer .inner .row nav .main_menu > li .sub_menu {
  margin-top: 15px;
}
footer .inner .row nav .main_menu > li .sub_menu li a {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
footer .inner .row nav .main_menu > li .sub_menu li a::before {
  content: "－";
}
footer .inner .privacy_copy {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  align-items: center;
}
footer .inner .privacy_copy .privacy a {
  font-size: 15px;
  font-weight: 500;
}
footer .inner .privacy_copy .copy {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.fixed_bnr {
  display: none;
}

@media (max-width: 1280px) {
  header .inner {
    padding-left: 60px;
  }
}
@media (max-width: 1211px) {
  footer .inner .row nav .main_menu > li {
    min-width: 163px;
  }
}
@media (max-width: 1160px) {
  header .inner .global_menu nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    max-width: 100%;
    max-height: 100svh;
    background: rgba(0, 0, 0, 0.8);
    padding: 120px 60px 60px;
    overflow: auto;
  }
  header .inner .global_menu nav ul {
    flex-direction: column;
    gap: 30px;
  }
  header .inner .global_menu nav ul li a small {
    display: block;
    margin-top: 5px;
    color: #898989;
  }
  header .inner .global_menu nav ul li.sp {
    display: block;
  }
  header .inner .global_menu nav .logo.sp {
    margin-top: 120px;
    display: block;
    text-align: center;
  }
  header .inner .global_menu nav .logo.sp img {
    width: 166px;
  }
  header .inner .global_menu #menu_btn {
    display: block;
    cursor: pointer;
    z-index: 110;
  }
  header .inner .global_menu #menu_btn .lines {
    position: relative;
    display: block;
    width: 43px;
    height: 31px;
  }
  header .inner .global_menu #menu_btn .lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
    right: 0;
  }
  header .inner .global_menu #menu_btn .lines span:nth-child(1) {
    top: calc(50% - 10px);
  }
  header .inner .global_menu #menu_btn .lines span:nth-child(2) {
    top: 50%;
  }
  header .inner .global_menu #menu_btn .lines span:nth-child(3) {
    top: calc(50% + 10px);
  }
  header .inner .global_menu #menu_btn .txt {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 5px;
    transition: 0.3s;
  }
  header .inner .global_menu #menu_btn .txt .close {
    display: none;
  }
  header .inner .global_menu #menu_btn .txt .menu {
    display: block;
  }
  header .inner .global_menu #menu_btn.open .lines span {
    background: #9fa0a0;
  }
  header .inner .global_menu #menu_btn.open .lines span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .inner .global_menu #menu_btn.open .lines span:nth-child(2) {
    opacity: 0;
  }
  header .inner .global_menu #menu_btn.open .lines span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  header .inner .global_menu #menu_btn.open .txt {
    color: #898989;
  }
  header .inner .global_menu #menu_btn.open .txt .close {
    display: none;
  }
  header .inner .global_menu #menu_btn.open .txt .menu {
    display: block;
  }
}
@media (max-width: 1000px) {
  #reserve_contact .inner .sec_ttl {
    margin-bottom: 40px;
  }
  #reserve_contact .inner .row {
    gap: 30px;
  }
  #reserve_contact .inner .row .block a {
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
  }
  #reserve_contact .inner .row .block a .num {
    font-size: 32px;
  }
  #reserve_contact .inner .row .block a .txt {
    font-size: 22px;
  }
  footer .inner .row {
    flex-direction: column;
  }
  footer .inner .row .info {
    width: 100%;
  }
  footer .inner .row nav {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    height: 70px;
  }
  header::before {
    height: 80px;
  }
  header .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  header .inner h1 a img {
    width: 120px;
  }
  .sec_ttl h2 {
    font-size: 22px;
  }
  .sec_ttl .en {
    font-size: 14px;
  }
  #reserve_contact {
    padding: 50px 0;
  }
  #reserve_contact .inner .row {
    flex-direction: column;
  }
  #reserve_contact .inner .row .block {
    width: 100%;
  }
  #reserve_contact .inner .row .block a .ttl {
    font-size: 15px;
  }
  footer {
    padding-bottom: 90px;
  }
  footer .inner .logo img {
    width: 120px;
  }
  footer .inner .row {
    margin-top: 40px;
    gap: 60px;
  }
  footer .inner .row .info .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .inner .row .info .address p {
    font-size: 14px;
  }
  footer .inner .row nav .main_menu {
    gap: 30px;
  }
  footer .inner .row nav .main_menu li {
    width: 100%;
  }
  footer .inner .row nav .main_menu li > span,
  footer .inner .row nav .main_menu li > a {
    font-size: 16px;
  }
  footer .inner .row nav .main_menu li .sub_menu {
    margin-top: 10px;
    padding-left: 20px;
  }
  footer .inner .privacy_copy {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  footer .inner .privacy_copy .copy {
    font-size: 12px;
  }
  .fixed_bnr {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
  .fixed_bnr .bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 180px;
    height: 60px;
    background: rgba(112, 112, 112, 0.9);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .fixed_bnr .bnr a::before {
    content: "";
    display: block;
    width: 35px;
    aspect-ratio: 1/1;
    background: url(../img/icon_mail_white.svg) no-repeat center/contain;
  }
}
#top #mv {
  padding-top: 150px;
  height: 720px;
  background: url(../img/top/mv.jpg) no-repeat center/cover;
}
#top #mv .inner h2 {
  writing-mode: vertical-rl;
  font-size: 39px;
  line-height: 1.6;
  letter-spacing: 0.21em;
  margin: 0 0 0 auto;
  color: #fff;
  font-weight: 500;
  position: relative;
}
#top #mv .inner .scroll {
  display: none;
}
#top #about {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
#top #about::before {
  content: "";
  display: block;
  width: 81.6%;
  aspect-ratio: 1115/930;
  background: url(../img/top/about_bg.jpg) no-repeat top left/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top #about .inner {
  display: flex;
  justify-content: space-between;
}
#top #about .inner .img_area {
  width: calc(43.1% + (100vw - 1090px) / 2);
  margin-left: calc((100vw - 1090px) / 2 * -1);
}
#top #about .inner .img_area .btn {
  margin-top: 40px;
  padding-left: calc((100vw - 1090px) / 2);
}
#top #about .inner .txt {
  width: 48.8%;
  display: flex;
  gap: 25px;
  padding-top: 40px;
}
#top #about .inner .txt .sec_ttl {
  display: flex;
  gap: 5px;
  order: 2;
}
#top #about .inner .txt .sec_ttl .en {
  writing-mode: vertical-rl;
  order: 2;
}
#top #about .inner .txt .sec_ttl h2 {
  order: 1;
  writing-mode: vertical-rl;
}
#top #about .inner .txt .message_btn {
  order: 1;
}
#top #about .inner .txt .message_btn .message {
  line-height: 2.3125;
}
#top #works {
  padding: 115px 0 130px;
  position: relative;
  z-index: 2;
}
#top #works .inner {
  display: flex;
  justify-content: space-between;
}
#top #works .inner .sec_ttl_btn {
  width: 170px;
  padding-top: 110px;
}
#top #works .inner .sec_ttl_btn .sec_ttl {
  margin-bottom: 50px;
  text-align: center;
}
#top #works .inner .sec_ttl_btn .sec_ttl h2 {
  margin-bottom: 10px;
}
#top #works .inner .sec_ttl_btn .pager {
  display: flex;
  justify-content: center;
  gap: 12px;
}
#top #works .inner .sec_ttl_btn .pager .swiper-button-prev {
  margin-top: 0;
  position: static;
  width: 51px;
  aspect-ratio: 1/1;
  border: 1px solid #727171;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top #works .inner .sec_ttl_btn .pager .swiper-button-prev::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/arrow_prev.svg) no-repeat center/contain;
}
#top #works .inner .sec_ttl_btn .pager .swiper-button-next {
  margin-top: 0;
  position: static;
  width: 51px;
  aspect-ratio: 1/1;
  border: 1px solid #727171;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top #works .inner .sec_ttl_btn .pager .swiper-button-next::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/arrow_next.svg) no-repeat center/contain;
}
#top #works .inner .sec_ttl_btn .btn {
  margin-top: 50px;
}
#top #works .inner .works_slider_wrap {
  width: calc(100% - 260px + (100vw - 1090px) / 2);
  margin-right: calc((100vw - 1090px) / 2 * -1);
}
#top #works .inner .works_slider_wrap .works_slider .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
}
#top #works .inner .works_slider_wrap .works_slider .swiper-wrapper .swiper-slide .desc {
  padding: 20px 10px 0;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
#top #topics {
  background: url(../img/top/topics_bg.jpg) no-repeat center/cover;
  padding: 70px 0 105px;
}
#top #topics .inner .sec_ttl {
  text-align: center;
  margin-bottom: 60px;
}
#top #topics .inner .sec_ttl h2 {
  margin-bottom: 15px;
}
#top #topics .inner .list {
  display: flex;
  gap: 2.6%;
}
#top #topics .inner .list .block {
  width: 31.6%;
}
#top #topics .inner .list .block a {
  display: block;
}
#top #topics .inner .list .block a .img {
  overflow: hidden;
  aspect-ratio: 345/240;
}
#top #topics .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#top #topics .inner .list .block a .txt {
  margin-top: 15px;
}
#top #topics .inner .list .block a .txt .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#top #topics .inner .list .block a .txt .tags li {
  color: #fff;
  font-size: 14px;
  padding: 6px 15px;
  line-height: 1;
  background: #000;
  letter-spacing: 0.21em;
}
#top #topics .inner .list .block a .txt .tags li.renovation {
  background: #bba774;
}
#top #topics .inner .list .block a .txt .tags li.modelhouse {
  background: #d09101;
}
#top #topics .inner .list .block a .txt .ttl {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#top #topics .inner .list .block a .txt .info {
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
#top #topics .inner .list .block a:hover .img img {
  transform: scale(1.1);
}
#top #topics .inner .btn {
  margin-top: 36px;
}
#top #topics .inner .btn a {
  margin: 0 0 0 auto;
}
#top #news {
  padding: 70px 0;
}
#top #news .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top #news .inner .sec_ttl_btn {
  width: 170px;
}
#top #news .inner .sec_ttl_btn .sec_ttl {
  text-align: center;
  margin-bottom: 50px;
}
#top #news .inner .sec_ttl_btn .sec_ttl h2 {
  margin-bottom: 10px;
}
#top #news .inner .sec_ttl_btn .btn a {
  margin: 0 auto;
}
#top #news .inner .list {
  width: calc(100% - 260px);
}
#top #news .inner .list .item a {
  display: flex;
  align-items: center;
  padding: 30px;
}
#top #news .inner .list .item a .date {
  width: 125px;
  color: #595757;
  letter-spacing: 0.08em;
}
#top #news .inner .list .item a .ttl {
  width: calc(100% - 125px);
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
#top #news .inner .list .item:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}
#top #floating_slider .floating_slider .swiper-wrapper {
  transition-timing-function: linear;
}
#top #blog {
  background: #f3f2f1;
  padding: 75px 0 80px;
}
#top #blog .inner .sec_ttl {
  text-align: center;
  margin-bottom: 50px;
}
#top #blog .inner .sec_ttl h2 {
  margin-bottom: 10px;
}
#top #blog .inner .row {
  display: flex;
  justify-content: space-between;
}
#top #blog .inner .row .img_area {
  width: calc(48.3% + (100vw - 1090px) / 2);
  margin-left: calc((100vw - 1090px) / 2 * -1);
  height: 472px;
}
#top #blog .inner .row .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#top #blog .inner .row .list {
  width: 46.8%;
}
#top #blog .inner .row .list .item a {
  display: flex;
  justify-content: space-between;
}
#top #blog .inner .row .list .item a .img {
  width: 37.8%;
}
#top #blog .inner .row .list .item a .txt {
  width: 58.7%;
}
#top #blog .inner .row .list .item a .txt .date {
  color: #595757;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
#top #blog .inner .row .list .item a .txt .ttl {
  line-height: 1.6875;
  letter-spacing: 0.09em;
  font-weight: 500;
}
#top #blog .inner .row .list .item:not(:first-child) a {
  padding-top: 20px;
}
#top #blog .inner .row .list .item:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}
#top #blog .inner .row .list .item:not(:last-child) a {
  padding-bottom: 20px;
}
#top #blog .inner .btn {
  margin-top: 60px;
}
#top #blog .inner .btn a {
  margin: 0 0 0 auto;
}
#top #youtube {
  padding-top: 95px;
}
#top #youtube .inner .sec_ttl {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 35px;
}
#top #youtube .inner .sec_ttl h2 img {
  width: 179px;
  display: block;
}
#top #youtube .inner .sec_ttl .sub {
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 500;
}
#top #youtube .inner .youtube_slider_wrap {
  width: calc(100% + (100vw - 1090px) / 2);
  margin-right: calc((100vw - 1090px) / 2 * -1);
}
#top #youtube .inner .youtube_slider_wrap .youtube_slider .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
#top #youtube .inner .youtube_slider_wrap .youtube_slider .swiper-wrapper .swiper-slide {
  width: calc((100% - 24px) / 3);
}
#top #youtube .inner .youtube_slider_wrap .youtube_slider .swiper-wrapper .swiper-slide iframe {
  aspect-ratio: 16/9;
}
#top #youtube .inner .btn {
  margin-top: 40px;
}
#top #youtube .inner .btn a {
  margin: 0 0 0 auto;
}
#top #insta {
  padding: 100px 0 115px;
}
#top #insta .inner .sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}
#top #insta .inner .sec_ttl h2 img {
  width: 54px;
}
#top #insta .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.86%;
}
#top #insta .inner ul li {
  width: 23.6%;
}
#top #insta .inner .btn {
  margin-top: 55px;
}
#top #insta .inner .btn a {
  margin: 0 0 0 auto;
}
#top #insta .lee {
  margin-top: 100px;
  background: #f3f2f1;
  padding: 10px 10px 10px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top #insta .lee .txt {
  width: calc(100% - 240px);
}
#top #insta .lee .txt h3 {
  font-size: 28px;
  letter-spacing: 0.11em;
  font-weight: 600;
  margin-bottom: 15px;
}
#top #insta .lee .txt .desc {
  font-size: 18px;
  line-height: 2.11;
}
#top #insta .lee .img {
  width: 220px;
}

@media (max-width: 1211px) {
  #top #about .inner .img_area {
    margin-left: -5vw;
    width: calc(43.1% + 5vw);
  }
  #top #about .inner .img_area .btn {
    padding-left: 5vw;
  }
  #top #works .inner .works_slider_wrap {
    margin-right: -5vw;
    width: calc(100% - 260px + 5vw);
  }
  #top #blog .inner .row .img_area {
    margin-left: -5vw;
    width: calc(48.3% + 5vw);
    height: unset;
  }
  #top #youtube .inner .youtube_slider_wrap {
    margin-right: -5vw;
    width: calc(100% + 5vw);
  }
}
@media (max-width: 1000px) {
  #top #about .inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  #top #about .inner .img_area {
    width: calc(100% + 5vw);
    order: 2;
    display: flex;
    flex-direction: column;
  }
  #top #about .inner .img_area .btn {
    display: none;
  }
  #top #about .inner .txt {
    width: auto;
    order: 1;
    padding-top: 0;
  }
  #top #about .inner .txt .message_btn .btn {
    margin-top: 40px;
    display: block;
  }
  #top #works .inner {
    flex-direction: column;
  }
  #top #works .inner .sec_ttl_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  #top #works .inner .sec_ttl_btn .sec_ttl {
    margin-bottom: 0;
  }
  #top #works .inner .sec_ttl_btn .btn {
    margin-top: 0;
  }
  #top #works .inner .works_slider_wrap {
    width: calc(100% + 5vw);
  }
  #top #topics .inner .list .block a .txt .ttl {
    font-size: 18px;
  }
  #top #news .inner .list .item a {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
  #top #news .inner .list .item a .date {
    width: 100%;
  }
  #top #news .inner .list .item a .ttl {
    width: 100%;
  }
  #top #youtube .inner .youtube_slider_wrap .youtube_slider .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #top #youtube .inner .youtube_slider_wrap .youtube_slider .swiper-wrapper .swiper-slide .iframe_overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
  }
  #top #youtube .inner .youtube_slider_wrap .youtube_slider .swiper-wrapper .swiper-slide .iframe_overlay iframe {
    position: relative;
    z-index: 1;
  }
  #top #insta .inner .lee {
    padding: 30px;
  }
  #top #insta .inner .lee .txt h3 {
    font-size: 22px;
  }
  #top #insta .inner .lee .txt .desc {
    font-size: 16px;
  }
  #top #insta .inner .lee .txt .desc .pc {
    display: none;
  }
}
@media (max-width: 768px) {
  #top #mv {
    height: auto;
    aspect-ratio: 303/425;
    padding-top: 110px;
    padding-bottom: 60px;
    background-image: url(../img/top/mv_sp.jpg);
    position: relative;
  }
  #top #mv .inner h2 {
    font-size: 30px;
    margin: 0 auto;
  }
  #top #mv .inner .scroll {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
  #top #mv .inner .scroll::after {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 11/5;
    margin-top: 5px;
    background: url(../img/arrow_bottom.svg) no-repeat center/contain;
  }
  #top #about .inner {
    gap: 40px;
  }
  #top #about .inner .txt {
    gap: 15px;
  }
  #top #about .inner .txt .message_btn .message {
    font-size: 14px;
  }
  #top #works {
    padding: 50px 0;
  }
  #top #works .inner .sec_ttl_btn {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-top: 0;
    width: calc(100% - 114px);
    margin-bottom: 20px;
  }
  #top #works .inner .sec_ttl_btn .sec_ttl {
    text-align: left;
  }
  #top #works .inner .sec_ttl_btn .pager {
    position: absolute;
    left: 100%;
    bottom: 0;
  }
  #top #works .inner .sec_ttl_btn .btn {
    margin-top: 30px;
  }
  #top #works .inner .works_slider_wrap .works_slider .swiper-wrapper .swiper-slide .desc {
    padding: 10px;
    font-size: 13px;
  }
  #top #topics {
    padding: 50px 0;
  }
  #top #topics .inner .sec_ttl {
    margin-bottom: 30px;
  }
  #top #topics .inner .sec_ttl h2 {
    margin-bottom: 5px;
  }
  #top #topics .inner .list {
    flex-direction: column;
    gap: 30px;
  }
  #top #topics .inner .list .block {
    width: 100%;
  }
  #top #topics .inner .list .block a .txt .tags li {
    font-size: 12px;
    padding: 5px 8px;
  }
  #top #topics .inner .list .block a .txt .ttl {
    margin-top: 10px;
  }
  #top #topics .inner .list .block a .txt .info {
    margin-top: 5px;
    font-size: 14px;
  }
  #top #news {
    padding: 50px 0;
  }
  #top #news .inner {
    flex-direction: column;
    gap: 20px;
  }
  #top #news .inner .sec_ttl_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #top #news .inner .sec_ttl_btn .sec_ttl {
    text-align: left;
    margin-bottom: 0;
  }
  #top #news .inner .list {
    width: 100%;
  }
  #top #news .inner .list .item a {
    padding: 15px 0;
  }
  #top #news .inner .list .item a .date {
    font-size: 14px;
  }
  #top #news .inner .list .item a .ttl {
    font-size: 14px;
  }
  #top #blog {
    padding: 50px 0;
  }
  #top #blog .inner .sec_ttl {
    margin-bottom: 20px;
  }
  #top #blog .inner .row {
    flex-direction: column;
    gap: 20px;
  }
  #top #blog .inner .row .img_area {
    width: 100vw;
    margin-right: -5vw;
  }
  #top #blog .inner .row .list {
    width: 100%;
  }
  #top #blog .inner .row .list .item a .date {
    font-size: 14px;
  }
  #top #blog .inner .row .list .item a .ttl {
    font-size: 14px;
  }
  #top #blog .inner .btn {
    margin-top: 30px;
  }
  #top #youtube {
    padding-top: 50px;
  }
  #top #youtube .inner .sec_ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  #top #youtube .inner .sec_ttl .sub {
    font-size: 14px;
  }
  #top #youtube .inner .btn {
    margin-top: 20px;
  }
  #top #insta {
    padding: 50px 0;
  }
  #top #insta .inner .sec_ttl h2 {
    margin-bottom: 10px;
  }
  #top #insta .inner .sec_ttl h2 img {
    width: 40px;
  }
  #top #insta .inner #sbi_images {
    gap: 10px !important;
  }
  #top #insta .inner .btn {
    margin-top: 0;
  }
  #top #insta .inner .lee {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  #top #insta .inner .lee .txt {
    width: 100%;
  }
  #top #insta .inner .lee .txt h3 {
    font-size: 18px;
  }
  #top #insta .inner .lee .txt .desc {
    font-size: 14px;
  }
  #top #insta .inner .lee .img {
    width: 200px;
  }
}/*# sourceMappingURL=style.css.map */