@charset "UTF-8";
/***************************************

home

***************************************/
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/***************************************

home

***************************************/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
clearfix
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

common

***************************************/
h3.common_title {
  display: flex;
  justify-content: center;
}
h3.common_title .jp {
  padding: 40px 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h3.common_title .jp {
    padding: 6.1333333333vw 0 0 1.8666666667vw;
  }
}
h3.common_title .jp::before {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background-color: #000;
  position: absolute;
  left: 10px;
  top: -20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  h3.common_title .jp::before {
    height: 13.3333333333vw;
    left: 1.3333333333vw;
    top: -2vw;
  }
}

/***************************************

loading

***************************************/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #a41034;
}
@media screen and (max-width: 768px) {
  #loading {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }
}
#loading .loading_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #loading .loading_img {
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
#loading .loading_img img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #loading .loading_img img {
    width: 100%;
    min-width: inherit;
    min-height: inherit;
  }
}
#loading .copy_wrap {
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  position: relative;
  background-color: #a41034;
}
#loading .copy_wrap h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #loading .copy_wrap h2 img {
    width: 69.3333333333vw;
  }
}
#loading .copy_wrap .american_house {
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #loading .copy_wrap .american_house {
    bottom: 8.6666666667vw;
  }
  #loading .copy_wrap .american_house img {
    width: 22vw;
  }
}

#loading_wrap.on {
  visibility: visible !important;
}

/***************************************

firstview

***************************************/
#firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #firstview {
    height: auto;
  }
}
#firstview .video_wrap {
  position: relative;
}
#firstview .video_wrap video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  #firstview .video_wrap video {
    height: 100%;
  }
}
#firstview h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #firstview h2 {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100vw - 17.6vw - 12vw);
    height: calc(100svh - 100vw - 17.6vw - 12vw);
    height: calc(100dvh - 100vw - 17.6vw - 12vw);
    min-height: 30.6666666667vw;
    transform: none;
  }
  #firstview h2 img {
    width: 41.8666666667vw;
  }
}
#firstview .scroll {
  position: absolute;
  bottom: 0;
  right: 60px;
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  #firstview .scroll {
    right: 5.3333333333vw;
    padding: 0 0 13.3333333333vw;
  }
  #firstview .scroll img {
    width: 2.1333333333vw;
  }
}
#firstview .scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background: #fff;
  position: absolute;
  left: -14px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #firstview .scroll::before {
    height: 24vw;
    left: -2.6666666667vw;
  }
}
#firstview .scroll::after {
  content: "";
  display: block;
  width: 2px;
  height: 130px;
  background: #fff;
  position: absolute;
  left: -14px;
  bottom: 0;
  animation: scroll 1.5s infinite;
}
@media screen and (max-width: 768px) {
  #firstview .scroll::after {
    height: 24vw;
    left: -2.6666666667vw;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/***************************************

second_view

***************************************/
#second_view {
  text-align: center;
  position: relative;
}
#second_view .exterior img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #second_view .exterior img {
    min-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  #second_view .SP {
    background: #000;
  }
  #second_view .swiper {
    opacity: 0.95;
  }
  #second_view .swiper img {
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    object-fit: cover;
  }
  #second_view .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  #second_view .logo img {
    width: 47.2vw;
    filter: drop-shadow(5px 5px 5px #000);
  }
}
#second_view .thought {
  position: absolute;
  left: 35px;
  top: 63px;
}
@media screen and (max-width: 768px) {
  #second_view .thought {
    position: static;
  }
}
#second_view .thought a {
  display: block;
  width: 256px;
  padding: 50px 23px 54px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #second_view .thought a {
    width: 100%;
    padding: 8vw 0 22vw;
  }
}
#second_view .thought a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #580011;
  border-bottom: 1px solid #580011;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  #second_view .thought a::before {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    border-right: 0.2133333333vw solid #580011;
    border-bottom: 0.2133333333vw solid #580011;
    bottom: 16vw;
  }
}
#second_view .thought h2 {
  padding: 0 0 52px;
}
@media screen and (max-width: 768px) {
  #second_view .thought h2 {
    padding: 0 0 8.2666666667vw;
    border: none;
  }
  #second_view .thought h2 img {
    width: 74vw;
  }
}
#second_view .thought .logo {
  border-bottom: 1px solid #580011;
  padding: 0 0 24px;
  margin: 0 0 36px;
}
@media screen and (max-width: 768px) {
  #second_view .thought .logo {
    width: fit-content;
    padding: 0 7.2vw 5.3333333333vw;
    margin: 0 auto 6vw;
  }
  #second_view .thought .logo img {
    width: 35.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #second_view .thought .title img {
    display: block;
    margin: 0 auto;
    width: 45.2vw;
  }
}
#second_view h2 {
  position: absolute;
  left: 48px;
  bottom: 45px;
}
@media screen and (max-width: 768px) {
  #second_view h2 {
    left: 5.6vw;
    bottom: auto;
    top: calc(50% + 4.6666666667vw);
  }
  #second_view h2 img {
    width: 46vw;
  }
  #second_view h2.copy {
    top: auto;
    bottom: 4vw;
    z-index: 2;
  }
  #second_view h2.copy img {
    filter: drop-shadow(5px 5px 5px #000);
  }
}

/***************************************

event

***************************************/
#event {
  padding: 170px 0 0;
  background-color: #f0f1f1;
}
@media screen and (max-width: 768px) {
  #event {
    padding: 22.6666666667vw 0 0;
  }
}
#event h3.common_title {
  padding: 0 0 112px;
}
@media screen and (max-width: 768px) {
  #event h3.common_title {
    padding: 0 0 10.4vw;
  }
  #event h3.common_title .en img {
    width: 7.8666666667vw;
  }
  #event h3.common_title .jp img {
    width: 39.0666666667vw;
  }
}
#event ul.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 125px;
}
@media screen and (max-width: 768px) {
  #event ul.article {
    justify-content: center;
    gap: 6.6666666667vw 5.0666666667vw;
    padding: 0 0 20vw;
  }
}
#event ul.article li {
  width: 292px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #event ul.article li {
    width: 40.8vw;
  }
}
#event ul.article li a {
  display: block;
}
#event ul.article li a .img_wrap img {
  width: 292px;
  height: 187px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #event ul.article li a .img_wrap img {
    width: 40.6666666667vw;
    height: 26vw;
  }
}
#event ul.article li a .detail {
  padding: 25px 20px;
  min-height: 188px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #event ul.article li a .detail {
    padding: 2vw 2.6666666667vw;
    min-height: 27.4666666667vw;
  }
}
#event ul.article li a .detail h4 {
  font-size: 18px;
  line-height: 29px;
}
@media screen and (max-width: 768px) {
  #event ul.article li a .detail h4 {
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
    height: 18.6666666667vw;
  }
}
#event ul.article li.end::after {
  content: "終了しました";
  display: block;
  width: fit-content;
  font-size: 12px;
  color: #fff;
  background-color: #a41034;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 7px 7px;
}
@media screen and (max-width: 768px) {
  #event ul.article li.end::after {
    font-size: 2.6666666667vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    padding: 0.8vw 1.2vw 1.0666666667vw;
  }
}

/***************************************

works

***************************************/
#works {
  padding: 170px 0 190px;
  background-color: #f0f1f1;
}
@media screen and (max-width: 768px) {
  #works {
    padding: 38vw 0 25.3333333333vw;
  }
}
#works h3.common_title {
  padding: 0 0 112px;
}
@media screen and (max-width: 768px) {
  #works h3.common_title {
    padding: 0 0 10.4vw;
  }
  #works h3.common_title .en img {
    width: 8.6666666667vw;
  }
  #works h3.common_title .jp img {
    width: 57.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #works .inner3 {
    width: 100%;
  }
}
#works ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  #works ul {
    display: block;
    padding: 0 0 16.9333333333vw;
  }
}
#works ul li {
  width: 406px;
}
@media screen and (max-width: 768px) {
  #works ul li {
    width: 74.1333333333vw;
    padding: 0 0 8.6666666667vw;
  }
}
#works ul li:nth-child(2n) {
  padding: 147px 0 0;
}
@media screen and (max-width: 768px) {
  #works ul li:nth-child(2n) {
    padding: 0 0 8.6666666667vw;
    margin: 0 0 0 auto;
  }
}
#works ul li:nth-child(n+3) {
  margin: -95px 0 0;
}
@media screen and (max-width: 768px) {
  #works ul li:nth-child(n+3) {
    margin: 0;
  }
}
#works ul li:last-child {
  margin: 0;
  padding: 52px 0 0;
}
@media screen and (max-width: 768px) {
  #works ul li:last-child {
    padding: 0;
  }
}
#works ul li a {
  display: block;
}
#works ul li a .img_wrap img {
  width: 406px;
  height: 256px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works ul li a .img_wrap img {
    width: 74vw;
    height: 46.6666666667vw;
  }
}
#works ul li a .title_wrap {
  background-color: #fff;
  padding: 18px 60px 18px 24px;
  height: 110px;
  transform: translate(65px, -40px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #works ul li a .title_wrap {
    padding: 2.4vw 6.6666666667vw 2.4vw 3.3333333333vw;
    transform: translate(19.3333333333vw, -5.0666666667vw);
    height: auto;
    min-height: 17.4666666667vw;
  }
}
#works ul li a .title_wrap::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 24px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #works ul li a .title_wrap::before {
    width: 2vw;
    height: 2vw;
    top: auto;
    bottom: 4vw;
    right: 3.3333333333vw;
    transform: rotate(45deg);
  }
}
#works ul li a .title_wrap::after {
  content: "";
  width: 1px;
  height: 88px;
  background: #000;
  display: block;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #works ul li a .title_wrap::after {
    display: none;
  }
}
#works ul li a .title_wrap p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #works ul li a .title_wrap p {
    font-size: 3.3333333333vw;
    line-height: 6vw;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 768px) {
  #works ul li:last-child {
    margin: 0 0 0 auto;
  }
  #works ul li:last-child a .title_wrap {
    transform: translate(-19.3333333333vw, -5.0666666667vw);
  }
}
@media screen and (max-width: 768px) {
  #works ul li:nth-child(2) {
    margin: 0 0 0 auto;
  }
  #works ul li:nth-child(2) a .title_wrap {
    transform: translate(-19.3333333333vw, -5.0666666667vw);
  }
}

/***************************************

lineup

***************************************/
#lineup {
  background-color: #f0f1f1;
}
@media screen and (max-width: 768px) {
  #lineup {
    background-color: #fff;
    padding: 17.3333333333vw 0 38vw;
  }
}
#lineup h3.common_title {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #lineup h3.common_title {
    padding: 0 0 8vw;
  }
  #lineup h3.common_title .en img {
    width: 10.4vw;
  }
  #lineup h3.common_title .jp img {
    width: 42.8vw;
  }
}
#lineup .full_order {
  background-color: #a41034;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #lineup .full_order {
    padding: 0;
    width: 86.6666666667vw;
    margin: 0 auto;
    position: relative;
  }
}
#lineup .full_order a {
  display: flex;
}
@media screen and (max-width: 768px) {
  #lineup .full_order a {
    display: block;
  }
}
#lineup .full_order a .img_wrap {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lineup .full_order a .img_wrap {
    width: 100%;
    position: static;
  }
  #lineup .full_order a .img_wrap img {
    width: 100%;
  }
}
#lineup .full_order a .img_wrap::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #lineup .full_order a .img_wrap::before {
    width: 7.6vw;
    height: 7.6vw;
  }
}
#lineup .full_order a .img_wrap::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  bottom: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #lineup .full_order a .img_wrap::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 3.2vw;
    bottom: 2.9333333333vw;
  }
}
#lineup .full_order a .containar {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .full_order a .containar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 4.8vw 10.6666666667vw 6.6666666667vw 5.3333333333vw;
  }
}
#lineup .full_order a .containar h4 {
  padding: 18px 0 25px;
}
@media screen and (max-width: 768px) {
  #lineup .full_order a .containar h4 {
    order: 2;
    padding: 0;
  }
  #lineup .full_order a .containar h4 img {
    width: 30.6666666667vw;
  }
}
#lineup .full_order a .containar p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lineup .full_order a .containar p {
    order: 1;
    font-size: 3.3333333333vw;
    line-height: 6vw;
    text-align: left;
  }
}
#lineup .flex_wrap {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap {
    display: block;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#lineup .flex_wrap .contents {
  width: 50%;
  background-color: #a41034;
  padding: 75px 0 65px;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents {
    width: 100%;
    padding: 0;
    margin: 0 0 13.3333333333vw;
  }
}
#lineup .flex_wrap .contents:last-child {
  background-color: #004e6e;
  padding: 75px 0 65px 70px;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents:last-child {
    padding: 0;
  }
}
#lineup .flex_wrap .contents:last-child a {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents:last-child a {
    margin: 0;
  }
}
#lineup .flex_wrap .contents a {
  display: block;
  width: 500px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents a {
    width: 100%;
    margin: 0;
  }
}
#lineup .flex_wrap .contents a .img_wrap {
  padding: 0 0 42px;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents a .img_wrap {
    padding: 0;
  }
  #lineup .flex_wrap .contents a .img_wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents a .containar {
    padding: 6.6666666667vw 6.6666666667vw 4vw;
  }
}
#lineup .flex_wrap .contents a .containar h4 {
  width: fit-content;
  position: relative;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents a .containar h4 {
    margin: 0 0 3.3333333333vw;
  }
  #lineup .flex_wrap .contents a .containar h4 img {
    width: auto;
    height: 5.2vw;
  }
}
#lineup .flex_wrap .contents a .containar h4::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents a .containar h4::after {
    width: 2vw;
    height: 2vw;
    right: -4vw;
    bottom: 0.6666666667vw;
  }
}
#lineup .flex_wrap .contents a .containar p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup .flex_wrap .contents a .containar p {
    font-size: 3.3333333333vw;
    line-height: 6vw;
  }
}
#lineup .renovation {
  background: #004e6e;
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  #lineup .renovation {
    padding: 0;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#lineup .renovation .flex_wrap {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .flex_wrap {
    display: block;
  }
}
#lineup .renovation .title_wrap {
  padding: 70px 0 0;
  order: 1;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .title_wrap {
    padding: 6.6666666667vw 4.6666666667vw 4.6666666667vw 6.6666666667vw;
  }
}
#lineup .renovation .title_wrap h4 {
  margin: 0 0 40px;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .title_wrap h4 {
    margin: 0 0 3.3333333333vw;
  }
  #lineup .renovation .title_wrap h4 img {
    width: 45.6vw;
  }
}
#lineup .renovation .title_wrap h4::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .title_wrap h4::after {
    width: 2vw;
    height: 2vw;
    right: -4vw;
    bottom: 0.6666666667vw;
  }
}
#lineup .renovation .title_wrap p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .title_wrap p {
    font-size: 3.3333333333vw;
    line-height: 6vw;
  }
}
#lineup .renovation .img_wrap {
  order: 2;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .img_wrap .before_after img {
    width: 100%;
  }
}
#lineup .renovation .img_wrap ul {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #606060;
  position: relative;
}
#lineup .renovation .img_wrap ul::before {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  background: url("../../img/index/arrow.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #lineup .renovation .img_wrap ul::before {
    width: 3.8666666667vw;
    height: 1.7333333333vw;
    background: url("../../img/index/arrow_sp.svg") no-repeat center center;
  }
}
#lineup .renovation .img_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25px;
}
@media screen and (max-width: 768px) {
  #lineup .renovation .img_wrap ul li {
    height: 7.3333333333vw;
  }
  #lineup .renovation .img_wrap ul li:first-child img {
    width: 7.8666666667vw;
  }
  #lineup .renovation .img_wrap ul li:last-child img {
    width: 7.6vw;
  }
}
#lineup .bnr_wrap {
  padding: 80px 0 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .bnr_wrap {
    padding: 13.3333333333vw 6.6666666667vw 0;
  }
  #lineup .bnr_wrap img {
    width: 100%;
  }
}
#lineup .bnr_wrap .renove_bnr {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #lineup .bnr_wrap .renove_bnr {
    padding: 0 0 10.6666666667vw;
  }
}

/***************************************

about

***************************************/
#about {
  padding: 290px 0 0;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 0;
  }
}
#about h3.common_title {
  padding: 0 0 58px;
}
@media screen and (max-width: 768px) {
  #about h3.common_title {
    padding: 0 0 6vw;
  }
  #about h3.common_title .en img {
    width: 8.1333333333vw;
  }
  #about h3.common_title .jp img {
    width: 60.5333333333vw;
  }
}
#about .main_visual img {
  width: 100%;
}
#about .about_wrap {
  background-color: #f0f1f1;
  padding: 190px 0 365px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap {
    padding: 14vw 0 26.6666666667vw;
    overflow: hidden;
  }
}
#about .about_wrap .article_wrap {
  padding: 0 0 210px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap {
    padding: 0 5.7333333333vw 20vw 6.2666666667vw;
  }
}
#about .about_wrap .article_wrap article {
  display: flex;
  justify-content: space-between;
  padding: 0 0 115px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article {
    display: block;
    padding: 0 0 23.3333333333vw;
  }
}
#about .about_wrap .article_wrap article:nth-child(odd) .text_wrap {
  padding: 0 0 0 45px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article:nth-child(odd) .text_wrap {
    padding: 0 0 4.6666666667vw;
  }
}
#about .about_wrap .article_wrap article:nth-child(2) .text_wrap {
  padding: 13px 110px 0 0;
  order: 2;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article:nth-child(2) .text_wrap {
    padding: 0 0 4.6666666667vw;
  }
}
#about .about_wrap .article_wrap article:nth-child(2) .img_wrap {
  order: 1;
}
#about .about_wrap .article_wrap article:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article .img_wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article .text_wrap {
    padding: 0 0 4.6666666667vw;
  }
}
#about .about_wrap .article_wrap article .text_wrap h4 {
  padding: 0 0 55px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article .text_wrap h4 {
    padding: 0 0 4.6666666667vw;
  }
  #about .about_wrap .article_wrap article .text_wrap h4 img {
    width: auto;
    height: 13.4666666667vw;
  }
}
#about .about_wrap .article_wrap article .text_wrap p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .article_wrap article .text_wrap p {
    font-size: 3.3333333333vw;
    line-height: 6vw;
  }
}
#about .about_wrap .features_wrap {
  padding: 80px 0 190px;
  border-top: 1px solid #c4ccce;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap {
    padding: 9.3333333333vw 0 26.6666666667vw;
  }
}
#about .about_wrap .features_wrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap ul {
    display: block;
  }
}
#about .about_wrap .features_wrap ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap ul li {
    width: 100%;
  }
  #about .about_wrap .features_wrap ul li:first-child {
    padding: 0 0 26.6666666667vw;
  }
}
#about .about_wrap .features_wrap ul li a {
  background-color: #fff;
  display: block;
  position: relative;
}
#about .about_wrap .features_wrap ul li a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap ul li a::before {
    width: 7.6vw;
    height: 7.6vw;
  }
}
#about .about_wrap .features_wrap ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  bottom: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap ul li a::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 3.2vw;
    bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap ul li a .img_wrap img {
    width: 100%;
  }
}
#about .about_wrap .features_wrap ul li a .title_wrap {
  padding: 50px 0 55px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .features_wrap ul li a .title_wrap {
    padding: 6.6666666667vw 0 7.3333333333vw;
  }
  #about .about_wrap .features_wrap ul li a .title_wrap img.features {
    width: 44.9333333333vw;
  }
  #about .about_wrap .features_wrap ul li a .title_wrap img.professional {
    width: 69.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#about .about_wrap .strengths_wrap h5 {
  text-align: center;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0 0 60px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap h5 {
    font-size: 5.3333333333vw;
    padding: 0 0 22.6666666667vw;
    width: 86.6666666667vw;
  }
  #about .about_wrap .strengths_wrap h5 img {
    width: 52.2666666667vw;
  }
}
#about .about_wrap .strengths_wrap .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap .swiper {
    overflow: visible;
  }
  #about .about_wrap .strengths_wrap .swiper-pagination {
    display: flex;
    position: absolute;
    left: 0;
    top: -14vw;
    bottom: auto;
  }
  #about .about_wrap .strengths_wrap .swiper-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.3333333333vw;
    letter-spacing: 0.025em;
    font-family: YakuHanJP, "Noto Serif JP", serif;
    width: 28.6666666667vw;
    height: 8.6666666667vw;
    margin: 0;
    opacity: 1;
    background: none;
    border-radius: 0;
    border-bottom: 0.4vw solid #fff;
  }
  #about .about_wrap .strengths_wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #dcdcdc;
    border-bottom: 0.4vw solid #a41034;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper {
    width: 86.6666666667vw;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li {
  width: 292px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li {
    width: 61.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li {
    margin: 0 6.6666666667vw 0 0 !important;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a {
  display: block;
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail {
  padding: 30px 26px 0 36px;
  background-color: #a41034;
  height: 278px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail {
    padding: 2.9333333333vw 2.6666666667vw 2.6666666667vw 2vw;
    height: 39.7333333333vw;
    position: relative;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail h4 {
  text-align: right;
  height: 155px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail h4 {
    height: auto;
    position: absolute;
    top: 2.9333333333vw;
    right: 2.6666666667vw;
  }
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail h4 img {
    width: 7.6vw;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail p {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .detail p {
    font-size: 3.3333333333vw;
    line-height: 7.3333333333vw;
    letter-spacing: 0.1em;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a .img_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .img_wrap img {
    width: 100%;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a .img_wrap::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .img_wrap::before {
    width: 7.6vw;
    height: 7.6vw;
  }
}
#about .about_wrap .strengths_wrap ul.swiper-wrapper li a .img_wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  bottom: 13px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap ul.swiper-wrapper li a .img_wrap::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 3.2vw;
    bottom: 2.9333333333vw;
  }
}
#about .about_wrap .strengths_wrap #recommend h3 {
  text-align: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend h3 {
    padding: 0 0 6.6666666667vw;
  }
}
#about .about_wrap .strengths_wrap #recommend .detail {
  background-color: #fff;
}
#about .about_wrap .strengths_wrap #recommend .detail a {
  padding: 45px 0 40px 40px;
  display: flex;
  align-items: center;
  gap: 0 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend .detail a {
    padding: 6.1333333333vw 6.1333333333vw 9.3333333333vw;
    display: block;
  }
}
#about .about_wrap .strengths_wrap #recommend .detail a.none {
  pointer-events: none;
}
#about .about_wrap .strengths_wrap #recommend .detail a.none::after {
  display: none;
}
#about .about_wrap .strengths_wrap #recommend .detail a::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../img/about/arw.svg") no-repeat center center;
  background-size: 34px auto;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend .detail a::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background-size: 6.9333333333vw auto;
  }
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend .detail a .img_wrap {
    padding: 0 0 6vw;
  }
  #about .about_wrap .strengths_wrap #recommend .detail a .img_wrap img {
    width: 100%;
  }
}
#about .about_wrap .strengths_wrap #recommend .detail a ul li {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 40px;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  padding: 0 0 0 35px;
  background: url("../../img/about/check_point.svg") no-repeat left center;
  background-size: 27px auto;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend .detail a ul li {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 5.6vw;
    letter-spacing: 0.02em;
    padding: 0 0 2.6666666667vw 6.6666666667vw;
    background: url("../../img/about/check_point.svg") no-repeat left top;
    background-size: 5.0666666667vw auto;
  }
}
#about .about_wrap .strengths_wrap #recommend .detail a p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 40px;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend .detail a p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 5.6vw;
    letter-spacing: 0em;
  }
}
#about .about_wrap .strengths_wrap #recommend #feature {
  padding: 0 0 123px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend #feature {
    padding: 0 0 16vw;
  }
  #about .about_wrap .strengths_wrap #recommend #feature h3 img {
    width: 35.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_wrap .strengths_wrap #recommend #craftsman h3 img {
    width: 79.7333333333vw;
  }
}

/***************************************

voice

***************************************/
#voice {
  background-color: #a41034;
}
#voice .voice_wrap {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #voice .voice_wrap {
    max-width: inherit;
  }
}
#voice .flex_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap {
    display: block;
  }
}
#voice .flex_wrap .link {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .link {
    width: 100%;
  }
}
#voice .flex_wrap .link a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .link a {
    height: 33.3333333333vw;
    display: block;
    padding: 6.6666666667vw 0 0 7.3333333333vw;
  }
}
#voice .flex_wrap .link a::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .link a::before {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#voice .flex_wrap .link a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .link a::after {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
    right: 5.0666666667vw;
    bottom: 4.2666666667vw;
  }
}
#voice .flex_wrap .link a .wrap {
  width: 465px;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .link a .wrap {
    width: 100%;
  }
  #voice .flex_wrap .link a .wrap picture {
    width: fit-content;
    position: relative;
  }
  #voice .flex_wrap .link a .wrap picture::before {
    content: "";
    width: 2.5333333333vw;
    height: 2.5333333333vw;
    display: block;
    position: absolute;
    right: -6vw;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #voice .flex_wrap .link a .wrap img {
    width: 29.8666666667vw;
  }
}
#voice .flex_wrap .link a .wrap p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 45px 0 0;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .link a .wrap p {
    font-size: 3.3333333333vw;
    line-height: 6vw;
    padding: 4vw 0 0;
  }
}
#voice .flex_wrap .img_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #voice .flex_wrap .img_wrap {
    width: 100%;
  }
  #voice .flex_wrap .img_wrap img {
    width: 100%;
  }
}

/***************************************

slave_event

***************************************/
#slave_event {
  position: absolute;
  left: 35px;
  bottom: 42px;
  z-index: 10;
  width: 232px;
}
@media screen and (max-width: 768px) {
  #slave_event {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #slave_event a {
    display: flex;
    width: 100%;
  }
}
#slave_event .img_wrap img {
  width: 232px;
  height: 148px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #slave_event .img_wrap img {
    width: 43.2vw;
    height: 17.6vw;
    object-fit: cover;
  }
}
#slave_event .contents_wrap {
  background-color: #a41034;
  padding: 0 20px 50px;
  height: 182px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #slave_event .contents_wrap {
    padding: 0 13.3333333333vw 0 3.3333333333vw;
    height: auto;
    width: 56.8vw;
  }
}
#slave_event .contents_wrap::before {
  content: "";
  width: 190px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  #slave_event .contents_wrap::before {
    width: 1px;
    height: 13.3333333333vw;
    left: auto;
    right: 10vw;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#slave_event .contents_wrap::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #slave_event .contents_wrap::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    left: auto;
    right: 4.6666666667vw;
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }
}
#slave_event .contents_wrap h4 {
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  width: 100%;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #slave_event .contents_wrap h4 {
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
}
#slave_event span.close {
  position: absolute;
  top: 160px;
  left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #slave_event span.close {
    top: 1.0666666667vw;
    right: auto;
    left: 1.0666666667vw;
    display: none;
  }
  #slave_event span.close img {
    width: 5.4666666667vw;
    display: block;
  }
}

/***************************************

pickup_archive

***************************************/
#pickup_archive .pickup_container {
  flex-wrap: wrap;
}
#pickup_archive .pickup_container li:first-child, #pickup_archive .pickup_container li:nth-child(2) {
  width: 100%;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child, #pickup_archive .pickup_container li:nth-child(2) {
    padding: 0 0 9.3333333333vw;
  }
}
#pickup_archive .pickup_container li:first-child a, #pickup_archive .pickup_container li:nth-child(2) a {
  display: flex;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child a, #pickup_archive .pickup_container li:nth-child(2) a {
    display: block;
  }
}
#pickup_archive .pickup_container li:first-child a .img_wrap, #pickup_archive .pickup_container li:nth-child(2) a .img_wrap {
  width: 567px;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child a .img_wrap, #pickup_archive .pickup_container li:nth-child(2) a .img_wrap {
    width: 100%;
  }
}
#pickup_archive .pickup_container li:first-child a .img_wrap img, #pickup_archive .pickup_container li:nth-child(2) a .img_wrap img {
  width: 567px;
  height: 363px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child a .img_wrap img, #pickup_archive .pickup_container li:nth-child(2) a .img_wrap img {
    width: 86.6666666667vw;
    height: 55.6vw;
  }
}
#pickup_archive .pickup_container li:first-child a .contents_wrap, #pickup_archive .pickup_container li:nth-child(2) a .contents_wrap {
  width: 433px;
  height: auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child a .contents_wrap, #pickup_archive .pickup_container li:nth-child(2) a .contents_wrap {
    width: 100%;
    min-height: 22.9333333333vw;
    padding: 1.3333333333vw 2.6666666667vw 2vw;
  }
}
#pickup_archive .pickup_container li:first-child a .contents_wrap .meta_wrap, #pickup_archive .pickup_container li:nth-child(2) a .contents_wrap .meta_wrap {
  margin: auto 0 0;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child a .contents_wrap .meta_wrap, #pickup_archive .pickup_container li:nth-child(2) a .contents_wrap .meta_wrap {
    margin: 0;
  }
}
#pickup_archive .pickup_container li:first-child a .contents_wrap .meta_wrap .column_title, #pickup_archive .pickup_container li:nth-child(2) a .contents_wrap .meta_wrap .column_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:first-child a .contents_wrap .meta_wrap .column_title, #pickup_archive .pickup_container li:nth-child(2) a .contents_wrap .meta_wrap .column_title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 768px) {
  #pickup_archive .pickup_container li:last-child {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
