@charset "UTF-8";

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: 100%;
  /* height: auto; */
  max-width: unset;
  /* max-height: 100%; */
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #000000;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.06em;
}
body.full-menu-open {
  overflow-y: hidden;
}
main {
  opacity: 1;
  transition: 1s;
}
body.onload main {
  /* opacity: 1; */
}

body.onload.home main,
body.onload.home header,
body.onload.home footer {
  /* opacity: 1; */
}
body.home main,
body.home header,
body.home footer {
  /* opacity: 0; */
  transition: 1s ease 3s;
}
body.onload_inpage main{
	opacity: 1;
	transition: 1s;
}
body.onload_inpage.home #fv{
		opacity: 1;
}
.commons_font {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.scroll {
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.scrollup {
  transform: translate(0, 10px);
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.scroll.scrollin {
  opacity: 1;
}
.scrollup.scrollin {
  transform: translateZ(0);
  opacity: 1;
}
.sec_tit {
  margin-bottom: 32px;
}

h1.sec_tit .title-en {
  font-size: 44px;
  line-height: 1.2;
  margin-right: 24px;
}

h2.sec_tit .title-en {
  font-size: 44px;
  line-height: 1.2;
  margin-right: 24px;
}

h3.sec_tit .title-en {
  font-size: 44px;
  line-height: 1.2;
  margin-right: 24px;
}

.sec_tit .title-ja {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

#op {
  width: 100vw;
  height: 100svh;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* display: none; */
  padding: 40px;
}
#op .visual{
  /* position: relative; */
  /* width: 100%; */
  /* height: 100vh; */
  opacity:0;
  transition: 1s ease 0s;
}
body.onload #op .visual{
	opacity:1;
}
#op .visual .movie{
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#op .visual video{
  position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
#op .logo_wrap {
  max-width: 960px;
  line-height: 0;
  /* padding: 0 40px; */
  position: relative;
  width: 100%;
  height: 100%;
  top: -5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease 2.5s;
}
#op .logo_wrap.on {
  opacity: 0;
}

#op .logo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#op .logo_01 {
  transition: opacity 0.8s, transform 0.8s; /* transform: translateX(-2%); */
}
#op .logo_02 {
  /* opacity: 1; */
  transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s;
  transform: translateX(-1%);
}
#op .logo_03 {
  transition: opacity 0.8s ease 1s, transform 0.8s ease 1s;
  transform: translateX(1%);
}
#op .logo_04 {
  transition: opacity 1s 1.6s;
}
#op .logo_wrap.on img {
  opacity: 1;
  transform: translateX(0%);
}
#op .skip {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 12px;
  z-index: 2;
  cursor: pointer;
  transition: all .3s;
}
#op .skip:hover {
  opacity: .6;
}
#full-menu {
  position: fixed;
  width: calc((333 / 393) * 100%);
  background-color: rgb(51 51 51 / 80%);
  height: 100%;
  right: 0;
  color: #fff;
  transform: translateX(110%);
  transition: 1s;
  z-index: 999;
}
#full-menu.open {
  transform: translateX(0%);
}
#full-menu .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
#full-menu .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
#full-menu ul {
  margin-bottom: 60px;
}
#full-menu ul li {
  margin-bottom: 16px;
}
#full-menu ul li a {
  font-size: 21px;
  line-height: 1.5;
  transition: 0.5s;
}
#full-menu ul li a:hover {
  opacity: 0.5;
}
#full-menu .logo {
  display: none;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 50%;
  bottom: 40px;
}
#full-menu .sns {
  display: flex;
}
#full-menu .sns a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
#full-menu .humb {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
}
#full-menu .humb span {
  width: 34px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: relative;
}
#full-menu .humb span:nth-child(1) {
  transform: rotate(20deg);
  top: 27px;
}
#full-menu .humb span:nth-child(2) {
  transform: rotate(-20deg);
  top: 26px;
}

#js-pagetop {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  /* border: solid 2px #000; */
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 101;
  cursor: pointer;
}
#js-pagetop img {
  display: block;
  width: 26px;
}

#lineup_list .sec_tit{
  display: flex;
  align-items: center;
}

header .humb {
  height: 100%;
  width: 34px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
header .humb:hover {
  opacity: 0.5;
}
header .humb span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
header.menu-open .humb span {
  background-color: #f8f8f5;
}
header.fv_area .humb span {
  background-color: #f8f8f5;
  transition: 0.3s;
}
header .humb span:nth-child(1) {
  top: -8px;
}
header .humb span:nth-child(3) {
  top: 8px;
}

header {
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 998;
}
header .wrap {
  height: 100%;
  color: #ffffff;
  fill: #000000;
  background-color: #000;
  transition: 0.5s;
}
header .inner {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .logo {
  width: 206px;
  line-height: 0;
  transition: 0.5s;
  opacity: 1;
}
header .logo a {
  display: block;
  transition: opacity 0.5s;
}
header .logo a:hover {
  opacity: 0.5;
}
header .logo img {
  width: 100%;
}
header .menu {
  display: flex;
}
header .menu ul {
  display: flex;
  align-items: center;
}
header .menu ul li {
}
header .menu ul li a,
header .menu ul li button {
  font-size: 15px;
  margin-right: 30px;
  line-height: 1;
  transition: opacity 0.5s;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}
header .menu ul li a:hover,
header .menu ul li button:hover {
  opacity: 0.5;
}
header .menu .sns {
  display: flex;
}
header .menu .sns a {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  line-height: 0;
  transition: opacity 0.5s;
}
header .menu .sns a:nth-child(1) {
  margin-right: 20px;
}
header .menu .sns a:hover {
  opacity: 0.5;
}
header .humb {
  display: none;
}
header.fv_area .wrap {
  background-color: #00000000;
  /* color: #000; */
  /* filter: invert(1); */
  /* background-color: #000; */
  filter: invert(1);
  color: #fff;
}
header.fv_area .menu .sns {
  /* filter: invert(1); */
}
header.fv_area .logo {
  opacity: 0;
}
.home #fv {
  height: 100svh;
  width: 100%;
  opacity: 0;
  transition: 1s;
}
body.onload #fv {
  opacity: 1;
}
.home #fv .wrap {
  height: 100%;
  width: 100%;
}
.home #fv .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #fv .logo {
  position: absolute;
  z-index: 1;
  max-width: 1040px;
  line-height: 0;
  padding: 0 40px;
  /* opacity: 0; */
  /* transition: opacity 1s ease 3s; */
}
body.onload.home #fv .logo {
  /* opacity: 1; */
}
.home #fv .logo img {
  width: 100%;
  height: 100%;
}
.home #fv .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.home #fv .swiper .swiper-slide {
  position: relative;
}
.home #fv .swiper .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home #fv .swiper .thumb.sp {
  display: none;
}
.home #fv .swiper-pagination {
  bottom: 32px;
}
.home #fv .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #525151;
  opacity: 1;
}
.home #fv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home #fv .swiper .swiper-slide{

}
.home #fv .swiper .swiper-slide .thumb{
  transition: 10s ease;
   transform:scale(1.2)translate(0px, 0%)
}
.home #fv .swiper.start .swiper-slide.slide_01 .thumb{
   transform:scale(1.2)translate(0px, 3%)
}
.home #fv .swiper .swiper-slide.slide_01.swiper-slide-next .thumb{
   transform:scale(1.2)translate(0px, 3%)
}


.home #fv .swiper .swiper-slide.slide_02.swiper-slide-next .thumb{
  transform:scale(1.2)translate(-3% , 0px )
}


.home #fv .swiper .swiper-slide.slide_03.swiper-slide-next .thumb{
    transform:scale(1.2)translate(0px, -3%)
}
.home #fv .swiper .swiper-slide.slide_04.swiper-slide-next .thumb{
  transform:scale(1.2)translate(-3% , 0px )
}

.home #read {
}
.home #read .wrap {
  padding-top: 140px;
  /* padding-bottom: 140px; */
}
.home #read .inner {
  position: relative;
}

.home #read .img_area {
  line-height: 0;
  width: calc((900 / 1440) * 100%);
  position: relative;
  line-height: 0;
}
.home #read .img_area .color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2.5%, 0%);
  transition: 1s;
  /* transition-delay: 1s; */
  opacity: 0;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home #read .img_area.scrollin .color {
  transform: translate(0%, 0%);
  opacity: 1;
}
.home #read .img_area .color span {
  width: calc((550 / 1440) * 100%);
  height: 100%;
  position: absolute;
  top: calc((60 / 1440) * 100%);
  background-color: #525151;
  transform: skew(-17deg);
  left: calc((560 / 1440) * 100%);
}
.home #read .img_area::after {
  /* content: ""; */
  width: calc((550 / 1440) * 100%);
  height: 100%;
  position: absolute;
  top: calc((60 / 1440) * 100%);
  background-color: #525151;
  transform: skew(-17deg);
  left: calc((550 / 1440) * 100%);
}
.home #read .scroll.img_area::after {
  /* transform: translate(0px, -5%)skew(-17deg); */
  /* transition: 2s; */
}
.home #read .scroll.scrollin.img_area::after {
  /* transform: translate(0px, 0)skew(-17deg); */
}
.home #read .img_area img {
  position: relative;
  z-index: 1;
  transition-delay: 0.5s;
  transform: translate(-2.5%, 0%);
  line-height: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home #read .img_area img.scrollin {
  transform: translate(0%, 0%);
}
.home #read .img_area img.sp {
  display: none;
}
.home #read .logo_area {
  width: calc((440 / 1440) * 100%);
  line-height: 0;
  position: absolute;
  top: 0;
  left: 60%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.home #read .logo_area img {
  width: 100%;
}
.home #concept {
}
.home #concept .wrap {
  max-width: 620px;
  margin: auto;
  padding: 0 40px;
  padding-bottom: 60px;
  padding-top: 140px;
}
.home #concept .inner {
}
.home #concept .sec_tit {
  text-align: center;
  margin-bottom: 56px;
}
.home #concept .sec_tit .title-en {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  display: inline-block;
}

.home #concept .text_area {
  margin-bottom: 56px;
}
.home #concept .text_area {
  text-align: center;
}
.home #concept .text_area p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.home #concept .text_area p:last-child {
  margin-bottom: 0;
}

.home #concept .catch {
}
.home #concept .catch h2 {
  font-size: 44px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.home #values {
}
.home #values .wrap {
  margin: auto;
  padding-bottom: 200px;
  /* display: block; */
  /* overflow: unset; */
  /* height: 400vh; */
}
.home #values .inner {
  /* position: sticky; */ /* top: 0; */
  position: sticky;
  top: 0;
  padding-top: 140px;
}
.home #values .sec_tit {
  text-align: center;
  margin-bottom: 56px;
}
.home #values .sec_tit span {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  display: inline-block;
}
.home #values .flex {
  position: relative;
  display: flex;
}

.home #values .left {
  width: calc((820 / 1440) * 100%);
  /* aspect-ratio: 820 / 660; */
  /* position: sticky; */
  /* top: 0; */
}
.home #values .left .img_area {
  position: relative;
}
.home #values .left .img_area.sp {
  display: none;
}
.home #values .left .img_area img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.home #values .left .img_area .img_01 {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.home #values .left .img_area .img_02 {
  z-index: 2;
}
.home #values .left .img_area .img_03 {
  z-index: 3;
}
.home #values .left .img_area .img_04 {
  z-index: 4;
}
.home #values .note p {
  /* font-size: 15px; */
  /* line-height: 2; */
  /* opacity: 0; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* padding-left: 24px; */
}

.home #values .right {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 32px;
}
.home #values .head_tit {
  position: relative;
}
.home #values .head_tit h3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  /* text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000; */
  padding-left: 24px;
  transition: 0.5s;
}
.home #values .head .head_tit::before {
  content: "";
  width: 4px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}

.home #values .head .head_tit.active h3 {
  color: #000;
}

.home #values .head .head_tit.head_tit_01::before {
  opacity: 1;
}
.home #values .head .head_tit.head_tit_01 h3 {
  color: #000;
}

.home #values.area_02_in .head .head_tit.head_tit_02::before {
  opacity: 1;
}
.home #values.area_02_in .head .head_tit.head_tit_02 h3 {
  color: #000;
}
.home #values.area_03_in .head .head_tit.head_tit_03::before {
  opacity: 1;
}
.home #values.area_03_in .head .head_tit.head_tit_03 h3 {
  color: #000;
}
.home #values.area_04_in .head .head_tit.head_tit_04::before {
  opacity: 1;
}
.home #values.area_04_in .head .head_tit.head_tit_04 h3 {
  color: #000;
}

.home #values.area_02_in .head .head_tit.head_tit_01::before,
.home #values.area_03_in .head .head_tit.head_tit_01::before,
.home #values.area_04_in .head .head_tit.head_tit_01::before {
  opacity: 0;
}
.home #values.area_02_in .head .head_tit.head_tit_01 h3,
.home #values.area_03_in .head .head_tit.head_tit_01 h3,
.home #values.area_04_in .head .head_tit.head_tit_01 h3 {
  color: #00000000;
}

.home #values .note .note_01 {
  opacity: 1;
}
.home #values.area_02_in .note .note_01,
.home #values.area_03_in .note .note_01,
.home #values.area_04_in .note .note_01 {
  color: #00000000;
}

.home #values.area_02_in .note .note_02 {
  opacity: 1;
}

.home #values.area_03_in .note .note_03 {
  opacity: 1;
}

.home #values.area_04_in .note .note_04 {
  opacity: 1;
}

.home #values .left .img_area .img_01 {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.home #values.area_02_in .left .img_area .img_02 {
  opacity: 1;
}
.home #values.area_03_in .left .img_area .img_03 {
  opacity: 1;
}
.home #values.area_04_in .left .img_area .img_04 {
  opacity: 1;
}

.home #values .head {
  /* display: flex; */
  /* flex-direction: column; */
  /* margin-bottom: 40px; */
}

.home #values .note {
  /* padding-left: 24px; */
  position: relative;
}
.home #values .scrollarea .area {
  height: 100vh;
  /* width: 3px; */
  /* background-color: #000; */
}
.home #values .scrollarea .area_01 {
  height: 10vh;
}
.home #values .scrollarea .area_04 {
  height: 200vh;
}
.home #plan-service_banner {
}
.home #plan-service_banner .wrap {
}
.home #plan-service_banner .inner {
}
.home #plan-service_banner .link_area {
  aspect-ratio: 1443 / 640;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home #plan-service_banner .link_area .link {
  position: absolute;
  z-index: 1;
  left: 120px;
  color: #fff;
}
.home #plan-service_banner a:hover + .bg {
  /* transform: scale(1.05); */
}
.home #plan-service_banner a:hover .bg:before {
  opacity: 0.2;
}
.home #plan-service_banner a:hover .circle {
  filter: invert(1);
}
.home #plan-service_banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  transition: 1.5s;
}
.home #plan-service_banner .bg.sp {
  display: none;
}
.home #plan-service_banner .bg::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: 0.5s;
}
.home #plan-service_banner .link_area .link .title-en {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.home #plan-service_banner .link_area .link .title-ja {
  font-size: 15px;
  line-height: 2;
  display: block;
}
.home #plan-service_banner .link_area .circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 380px;
  margin: auto;
  transition: 0.5s;
}
.home #plan-service_banner .link_area .circle span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home #plan-service_banner .link_area .circle span::before,
.home #plan-service_banner .link_area .circle span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.home #plan-service_banner .link_area .circle span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.home #plan-service_banner .link_area .circle span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#lineup_list {
}
#lineup_list .wrap {
  max-width: 1280px;
  padding: 0px 40px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 200px;
}
#lineup_list .inner {
}

#lineup_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page02 #lineup_list ul {
  justify-content: center;
}
body.page02 #lineup_list ul li {
  margin: 0 15px;
}
#lineup_list ul li {
  width: calc(100% / 3 - 60px / 3);
}
#lineup_list ul li a {
  display: block;
  transition: 0.5s;
}
#lineup_list ul li a:hover {
  opacity: 0.5;
}
#lineup_list ul li .thumb_area {
  line-height: 0;
  margin-bottom: 16px;
}

#lineup_list ul li .thumb_area img {
}
#lineup_list ul li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lineup_list ul li .tit .logo{
    display: flex;
    align-items: center;
    line-height: 1;
}
#lineup_list ul li .tit .logo p{
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}
#lineup_list ul li .tit .logo img{
    width: 160px;
}
#lineup_list ul li .tit .arrow{
  width: 40px;
  line-height: 0;
}
#lineup_list ul li .tit .arrow img{
  width: 100%;
}
.contact .link_area {
  aspect-ratio: 1443 / 640;
  position: relative;
  display: flex;
  align-items: center;
}
.contact .link_area .link {
  position: absolute;
  z-index: 1;
  left: 120px;
  color: #fff;
  transition: 0.5s;
}
.contact .link_area .link:hover .circle {
  /* transform: scale(1.1); */
}
.contact .link_area .link:hover .circle span {
  /* transform: translateX(-25%) rotate(45deg)scale(0.9); */
}
.contact .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  background-color: #000;
}
.contact .bg::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.contact .text_area {
  display: flex;
  gap: 60px;
}
.contact .link_area .link .title-en {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
  display: block;
}
.contact .link_area .link .title-ja {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.top-contact-area {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .text_area {
    display: block;
  }
  .top-contact-area {
    flex-direction: column;
  }
}
.top-contact-list > li {
  margin-bottom: 20px;
  width: 220px;
}
.top-contact-list > li a {
  display: block;
  font-size: 15px;
  position: relative;
  height: 40px;
  padding-top: 10px;
  transition: all .3s;
}
.top-contact-list > li a:hover {
  opacity: 0.5;
}
.contact .link_area .circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  margin: auto;
  /* transition: 1s; */
}
.contact .link_area .circle span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* transition: 1s; */
}

.contact .link_area .circle span::before,
.contact .link_area .circle span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.contact .link_area .circle span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.contact .link_area .circle span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

footer {
}
footer .wrap {
  padding: 40px;
  padding-bottom: 60px;
}

footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logo {
  line-height: 0;
  display: flex;
  align-items: center;
}
footer .logo a img {
  width: 100%;
}
footer .logo .nowhere {
  width: 145px;
}
footer .logo .sankei {
  width: 165px;
  margin-left: 20px;
}
footer .logo a {
  display: block;
  line-height: 0;
  transition: 0.5s;
}
footer .logo a:hover {
  opacity: 0.5;
}
footer .address{
    margin-left: 40px;
}
footer .address p{
    font-size: 10px;
    line-height: 2;
}
footer .copy {
}
footer .copy p {
  line-height: 1;
  font-size: 12px;
}

footer .footer-link {
  margin-left: 80px;
  font-size: 12px;
}

.page01 #fv {
}
.page01 #fv .wrap {
  padding-top: 90px;
}
.page01 #fv .inner {
  position: relative;
  height: 720px;
}
.page01 #fv .tit_area {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
}
.page01 #fv .tit {
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.page01 #fv .tit_area::before {
}

.page01 #fv .tit h1 {
  /* color: #fff; */
  font-size: 44px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.page01 #fv .tit h1 span {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.5;
  display: block;
}
.page01 #fv .bg {
  line-height: 0;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
}
.page01 #fv .bg .bg_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.page01 #fv .bg .sp {
  display: none;
}
.page01 #fv .color {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-20deg);
  background-color: #ffffff;
  z-index: 1;
  right: 75%;
}
.page01 {
}
.common_wrap {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  padding-bottom: 160px;
  position: relative;
  /* padding-top: 80px; */
}

.page01 header {
  background-color: #fff;
  color: #000;
  filter: invert(0);
}
.page01 header .logo {
  mix-blend-mode: difference;
  opacity: 1;
}
.page01 header .menu .sns {
  mix-blend-mode: difference;
}
.page01.plan-service #head {
  position: relative;
}
.page01.plan-service #head::before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  aspect-ratio: 1440 / 360;
  background-color: #525151;
}
.page01.plan-service #head .wrap {
  padding-top: 0px;
  padding-bottom: 120px;
}
.page01.plan-service #head .sec_tit {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.page01.plan-service #head .sec_tit h3 {
  font-size: 44px;
  line-height: 1;
  /* color: #fff; */
}
.page01.plan-service #head .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;   /* ←★これを追加！！ */
}
.page01.plan-service #head .group {
  width: calc(50% - 20px);
}
.page01.plan-service #head .group .thumb_area {
  line-height: 0;
  margin-bottom: 30px;
}
.page01.plan-service #head .group .thumb_area .sp {
  display: none;
}
.page01.plan-service #head .group .text_area {
  padding-bottom: 50px;
  border-bottom: solid 1px #b4b4b4;
}
.page01.plan-service #head .group .text_area h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page01.plan-service #head .group .text_area p {
  font-size: 15px;
  line-height: 2;
}
#service {
}
#service .wrap {
  padding-bottom: 160px;
}
#service .sec_tit {
  margin-bottom: 24px;
}
#service .sec_tit h3 {
  font-size: 44px;
  line-height: 1.2;
  /* color: #525153; */
}
#service .sec_tit p {
  font-size: 16px;
  font-weight: 500;
}
#service .service_list {
}

#service .service_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .service_list ul::after {
  content: "";
  width: calc(100% / 4 - 60px / 4);
}
#service .service_list ul li {
  width: calc(100% / 4 - 60px / 4);
  margin-bottom: 64px;
}
#service .service_list ul li img {
  line-height: 0;
  margin-bottom: 24px;
}
#service .service_list ul li h3 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 20px;
  color: #525151;
}
#service .service_list ul li p {
  font-size: 15px;
  line-height: 1.8;
}

.service_note p {
  font-size: 15px;
  text-align: right;
}

.page01 #lineup_list ul {
}

.page01 #lineup_list ul li {
}

#flow {
}
#flow .wrap {
}
#flow .inner {
}

#flow .sec_tit {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
#flow .step_wrap {
  max-width: 1000px;
  margin: auto;
}
#flow .step {
  position: relative;
}
#flow .step .triangle {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #f8f8f8;
  position: absolute;
  left: 120px;
  transform: rotate(45deg);
  bottom: -5px;
  z-index: 1;
}
#flow .step .triangle-line {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #b4b4b4;
  position: absolute;
  left: 120px;
  transform: rotate(45deg);
  bottom: -6px;
  z-index: 0;
}
#flow .step01 {
  padding: 80px 30px;
  background-color: #f8f8f8;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  margin-bottom: 30px;
  display: flex;
}
#flow .step .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #525151;
  justify-content: center;
  text-align: center;
}
#flow .step .head .tit {
  line-height: 1;
  font-size: 14px;
  text-align: center;
}
#flow .step .head .num {
  font-size: 37px;
  line-height: 1;
}
#flow .step01 .group {
  display: flex;
  align-items: center;
}
#flow .step .text_area {
  margin-left: 24px;
}
#flow .step .text_area h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #525151;
}
#flow .step .text_area p {
  font-size: 15px;
  line-height: 1.5;
}
#flow .step .btn_area {
  width: 380px;
  background-color: #525151;
  padding: 15px 35px;
  color: #fff;
  border-radius: 40px;
  margin-left: 24px;
  position: relative;
  transition: 0.5s;
}
#flow .step .btn_area:hover {
  opacity: 0.5;
}
#flow .step .btn_area h5 {
  font-size: 20px;
  text-align: center;
}

#flow .step .btn_area span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
  right: 35px;
  /* left: 0; */
  top: 0;
  bottom: 0;
  margin: auto;
}

#flow .step .btn_area span::before,
#flow .step .btn_area span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

#flow .step .btn_area span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#flow .step .btn_area span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#flow .step_under {
  display: flex;
  padding: 50px 0;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
}
#flow .step_under .step {
  width: calc(100% / 4);
  padding: 0 25px;
  border-right: solid 1px #b4b4b4;
}
#flow .step_under .step:last-child {
  border-right: unset;
}
#flow .step_under .head {
  margin-bottom: 8px;
}
#flow .step_under .text_area {
  margin-left: unset;
}
#flow .step_under .text_area h3 {
  height: 64px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .step_under .text_area p {
}
#flow .step_under .text_area span {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
#flow .step_under .text_area a {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
  transition: 0.5s;
}
#flow .step_under .text_area a:hover {
  opacity: 0.5;
}
#flow .step_under .triangle {
  transform: rotate(-45deg);
  right: -127px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-bottom: 12px solid #ffffff;
}
#flow .step_under .triangle-line {
  transform: rotate(-45deg);
  right: -130px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
#flow .summary_period {
  margin-top: 56px;
}
#flow .summary_period .sub_tit {
  font-size: 20px;
  margin-bottom: 16px;
}
#flow .summary_period .group {
  margin-bottom: 56px;
}
#flow .summary_period .group.summary {
  margin-bottom: 56px;
}
#flow .summary_period .group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .summary_period .group ul li {
  width: calc(50% - 1px);
  background-color: #f8f8f8;
  padding: 16px 20px;
  margin-bottom: 2px;
}
#flow .summary_period .group ul li h4 {
  font-size: 15px;
  margin-bottom: 8px;
}
#flow .summary_period .group ul li p {
  font-size: 15px;
  line-height: 1.5;
}
#flow .summary_period .group.period ul li {
  width: 100%;
}
.page01 #point_list {
  padding-top: 0px;
}
.page01 #point_list ul {
  border-bottom: solid 1px #b4b4b4;
}
.page01 #point_list ul li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 30px;
  border-top: solid 1px #b4b4b4;
}
.page01 #point_list ul li .img_area {
  width: calc((780 / 1200) * 100%);
  line-height: 0;
}
.page01 #point_list ul li .text_area {
  width: calc((420 / 1200) * 100%);
  padding: 30px;
}
.page01 #point_list ul li .text_area .num {
  font-size: 44px;
  margin-bottom: 10px;
  color: #525151;
}
.page01 #point_list ul li .text_area .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #525151;
}
.page01 #point_list ul li .text_area .detaile {
  font-size: 15px;
  line-height: 2;
}
.page01 #point_list ul li .text_area .detaile.sp{
	display: none;
}
.page02 .sec_tit {
  display: flex;
  align-items: center;
}
.page02 #fv {
}
.page02 #fv .wrap {
  padding-top: 90px;
}
.page02 #fv .inner {
  position: relative;
  height: 640px;
}
.page02 #fv .tit_area {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  padding: 0 20px;
}
.page02 #fv .tit_area img {
  width: 100%;
}
.page02 #fv .bg {
  width: 100%;
  height: 100%;
}
.page02 #fv .bg_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.page02 #fv .bg_thumb.sp {
  display: none;
}

.page02 #anker {
  background-color: #525151;
}
.page02 #anker .wrap {
  padding-bottom: 0;
  /* padding: 40px; */
  margin-bottom: 0px;
  /* margin-bottom: 200px; */
}
.page02 #anker .inner {
  height: 100%;
}
.page02 #anker ul {
  display: flex;
}
.page02 #anker ul li {
  width: calc(100% / 7);
}
.page02 #anker ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  padding: 40px 0px;
  box-sizing: content-box;
  transition: opacity 0.5s;
}
.page02 #anker ul li a:hover {
  opacity: 0.5;
}
.page02 #anker ul li a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 80px);
  right: 0;
  top: 0;
  background-color: #b4b4b4;
  bottom: 0;
  margin: auto;
}
.page02 #anker ul li:last-child a::before {
  content: none;
}
.page02 #anker ul li p {
  margin-bottom: 3px;
  font-size: 15px;
}
.page02 #anker ul li span {
}

.page02 #anker ul li span {
  position: relative;
  width: 8px;
  height: 8px;
}
.page02 #anker ul li span:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.page02 #concept {
}
.page02 #concept .wrap {
}
.page02 #concept .inner {
}
.page02 #concept .column {
  display: flex;
  padding: 20px;
  border: solid 1px #b4b4b4;
}
.page02 #concept .read {
  margin-bottom: 30px;
}
.page02 #concept .read p {
  font-size: 17px;
  line-height: 2.4;
}
.page02 #concept .column .text_area {
  width: calc(100% - 300px);
  padding-right: 40px;
}
.page02 #concept .column .img_area {
  width: 300px;
}
.page02 #concept .column .head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page02 #concept .column .head .cat {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 15px;
  background-color: #525151;
  color: #fff;
}
.page02 #concept .column .head .name {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}
.page02 #concept .column .text_area .text {
  margin-bottom: 20px;
}
.page02 #concept .column .text_area .text p {
  font-size: 14px;
  line-height: 1.8;
}

.page02 #gallery {
  background-color: #f8f8f8;
  padding-top: 200px;
}

.page02 #gallery .slider {
  line-height: 0;
  margin-bottom: 20px;
}
.page02 #gallery .slider-thumbnail {
}
.page02 #gallery .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(100% / 9 - 6px) !important;
  margin-right: 6px;
  margin-bottom: 6px;
  opacity: 0.3;
  transition: 0.5s;
  cursor: pointer;
}
.page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide:hover {
  opacity: 0.8;
}
.page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.page02 #floormap {
  padding-top: 80px;
}
.page02 #floormap .slider {
  line-height: 0;
  margin-bottom: 16px;
  border: solid 1px #B4B4B4;
}
.page02 #floormap .note {
  text-align: right;
  font-size: 12px;
}
.page02 #floormap .slider-thumbnail {
  margin-bottom: 16px;
  padding: 6px 8px;
}
.page02 #floormap .slider-thumbnail .swiper-wrapper{

}
.page02 #floormap .slider-thumbnail .swiper-slide {
  border: solid 1px #000;
  text-align: center;
  font-size: 20px;
  /* width: 160px !important; */
  /* margin-right: 8px; */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.page02 #floormap .slider-thumbnail .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px 8px;
}
.page02 #floormap .slider-thumbnail .swiper-slide {
    width: 100%!important;
    margin: auto;
}
.page02 #floormap .slider-thumbnail .swiper-slide:hover {
  opacity: 0.5;
}
/* .page02 #floormap .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  background-color: #525151;
  color: #fff;
  border-color: #525151;
} */
/* .page02 #floormap .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  background-color: #fff;
  color: #525151;
  border-color: #525151;
} */
.page02 #access {
}
.page02 #access .address {
  display: flex;
  font-size: 15px;
  margin-bottom: 60px;
}
.page02 #access .address p {
}
.page02 #access .address a {
  margin-left: 15px;
  text-decoration: underline;
}
.page02 #access .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}
.page02 #access .flex:first-child {
  margin-top: 0;
}
.page02 #access .detaile {
  width: 50%;
}
.page02 #access .detaile:nth-child(1) {
  padding-right: 60px;
}
.page02 #access .detaile:nth-child(2) {
  padding-left: 60px;
  position: relative;
}
.page02 #access .detaile:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
}
.page02 #access .sub_tit {
  font-size: 20px;
  margin-bottom: 24px;
}
.page02 #access .img_wrap {
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 520 / 420;
}
.page02 #access .img_wrap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page02 #access .group {
  margin-bottom: 16px;
}
.page02 #access .group p {
  font-size: 14px;
}
.page02 #access .group h4 {
  font-size: 20px;
}
.page02 #access .group h4 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.page02 #access .note {
}
.page02 #access .note p {
  font-size: 12px;
}
.page02 #access .read {
  font-size: 16px;
  margin-top: 1em;
}

.page02 #plan {
}
.page02 #plan .flex {
  display: flex;
  justify-content: space-between;
}
.page02 #plan .flex .detaile {
  width: calc(100% / 2 - 20px);
  display: flex;
  align-items: flex-start;
  padding: 30px 0px;
  border-top: solid 1px #525151;
  border-bottom: solid 1px #525151;
}
.page02 #plan .flex .text_area {
  width: 50%;
  padding-left: 20px;
  padding-right: 40px;
}
.page02 #plan .flex .img_area {
  width: 50%;
}
.page02 #plan .flex .img_area h3 {
  display: none;
}
.page02 #plan .flex .text_area h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.page02 #plan .flex .text_area p {
  font-size: 15px;
  line-height: 1.8;
}

/* 20251125追加 */
.page02 #plan .flex {
  flex-wrap: wrap;
}

/* 20260218追加 */
/* 非アクティブ：背景だけ薄く見せる */
.page02 #floormap
[class^="type-"]:not(.swiper-slide-thumb-active) {
  filter: brightness(1.4); /* 数値を上げるほど薄く */
  color: #000;
  transition: filter 0.3s;
  position: relative;
}
/* ENTRANCE / LOUNGE
.page02 #floormap .type-entrance {
  background-color: #e6ece4;
} */

/* SHARE OFFICE */
.page02 #floormap .type-share {
  background-color: #898a8a;
  color: #fff;           /* 白文字 */
}

/* LOUNGE */
.page02 #floormap .type-lounge {
  background-color: #000;
  color: #fff;           /* 白文字 */
}

/* 1FLOOR OFFICE */
.page02 #floormap .type-office {
  background-color: #fff;
}

.page02 #floormap .swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  display: block;
  border: 4px solid #000;
}
/* アクティブ時 */
/* .page02 #floormap .swiper-slide-thumb-active {
  filter: brightness(1);
  color: #fff;
} */

/* ENTRANCE / LOUNGE
.page02 #floormap .swiper-slide-thumb-active.type-entrance {
  background-color: #76986c;
} */

/* SHARE OFFICE */
/* .page02 #floormap .swiper-slide-thumb-active.type-share {
  background-color: #eaa630;
} */

/* LOUNGE */
/* .page02 #floormap .swiper-slide-thumb-active.type-lounge {
  background-color: #000;
} */

/* 1FLOOR OFFICE */
/* .page02 #floormap .swiper-slide-thumb-active.type-office {
  background-color: #c76759;
} */

/* RF（屋上）非アクティブ
.page02 #floormap .type-rf {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #ccc;
} */

/* RF（屋上）アクティブ時 */
/* .page02 #floormap .swiper-slide-thumb-active.type-rf {
  background-color: #000;
  color: #fff;
  border-color: #000;
} */

.floor-name {
  line-height: normal;
  z-index: 2;
  position: relative;
}

.floor-name-label {
  display: inline-block;
  padding: 50px 50px 0px 50px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
}

.page02 #floormap .floormap-image-item--full {
  position: relative;
}

.page02 #floormap
.floormap-image-item--full
.floor-name-label {
  position: absolute;

  font-size: 20px;
  font-weight: 600;

  background-color: rgba(255, 255, 255, 0.85);
  color: #000;

  border-radius: 4px;
  z-index: 2;
}

.page02 #floormap
.floormap-shinjuku-north--entrance
.modal-img {
  padding: 20px 0px 0px 0px;
}

@media screen and (min-width: 1001px) {
  /* 左下の .detaile にのみマージンを追加 */
  .page02 #plan .flex .detaile:nth-child(3) {
    margin-top: 80px;
  }
}

.page02 #outline {
}
.page02 #outline table {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 15px;
  border-bottom: solid 1px #b4b4b4;
}
.page02 #outline table tr {
  border-top: solid 1px #b4b4b4;
  display: flex;
  padding: 24px 20px;
  align-items: center;
  font-size: 15px;
}
.page02 #outline table td {
  width: calc(100% - 220px);
}
.page02 #outline table th {
  width: 200px;
}

.outline-table-wrap {
  position: relative;
}

/* SHOW MORE / CLOSE の帯*/
.outline-table-wrap .accordion-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    white 100%
  );
  width: 100%;
  height: 150px;
  cursor: pointer;
  color: #151515;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  transition: 0.3s;
}

.accordion-toggle-text {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 60px auto;
  justify-content: center;
}

.accordion-arrow {
  transform: rotate(90deg);
  width: 30px;
}


.outline-table-wrap.expanded .accordion-toggle {
  background: white;
}

/* 折りたたむ領域 */
.outline-table-wrap .accordion-content {
  display: block;
}

.home #values {
}
.home #values .wrap {
  margin: auto;
  padding-bottom: 200px;
}
.home #values .inner {
}
.home #values .sec_tit {
  text-align: center;
  margin-bottom: 56px;
}
.home #values .sec_tit span {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  display: inline-block;
}
.home #values .gathering {
  display: flex;
  /* grid-template-columns: 1.2fr 0.8fr; */
  /* gap: clamp(24px, 4vw, 48px); */
  /* align-items: start; */
  /* min-height: 100vh; */
  /* padding: clamp(20px, 4vw, 60px); */
}
.home #values .gathering.sp {
  display: none;
}
.home #values .g-left {
  width: calc((820 / 1440) * 100%);
  /* aspect-ratio: 820 / 660; */
  position: relative;
}

.home #values .g-figure {
}
.home #values #g-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home #values #g-caption {
  font-size: 15px;
  line-height: 2;
}

.home #values .g-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 32px;
}
.home #values .g-key {
  cursor: pointer;
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  /* text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000; */
  padding-left: 24px;
  transition: 0.5s;
}
.home #values .g-key::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.home #values .g-key.is-active::before {
  opacity: 1;
}
.home #values .g-key.is-active {
  color: #000;
}

.home #values .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.home #values .note {
  padding-left: 24px;
}
.home #values .g-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 20px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.home #values .g-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1000px) {
  #op {
    padding: 0 16px;
  }
  #op .logo_wrap {
    top: -4vw;
  }
  .common_wrap {
    padding: 0 20px;
  }
  header .menu {
    display: none;
  }
  header .humb {
    display: block;
  }
  header.full-menu-open .humb {
    opacity: 0;
  }
  header {
    height: 60px;
  }
  header .inner {
    padding: 0 20px;
  }
  .home #fv .swiper .thumb.pc {
    display: none;
  }
  .home #fv .swiper .thumb.sp {
    display: block;
  }
  .home #fv .logo {
    padding: 0 16px;
  }
  .home #fv .swiper-pagination {
    bottom: 24px;
  }
  .home #fv .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .home #read .img_area img.pc {
    display: none;
  }
  .home #read .img_area img.sp {
    display: block;
  }
  .home #read .img_area {
    width: 100%;
  }
  .home #read .logo_area {
    display: none;
  }
  .home #read .wrap {
    padding-top: 80px;
  }
  .home #read .img_area .color span {
    width: calc((550 / 393) * 100%);
    top: calc((20 / 393) * 100%);
    left: calc((-290 / 393) * 100%);
  }

  .home #concept .sec_tit .title-en {
    font-size: 20px;
  }
  .home #concept .wrap {
    padding-bottom: 0px;
  }
  .home #values .inner {
    padding-top: 100px;
  }
  .home #concept .sec_tit {
    margin-bottom: 32px;
  }
  .home #concept .text_area p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .home #concept .text_area {
    margin-bottom: 32px;
  }
  .home #concept .catch h2 {
    font-size: 26px;
  }


  .home #plan-service_banner .bg.pc {
    display: none;
  }
  .home #plan-service_banner .bg.sp {
    display: block;
  }
  .home #plan-service_banner .link_area {
    aspect-ratio: 400 / 393;
  }
  .home #plan-service_banner .link_area .link {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .home #plan-service_banner .link_area .circle {
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
  }
  .home #plan-service_banner .link_area .circle span {
    width: 10px;
    height: 10px;
  }
  .home #plan-service_banner .link_area .link .text_area {
  }
  .home #plan-service_banner .link_area .link .title-en {
    font-size: 26px;
  }
  .home #plan-service_banner .link_area .link .title-ja {
    font-size: 12px;
  }
  #lineup_list .wrap {
    padding: 60px 20px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  body.page02 #lineup_list ul {
    justify-content: space-between;
  }
  body.page02 #lineup_list ul li {
    margin: 0px;
  }
  #lineup_list ul li {
    width: calc(100% / 2 - 13px / 2);
    margin-bottom: 30px;
  }
  #lineup_list ul li .tit {
    font-size: 11px;
  }
  #lineup_list ul li .thumb_area {
    margin-bottom: 8px;
  }
  #lineup_list .sec_tit p {
    font-size: 12px;
  }
  .contact .link_area {
    aspect-ratio: 393 / 500;
  }
  .contact .link_area .link {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .contact .link_area .circle {
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
  }
  .contact .link_area .circle span {
    width: 10px;
    height: 10px;
  }
  .contact .link_area .link .title-en {
    font-size: 30px;
  }
  .contact .link_area .link .title-ja {
    font-size: 14px;
    font-weight: 500;
  }
  footer .wrap {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  footer .inner {
    display: block;
  }
  footer .logo {
    /* width: 120px; */
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
	footer .address{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
  footer .copy p {
    font-size: 10px;
  }
  footer .footer-link {
    margin-left: 0;
    font-size: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  header .logo {
    width: 124px;
  }
  .page01 .common_wrap {
    padding: 0 20px;
    margin-bottom: 160px;
  }
  .page01 header .humb span {
    background-color: #ffffff;
  }
  .page01 #fv .wrap {
    padding-top: 60px;
  }
  .page01 #fv .bg .pc {
    display: none;
  }
  .page01 #fv .bg .sp {
    display: block;
  }
  .page01 #fv .tit_area {
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .page01 #fv .color {
    width: 70%;
    left: -25%;
  }
  .page01 #fv .tit h1 {
    font-size: 23px;
    text-align: left;
  }

  .page01 #fv .tit h1 span{
    font-size: 12px;
  }
  .page01 #fv .tit {
  }
  .page01 #head .wrap {
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .page01 #head .flex {
    display: block;
  }
  .page01 #head .group .text_area {
    /* width: calc(100% - 20px); */
    /* padding: 20px; */
    /* min-height: auto; */
    /* margin-top: -80px; */
  }
  .page01 #head .sec_tit {
    margin-bottom: 24px;
  }
  .page01 #head .sec_tit h3 {
    font-size: 30px;
  }
  .page01 #head .group {
    width: 100%;
    margin-bottom: 20px;
  }
  .page01 #head::before {
    aspect-ratio: 393 / 218;
  }
  .page01 #head .group .text_area h4 {
    font-size: 16px;
  }
  .page01 #head .group .text_area p {
    font-size: 12px;
  }
  .page01 #head .group .thumb_area .pc {
    display: none;
  }
  .page01 #head .group .thumb_area .sp {
    display: block;
  }
  #concept .sec_tit .title-ja {
    font-size: 12px;
  }
  #service .sec_tit .title-en {
    font-size: 30px;
  }
  #service .sec_tit .title-ja {
    font-size: 12px;
  }
  #service .service_list ul li {
    width: calc(100% / 2 - 13px / 2);
    margin-bottom: 30px;
  }
  #service .service_list ul li img {
    margin-bottom: 12px;
  }
  #service .service_list ul li h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #service .service_list ul li p {
    font-size: 12px;
  }
  #service .wrap {
    padding-bottom: 80px;
  }
  #service .wrap.pb0 {
    padding-bottom: 0px;
  }
  .service_note p {
  font-size: 12px;
  text-align: left;
  }
  .page01 #lineup_list .wrap {
    padding-top: 0;
    padding-bottom: 160px;
  }
  .page01 #lineup_list ul li {
    width: calc(100% / 2 - 13px / 2);
    margin-bottom: 30px;
  }
  #flow .sec_tit {
    margin-bottom: 36px;
  }
  #flow .step01 .group {
    display: block;
    width: calc(100% - 45px);
    padding-left: 16px;
  }
  #flow .step .btn_area {
    margin: auto;
    width: 100%;
    padding: 12px 20px;
    display: block;
  }
  #flow .step01 {
    padding: 50px 10px;
    align-items: center;
  }
  #flow .step .head .tit {
    font-size: 10px;
  }
  #flow .step .head .num {
    font-size: 32px;
  }
  #flow .step .head {
    width: 45px;
  }
  #flow .step .text_area {
    margin: auto;
    margin-bottom: 24px;
    width: calc(100% - 45px);
    padding-left: 16px;
  }
  #flow .step.step01 .text_area {
    margin: unset;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
  #flow .step .text_area h3 {
    font-size: 16px;
    height: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  #flow .step .text_area p {
    font-size: 12px;
  }
  #flow .step .btn_area h5 {
    font-size: 16px;
  }
  #flow .step .btn_area span {
    right: 20px;
  }
  #flow .step .triangle {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -3px;
    top: unset;
    transform: rotate(45deg);
  }
  #flow .step .triangle-line {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -5px;
    top: auto;
    transform: rotate(45deg);
  }
  #flow .step_under {
    display: block;
    border: unset;
    padding: 0;
  }
  #flow .step_under .step {
    width: 100%;
    border: unset;
    display: flex;
    border-bottom: solid 1px #b4b4b4;
    padding: 50px 20px;
  }
  #flow .step_under .text_area span {
    font-size: 10px;
  }
  #flow .step_under .text_area a {
    font-size: 12px;
  }
  #flow .wrap {
    /* padding-bottom: 110px; */
  }
  #js-pagetop {
    height: 34px;
    width: 34px;
  }
  #js-pagetop img {
    width: 16px;
  }
  footer .logo .nowhere {
    width: 120px;
  }
  footer .logo .sankei {
    width: 130px;
  }
  .page01 #fv .inner {
    height: calc((320 / 393) * 100vw);
  }
  .page01.plan-service #head .flex {
    display: block;
  }
  .page01.plan-service #head .group {
    width: 100%;
    margin-bottom: 40px;
  }
  .page01.plan-service #head .group .thumb_area .sp {
    display: block;
  }
  .page01.plan-service #head .sec_tit h3 {
    font-size: 30px;
  }
  .page01.plan-service #head .group .thumb_area {
    margin-bottom: 20px;
  }
  .page01.plan-service #head .group .text_area h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .page01.plan-service #head .group .text_area p {
    font-size: 12px;
  }
  .page01.plan-service #head .group .text_area {
    padding-bottom: 40px;
  }
  .page01.plan-service #head .wrap {
    /* padding-bottom: 80px; */
    /* margin-bottom: 160px; */
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .page02 #fv .bg_thumb.pc {
    display: none;
  }
  .page02 #fv .bg_thumb.sp {
    display: block;
  }
  .page02 #fv .inner {
    height: calc((260 / 393) * 100vw);
  }
  .page02 #anker .wrap {
    padding: 20px 0;
    /* margin-bottom: 160px; */
  }
  .page02 #anker ul {
    flex-wrap: wrap;
  }
  .page02 #anker ul li {
    width: calc(100% / 2);
    /* padding: 0 20px; */
  }

  .page02 #anker ul li a {
    height: 30px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
  }
  .page02 #anker ul li a::before {
    height: calc(100% - 4px);
    right: 0;
  }
  .page02 #anker ul li span {
  }
  .page02 #anker ul li:nth-child(2n) ::before {
    content: none;
  }
  .page02 #anker ul li:last-child a::before {
    content: "";
  }
   .page02 #anker ul li:nth-child(2n) span::before {
    content: "";
  }
  .page02 #concept .wrap {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .sec_tit {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .sec_tit .title-ja {
    font-size: 12px;
  }
  h1.sec_tit .title-en {
    font-size: 30px;
  }
  h2.sec_tit .title-en {
    font-size: 30px;
  }
  .page02 #concept .read p {
    font-size: 15px;
  }
  .page02 #concept .column {
    display: block;
  }
  .page02 #concept .column .text_area {
    padding: 0;
    width: 100%;
  }
  .page02 #concept .column .img_area {
    width: 100%;
  }
  .page02 #concept .column .head .cat {
    font-size: 14px;
  }
  .page02 #concept .column .head .name {
    font-size: 16px;
  }
  .page02 #concept .column .head {
    margin-bottom: 15px;
  }
  .page02 #gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page02 #gallery .wrap {
    padding: 0 20px;
  }
  .page02 #gallery .sec_tit {
    margin-bottom: 24px;
  }
  .page02 #gallery .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(100% / 6 - 3px) !important;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .page02 #floormap {
    padding-top: 0;
  }
  .page02 #floormap .wrap {
    padding: 0 20px;
    padding-bottom: 80px;
  }
  .page02 #floormap .sec_tit {
    margin-bottom: 24px;
  }
	.page02 #floormap .slider-thumbnail .swiper-wrapper{
		/* justify-content: space-between; */
		grid-template-columns: repeat(4, 1fr);
		gap: 6px 6px;
	}
  .page02 #floormap .slider-thumbnail .swiper-slide {
    /* width: 60px !important; */
    /* margin-right: 4px; */
    height: 30px;
    font-size: 14px;
  }
	.yokohama-kannai.page02 #floormap .slider-thumbnail .swiper-slide {
    /* width: calc(100% / 4 - 18px / 4)!important; */
    /* margin: unset; */
  }
  .page02 #floormap .slider-thumbnail {
    margin-bottom: 8px;
  }
  .page02 #floormap .slider {
    margin-bottom: 8px;
  }
  .page02 #floormap .note {
    text-align: left;
    font-size: 10px;
  }
  .page02 #access .wrap {
    padding: 0 20px;
    padding-bottom: 80px;
  }
  .page02 #access .address {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .page02 #access .address p {
    width: 80px;
  }
  .page02 #access .address a {
    width: calc(100% - 80px);
    margin-left: 0;
  }
  .page02 #access .flex {
    display: block;
  }
  .page02 #access .detaile {
    width: 100%;
  }
  .page02 #access .detaile:nth-child(1) {
    padding: 0;
    margin-bottom: 40px;
  }
  .page02 #access .detaile:nth-child(2) {
    padding: 0;
    padding-top: 40px;
  }
  .page02 #access .detaile:nth-child(2)::before {
    width: 100%;
    height: 1px;
  }
  .page02 #access .sub_tit {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page02 #access .img_wrap {
    margin-bottom: 16px;
  }
  .page02 #access .group p {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .page02 #access .group h4 {
    font-size: 16px;
  }
  .page02 #access .group {
    margin-bottom: 16px;
  }
  .page02 #access .note p {
    font-size: 10px;
  }
  .page02 #access .read {
    font-size: 12px;
  }
  .page02 #plan .wrap {
    padding: 0 20px;
  }
  .page02 #plan .flex {
    display: block;
  }
  .page02 #plan .flex .detaile {
    width: 100%;
    flex-direction: column-reverse;
    border-bottom: unset;
    padding: 20px 0px;
    padding-bottom: 60px;
  }
  .page02 #plan .flex .text_area h3 {
    display: none;
  }
  .page02 #plan .flex .img_area h3 {
    display: block;
    width: 50%;
    font-size: 16px;
  }
  .page02 #plan .flex .img_area {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .page02 #plan .flex .img_area img {
    width: 50%;
  }
  .page02 #plan .flex .text_area {
    padding: 0;
    width: 100%;
  }
  .page02 #plan .flex .text_area p {
    font-size: 12px;
  }
  .page02 #outline table tr {
    font-size: 12px;
    padding: 18px 10px;
  }
  .page02 #outline table th {
    width: 80px;
  }
  .page02 #outline table td {
    width: calc(100% - 80px);
  }
  #flow .summary_period .group ul li h4 {
    font-size: 12px;
  }
  #flow .summary_period .group ul li p {
    font-size: 12px;
  }
  #flow .summary_period .group.period ul li p {
    font-size: 10px;
  }
  #flow .summary_period .group ul li {
    padding: 10px;
  }
  .page01 #point_list ul li {
    display: block;
  }
  .page01 #point_list ul li .text_area {
    width: 100%;
    padding: 30px 20px;
  }
  .page01 #point_list ul li .img_area {
    width: 100%;
  }
  .page01 #point_list ul li .text_area .num {
    font-size: 30px;
  }
  .page01 #point_list ul li .text_area .tit {
    font-size: 16px;
  }
  .page01 #point_list ul li .text_area .detaile {
    font-size: 12px;
  }
	.page01 #point_list ul li .text_area .detaile.pc {
    display: none;
}
	.page01 #point_list ul li .text_area .detaile.sp {
    display: block;
}
  .page01 #point_list .wrap {
  }
  .page02 #fv .wrap {
    padding-top: 60px;
  }
  #lineup_list ul li .tit .logo{
  }
  #lineup_list ul li .tit .logo img{
    width: 80px;
  }
  #lineup_list ul li .tit .logo p{
    font-size: 12px;
    margin-left: 10px;
  }
  #lineup_list ul li .tit .arrow{
    width: 24px;
  }
  .home #values .sec_tit span {
    font-size: 20px;
  }
  .home #values .wrap {
  }
  .home #values .sec_tit {
    margin-bottom: 32px;
  }
  .home #values .gathering {
    display: block;
  }
  .home #values .g-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home #values .g-key {
    font-size: 34px;
    margin-bottom: 8px;
    padding-left: 16px;
  }
  .home #values .g-right {
    padding-left: 16px;
    margin-bottom: 0;
  }
  .home #values .head {
    margin-bottom: 24px;
  }
  .home #values .note {
    padding-left: 16px;
  }
  .home #values #g-caption {
    font-size: 12px;
    padding-left: 0;
  }
   .home #values .sec_tit span {
    font-size: 20px;
  }
  .home #values .wrap {
  }
  .home #values .sec_tit {
    margin-bottom: 32px;
  }
  .home #values .flex {
    display: block;
  }
  .home #values .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home #values .left .img_area.sp {
    display: block;
  }
  .home #values .left .img_area.pc {
    display: none;
  }
  .home #values .right {
    padding-left: 15px;
  }
  .home #values .head_tit h3 {
    font-size: 34px;
    padding-left: 15px;
  }
  .home #values .head .head_tit::before {
    width: 3px;
  }
  .home #values .head_tit {
    margin-bottom: 3px;
  }
  .home #values .head {
    margin-bottom: 20px;
  }
  .home #values .note p {
    padding-left: 15px;
    font-size: 12px;
  }
}


.gathering.pc .custom-arrow.prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s;
}

.gathering.pc .custom-arrow.prev span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translatex(25%) rotate(-135deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gathering.pc .custom-arrow.next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s;
}

.gathering.pc .custom-arrow.next span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translatex(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gathering.pc .custom-arrow span::before,
.gathering.pc .custom-arrow span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.gathering.pc .custom-arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.gathering.pc .custom-arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

.gathering.pc .custom-arrow:hover {
  filter: invert(1);
}


@media screen and (max-width: 1000px) {
  /* ▼ 丸・矢印・右端位置の完成形（sp時）*/
  /* 丸のサイズ */
  .home #values .gathering .custom-arrow.prev {
    width: 40px;
    left: auto;
    height: 40px;
    left: 20px;
  }

  /* 矢印（＞）のサイズ */
  .home #values .gathering .custom-arrow.prev span {
    width: 10px;
    height: 10px;
  }
  .home #values .gathering .custom-arrow.next {
    width: 40px;
    left: auto;
    height: 40px;
    right: 20px;
  }

  .home #values .gathering .custom-arrow.next span {
    width: 10px;
    height: 10px;
  }

/* 20260218追加 */
  .floor-name-label {
    padding: 50px 0px 0px 20px;
  }

}

#privacy {
  padding-top: 90px;
}
@media screen and (max-width: 1000px) {
  #privacy {
    padding-top: 60px;
  }
}

#privacy .sec_tit {
  padding-top: 0;
}

#privacy .text_area {
  max-width: 1000px;
  margin: auto;
}
#privacy .text_area h4 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}
#privacy .text_area p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
}
#privacy .text_area ol {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
  padding-left: 1.8em;
}

.privacy-link,
.privacy-link:link,
.privacy-link:visited,
.privacy-link:hover,
.privacy-link:active {
  color: #003366;
  text-decoration: underline;
}


/* モーダル本体（背景） */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);

  /* フレックスで完全中央寄せ */
  justify-content: center;
  align-items: center;
}

/* 拡大画像 */
.modal-inner {
  display: block;
  max-width: 90%;
  max-height: 90svh;
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* 画像に直接指定してもOK */
.modal-inner-wrapper img {
  width: 100%;
  height: auto;
  max-height: 90svh;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal-img {
  cursor: pointer;
  transition: 0.3s ease; /* ホバー時のなめらかアニメ */
}

.modal-img:hover {
  transform: scale(1.05); /* 少し拡大 */
  opacity: 0.85; /* うっすら暗くする */
}

.floating {
  position: fixed;
  right: 40px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .floating {
    display: none;
  }
}

.floating-nav-list > li {
  margin: 15px 0 0;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  color: rgba(82, 81, 81, 0.7);;
  font-weight: 700;
  position: relative;
  transition: all .3s;
  text-align: right;
}

.floating-nav-list > li::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(82, 81, 81, 0.7);
}

.floating-nav-list > li:hover,
.floating-nav-list > li.active {
  color: #000;
}

.floating-nav-list > li:hover::after,
.floating-nav-list > li.active::after {
  background-color: #000;
}

.floormap-image {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {
  .floormap-image {
    display: block;
  }
}

.floormap-image-item {
  flex-basis: 780px;
  padding: 50px 30px;
}
.floormap-image-item.floormap-image-item--full {
  flex-basis: auto;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .floormap-image-item  {
    padding: 30px 0 0;
  }
}

.floormap-plan {
  flex-basis: 370px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .floormap-plan  {
    padding: 30px 20px;
  }
}
.booth-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 20px;
 text-align: left;
}

.booth-title:first-child {
  margin-top: 0;
}

.floorplan-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 5px;
}
.floorplan-table thead th{
  color: #ffffff;
  background-color: #515457;
  font-size: 14px;
}
.floorplan-table tbody td{
  color: #231815;
  font-size: 12px;
}
/* 各列の間に線を付ける */
.floorplan-table th,
.floorplan-table td {
  border-left: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
}

/* 1列目の左側は線を消す */
.floorplan-table th:first-child,
.floorplan-table td:first-child {
  border-left: none;
}
.floorplan-table tbody tr:nth-child(2n-1) {
  background-color: #fff;
}
.floorplan-table tbody tr:nth-child(2n) {
  background-color: #efefef;
}

.floorplan-table td {
  position: relative;
  text-align: center;
}

.floorplan-table td::before {
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  margin-right: 0.5em;
  line-height: 1;
  padding-bottom: 1px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.floorplan-table td[data-num-web]::before {
  content: attr(data-num-web);
  background: #64707b;
}

.floorplan-table td[data-num-tel]::before {
  content: attr(data-num-tel);
  background: #76986c;
}

.floorplan-table td[data-num-room]::before {
  content: attr(data-num-room);
  background: #eaa630;
}

.floorplan-table td[data-num-meeting]::before {
  content: attr(data-num-meeting);
  background: #c76759;
}
.floormap-plan {
  text-align: left;
}
.floorplan-table td,
.floorplan-table th {
  width: 50%;
  line-height: 1.8;
}
.floorplan-list {
  margin: 20px 0;
  line-height: 3;
  text-align: left;
  list-style: none;
  padding: 0;
}

.floorplan-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 14px;
}

.floorplan-list li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  font-weight: 700;
}
.floormap-note {
  display: flex;
  justify-content: flex-end; /* ← 右側へ寄せる */
}

.floormap-note-inner {
  text-align: left; /* ← 中の文章の行頭を揃える */
}

.floormap-note-inner p {
  line-height: 1.0;
  margin: 0 0 8px 0;
  font-size: 12px;
}
.floormap-slide {
  background-color: #fff;
  height: auto;
}

.floorplan-table-note {
  text-align: left;
}
.floorplan-table-note-right {
  text-align: right;
}


/* Downloadページ */

#download .common_wrap {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  position: relative;
  /* padding-top: 80px; */
}

#download .sec_tit {
  padding-top: 120px;
}

#download .text_area {
  max-width: 1000px;
  margin: auto;
}
#download .text_area p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
}

#download_list {
}
#download_list .wrap {
  max-width: 1280px;
  padding: 0px 40px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
#download_list .inner {
}
#download_list .sec_tit {
  margin-bottom: 32px;
}
#download_list .sec_tit span {
  font-size: 24px;
  line-height: 1.2;
}

#download_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#download_list ul li {
  width: calc(100% / 3 - 60px / 3);
}

@media screen and (max-width: 1000px) {
  #download .common_wrap {
    padding: 0 20px;
  }

  #download .text_area p {
    font-size: 16px;
  }

  #download_list .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  #download_list .sec_tit h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  #download_list ul li {
    width: 100%;
  }
}
#download_list ul li a {
  display: block;
  transition: 0.5s;
}
#download_list ul li a:hover {
  opacity: 0.5;
}
#download_list ul li .thumb_area {
  line-height: 0;
  margin-bottom: 16px;
  position: relative;
}

#download_list ul li .tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
#download_list ul li .tit .download-area {
  text-align: center;
}
#download_list ul li .tit .download-area p{
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}
#download_list ul li .tit .arrow{
  width: 40px;
  line-height: 0;
}
#download_list ul li .tit .arrow img{
  width: 26px;
}

.download-docement-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
}

/* DOWNLOAD横の黒丸アイコン */
#download_list .arrow,
#brandbook_list .arrow {
  width: 40px;
  height: 40px;
  background: #000;        /* 黒い丸 */
  border-radius: 50%;      /* 丸くする */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 白い矢印画像をそのまま表示 */
#download_list .arrow img,
#brandbook_list .arrow img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #download_list .arrow,
  #brandbook_list .arrow {
    height: 40px;
  }
}

#brandbook_list {
}
#brandbook_list .wrap {
  max-width: 1280px;
  padding: 0px 40px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 200px;
}
#brandbook_list .inner {
}
#brandbook_list .sec_tit {
  margin-bottom: 32px;
}
#brandbook_list .sec_tit span {
  font-size: 24px;
  line-height: 1.2;
}

#brandbook_list ul {
  display: flex;
  gap: 30px; /* カード間の余白・必要に応じて変更 */
}

#brandbook_list ul li {
  width: calc(100% / 4 - 60px / 4);
}

#brandbook_list ul li a {
	display: block;
	transition: 0.5s;
}

#brandbook_list ul li a:hover {
  opacity: 0.5;
}

#download_list .sec_tit,
#brandbook_list .sec_tit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#download_list .sec_tit::after,
#brandbook_list .sec_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

#download_list .sec_tit::after {
  width: 100%;
}

#brandbook_list .sec_tit::after {
  width: 100%;
}


@media screen and (max-width: 1000px) {
  #brandbook_list .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  #brandbook_list .sec_tit h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  #brandbook_list ul li {
    width: 100%;
  }
}

#brandbook_list ul li .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
#brandbook_list ul li .tit .download-area {
  text-align: center;
}
#brandbook_list ul li .tit .download-area p{
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}
#brandbook_list ul li .tit .arrow{
  width: 40px;
  line-height: 0;
}
#brandbook_list ul li .tit .arrow img{
  width: 26px;
}
.menu-contact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  padding: 90px;
  z-index: 1000;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.5s ease;
}
.menu-contact.visible {
  clip-path: inset(0 0 0 0);
}
.menu-contact-close {
  position: fixed;
  top: 20px;
  right: 20px;
  border: 0;
  background-color: #000;
  font-size: 40px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-weight: 100;
  padding: 0;
  line-height: 1;
}
.menu-contact-inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .menu-contact {
    padding: 90px 40px;
  }
}
.menu-contact-list {
  display: flex;
  gap: 60px;
}
.menu-contact-list li {
  width: 100%;
}
.menu-contact-list h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 20px;
}
.menu-contact-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 15px 10px 15px 20px;
  border-radius: 50px;
  height: 60px;
  position: relative;
}
.menu-contact-list a .circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  /* transition: 1s; */
}
.menu-contact-list a .circle span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* transition: 1s; */
}

.menu-contact-list a .circle span::before,
.menu-contact-list a .circle span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.menu-contact-list a .circle span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.menu-contact-list a .circle span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.sp-contact-button {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-contact-button {
    display: inline-block;
    border: 0;
    background-color: transparent;
    color: #fff;
    position: fixed;
    top: 18px;
    right: 74px;
    font-size: 14px;
    font-weight: 500;
  }
}

.footer-notice {
  margin: 16px auto 0;     /* PC：中央寄せ */
  padding: 12px 16px;
  max-width: 900px;

  color: #b40000;
  border: 1px solid #e0a0a0;
  border-radius: 4px;

  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.notice-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.notice-text {
  font-size: 12px;
  line-height: 1.8;
}

/* SPのみ */
@media (max-width: 1000px) {
  .footer-notice {
    margin: 20px;
    max-width: none;
  }

  .notice-text {
    font-size: 10px;
    line-height: 1.7;
  }
}
@media (min-width: 1001px) {
  .hide-pc {
    display: none;
  }
}

/* =========================
   GALLERY / Swiper 共通矢印
========================= */

#gallery .swiper {
  position: relative;
}

#gallery .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s;
}

#gallery .custom-arrow:hover {
  filter: invert(1);
}

#gallery .custom-arrow.prev {
  left: 20px;
}

#gallery .custom-arrow.next {
  right: 20px;
}

#gallery .custom-arrow span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 15px;

  /* ★必須：矢印の色 */
  color: #000;
}

#gallery .custom-arrow span::before,
#gallery .custom-arrow span::after {
  content: "";
  position: absolute;
  background: currentColor;
}

#gallery .custom-arrow span::before {
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}

#gallery .custom-arrow span::after {
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
}
#gallery .custom-arrow.prev span {
  transform: translateX(25%) rotate(-135deg);
}

#gallery .custom-arrow.next span {
  transform: translateX(-25%) rotate(45deg);
}

#gallery .swiper {
  position: relative;
}
@media (max-width: 1000px) {
  #gallery .custom-arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.5s;
  }
  #gallery .custom-arrow.prev {
    left: 15px;
  }

  #gallery .custom-arrow.next {
    right: 15px;
  }

  #gallery .custom-arrow span {
    width: 8px;
    height: 8px;
  }
  #gallery .custom-arrow span::before {
    height: 1px;
  }

  #gallery .custom-arrow span::after {
    width: 1px;
  }
}

/* =========================
   COLUMN LIST MV
========================= */

#column-fv {
  position: relative;
  width: 100%;
  height: 700px;       /* 一覧用なので控えめ */
  overflow: hidden;
}
#column-fv .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#column-fv .bg_thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#column-fv .bg_thumb.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #column-fv {
    height: 220px;
  }

  #column-fv .bg_thumb.pc {
    display: none;
  }

  #column-fv .bg_thumb.sp {
    display: block;
  }
}

/* =========================
   Column
========================= */

#column {
  padding: 64px 0;
}

#column .page_tit {
  margin-bottom: 40px;
}

#column .page_tit h1 {
  font-size: 44px;
  font-weight: 600;
}
/* =========================
   Filter Area
========================= */

.filter_area {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}

.filter_block {
  display: block;
  margin-top: 40px;
}

.filter_block .filter_tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.category .filter_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tag .filter_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter_list li a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;          /* ★ Gridの1マスいっぱい */
  min-height: 36px;     /* 高さ固定 */

  padding: 3px 20px;
  box-sizing: border-box;

  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;

  text-decoration: none;
  text-align: center;
  white-space: nowrap; /* 折り返し防止 */
}
/* CATEGORY */
.filter_block.category .filter_list li {
  width: calc(20% - 16px);
}

@media screen and (max-width: 1000px) {
  .filter_block.category .filter_list li {
    width: calc(50% - 16px);
  }
}

.filter_block.category .filter_list li a {
  background: #525151;
  border: 1px solid #525151;
  color: #fff;
  transition: all .3s;
}

.filter_block.category .filter_list li.is-active a,
.filter_block.category .filter_list li a:hover {
  background: #fff;
  color: #525151;
}


/* TAG */
.filter_block.tag .filter_list li a {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #000;
  border-radius: 4px;
  min-height: 30px;
}

.filter_block.tag .filter_list li.is-active a,
.filter_block.tag .filter_list li a:hover {
  background: #fff;
  border: 1px solid #02010142;
  color: #000;
}
/* =========================
   Column Head
========================= */

.column_wrap {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  margin-top: 60px;
}
.column_list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.column_list li {
  width: 50%;
  padding: 16px;
}

@media screen and (max-width: 1000px) {
  .column_list li {
    width: 100%;
  }
}

.column_list_detail {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.column_list_detail li {
  width: 33.3333%;
  padding: 16px;
}

@media screen and (max-width: 1000px) {
  .column_list_detail li {
    width: 100%;
  }
}

.column_item {
  background: #fff;
  overflow: hidden;
  transition: all .2s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.column_item a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.column_item:hover {
  opacity: 0.6;
}
.column_item .thumb {
  width: 100%;
  aspect-ratio: 16 / 9; /* ← ここが一番大事 */
  overflow: hidden;
}
.column_item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.column_item .text {
  padding: 14px 16px 18px;
}
.column_item .meta {
  display: flex;
  gap: 12px;
  font-size: 11px;
  margin-bottom: 8px;
}

.column_item .date {
  color: #777;
}

.column_item .cat {
  padding: 2px 8px;
  background: #525151;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
}
.column_item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.column_item .tags {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
}

@media screen and (max-width: 1000px) {
  .column_wrap {
    display: block;
  }

  .column_side {
    margin-top: 60px;
  }
}

.breadcrumb-wrap {
	max-width: 1280px;
	padding: 0 40px;
	margin: auto;
	margin-bottom: 60px;
	position: relative;
	/* padding-top: 80px; */
}
@media screen and (max-width: 1000px) {
  .breadcrumb-wrap {
  	padding: 0 20px;
  }
}
.breadcrumb {
  font-size: 12px;
  margin: 24px 0 32px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  color: #666;
}

.breadcrumb li:not(:last-child)::after {
  content: "＞";
  margin: 0 6px;
  color: #999;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .current {
  color: #999;
}

.side_block {
  margin-bottom: 40px;
}

.side_tit {
  font-size: 24px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.side_brandbook a {
  transition: all .3s;
}

.side_brandbook a:hover {
  opacity: 0.6;
}

.side_brandbook-image {
  position: relative;
}

.side_brandbook-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.side_brandbook .download-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.side_brandbook .download-text {
  font-size: 18px;
  font-weight: 700;
}

.side_brandbook .arrow {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 100px;
  padding: 12px;
}

.tptn_posts li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: all .3s;
}
.tptn_posts a {
  text-decoration: none;
}
.tptn_posts li > .tptn_link {
  width: 100px;
  display: block;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
}
.tptn_posts li:hover {
  opacity: .6;
}


.tptn_thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tptn_title {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.side_article_list li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
}
.side_article_list a {
  display: flex;
  text-decoration: none;
  gap: 15px;
  align-items: center;
  transition: all .3s;
}
.side_article_list a:hover {
  opacity: .6;
}

.side_article_list-image {
  width: 100px;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
}

.side_article_list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.side_article_list-title {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.side_lineup-list li {
  margin-bottom: 20px;
}

.side_lineup-list li a {
  display: block;
  transition: all .3s;
}

.side_lineup-list li a:hover {
  opacity: .6;
}

.side_lineup-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side_lineup-tit .arrow {
  width: 40px;
}

.side_lineup-tit .logo p {
  font-size: 15px;
  font-weight: bold;
}

/* .pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.pagenav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  transition: all .3s;
}

.pagenav .item:hover,
.pagenav .item.current {
  background-color: #000;
  color: #fff;
}
.pagenav .item.prev,
.pagenav .item.next {
  font-size: 0;
  position: relative;
}
.pagenav .item.prev:hover::before,
.pagenav .item.next:hover::before {
  border-color: #fff;
}

.pagenav .item.prev::before {
  content: '';
  width: 14px;
  height: 14px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateX(5px) translateY(-3px);
}

.pagenav .item.next::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
} */

/* 全体 */
.pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.pagenav .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* 数字・リンク共通 */
.pagenav .wp-pagenavi a,
.pagenav .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: all .3s;
}

/* hover & current */
.pagenav .wp-pagenavi a:hover,
.pagenav .wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
}

/* 前へ・次へ（矢印） */
.pagenav .wp-pagenavi .previouspostslink,
.pagenav .wp-pagenavi .nextpostslink {
  font-size: 0; /* テキスト非表示 */
  position: relative;
}

/* ← */
.pagenav .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 14px;
  height: 14px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateX(5px) translateY(-3px);
}

/* → */
.pagenav .wp-pagenavi .nextpostslink::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

/* hover時の矢印色 */
.pagenav .wp-pagenavi .previouspostslink:hover::before,
.pagenav .wp-pagenavi .nextpostslink:hover::before {
  border-color: #fff;
}

.column_detail_wrap {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  padding-bottom: 160px;
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 1000px) {
  .column_detail_wrap {
    padding: 60px 20px 0;
  }
}
.column_detail .text {
  padding: 14px 16px 18px;
}
.column_detail .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 20px;
}

.column_detail .date {
  color: #777;
}

.column_detail .cat {
  padding: 2px 8px;
  background: #525151;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
}
.column_detail .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.column_detail .tags {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
  margin-bottom: 40px;
}
.column_detail .tags li {
  background: #f2f2f2;
  color: #000;
  border-radius: 4px;
  display: block;
  padding: 2px 8px;
  border: 1px solid #f2f2f2;
}

@media screen and (max-width: 1000px) {
  .column_detail .meta {
    font-size: 13px;
  }
  .column_detail .tags {
    font-size: 13px;
  }
}

.column-eyecatch {
  margin-bottom: 40px;
}

/* #toc_container {
  background-color: #f2f2f2;
  padding: 30px;
  margin: 0 0 40px;
} */

#toc_container a {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #toc_container {
    padding: 25px;
    margin: 40px 0;
  }
}

/* .toc_title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
} */

.toc_list {
  list-style: disc;
}

.toc_list > li {
  font-size: 15px;
  margin-top: 8px;
  margin-left: 1em;
}

.toc_list > li ul {
  list-style: disc;
}

.toc_list > li ul > li {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 3em;
}

.column-contents h2 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.column-contents h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
  border-left: 6px solid #000;
  padding-left: 0.5em;
  margin-top: 1.5em;
}

.column-contents h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.column-contents p {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.6;
}

.column-contents ul {
  list-style: disc;
  margin-bottom: 1em;
}

.column-contents ul > li {
  font-size: 15px;
  margin-top: 6px;
  margin-left: 1em;
  line-height: 1.6;
}

.column-contents ol {
  margin-bottom: 1em;
}

.column-contents ol > li {
  font-size: 15px;
  margin-top: 6px;
  margin-left: 1em;
  line-height: 1.6;
}

.column-contents table {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.column-contents table thead th {
  background-color: #525151;
  color: #fff;
  padding: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #525151;
}

.column-contents table thead th:first-child {
  border-left: 1px solid #525151;
}

.column-contents table tbody th {
  background-color: #f2f2f2;
  padding: 8px;
  border: 1px solid #525151;
}

.column-contents table tbody td {
  padding: 8px;
  border: 1px solid #525151;
}

.column-contents a {
  text-decoration: underline;
}

.column-contents .wp-block-image {
  margin-bottom: 40px;
}

.column-cta {
  background-color: #000;
  color: #fff;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .column-cta {
    flex-direction: column;
    padding: 40px 25px;
    gap: 20px;
  }
}

.column-cta-button-wrapper {
  text-align: center;
}

.column-cta-button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 100px;
  font-size: 15px;
  margin-top: 10px;
  border: 1px solid #fff;
  transition: all .3s;
}

.column-cta-button:hover {
  background-color: #000;
  color: #fff !important;
}


.column_recommend_title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-top: 60px;
  margin-bottom: 1em;
}

/* wordpress目次 */
#ez-toc-container a {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #ez-toc-container {
    padding: 25px;
    margin: 40px 0;
  }
}

.ez-toc-custom {
  background-color: #f2f2f2;
  padding: 30px;
  margin: 40px 0 40px;
}

@media screen and (max-width: 1000px) {
  .ez-toc-custom {
    padding: 25px;
    margin: 40px 0;
  }
}

.ez-toc-title-container p {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.ez-toc-list {
  list-style: disc;
}

.ez-toc-list > li ul > li {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 3em;
}

.ez-toc-list {
  list-style: disc;
}

.ez-toc-page-1 {
  font-size: 15px;
  margin-top: 8px;
  margin-left: 1em;
}

.ez-toc-list > li ul {
  list-style: disc;
}

/* 20260218追加 */
.page02 #floormap {
  padding-top: 80px;
}

#reason_list {
}
#reason_list .wrap {
  max-width: 1280px;
  padding: 0px 40px;
  margin: auto;
  padding-top: 80px;
}
#reason_list .inner {
}
#reason_list .sec_tit {
  margin-bottom: 32px;
}

#reason_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page02 #reason_list ul {
  justify-content: center;
  margin: 0 -15px 20px;
}
body.page02 #reason_list ul li {
}
#reason_list ul li {
  width: 33.3333%;
  padding: 0 15px;
}
#reason_list ul li a {
  display: block;
  transition: 0.5s;
}
#reason_list ul li a:hover {
  opacity: 0.5;
}
#reason_list ul li img {
  line-height: 0;
  margin-bottom: 16px;
}
#reason_list ul li h3 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 20px;
  color: #525151;
}
#reason_list .read {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  #reason_list ul li {
    width: 50%;
    padding: 0 15px;
  }
  #reason_list ul li img {
    margin-bottom: 12px;
  }
  #reason_list ul li h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.faq_list {
  max-width: 1000px;
  margin: auto;
}

.faq_list dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
}

.faq_list dt::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
}

.faq_list dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
  padding-left: 26px;
  position: relative;
}

.faq_list dd::before {
  content: 'A.';
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .faq_list dt {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 20px;
  }

  .faq_list dd {
    font-size: 12px;
    margin-bottom: 16px;
    padding-left: 20px;
  }

  .faq_list dd::before {
    top: -2px;
    font-size: 16px;
  }

  #faq .common_wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.sp_only {
  display: none;
}

/* スマホだけ改行させる */
@media screen and (max-width: 768px) {
  .sp_only {
    display: inline;
  }
}

/* =========================
   Floating MV（全体）
========================= */
.mv-floating {
  position: fixed;
  right: 24px;
  bottom: 110px;
  z-index: 20;
}

/* ×ボタンの基準 */
.mv-inner {
  position: relative;
}

/* =========================
   ボックス群
========================= */
.mv-items {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* =========================
   各ボックス
========================= */
.mv-item {
  position: relative;
}

.mv-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;

  width: 220px;
  padding: 14px 12px;

  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;

  font-weight: 700;
  transition: opacity .3s;
  height: 100%;
}

.mv-link:hover {
  opacity: .6;
}

/* ロゴ */
.mv-link img {
  width: 90px;
  height: auto;
  filter: invert(1);
}

/* テキスト */
.mv-link .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.place {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.open {
  font-size: 16px;
  opacity: 0.85;
  color: #fff;
  font-weight: 700;
}

/* =========================
   閉じるボタン
========================= */
.mv-close {
  position: absolute;
  top: -12px;
  right: -12px;

  width: 28px;
  height: 28px;
  border-radius: 50%;

  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
}

/* =========================
   SP調整
========================= */
@media screen and (max-width: 1000px) {
  .mv-floating {
    bottom: 74px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv-items {
    gap: 8px;
  }

  .mv-link {
    width: 110px;
    padding: 10px 0px;
  }

  .mv-link img {
    width: 60px;
  }

  .place {
    font-size: 12px;
  }

  .open {
    font-size: 11px;
  }
}


/* .badge {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 20;

  padding: 10px 50px;
  background: #fff;
  border-radius: 0px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  white-space: nowrap;

  width: auto;
  height: auto;
}
.badge-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.badge-open {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .badge {
    bottom: 30px;
    padding: 6px 12px;
    gap: 4px;
  }

  .badge-name,
  .badge-open {
    font-size: 12px;
  }
} */

.nooverflow {
  overflow: hidden;
}

/* 外側の黒丸 */
.badge-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 920px;
  z-index: 20;
}
.badge {
  position: absolute;
  right: 20px;
  bottom: 30px;

  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #000;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* 内側の丸（文字を入れる本体） */
.badge-inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background: #000;
  border: 2px solid #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  text-align: center;
}

.badge-open {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .badge {
    right: 20px;
    bottom: 5px;
    width: 78px;
    height: 78px;
  }

  .badge-inner {
    width: 72px;
    height: 72px;
    border-width: 1px;
  }

  .badge-open {
    font-size: 11px;
  }
}

#op .skip {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;

  background-color: #000;
  color: #fff;

  border: 0;
  border-radius: 16px;
  padding: 6px 12px;

  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  cursor: pointer;
  transition: opacity .3s;
}

#op .skip:hover {
  opacity: .7;
}

/* ページトップボタン */
#js-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

/* フローティングバナー */
.reserve-floating {
  position: fixed;
  right: 110px;
  bottom: 36px;
  z-index: 999;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  background: #000;
  padding: 14px 18px; /* ← 上下左右の余白を増やす */
  border-radius: 6px; /* ← 少し丸める */

  box-shadow: 0 4px 10px rgba(0,0,0,.5);
  transition: all .25s ease;
}

/* ホバー時の変化 */
.reserve-floating:hover {
  transform: translateY(-2px); /* 少し浮く */
  box-shadow: 0 6px 14px rgba(0,0,0,.6);
  opacity: 0.6;
}
/* アクティブ時の変化 */
.reserve-floating:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0,0,0,.6);
}
/* カーソル時の変化 */
.reserve-floating {
  cursor: pointer;
}
.reserve-floating-label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; /* 行の高さを少しゆるめる */
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.reserve-floating-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 矢印本体 */
.reserve-floating-logo::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ロゴ */
.reserve-floating-logo img {
  width: 90px;
  height: auto;
  filter: invert(1);
  display: block;
}


@media screen and (max-width: 1000px) {
  /* ページトップボタン（SP） */
  #js-pagetop {
  }

  /* フローティングバナー（SP） */
  .reserve-floating {
    right: 68px;        /* 端に寄せる */
    bottom: 15px;       /* pagetop の「上」に置く */
    padding: 14px 18px;
  }

  /* ラベル文字を少し小さく */
  .reserve-floating-label {
    font-size: 14px;
  }

  /* ロゴも縮小 */
  .reserve-floating img {
    width: 68px;
  }
}

.columns img {
  height: auto;
}

p.has-text-align-center {
  text-align: center;
}