@charset "UTF-8";

@keyframes blink-opacity {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ===== ===== ===== */
/*    baseの設定     */
/* ===== ===== ===== */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.2857142857;
  color: #000;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.center {
  text-align: center;
}

* {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  /*     transition: all .25s linear; */
}

a:not(header a, .btn):hover {
  opacity: 0.65;
}

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

video {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contents_wrap {
  width: 100%;
  overflow-x: clip;
}

/* =================================== */
/* ============ header =============== */
/* =================================== */
body:has(.is_opened) {
  overflow: clip;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.25s linear;
}

header * {
  transition: all 0.25s linear;
}

header .header_inner {
  display: flex;
  align-items: center;
  padding: 0 68px 0 20px;
  height: 68px;
  background-color: #fff;
}

header .header_inner a {
  display: inline-block;
}

header .header_inner img {
  display: block;
}

header .logobox {
  width: 120px;
  display: flex;
  align-items: center;
  aspect-ratio: 120/20;
}

header .logobox a {
  display: block;
}

header .pc_menubox {
  display: none;
}

header .header_ctalinks {
  margin-left: auto;
  max-height: 22px;
}

header .header_ctalinks ul {
  display: flex;
  align-items: center;
  gap: 8px 20px;
}

header .header_ctalinks ul a {
  display: block;
}

header .header_ctalinks span {
  display: none;
}

header .btnbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

header .btnbox .openbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  width: 68px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 0;
}

header .btnbox .openbtn::before {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #000;
  border-radius: 3px;
}

header .btnbox .openbtn::after {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #000;
  border-radius: 3px;
}

header .hum_menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

header .hum_menu .hum_inner {
  width: calc(100% - 60px);
  max-width: 370px;
  height: 100%;
  margin-left: auto;
  overflow-y: auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 81px 30px 60px;
}

header .hum_menu .btnbox {
  padding: 25px 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

header .hum_menu .btnbox .closebtn {
  display: block;
  width: 27px;
  aspect-ratio: 27/8;
  position: relative;
}

header .hum_menu .btnbox .closebtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  rotate: 158deg;
}

header .hum_menu .btnbox .closebtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 1px);
  rotate: 22deg;
}

header .hum_menu .pagelinks a {
  display: block;
  line-height: 4.1666666667;
}

header .hum_menu ._top_border {
  margin-top: 20px;
  padding-top: 1.5em;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

header .hum_menu .btn_links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

header .hum_menu .btn_links a {
  display: block;
  background-color: #F5F5F5;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.025;
  padding-block: min(8.5333333333vw, 32px);
  padding-inline: 60px 50px;
  position: relative;
  z-index: 0;
}

header .hum_menu .btn_links a::before {
  content: "";
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  translate: 0 -50%;
}

header .hum_menu .btn_links a::after {
  content: "";
  display: block;
  width: 8.25px;
  aspect-ratio: 1/1;
  background: url(../img/icon_arrow_bk.svg) no-repeat center/100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

header .hum_menu .btn_links .shoplink::before {
  width: 12px;
  aspect-ratio: 12/15;
  background: url(../img/header_icon_map_bk.svg) no-repeat center/100% auto;
}

header .hum_menu .btn_links .reservelink::before {
  width: 14px;
  aspect-ratio: 14/16;
  background: url(../img/header_icon_reserve_bk.svg) no-repeat center/100% auto;
}

header .hum_menu .btn_links .onlinelink::before {
  width: 14px;
  aspect-ratio: 14/15;
  background: url(../img/header_icon_cart_bk.svg) no-repeat center/100% auto;
}

header .hum_menu .sns_links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px 30px;
  margin-top: 45px;
}

header .hum_menu .sns_links a {
  display: flex;
  align-items: center;
  height: 100%;
}

header .hum_menu.is_opened {
  left: 0;
}

header.top_sticky {
  position: absolute;
}

header.top_sticky .header_inner {
  background-color: transparent;
}

header.top_sticky .logobox img {
  display: none;
}

header.top_sticky .logobox::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 120/16;
  background: url(../img/header_logo_wh.svg) no-repeat center/100% auto;
}

header.top_sticky .header_ctalinks .parent_link img {
  display: none;
}

header.top_sticky .header_ctalinks .map::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/16;
  background: url(../img/header_icon_map.svg) no-repeat center/100% auto;
}

header.top_sticky .header_ctalinks .reserve::before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 15/15;
  background: url(../img/header_icon_reserve.svg) no-repeat center/100% auto;
}

header.top_sticky .header_ctalinks .online::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 16/16;
  background: url(../img/header_icon_cart.svg) no-repeat center/100% auto;
}

header.top_sticky .btnbox .openbtn::before,
header.top_sticky .btnbox .openbtn::after {
  background-color: #fff;
}

/* =================================== */
/* ============ footer =============== */
/* =================================== */
footer {
  background-color: #000;
  padding: 110px 30px 80px;
}

footer .logo_block {
  width: clamp(40px, 10.6666666667vw, 64px);
  margin: auto;
}

footer .sitemap_block {
  margin-top: 60px;
}

footer .sitemap_block ul.links {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 0 clamp(16px, 13.3333333333vw, 50px);
}

footer .sitemap_block ul.links li a {
  color: #fff;
  font-size: 11px;
  line-height: 0.275;
}

footer .bottom_block {
  margin-top: 140px;
}

footer .bottom_block .privacy {
  text-align: center;
}

footer .bottom_block .privacy a {
  color: #fff;
  font-size: 11px;
  line-height: 0.7333333333;
  opacity: 1;
}

footer .bottom_block .sns_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(16px, 8vw, 30px);
  margin-top: 40px;
}

footer .bottom_block .sns_links li a {
  opacity: 1;
  display: block;
}

footer .bottom_block .copyrights {
  margin-top: 40px;
  font-size: 10px;
  line-height: 0.6666666667;
  text-align: center;
  color: #fff;
  opacity: 0.4;
}

/* =================================== */
/* ======== コンテンツエリア ========== */
/* =================================== */
/* タイトル関連 */
.title_block {
  padding: 0 20px;
}

.title_block .maintitle {
  font-size: 15px;
  line-height: 0.6666666667;
  font-weight: bold;
  text-align: center;
}

.title_block .lead {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  margin-top: 24px;
}

.title_block .lead span {
  display: inline-block;
}

.title_block.wh {
  color: #fff;
}

.title_block.flex {
  display: flex;
  justify-content: space-between;
  text-align: left;
  gap: 1% 3%;
}

.title_block.flex .lead {
  width: 47%;
  margin-top: auto;
}

/* ボタン関連 */
.morelink_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-inline: auto;
}

.linkbtns {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}

.linkbtns li {
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.linkbtns li .btn {
  display: block;
}

.linkbtns.flex {
  gap: 13px 9px;
}

.linkbtns.flex li {
  width: calc((100% - 9px) / 2);
}

.btn {
  display: inline-block;
  font-size: 11px;
  line-height: 1.015;
  padding: 17px 48px 17px 28px;
  border-radius: 4px;
  position: relative;
}

.btn::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  background: url(../img/icon_arrow_bk.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 17px;
  translate: 0 -50%;
}

.btn.border.black {
  border: solid 1px #000;
}

.btn.border.gray {
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.btn.bg_wh {
  background-color: #fff;
}

.btn.bg_bk {
  color: #fff;
  background-color: #000;
}

.btn.with_image {
  padding: 4px;
}

/* =================================== */
/* ======== 下層：コンテンツエリア ========== */
/* =================================== */
/* パンくずリスト */
.breadcrumb_block {
  margin-top: 100px;
  padding: clamp(15px, 5.3333333333vw, 36px);
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.breadcrumb_block .breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.breadcrumb_block .breadcrumbs a,
.breadcrumb_block .breadcrumbs span {
  display: inline-block;
  font-size: clamp(9px, 2.4vw, 13px);
  line-height: 1.0125;
}

.breadcrumb_block .breadcrumbs a {
  padding-right: 15px;
  position: relative;
  z-index: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: url(../img/icon_arrow_right_bk.svg) no-repeat center right/5px auto;
}

/* タイトル関連 */
.pagetitle_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.25;
  margin-top: clamp(68px, 35.2vw, 145px);
}

.pagetitle_block .maintitle {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.pagetitle_block .lead {
  font-size: 12px;
  margin-top: min(8vw, 30px);
  text-align: center;
}

.headline_block .headline_text {
  padding: 0 20px;
  margin-top: min(13.3333333333vw, 50px);
}

.headline_block .maintitle {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.headline_block .lead {
  font-size: 12px;
  margin-top: 27px;
}

.section_title {
  text-align: center;
  margin-block: 0 clamp(20px, 9.6vw, 40px);
  line-height: 1.25;
}

.section_title .en {
  font-size: 15px;
  font-weight: bold;
}

.section_title .ja {
  font-size: 15px;
  font-weight: bold;
}

/* リンクリスト */
.linklists_block {
  display: flex;
  flex-direction: column;
  gap: min(18.6666666667vw, 70px);
  margin-top: min(21.3333333333vw, 80px);
}

.linklist_group {
  margin-top: 0;
}

.list ul {
  display: flex;
  flex-direction: column;
}

.list ul li {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.list ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  padding-block: clamp(20px, 9.6vw, 36px);
  padding-inline: 20px 41px;
  position: relative;
  z-index: 0;
}

.list ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_arrow_bk.svg) no-repeat center/100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

.list ul li:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.linklist_group._with_image .imagebox {
  aspect-ratio: 375/250;
  overflow: hidden;
  margin-bottom: min(10.6666666667vw, 40px);
}

.linklist_group._with_image .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.linklists_block:has(.linkbtn_group) {
  gap: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.linkbtn_group {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.linkbtn_group .linkbtn {
  display: block;
  padding: 39px 40px 39px 20px;
  font-size: 12px;
  position: relative;
  z-index: 0;
}

.linkbtn_group .linkbtn::after {
  content: "";
  display: block;
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_arrow_bk.svg) no-repeat center/100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

/* 電話部分 */
.tellist_block {
  margin: 70px auto 0;
  padding: 0 20px;
}

.tellist_block summary {
  background-color: #F5F5F5;
  padding: 30px 51px 30px 30px;
  position: relative;
  z-index: 0;
  font-weight: 600;
  font-size: 13px;
}

.tellist_block summary::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: -5px -50%;
  transition: height 0.15s linear;
}

.tellist_block summary::after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 30px;
}

.tellist_block details[open] summary::before {
  height: 0;
}

.tellist_block .inner {
  background-color: #F5F5F5;
  padding: 50px 30px;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.tellist_block .tellist_group {
  text-align: center;
}

.tellist_block .tellist_group .category {
  font-size: 13px;
  font-weight: bold;
}

.tellist_block .tellist_group .name {
  font-size: 12px;
  margin-top: 28px;
}

.tellist_block .tellist_group .tel_number {
  font-size: 11px;
  line-height: 1;
  margin-top: 12px;
}

.tellist_block .tellist_group .tel_number a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  padding: 17px;
}

.tellist_block .tellist_group .tel_number a::before {
  content: "";
  display: block;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_tel.svg) no-repeat center/100% auto;
  margin-right: 10px;
}

.tellist_block .tellist_group .open {
  font-size: 10px;
  margin-top: 14px;
}

.tellist_block .tellist_group .morelink {
  margin-top: 32px;
}

.tellist_block .tellist_group .morelink .btn {
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.tellist_block .tellist_group+.tellist_group {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

body:has(.toppage) {
  /* opening */
}

body:has(.toppage) #opening {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}

body:has(.toppage) #opening p {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
}

body:has(.toppage) #opening img {
  filter: invert(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  max-width: inherit;
}

.toppage {
  position: relative;
}

.toppage::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.toppage .mv_block {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 375/666;
  z-index: -1;
}

.toppage .mv_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.toppage .mv_block .inner {
  width: 100%;
  aspect-ratio: 375/666;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, .18); */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.toppage .mv_block .inner::after {
  content: "";
  width: 10px;
  aspect-ratio: 10/100;
  background: url(../img/pc_scrolldown.svg) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  animation: blink-opacity 3s ease-out infinite;
}

.toppage .mv_block .inner .main_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.toppage .concept_block .inner .site_title {
  position: relative;
  z-index: 1;
  width: min(15.4666666667vw, 64px);
  opacity: 0;
  transform: scale(0);
  margin: 0 auto min(calc(60/390*100vw), 100px);
}

.toppage .concept_block {
  padding: 135px 30px;
  color: #fff;
}

.toppage .concept_block .inner h2 {
  line-height: 1.3333333333;
}

.toppage .concept_block .inner h2 .sub {
  font-size: clamp(10px, 2.6666666667vw, 14px);
  display: block;
}

.toppage .concept_block .inner h2 .main {
  font-size: clamp(24px, 6.4vw, 28px);
}

.toppage .concept_block .inner .concept_txt {
  margin-top: 30px;
}

.toppage .bgwh_wrap {
  background-color: #fff;
  padding-top: 130px;
}

.toppage .feature_bnr .feature_bnr_swiper {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding-left: 20px;
}

.toppage .feature_bnr .feature_bnr_swiper a {
  display: block;
  position: relative;
}

.toppage .feature_bnr .feature_bnr_swiper a figure {
  aspect-ratio: 1005/720;
  overflow: hidden;
  margin-bottom: 24px;
}

.toppage .feature_bnr .feature_bnr_swiper a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toppage .feature_bnr .feature_bnr_swiper a .textbox {
  width: 100%;
}

.toppage .feature_bnr .feature_bnr_swiper a .textbox .sub {
  font-size: 10px;
  opacity: 0.6;
}

.toppage .feature_bnr .feature_bnr_swiper a .textbox .main {
  font-size: 13px;
  line-height: 1.015;
  font-weight: bold;
}

.toppage .feature_bnr .navibtn_block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding-right: 20px;
}

.toppage .feature_bnr .navibtn_block .swiper-button-prev,
.toppage .feature_bnr .navibtn_block .swiper-button-next {
  position: static;
  width: clamp(32px, 20%, 45px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #000;
  margin: 0;
}

.toppage .feature_bnr .navibtn_block .swiper-button-prev::after,
.toppage .feature_bnr .navibtn_block .swiper-button-next::after {
  content: none;
}

.toppage .feature_bnr .navibtn_block .swiper-button-prev {
  background: url(../img/icon_arrow_bk.svg) no-repeat center/25% auto;
  scale: -1;
}

.toppage .feature_bnr .navibtn_block .swiper-button-next {
  background: url(../img/icon_arrow_bk.svg) no-repeat center/25% auto;
}

.toppage .infomation_block {
  margin-top: 120px;
}

.toppage .infomation_block .tab_block {
  display: flex;
  justify-content: center;
  gap: 5px 2em;
  margin-top: 40px;
}

.toppage .infomation_block .tab_block button {
  font-size: 12px;
  color: #B0B0B0;
  letter-spacing: 0.02em;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.toppage .infomation_block .tab_block button.active {
  color: #000;
  font-weight: bold;
}

.toppage .infomation_block .postlist_block {
  margin-top: 28px;
}

.toppage .infomation_block .postlist_block .lists {
  display: flex;
  flex-wrap: wrap;
}

.toppage .infomation_block .postlist_block .lists li {
  width: 50%;
}

.toppage .infomation_block .postlist_block .lists li:nth-child(1) {
  width: 100%;
}

.toppage .collection_block {
  margin-top: 120px;
  padding: 0 20px;
}

.toppage .collection_block .links_collection {
  margin-top: 40px;
}

.toppage .collection_block .bnr_collection a {
  display: block;
  position: relative;
  aspect-ratio: 390/424;
  overflow: hidden;
}

.toppage .collection_block .bnr_collection span {
  display: block;
}

.toppage .collection_block .bnr_collection .image {
  transition: all 0.25s linear;
}

.toppage .collection_block .bnr_collection .movie {
  opacity: 0;
  width: 100%;
  aspect-ratio: 390/424;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s ease-out;
}

.toppage .collection_block .bnr_collection .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.toppage .collection_block .bnr_collection .collection_title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.toppage .collection_block .bnr_collection.start_movie .image {
  opacity: 0;
  position: relative;
  z-index: -1;
}

.toppage .collection_block .bnr_collection.start_movie .movie {
  z-index: 0;
  opacity: 1;
}

.toppage .instagram_block {
  margin-top: 130px;
}

.toppage .instagram_block .top_instagram_inner {
  margin-top: clamp(40px, calc(40/390*100vw), 70px);
  text-align: center;
}

.toppage .shoplist_block {
  margin-top: 140px;
  padding-block: 380px 0;
  background: url(../img/top/shoplist_bg_sp.jpg) no-repeat top center/cover;
  position: relative;
}

.toppage .shoplist_block .inner {
  width: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, .5);
}


.toppage .shoplist_block .inner .title_block {
  position: relative;
  max-width: 680px;
  padding: 0;
}

.toppage .recruit_block {
  padding-block: 380px 0;
  background: url(../img/top/recruit_bg_sp.jpg) no-repeat top center/cover;
  position: relative;
}

.toppage .recruit_block .inner {
  padding: 30px;
  background-color: rgba(0, 0, 0, .5);
}


.toppage .recruit_block .inner .title_block {
  position: relative;
  max-width: 680px;
  padding: 0;
}

.toppage .recruit_block .inner .title_block .maintitle {
  text-align: left;
  font-size: 20px;
}

.toppage .recruit_block .inner .title_block .lead {
  font-size: 16px;
}

.toppage .cta_block {
  padding: 130px 20px;
  background-color: #DFDFDF;
}

.toppage .cta_block .inner {
  background-color: #fff;
  padding: 60px 30px 70px;
}

.toppage .cta_block .inner a {
  padding-inline: 0;
}

.toppage .cta_block .app {
  margin-top: 50px;
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.toppage .cta_block .online_shop {
  margin-top: 50px;
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

._concept .mv_block {
  padding-block: min(58.6666666667vw, 220px) clamp(84px, 22.4vw, 260px);
  display: flex;
  justify-content: center;
  align-items: center;
}

._concept .mv_block .logobox {
  width: min(13.6vw, 72px);
}

._service .support_block {
  margin-top: min(21.3333333333vw, 140px);
}

._service .mileage_block {
  margin-top: clamp(100px, 26.6666666667vw, 170px);
}

._service .mileage_list {
  margin-top: 40px;
  padding: 0 20px;
}

._service .mileage_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 14px;
}

._service .mileage_list li {
  width: calc((100% - 14px) / 2);
  font-size: 12px;
}

._service .mileage_list li p {
  margin-top: 10px;
}

._service .mileage_list figure {
  aspect-ratio: 160/95;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
}

._service .mileage_list figure img {
  display: block;
  margin-inline: auto;
}

._service .mileage_list .icon01 img {
  width: min(13.6vw, 52px);
}

._service .mileage_list .icon02 img {
  width: min(12vw, 52px);
}

._service .mileage_list .icon03 img {
  width: min(22.6666666667vw, 94px);
}

._service .mileage_list .icon04 img {
  width: min(29.0666666667vw, 115px);
}

._service .mileage_list .icon05 img {
  width: min(11.2vw, 48px);
}

._app .pagetitle_block {
  padding: 0 20px;
}

._app .app_info_block {
  padding: 0 20px;
  margin-top: 80px;
}

._app .app_info_block .flex_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

._app .app_info_block .app_info_items {
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

._app .app_info_block .app_thumbnails {
  background-color: #F5F5F5;
  padding: 40px;
}

._app .app_info_block .app_thumbnails figure {
  width: 120px;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

._app .app_info_block .app_thumbnails figure img {
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
}

._app .app_info_block .app_summary {
  padding: 30px;
  text-align: center;
}

._app .app_info_block .app_summary .title {
  font-size: 15px;
  font-weight: 600;
}

._app .app_info_block .app_summary .text {
  font-size: 12px;
}

._app .app_info_block .app_summary .appbtn_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
}

._app .app_info_block .app_summary .appbtn_block li {
  flex: 1;
  max-width: 240px;
}

._app .app_info_block .app_summary .appbtn_block li a {
  display: block;
}

._app .app_snslinks {
  margin-top: 90px;
  padding: 0 20px;
}

._app .app_snslinks h3 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

._app .app_snslinks .linklists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

._app .app_snslinks .linklists li a {
  display: block;
}

._recruit .recruit_contents {
  margin-top: min(21.3333333333vw, 120px);
}

._recruit .entrysite_list {
  margin-top: min(16vw, 70px);
  padding: 0 20px;
}

._recruit .entrysite_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

._recruit .entrysite_list ul li {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

._recruit .entrysite_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  width: 335px;
  aspect-ratio: 335/130;
}

._recruit .entrysite_list ul li a[target=_blank] {
  position: relative;
}

._recruit .entrysite_list ul li a[target=_blank]::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../img/icon_blank.svg) no-repeat center/100% auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

._recruit .entrysite_list ul li .icon01 {
  width: 189px;
}

._recruit .entrysite_list ul li .icon02 {
  width: 188px;
}

._recruit .entrysite_list ul li .icon03 {
  width: 152px;
}

._magazine .magazine_merit {
  margin-top: 80px;
}

._magazine .merit_inner {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 0 20px;
}

._magazine .merit_block {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 36px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

._magazine .merit_block .icon {
  width: 75px;
}

._magazine .merit_block .leadbox {
  flex: 1;
}

._magazine .merit_block .title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

._magazine .merit_block .lead {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 10px;
}

._magazine .magazine_caution {
  margin-top: 30px;
  padding: 0 20px;
}

._magazine .caution_inner {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 40px 30px;
}

._magazine .caution_inner .title {
  font-size: 13px;
  line-height: 1.0125;
  font-weight: 600;
  text-align: center;
}

._magazine .caution_inner ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

._magazine .caution_inner li {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.75;
  position: relative;
  z-index: 0;
}

._magazine .caution_inner li::before {
  content: "・";
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}

._magazine .magazine_user {
  margin-top: 80px;
}

._magazine .magazine_user .linklists_block {
  margin-top: 0;
}

._archive .category_block {
  margin-top: min(16vw, 100px);
}

._archive .category_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 5.3333333333vw, 20px);
}

._archive .category_block a {
  font-size: 11px;
  line-height: 1.0125;
  color: #B0B0B0;
}

._archive .category_block .current {
  font-weight: bold;
  color: #000;
}

._archive .postlist_block {
  padding-inline: 20px;
  margin-top: 50px;
}

._archive .postlist_block .cardlists {
  display: flex;
  flex-wrap: wrap;
  gap: min(10.6666666667vw, 40px) min(4vw, 20px);
}

._archive .postlist_block .postcard {
  width: calc((100% - min(4vw, 20px) * 1) / 2);
}

._archive .postlist_block .thumbnail {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
}

._archive .postlist_block .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._archive .postlist_block .meta {
  margin-top: 14px;
}

._archive .postlist_block .catlink {
  display: inline-block;
  padding: 6px 12px;
  background-color: #ECECEC;
  border-radius: 50px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.05em;
}

._archive .postlist_block .meta_title {
  margin-top: 10px;
}

._archive .postlist_block .postlink {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

._archive .postlist_block .meta_date {
  font-size: 11px;
  line-height: 1;
  opacity: 0.5;
  margin-top: 8px;
}

._archive .pagenation_block {
  margin-top: 40px;
}

._archive .pagenation_block .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

._archive .pagenation_block .pagenation a,
._archive .pagenation_block .pagenation span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

._archive .pagenation_block .prevbox {
  background-color: #000;
  margin-right: 8px;
}

._archive .pagenation_block .prevbox img {
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
}

._archive .pagenation_block .nextbox {
  background-color: #000;
  margin-left: 8px;
}

._archive .pagenation_block .nextbox img {
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  scale: -1;
}

._archive .pagenation_block .page_number {
  border: solid 1px rgba(0, 0, 0, 0.15);
}

._archive .pagenation_block .current {
  font-weight: bold;
  border: solid 1px #000;
}

._archive._feature .thumbnail {
  aspect-ratio: 1005/720;
}

@media only screen and (max-width: 959px) {
  .toppage .shoplist_block .inner .title_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .toppage .shoplist_block .inner .title_block .maintitle {
    font-size: 15px;
    position: relative;
    top: .46em;
  }

  .toppage .shoplist_block .inner .title_block .lead {
    font-size: 12px;
    width: min(calc(155/315*100%), 480px);
    margin-top: 0;
  }

  .toppage .recruit_block .inner .title_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .toppage .recruit_block .inner .title_block .maintitle {
    font-size: 15px;
    position: relative;
    top: .46em;
  }

  .toppage .recruit_block .inner .title_block .lead {
    font-size: 12px;
    width: min(calc(155/315*100%), 480px);
    margin-top: 0;
  }

  .linkbtns li:has(.btn_app) {
    width: fit-content;
  }

  .toppage .cta_block .linkbtn_block .btn_app {
    display: block;
    width: min(calc(133/390*100vw), 150px);
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /* =================================== */
  /* ============ header =============== */
  /* =================================== */
  header .header_inner {
    justify-content: space-between;
    padding: 0 min(2.5vw, 40px) 0 min(3.75vw, 60px);
    height: 79px;
  }

  header .header_inner a {
    display: inline-block;
  }

  header .header_inner img {
    display: block;
  }

  header .header_inner * {
    line-height: 1;
  }

  header .logobox {
    width: 158px;
  }

  header .pc_menubox {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }

  header .pc_menubox .parent_links {
    display: flex;
    justify-content: center;
    gap: min(1.875vw, 30px);
  }

  header .pc_menubox .parent_link {
    font-size: 13px;
    color: #000;
  }

  header .header_ctalinks {
    margin-right: 79px;
  }

  header .header_ctalinks ul a {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    color: #000;
  }

  header .header_ctalinks ul a span {
    white-space: nowrap;
    margin-left: 10px;
  }

  header .header_ctalinks span {
    display: inline-block;
  }

  header .btnbox {
    right: min(2.5vw, 40px);
  }

  header .btnbox .openbtn {
    width: 79px;
  }

  header.top_sticky .pc_menubox .parent_link {
    color: #fff;
  }

  header.top_sticky .header_ctalinks .parent_link {
    color: #fff;
    width: auto;
  }

  header.top_sticky .header_ctalinks .parent_link img {
    display: none;
  }

  header.top_sticky .header_ctalinks .map {
    aspect-ratio: unset;
  }

  header.top_sticky .header_ctalinks .reserve {
    aspect-ratio: unset;
  }

  header.top_sticky .header_ctalinks .online {
    aspect-ratio: unset;
  }

  header.top_sticky .btnbox .openbtn::before,
  header.top_sticky .btnbox .openbtn::after {
    background-color: #fff;
  }

  /* =================================== */
  /* ============ footer =============== */
  /* =================================== */
  footer {
    background-color: #000;
    padding: 160px clamp(60px, 6.875vw, 110px) 68px;
  }

  footer .logo_block {
    width: clamp(40px, 10.6666666667vw, 64px);
    margin: auto;
  }

  footer .sitemap_block {
    margin-top: 90px;
  }

  footer .sitemap_block ul.links {
    grid-template-rows: repeat(2, auto);
    gap: 0 clamp(32px, 6.25vw, 100px);
  }

  footer .sitemap_block ul.links li a {
    font-size: 12px;
    line-height: 0.2666666667;
  }

  footer .bottom_block {
    margin-top: 162px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer .bottom_block .privacy {
    order: 3;
  }

  footer .bottom_block .privacy a {
    font-size: 12px;
  }

  footer .bottom_block .sns_links {
    margin-top: 0;
    order: 1;
  }

  footer .bottom_block .copyrights {
    order: 2;
    margin-top: 0;
    font-size: 12px;
  }

  /* =================================== */
  /* ======== コンテンツエリア ========== */
  /* =================================== */
  /* タイトル関連 */
  .title_block {
    padding: 0 clamp(60px, 6.875vw, 110px);
  }

  .title_block .maintitle {
    font-size: 22px;
    text-align: left;
  }

  .title_block .lead {
    font-size: 12px;
    margin-top: 24px;
  }

  .title_block .lead span {
    display: inline-block;
  }

  .title_block.wh {
    color: #fff;
  }

  .title_block.flex {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 1% 3%;
  }

  .title_block.flex .lead {
    width: 47%;
    margin-top: auto;
  }

  /* ボタン関連 */
  .morelink_btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
    margin-inline: auto;
  }

  .linkbtns.flex {
    gap: 13px 9px;
  }

  .linkbtns.flex li {
    width: calc((100% - 9px) / 2);
  }

  .btn {
    font-size: 13px;
  }

  .btn::after {
    content: "";
    display: block;
    width: 7px;
    aspect-ratio: 1/1;
    background: url(../img/icon_arrow_bk.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 17px;
    translate: 0 -50%;
  }

  .btn.border.black {
    border: solid 1px #000;
  }

  .btn.border.gray {
    border: solid 1px rgba(0, 0, 0, 0.15);
  }

  .btn.bg_wh {
    background-color: #fff;
  }

  .btn.bg_bk {
    color: #fff;
    background-color: #000;
  }

  .btn.with_image {
    padding: 4px;
  }

  /* =================================== */
  /* ======== 下層：コンテンツエリア ========== */
  /* =================================== */
  /* パンくずリスト */
  .breadcrumb_block {
    margin-top: 180px;
    padding: clamp(15px, 5.3333333333vw, 36px);
    border-top: solid 1px rgba(0, 0, 0, 0.15);
  }

  .breadcrumb_block .breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 1380px;
    margin-inline: auto;
  }

  /* タイトル関連 */
  .pagetitle_block {
    margin-top: clamp(120px, 16vw, 256px);
  }

  .pagetitle_block .maintitle {
    font-size: 22px;
  }

  .pagetitle_block .lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .headline_block .headline_text {
    max-width: 1380px;
    padding-inline: min(6.875vw, 110px);
    box-sizing: content-box;
    margin-block: min(5vw, 80px);
    margin-inline: auto;
  }

  .headline_block .maintitle {
    font-size: 20px;
    text-align: left;
  }

  .headline_block .lead {
    font-size: 16px;
    margin-top: 27px;
  }

  .section_title {
    text-align: left;
    margin-block: 0 clamp(20px, 9.6vw, 40px);
  }

  .section_title .en {
    font-size: 18px;
  }

  .section_title .ja {
    font-size: 18px;
  }

  /* リンクリスト */
  .linklists_block {
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(3.125vw, 50px) min(2.25vw, 38px);
    padding-inline: min(6.875vw, 110px);
    max-width: 1380px;
    margin-inline: auto;
    box-sizing: content-box;
  }

  .linklist_group {
    margin-top: 0;
    width: calc((100% - min(2.25vw, 38px)) / 2);
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: min(4.0625vw, 65px) min(4.375vw, 70px);
  }

  .linklist_group .section_title {
    margin-top: 0;
    min-height: 45px;
    margin-bottom: 0;
  }

  .linklists_block.column03 .linklist_group {
    width: calc((100% - min(2.25vw, 38px) * 2) / 3);
    padding: min(4.0625vw, 65px) min(2.8125vw, 45px);
  }

  .list ul li a {
    font-size: 16px;
    padding-block: clamp(32px, 10.6666666667vw, 42px);
    padding-left: 0;
  }

  .list ul li:first-child {
    border-top: 0;
  }

  .list ul li:last-child {
    border-bottom: 0;
  }

  .linklists_block:has(.linklist_group._with_image) {
    flex-direction: column;
  }

  .linklist_group._with_image {
    width: min(100%, 1380px);
    margin-inline: auto;
    padding: 0;
    display: flex;
  }

  .linklist_group._with_image .imagebox {
    order: 2;
    flex: 1;
    aspect-ratio: 690/420;
    margin-bottom: 0;
  }

  .linklist_group._with_image .textbox {
    order: 1;
    flex: 1;
    padding: min(4.375vw, 70px) min(3.75vw, 60px) min(2vw, 35px);
  }

  .linklist_group._with_image:nth-child(2n) .imagebox {
    order: 1;
  }

  .linklist_group._with_image:nth-child(2n) .textbox {
    order: 2;
  }

  .linklists_block:has(.linkbtn_group) {
    gap: 24px 40px;
    border-bottom: 0;
  }

  .linkbtn_group {
    border-top: 0;
    width: calc((100% - 80px) / 3);
  }

  .linkbtn_group .linkbtn {
    display: flex;
    align-items: center;
    height: 100%;
    padding: min(2.8125vw, 45px) calc(min(3.125vw, 50px) + 10px + 10px) min(2.8125vw, 45px) min(3.125vw, 50px);
    font-size: 16px;
    line-height: 1.125;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }

  /* 電話部分 */
  .tellist_block {
    max-width: 1145px;
    margin: 70px auto 0;
    padding: 0 clamp(60px, 6.875vw, 110px);
  }

  .tellist_block .inner {
    background-color: #F5F5F5;
    padding: 68px min(4.25vw, 68px);
    display: flex;
    justify-content: center;
  }

  .tellist_block .tellist_group {
    flex: 1;
  }

  .tellist_block .tellist_group .category {
    font-size: 16px;
  }

  .tellist_block .tellist_group .name {
    font-size: 16px;
  }

  .tellist_block .tellist_group .tel_number {
    font-size: 38px;
  }

  .tellist_block .tellist_group .tel_number a {
    border: 0;
    padding: 0;
    background-color: transparent;
  }

  .tellist_block .tellist_group .tel_number a::before {
    content: none;
  }

  .tellist_block .tellist_group .tel_number a span {
    display: none;
  }

  .tellist_block .tellist_group .open {
    font-size: 13px;
  }

  .tellist_block .tellist_group+.tellist_group {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.15);
  }

  .toppage .mv_block {
    aspect-ratio: 1600/900;
  }

  .toppage .mv_block .inner {
    aspect-ratio: 1600/900;
  }

  .toppage .concept_block {
    padding-block: 250px;
    color: #fff;
  }

  .toppage .concept_block .inner {
    max-width: 600px;
    margin-inline: auto;
  }

  .toppage .concept_block .inner h2 {
    line-height: 1.3333333333;
  }

  .toppage .concept_block .inner h2 .sub {
    font-size: clamp(14px, 0.875vw, 14px);
    opacity: 0.8;
  }

  .toppage .concept_block .inner h2 .main {
    display: block;
    font-size: clamp(22px, 1.875vw, 30px);
    letter-spacing: 0.075em;
    margin-top: 20px;
  }

  .toppage .concept_block .inner .concept_txt {
    margin-top: 40px;
    font-size: 18px;
  }

  .toppage .bgwh_wrap {
    padding-top: 150px;
  }

  .toppage .feature_bnr {
    /* grid調整 */
  }

  .toppage .feature_bnr .inner.grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .toppage .feature_bnr .title_block {
    grid-area: 1/1/2/2;
  }

  .toppage .feature_bnr .feature_bnr_swiper {
    width: 100%;
    grid-area: 2/1/3/3;
    margin-top: 50px;
    padding-left: clamp(60px, 6.875vw, 110px);
  }

  .toppage .feature_bnr .feature_bnr_swiper .swiper-wrapper {
    height: auto;
  }

  .toppage .feature_bnr .feature_bnr_swiper .swiper-slide {}

  .toppage .feature_bnr .feature_bnr_swiper a .textbox .main {
    font-size: 18px;
  }

  .toppage .feature_bnr .feature_bnr_swiper .navibtn_block {
    justify-content: flex-end;
    padding-right: clamp(60px, 6.875vw, 110px);
    margin-top: 40px;
  }

  .toppage .feature_bnr .morelink_btn {
    grid-area: 1/2/2/3;
    margin: 0 0 0 auto;
    padding-right: clamp(60px, 6.875vw, 110px);
  }

  .toppage .infomation_block {
    margin-top: 170px;
  }

  .toppage .infomation_block .inner.grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .toppage .infomation_block .title_block {
    grid-area: 1/1/2/2;
  }

  .toppage .infomation_block .tab_block {
    margin: 0 0 0 auto;
    grid-area: 1/2/2/3;
  }

  .toppage .infomation_block .tab_block button {
    font-size: 14px;
  }

  .toppage .infomation_block .postlist_block {
    margin-top: 52px;
    grid-area: 2/1/3/4;
    gap: 1px;
  }

  .toppage .infomation_block .postlist_block .lists {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .toppage .infomation_block .postlist_block .lists li {
    width: auto;
  }

  .toppage .infomation_block .postlist_block .lists li:nth-child(1) {
    width: auto;
    grid-area: 1/1/3/2;
  }

  .toppage .infomation_block .morelink_btn {
    grid-area: 1/3/2/4;
    margin: 0 0 0 auto;
    padding-right: clamp(60px, 6.875vw, 110px);
  }

  .toppage .collection_block {
    margin-top: 170px;
    padding: 0;
  }

  .toppage .collection_block .links_collection {
    margin-top: 70px;
    margin-inline: auto;
    padding-inline: clamp(60px, 6.875vw, 110px);
    box-sizing: content-box;
    display: flex;
  }

  .toppage .collection_block .bnr_collection {
    width: 50%;
  }

  .toppage .collection_block .bnr_collection a {
    position: relative;
  }

  .toppage .collection_block .bnr_collection .image {
    transition: all 0.25s linear;
  }

  .toppage .collection_block .bnr_collection a:hover {
    opacity: 1;
  }

  .toppage .collection_block .bnr_collection a:hover .image {
    position: relative;
    opacity: 0;
    z-index: -1;
  }

  .toppage .collection_block .bnr_collection a:hover .movie {
    opacity: 1;
    z-index: 0;
  }

  .toppage .instagram_block {
    margin-top: 200px;
  }

  .toppage .shoplist_block {
    margin-top: 270px;
    padding-block: 650px 0;
    background: url(../img/top/shoplist_bg_pc.jpg) no-repeat top center/cover;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .toppage .shoplist_block .inner {
    display: flex;
    justify-content: space-between;
    padding-inline: clamp(60px, calc(110/1600*100vw), 110px);
    padding-block: 55px;
  }

  .toppage .shoplist_block .inner .title_block {
    max-width: 800px;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .toppage .shoplist_block .inner .title_block .maintitle {
    width: clamp(110px, calc(110/1600*100vw), 200px);
    font-size: 22px;
  }

  .toppage .shoplist_block .inner .title_block .lead {
    margin-top: 0;
    line-height: 1.25;
    margin-left: min(13.75vw, 240px);
    font-size: clamp(15px, 0.9375vw, 21px);
  }

  .toppage .shoplist_block .inner .linkbtn_block {
    flex-wrap: nowrap;
  }

  .toppage .shoplist_block .inner .linkbtn_block li {
    width: -moz-fit-content;
    width: fit-content;
  }

  .toppage .recruit_block {
    padding-block: 650px 0;
    background: url(../img/top/recruit_bg_pc.jpg) no-repeat top center/cover;
  }

  .toppage .recruit_block .inner {
    display: flex;
    justify-content: space-between;
    padding-inline: clamp(60px, calc(110/1600*100vw), 110px);
    padding-block: 55px;
  }

  .toppage .recruit_block .inner .title_block {
    max-width: 800px;
    position: relative;
    padding: 0;
    display: flex;
  }

  .toppage .recruit_block .inner .title_block .maintitle {
    width: clamp(110px, calc(110/1600*100vw), 200px);
    font-size: 22px;
  }

  .toppage .recruit_block .inner .title_block .lead {
    margin-top: 0;
    line-height: 1.25;
    margin-left: min(13.75vw, 240px);
    font-size: clamp(15px, 0.9375vw, 21px);
  }

  .toppage .recruit_block .inner .linkbtn_block {
    flex-wrap: nowrap;
  }

  .toppage .recruit_block .inner .linkbtn_block .linkbtns {
    margin-top: 0;
  }

  .toppage .recruit_block .inner .linkbtn_block li {
    width: -moz-fit-content;
    width: fit-content;
  }

  .toppage .cta_block {
    padding: 150px clamp(60px, 6.875vw, 110px);
  }

  .toppage .cta_block .inner {
    max-width: 1380px;
    margin-inline: auto;
    padding-inline: 0;
    padding-block: clamp(50px, 6.25vw, 100px);
  }

  .toppage .cta_block .flex_block {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }

  .toppage .cta_block .flex_content {
    width: 50%;
    padding-inline: clamp(50px, 6.25vw, 100px);
  }

  .toppage .cta_block .flex_content.app {
    position: relative;
  }

  .toppage .cta_block .flex_content.app::before {
    content: "";
    display: block;
    width: 1px;
    height: 105%;
    background-color: #DFDFDF;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }

  .toppage .cta_block .flex_content.online_shop {
    width: 100%;
    padding-inline: clamp(50px, 6.25vw, 100px);
    margin-top: 110px;
    padding-top: 90px;
    border-top: solid 35px #DFDFDF;
  }

  .toppage .cta_block .flex_content.online_shop .title_block .lead {
    margin-top: 24px;
  }

  .toppage .cta_block .title_block {
    padding-inline: 0;
  }

  .toppage .cta_block .title_block .maintitle {
    text-align: center;
  }

  .toppage .cta_block .title_block .lead {
    margin-top: 38px;
    font-size: clamp(11px, calc(16/1600*100vw), 16px);
  }

  .toppage .cta_block .linkbtns {
    margin-top: 32px;
  }

  .toppage .cta_block .linkbtns a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 262px;
    margin-inline: auto;
    font-size: 16px;
  }

  .toppage .cta_block .linkbtns li:has(.btn_app) {
    width: auto;
    flex: 1;
  }

  .toppage .cta_block .linkbtns a.btn_app {
    width: 100%;
    height: auto;
  }

  .toppage .cta_block .app {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  ._concept .mv_block .logobox {
    width: clamp(48px, 4.8125vw, 77px);
  }

  ._concept .linklists_block {
    margin-top: 0;
  }

  ._service .mileage_list {
    margin-top: 82px;
    padding: 0 min(6.875vw, 110px);
  }

  ._service .mileage_list ul {
    max-width: 1380px;
    margin-inline: auto;
    gap: 20px 40px;
  }

  ._service .mileage_list li {
    width: calc((100% - 160px) / 5);
    font-size: 16px;
  }

  ._service .mileage_list li p {
    line-height: 1.125;
  }

  ._service .mileage_list figure {
    aspect-ratio: 240/150;
  }

  ._service .mileage_list .icon01 img {
    width: min(5.125vw, 82px);
  }

  ._service .mileage_list .icon02 img {
    width: min(4.375vw, 70px);
  }

  ._service .mileage_list .icon03 img {
    width: min(9.0625vw, 145px);
  }

  ._service .mileage_list .icon04 img {
    width: min(10.125vw, 162px);
  }

  ._service .mileage_list .icon05 img {
    width: min(4.25vw, 68px);
  }

  ._app .pagetitle_block {
    padding: 0 clamp(60px, 6.75vw, 110px);
  }

  ._app .app_info_block {
    padding: 0 clamp(60px, 6.75vw, 110px);
  }

  ._app .app_info_block .flex_inner {
    flex-direction: row;
    gap: 42px;
    max-width: 1400px;
    margin-inline: auto;
  }

  ._app .app_info_block .app_info_items {
    display: flex;
  }

  ._app .app_info_block .app_thumbnails {
    order: 2;
    width: 246px;
    display: flex;
    align-items: center;
  }

  ._app .app_info_block .app_thumbnails figure {
    width: 132px;
  }

  ._app .app_info_block .app_thumbnails figure img {
    width: 100px;
  }

  ._app .app_info_block .app_summary {
    order: 1;
    padding: min(4.625vw, 74px) min(3.75vw, 60px);
    text-align: left;
  }

  ._app .app_info_block .app_summary .title {
    font-size: 18px;
    line-height: 1.25;
  }

  ._app .app_info_block .app_summary .text {
    font-size: 16px;
    line-height: 1.125;
    margin-top: 20px;
  }

  ._app .app_info_block .app_summary .appbtn_block {
    gap: 10px;
    flex-wrap: wrap;
  }

  ._app .app_info_block .app_summary .appbtn_block li a {
    min-width: 150px;
  }

  ._app .app_snslinks {
    margin-top: 100px;
  }

  ._app .app_snslinks h3 {
    font-size: 22px;
  }

  ._app .app_snslinks .linklists {
    gap: 40px;
    margin-top: 36px;
  }

  ._app .app_snslinks .linklists li a {
    display: block;
    width: 40px;
    aspect-ratio: 1/1;
  }

  ._app .app_snslinks .linklists .icon_youtube {
    width: 44px;
  }

  ._recruit .entrysite_list ul {
    gap: min(2.5vw, 40px);
  }

  ._recruit .entrysite_list ul li a {
    width: 315px;
    aspect-ratio: 315/130;
  }

  ._magazine .magazine_merit {
    margin-top: 140px;
    padding: 0 clamp(60px, 6.875vw, 110px);
  }

  ._magazine .merit_inner {
    flex-direction: row;
    gap: 40px;
    padding: 0;
    max-width: 1380px;
    margin-inline: auto;
  }

  ._magazine .merit_block {
    padding: 60px 32px 60px 65px;
    gap: 30px;
  }

  ._magazine .merit_block .icon {
    width: 115px;
  }

  ._magazine .merit_block .title {
    font-size: 18px;
  }

  ._magazine .merit_block .lead {
    font-size: 16px;
  }

  ._magazine .magazine_caution {
    margin-top: 60px;
    padding: 0 clamp(60px, 6.875vw, 110px);
  }

  ._magazine .caution_inner {
    max-width: 1145px;
    margin-inline: auto;
    padding: 60px 80px;
    display: flex;
    gap: 60px;
  }

  ._magazine .caution_inner .title {
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
  }

  ._magazine .caution_inner ul {
    margin-top: 0;
  }

  ._magazine .caution_inner li {
    font-size: 16px;
  }

  ._magazine .caution_inner li::before {
    font-size: 14px;
  }

  ._magazine .magazine_user {
    margin-top: 100px;
  }

  ._magazine .magazine_user .user_title {
    padding: 0 clamp(60px, 6.875vw, 110px);
  }

  ._magazine .linklists_block_wrap {
    width: 100%;
    max-width: 1145px;
    margin-inline: auto;
  }

  ._archive .category_block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(16px, 2.5vw, 40px);
  }

  ._archive .category_block a {
    font-size: 14px;
  }

  ._archive .postlist_block {
    padding-inline: clamp(40px, 6.875vw, 110px);
    margin-top: clamp(60px, 6.75vw, 108px);
  }

  ._archive .postlist_block .cardlists {
    gap: min(4.375vw, 70px) min(2.5vw, 40px);
    max-width: 1380px;
    margin-inline: auto;
  }

  ._archive .postlist_block .postcard {
    width: calc((100% - min(2.5vw, 40px) * 3) / 4);
  }

  ._archive .postlist_block .catlink {
    font-size: 12px;
  }

  ._archive .postlist_block .postlink {
    font-size: 16px;
  }

  ._archive .postlist_block .meta_date {
    font-size: 13px;
  }

  ._archive .pagenation_block {
    margin-top: 65px;
  }

  ._archive .pagenation_block .pagenation {
    gap: 8px;
  }

  ._archive .pagenation_block .pagenation a,
  ._archive .pagenation_block .pagenation span {
    width: 48px;
    font-size: 16px;
  }

  ._archive .pagenation_block .prevbox {
    margin-right: 12px;
  }

  ._archive .pagenation_block .prevbox img {
    width: 10px;
  }

  ._archive .pagenation_block .nextbox {
    margin-left: 12px;
  }

  ._archive .pagenation_block .nextbox img {
    width: 10px;
  }
}