@charset "utf-8";

/************************************
ここからトップページ（新規追加）
*************************************/


/* webフォント読み込み */
/*@font-face {
    font-family: Noto Sans;
    font-weight: 600;
    src: url(/common/fonts/NotoSans-Bold.ttf) format('ttf');
    font-display: swap;
}*/
@font-face {
	font-family: 'Noto Sans';
	font-weight: 600;
	src:local("NotoSans Bold"),
	url(/common/fonts/NotoSans-Bold.ttf);
}

/*sec */
.sec_head {
    width: 100%;
    margin-bottom: min(3.7vw, 60px);
    text-align: center;
}

.sec_head-txt {
    font-weight: bold;
    font-size: min(3.644vw, 2.8rem);
}

.sec_ttl picture {
    display: block;
    width: 55vw;
    max-width: 683px;
    margin: 0 auto;
}

.sec_ttl {
    margin: 0 auto min(2.5vw, 40px);
    ;
}

.sec_ttl picture img {
    margin-bottom: 30px;
}

.sec_ttl-sub {
    font-size: min(2.865vw, 2.2rem);
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

section.sec {
    width: 100%;
    margin: 0 auto;
    padding: min(7.5vw, 120px) 15px;
    margin-bottom: 0;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

#indexPage .sec a:hover,
#indexPage aside a:hover {
    text-decoration: none;
}

#indexPage #news a:hover,
#indexPage #space a:hover,
#indexPage #banner a:hover{
    opacity: 0.7;
}

.sec a:hover {
    color: #000
}

/*/sec */

/* service */

#service {
    padding-top: min(5vw, 80px);
    padding-bottom: 0;
}

.service_list {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -70px;
}

.service_item {
    width: calc((100% - 5vw) / 3);
    margin-bottom: 70px;
}

.service_item:not(:nth-child(3n)) {
    /*margin-right: 2.5vw;*/
    margin-right: min(2.45vw, 34px);
}
.service_item.__long {
	width: min(100%, 1280px);
	margin-right: 0;
}
@media screen and (min-width:1400px) {
	.service_list {justify-content: space-between;}
}

.service_link {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    height: 20vw;
    max-height: 320px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.service_link::before {
    content: "";
    transition: all 0.4s;
}

.service_link-ttl {
    word-break: break-all;
    font-size: min(3.644vw, 2.8rem);
    /*font-weight: bold;*/
    font-family: "Heebo", "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
    width: 100%;
    padding: 5px;
    color: #fff;
    position: absolute;
    letter-spacing: 0.075em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px -1px 6px #201512;
}
.ricoh .service_link-ttl .name {
	font-family: 'Prism Sans';
	font-weight: bold;
	font-size: min(4.688vw, 3.6rem);
}

.service_item-txt {
    font-size: min(2.606vw, 2rem);
    font-weight: bold;
}

#service .bg-office {
    background-image: url(../../index/img/service_office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#service .bg-coworking {
    background-image: url(../../index/img/service_coworking.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#service .bg-room {
    background-image: url(../../index/img/service_room.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#service .bg-rental {
    background-image: url(../../index/img/service_rental.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#service .bg-cm {
    background-image: url(../../index/img/service_cm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#service .bg-consultation {
    background-image: url(../../index/img/service_consultation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#service .bg-ricohprism {
    background-image: url(../../index/img/service_ricohprism.jpg);
    background-repeat: no-repeat;
    background-size: cover;
		background-position: 50% 0;
}
#service .bg-ricohprism._rp01 {background-image: url(../../index/img/service_ricohprism-1.jpg);}
#service .bg-ricohprism._rp02 {background-image: url(../../index/img/service_ricohprism-2.jpg);}
#service .bg-ricohprism._rp03 {background-image: url(../../index/img/service_ricohprism-3.jpg);}

/* /service */


/* locations */
#locations {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding-bottom: 0;
}

#locations {
    padding-left: 0;
    padding-right: 0;
}

.locations_item {
    margin-bottom: 10px;
}

.locations_link-txt {
    color: #fff;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

.locations_link-txt_name {
    font-size: min(3.908vw, 3rem);
    text-align: center;
}

.locations_link-txt_name span {
    display: block;
}

.locations_link {
    width: 100%;
    display: flex;
    text-decoration: none;
}

.locations_link .name-en {
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Heebo", "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
}

.locations_link .name-ja {
    font-size: min(2.606vw, 2rem);
    letter-spacing: 0.2em;
}

.locations_link-img {
    position: relative;
    transition: all 0.4s;
    width: 50%;
    padding: min(2.5vw, 40px);
    border-radius:30px;
}

.locations_link .name-credit {
    color: #fff;
    text-align: right;
    font-size: min(1.692vw, 1.3rem);
    position: absolute;
    right: 25px;
    bottom: 3px;
}


.locations_link-img .copy span {
    font-size: min(3.908vw, 3rem);
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 7px 20px 7px 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.locations_link-txt {
    width: 28.75%;
    border-radius:30px;
    margin: 0 auto;
    background: #000;
}

.locations_link-img {
    position: relative;
    height: 26vw;
    max-height: 425px;
    width: 71.25%;
}

.locations_link-img .copy {
    position: absolute;
    bottom: 3vw;
}

/*ここから各ロケーション毎に設定*/
.l-akihabara .locations_link-img {
    background-image: url(../../index/img/locations_akihabara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.l-akihabara .locations_link-txt{
     background: #43544b;
}

.l-akihabara .copy span {
    background: rgb(67 84 75 / 86%);
}

.l-akihabara2 .locations_link-img {
    background-image: url(../../index/img/locations_akihabara2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.l-akihabara2 .locations_link-txt {
    background: #af0e0b;
}

.l-akihabara2 .copy span {
    background: rgb(175 14 11 / 80%);
}

.l-otemachi .locations_link-img {
    background-image: url(../../index/img/locations_otemachi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.l-otemachi .locations_link-txt {
    background: #00405e;
}

.l-otemachi .copy span {
    background: rgb(0 64 94 / 80%);
}

.l-harajuku .locations_link-img {
    background-image: url(../../index/img/locations_harajuku.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.l-harajuku .locations_link-txt {
    background: #eb523a;
}

.l-harajuku .copy span {
    background: rgb(235 82 58 / 85%);
}

.l-minamiaoyama .locations_link-txt {
    background: #226a36;
} 

.l-hisayaodori .locations_link-txt {
    background: #000000;
} 

.locations_link-img {
    position: relative;

}

.locations_link-img:before {
    transition: all 0.4s;
}

/*ここまで各ロケーション毎に設定*/

/* 逆配置 */
#locations .l-reverse {
    flex-direction: row-reverse;
}

.l-reverse .locations_link-img {
    border-radius: 30px;
}

.l-reverse .locations_link-img .copy {
    position: absolute;
    right: 2.5vw;
}


/* 横並び */
#locations .l-flex {
    display: flex;
    margin-bottom: 20px;
}

.l-flex .locations_item {
    width: calc((100% - 10px) / 2);
    margin-bottom: -10px;
}

.l-flex .locations_item:not(:nth-child(2n)) {
    margin-right: 10px;
}

.l-flex .locations_link-img {
    width: 100%;
    padding: 0;
    height: 100%;
    max-height: auto;
    padding-top: 0;
}

.l-flex .locations_link-img img {
    border-radius: 24px;
}

.l-flex .locations_link {
    flex-direction: column;
}

.l-flex .locations_link-txt .name-en {
    font-size: 26px;
}


.l-flex .locations_link-txt {
    padding: 60px 30px;
    width: 100%;
    border-radius:24px;
}


/*/locations*/


/* first-content  */
#first-content {
    width: 100%;
    max-width: 1980px;
    margin: 0px auto;	
    padding-top: 30px;
}

.first-content_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

/* mv */
.mv_slider {
    position: relative;
    z-index: 10;
}

.mv_slider.swiper {
    width: 100%;
    margin-left: 30px;
    margin-left: 1.5vw;
}

.mv_slider .swiper-pagination {
    position: absolute;
    max-width: 100%;
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem 2px;
    text-align: center;
    height: 18px;
    left: 18px;
    z-index: 100;
}

.mv_slider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #9a9a9a;
}

.mv_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
}

.mv_slider-item {
    object-fit: cover;
}

.mv_slider-item img {
    width: 100%;
}

/* /mv */


/*status*/
#status {
    width: 20vw;
    height: auto;
    max-width: 300px;
    border-radius: 0px 10px 10px 0px;
    background: #063241;
    background-image: url(../../index/img/status-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.status_inner {
    padding: 2vw;
}

.status_ttl {
    font-size:min(2.606vw, 2rem);
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1vw;
    letter-spacing: -0.08em;
}

.status_list {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
}

.status_item {
    width: 100%;
}
.status_item {margin-bottom: 10px;}
.status_item:last-child {margin-bottom: 0;}

.status_name {
    background: #000;
    color: #fff;
    padding: 5px 8px;
    font-size: min(2.345vw, 1.8rem);
    font-weight: bold;
}

.status_container {
    position: relative;
    height: 123px;
    background: #ebebeb;
}

.status_detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.status_detail span{
    color: #af0e0b;
}

.status_detail .time {
    margin-top: 0px;
    font-weight: normal;
    font-size: min(2.085vw, 1.6rem);
}

.status_name span {
    margin-right: 5px;
    font-family: "Heebo", "Noto Sans", "Helvetica Neue", sans-serif;
}

.status_akihabara2 .status_name {
    background: #af0e0b;
}

.status_otemachi .status_name {
    background: #00405e;
}

.status_harajuku .status_name {
    background: #eb523a;
}

.status_btn {
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 30px;
    font-size: min(2.085vw, 1.6rem);
    transition: all 0.4s;
}

.status_btn:hover{
background: rgba(0, 0, 0, 0.30);
}


.status_btn:hover {
    text-decoration: none;
    color: #fff;
}

.status_btn::after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
}

.status_detail {
    font-weight: bold;
    font-size: min(2.606vw, 2rem);
}

.status_detail p {
    line-height: 1;
}

.status_detail .maru {
    width: 33px;
    height: 33px;
    display: block;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    line-height: 1;
    margin: 0 auto 10px;
}

.status_detail .batsu {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    line-height: 1;
    margin: 0 auto 10px;
}

.status_detail .batsu::before,
.status_detail .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 26px;
    background: #000;
}

.status_detail .batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.status_detail .batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.status_detail .time-unuseable .txt{
    font-size: min(2.345vw, 1.8rem);
    margin-bottom: 8px;
}

.status_detail .time-unuseable time {
    font-size: min(2.345vw, 1.8rem);
}

/* /status */
/* /first-content  */


/* banner */
#banner {
    width: 100%;
    padding-top: min(7.5vw, 120px);
    padding-bottom: min(7.5vw, 120px);
}

.banner_content {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.banner_link {
    display: block;
}

.banner_main {
    display: flex;
    margin-bottom: -2vw;
    padding-bottom: 2vw;
}

.banner_main-item {
    width: calc((100% - 2vw) / 2);
    margin-bottom: 2vw;
}

.banner_main-item:not(:nth-child(2n)) {
    margin-right: 2vw;
}

.banner_main-item img {
    width: 100%;
    border-radius: 12px;
}

.banner_sub {
    display: flex;
    margin-bottom: -2vw;
}

.banner_sub-item {
    width: calc((100% - 4vw) / 3);
    margin-bottom: 2vw;
}

.banner_sub-item:not(:nth-child(3n)) {
    margin-right: 2vw;
}

.banner_sub-item .banner_link {
    width: 100%;
    display: block;
    padding: 2vw;
    height: 13vw;
    max-height: 160px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-qa {
    background: #003244;
}

.banner-qa img {
    width: 20vw;
    max-width: 240px;
}

.banner-corona {
    background: #7b8fc0;
}

.banner-corona img {
    width: 5vw;
    max-width: 60px;
}

.banner-twitter {
    background: #20aee5;
}

.banner-twitter img {
    width: 15vw;
    max-width: 200px;
}

.banner-x {
    background: #000000;
}

.banner-x img {
    width: 4.69vw;
    max-width: 60px;
}

.banner-corona p {
    font-size: min(2.606vw, 2rem);
    color: #fff;
    margin-right: 1.5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

/* /banner */


/* space */
#space {
    width: 100%;
    background: #063241;
    background-image: url(../../index/img/space_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: min(7.5vw, 120px);
}

#space .sec_head {
    color: #fff;
}

.space_list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2vw;
}

.space_item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 2vw;
    border-radius: 16px;
    background: rgb(255 255 255 / 70%);
}

.space_item:not(:nth-child(2n)) {
    margin-right: 15px;
}

.space_link {
    display: flex;
    background: #fff;
    border-radius: 16px;
    height: 16vw;
    /* max-height: 600px; */
    /* min-height: 250px;
    max-height: 50vw; */
}

.space_link-img {
    width: 50%;
    flex-shrink: 0;
}

.space_link-img img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.space_link-txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 1.8vw 2.5vw 1.25vw 1.8vw;
    padding: 20px 35px 20px 20px;
}

.space_link-txt_name {
    font-size: min(2.606vw, 2rem);
    margin-bottom: 10px;
    line-height: 1.2;
}

.space_link-txt_lead {
    font-size: min(2.085vw, 1.6rem);
    font-weight: bold;
}

.space_link-txt_more {
    font-size: min(2.085vw, 1.6rem);
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    margin-top: auto;
}

.space_link-txt_more::after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
}

a[target="_blank"] .space_link-txt_more::after{
    margin-left: 5px;
    content: "\f08e";
    font-family: FontAwesome;
}

.space_link-txt_category{
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.space_link-txt_category span{
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    font-size: min(1.82vw, 1.4rem);
}

.space_link-txt_category .category_name{
    /*width: 60px;*/
    min-width: 60px;
    text-align: center;
    color: #000;
    background: #ffc;
    padding: 5px 5px 3px 5px;
    flex-shrink: 0;
}

/* カテゴリー色設定 */
#space .category_name.tokyo{
    color: #0083af;
    background: #deeff5;
}
#space .category_name.fukuoka{
    color: #d3812d;
    background: #f9efe4;
}
#space .category_name.hiroshima{
    color: #139749;
    background: #e0f2e7;
}
#space .category_name.aichi{
    color: #ca5166;
    background: #f8e8eb;
}
#space .category_name.miyagi{
    color: #713aaf;
    background: #ede6f5;
}
#space .category_name.osaka{
    color: #bc2c2c;
    background: #f6e4e4;
}

.space_link-txt_category .category_label{
    margin-left: 5px;
    border-left: 1px solid #000;
    padding: 5px 5px 3px 10px;
}
/* /space */

/* news */
#news {
    width: 100%;
    background: #eeeeee;
}

.news_list-info p {
    font-size: min(1.82vw, 1.4rem);
}

.news_list-info span,
.news_list-info time,
.news_list-btn p,
.more-list p {
    font-size: min(2.085vw, 1.6rem);
}

.news_list-info ul,
.news_list-info h3 {
    font-size: min(2.345vw, 1.8rem);
}

.news_list-info ul li {
    font-size: min(3.126vw, 2.4rem);
}

#news section {
    margin-top: 0;
}

#news .news_list {
    width: calc((100% - 7.5vw) / 4);
    margin: 0;
    margin-bottom: min(2.5vw, 40px);
}

#news .news_list:not(:nth-child(4n)) {
    margin-right: 2.5vw;
}

#news .news_list a {
    display: block;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}

#news .news_list figure {
    width: 100%;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 20px;
}

#news .news_list img {
    margin-bottom: 20px;
    object-fit: contain;
    max-height: 150px;
}

.news_list-info {
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 20px;
}

.news_list-info h3 {
    margin-bottom: 20px;
}


.news_list-info .data {
    margin-bottom: 10px;
}

.news_list-info .data .new {
    display: inline-block;
    padding: 2px 10px;
    color: #e60012;
    border: 1px solid #e60012;
    font-family: "Heebo", "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
    margin-right: 10px;
}

.news_list-info .tagGr li {
    margin-bottom: 5px;
}

.news_list-btn {
    display: block;
    text-align: center;
}

.news_list-btn .more {
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline;
    padding-right: 15px;
    background: #fff;
    border-radius: 30px;
}

.news_list-btn .more:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    position: absolute;
    top: -1;
    right: 0;
}

#news #eventsPage.news_content {
    width: 95%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    gap: 0px;
}

.outer-btn {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.outer-btn p {
    font-size: min(2.606vw, 2rem);
}

.outer-btn a.more-list {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px 25px;
    border-radius: 40px;
}

.outer-btn .more-list p {
    font-family: "Heebo", "Noto Sans", "Helvetica Neue", sans-serif;
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline;
    padding-right: 15px;
}

.outer-btn .more-list p:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    position: absolute;
    top: -2;
    right: 0;
}

#indexPage a[target="_blank"]:not(.more)::after {
    display: none;
}

.l-minamiaoyama .name-ja::after,
.l-hisayaodori .name-ja::after {
    display: inline-block;
    margin-left: 5px;
    content: "\f08e";
    font-family: FontAwesome;

}

.status_detail .allday-available::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ブレイクポイント */

@media screen and (min-width: 1600px) {
    .status_ttl {
        font-size:min(2.865vw, 2.2rem);
    }
}
@media screen and (min-width: 1200px) {
    #news .news_list {
        width: calc((100% - 120px) / 4);
        margin-bottom: min(2.5vw, 40px);
    }

    #news .news_list:not(:nth-child(4n)) {
        margin-right: 40px;
    }

    .space_link {
        min-height: 240px;
    }
    .status_container {
        position: relative;
        /*height: 120px;*/
      max-height: 120px;
        background: #ebebeb;
    }
}

@media screen and (min-width: 1081px) {
    .banner-corona p {
        font-size: min(3.386vw, 2.6rem);
    }

    .space_link {
        min-height: 270px;
    }
    .locations_link:hover {
        text-decoration: none;
        opacity: .9;
    }

    .locations_link-img:hover {
        text-decoration: none;
        opacity: .9;
    }
    .service_link:hover:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.50);
        z-index: 0;
    }


.locations_link-img{
    position: relative;
}


 .locations_link:hover .locations_link-img:before,
    .locations_link-img:hover:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 30px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(235 82 58 / 50%);
        z-index: 0;
    }

    .l-akihabara .locations_link:hover .locations_link-img:before,
    .l-akihabara .locations_link-img:hover:before{
        content: "";
        background: rgb(67 84 75 / 50%);
        opacity: 0.8;
    }
    .l-akihabara2 .locations_link:hover .locations_link-img:before,
    .l-akihabara2 .locations_link-img:hover:before{
        content: "";
        background: rgb(175 14 11 / 50%);
        opacity: 0.8;
    }
    .l-otemachi .locations_link:hover .locations_link-img:before,
    .l-otemachi .locations_link-img:hover:before{
        content: "";
        background: rgb(0 64 94 / 50%);
        opacity: 0.8;
    }
    .l-harajuku .locations_link:hover .locations_link-img:before,
    .l-harajuku .locations_link-img:hover:before{
        content: "";
        background: rgb(235 82 58 / 50%);
        opacity: 0.8;
    } 


    .l-minamiaoyama .locations_link:hover .locations_link-img:before,
    .l-minamiaoyama .locations_link-img:hover:before {
        content: "";
        background: rgb(34 106 54 / 50%);
        opacity: 0.8;
    }


    .l-hisayaodori .locations_link:hover .locations_link-img:before,
    .l-hisayaodori .locations_link-img:hover:before {
        content: "";
        background: rgb(0 0 0 / 50%);
        opacity: 0.8;
    }


}

@media screen and (min-width: 769px) {
    #eventsPage {
        justify-content: flex-start
    }
}

@media screen and (max-width:1500px){
    .status_inner {
        padding: 1.5vw 1.2vw;
    }
    .status_ttl {
        font-size: min(2.475vw, 1.9rem);
    }
    .mv_slider.swiper{
        margin-left: 1vw;
    }
}

@media screen and (max-width:1400px){
    .l-reverse .locations_link-img .copy{
        right: 1.5vw;
    }
    
    .l-otemachi .locations_link-img .copy,
    .l-akihabara .locations_link-img .copy{
        left: 1.5vw;
    }
    .locations_link-img .copy span{
        font-size:min(3.126vw, 2.4rem);
    }
    .status_name{
        font-size:min(2.214vw, 1.7rem);
    }
}

@media screen and (max-width:1200px) {
    .space_link-img {
        width: 45%;
    }
    .space_link-txt {
        width: 55%;
    }
    .space_link-txt {
        padding: 25px 25px 15px 15px;
    }
    .status_ttl .pc{
        display: none;
    }
    .status_ttl{
        font-size:min(3.126vw, 2.4rem);
        letter-spacing: 0;
    }
}

@media screen and (max-width:1080px) {
    #indexPage a:hover, 
    #indexPage a:hover img,
    #indexPage #news a:hover, 
    #indexPage #space a:hover, 
    #indexPage #banner a:hover{
        opacity: 1;
    }
    #news .news_list {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }

    #news .news_list:not(:nth-child(4n)) {
        margin-right: 0;
    }

    #news .news_list:not(:nth-child(2n)) {
        margin-right: 20px;
    }

    .first-content_wrap {
        display: block;
        align-items: inherit;
    }

    #first-content {
        margin-top: 0;
    }

    .status_list {
        width: 63%;
    }
    #status {
        border-radius: 0;
        max-width: 100%;
        background-image: url(../../index/img/status-bg-sp.png);
        background-size: cover;
        background-position-y: 80%;
    }

    .status_inner {
        padding-top: min(10vw, 80px);
        padding-bottom: min(10vw, 80px);
    }
    .status_ttl{
        margin-bottom: 3vw;
        letter-spacing: 0;
    }

    .status_item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .mv_slider.swiper {
        margin-top: -10px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .mv_slider {
        margin-bottom: 20px;
    }
    .mv_slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        color: #fff;
        background: #fff;
    }

    .mv_slider .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .mv_slider .swiper-wrapper{
        height: auto;
    }

    .space_link {
        height: 300px;
    }

    .space_link-img {
        width: 40%;
    }
    .space_link-txt {
        width: 60%;
    }
    .locations_link-img,
    .locations_link-txt,
    .l-reverse .locations_link-img,
    .l-flex .locations_link-img img,
    .l-flex .locations_link-txt{
        border-radius: 12px;
    }
    .locations_link-txt_name{
        font-size:min(3.386vw, 2.6rem);
    }
}

@media screen and (max-width:820px) {
    section.sec {
        padding-top: min(20vw, 80px);
    }
    .sec .sec_head {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec_ttl picture {
        display: block;
        width: 70vw;
        max-width: 530px;
        margin: 0 auto;
    }

    .service_list {
        margin-bottom: -30px;
    }

    .service_item {
        width: calc((100% - 20px) / 2);
        margin-bottom: 30px;
    }

    .service_item:not(:nth-child(3n)) {
        margin-right: 0px;
    }

    .service_item:not(:nth-child(2n)) {
        margin-right: 20px;
    }
	.service_item.__long {margin-right: 0;}

    .service_link {
        height: 37.5vw;
        max-height: 300px;
    }

    #locations{
        padding-bottom: min(20vw, 80px);
    }
    .locations_link .name-credit {
        position: absolute;
        right: 15px;
        bottom: 2px;
    }

    .locations_link {
        display: block;
    }
    .locations_link-img {
        width: 100%;
        height: 65vw;
    }

    .locations_link-txt {
        width: 100%;
        padding-top: 6vw;
        padding-bottom: 5vw;
    }

    .locations_link-img .copy span {
        padding: 10px 15px;
    }

    .l-otemachi .locations_link-img .copy,
    .l-harajuku .locations_link-img .copy {
        right: 0;
        top: 4.3vw;
        left: 3.3vw;
    }

    .l-akihabara2 .locations_link-img .copy {
        top: 3.75vw;
        right: 4.3vw;
        text-align: right;
    }
    .locations_link .name-en {
        margin-bottom: 10px;
    }
    
    #locations .l-flex {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
    }

    .l-flex .locations_link {
        display: flex;
        flex-direction: initial;
        height: 40vw;
        max-height: 320px;
    }

    .l-flex .l-hisayaodori .locations_link {
        flex-direction: row-reverse
    }

    .l-flex .locations_link-txt {
        padding: 60px 30px;
        width: 34vw;
        margin: 0 auto;
    }

    .l-flex .locations_item {
        width: 100%;
    }

    .l-flex .locations_item .name-en {
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .l-flex .locations_link-img {
        width: 60vw;
        max-width: 556px;
        height: auto;
    }

    .l-flex .locations_link-img img {
        height: 100%;
        object-fit:cover;
    }
    .l-flex .locations_item {
        margin-bottom: 10px;
    }

    .l-flex .locations_item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .l-flex .locations_link-txt {
        padding: 5px;
    }
    

    .space_list {
        flex-direction: column;
        min-height: auto;
        margin-bottom: -15px;
    }

    .space_item {
        width: 100%;
    }

    .space_link-txt {
        padding: 30px 40px 30px 25px;
    }

    .space_link-txt_more {
        bottom: 30px;
        right: 40px;
    }

    .space_item:not(:nth-child(2n)) {
        margin-right: 0px;
    }

    .space_link-img {
        width: 50%;
    }

    .space_link-txt {
        width: 50%;
    }
    #space {
    background-image: url(../../index/img/space_bg-sp.png);
    }
    #ftBanner ul li:last-child{
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .mv_slider-item a img {
        width: 100%;
        height: auto;
    }
    .mv_slider .swiper-pagination-bullet {
        color: #000;
        background: #000;
    }
}

@media screen and (max-width: 640px) {

    .sec_ttl-sub {
        font-size: min(5.721vw, 2.4rem);
    }

    .sec_ttl picture img {
        margin-bottom: 15px;
    }

    .sec_head {
        margin-bottom: 9vw;
    }

    .sec_head-txt {
        font-size: min(4.765vw, 2.0rem);
    }

    .status_detail .time-unuseable time{
        font-size:min(3.81vw, 1.6rem);
    }

    .status_list {
        width: 100%;
    }

    .status_container {
        max-height: 40vw;
    }
    .locations_item {
        margin-bottom: 10px;
    }

    .locations_link-txt_name {
        font-size: min(5.24vw, 2.2rem);
    }

    .locations_link .name-ja {
        font-size: min(3.330vw, 1.4rem);
    }

    .locations_link .name-credit {
        font-size: min(2.86vw, 1.2rem);
    }
    .locations_link-img .copy span {
        font-size: min(5.24vw, 2.2rem);
        padding: 5px 10px;
    }
    .locations_link-txt_name {
        font-size: min(5.24vw, 2.2rem);
    }
    .locations_link-img,
    .locations_link-txt,
    .l-reverse .locations_link-img,
    .l-flex .locations_link-img img,
    .l-flex .locations_link-txt{
        border-radius: 14px;
    }
    #service {
        padding-top: min(18vw, 80px);
    }
    #service .sec_ttl {
        margin-bottom: 20px;
    }
    .service_item-txt {
        font-size: min(3.330vw, 1.4rem);
    }

    .service_link-ttl {
        font-size: min(4.285vw, 1.8rem);
    }

    .l-otemachi .locations_link-img {
        background-position-x: 54%;
    }

    .l-flex .locations_item .name-en {
        margin-bottom: 10px;
    }

    .l-flex .locations_link-img img {
        height: 100%;
    }

    .l-flex .locations_link-img {
        vertical-align: bottom;
        display: inherit;
    }

    .l-flex .locations_item .name-en {
        margin-bottom: 10px;
    }

    .l-flex .locations_link-txt .name-en {
        font-size: min(4.765vw, 2.0rem);
    }

    .status_ttl {
        font-size: min(5.721vw, 2.4rem);
    }

    .status_name,
    .status_detail p,
    .status_btn,
    .status_detail .time-unuseable .txt {
        font-size: min(4.765vw, 2.0rem);
    }

    .status_btn {
        width: 55vw;
        max-width: 360px;
        border-radius: 45px;
    }

    #space {
        padding-bottom: 18vw;
    }
    

    #space .sec_head {
        margin: 0 auto 9vw;
    }

    #space .sec_head-txt {
        font-size: min(4.765vw, 2.0rem);
    }

    #space .sec_ttl {
        margin-bottom: 25px;
    }

    .space_link-txt {
        padding: 3.5vw 3.5vw 3.5vw 3vw;
    }

    .space_link-txt_more {
        bottom: 4vw;
        right: 5vw;
    }

    .space_item {
        margin-bottom: 15px;
    }

    .space_list{
        width: 100%;
    }

    .space_link-txt_name {
        font-size: min(3.81vw, 1.6rem);
        margin-bottom: 5px;
    }

    .space_link-txt_lead {
        font-size: min(3.330vw, 1.4rem);
    }

    .space_link-txt_more {
        font-size: min(2.86vw, 1.2rem);
    }

    .space_link {
        max-height: 68vw;
    }

    .space_link-txt_category span{
        line-height: 1.2;
        font-size: min(2.86vw, 1.2rem);
    }
    .space_link-txt_category{
        margin-bottom: 10px;
    }
    .space_link-txt_category .category_name{
        /*width: 40px;*/
      min-width: 40px;
    }
    .space_link-txt_category .category_name br.sp {display: block;}

    #news .news_list {
        width: calc((100% - 10px) / 2);
        margin-bottom: min(2.5vw, 40px);
    }
    #news .news_list:not(:nth-child(2n)){
        margin-right: 10px;
    }
    #news .news_list figure,
    #news .news_list img {
        margin-bottom: 10px;
    }

    .news_list-info p,
    .news_list-info ul li {
        font-size: min(3.572vw, 1.5rem);
    }

    .news_list-info span,
    .news_list-info time,
    .news_list-btn p,
    .more-list p {
        font-size: min(3.81vw, 1.6rem);
    }

    .news_list-info ul,
    .news_list-info h3 {
        font-size: min(4.05vw, 1.7rem);
    }

    .news.swiper {
        width: 100%;
        margin: 0 auto;
    }

    #news #eventsPage.news_content {
        width: 100%;
    }
    #news .news_list a{
        padding: 15px 15px 20px 15px;
    }

    #news {
        overflow: hidden;
        padding-bottom: 16vw;
    }

    #news .news_list-info {
        margin-bottom: 10px;
    }

    .outer-btn a.more-list {
        width: 45vw;
        max-width: 360px;
        margin: 0 auto;
        margin-top: 40px;
        padding: 3vw;
    }

    .outer-btn a.more-list p {
        font-size: min(4.765vw, 2.0rem);
    }

    .outer-btn .more-list p:after {
        top: -1px;
    }

    #banner{
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner_sub,
    .banner_main {
        flex-direction: column;
    }

    .banner_main-item,
    .banner_sub-item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 4vw;
    }

    .banner_sub-item:last-child{
        margin-bottom: 0;
    }

    .banner_sub-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .banner_main-item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .banner_sub-item .banner_link {
        height: 18vw;
        max-height: 125px;
    }

    .banner_content {
        padding-right: min(10vw, 30px);
        padding-left: min(10vw, 30px);
    }

    .banner-qa img {
        width: 36vw;
        max-width: 250px;
        font-family: sans-serif;
    }

    .banner-corona img {
        width: 8vw;
        max-width: 60px;
    }

    .banner-corona p {
        font-size:min(4.285vw, 1.8rem);
        font-weight: bold;
    }

    .banner-twitter img {
        width: 32vw;
        max-width: 220px;
    }

    .banner-x img {
        width: 9.38vw;
        max-width: 60px;
    }

}


@media screen and (min-width: 1201px) {

    .mv_slider::before {
        content: "";
        background-image: url(../../index/img/left-sumimaru01.png);
        background-repeat: no-repeat;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        width: 9px;
        height: 8px;
    }

    .mv_slider::after {
        content: "";
        background-image: url(../../index/img/left-sumimaru02.png);
        background-repeat: no-repeat;
        z-index: 100;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 9px;
        height: 8px;
    }
    .first-content_wrap {
        align-items: initial;
    }
}

/* メインビジュアルと営業状況の調節*/
@media screen and (max-width:1200px){

    #first-content{
        margin-top: 0;
    }
    .first-content_wrap {
        display: block;
        align-items: inherit;
    }
    
    #first-content {
        margin-top: 0;
        padding-top: 0;
    }
    .status_list {
        width: 63%;
    }
    
    #status {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        background-image: url(../../index/img/status-bg-sp.png);
        background-size: cover;
        background-position-y: 80%;
    }
    
    .status_item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .mv_slider.swiper {
        margin-top: -10px;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .mv_slider {
        margin-bottom: 20px;
    }
    .mv_slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        color: #fff;
        background: #fff;
    }
    
    .mv_slider .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .mv_slider .swiper-wrapper{
        height: auto;
    }

}

/*@media screen and (min-width:1201px) and ( max-width:1440px){
    .mv_slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-object-fit: cover;
        /* Firefox * /
    }
}*/
@media screen and (min-width:1201px) {
    .mv_slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-object-fit: cover;
    }
}

@media screen and (min-width:1008px) and ( max-width:1200px){
    .status_list{
        width: 100%;
        display: flex;
        padding: 30px;
    }
    .status_item{
        width: calc((100% - 40px) / 3);
        margin-bottom: 0;
    }
    .status_container{
        height: 165px;
    }
    .status_name{
        padding: 15px 15px 13px 15px;
        line-height: 1;
    }
    .status_inner{
        padding: 60px 90px;
    }
    .status_btn{
        width: 100%;
        padding: 20px 25px;
        max-width: 240px;
        border-radius: 45px;
    }
    .status_item:not(:nth-child(3n)){
        margin-right: 20px;
    }
}
@media screen and (max-width:1007px) {
  .status_item {margin-bottom: 10px;}
  .status_item:last-child {margin-bottom: 0;}
}

/* メインビジュアルと営業状況の調節*/

@media screen and (min-width:1081px){
	.index header #mainNavi li.parents:hover .subMenu,
	.index header #mainNavi li.parents:hover .subMenu-service{
		display: none;
	}
}

/************************************
ここまでトップページ（新規追加）
*************************************/

/************************************
common
*************************************/
section{width:calc(100% - 20px);}
@media screen and (min-width:769px){
	footer #translation{top:-36px;}
	footer .ftMenuOuter{margin-top:50px;}
	main#indexPage{
		display: flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	section+section:not(.mv){margin-top: 0;}
}
@media screen and (max-width:768px){
	footer .ftMenuOuter{margin-top:16px;}
	footer #ftMenu{
		margin-top:0;
		padding-top: 30px;
	}
	footer #translation{top:0;}
}


/*popup*/
.popup {
  width:100%;
  height:100%;
  /*background: rgba(0,0,0,0.6);*/
	background-color: rgba(255,255,255,.7);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .4s ease;
}
.popup.ok {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.popup-inner {
/*  max-width: 360px;
  width:85%;
  padding: 20px;*/
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  /*background-color:#fff;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*
.popup-inner p {
  padding-bottom: 20px;
}
*/
.popup-inner .wrap {
	position: absolute;
}
.popup-inner img.pc {
	width: min(65.625vw, 1260px);
	height: auto;
	border-radius: 10px;
}
.popup-inner img.sp {
	width: min(75vw, 828px);
	height: auto;
	border-radius: 10px;
}
.popup-inner #btn {
	text-indent: -999px;
	border: none;
	background: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 5px;
}
.popup-inner #btn::before,
.popup-inner #btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 0;
	top: 50%;
}
.popup-inner #btn::before {
	transform: rotate(45deg)
}
.popup-inner #btn::after {
	transform: rotate(-45deg)
}