@charset "UTF-8";
/* CSS Document */
/* slickの枠を制限する */
.slide-wrap {
  position: relative;
}
/* ------------------------------
    #main_v
------------------------------ */
#main_v {
  position: relative;
}
#main_v .main_text {
  position: absolute;
  left: 4.4vw;
  bottom: 4vw;
  z-index: 999;
}
#main_v .main_text h2, #main_v .main_text h3 {
  color: #fff;
  font-family: 'Shippori Antique B1', serif;
}
#main_v .main_text h2 {
  font-size: 2.3rem;
}
#main_v .main_text h3 {
  font-size: 7.7rem;
}
#main_v .main-slider li {
  position: relative;
  width: 100%;
  height:60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#main_v .main-slider li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
#main_v .main-slider li a:hover img {
  opacity: 1;
}
#main_v .main-slider .item01 {
  background-image: url("../img/index/mv_01.jpg");
}
#main_v .main-slider .item02 {
  background-image: url("../img/index/mv_02.jpg");
}
#main_v .main-slider .item03 {
  background-image: url("../img/index/mv_03.jpg");
}
#main_v .main-slider .item04 {
  background-image: url("../img/index/mv_04.jpg");
}
#main_v .main-slider .item05 {
  background-image: url("../img/index/mv_05.jpg");
}
#main_v .main-slider .item06 {
  background-image: url("../img/index/mv_06.jpg");
}
#main_v .main-slider li .mv-catch {
  position: absolute;
  max-height: 100%;
}
@media screen and (max-width: 1280px) {
#main_v .main_text h2 {
  font-size: 2rem;
}
#main_v .main_text h3 {
  font-size:5rem;
}

}
@media screen and (min-width: 1025px) {
  #main_v .main-slider .item01 .mv-catch {
    width: 23.44vw;
    right: 5.73vw;
    bottom: 2.08vw;
  }
  #main_v .main-slider .item02 .mv-catch {
    width: 31.3542vw;
    top: 50%;
    transform: translateY(-50%);
    left: 16.1458%;
  }
}
@media screen and (max-width: 1024px) {
  #main_v .main-slider li {
    height: 55vh;
  }
  #main_v .main-slider .item01 .mv-catch {
    width: 23.44vw;
    right: 5.73vw;
    bottom: 2.08vw;
  }
  #main_v .main-slider .item02 .mv-catch {
    width: 31.3542vw;
    top: 50%;
    transform: translateY(-50%);
    left: 16.1458%;
  }
}
@media screen and (max-width: 768px) {
#main_v .main_text {
    left: 5vw;
    bottom: 5vw;
}
    #main_v .main_text h2 {
        font-size:3.2vw;
      margin: 0 0 2.5vw;
    }
  #main_v .main_text h3 {
    font-size: 8.5vw;
  }
}
/* ------------------------------
    sell buy button
------------------------------ */
.btn-sellbuy {
  position: relative;
}
.btn-sellbuy ul li {
  width: 33.3333%;
  background-color: #000;
  border-right: 1px solid #333;
}
.btn-sellbuy ul li:last-child {
  border-right: none;
}
.btn-sellbuy ul li > a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100px;
  position: relative;
  font-family: 'Shippori Antique B1', serif;
  font-weight: 400;
}
.btn-sellbuy ul li > a:hover {
  background-color: #B59768;
}
/* 三角のベース：非表示 */
.btn-sellbuy ul li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0; /* 要素の下に出す場合 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff; /* ▲ 上向きに見せるには下辺を指定 */
  opacity: 0;
  transition: opacity 0.2s;
}

.btn-sellbuy ul li:last-child > a::after {
  display: none;
}

/* ホバー時に表示 */
.btn-sellbuy ul li > a:hover::after {
  opacity: 1;
}

.btn-sellbuy ul li > a span {
  color: #fff;
  line-height: 1;
}
.btn-sellbuy ul li > a .ja {
  font-size: 2.2rem;
}
.btn-sellbuy ul li > a .ja span {
  font-size: 3.2rem;
}
.btn-sellbuy ul li > a .en {
  font-size: 1.6rem;
}
.btn-sellbuy ul li > a .inner {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
}
.btn-sellbuy li .btn_child_container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 101;
}

@media screen and (min-width: 1025px) {
  #main_v .main-slider .item01 .mv-catch {
    width: 23.44vw;
    right: 5.73vw;
    bottom: 2.08vw;
  }
  .btn-sellbuy ul li:not(.pawn):hover a .inner::after {
    margin-top: -0.3rem;
    transform: rotate(225deg);
  }
  .btn-sellbuy li .btn_child_container {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .btn-sellbuy li:hover .btn_child_container {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }
  .btn-sellbuy li .btn_child_container .child_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    padding: 40px 0 45px;
    align-items: flex-end;
  }
  .btn-sellbuy li .btn_child_container .second_item {
    position: relative;
    border-left: 1px dashed #ADADAD;
    width: calc(100% / 4);
  }
  .btn-sellbuy li.buy .btn_child_container .second_item {
    width: calc(100% / 3);
  }
  .btn-sellbuy li .btn_child_container .second_item:last-child {
    border-right: 1px dashed #ADADAD;
  }
  .btn-sellbuy li .btn_child_container .second_item a {
    display: block;
  }
  .btn-sellbuy li .btn_child_container .second_item a span {
    display: block;
    text-align: center;
  }
  .btn-sellbuy li .btn_child_container .second_item a .ico {
    position: relative;
    margin-bottom: 12px;
  }
  .btn-sellbuy li .btn_child_container .second_item a .ico img.hov {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    opacity: 0;
  }
  .btn-sellbuy li .btn_child_container .second_item a:hover .ico img.hov {
    opacity: 1;
  }
  .btn-sellbuy li .btn_child_container .second_item a .tl {
    font-size: 1.5rem;
    text-align: center;
  }
  .btn-sellbuy li .btn_child_container .second_item a:hover .tl {
    color: #B59768;
    transition-duration: .3s;
  }
}
@media screen and (max-width: 1280px) {
  .btn-sellbuy li .btn_child_container .second_item a .tl{
  font-size: 1.3rem;
}
}
@media screen and (max-width: 1024px) {
  #main_v .main-slider li {
    height: 55vh;
  }
  .btn-sellbuy ul li.pawn a:hover {
    background-color: #B59768;
  }
  .btn-sellbuy ul li > a {
    height: 85px;
  }
  .btn-sellbuy ul li > a .ja {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .btn-sellbuy ul li > a .en {
    font-size: 1.3rem;
  }
  .btn-sellbuy ul li > a .inner {
    padding-right: 30px;
  }
  .btn-sellbuy li .btn_child_container .child_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    padding: 40px 0 45px;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .btn-sellbuy li .btn_child_container .second_item a .ico {
    position: relative;
    margin-bottom: 12px;
  }
  .btn-sellbuy li .btn_child_container .second_item a .ico .hov {
    display: none;
  }
  .btn-sellbuy li .btn_child_container .second_item {
    position: relative;
    border-left: 1px dashed #ADADAD;
    width: calc(100% / 4);
  }
  .btn-sellbuy li .btn_child_container .second_item:last-child {
    border-right: 1px dashed #ADADAD;
  }
  .btn-sellbuy li .btn_child_container .second_item a {
    display: block;
    text-align: center;
  }
  .btn-sellbuy li .btn_child_container .second_item a .tl {
    text-align: center;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-sellbuy ul li > a {
    height: 18vw;
  }
.btn-sellbuy ul li > a .inner{
    height: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap:0;
}
  .btn-sellbuy ul li > a .ja {
    width: 100%;
    font-size: 3.7vw;
    margin: 0 0 2vw;
  }
  .btn-sellbuy ul li > a .ja span{
    font-size: 3.7vw;
  }
  .btn-sellbuy ul li > a .en{
    font-size: 2.9vw;
  }
      .btn-sellbuy li .btn_child_container .child_inner {
        padding: 6vw 0;
        gap: 4vw 0;
        width: 96%;
    }
      .btn-sellbuy li .btn_child_container .second_item,
  .btn-sellbuy li .btn_child_container .second_item:last-child{
        width: calc(100% / 3);
        border: none;
    }
  .btn-sellbuy li .btn_child_container .second_item a .ico {
        margin-bottom: 0;
    padding: 3vw 6vw;
    display: block;
    }
  .btn-sellbuy li .btn_child_container .second_item a .tl {
        font-size: 2.7vw;
    margin: 0;
    }
}
@media screen and (max-width: 1024px) {
  #main_v .main-slider li {
    height: 55vh;
  }
}
#pickup {
  padding: 70px 30px 140px;
}
#pickup .inner {
  max-width: 1280px;
  margin: 0 auto 85px;
}
#pickup .inner .list_wrap {
  display: flex;
  align-items: center;
}
#pickup .inner .list_wrap h2 {
  font-size: 5.2rem;
  padding: 3px 35px 3px 0;
  border-right: 1px dotted #111111;
  line-height: 1;
  margin: 0 50px 0 0;
}
#pickup .inner .list_wrap .cont {
  display: flex;
  align-items: center;
}
#pickup .inner .list_wrap .cont .date {
  font-size: 1.4rem;
  margin: 0 25px 0 0;
}
#pickup .inner .list_wrap .cont .cat {
  font-size: 1.3rem;
  min-width: 80px;
  padding: 8px;
  border: 1px solid #111111;
  border-radius: 100vh;
  text-align: center;
  box-sizing: border-box;
  margin: 0 30px 0 0;
}
#pickup .inner .list_wrap .cont p {
  font-size: 1.6rem;
}
#pickup .inner .list_wrap .cont p a{
  transition: 0.3s;
}
#pickup .inner .list_wrap .cont p a:hover{
  color: #B59768;
  transition: 0.3s;
}
#pickup .inner .list_wrap .site_btn {
  margin: 0 0 0 auto;
  width: 170px;
}
#pickup .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#pickup .slick-dotted.slick-slider .slick-slide a{
  margin: 0 10px;
  display: block;
}

#pickup .slick-dots {
  bottom: -40px;
}
#pickup .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#pickup .slick-dots li button {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 100vh;
}
#pickup .slick-dots li button:hover, #pickup .slick-dots li.slick-active button {
  background: #333;
}
#pickup .slick-dots li button:before {
  display: none;
}
@media screen and (max-width: 1280px) {
  #pickup .inner .list_wrap {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  #pickup .inner .list_wrap .cont {
    flex-wrap: wrap;
    gap: 15px 0;
  }
  #pickup .inner .list_wrap .cont p{
    width: 100%;
  }
  #pickup .inner .list_wrap h2 {
    width: 4em;
  }
}
@media screen and (max-width: 640px) {
#pickup {
    padding: 10vw 0 14vw;
}
  #pickup .wrap {
    width: 100%;
  }
  #pickup .inner {
    position: relative;
    margin: 0 5% 12vw;
  }
#pickup .inner .list_wrap h2 {
    font-size:5.8vw;
    padding:0;
    border-right: none;
    line-height: 1;
    margin: 0 50px 0 0;
}
  #pickup .inner .list_wrap .site_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #pickup .inner .list_wrap .site_btn a {
    font-size: 2.7vw;
  }
  #pickup .inner .list_wrap .cont .date {
    font-size: 2.4vw;
    margin: 0 2.4vw 0 0;
}
  #pickup .inner .list_wrap .cont .cat {
    font-size: 2.2vw;
    min-width: auto;
    padding: 1vw 3vw;
    margin: 0;
}
  #pickup .inner .list_wrap .cont p a {
    font-size: 3vw;
  }
  #pickup .slick-dotted.slick-slider .slick-slide a {
    margin: 0 1.5vw;
}

#pickup .slick-dots {
    bottom: -8vw;
}
  #pickup .inner .list_wrap .site_btn {
    width: 32vw;
}
}
#about {
  margin: 0 0 120px;
}
#about .wrap {
  position: relative;
}
#about .wrap .pict {
  position: absolute;
  left: -230px;
  top: 0;
}
#about .wrap .text {
  width: 570px;
  margin: 0 0 0 auto;
  padding: 50px 0 0;
}
#about .wrap .text h3 {
  font-size: 3.5rem;
  font-family: 'Shippori Antique B1', serif;
  margin: 30px 0 45px;
  font-weight: 400;
}
#about .wrap .text p {
  font-size: 1.6rem;
  line-height: 2.125;
  margin: 0 0 50px;
}
@media screen and (max-width: 1350px) {
  #about .wrap {
  display: flex;
    align-items: center;
    gap:2vw;
}
  #about .wrap .pict {
  position: relative;
  left:0;
    width: 46vw
}
#about .wrap .text {
  width: 40vw;
  margin:0;
}
}

@media screen and (max-width: 768px) {
  #about {
    margin: 0 0 20vw;
  }
  #about .wrap {
    flex-wrap: wrap;
  }
  #about .wrap .pict,
  #about .wrap .text{
        width: 100%;
    }
  #about .wrap .text {
    padding: 14vw 0 0;
}
#about .wrap .text h3 {
    font-size: 7.4vw;
    margin: 8vw 0 10vw;
}
#about .wrap .text p {
    font-size:4.2vw;
  line-height: 2;
    margin: 0 0 14vw;
}
}
#performance {
  padding: 90px 0 110px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #111111;
}
#performance .sec_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto 70px;
}
#performance .sec_header.wrap .flex {
    align-items: center;
}
#performance .sec_header.wrap p {
    margin: 0 0 0 100px;
    font-size: 1.7rem;
}
#performance .sec_header .search-form {
  background-color: #fff;
  padding: 0 0 0 20px;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin: 0 0 0 40px;
}
#performance .sec_header .search-form input.search-field {
  flex: 1;
  border: none;
  background: transparent;
  padding: 4px;
  font-size: 1.3rem;
  outline: none;
  width: 220px;
}
#performance .sec_header .search-form input.search-field::placeholder {
  color: #999;
}
#performance .sec_header .search-form .search-img {
  background-color: #313131;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 100vh 100vh 0;
}
#performance .sec_header .search-form input[type="image"] {
  width: 34px;
  height: 34px;
  padding: 10px;
  cursor: pointer;
}
#performance .slide-wrap {
  position: relative;
  margin: 0 0 60px;
}
#performance .performance-slider .slider-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: visible;
}
#performance .performance-arrow,
#top_column .column-arrow,
#sec_staff .staff-arrow{
  display: flex;
  position: absolute;
  right: 4vw;
  bottom: -110px;
}
#performance .performance-arrow .slick-prev, #performance .performance-arrow .slick-next,
#top_column .column-arrow .slick-prev, #top_column .column-arrow .slick-next,
#sec_staff .staff-arrow .slick-prev, #sec_staff .staff-arrow .slick-next {
  position: relative;
  bottom: 0;
  top: 18px;
  z-index: 10;
  width: 70px;
  height: 36px;
  background-size: cover;
  left: 0;
  right: 0;
}
#performance .performance-arrow .slick-next:before, #performance .performance-arrow .slick-prev:before,
#top_column .column-arrow .slick-next:before, #top_column .column-arrow .slick-prev:before,
#sec_staff .staff-arrow .slick-next:before, #sec_staff .staff-arrow .slick-prev:before{
  display: none;
}
#performance .performance-arrow .slick-prev,
#top_column .column-arrow .slick-prev,
#sec_staff .staff-arrow .slick-prev{
  background-image: url("../img/index/side_prev.svg");
  margin: 0 20px 0 0;
}
#performance .performance-arrow .slick-prev::before,
#top_column .column-arrow .slick-prev::before,
#sec_staff .staff-arrow .slick-prev::before{
  background-image: url("../img/index/side_prev_bk.svg");
  content: "";
  display: block;
  width: 70px;
  height: 36px;
  opacity: 0;
  transition: 0.3s;
}
#performance .performance-arrow .slick-next,
#top_column .column-arrow .slick-next,
#sec_staff .staff-arrow .slick-next{
  background-image: url("../img/index/side_next.svg");
}
#performance .performance-arrow .slick-next::before,
#top_column .column-arrow .slick-next::before,
#sec_staff .staff-arrow .slick-next::before{
  background-image: url("../img/index/side_next_bk.svg");
  content: "";
  display: block;
  width: 70px;
  height: 36px;
  opacity: 0;
  transition: 0.3s;
}
#performance .performance-arrow .slick-prev:hover::before,
#top_column .column-arrow .slick-prev:hover::before,
#sec_staff .staff-arrow .slick-prev:hover::before,
#performance .performance-arrow .slick-next:hover::before,
#top_column .column-arrow .slick-next:hover::before,
#sec_staff .staff-arrow .slick-next:hover::before{
  opacity: 1;
  transition: 0.3s;
}
#performance .performance-slider .item {
  max-width: 295px;
  border: 1px solid #111;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 15px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
  transition: 0.3s;
  position: relative;
  bottom: 0;
  right: 0;
}
#performance .performance-slider .item:hover {
  bottom: -6px;
  right: -6px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
#performance .performance-slider .slick-slide {
    padding: 0 0 10px;
}
#performance .performance-slider .item .pict {
  display: flex;
  justify-content: center;
}
#performance .performance-slider .item .cate {
  font-size: 1.1rem;
  border: 1px solid #111;
  display: inline-block;
  border-radius: 100vh;
  padding: 5px 10px;
  margin: 20px 0 16px;
  min-height: 2.2rem;
}
#performance .performance-slider .item p {
  font-size: 1.3rem;
  line-height: 1.7;
  height: 3.2em;
  margin: 0 0 20px;
   display: -webkit-box;
  -webkit-line-clamp: 2;      /* 行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#performance .performance-slider .item .price_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:10px;
}
#performance .performance-slider .item .price_wrap {
  /*display: flex;
  justify-content: space-between;*/
  display: block;
}
#performance .performance-slider .item .price_wrap .ttl {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 auto 10px;
}
#performance .performance-slider .item .price_wrap .price {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
#performance .performance-slider .item .price_wrap .price span {
  font-size: 1.5rem;
  padding: 0 0 0 4px;
}
#performance .performance-slider .item .shop {
  font-size: 1.2rem;
  text-align: right;
  border-top: 1px dotted #707070;
  padding: 18px 0 0;
  margin: 18px 0 0;
  line-height: 1;
  min-height: 3.1rem;
}

@media screen and (max-width: 1040px) {
#performance .sec_header {
  flex-wrap: wrap;
}
#performance .sec_header.wrap .flex {
  flex-wrap: wrap;
}
#performance .sec_header.wrap p {
    margin: 20px 0 0;
  width: 100%;
}
#performance .sec_header .search-form {
    margin: 30px 0 0;
}
}

@media screen and (max-width: 768px) {
#performance {
    padding: 18vw 0;
}
  #performance .sec_header {
    margin: 0 auto 12vw;
  }
#performance .sec_ttl h2 {
  text-align: center;
    }
  #performance .sec_header.wrap .flex {
    justify-content: center;
  }
    #performance .sec_header.wrap p {
        margin: 8vw 0 0;
      text-align: center;
      font-size: 3.4vw;
    }
  #performance .sec_header .search-form {
    margin: 8vw auto 0;
    padding: 0 0 0 3vw;
  }
  #performance .performance-arrow,
  #top_column .column-arrow,
  #sec_staff .staff-arrow{
    justify-content: center;
    position: relative;
    right: 0;
    bottom: 0;
}
  #performance .slide-wrap {
    margin: 0 0 10vw;
  }
  #performance .performance-slider .item {
  max-width: 100%;
  }
  #performance .site_btn.w400 {
    width: 80%;
    margin: auto;
  }
  #performance .site_btn.w400 a{
    padding: 5.4vw 3vw;
  }
}


.shop_list.top_sec {
  border-top: 1px solid #111111;
  padding: 13rem 0 12rem;
}
.shop_list.top_sec .sec_header {
  margin: 0 auto 70px;
}
.shop_list.top_sec .sec_header .flex {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.shop_list.top_sec .sec_header .flex p {
  margin: 0 0 0 100px;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
.shop_list.top_sec {
  padding: 20vw 0 18vw;
}
.shop_list.top_sec .sec_header {
  margin: 0 auto 10vw;
}
.shop_list.top_sec .sec_ttl h2 {
    text-align: center;
  }
.shop_list.top_sec .sec_header .flex {
 justify-content: center;
}
.shop_list.top_sec .sec_header .flex p {
  margin: 0;
  font-size: 3.4vw;
  text-align: center;
}
}


.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}
.scroll-track img {
  height: 430px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media screen and (max-width: 1040px) {
  .shop_list.top_sec .sec_header .flex {
flex-wrap: wrap;
    gap:30px;
}
.shop_list.top_sec .sec_header .flex p {
  margin:0;
  width: 100%;
}
}

@media screen and (max-width: 1040px) {
.scroll-track img {
  height: 78vw;
}
}

#sec_staff {
  padding: 10rem 0 0;
  background-color: #fff;
}
#sec_staff .wrap .flex{
  position: relative;
}
#sec_staff .site_btn {
  max-width: 170px;
  width: 100%;
  margin: 0 0 0 auto;
}

#sec_staff .sec_header .wrap .flex {
  align-items: center;
}
#sec_staff .sec_header .wrap p {
  padding: 0 0 0 17.5rem;
}
#staff_area .staff_wrap {
  position: relative;
}
#staff_area .staff_list_in {
  margin: 0 25px;
}
#staff_area .staff_area_in {
  padding: 8.7rem 0 20rem;
}
@media screen and (max-width: 1080px) {
#sec_staff .sec_header .wrap .flex {
  flex-wrap: wrap;
}
  #sec_staff .sec_header .wrap p {
  padding:3rem 0 5rem;
    width: 100%;
}
#staff_area .staff_area_in {
  padding: 0;
}
}
@media screen and (max-width: 768px) {
#sec_staff {
    padding: 20vw 0 14vw;
  }
  #sec_staff .site_btn {
  max-width: 32vw;
  width: 100%;
  margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
}
      #sec_staff .site_btn a {
        font-size: 2.7vw;
    }
  #staff_area .staff_list_in {
    margin: 0 2vw;
  }
  
  #staff_area .staff_area_in .staff_slider {
    margin: 0 0 8vw;
  }
}
#staff_area .staff_area_in .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 5.8rem;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .title02 {
    gap: 1.4166666667vw;
    margin-bottom: 4.8333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .title02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
#staff_area .staff_area_in .title02:before, #staff_area .staff_area_in .title02:after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.1rem;
  background: #111;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .title02:before, #staff_area .staff_area_in .title02:after {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .title02:before, #staff_area .staff_area_in .title02:after {
    width: 8vw;
  }
}


#staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top {
  position: relative;
}
#staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top figure {
  border: 0.1rem solid #111;
  border-radius: 1rem;
  overflow: hidden;
    max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top figure {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top figure {
    border-radius: 2.6666666667vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top .shop {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3.2rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  background: #FFF;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top .shop {
    bottom: -1.3333333333vw;
    height: 2.6666666667vw;
    padding: 0 1.6666666667vw;
    font-size: 1.25vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top .shop {
    bottom: -2.9333333333vw;
    height: 5.8666666667vw;
    padding: 0 3.2vw;
    font-size: 2.9333333333vw;
    border-radius: 3.7333333333vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .name {
  margin-top: 2.3rem;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name {
    margin-top: 1.9166666667vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name {
    margin-top: 6.1333333333vw;
    font-size: 4.8vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .name span {
  margin-left: 1.8rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name span {
    margin-left: 1.5vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name span {
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.modal_content {
  display: none;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.3);
}
#cboxLoadedContent {
  margin-bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #cboxLoadedContent {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #cboxLoadedContent {
    border-radius: 2.6666666667vw;
  }
}
#colorbox, #cboxWrapper, #cboxContent {
  overflow: unset;
}
#cboxClose {
  top: -3.6rem;
  right: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 1024px) {
  #cboxClose {
    top: -3vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #cboxClose {
    top: -8vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #cboxClose::before, #cboxClose::after {
    width: 1.6666666667vw;
    height: 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #cboxClose::before, #cboxClose::after {
    width: 4.8vw;
    height: 0.5333333333vw;
  }
}
#cboxClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_content_in {
  max-width: 120rem;
}
.modal_content_in .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5rem 6rem 4.5rem 8rem;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex {
    padding: 4.1666666667vw 5vw 3.75vw 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.8666666667vw;
    padding: 10.6666666667vw 6.6666666667vw 16vw;
  }
}
.modal_content_in .flex .left {
  max-width: 30rem;
  width: 29%;
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left {
    max-width: none;
    width: 60.2666666667vw;
    margin: auto;
  }
}
.modal_content_in .flex .left .staff_list_top {
  position: relative;
}
.modal_content_in .flex .left .staff_list_top figure {
  border: 0.1rem solid #111;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .staff_list_top figure {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .staff_list_top figure {
    border-radius: 2.6666666667vw;
  }
}
.modal_content_in .flex .left .staff_list_top .shop {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3.2rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  background: #FFF;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .staff_list_top .shop {
    bottom: -1.3333333333vw;
    height: 2.6666666667vw;
    padding: 0 1.6666666667vw;
    font-size: 1.25vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .staff_list_top .shop {
    bottom: -2.9333333333vw;
    height: 5.8666666667vw;
    padding: 0 3.2vw;
    font-size: 2.9333333333vw;
    border-radius: 3.7333333333vw;
  }
}
.modal_content_in .flex .left .name {
  margin-top: 2.3rem;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .name {
    margin-top: 1.9166666667vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .name {
    margin-top: 6.1333333333vw;
    font-size: 4.8vw;
  }
}
.modal_content_in .flex .left .name span {
  margin-left: 1.8rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .name span {
    margin-left: 1.5vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .name span {
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.modal_content_in .flex .right {
  max-width: 70rem;
  width: 65%;
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right {
    max-width: none;
    width: 100%;
  }
}
.modal_content_in .flex .right dl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl {
    margin-bottom: 16vw;
  }
}
.modal_content_in .flex .right dl dt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl dt {
    margin-bottom: 0.8333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl dt {
    margin-bottom: 2.4vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.modal_content_in .flex .right dl dd {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl dd {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.modal_content_in .flex .right dl dd + dt {
  padding-top: 3rem;
  margin-top: 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl dd + dt {
    padding-top: 2.5vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl dd + dt {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.modal_content_in .flex .right .close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  height: 5rem;
  margin: auto;
  font-size: 1.6rem;
  border: 0.1rem solid #111;
  border-radius: 2.5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right .close {
    width: 20.8333333333vw;
    height: 4.1666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right .close {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.modal_content_in .flex .right .close .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal_content_in .flex .right .close .batsu {
  top: 50%;
  right: 2rem;
  display: block;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right .close .batsu {
    right: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right .close .batsu {
    right: 5.3333333333vw;
  }
}
.modal_content_in .flex .right .close .batsu::before, .modal_content_in .flex .right .close .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 1.213rem;
  background: #111;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right .close .batsu::before, .modal_content_in .flex .right .close .batsu::after {
    width: 0.125vw;
    height: 1.0108333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right .close .batsu::before, .modal_content_in .flex .right .close .batsu::after {
    width: 0.4vw;
    height: 3.2346666667vw;
  }
}
.modal_content_in .flex .right .close .batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_content_in .flex .right .close .batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_content_in .flex .right .close:hover {
  opacity: 0.7;
}

#sec_news {
  padding: 0 0 13rem;
  background-color: #fff;
}

.news-container {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  position: relative;
}

.news-sidebar {
  width: 240px;
}


.news-sidebar ul {
margin: 5rem 0 12rem;
}
.news-sidebar li {
  margin: 0 0 22px;
}
.news-sidebar li button {
  display: block;
  padding: 0;
  text-decoration: none;
  font-size: 1.5rem;
  color: #B3B2B3;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.news-sidebar li button.active {
  border-bottom: 2px solid #111;
  color: #111;
  transition: 0.3s;
}

.news-list {
  flex: 1;
  max-width: 800px;
}

.news-list .news-item ul li {
  border-bottom: 1px dotted #111111;
  padding: 0 0 30px;
  margin: 0 0 30px;
    background-image: url("../img/index/icn_arrow.svg");
    background-position: right 20px top 35px;
    background-repeat: no-repeat;
}
.news-list .news-item ul li .flex {
  column-gap: 25px;
  margin: 0 0 15px;
  align-items: center;
}
.news-list .news-item ul li .flex .date {
  font-size: 1.4rem;
}
.news-list .news-item ul li .flex .label {
  font-size: 1.3rem;
  border: 1px solid #111;
  padding: 8px 12px;
  border-radius: 100vh;
}
.news-list .news-item ul li p a {
  font-size: 1.6rem;
}
.news-list .site_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
#sec_news {
  padding: 0 0 18vw;
}

.news-container {
  column-gap: 2rem;
  flex-wrap: wrap;
}

.news-sidebar {
  width: 100%;
}


.news-sidebar ul {
margin: 8vw 0 12vw;
  display: flex;
  gap:4vw;
}
.news-sidebar li {
  margin: 0;
}
.news-sidebar li button {
  font-size:3.2vw;
  border-bottom: 1px solid #fff;
}

.news-sidebar li button.active {
  border-bottom: 1px solid #111;
}

.news-list {
  flex: 1;
  max-width: 100%;
}

  .news-list .news-item ul {
    margin: 0 0 12vw;
  }
.news-list .news-item ul li {
  padding: 0 0 7vw;
  margin: 0 0 7vw;
  background: none;
}
.news-list .news-item ul li .flex {
  column-gap: 3vw;
  margin: 0 0 3vw;
}
.news-list .news-item ul li .flex .date {
  font-size:2.6vw;
}
.news-list .news-item ul li .flex .label {
  font-size:2.9vw;
  padding: 1.5vw 3vw;
}
.news-list .news-item ul li p a {
  font-size:3.2vw;
}
  
.news-list .site_btn.w240 a {
    max-width: 80vw;
  }
.news-list .site_btn {
  position: relative;
}
}


#top_column {
  background-color: #fff;
}
#top_column .bg_wrap {
  background-color: #262323;
  background: linear-gradient(to right, #191618 50%, #262323 50%);
  padding: 90px 0 95px;
  border-radius: 50px 50px 0 0;
}


#top_column .column-slider .slick-slide {
  position: relative;
  padding: 0 0 10px;
}

#top_column .column-slider .item {
  max-width: 285px;
  padding: 15px 15px 25px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 15px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
  transition: 0.3s;
  position: relative;
  bottom: 0;
  right: 0;
}
#top_column .column-slider .item:hover {
  bottom: -6px;
  right: -6px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
#top_column .column-slider .item .info {
  display: flex;
  align-items: center;
   margin: 15px 0;
  gap: 10px;
  flex-wrap: wrap;
}
#top_column .column-slider .item .info .date {
  font-size: 1.4rem;
}
#top_column .column-slider .item .cate {
  font-size: 1.1rem;
  border: 1px solid #111;
  display: inline-block;
  border-radius: 100vh;
  padding: 5px 10px;
}
#top_column .column-slider .item p {
  font-size: 1.3rem;
  line-height: 1.7;
  height: 3.2em;
   display: -webkit-box;
  -webkit-line-clamp: 2;      /* 行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top_column .column-slider .item .price_wrap {
  display: flex;
  justify-content: space-between;
}
#top_column .column-slider .item .price_wrap .ttl {
  font-size: 1.3rem;
}

#top_column .sec_header {
  margin: 0 auto 70px;
  color: #fff;
}
#top_column .sec_header .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
#top_column .sec_header .sec_ttl h2 {
  color: #fff;
}
#top_column .sec_ttl h2::before {
  background-color: #fff;
}
#top_column .sec_header .wrap p {
  margin: 0 0 0 250px;
  color: #fff;
}
#top_column .site_btn {
  margin: 60px 0 0;
}
@media screen and (max-width: 1200px) {
  #top_column .sec_header .wrap p {
  margin: 0 0 0 100px;
}
}
@media screen and (max-width: 1024px) {
  #top_column .sec_header .wrap {
  flex-wrap: wrap;
}
  #top_column .sec_header .wrap p {
  margin: 30px 0 0;
    width: 100%;
}
}
@media screen and (max-width: 768px) {

#top_column .bg_wrap {
  padding: 12vw 0 20vw;
  border-radius: 12vw 12vw 0 0;
}
  #top_column .sec_header .sec_ttl h2 {
    text-align: center;
  }
  #top_column .sec_header .wrap {
    justify-content: center;
    width: 100%;
  }
  #top_column .sec_header .wrap p {
    text-align: center;
    font-size: 3.2vw;
  }
#top_column .column-slider .item {
    max-width: 100%;
}
#top_column .site_btn.w400 a {
        padding: 5.4vw 3vw;
    }
  #top_column .site_btn {
    margin: 10vw 0 0;
}
  #top_column .column-arrow {
    margin: 10vw 0 0;
  }
}


#top_faq {
  padding: 100px 0;
}
#top_faq .sec_header,
#top_faq .sec_header h2{
  text-align: center;
  padding: 0;
}
#top_faq .sec_header .sec_ttl h2::before {
  display: none;
}
#top_faq .sec_header p {
  text-align: center;
  font-size: 1.7rem;
  margin: 35px 0 0;
}
.listbox {
  margin: 60px auto 0;
}
.listbox dl {
  padding: 100px 0 0;
}
.listbox dl dt {
  margin: 0 auto 50px;
  overflow: hidden;
}
.listbox dl dt h2 {
  position: relative;
  display: inline-block;
  font-size: 3em;
}
.listbox dl dt h2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(calc( 100% + 30px ), -50%);
    -ms-transform: translate(calc( 100% + 30px ), -50%);
    transform: translate(calc( 100% + 30px ), -50%);
    width: 100vw;
    height: 1px;
    background-image : linear-gradient(to right, #111111, #111111 2px, transparent 2px, transparent 5px); 
    background-size: 4px 2px;  
    background-position: left center;  
    background-repeat: repeat-x;
}
.listbox dl dd {
}
.accordion  {
  background-color: #ffffff;
  border: 1px solid #111111;
  border-radius: 5px;
  padding: 30px 0 30px 25px;
}
.accordion:not(:last-child) {
  margin-bottom: 10px;
}
.accordion_title {
  position: relative;
  z-index: 1;
  
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
  align-items: center;
  list-style: none;
  width: 100%;
  cursor: pointer;
  
  line-height: 1.6em;
  box-sizing: border-box;
}
.accordion_title span.en,
.accordion_contents span.en {
   position: relative;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0 20px 0 0;
    width: 45px;
    text-align: center;
    padding: 0 20px 0 0;
}
.accordion_title span.en::before,
.accordion_contents span.en::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translate(50%, 0%) rotate(90deg);
  -ms-transform: translate(50%, 0%) rotate(90deg);
  transform: translate(50%, 0%) rotate(90deg);
  width: 38px;
  height: 1px;
  background-image : linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 2px, transparent 2px, transparent 5px); 
  background-size: 4px 2px;  
  background-position: left center;  
  background-repeat: repeat-x;
}
.accordion_title span.en {
  color: #111111;
}

.accordion_title p {
  font-size: 1.7em;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title::before,
.accordion_title:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 30px;
    top: 50%;
    background-color: #111111;
    transition: all 0.5s 0.0s ease;
}
.accordion_title::before {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
.accordion_title:after {
  -webkit-transform: translate(0%, -50%) rotate(90deg);
  -ms-transform: translate(0%, -50%) rotate(90deg);
  transform: translate(0%, -50%) rotate(90deg);
}
.accordion[open] .accordion_title:after {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.accordion_contents {
  position: relative;
  z-index: 0;
  margin: 50px 0 0;
  border-radius: 5px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
  -webkit-transform: translate(0%, -10px);
  -ms-transform: translate(0%, -10px);
  transform: translate(0%, -10px);
  transition: all 0.5s 0.0s ease;
  opacity: 0;
}
.accordion[open] .accordion_contents {
  opacity: 1;
}
.accordion_contents span.en {
  color: #A8312F;
}

.accordion_contents p {
  font-size: 1.6em;
  line-height: 1.875;
  position: relative;
  top: -8px;
  padding: 0 30px 0 0;
}
.accordion_contents p a {
  text-decoration: underline;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}
#top_faq .site_btn {
  margin: 50px auto 0;
}



@media screen and (max-width: 768px) {
#top_faq .sec_header p {
    font-size:3.2vw;
    margin: 8vw 0 0;
}
  .listbox {
    margin: 10vw auto 0;
}
.accordion:not(:last-child) {
    margin-bottom: 3vw;
}
.accordion {
    padding: 3.5vw 8vw 3.5vw 3vw;
}
.accordion_title span.en, .accordion_contents span.en {
    font-size: 3.4vw;
    margin: 0 3vw 0 0;
    width: 6vw;
    padding: 0 3vw 0 0;
}
.accordion_title p {
    font-size:3.2vw;
}
.accordion_title::before, .accordion_title:after {
    width: 10px;
    height: 1px;
    right: -5vw;
}
.accordion_contents p {
     font-size:3.2vw;
    top: -1.5vw;
}
#top_faq .site_btn.w400 a {
        padding:5.4vw 3vw;
  width: 80vw;
  margin: auto;
    }
}


#sec_review {
  background-color: #F4F1F0;
  padding: 95px 0;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#sec_review .sec_header,
#sec_review .sec_header h2{
  text-align: center;
  padding: 0;
}
#sec_review .sec_header .sec_ttl h2::before {
  display: none;
}
#sec_review .sec_header p {
  text-align: center;
  font-size: 1.7rem;
  margin: 35px 0 70px;
}

#insta_area {
  padding: 11rem 0 10rem;
}
@media screen and (max-width: 1024px) {
  #insta_area {
    padding: 9.1666666667vw 0 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area {
    padding: 13.3333333333vw 0 20.8vw;
  }
}
#insta_area .wrap {
  max-width: 120rem;
}
#insta_area .title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex {
    margin-bottom: 8vw;
  }
}
#insta_area .title_flex .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .title02 {
    gap: 1.4166666667vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .title02 {
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#insta_area .title_flex .title02 img {
  width: 2.726rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .title02 img {
    width: 2.2716666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .title02 img {
    width: 4.5813333333vw;
  }
}
#insta_area .title_flex .site_btn {
  width: 17rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn {
    width: 14.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn {
    width: 32vw;
  }
}
#insta_area .title_flex .site_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.6rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn a {
    height: 3.8333333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn a {
    height: 8vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn a span {
    right: 1.5vw;
    width: 0.8333333333vw;
    margin: 0.3vw 0;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn a span {
    right: 2.6666666667vw;
    width: 2.0053333333vw;
    margin: 0.96vw 0;
  }
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn a span::before, #insta_area .title_flex .site_btn a span::after {
    width: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn a span::before, #insta_area .title_flex .site_btn a span::after {
    width: 1.3333333333vw;
  }
}
#insta_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .flex {
    gap: 1.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #sb_instagram.sbi_mob_col_4 #sbi_images {
    gap: 1.3333333333vw!important;
    padding: 0;
    margin-bottom: 16vw;
  }
  #insta_area .flex {
    gap: 1.3333333333vw;
    margin-bottom: 16vw;
  }
}
#insta_area .flex p {
  width: calc((100% - 5.6rem) / 5);
}
@media screen and (max-width: 1024px) {
  #insta_area .flex p {
    width: calc((100% - 4.6666666667vw) / 5);
  }
}
@media screen and (max-width: 640px) {
  #insta_area .flex p {
    width: calc((100% - 4vw) / 4);
  }
}
#insta_area .sns_area {
  position: relative;
  padding: 6.4rem 1rem 5.4rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 5rem 5rem 0.2rem 0.2rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area {
    padding: 5.3333333333vw 0.8333333333vw 4.5vw;
    border-radius: 4.1666666667vw 4.1666666667vw 0.1666666667vw 0.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #insta_area .sns_area {
    padding: 10.6666666667vw 2.6666666667vw 6.4vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
  #insta_area .sns_area {
  margin: 0 auto;
}
}
#insta_area .sns_area .title03 {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  height: 4.4rem;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 400;
  background: #1C1C1C;
  border-radius: 2.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area .title03 {
    top: -1.8333333333vw;
    width: 18.3333333333vw;
    height: 3.6666666667vw;
    font-size: 1.9166666667vw;
    border-radius: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area .title03 {
    top: -3.4666666667vw;
    width: 35.2vw;
    height: 7.2vw;
    font-size: 3.4666666667vw;
    border-radius: 5.8666666667vw;
  }
}
#insta_area .sns_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.4rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area ul {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area ul {
    gap: 10.6666666667vw;
  }
}
#insta_area .sns_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#insta_area .sns_area ul li a img {
  width: auto;
  height: 3.869rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area ul li a img {
    height: 3.2241666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area ul li a img {
    height: 6.2133333333vw;
  }
}
#insta_area .sns_area ul li a span {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area ul li a span {
    margin-top: 2.0833333333vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area ul li a span {
    margin-top: 3.2vw;
    font-size: 2.6666666667vw;
  }
}