@charset "utf-8";

/* ワイド画面でもワイドに表示されるよう値などはすべてvw指定にしております */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

body {
    color: #000;
    font-size: 12px;
    line-height: 1.4;
    margin: 0px;
    /* min-width: 1340px; */
}

body {
    background-color: #FFFFFF;
    margin-top: 4.5vw;
    overflow: hidden;
}

p {
    margin: 0px;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

.pr_img {
    overflow: hidden;
    position: relative;
}

img.pa_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    /* transform: rotate(90deg); */
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

.wrap {
    width: 83.4vw;
    margin: 0 auto;
    min-width: 768px;
}

.header {
    background-color: #000F33;
    padding: 6px 0;
    position: fixed;
    width: 100%;
    z-index: 150000;
    top: 0;
    height: 4.5vw;
}

.hd_cont_contact_box {
    align-items: center;
    justify-content: flex-end;
}

.hd_cont_contact_box .link_box {
    background-color: #fff;
    width: 18%;
    /* padding: 8.5px 0; */
    border-radius: 2px;
    border: 2px solid #fff;
    min-width: 150px;
}

.hd_cont_contact_box .link_box ul li {
    width: 50%;
    position: relative;
    min-width: 50%;
}

.hd_cont_contact_box .link_box ul li a {
    display: block;
    text-align: center;
    padding: 0.3vw 0;
    transition: 0.3s;
    position: relative;
}

.hd_cont_contact_box .link_box ul li a .img {
    width: 1.4vw;
    margin: auto;
    transition: 0.3s;
}

.hd_cont_contact_box .link_box ul li a:hover .img {
    visibility: hidden;
    opacity: 0;
}

.hd_cont_contact_box .link_box ul li a .img.hover {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.hd_cont_contact_box .link_box ul li a:hover .img.hover {
    visibility: visible;
    opacity: 1;
}

.hd_cont_contact_box .link_box ul li a p.text {
    font-size: 0.7vw;
    font-weight: 600;
    color: #231815;
    letter-spacing: 0.04em;
    margin-top: 4px;
    transition: 0.3s;
}

.hd_cont_contact_box .link_box ul li a:hover p.text {
    color: #fff;
}

.hd_cont_contact_box .link_box ul li:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #9D9D9E;
}

.hd_cont_contact_box .tel_box {
    color: #fff;
    margin-left: 3%;
}

.hd_cont_contact_box .tel_box p.tel {
    line-height: 1;
    font-size: 0.9vw;
    letter-spacing: 0.18em;
}

.font_01 {
    font-family: "Arial", "メイリオ";
}

.hd_cont_contact_box .tel_box p.tel span.num {
    color: #FFEF00;
    font-size: 1.6vw;
    letter-spacing: 0.12em;
    margin-left: 5px;
}

.hd_cont_contact_box .tel_box p.time {
    font-size: 0.6vw;
}

.hd_cont_contact_box .contact_box {
    width: 32.8%;
    margin-left: 1.5%;
    min-width: 230px;
}

.hd_cont_contact_box .contact_box ul li {
    width: 34%;
}

.hd_cont_contact_box .contact_box ul li a {
    background-color: #fff;
    position: relative;
    text-align: center;
    color: #231815;
    font-size: 0.8vw;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 0.7vw 0;
    border: 2px solid #F6F6F6;
    border-radius: 2px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s;
    /* border: 2px solid #fff; */
}

.hd_cont_contact_box .contact_box ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    width: 3px;
    height: 3px;
    border-top: 2px solid #878787;
    border-right: 2px solid #878787;
    transform: rotate(45deg);
    transition: 0.3s;
}

.hd_cont_contact_box .contact_box ul li.line a {
    background-color: #00B829;
    color: #fff;
    font-size: 10px;
    padding: 6px 0 0;
}

.hd_cont_contact_box .contact_box ul li a.line img {
    margin-bottom: 3px;
    display: block;
}

.hd_cont_contact_box .contact_box ul li.line {
    width: 29%;
}

.hd_cont_nav {
    align-items: center;
    background-color: #000F33;
    padding: 4px 0 10px;
}

.hd_cont_nav nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    border-left: 1px solid #fff;
    line-height: 2.1vw;
    transition: 0.3s;
    transition-delay: 0s;
    position: relative;
}

.hd_cont_nav nav ul li {
    width: 10.2vw;
}

.hd_cont_nav nav ul li:last-child a {
    /* border-right: 1px solid #fff; */
}

.hd_box {
    align-items: center;
}

#pc_hungerger_btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 4.8vw;
    height: 3.2vw;
    align-items: center;
    border-left: 1px solid #fff;
    cursor: pointer;
    transition: 0.5s;
    z-index: 100000;
}

#pc_hungerger_btn.active {
    border-color: transparent;
}

#pc_hungerger_btn span.line {
    display: block;
    width: 22.5px;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
}

#pc_hungerger_btn span.line+span.line {
    margin-top: 5px;
}

.hd_cont_contact_box .contact_box ul li.line a img {
    margin-bottom: 2px;
    width: 2.3vw;
}

.hd_cont_contact_box .contact_box ul li.line a::before {
    border-color: #fff;
}

section#top_mv {
    position: relative;
    /* padding: 150px 0 0; */
    overflow: hidden;
    height: calc(100vh - 125px);
}

section#top_mv video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* height: calc(100vh - 130px); */
    z-index: -1;
    object-fit: cover;
    height: 100%;
}

.top_mv_cont {
    height: 30vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8.3vw;
    margin: auto;
}

.top_mv_cont .wrap {
    position: relative;
    width: 100%;
}

.top_mv_h1_box {}

.top_mv_h1_box p.en {
    font-size: 4.5vw;
    color: #E0C634;
    letter-spacing: -0.06em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.top_mv_h1_box p.en span.blank {
    display: inline-block;
    width: 0.1vw;
}

.font_02 {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top_mv_h1_box h1 {
    color: #fff;
    font-size: 1.6vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-top: 14px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.top_mv_post_box {
    width: 38vw;
    margin-top: 80px;
}

.top_mv_post_box a {
    color: #fff;
    position: relative;
    padding: 2vw 2vw 3vw;
    transition: 0.3s;
    min-height: 140px;
}

.top_mv_post_box a .title {
    font-size: 1.1vw;
    font-weight: 300;
    letter-spacing: 0.08em;
    width: 100%;
    margin-bottom: 10px;
}

.top_mv_post_box a .text_box {
    width: 100%;
    padding-left: 7vw;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_mv_post_box a .text_box p.time {
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.top_mv_post_box a .text_box p.text {
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 6px;
}

.top_mv_post_box a .img {
    height: 4.5vw;
    width: 6vw;
    background-color: #eee;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    position: absolute;
    top: 4vw;
    left: 2vw;
}

.top_mv_post_box a p.more {
    position: absolute;
    bottom: 16px;
    right: 22px;
    padding-right: 12px;
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.top_mv_post_box a p.more::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

section#top_mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 15, 51, 0.2);
}

#pc_hungerger_btn.active span.line:nth-child(1) {
    transform: rotate(38deg);
}

#pc_hungerger_btn span.line:nth-child(1) {
    transform-origin: left;
}

#pc_hungerger_btn span.line:nth-child(3) {
    transform-origin: left;
}

#pc_hungerger_btn.active span.line:nth-child(3) {
    transform: rotate(-38deg);
}

#pc_hungerger_btn.active span.line:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.top_banner_slider li.slide_item {
    width: 35.6%;
    margin: 0 6px;
}

.top_banner_slider li.slide_item.vertical {
    width: 17.4%;
}

.top_banner_slider li.slide_item.vertical .slide+.slide {
    margin-top: 0.8vw;
}

.top_banner_slider {
    overflow: hidden;
}

section#top_banner_slider .swiper-pagination {
    top: auto;
    bottom: 0px !important;
    z-index: 100;
}

section#top_banner_slider {
    position: relative;
    margin-top: 50px;
    padding-bottom: 40px;
}

section#top_banner_slider .swiper-pagination span.swiper-pagination-bullet {
    width: 3.5vw;
    border-radius: 0px;
    margin: 0 !important;
    background-color: #000F33;
    height: 0.55vw;
    transition: 0.6s;
}

.common_h2_box {
    position: relative;
}

.common_h2_box p.en {
    font-size: 4vw;
    color: #000F33;
    letter-spacing: 0.02em;
    line-height: 1;
}

.common_h2_box h2 {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.common_h2_box p.text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin-top: 28px;
    /* padding-right: 46%; */
}

section#top_roomsearch {
    background-color: rgb(231, 234, 235);
    padding: 80px 0px;
    background-image: url(/penguin/resources/image/sumot/precious-h/top_roomsearch_img.png);
    background-position: right -35px top 62px;
    background-size: 440px;
    margin-top: 3vw;
    background-repeat: no-repeat;
}

.top_roomsearch_search {
    background-color: #fff;
    width: 63.5%;
    padding: 1.3vw 3.4vw;
}

.top_roomsearch_search h3 {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    background-image: url(/penguin/resources/image/sumot/precious-h/icon_search.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.5vw;
    padding-left: 25px;
}

.top_roomsearch_search ul li {
    width: 15.1vw;
}

.top_roomsearch_search ul li a {
    position: relative;
    background-color: #000F33;
    color: #fff;
    align-items: center;
    padding: 29px 28px;
    border-radius: 2px;
    transition: 0.3s;
    overflow: hidden;
}

.top_roomsearch_search ul li a p.text {
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.top_roomsearch_search ul li a span.icon {
    width: 1.6vw;
    display: block;
    margin-right: 14px;
}

.top_roomsearch_search ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.3s;
    z-index: 100;
}

.top_roomsearch_search ul {
    margin-top: 0.6vw;
    border-bottom: 1px solid #E8EAEB;
    padding-bottom: 1.2vw;
}

.top_roomsearch_search .form_box {
    padding-top: 12px;
}

.top_roomsearch_search .form_box form#form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5vw;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
}

.top_roomsearch_search .form_box form#form input.input {
    padding: 0;
    border: none;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
    border-radius: 100px 0 0 100px;
    width: 28.8vw;
    padding: 0 2vw;
    line-height: 2.3vw;
    border: 2px solid #eee;
    border-right: none;
}

.top_roomsearch_search .form_box form#form input.input::placeholder {
    color: #D9DADA;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.top_roomsearch_search .form_box form#form input.submit {
    border: none;
    background-color: #eee;
    width: 6.3vw;
    border-radius: 0 100px 100px 0;
    color: #001033;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: 0.3s;
}

.top_roomsearch_slider {
    width: 34%;
    position: relative;
}

.top_roomsearch_cont {
    margin-top: 4vw;
}

.swiper_top_roomsearch_container {
    overflow: hidden;
}

section#top_kodawari {
    background-color: #E7EAEB;
    padding: 30px 0;
}

.common_h2_box02 {
    text-align: center;
    position: relative;
}

.common_h2_box02 h2 {
    display: inline-block;
    background-color: #E7EAEB;
    padding: 0 15px;
    position: relative;
    z-index: 100;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.common_h2_box02::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 0.1vw;
    background-color: #DADBDB;
    left: 0;
}

.top_kodawari_slider {
    margin-top: 2.5vw;
    position: relative;
}

.top_kodawari_slider li.swiper-slide {
    width: 33.333% !important;
    padding: 0 15px !important;
}

.top_kodawari_swiper_container {
    overflow: hidden;
    padding-bottom: 1vw;
}

.top_kodawari_item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}

.top_kodawari_item:hover {
    opacity: 0.8;
}

.top_kodawari_item .text_box {
    background-color: #fff;
    padding: 0.8vw 1.4vw;
}

.top_kodawari_item .text_box h3 {
    font-size: 1.2vw;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.top_kodawari_item .text_box p.text {
    font-size: 0.8vw;
    letter-spacing: 0.04em;
    margin-top: 0.5vw;
    line-height: 1.5;
    color: #595757;
}

.top_kodawari_item a {
    color: #000;
}

.top_kodawari_item+.top_kodawari_item {
    margin-top: 1.4vw;
}

.top_buy_sell_banner {
    margin-top: 22px;
    transition: 0.3s;
}

.top_buy_sell_banner:hover {
    transform: translate(0vw, -0.5vw);
}

section#top_pickup {
    background-color: #E7EAEB;
    padding-top: 2vw;
    padding-bottom: 9vw;
}

.top_pickup_list {
    margin-top: 2.4vw;
}

.top_pickup_list ul li {
    width: 23.3%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.top_pickup_list ul li a {
    color: #000;
}

.top_pickup_list ul li:nth-child(4n),
.top_pickup_list ul li:nth-child(4n - 1),
.top_pickup_list ul li:nth-child(4n - 2) {
    margin-left: 1.8vw;
}

.top_pickup_list ul li .img {
    background-color: #c8c8c8;
    height: 13vw;
    position: relative;
}

.top_pickup_list ul li .img span.new {
    font-size: 1vw;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #E40012;
    padding: 2px 8px;
}

.top_pickup_list ul li .text_box {
    background-color: #fff;
    padding: 0.8vw 1.2vw;
}

.top_pickup_list ul li .text_box p.name {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.top_pickup_list ul li .text_box p.text {
    font-size: 0.8vw;
    letter-spacing: 0.03em;
    margin-top: 0.3vw;
    line-height: 1.5;
}

a.common_btn {
    display: block;
    text-align: center;
    width: 20vw;
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    line-height: 3.5vw;
    margin: auto;
    font-size: 1.1vw;
    letter-spacing: 0.06em;
    font-weight: normal;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
    position: relative;
    color: rgb(0, 15, 51);
    transition: all 0.3s ease 0s;
    border: 1px solid #fff;
}

a.common_btn:hover {
    background-color: #000f33;
    color: #fff;
}

.top_pickup_list ul {
    margin-bottom: 2.5vw;
}

.common_btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 2px solid #878787;
    border-right: 2px solid #878787;
    transform: rotate(45deg);
}

section#top_collabo {
    background-image: url(/penguin/resources/image/sumot/precious-h/top_collabo_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vw 0 4vw;
    position: relative;
}

section#top_collabo .teikei_messe {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

section#top_collabo .teikei_messe span:before {
    content: "";
    height: 20px;
    width: 1px;
    background: #000;
    display: inline-block;
    transform: rotate(-20deg);
    vertical-align: middle;
    margin-right: 20px;
}

section#top_collabo .teikei_messe span:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #000;
    display: inline-block;
    transform: rotate(20deg);
    vertical-align: middle;
    margin-left: 20px;
}

.top_collabo_title {
    text-align: center;
}

.top_collabo_title .title_box {}

.top_collabo_title .title_box h2 {
    position: relative;
    width: 50%;
    margin: auto;
}

.top_collabo_title .title_box h2 span {
    position: absolute;
    width: 50%;
    bottom: 1.5vw;
    left: -5vw;
}

.top_collabo_title .title_box p.sub {
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 2vw;
}

.top_collabo_list {
    margin: 5vw 0 3vw;
}

.top_collabo_list ul {
    flex-wrap: nowrap;
}

.top_collabo_list li {
    width: 33.3vw;
}

.online_main {
    text-align: center;
}

.online_main img {
    max-width: 100%;
    width: 1200px;
}

.top_collabo_list li .img_box {
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.top_collabo_list li .img_box img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.top_collabo_list li:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top_collabo_list li .img_box p {
    position: absolute;
    top: 2vw;
    left: 1vw;
    width: 3.5vw;
}

.top_collabo_list li .text_box {
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    padding: 1.5vw 0 3vw;
    position: relative;
}

.top_collabo_list li:not(:first-child) .text_box {
    border-left: none;
}

.top_collabo_list li .text_box::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 6px;
    background: url(/penguin/resources/image/sumot/precious-h/top_collabo_arrow.png)no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1.5vw;
}

.top_collabo_list li .text_box h2 {
    width: 72%;
    margin: auto;
}

section#top_voice {
    background-color: #000F33;
    padding: 5vw 0;
}

section#top_voice .common_h2_box {
    color: #fff;
}

section#top_voice .common_h2_box p.en {
    color: #fff;

}

.top_voice_cont {
    margin-top: 2.5vw;
}

.top_voice_cont ul li {
    width: 24%;
}

.top_voice_cont ul li .img {
    height: 15vw;
    background-color: #eee;
}

.top_voice_cont ul li:nth-child(4n),
.top_voice_cont ul li:nth-child(4n - 1),
.top_voice_cont ul li:nth-child(4n -2) {
    margin-left: 1.3%;
}

.top_voice_cont ul li .text_box {
    background-color: #fff;
    justify-content: center;
    align-items: flex-end;
    padding: 0.6vw 0;
}

.top_voice_cont ul li .text_box p.text {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #000F33;
    line-height: 1;
    margin-right: 16px;
}

.top_voice_cont ul li .text_box p.num {
    color: #D94145;
    font-size: 1.8vw;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 10px;
    line-height: 0.7;
}

.top_voice_cont ul {
    margin-bottom: 2.5vw;
}

section#top_kuchikomi {
    background-color: #000F33;
    padding: 4.5vw 0;
    background: url(/penguin/resources/image/sumot/precious-h/top_kuchikomi_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}

.top_kuchikomi_title p.sub {
    width: 70%;
    margin: auto;
    position: relative;
}

.top_kuchikomi_title h2 {
    width: 88%;
    margin: -40px auto 0;
}

.top_kuchikomi_title {
    margin-bottom: 2vw;
}

#top_female {
    padding: 4.5vw 0;
    background-color: #001033;
}

.ekiten_outline {
    width: 49%;
    background-color: #eee;
    padding: 1vw;
}

.ekiten_outline .ban_area img {
    width: 100%;
}

.ekiten_iframe {
    margin-top: 2vw;
}

.ekiten_list {
    background-color: #fff;
    overflow: scroll;
    height: 300px;
}

.ekiten_list li {
    border-bottom: 2px solid #eee;
    padding: 1vw 1vw;
}

.ekiten_list li span.hoshi_02 {
    width: 9vw;
    display: inline-block;
}

.ekiten_list li span.hoshi_num {
    font-size: 1.3vw;
    font-weight: 600;
    color: #EE7221;
    display: inline-block;
    margin-left: 0.5vw;
}

.ekiten_list li span.hoshi_num.hoshi5 {
    color: #DC411B;
}

.ekiten_list li span.title {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-left: 0.6vw;
}

.ekiten_list li p.text {
    font-size: 0.9vw;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 0.5vw;
}

.banner_female {
    transition: 0.3s;
}

.banner_female:hover {
    transform: translate(0vw, -0.5vw);
}

.kutikomi_a a {
    display: block;
    width: 90%;
    border: 1px solid #000;
    border-radius: 100px;
    text-align: center;
    margin: 16px auto 0px;
    color: #000;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 2.5vw;
    transition: 0.3s;
}

.kutikomi_a a:hover {
    background-color: #000f33;
    color: #fff;
    border-color: #000f33;
}

section#top_staff {
    padding: 6vw 0;
}

section#top_staff .common_h2_box {}

section#top_staff .common_h2_box p.en_text {
    position: absolute;
    right: 0;
    top: -3vw;
    width: 44%;
}

.top_staff_list {
    margin-top: 2.2vw;
}

.top_staff_list ul li {
    width: 25%;
}

.top_staff_list ul li a {
    position: relative;
    overflow: hidden;
}

.top_staff_list ul li a img {
    width: 100%;
}

.top_staff_list ul li a .img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    visibility: hidden;
    opacity: 0;
}

.top_staff_list ul li a .text_box {
    position: absolute;
    /* top: 0; */
    z-index: 100;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 0vw;
    margin: auto;
    color: #fff;
    padding: 0 20px;
    height: 90px;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
}

.top_staff_list ul li a .text_box p.name {
    font-size: 1.5vw;
    letter-spacing: 0.04em;
}

.top_staff_list ul li a .text_box p.en {
    font-size: 1.3vw;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4vw;
}

.top_staff_list ul li a .text_box p.position {
    font-size: 0.9vw;
    letter-spacing: 0.04em;
    margin-top: 0.6vw;
}

.top_staff_list ul li a:hover .img.hover {
    visibility: visible;
    opacity: 1;
}

.top_staff_list ul li a:hover .text_box {
    visibility: visible;
    opacity: 1;
    bottom: 8vw;
    transition-delay: 0.5s;
}

.top_staff_list ul li a::before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 15, 51, 0.4);
    z-index: 90;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    /* visibility: hidden; */
    /* opacity: 0; */
}

.top_staff_list ul li a:hover::before {
    /* visibility: visible; */
    /* opacity: 1; */
    bottom: 0;
}

section#top_blog {}

section#top_blog .common_h2_box02 {}

section#top_blog .common_h2_box02 h2 {
    background-color: #fff;
}

.top_blog_list {
    margin-top: 1vw;
}

.top_blog_list ul li a {
    align-items: center;
    color: #000;
    position: relative;
    border-bottom: 2px dashed #DADBDB;
    padding: 2vw 2vw;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_blog_list ul li a:hover {
    color: #fff;
}

.top_blog_list ul li a .img {
    width: 20%;
    height: 12vw;
}

.top_blog_list ul li a .text_box {
    width: 78%;
    padding-right: 5vw;
}

.top_blog_list ul li a .text_box p.time {
    color: #000F33;
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_blog_list ul li a .text_box p.ttl {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 0.4vw;
}

.top_blog_list ul li a .text_box p.text {
    color: #595757;
    font-size: 1vw;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 0.3vw;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_blog_list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #878787;
    border-right: 2px solid #878787;
    transform: rotate(45deg);
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 500;
}

.top_blog_list ul {
    margin-bottom: 2.8vw;
}

section#top_recruit {
    background-image: url(/penguin/resources/image/sumot/precious-h/top_recruit_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4vw 0;
    transition: 0.3s;
}

section#top_recruit .common_h2_box {
    text-align: center;
}

section#top_recruit .common_h2_box p.en {
    color: #fff;
}

section#top_recruit .common_h2_box h2 {
    color: #fff;
}

.top_recruit_cont {
    color: #fff;
    text-align: center;
}

section#top_service {
    background-color: #000F33;
    padding: 5vw 0;
}

.top_service_list ul li {
    width: 33.333%;
    transition: 0.3s;
}

.top_service_list ul li:hover {
    transform: scale(1.04);
}

.ft_cont_logo_box {
    width: 30%;
}

.ft_cont_contact_box {
    width: 67%;
    border-left: 2px solid #DADBDB;
}

.ft_cont_contact_box ul {
    width: 54.3vw;
    margin-left: auto;
}

.ft_cont_contact_box .img_box {
    justify-content: flex-end;
    margin-top: 1.4vw;
}

.ft_cont_contact_box ul li {
    width: 30%;
    margin-left: 1.6vw;
}

.ft_cont_contact_box ul li a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 1vw;
    color: #231815;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 2px solid #E1E1E1;
    border-radius: 4px;
    line-height: 2.7vw;
    transition: 0.3s;
}

.ft_cont_contact_box ul li a:hover {
    background-color: #000f33;
    color: #fff;
}

.ft_cont_contact_box ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1vw;
    width: 3px;
    height: 3px;
    border-top: 2px solid #3E3A39;
    border-right: 2px solid #3E3A39;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.3s;
}

.ft_cont_contact_box ul li a:hover::before {
    right: 0.7vw;
    border-color: #fff;
}

.ft_cont_contact_box ul li:nth-child(n + 4) {
    margin-top: 0.6vw;
}

.ft_cont_contact_box .img_box .img {
    width: 31.5%;
}

.ft_cont_inner {
    align-items: center;
}

.ft_cont_logo_box .logo {
    width: 15.2vw;
    margin: auto;
}

.ft_cont_logo_box .logo img {
    width: 100%;
}

.ft_cont_logo_box .text_box {
    text-align: center;
    margin-top: 2.5vw;
}

.ft_cont_logo_box .text_box p.name {
    font-size: 0.8vw;
    letter-spacing: 0.08em;
}

.ft_cont_logo_box .text_box p.tel {
    font-size: 1.3vw;
    letter-spacing: 0.04em;
    margin-top: 0.4vw;
}

.ft_cont_logo_box .text_box p.tel span.color {
    color: #E96000;
    font-size: 2vw;
    letter-spacing: 0.04em;
    margin-left: 0.4vw;
}

.ft_cont_logo_box .text_box p.text {
    font-size: 0.8vw;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.ft_cont_text_box {
    width: 100%;
    margin-top: 2vw;
}

.ft_cont_text_box p.text {
    font-size: 0.9vw;
    letter-spacing: 0.06em;
    line-height: 2;
    color: #595757;
    font-weight: 300;
}

.ft_cont {
    padding: 3vw 0;
}

.ft_nav {
    background-color: #F6F6F6;
    padding: 3.5vw 0;
}

.ft_nav_list_box {
    width: 70%;
}

.ft_nav_list_item {}

.ft_nav_list_item .title {
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.ft_nav_list_item ul li a {
    color: #000;
    font-size: 0.9vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-right: 1px solid #000;
    padding: 0px 0.8vw;
    line-height: 1.4;
    display: inline-block;
    transition: 0.3s;
}

.ft_nav_list_item ul li a:hover {
    opacity: 0.8;
    color: #e0c634;
}

.ft_nav_list_item ul li:first-child a {
    padding-left: 0;
}

.ft_nav_list_item ul {
    margin-top: 0.8vw;
}

.ft_nav_list_item+.ft_nav_list_item {
    margin-top: 3vw;
}

.ft_nav_list_item ul.link li a {
    background-image: url(/penguin/resources/image/sumot/precious-h/icon_link_black.svg);
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 6px;
    padding-right: 24px;
}

.ft_nav_info_box {
    width: 29%;
    border-left: 2px solid #E1E1E1;
    padding-left: 1vw;
}

.ft_nav_info_box .sns_box {}

.sns_box .ttl {
    justify-content: center;
}

.sns_box ul {
    justify-content: center;
    margin-top: 0.6vw;
}

.sns_box ul li {
    width: 6.5vw;
    margin: 0 0.2vw;
}

.sns_box .ttl p.en {
    font-size: 1.2vw;
    color: #000F33;
    letter-spacing: 0.04em;
    margin-left: 0.3vw;
}

.ft_nav_list_item ul+ul {
    margin-top: 0.4vw;
}

.ft_nav_list_item ul li:last-child a {
    border-right: none;
}

.ft_nav_info_box .credit_box {
    border-bottom: 2px solid #E1E1E1;
    padding: 1.2vw 0;
}

.ft_nav_info_box .access_box {
    padding-top: 1.4vw;
}

.ft_nav_info_box .access_box p.name {
    font-size: 0.9vw;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.ft_nav_info_box .access_box p.add {
    font-size: 0.9vw;
    line-height: 1.6;
    margin-top: 0.2vw;
    letter-spacing: 0.04em;
}

.ft_nav_info_box .access_box .map {
    margin-top: 1vw;
    height: 13.6vw;
}

.ft_nav_info_box .access_box .map iframe {
    width: 100%;
    height: 100%;
}

.ft_nav_info_box .link_box {
    font-size: 0.7vw;
    justify-content: center;
    margin-top: 2.8vw;
    letter-spacing: 0.04em;
    font-weight: 300;
}

.ft_nav_info_box .link_box a {
    color: #000;
}

.ft_nav_info_box .link_box span {
    margin: 0 0.5vw;
}

.ft_copyright {
    text-align: center;
    width: 100%;
    margin-top: 5vw;
}

.ft_copyright small {
    font-size: 12px;
    letter-spacing: 0.04em;
}

.top_recruit_cont p.en_text {
    width: 30vw;
    margin: 1.6vw auto 0;
}

.top_recruit_cont p.message {
    font-size: 1.2vw;
    letter-spacing: 0.08em;
    margin-top: 0.6vw;
}

.top_recruit_cont p.text {
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    margin-top: 1.8vw;
}

.top_recruit_cont p.btn {
    display: block;
    width: 23vw;
    margin: 1vw auto 0;
    border: 1px solid #fff;
    font-size: 1.6vw;
    padding: 0.2vw 0;
    transition: 0.3s;
}

section#top_recruit:hover p.btn {
    background-color: #fff;
    color: #000;
}

section#top_recruit:hover {
    /* opacity: 0.8; */
}

.top_store_h2_box h2 {
    color: #000F33;
    font-size: 4vw;
    letter-spacing: 0.04em;
}

.top_store_h2_box {
    text-align: center;
}

section#top_store {
    margin-top: 50px;
}

.top_group_cont {
    margin-top: 75px;
}

.top_voice_cont ul li .img img {
    transition: 0.3s;
}

.top_voice_cont ul li:hover .img img {
    transform: scale(1.05);
}

#top_collabo a.common_btn {
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), #000F33);
    color: #fff;
}

.top_collabo_cont .list ul li .logo02 {
    width: 40.7%;
}

.top_pickup_list ul li .img img {
    transition: 0.3s;
}

.top_pickup_list ul li:hover .img img {
    transform: scale(1.05);
}

.top_roomsearch_search ul li a:hover::before {
    right: 12px;
}

.top_roomsearch_search ul li a:hover {
    opacity: 0.9;
}

.top_roomsearch_search .form_box form#form input.submit:hover {
    background-color: #001033;
    color: #fff;
}

.hd_cont_nav nav ul li a:hover {
    background-color: #fff;
    color: #001033;
    transition-delay: 0.3s;
}

.hd_cont_contact_box .link_box ul li a:hover {
    background-color: #000f33;
}

.hd_cont_contact_box .contact_box ul li a:hover::before {
    /* right: 3px; */
}

.hd_cont_contact_box .contact_box ul li a:hover {
    background-color: #001033;
    color: #fff;
}

.top_mv_post_box a:hover p.more::before {
    right: -5px;
}

.top_mv_scroll_btn {
    position: absolute;
    bottom: 4vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    z-index: 1000;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_mv_scroll_btn a {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.04em;
    position: relative;
}

.top_mv_scroll_btn a::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: 0.3s;
    animation-name: toggleScroll;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes toggleScroll {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: visible;
        opacity: 1;
    }

    110% {
        visibility: hidden;
        opacity: 0;
    }
}

.hd_box .logo_box {
    width: 18%;
    transition: 0.3s;
    transform: translate(0px, 2.2vw);
}

.logo_box a span {
    color: #fff;
    font-size: 1vw;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 8px;
    letter-spacing: 5px;
}

.hd_box .logo_box.active a span {
    font-size: 15px;
    letter-spacing: 3.5px;
}

.hd_cont {
    width: 80%;
    min-width: 615px;
}

.hd_box .logo_box img {
    width: 100%;
}

#pc_hungerger_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    z-index: 200000;
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    visibility: hidden;
    opacity: 0;
}

#pc_hungerger_menu.active {
    visibility: visible;
    opacity: 1;
}

.pc_hungerger_menu_cont {
    align-items: center;
    height: 100%;
}

.pc_hunberger_logo_box {
    width: 30vw;
    background-image: radial-gradient(#E0C634 12%, transparent 15%),
        radial-gradient(#E0C634 12%, transparent 15%);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc_hunberger_nav_box {
    width: 63vw;
    position: relative;
}

.pc_hunberger_nav_list_item {}

.pc_hunberger_nav_list_item ul li a {
    color: #000;
    font-size: 0.9vw;
    letter-spacing: 0.04em;
    border-right: 1px solid #000;
    padding: 0 1vw;
    line-height: 1.2;
    display: inline-block;
}

.pc_hunberger_nav_list_item ul li:first-child a {
    padding-left: 0;
}

.pc_hunberger_nav_list_item .title {
    font-size: 1vw;
    letter-spacing: 0.02em;
    font-weight: bold;
}

.pc_hunberger_nav_list_item+.pc_hunberger_nav_list_item {
    margin-top: 1.5vw;
}

.pc_hunberger_nav_list_item ul {
    margin-top: 1.5vw;
}

.pc_hunberger_logo_box .text_box {
    text-align: center;
    margin-top: 2.2vw;
    margin-bottom: 3vw;
}

.pc_hunberger_logo_box .text_box p.name {
    font-size: 0.8vw;
    letter-spacing: 0.04em;
}

.pc_hunberger_logo_box .text_box p.tel {
    font-size: 1.3vw;
    margin-top: 0.3vw;
}

.pc_hunberger_logo_box .text_box p.tel span.color {
    color: #E96000;
    font-size: 2vw;
    letter-spacing: 0.05em;
    margin-left: 0.5vw;
}

.pc_hunberger_logo_box .text_box p.text {
    letter-spacing: 0.04em;
    font-size: 0.8vw;
    margin-top: -0.2vw;
}

.pc_hunberger_nav_list_item ul.link li a {
    background-image: url(/penguin/resources/image/sumot/precious-h/icon_link_black.svg);
    background-position: right 0.8vw center;
    background-repeat: no-repeat;
    background-size: 0.4vw;
    padding-right: 1.5vw;
    transition: 0.3s;
}

.pc_hunberger_nav_list_item ul.link li a:hover {
    opacity: 0.8;
}

#pc_hungerger_btn.active span.line {
    background-color: #001033;
}

.pc_hunberger_logo_box .logo {
    width: 15.1vw;
}

.pc_hunberger_logo_box .logo img {
    width: 100%;
}

.top_roomsearch_slider .pager {
    height: 2vw;
    width: 2vw;
    background-color: #001033;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    cursor: pointer;
}

.top_roomsearch_slider .pager.swiper-top_roomsearch-button-next {
    right: -1vw;
}

.top_roomsearch_slider .pager.swiper-top_roomsearch-button-prev {
    left: -1vw;
}

.top_roomsearch_slider .pager::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.top_roomsearch_slider .pager.swiper-top_roomsearch-button-prev::before {
    transform: rotate(-135deg);
}

.swiper-top_roomsearch-pagination {
    text-align: center;
    margin-top: 0.4vw;
    position: absolute;
    bottom: -1.5vw !important;
}

.swiper-top_roomsearch-pagination span {
    background-color: #001033;
    width: 0.7vw;
    height: 0.7vw;
    margin: 0 0.4vw !important;
}

.top_kodawari_slider .pager {
    width: 2vw;
    height: 2vw;
    background-color: #011034;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
}

.pager.swiper-top_kodawari-button-next {
    right: -3vw;
}

.top_kodawari_slider .pager::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.pager.swiper-top_kodawari-button-prev {
    left: -3vw;
}

.pager.swiper-top_kodawari-button-prev::before {
    transform: rotate(-135deg);
}

/* ローディング */

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: hideLoading;
    animation-delay: 2.8s;
    animation-fill-mode: forwards;
    animation-duration: 0.1s;
    z-index: 200000;
}

@keyframes hideLoading {
    0% {
        z-index: 200000;
    }

    100% {
        z-index: -100;
    }
}

#loading span.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loading .img {
    position: relative;
    z-index: 100;
    animation-name: moveLoadingLogo, showLoadingLogo;
    animation-fill-mode: forwards;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1), ease;
}

@keyframes moveLoadingLogo {
    0% {
        transform: translate(0px, 50px);
    }

    33% {
        transform: translate(0px, 0px);
    }

    80% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, -50px);
    }
}

@keyframes showLoadingLogo {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: visible;
        opacity: 1;
    }

    90% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

#loading span.bg01 {
    background-color: #001033;
    z-index: 50;
    animation-name: moveLoadingBg;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
    animation-duration: 1s;
}

#loading span.bg02 {
    background-color: #E0C634;
    z-index: 20;
    animation-name: moveLoadingBg;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
    animation-duration: 1s;
}

@keyframes moveLoadingBg {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

/* マウスストーカー */

.mouse-stalker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
    mix-blend-mode: exclusion;
}

.mouse-stalker>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000F33;
    flex-shrink: 0;
}

.hd_cont_nav_cont {
    align-items: center;
    justify-content: flex-end;
}

.hd_box .logo_box.active {
    transform: translate(0px, 0px);
    width: 14%;
}

.pc_hunberger_nav_box #close_btn {
    position: absolute;
    top: -6vw;
    right: 9.7vw;
    width: 30px;
    height: 26px;
    /* background-color: red; */
}

.pc_hunberger_nav_box #close_btn::before,
.pc_hunberger_nav_box #close_btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #000f33;
    transform-origin: center center;
}

.pc_hunberger_nav_box #close_btn::before {
    transform: rotate(45deg);
}

.pc_hunberger_nav_box #close_btn::after {
    transform: rotate(-45deg);
}

.hd_cont_nav nav ul li a::before,
.hd_cont_nav nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
}

.hd_cont_nav nav ul li a::before {
    top: 0;
    left: 0;
    transform-origin: left;
}

.hd_cont_nav nav ul li a::after {
    bottom: 0;
    right: 0;
    transform-origin: right;
}

.hd_cont_nav nav ul li a:hover::before,
.hd_cont_nav nav ul li a:hover::after {
    transform: scaleX(1);
    transition-delay: 0s;
}

.top_mv_post_box a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000F33;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    /* visibility: hidden; */
    /* opacity: 0; */
    z-index: 100;
}

.top_mv_post_box a>* {
    position: relative;
    z-index: 200;
}

.top_mv_post_box a .hover_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    visibility: hidden;
    opacity: 0;
    z-index: 50;
}

.top_mv_post_box a .hover_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_mv_post_box a:hover .hover_bg {
    /* visibility: visible; */
    /* opacity: 1; */
}

.top_mv_post_box a:hover::before {
    opacity: 0.8;
}

.top_mv_post_box a:hover .img {
    /* visibility: hidden; */
    /* opacity: 0; */
}

.top_mv_post_box a:hover .text_box {
    /* padding-left: 0; */
}

.top_mv_scroll_btn:hover {
    transform: scale(1.2);
}

.top_banner_slider li.slide_item .slide.not_active {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.top_roomsearch_search ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #e0c634;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_roomsearch_search ul li a>* {
    position: relative;
    z-index: 100;
}

.top_roomsearch_search ul li a:hover::after {
    left: 0;
}

.top_collabo_cont .list ul li a span.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_collabo_cont .list ul li a span.bg.bg01 {
    background-color: #f1f1f1;
    transition-delay: 0.3s;
}

.top_collabo_cont .list ul li a span.bg.bg02 {
    background-color: #e0c634;
    transition-delay: 0s;
}

.top_collabo_cont .list ul li a:hover span.bg {
    transform: scale(1);
}

.top_collabo_cont .list ul li a>* {
    position: relative;
    z-index: 100;
}

.top_collabo_cont .list ul li a:hover span.bg.bg02 {
    transition-delay: 0.3s;
}

.top_collabo_cont .list ul li a:hover span.bg.bg01 {
    transition-delay: 0s;
}

.top_voice_cont ul li a {
    display: block;
    position: relative;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0.3s;
}

.top_voice_cont ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0c634;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0s;
}

.top_voice_cont ul li a>* {
    position: relative;
    z-index: 100;
}

.top_voice_cont ul li a:hover {
    transform: scale(0.9);
    transition-delay: 0s;
}

.top_voice_cont ul li a:hover::before {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    transition-delay: 0.3s;
}

.top_blog_list ul li a span.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transform: scaleX(0);
    transform-origin: left;
}

.top_blog_list ul li a span.bg01 {
    background-color: #eee;
    transition-delay: 0.4s;
}

.top_blog_list ul li a span.bg02 {
    background-color: #000f33;
}

.top_blog_list ul li a>* {
    position: relative;
    z-index: 100;
}

.top_blog_list ul li a:hover span.bg {
    transform: scaleX(1);
}

.top_blog_list ul li a:hover span.bg02 {
    transition-delay: 0.4s;
}

.top_blog_list ul li a:hover span.bg01 {
    transition-delay: 0s;
}

.top_blog_list ul li a:hover .text_box p.time {
    color: #fff;
}

.top_blog_list ul li a:hover .text_box p.text {
    color: #fff;
}

.top_blog_list ul li a:hover::before {
    border-color: #fff;
}

.swiper-container ul:hover li.swiper-slide .slide:not(:hover) {
    -webkit-filter: grayscale(85%);
    -moz-filter: grayscale(85%);
    -ms-filter: grayscale(85%);
    filter: grayscale(85%);
    transform: scale(0.96);
}

.swiper-container ul:hover li.swiper-slide .slide,
.swiper-container ul,
.swiper-container ul li.swiper-slide .slide:not(:hover) {
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_collabo_cont .list ul li a .logo img {
    width: 100%;
}

.top_collabo_cont .list ul li a .logo {
    width: 37%;
}

#top_staff .common_h2_box p.text {
    padding-right: 46%;
}

.top_mv_post_box a span.border {
    position: absolute;
    width: 103%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_mv_post_box a span.border::before,
.top_mv_post_box a span.border::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid #dfc50f;
    border-left: 4px solid #dfc50f;
}

.top_mv_post_box a span.border.top::before {
    top: 0;
    left: 0;
}

.top_mv_post_box a span.border.top::after {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.top_mv_post_box a span.border.bottom::before {
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.top_mv_post_box a span.border.bottom::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.top_mv_post_box a:hover span.border {
    width: 97%;
    height: 94%;
    visibility: visible;
    opacity: 1;
}

.top_roomsearch_search .form_box h4 {
    text-align: center;
    font-size: 1.2vw;
    letter-spacing: 0.04em;
}

.bottom_fixed_menu {
    display: none;
}

/* 共通 */

.common_page_h1_cont {
    /* background-color: #004156; */
    /* text-align: center; */
    /* padding: 0vw 0 0 60px; */
    /* position: relative; */
    /* z-index: 100; */
    /* border-radius: 5px; */
    /* width: calc(100% - 10px); */
    /* box-shadow: 10px 10px #dfc50d; */
    /* height: 4.7vw; */
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    width: 820px;
}

.common_page_h1_text {
    display: inline-block;
    /* background-color: #e7eaeb; */
    position: relative;
    z-index: 100;
    padding: 0 160px;
}

.common_page_h1_cont p.en {
    /* font-size: 13vw; */
    /* letter-spacing: 0.02em; */
    /* color: #fff; */
    /* margin-left: 6px; */
    /* line-height: 1; */
    /* transform: translate(0px, 2.4vw); */
    /* position: absolute; */
    /* bottom: 0; */
    color: #e0c634;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
}

.common_page_h1_text h1 {
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 0.3vw;
}

.common_page_h1_box {
    position: relative;
    background-color: #e7eaeb;
}

.common_page_h1_box .wrap {
    background-image: url(/penguin/resources/image/sumot/precious-h/page_h1_image.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: right center;
    padding: 60px 0 60px;
}

/*.common_page_h1_box::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 82%;background-color: #000F33;}

.common_page_h1_text::before,.common_page_h1_text::after {content: '';position: absolute;top: 0;bottom: 0;width: 120px;height: 2px;background-color: #000F33;margin: auto;}

.common_page_h1_text::before {
  left: 0;
}

.common_page_h1_text::after {
  right: 0;
}*/

#breadcrumbs {
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #bfbfbf;
}

#breadcrumbs li a {
    color: #000;
    transition: .2s;
}

#breadcrumbs li a:hover {
    color: #666;
}

#breadcrumbs li {
    /* font-weight: 600; */
    letter-spacing: 0.04em;
    font-size: 12px;
    background: none;
    padding: 10px 20px;
    margin-right: 0;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}

#breadcrumbs li::before {
    display: block;
    content: "";
    width: 7px;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#breadcrumbs li:last-child {
    border-right: 1px solid #bfbfbf;
    padding-left: 20px;
}

#breadcrumbs li:first-child::before {
    display: none;
}

/* 店舗概要 */

.common_page_table_box {}

.common_page_table_box table {
    /* border-collapse: collapse; */
}

.common_page_table_box table th,
.common_page_table_box table td {
    padding: 0;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.04em;
    padding: 22px 10px 22px 40px;
    line-height: 1.8;
}

.common_page_wrap {
    padding: 50px 0 100px;
}

.common_page_table_box table th {
    width: 200px;
}

.common_page_table_box table tr:nth-child(even) {
    background-color: #fafafa;
}

.common_page_table_box table td p.text+p.text {
    margin-top: 10px;
}

/* オーナー様へ */

.common_page_h2_box {}

.common_page_h2_box h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #000F33;
    position: relative;
    padding: 15px 0 0 26px;
}

.common_page_h2_box h2:first-letter {
    /* color: #dfc50f; */
}

.page_owner_intro_box {
    background-color: #fafafa;
    padding: 32px 26px 20px;
    margin-top: -13px;
}

.page_owner_intro_box .trouble_list {}

.page_owner_intro_box .trouble_list li {
    border: 2px solid #000F33;
    padding: 2px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    margin-right: 8px;
    letter-spacing: 0.04em;
}

.page_owner_intro_box .text_box {
    margin-top: 16px;
}

.page_owner_intro_box .text_box p.text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.page_owner_intro_box .text_box p.text+p.text {
    margin-top: 8px;
}

.page_owner_flow {
    margin-top: 65px;
}

.page_owner_flow_list {
    margin-top: 0;
}

.page_owner_flow_list ul li {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 26px 80px 26px 120px;
}

.page_owner_flow_list ul li span.num {
    position: absolute;
    left: 40px;
    background-color: #000F33;
    color: #dfc50f;
    width: 60px;
    font-size: 30px;
    text-align: center;
    height: 50px;
    border-radius: 8px;
    line-height: 52px;
}

.page_owner_flow_list ul li h3 {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-top: 9px;
}

.page_owner_flow_list ul li p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 8px;
}

.page_owner_flow_list ul li:nth-child(even) {
    background-color: #fafafa;
}

.page_owner_flow_box {
    margin-top: 16px;
}

.page_owner_trouble {
    margin-top: 65px;
}

.page_owner_trouble_box {
    background-color: #fafafa;
    padding: 32px 26px 20px;
    margin-top: -13px;
}

.page_owner_trouble_box .text_box {}

.page_owner_trouble_box .text_box p.text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.page_owner_trouble_box .text_box p.text+p.text {
    margin-top: 8px;
}

.page_owner_management_flow {
    margin-top: 65px;
}

.page_owner_management_flow_box {
    margin-top: 16px;
}

.page_owner_management_flow_box ul li {
    border: 2px solid #000F33;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    width: 23%;
    text-align: center;
    padding: 0px 0 0px 1.9vw;
    border-radius: 100px;
    position: relative;
    height: 3.6vw;
    line-height: 3.2vw;
}

.page_owner_management_flow_box ul li:nth-child(n + 5) {
    margin-top: 12px;
}

.page_owner_management_flow_box ul li span.num {
    position: absolute;
    left: -1px;
    background-color: #000F33;
    color: #fff;
    border-radius: 100px;
    height: 3.3vw;
    top: 0;
    line-height: 3.4vw;
    width: 3.5vw;
    font-size: 1.8vw;
}

.page_owner_management_flow_box ul li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.5vw;
    width: 0;
    height: 0;
    border-top: 1vw solid #000F33;
    border-left: 1vw solid transparent;
    transform: rotate(45deg);
    margin: auto;
}

.page_owner_management_flow_box ul li:last-child::before {
    display: none;
}

.common_page_h2_box h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    background-image: url(/penguin/resources/image/sumot/precious-h/camma.svg);
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.page_owner_bring ul li {
    background-image: url(/penguin/resources/image/sumot/precious-h/icon_check.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
    letter-spacing: 0.04em;
    background-color: #fafafa;
    width: 25%;
    padding: 12px 6px 12px 45px;
    border: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.9vw;
    font-weight: 600;
}

.page_owner_bring {
    margin-top: 24px;
}

.page_owner_bring ul {
    margin-top: 14px;
}

.page_owner_bring ul li.big {
    width: 50%;
}

/* LIVING HOUSE */

.page_livinghouse_intro {
    background-image: url(/penguin/resources/image/sumot/precious-h/livinghouse-main-image.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 65px 66px;
}

.page_livinghouse_intro .logo {
    width: 700px;
    margin: auto;
}

.page_livinghouse_intro .logo img {
    width: 100%;
}

.page_livinghouse_intro_box_item {}

.page_livinghouse_intro_box_item .text_box {
    width: 48%;
    padding: 24px 0;
}

.page_livinghouse_intro_box_item .text_box p.text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 2;
    font-weight: 500;
}

.page_livinghouse_intro_box {
    margin-top: 40px;
}

.page_livinghouse_intro_box_item .img {
    width: 48%;
    background-image: url(/penguin/resources/image/sumot/precious-h/sub_image01.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_livinghouse_intro_box_item+.page_livinghouse_intro_box_item .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/sub_image02.jpeg);
}

.page_livinghouse_intro_box_item+.page_livinghouse_intro_box_item {
    margin-top: 40px;
}

.page_livinghouse_feature {
    margin-top: 65px;
}

.page_livinghouse_feature_list {}

.page_livinghouse_feature_list ul li {
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 40px 40px;
}

.page_livinghouse_feature_list ul li .img {
    width: 10%;
}

.page_livinghouse_feature_list ul li .text_box {
    width: 87%;
}

.page_livinghouse_feature_list ul li .text_box h2 {
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #000F33;
}

.page_livinghouse_feature_list ul li .text_box p.text {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.page_livinghouse_special {
    margin-top: 65px;
}

.common_page_h2_box p.text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 12px;
}

.page_livinghouse_special_box {
    margin-top: 16px;
}

.page_livinghouse_special_box ul li {
    align-items: center;
    border-bottom: 1px solid #eee;
    width: 48%;
    padding: 20px 0;
}

.page_livinghouse_special_box ul li p.ttl {
    width: 90px;
    font-weight: 400;
    background-color: #000F33;
    color: #dfc50f;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
}

.page_livinghouse_special_box ul li p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.page_livinghouse_special_box ul li p.text {
    width: calc(100% - 110px);
    font-size: 14px;
}

.page_livinghouse_strength {
    margin-top: 65px;
}

.page_livinghouse_strength_box {
    margin-top: 24px;
}

.page_livinghouse_strength_box ul li {
    align-items: center;
    background-color: #fafafa;
    padding: 24px 40px;
}

.page_livinghouse_strength_box ul li .img {
    width: 20%;
}

.page_livinghouse_strength_box ul li .text_box {
    width: 78%;
}

.page_livinghouse_strength_box ul li .text_box p.sub_h2 {
    border: 2px solid #000F33;
    display: inline-block;
    font-size: 14px;
    border-radius: 100px;
    padding: 2px 14px;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.page_livinghouse_strength_box ul li .text_box h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-top: 8px;
}

.page_livinghouse_strength_box ul li .text_box p.text {
    font-size: 15px;
    letter-spacing: 0.04em;
    margin-top: 10px;
    line-height: 1.8;
}

.page_livinghouse_strength_box ul li+li {
    margin-top: 24px;
}

.page_livinghouse_strength_box ul li:nth-child(even) {
    /* flex-direction: row-reverse; */
}

.page_livinghouse_flow {
    margin-top: 65px;
}

.page_livinghouse_flow_box {
    margin-top: 40px;
}

.page_livinghouse_flow_box ul li {
    width: 32%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    position: relative;
    padding: 40px 20px 16px;
}

.page_livinghouse_flow_box ul li p.sub_h2 {
    position: absolute;
    top: -13px;
    left: 0;
    width: 80%;
    text-align: center;
    right: 0;
    margin: auto;
    color: #000F33;
    background-color: #dfc50f;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 0;
    letter-spacing: 0.04em;
}

.page_livinghouse_flow_box ul li.flow01 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/livinghouse-qrcode.png);
    width: 50%;
    margin: auto;
}

.page_livinghouse_flow_box ul li.flow02 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/flow02.jpg);
}

.page_livinghouse_flow_box ul li.flow03 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/flow03.jpg);
}

.page_livinghouse_flow_box ul li .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.page_livinghouse_flow_box ul li .text_box {
    margin-top: 16px;
}

.page_livinghouse_flow_box ul li .text_box .h3_box {
    justify-content: center;
    align-items: center;
}

.page_livinghouse_flow_box ul li .text_box .h3_box span.num {
    background-color: #000F33;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    border-radius: 6px;
}

.page_livinghouse_flow_box ul li .text_box .h3_box h3 {
    font-size: 18px;
    color: #000F33;
}

.page_livinghouse_flow_box ul li .text_box p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 12px;
}

.page_livinghouse_strength_box ul li.strength01 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/coordinate01.jpg);
}

.page_livinghouse_strength_box ul li.strength02 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/coordinate02.jpg);
}

.page_livinghouse_strength_box ul li.strength03 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/coordinate03.png);
}

.page_livinghouse_strength_box ul li.strength04 .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/coordinate04.jpeg);
}

.page_livinghouse_strength_box ul li .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 152px;
}

.page_livinghouse_intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.page_livinghouse_intro>* {
    position: relative;
    z-index: 100;
}

/* tokyointerior */

.page_tokyointerior_3d_box {
    margin-top: 24px;
    background-color: #fafafa;
    padding: 24px 40px;
    border-bottom: 6px solid #000F33;
}

.page_tokyointerior_3d_box .img {
    width: 30%;
    background-image: url(/penguin/resources/image/sumot/precious-h/tokyointerior_3d_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_tokyointerior_3d_box .text_box {
    width: 67%;
}

.page_tokyointerior_3d_box .text_box p.text {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.page_tokyointerior_3d_box .text_box .solution {
    margin-top: 12px;
}

.page_tokyointerior_3d_box .text_box .solution p.ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #000F33;
    margin-bottom: 6px;
}

.page_tokyointerior_3d_box .text_box p.kome {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 8px;
}

.page_tokyointerior_kids {
    margin-top: 65px;
}

.page_tokyointerior_cafe {
    margin-top: 65px;
}

.page_tokyointerior_coupon {
    margin-top: 65px;
}

.page_tokyointerior_common_box {
    margin-top: 24px;
    align-items: center;
    background-color: #fafafa;
    padding: 24px 40px;
    border-bottom: 6px solid #000F33;
}

.page_tokyointerior_common_box .img {
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.page_tokyointerior_common_box .text_box {
    width: 67%;
}

.page_tokyointerior_common_box .text_box p.text {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.page_tokyointerior_common_box .text_box p.kome {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 8px;
}

.page_tokyointerior_common_box .text_box p.excerpt {
    color: #de1a1a;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 18px;
    margin-top: 8px;
}

.page_tokyointerior_kids .page_tokyointerior_common_box .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/tokyointerior_kids_img.jpg);
}

.page_tokyointerior_cafe .page_tokyointerior_common_box .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/tokyointerior_cafe_img.jpg);
}

.page_tokyointerior_coupon .page_tokyointerior_common_box .img {
    background-image: url(/penguin/resources/image/sumot/precious-h/tokyointerior_coupon_img.jpg);
}

/* サイトマップ */

.page_sitemap_cont .ft_nav_list_box {
    width: 100%;
}

/* プライバシーポリシー */

.page_privacy_cont {}

.page_privacy_cont p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.page_privacy_cont p.ttl {
    font-weight: 600;
    margin-top: 30px;
}

.page_privacy_cont p.text {
    margin-top: 6px;
}

/* ミラブル */

.page_mirable_intro_box {
    margin-top: 24px;
}

.page_mirable_intro_box ul li {
    width: 32.5%;
}

.page_mirable_intro_box ul li .text_box {
    margin-top: 10px;
    padding: 0 8px;
}

.page_mirable_intro_box ul li .text_box h3 {
    color: #000F33;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 0.04em;
}

.page_mirable_intro_box ul li .text_box p.text {
    font-size: 15px;
    margin-top: 8px;
    letter-spacing: 0.04em;
}

.page_mirable_intro_box ul li .text_box h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #000F33;
}

.page_mirable_intro_box .feature_box {
    margin-top: 44px;
}

.page_mirable_intro_box .feature_box .feature_item {
    width: 49%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 24px 24px 12px 140px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.page_mirable_intro_box .feature_box .feature_item h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
}

.page_mirable_intro_box .feature_box .feature_item p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 8px;
}

.page_mirable_intro_box .feature_box .feature_item p.sub_h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 24px;
    text-align: center;
    background-color: #000F33;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_mirable_bubble {
    margin-top: 65px;
}

.page_mirable_bubble_cont {
    align-items: center;
    margin-top: 24px;
    background-color: #fafafa;
    padding: 24px 24px;
}

.page_mirable_bubble_cont .img {
    width: 40%;
}

.page_mirable_bubble_cont .text_box {
    width: 58%;
}

.page_mirable_bubble_cont .text_box h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
    background-color: #000F33;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    border-radius: 6px;
}

.page_mirable_bubble_cont .text_box p.text {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.page_mirable_bubble_cont .text_box p.kome {
    font-size: 11px;
    margin-top: 8px;
}

.page_mirable_efficacy {
    margin-top: 65px;
}

.page_mirable_efficacy_box {
    margin-top: 24px;
}

.page_mirable_efficacy_box ul li {
    width: 49%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 24px 24px;
}

.page_mirable_efficacy_box ul li h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #000F33;
    border-left: 4px solid #000F33;
    padding-left: 12px;
}

.page_mirable_efficacy_box ul li p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 10px;
}

.page_mirable_efficacy_box ul li:nth-child(n + 3) {
    margin-top: 24px;
}

/* clean */

.page_clean_intro {
    margin-top: 65px;
}

.page_clean_intro_box {
    margin-top: 24px;
}

.page_clean_intro_box ul li {
    width: 32%;
    position: relative;
    background-color: #fafafa;
    padding: 24px 24px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page_clean_intro_box ul li span.num {
    background-color: #000F33;
    color: #fff;
    font-size: 30px;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 51px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 16px;
}

.page_clean_intro_box ul li .img {
    border-radius: 10px;
    overflow: hidden;
}

.page_clean_intro_box ul li h3 {
    color: #000F33;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.page_clean_intro_box ul li .text_box {
    margin-top: 14px;
}

.page_clean_intro_box ul li .text_box p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 8px;
}

/* smartphone */

.page_smartphone_intro {
    margin-top: 65px;
    /* align-items: center; */
}

.page_smartphone_intro_trouble {
    width: 44%;
    background-color: #fafafa;
    padding: 24px 50px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
}

.page_smartphone_intro_price {
    width: 56%;
    background-color: #0b4da2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.page_smartphone_intro_trouble ul li {
    font-size: 16px;
    letter-spacing: 0.04em;
}

.page_smartphone_intro_trouble ul li+li {
    margin-top: 8px;
}

.page_smartphone_intro_trouble ul {
    margin-top: 24px;
}

.page_smartphone_intro_price p.price {
    font-size: 20px;
    line-height: 1;
}

.page_smartphone_intro_price p.price span.big {
    font-size: 40px;
    /* color: #dfc50f; */
    margin: 0 2px;
}

.page_smartphone_intro_price ul li {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-right: 11px;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 2px 16px;
}

.page_smartphone_intro_price ul {
    margin-top: 10px;
    justify-content: center;
}

.page_smartphone_intro_price p.kome {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 8px;
}

.page_smartphone_intro_price::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 84%;
    border: 2px solid #fff;
    margin: auto;
}

/* homeassist */

.page_homeassist_support_cont {
    margin-top: 40px;
}

.page_homeassist_support_cont ul li {
    width: 49%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    position: relative;
    padding: 36px 20px;
}

.page_homeassist_support_cont ul li span.num {
    background-color: #001033;
    color: #fff;
    font-size: 22px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    left: 0;
}

.page_homeassist_support_cont ul li h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
}

.page_homeassist_support_cont ul li .text_box {
    margin-top: 8px;
}

.page_homeassist_support_cont ul li .text_box p.text+p.text {
    margin-top: 6px;
}

.page_homeassist_support_cont ul li .text_box p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.page_homeassist_support_cont ul {
    /* justify-content: center; */
}

.page_homeassist_support_cont ul li:nth-child(n + 3) {
    margin-top: 40px;
}

/* lifeline */

.page_lifeline_intro_img {
    width: 40%;
}

.page_lifeline_intro {
    align-items: center;
    background-color: #fafafa;
    padding: 30px 28px;
    border-bottom: 4px solid #001033;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
}

.page_lifeline_intro .text_box {
    width: 58%;
}

.page_lifeline_intro .text_box p.ttl {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 16px;
}

.page_lifeline_intro .text_box p.text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.page_lifeline_intro .text_box p.text+p.text {
    margin-top: 8px;
}

/* student */

.page_student_link {
    background-color: #fafafa;
    padding: 40px 28px;
}

.page_student_link ul {
    justify-content: center;
}

.page_student_link ul li {
    width: 32%;
    margin-right: 2%;
}

.page_student_link ul li:nth-child(3n) {
    margin-right: 0;
}

.page_student_link ul li:nth-child(n + 4) {
    margin-top: 16px;
}

/* staff */

.page_staff_single_intro {}

.page_staff_single_intro .img {
    width: 20%;
}

.page_staff_single_intro .text_box {
    width: 77%;
}

.page_staff_single_intro .text_box .profile_box {}

.page_staff_single_intro .text_box .profile_box p.position {
    font-size: 16px;
    background-color: #001033;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 4px;
}

.page_staff_single_intro .text_box .profile_box p.name {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 8px;
}

.page_staff_single_intro .text_box .profile_box p.name span.furigana {
    font-size: 18px;
    margin-left: 16px;
}

.page_staff_single_intro .text_box .profile_box .message_box {
    position: relative;
    background-color: #fafafa;
    padding: 32px 16px 24px;
    margin-top: 40px;
    border-radius: 10px;
}

.page_staff_single_intro .text_box .profile_box .message_box p.ttl {
    position: absolute;
    top: -15px;
    left: 16px;
    font-size: 24px;
    letter-spacing: 0.04em;
}

.page_staff_single_intro .text_box .profile_box .message_box p.text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-weight: 600;
}

.page_staff_single_faq {
    margin-top: 40px;
}

.page_staff_single_faq p.answer {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 10px;
    padding-left: 28px;
}

.page_staff_single_faq ul li+li {
    margin-top: 34px;
}

/* 採用情報 */

.page_recruit_intro_box {}

.page_recruit_intro_box ul li {
    border: 2px solid #001033;
    color: #001033;
    font-weight: 700;
    font-size: 16px;
    border-radius: 100px;
    padding: 2px 16px;
    margin: 5px 4px;
    letter-spacing: 0.04em;
}

.page_recruit_intro_box .img_box {
    background-color: #fafafa;
    padding: 30px 40px;
    margin-top: 24px;
}

.page_recruit_intro_box .img_box .img {
    width: 49%;
    height: 350px;
}

.page_recruit_intro_box .img_box .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page_recruit_intro_box ul {
    margin-top: 16px;
}

.page_recruit_description {
    margin-top: 65px;
}

.page_recruit_description_table {}

.page_recruit_description_table .cat_list {
    margin-top: 16px;
}

.page_recruit_description_table .cat_list li {
    font-size: 15px;
    letter-spacing: 0.04em;
    border: 2px solid #001033;
    border-radius: 100px;
    padding: 4px 16px;
    margin: 0 8px 0 0px;
    font-weight: 600;
}

#job_description_table {
    margin-top: 24px;
}

#job_description_table th,
#job_description_table td {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding: 24px 40px;
}

#job_description_table th {
    background-color: #fafafa;
    width: 200px;
}

#job_description_table td dd {
    margin: 0;
}

.page_recruit_how {
    margin-top: 65px;
    margin-bottom: 65px;
}

.common_page_btn_box {
    justify-content: center;
}

.common_page_btn_box a {
    display: block;
    font-size: 18px;
    color: #001033;
    font-weight: 600;
    border: 2px solid #001033;
    border-radius: 100px;
    padding: 6px 70px;
    letter-spacing: 0.04em;
    transition: 0.3s;
}

.common_page_btn_box a:hover {
    background-color: #001033;
    color: #fff;
}

.common_page_h1_cont h1 {
    /* position: absolute; */
    /* text-align: center; */
    /* width: 100%; */
    /* bottom: 10.6vw; */
    /* letter-spacing: 0.08em; */
    /* font-size: 1.1vw; */
    /* left: 74px; */
    /* line-height: 1; */
    /* color: #fff; */
    /* font-weight: 400; */
    /* padding-left: 64px; */
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
}

.common_page_h1_cont h1 span {
    font-size: 14px;
    letter-spacing: 0px;
}

.common_page_h1_cont h1 span:before {
    content: "/";
    padding: 0 5px;
}

.common_page_h1_cont h1 span.buildingListTitle {
    font-size: 14px;
    display: block;
    font-style: italic;
    color: #a2a2a2;
    font-weight: normal;
}

.common_page_h1_cont h1 span.buildingListTitle:before {
    display: none;
}

p.en.font_02 {}

/*.common_page_h1_cont h1::before {content: '';position: absolute;top: 0;bottom: 0;left: 0;width: 50px;height: 1px;background-color: #fff;margin: auto;}*/



/* EDION */
.page_edion_cont {
    margin-top: 5vw;
    align-items: center;
}

.page_edion_cont .img_box {
    width: 50%;
}

.page_edion_cont .img_box {
    width: 40%;
}

.page_edion_cont .text_box {
    width: 53%;
}

.page_edion_cont .text_box .img {
    width: 68%;
    margin: 0 auto 3vw;
}

.page_edion_cont .text_box p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* EDION */
.page_edion_cont {
    margin-top: 5vw;
    align-items: center;
}

.page_edion_cont .img_box {
    width: 50%;
}

.page_edion_cont .img_box {
    width: 40%;
}

.page_edion_cont .text_box {
    width: 53%;
}

.page_edion_cont .text_box .img {
    width: 68%;
    margin: 0 auto 3vw;
}

.page_edion_cont .text_box p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.page_edion_info {
    margin-top: 5vw;
    background: #000f32;
    color: #fff;
    padding: 3vw;
}

.page_edion_info .center_box {
    width: 23%;
}

.page_edion_info .right_box {
    width: 43%;
}

.page_edion_info .left_box {
    width: 30%;
}

.page_edion_info .left_box span.title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 8px 30px;
    background: #fff;
    color: #000;
}

.page_edion_info .left_box p.logo {
    width: 50%;
    margin: 2vw 0;
}

.page_edion_info .left_box h2 {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 1vw;
}

.page_edion_info .left_box p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 300;
}

/* 東京インテリアページ */

.page_tokyointerior_cont_new {
    padding-top: 50px;
}

.page_tokyointerior_cont_new .main_textArea {
    text-align: center;
    margin-bottom: 100px;
}

.page_tokyointerior_cont_new .main_textArea h2 {
    font-size: 74px;
    color: #3e3a3a;
    font-style: italic;
    margin-bottom: 70px;
}

.page_tokyointerior_cont_new .main_textArea h2 small {
    display: block;
    font-size: 40px;
}

.page_tokyointerior_cont_new .main_textArea h2 span {
    color: #951e24;
}

.page_tokyointerior_cont_new .main_textArea .logo_banner {
    margin-bottom: 100px;
}

.page_tokyointerior_cont_new .main_textArea p {
    font-size: 20px;
    line-height: 2;
}

.page_tokyointerior_cont_new .main_contents h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
}

.page_tokyointerior_cont_new .main_contents h3 img {
    vertical-align: bottom;
    margin-right: .5em;
}

.page_tokyointerior_cont_new .main_contents ul li {
    background: #e6e9ea;
    padding: 60px;
    margin-bottom: 30px;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap {
    margin-bottom: 50px;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap.type-2 .image {
    width: 49%;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap.type-3 .image {
    width: 31%;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap.flow-ver .image {
    position: relative;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap.flow-ver .image:after {
    content: "";
    display: block;
    width: 21px;
    height: 240px;
    background: url(/penguin/resources/image/sumot/_common/icon_arrow.svg) no-repeat;
    background-position: center;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 2;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap.flow-ver .image:last-child::after {
    display: none;
}

.page_tokyointerior_cont_new .main_contents ul li .image_wrap .image p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: .5em;
}

.page_tokyointerior_cont_new .main_contents ul li h4 {
    margin-bottom: 50px;
    font-size: 20px;
    padding-left: 90px;
    position: relative;
}

.page_tokyointerior_cont_new .main_contents ul li h4 span.num {
    display: block;
    width: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -15px;
}

.page_tokyointerior_cont_new .main_contents ul li .textArea p {
    font-size: 16px;
    line-height: 2;
}

.page_tokyointerior_cont_new .main_contents ul li .textArea p b {
    font-size: 25px;
    margin-bottom: 2em;
    display: inline-block;
}

.page_tokyointerior_cont_new .main_contents ul li h5 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    padding-left: 20px;
    border-left: 4px solid;
    margin-bottom: 30px;
}

.page_tokyointerior_cont_new .main_contents ul li dl {
    border: 1px solid #9c9d9d;
    margin-top: 50px;
    padding: 20px;
    margin-bottom: 0;
}

.page_tokyointerior_cont_new .main_contents ul li dl dt {
    font-size: 18px;
    margin-bottom: .5em;
}

.page_tokyointerior_cont_new .main_contents ul li dl dd {
    margin: 0;
}

.page_tokyointerior_cont_new .main_contents ul li dl dd ol {
    padding-left: 20px;
}

.page_tokyointerior_cont_new .main_contents ul li dl dd ol li {
    padding: 0;
    margin-bottom: 0;
    line-height: 2;
    list-style: disc;
    font-size: 14px;
}

.page_tokyointerior_cont_new .other_box {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #9c9d9d;
    padding: 20px 40px;
    margin-bottom: 50px;
}

.page_tokyointerior_cont_new .other_box dl {
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2;
}

.page_tokyointerior_cont_new .other_box dl:last-child {
    margin-bottom: 0;
}

.page_tokyointerior_cont_new .other_box dl dt:before {
    content: "■";
    margin-right: .5em;
}

.page_tokyointerior_cont_new .other_box dl dd {
    margin: 0;
}

.page_tokyointerior_cont_new .other_box h5 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: .5em;
    font-weight: 400;
}

.page_tokyointerior_cont_new .store_box {
    background: #000f32;
    padding: 30px;
    margin-bottom: 50px;
}

.page_tokyointerior_cont_new .store_box .textArea {
    width: calc(100% - 560px);
    color: #fff;
}

.page_tokyointerior_cont_new .store_box .textArea h5 {
    background: #fff;
    color: #000f32;
    font-size: 18px;
    padding: .5em 2em;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 70px;
}

.page_tokyointerior_cont_new .store_box .textArea h3 {
    text-align: left;
    margin-bottom: 40px;
}

.page_tokyointerior_cont_new .store_box .textArea h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.page_tokyointerior_cont_new .store_box .textArea p {
    font-size: 16px;
    line-height: 2;
}

.page_tokyointerior_cont_new .store_box .imageArea {
    width: 560px;
}

.page_tokyointerior_cont_new .mapArea {
    height: 340px;
}

.page_lifull_cont {
    text-align: center;
    padding: 50px 0;
    background-color: #ed6103;
}

.page_lifull_cont .img {
    margin-bottom: 30px;
}


.page_lifull_cont h2 {
    font-size: 80px;
    color: #fff;
    letter-spacing: 20px;
    text-indent: 20px;
    margin-bottom: 50px;
}

.page_lifull_cont h2 span {
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 10px;
    text-indent: 10px;
}

.page_lifull_cont h3 {
    margin-bottom: 50px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
}

.page_lifull_cont .bigTxt {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.page_lifull_cont .subTxt {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.page_security_average {
    margin-bottom: 100px;
}

@media (max-width: 1024px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    .wrap {
        max-width: 96%;
    }

    .top_mv_h1_box p.en {
        font-size: 9vw;
    }

    .wrap {
        min-width: auto;
        width: 100% !important;
    }

    body {
        min-width: 100%;
        margin-top: 50px !important;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 25px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: #fff;
        border-radius: 0px;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 3px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 0.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: #001032 !important;
    }

    a.slicknav_btn {
        margin: 12px 10px 3px 0px;
        padding: 0px 0 0 0px;
        height: 25px;
        width: 25px;
        background-color: transparent;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #333 !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 100%;
        text-align: left;
        margin: 0;
        letter-spacing: normal;
        font-size: 80%;
        border: solid #ccc;
        border-width: 0 0px 1px 0;
        line-height: 30px;
        background-image: url(/penguin/resources/image/sumot/precious-h/sp_yaji.png);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right 15px center;
        padding-left: 25px;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 140px;
        top: 9px;
        left: 15px;
        /* bottom: 0; */
        /* margin: auto; */
        /* height: 8vw; */
    }

    .sp_hd_fav {
        position: absolute;
        width: 62px;
        top: 5.5px;
        right: 50px;
        background-color: #fff;
        text-align: center;
        padding: 3px 0;
    }

    .sp_hd_rireki {
        position: absolute;
        width: 70px;
        top: 5.5px;
        right: 116px;
        background-color: #fff;
        text-align: center;
        padding: 3px 0;
    }

    .sp_hd a p.text {
        font-size: 1vw;
        color: #000;
        font-weight: 600;
    }

    #sp_menu {}

    .sp.sp_hd {}

    .sp_hd a .img {
        width: 18px;
        margin: auto;
    }

    .sp_hd a .img img {
        width: 100%;
    }

    .sp_menu_contact {}

    .sp_menu_contact ul li {
        width: 32%;
    }

    .sp_menu_contact ul {
        display: flex !important;
        margin-left: 0;
    }

    .sp_menu_contact ul li a {
        background-color: #fff;
        line-height: 1.5;
        display: block;
        border: 2px solid #eee;
        border-radius: 2px;
        position: relative;
        padding: 0;
        text-align: center;
        letter-spacing: 0.04em;
        margin: 0;
    }

    .sp_menu_contact ul li a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 1.6vw;
        width: 3px;
        height: 3px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }

    .sp_menu_contact ul li a img {
        display: block;
        margin-bottom: 1vw;
        margin: 1px auto;
        width: 38px;
    }

    .sp_menu_contact ul li.line a {
        background-color: #00b829;
        color: #fff !important;
    }

    .sp_menu_contact ul li.line a::before {
        border-color: #fff;
    }

    .sp_menu_box {
        padding: 5vw 2vw;
    }

    .sp_menu_list {
        margin-top: 5vw;
    }

    .sp_menu_list h2 {
        font-size: 1.8vw;
        font-weight: 500;
        letter-spacing: 0.04em;
        margin-top: 3vw;
        border-bottom: 1px solid #fff;
        padding: 0 2vw 2vw;
        position: relative;
    }

    .sp_menu_list_cont {
        margin: 0vw 0 5vw;
        background-color: #fafafa;
        padding: 2vw 3vw;
    }

    .sp_menu_list_cont ul {
        display: flex !important;
        margin-left: 0;
    }

    .sp_menu_list_cont ul li {
        width: 49%;
    }

    .sp_menu_list_cont ul li a {
        margin: 0;
        padding: 0 2vw;
        line-height: 2.5;
        color: #000 !important;
        font-weight: 400;
        letter-spacing: 0.04em;
        border-bottom: 1px dashed #ccc;
    }

    p.closeBtnHat {
        display: none;
    }

    .sp_menu_list h2::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 3vw;
        margin: auto;
        width: 4px;
        height: 4px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        right: 5vw;
        transition: 0.5s;
    }

    .sp_menu_list h2.nowOpen::before {
        transform: rotate(-135deg);
    }

    .top_roomsearch_search .form_box form#form input.submit {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .top_staff_list ul {
        display: block;
        overflow-x: auto;
        /* 横スクロールの指定 */
        white-space: nowrap;
        /* 横スクロールの指定 */
        overflow-scrolling: touch;
        /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;
        /* スクロールを滑らかにする */
    }

    .top_staff_list ul li {
        display: inline-block;
    }

    .top_staff_list ul li a:before {
        /* visibility: visible; */
        /* opacity: 1; */
        bottom: 0;
    }

    .top_staff_list ul li a .text_box {
        visibility: visible;
        opacity: 1;
        bottom: 4vw;
        transition-delay: 0.5s;
        padding: 0 5vw;
    }

    .top_collabo_cont .img_box {
        width: 50%;
    }

    .top_collabo_cont .img_box .img {
        width: 100%;
    }

    #top_staff .common_h2_box p.text {
        padding-right: 45%;
    }

    .top_buy_sell_banner .img a img.pc {
        display: block;
    }

    .top_buy_sell_banner .img a img.sp {
        display: none;
    }

    .top_roomsearch_search ul li {
        width: 33%;
    }

    .top_roomsearch_search ul li a span.icon {
        width: 15%;
    }

    .top_roomsearch_search ul li a {
        padding: 10% 8%;
    }

    .banner_female .img a img.pc {
        display: block;
    }

    .banner_female .img a img.sp {
        display: none;
    }

    .top_group_cont a img.pc {
        display: block;
    }

    .top_group_cont a img.sp {
        display: none;
    }

    .slicknav_nav ul {
        margin-left: 0 !important;
    }

    .sp_menu_list h2 i {
        margin-right: 16px;
    }

    .top_mv_h1_box h1 {
        font-size: 2.3vw;
    }

    .top_mv_post_box a span.border {
        visibility: visible;
        opacity: 1;
        width: 97%;
        height: 94%;
    }

    .top_mv_post_box a:hover::before {
        opacity: 1;
    }

    .top_roomsearch_search ul li a:hover::after {
        display: none;
    }

    .top_collabo_cont .list ul li a:hover span.bg {
        display: none;
    }

    .top_staff_list ul li a:hover .img.hover {
        display: none;
    }

    .top_blog_list ul li a:hover span.bg {
        display: none;
    }

    .top_voice_cont ul li .text_box .star {
        width: 10vw;
    }

    .top_pickup_list ul li .img span.new {
        font-size: 10px;
    }

    /* 店舗概要 */

    .common_page_table_box table th,
    .common_page_table_box table td {
        font-size: 14px;
    }

    .page_owner_management_flow_box ul li {
        font-size: 1.3vw;
    }

    /* オーナー様へ */

    .page_owner_bring ul li {
        font-size: 1.3vw;
    }

    /* LIVING HOUSE */

    .page_livinghouse_flow_box ul li p.sub_h2 {
        font-size: 1.6vw;
    }

    .page_livinghouse_flow_box ul li {
        padding: 25px 12px 16px;
    }

    .page_livinghouse_flow_box ul li.flow01 .img {
        width: 100%;
    }

    .page_livinghouse_intro .logo {
        width: 90%;
    }

    /* clean */

    .page_clean_cont .banner img.sp {
        display: none;
    }

    .page_clean_cont .banner img.pc {
        display: block;
    }

    /* smartphone */

    .page_smartphone_cont .banner .img img.sp {
        display: none;
    }

    .page_smartphone_cont .banner .img img.pc {
        display: block;
    }

    .page_smartphone_intro_trouble {
        padding: 24px 16px;
    }

    .page_smartphone_intro_trouble ul li {
        font-size: 1.6vw;
    }

    .page_smartphone_intro_price ul li {
        font-size: 1.6vw;
    }

    .page_smartphone_intro_trouble .common_page_h2_box h2 {
        font-size: 2.1vw;
    }
}

@media (min-width: 1500px) {
    section#top_mv video {
        height: auto;
    }
}


@media (max-width: 750px) {

    .top_mv_h1_box h1 {
        font-size: 3vw;
        margin-top: 1vw;
    }

    section#top_mv {
        padding: 25vw 0 0;
        height: 60vw;
        overflow: inherit;
    }

    .top_mv_post_box {
        position: absolute;
        bottom: -58vw;
        z-index: 100;
        width: 90vw;
        right: 0;
        left: 0;
        margin: auto;
    }

    .top_mv_post_box a {
        padding: 4vw 5vw 8vw;
        min-height: unset;
    }

    .top_mv_post_box a .title {
        font-size: 3.5vw;
        height: auto;
    }

    .top_mv_post_box a .img {
        width: 16vw;
        height: 16vw;
        top: 10vw;
        left: 5vw;
        ;
    }

    .top_mv_post_box a .text_box {
        width: 100%;
        padding-left: 19vw;
    }

    .top_mv_post_box a .text_box p.time {
        font-size: 2.8vw;
    }

    .top_mv_post_box a .text_box p.text {
        font-size: 4vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
    }

    .top_mv_post_box a p.more {
        font-size: 3vw;
        bottom: 3.4vw;
    }

    .top_mv_scroll_btn {
        display: none;
    }

    .top_mv_cont {
        height: 100%;
        left: 00;
        margin: 0;
        width: 100%;
        padding-top: 16vw;
    }

    .top_mv_h1_box {
        text-align: center;
    }

    section#top_mv::before {
        background-color: rgba(0, 15, 51, 0.4);
    }

    section#top_banner_slider {
        margin-top: 45vw;
        padding-bottom: 6vw;
    }

    .common_h2_box p.en {
        font-size: 9vw;
    }

    .common_h2_box h2 {
        font-size: 3vw;
        margin-top: 5vw;
        font-weight: normal;
    }

    .common_h2_box p.text {
        font-size: 3.2vw;
        margin-top: 5vw;
    }

    .top_roomsearch_search {
        width: 100%;
        padding: 5vw 3vw;
    }

    .top_roomsearch_search h3 {
        font-size: 5.5vw;
        background-size: 6vw;
        padding-left: 8vw;
        background-position: 22vw;
        margin-bottom: 1em;
        text-align: center;
    }

    .top_roomsearch_search ul li {
        width: 100%;
        margin-bottom: 3vw;
    }

    .top_roomsearch_search ul li a {
        padding: 5vw;
        padding-left: 10vw;
        justify-content: flex-start;
    }

    .top_roomsearch_search ul li a span.icon {
        margin-right: 0;
        width: 15%;
    }

    .top_roomsearch_search ul li a span.icon img {
        width: 100%;
    }

    .top_roomsearch_search ul li a::before {
        right: 8vw;
        width: 4vw;
        height: 4vw;
    }

    .top_roomsearch_search ul {
        margin-top: 1.5vw;
        padding-bottom: 3vw;
    }

    .top_roomsearch_search .form_box form#form input.input {
        padding: 0 0 0 10px;
        border-radius: 20px 0 0 20px;
        outline: none;
        background: none;
        width: 80%;
        line-height: 10vw;
        box-shadow: none;
    }


    .top_roomsearch_search .form_box form#form input.input::placeholder {
        font-size: 3vw;
    }

    .top_roomsearch_search .form_box form#form input.submit {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: none;
        outline: none;
        width: 20%;
        letter-spacing: 1.5px;
        background-color: #001033;
        color: #fff;
        font-size: 4vw;
    }

    .top_roomsearch_search .form_box form#form {
        margin-top: 3vw;
    }

    .top_roomsearch_slider {
        width: 100%;
        margin-top: 4vw;
    }

    section#top_roomsearch {
        background-blend-mode: screen;
        padding: 13vw 0vw;
        background-size: 90vw;
        background-position: top right;
    }

    .top_roomsearch_search ul li a p.text {
        margin-top: 1.5vw;
        font-size: 4vw;
        width: 85%;
        padding-left: 10vw;
    }

    .common_h2_box02 h2 {
        font-size: 4.6vw;
    }

    section#top_kodawari {
        padding: 0 0;
    }

    section#top_kodawari .sp {
        overflow-x: scroll;
    }

    section#top_kodawari ul {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 5vw;
    }

    section#top_kodawari ul li {
        width: 48.5% !important;
        margin-right: 3% !important;
        padding: 0 !important;
    }

    .top_kodawari_item .text_box h3 {
        font-size: 3vw;
    }

    .top_kodawari_item .text_box p.text {
        display: none;
    }

    .top_kodawari_item .text_box {
        padding: 3vw 2vw;
    }

    .top_kodawari_item+.top_kodawari_item {
        margin-top: 3.8vw;
    }

    section#top_pickup {
        padding: 8vw 0vw 24vw;
    }

    .top_pickup_list ul li {
        width: 50vw;
        flex-shrink: 0;
    }

    .top_pickup_list ul li a {
        display: block;
        height: 100%;
    }

    .top_pickup_list ul li .img {
        width: 100%;
        height: 38vw;
    }

    .top_pickup_list ul li .text_box {
        width: 100%;
        padding: 4vw 3vw;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .top_pickup_list ul li .text_box p.name {
        font-size: 3.9vw;
    }

    .top_pickup_list ul li .text_box p.text {
        font-size: 3.2vw;
        margin-top: 1vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .top_pickup_list ul li:nth-child(4n),
    .top_pickup_list ul li:nth-child(4n - 1),
    .top_pickup_list ul li:nth-child(4n - 2) {
        margin-left: 0;
    }

    .top_pickup_list ul li+li {
        margin-top: 0;
    }

    .top_pickup_list ul li .img span.new {}

    .top_collabo_cont .img_box .img {
        width: 77%;
        position: static;
        margin: auto;
    }

    .top_collabo_cont .img_box p.text {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    a.common_btn {
        width: 80%;
        font-size: 3.8vw;
        line-height: 12vw;
    }

    .top_pickup_list ul {
        margin-bottom: 7vw;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 3vw;
        overflow-x: scroll;
    }

    .top_collabo_cont .list ul li a::before {
        width: 4px;
        height: 4px;
        right: 4vw;
    }

    .top_collabo_cont .list ul li+li {
        margin-top: 5vw;
    }

    section#top_collabo {
        padding: 20vw 0vw 10vw;
    }

    .top_collabo_title .title_box h2 {
        width: 60%;
    }

    .top_collabo_title .title_box h2 span {
        left: -10vw;
        bottom: 1vw;
    }

    .top_collabo_title .title_box p.sub {
        font-size: 3.2vw;
    }

    .top_collabo_list {
        margin: 5vw 0;
    }

    .top_collabo_list li {
        width: 33.3vw;
    }

    .top_collabo_list li .img_box {
        height: 48vw;
    }

    .top_collabo_list li:hover .img_box img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .top_collabo_list li .img_box p {
        width: 7vw;
        left: 2vw;
    }

    .top_collabo_list li .text_box {
        padding: 2vw 0 7vw;
    }

    .top_collabo_list li .text_box::before {
        bottom: 2.5vw;
    }

    .top_voice_cont ul li {
        width: 70vw;
        flex-shrink: 0;
        margin-left: 0 !important;
    }

    .top_voice_cont ul {
        justify-content: space-between;
        margin-bottom: 5vw;
        overflow-x: scroll;
        flex-wrap: nowrap;
        gap: 2vw;
    }

    .top_voice_cont ul li .img {
        height: 50vw;
    }

    .top_voice_cont ul li .text_box {
        padding: 3vw 0;
    }

    .top_voice_cont ul li .text_box p.text {
        margin-right: 0;
        width: 100%;
        text-align: center;
        font-size: 3.5vw;
        margin-bottom: 0.7vw;
    }

    .top_voice_cont ul li .text_box .star {
        width: 60%;
    }

    .top_voice_cont ul li .text_box p.num {
        font-size: 6vw;
        margin-left: 2vw;
    }

    .top_voice_cont {
        margin-top: 5vw;
    }

    section#top_voice {
        padding: 9vw 0vw;
    }

    .ekiten_outline {
        width: 100%;
        padding: 4vw 3vw;
    }

    section#top_kuchikomi {
        padding-top: 4vw;
    }

    .top_kuchikomi_title h2 {
        margin: -3.5vw auto 0;
        width: 90%;
    }

    .ekiten_list li span.hoshi_02 {
        width: 25vw;
    }

    .ekiten_list li span.hoshi_num {
        font-size: 4vw;
    }

    .ekiten_list li span.title {
        font-size: 3.8vw;
    }

    .ekiten_list li p.text {
        font-size: 3.4vw;
        margin-top: 1vw;
    }

    .ekiten_list li {
        padding: 4vw 4vw;
    }

    .kutikomi_a a {
        margin-top: 4vw;
        line-height: 8vw;
        font-size: 4vw;
        background-color: #fff;
    }

    .ekiten_outline+.ekiten_outline {
        margin-top: 7vw;
    }

    section#top_staff .common_h2_box p.en_text {
        width: 42vw;
    }

    section#top_staff {
        padding: 12vw 0vw;
    }

    .top_staff_list ul li {
        width: 40%;
    }

    .top_staff_list {
        margin-top: 5vw;
    }

    .top_blog_list ul li a .img {
        width: 100%;
        height: 60vw;
    }

    .top_blog_list ul li a .text_box {
        width: 100%;
        padding: 4vw 10vw 4vw 3vw;
    }

    .top_blog_list ul li {
        width: 75vw;
        flex-shrink: 0;
    }

    .top_blog_list ul li a .text_box p.text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.3;
        margin-top: 1vw;
        font-size: 3vw;
    }

    .top_blog_list ul li a .text_box p.ttl {
        font-size: 3.9vw;
        margin-top: 0.4vw;
    }

    .top_blog_list ul li a .text_box p.time {
        font-size: 3.3vw;
    }

    .top_blog_list ul li a {
        padding: 4vw 0vw;
        display: block;
        height: 100%;
    }

    .top_blog_list ul {
        margin-bottom: 5vw;
        overflow-x: scroll;
        flex-wrap: nowrap;
        gap: 3vw;
        display: flex;
    }

    .top_blog_list ul li a::before {
        top: 75vw;
        right: 3vw;
    }

    .top_recruit_cont p.en_text {
        width: 60vw;
        margin-top: 5vw;
    }

    .top_recruit_cont p.message {
        font-size: 4vw;
        margin-top: 2vw;
    }

    .top_recruit_cont p.text {
        font-size: 3.3vw;
        margin-top: 4vw;
        line-height: 1.8;
    }

    .top_recruit_cont p.btn {
        width: 60%;
        padding: 1vw 0;
        font-size: 4.8vw;
        letter-spacing: 0.06em;
        margin-top: 3vw;
    }

    section#top_recruit {
        padding: 9vw 0;
        margin-top: 11vw;
    }

    .top_service_list ul li {
        width: 49%;
    }

    .top_service_list ul {
        justify-content: space-between;
    }

    .top_service_list ul li:nth-child(n + 3) {
        margin-top: 2vw;
    }

    section#top_service {
        padding: 9vw 0;
    }

    .ft_cont_logo_box {
        width: 100%;
    }

    .ft_cont_logo_box .logo {
        width: 50%;
    }

    .ft_cont_logo_box .text_box p.name {
        font-size: 3.5vw;
    }

    .ft_cont_logo_box .text_box p.tel {
        font-size: 3.5vw;
        margin-top: 1vw;
    }

    .ft_cont_logo_box .text_box p.tel span.color {
        font-size: 6vw;
    }

    .ft_cont_logo_box .text_box p.text {
        font-size: 2.8vw;
        margin-top: -1vw;
    }

    .ft_cont_logo_box .text_box {
        margin-top: 5vw;
    }

    .ft_cont_contact_box {
        width: 100%;
        margin-top: 6vw;
        border-left: none;
    }

    .ft_cont_contact_box ul {
        width: 100%;
        justify-content: center;
    }

    .ft_cont_contact_box ul li {
        width: 45%;
        margin: 0 1vw;
    }

    .ft_cont_contact_box ul li a {
        font-size: 3.6vw;
        line-height: 7vw;
    }

    .ft_cont_contact_box ul li:nth-child(n + 4) {
        margin-top: 0;
    }

    .ft_cont_contact_box ul li:nth-child(n + 3) {
        margin-top: 1.5vw;
    }

    .ft_cont_contact_box ul li a::before {
        right: 2.5vw;
    }

    .ft_cont_contact_box .img_box .img {
        width: 33.333%;
    }

    .ft_cont_contact_box .img_box {
        margin-top: 6vw;
    }

    .ft_cont_text_box {
        margin-top: 3vw;
    }

    .ft_cont_text_box p.text {
        font-size: 3.2vw;
        line-height: 1.6;
    }

    .ft_nav_list_box {
        display: none;
    }

    .ft_nav_list_item ul li a {
        font-size: 3.4vw;
        border-right: none;
        padding: 0;
    }

    .ft_nav_list_item ul li {
        width: 50%;
    }

    .ft_nav_list_item ul li:nth-child(n + 3) {
        margin-top: 1vw;
    }

    .ft_nav_list_item .title {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    .ft_nav_list_item ul {
        margin-top: 0;
    }

    .ft_nav_list_item+.ft_nav_list_item {
        margin-top: 6vw;
    }

    .ft_nav_list_item ul.link li a {
        padding-right: 0;
        background-image: none;
    }

    .ft_nav_info_box {
        width: 100%;
        margin-top: 12vw;
        border-left: none;
    }

    .ft_nav_info_box .sns_box .ttl .img {
        width: 34%;
    }

    .ft_nav_info_box .sns_box .ttl .img img {
        width: 100%;
    }

    .ft_nav_info_box .sns_box .ttl p.en {
        font-size: 6.5vw;
        margin-left: 2vw;
    }

    .ft_nav_info_box .sns_box ul li.insta {
        width: 33%;
    }

    .ft_nav_info_box .sns_box ul li.tiktok {
        width: 32%;
        margin: 0 2%;
    }

    .ft_nav_info_box .sns_box ul li.youtube {
        width: 30%;
    }

    .ft_nav_info_box .sns_box ul li a img {
        width: 100%;
    }

    .ft_nav_info_box .sns_box ul {
        margin-top: 2vw;
    }

    .ft_nav_info_box .credit_box {
        padding: 0;
        border-bottom: none;
        margin-top: 10vw;
    }

    .ft_nav_info_box .credit_box .img {
        width: 73%;
        margin: auto;
    }

    .ft_nav_info_box .access_box {
        text-align: center;
        margin-top: 8vw;
    }

    .ft_nav_info_box .access_box p.name {
        font-size: 3.6vw;
    }

    .ft_nav_info_box .access_box p.add {
        font-size: 3.2vw;
    }

    .ft_nav_info_box .access_box .map {
        height: 70vw;
        margin-top: 5vw;
    }

    .ft_nav_info_box .link_box {
        margin-top: 8vw;
        font-size: 3vw;
    }

    .ft_copyright {
        margin-top: 2vw;
    }

    .ft_cont {
        padding: 12vw 0 6vw;
    }

    .ft_nav {
        padding: 6vw 0;
    }

    .top_collabo_cont {
        transform: translate(0px, -10vw);
    }

    .top_banner_slider li.slide_item {
        width: 80vw;
    }

    .top_banner_slider li.slide_item.vertical {
        width: 39vw;
    }

    .top_banner_slider li.slide_item.vertical .slide+.slide {
        margin-top: 2vw;
    }

    section#top_banner_slider .swiper-pagination span.swiper-pagination-bullet {
        width: 10vw;
        height: 2vw;
    }

    .top_roomsearch_slider .pager {
        width: 8vw;
        height: 8vw;
        border: 1px solid #fff;
        display: none;
    }

    .top_roomsearch_slider ul li {
        width: 100% !important;
    }

    .swiper-top_roomsearch-pagination {
        bottom: -5vw !important;
    }

    .swiper-top_roomsearch-pagination span {
        width: 9vw;
        height: 2vw;
        border-radius: 0%;
        margin: 0 1.1vw !important;
    }

    .top_kodawari_slider .pager {
        width: 22vw;
        height: 8vw;
        top: auto;
        right: 0;
        left: 0;
        border-radius: 0;
    }

    .pager.swiper-top_kodawari-button-prev {}

    .top_kodawari_swiper_container {
        padding-bottom: 11vw;
    }

    .pager.swiper-top_kodawari-button-next {
        right: -25vw;
    }

    .pager.swiper-top_kodawari-button-prev {
        left: -25vw;
    }

    .sp_hd a p.text {
        font-size: 10px;
        color: #000;
        font-weight: 600;
    }

    #sp_menu {}

    .sp.sp_hd {}

    .sp_hd a .img {
        width: 18px;
        margin: 0 auto 2px;
    }

    .sp_hd a .img img {
        width: 100%;
    }

    .sp_menu_contact {}

    .sp_menu_contact ul li {
        width: 32%;
    }

    .sp_menu_contact ul {
        display: flex !important;
        margin-left: 0 !important;
    }

    .sp_menu_contact ul li a {
        background-color: #fff;
        line-height: 1.5;
        display: block;
        border: 2px solid #eee;
        border-radius: 2px;
        position: relative;
        padding: 0;
        text-align: center;
        letter-spacing: 0.04em;
        margin: 0;
    }

    .sp_menu_contact ul li a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 1.6vw;
        width: 3px;
        height: 3px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }

    .sp_menu_contact ul li a img {
        display: block;
        margin-bottom: 1vw;
        margin: 0.5vw auto 0.5vw;
        width: 9vw;
    }

    .sp_menu_contact ul li.line a {
        background-color: #00b829;
        color: #fff !important;
    }

    .sp_menu_contact ul li.line a::before {
        border-color: #fff;
    }

    .sp_menu_box {
        padding: 5vw 2vw;
    }

    .sp_menu_list {
        margin-top: 5vw;
    }

    .sp_menu_list h2 {
        font-size: 3.8vw;
        font-weight: 500;
        letter-spacing: 0.04em;
        margin-top: 3vw;
        border-bottom: 1px solid #fff;
        padding: 0 2vw 2vw;
        position: relative;
    }

    .sp_menu_list h2 i {
        margin-right: .5em;
    }

    .sp_menu_list_cont {
        margin: 0vw 0 5vw;
        background-color: #fafafa;
        padding: 2vw 3vw;
    }

    .sp_menu_list_cont ul {
        display: flex !important;
        margin-left: 0 !important;
    }

    .sp_menu_list_cont ul li {
        width: 49%;
    }

    .sp_menu_list_cont ul li a {
        margin: 0;
        padding: 0 2vw;
        line-height: 2.5;
        color: #000 !important;
        font-weight: 400;
        letter-spacing: 0.04em;
        border-bottom: 1px dashed #ccc;
    }

    p.closeBtnHat {
        display: none;
    }

    .sp_menu_list h2::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 3vw;
        margin: auto;
        width: 4px;
        height: 4px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        right: 5vw;
        transition: 0.5s;
    }

    .sp_menu_list h2.nowOpen::before {
        transform: rotate(-135deg);
    }

    .top_staff_list ul li a .text_box p.name {
        font-size: 4vw;
    }

    .top_staff_list ul li a .text_box p.en {
        font-size: 4vw;
    }

    .top_staff_list ul li a .text_box p.position {
        font-size: 3.5vw;
    }

    .ft_copyright small {
        font-size: 3vw;
        letter-spacing: 0.04em;
    }

    .top_buy_sell_banner .img a img.pc {
        display: none;
    }

    .top_buy_sell_banner .img a img.sp {
        display: block;
    }

    .banner_female .img a img.pc {
        display: none;
    }

    .banner_female .img a img.sp {
        display: block;
    }

    .top_group_cont a img.pc {
        display: none;
    }

    .top_group_cont a img.sp {
        display: block;
    }

    .top_collabo_cont .img_box {
        width: 100%;
    }

    .top_roomsearch_search .form_box h4 {
        font-size: 4.5vw;
    }

    .banner_female {
        /*margin: 6vw 0 3vw;*/
    }

    #top_staff .common_h2_box p.text {
        padding-right: 0;
    }

    .sp_hd_fav,
    .sp_hd_rireki {
        width: 75px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
    }

    .sp_hd_rireki {
        right: 127px;
    }

    .sp_hd a p.text {}

    .sp_hd_fav a,
    .sp_hd_rireki a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .sp_hd_logo {
        width: 33vw;
        top: 7px;
        bottom: 0;
        margin: auto;
        height: auto;
        left: 10px;
    }

    .sp_hd_logo a span {
        color: #fff !important;
        font-size: 3vw;
        text-align: center;
        display: block;
        margin-top: 5px;
        letter-spacing: 2px;
        font-weight: 600;
    }

    .bottom_fixed_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100000;
        background-color: rgba(0, 16, 51, 0.9);
    }

    .bottom_fixed_menu ul li {
        width: 33%;
    }

    .bottom_fixed_menu ul li a {
        color: #fff;
        font-size: 6vw;
        letter-spacing: 0.04em;
        align-items: center;
        justify-content: center;
        padding: 10px 0 22px;
        position: relative;
    }

    .bottom_fixed_menu ul li a .img {
        width: 6vw;
        margin-right: 6px;
    }

    .bottom_fixed_menu ul li a .img img {
        width: 100%;
        display: block;
    }

    .bottom_fixed_menu ul li a::before {
        content: '';
        position: absolute;
        right: 0;
        height: 30px;
        width: 1px;
        background-color: #fff;
    }

    .bottom_fixed_menu ul li:last-child a::before {
        display: none;
    }

    .bottom_fixed_menu {
        display: block;
    }

    /* 店舗概要 */

    .common_page_h1_cont p.en {
        font-size: 11vw;
        position: static;
    }

    .common_page_h1_text h1 {
        font-size: 3.5vw;
    }

    #breadcrumbs li {
        font-size: 10px;
    }

    .common_page_h1_text {
        padding: 0 62px;
    }

    .common_page_h1_text::before,
    .common_page_h1_text::after {
        width: 50px;
    }

    .common_page_wrap {
        padding: 75px 0;
    }

    .common_page_table_box table th,
    .common_page_table_box table td {
        width: 100%;
        display: block;
        font-size: 13px;
        padding: 0 0;
    }

    .common_page_table_box table tr {
        padding: 16px 8px;
        display: block;
    }

    .common_page_table_box table td {
        margin-top: 2px;
    }

    .common_page_table_box table td p.text+p.text {
        margin-top: 8px;
    }

    /* オーナー様へ */

    .page_owner_management_flow_box ul li {
        width: 49%;
        padding: 8px 0 8px 5vw;
        font-size: 3vw;
        height: auto;
    }

    .page_owner_management_flow_box ul li span.num {
        height: 31px;
        line-height: 31px;
        font-size: 5vw;
        width: 31px;
        top: -1px;
    }

    .page_owner_management_flow_box ul li::before {
        display: none;
    }

    .page_owner_management_flow_box ul li:nth-child(n + 5) {
        margin-top: 0;
    }

    .page_owner_management_flow_box ul li:nth-child(n + 3) {
        margin-top: 8px;
    }

    .common_page_h2_box h2 {
        font-size: 4.8vw;
        padding: 10px 0 0 12px;
    }

    .page_owner_intro_box .trouble_list li {
        font-size: 3.6vw;
        width: 49%;
        padding: 4px 0;
        text-align: center;
        margin-right: 0;
    }

    .page_owner_intro_box {
        padding: 30px 8px 24px;
    }

    .page_owner_intro_box .trouble_list {
        justify-content: space-between;
    }

    .page_owner_intro_box .trouble_list li:nth-child(n + 3) {
        margin-top: 8px;
    }

    .page_owner_intro_box .text_box p.text {
        font-size: 14px;
    }

    .page_owner_intro_box .text_box p.text+p.text {
        margin-top: 6px;
    }

    .page_owner_flow {
        margin-top: 50px;
    }

    .page_owner_flow_list ul li {
        padding: 12px 0 12px 44px;
    }

    .page_owner_flow_list ul li span.num {
        font-size: 20px;
        left: 0;
        width: 34px;
        height: 34px;
        line-height: 35px;
    }

    .page_owner_flow_list ul li h3 {
        font-size: 15px;
    }

    .page_owner_flow_list ul li p.text {
        font-size: 13px;
    }

    .page_owner_trouble_box {
        padding: 30px 8px 24px;
    }

    .page_owner_trouble_box .text_box p.text {
        font-size: 14px;
    }

    .page_owner_trouble_box .text_box p.text+p.text {
        margin-top: 6px;
    }

    .page_owner_trouble {
        margin-top: 50px;
    }

    .page_owner_management_flow {
        margin-top: 50px;
    }

    .common_page_h2_box h2::before {
        width: 22px;
        height: 22px;
    }

    .page_owner_bring ul li {
        width: 100%;
        background-size: 12px;
        padding: 6px 0 6px 36px;
        font-size: 3.7vw;
    }

    .page_owner_bring ul li.big {
        width: 100%;
    }

    /* LIVING HOUSE */

    .page_livinghouse_intro {
        padding: 30px 12px;
    }

    .page_livinghouse_intro_box_item .text_box {
        width: 100%;
        padding: 0;
    }

    .page_livinghouse_intro_box_item .text_box p.text {
        font-size: 13px;
        line-height: 1.8;
    }

    .page_livinghouse_intro_box_item .img {
        height: 150px;
        width: 100%;
        margin-top: 12px;
    }

    .page_livinghouse_intro_box_item+.page_livinghouse_intro_box_item {
        flex-direction: column-reverse;
        margin-top: 12px;
    }

    .page_livinghouse_intro_box {
        margin-top: 18px;
    }

    .page_livinghouse_feature_list ul li {
        padding: 18px 8px;
    }

    .page_livinghouse_feature_list ul li .img {
        width: 100px;
        margin: auto;
    }

    .page_livinghouse_feature_list ul li .text_box {
        width: 100%;
        text-align: center;
        margin-top: 14px;
    }

    .page_livinghouse_feature_list ul li .text_box h2 {
        font-size: 16px;
    }

    .page_livinghouse_feature_list ul li .text_box p.text {
        font-size: 13px;
    }

    .page_livinghouse_feature {
        margin-top: 16px;
    }

    .common_page_h2_box p.text {
        font-size: 13px;
    }

    .page_livinghouse_special_box ul li {
        width: 100%;
        padding: 12px 0;
    }

    .page_livinghouse_special_box ul li p.ttl {
        font-size: 13px;
        width: 82px;
    }

    .page_livinghouse_special_box ul li p.text {
        width: calc(100% - 95px);
        font-size: 13px;
    }

    .page_livinghouse_special {
        margin-top: 50px;
    }

    .page_livinghouse_strength {
        margin-top: 50px;
    }

    .page_livinghouse_strength_box ul li {
        padding: 16px 16px;
    }

    .page_livinghouse_strength_box ul li .img {
        width: 100%;
        height: 120px;
    }

    .page_livinghouse_strength_box ul li .text_box {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .page_livinghouse_strength_box ul li .text_box p.sub_h2 {
        font-size: 12px;
    }

    .page_livinghouse_strength_box ul li .text_box h3 {
        font-size: 16px;
        margin-top: 6px;
    }

    .page_livinghouse_strength_box ul li .text_box p.text {
        font-size: 13px;
        margin-top: 6px;
    }

    .page_livinghouse_strength_box ul li+li {
        margin-top: 12px;
    }

    .page_livinghouse_flow_box ul li {
        width: 100%;
    }

    .page_livinghouse_flow_box ul li p.sub_h2 {
        font-size: 4vw;
    }

    .page_livinghouse_flow_box ul li .text_box .h3_box h3 {
        font-size: 16px;
    }

    .page_livinghouse_flow_box ul li .text_box .h3_box span.num {
        font-size: 18px;
    }

    .page_livinghouse_flow_box ul li+li {
        margin-top: 36px;
    }

    .page_livinghouse_flow_box ul li .img {
        height: 100px;
    }

    .page_livinghouse_flow_box ul li.flow01 .img {
        width: 38%;
    }

    .page_livinghouse_flow_box ul li .text_box p.text {
        font-size: 13px;
    }

    .page_livinghouse_flow {
        margin-top: 50px;
    }

    /* tokyointerior */

    .page_tokyointerior_3d_box .img {
        width: 100%;
        height: 100px;
    }

    .page_tokyointerior_3d_box .text_box {
        width: 100%;
        margin-top: 16px;
    }

    .page_tokyointerior_3d_box .text_box p.text {
        font-size: 14px;
    }

    .page_tokyointerior_3d_box .text_box .solution p.ttl {
        font-size: 18px;
    }

    .page_tokyointerior_3d_box .text_box p.kome {
        font-size: 10px;
    }

    .page_tokyointerior_3d_box {
        padding: 16px 8px;
        margin-top: 16px;
    }

    .page_tokyointerior_kids {
        margin-top: 50px;
    }

    .page_tokyointerior_common_box .img {
        width: 100%;
        height: 100px;
    }

    .page_tokyointerior_common_box {
        padding: 16px 8px;
        margin-top: 16px;
    }

    .page_tokyointerior_common_box .text_box {
        width: 100%;
        margin-top: 16px;
    }

    .page_tokyointerior_common_box .text_box p.text {
        font-size: 14px;
    }

    .page_tokyointerior_common_box .text_box p.kome {
        font-size: 10px;
    }

    .page_tokyointerior_common_box .text_box p.excerpt {
        font-size: 14px;
    }

    .page_tokyointerior_cafe {
        margin-top: 50px;
    }

    .page_tokyointerior_coupon {
        margin-top: 50px;
    }

    /* プライバシーポリシー */

    .page_privacy_cont p {
        font-size: 14px;
        line-height: 1.6;
    }

    .page_privacy_cont p.ttl {
        margin-top: 20px;
    }

    .page_privacy_cont p.text {
        margin-top: 4px;
    }

    /* ミラブル */

    .page_mirable_intro_box ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .page_mirable_intro_box ul li .img {
        width: 30%;
    }

    .page_mirable_intro_box ul li .text_box {
        width: 68%;
        margin-top: 0;
        padding: 0;
    }

    .page_mirable_intro_box ul li .text_box h3 {
        font-size: 15px;
        padding-bottom: 0;
    }

    .page_mirable_intro_box ul li .text_box p.text {
        font-size: 12px;
        margin-top: 4px;
    }

    .page_mirable_intro_box ul li .text_box h3::before {
        display: none;
    }

    .page_mirable_intro_box ul li+li {
        margin-top: 8px;
    }

    .page_mirable_intro_box {
        margin-top: 16px;
    }

    .page_mirable_intro_box .feature_box .feature_item {
        width: 100%;
        padding: 18px 16px 18px 104px;
    }

    .page_mirable_intro_box .feature_box .feature_item p.sub_h2 {
        width: 80px;
        height: 80px;
        font-size: 10px;
        left: 16px;
    }

    .page_mirable_intro_box .feature_box .feature_item h3 {
        font-size: 16px;
    }

    .page_mirable_intro_box .feature_box .feature_item p.text {
        font-size: 13px;
        line-height: 1.6;
    }

    .page_mirable_intro_box .feature_box .feature_item+.feature_item {
        margin-top: 16px;
    }

    .page_mirable_intro_box .feature_box {
        margin-top: 24px;
    }

    .page_mirable_bubble {
        margin-top: 50px;
    }

    .page_mirable_bubble_cont .img {
        width: 100%;
    }

    .page_mirable_bubble_cont .text_box {
        width: 100%;
        margin-top: 16px;
    }

    .page_mirable_bubble_cont .text_box h3 {
        font-size: 16px;
    }

    .page_mirable_bubble_cont .text_box p.text {
        font-size: 13px;
    }

    .page_mirable_bubble_cont {
        padding: 16px 16px;
        margin-top: 16px;
    }

    .page_mirable_efficacy {
        margin-top: 50px;
    }

    .page_mirable_efficacy_box {
        margin-top: 16px;
    }

    .page_mirable_efficacy_box ul li {
        width: 100%;
        padding: 16px 16px;
    }

    .page_mirable_efficacy_box ul li h3 {
        font-size: 16px;
    }

    .page_mirable_efficacy_box ul li p.text {
        font-size: 13px;
    }

    .page_mirable_efficacy_box ul li+li {
        margin-top: 10px;
    }

    /* clean */

    .page_clean_cont .banner img.sp {
        display: block;
    }

    .page_clean_intro_box ul li {
        width: 100%;
        padding: 16px 16px;
    }

    .page_clean_intro_box ul li span.num {
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 41px;
        top: 0;
        left: 0;
    }

    .page_clean_intro_box ul li h3 {
        font-size: 16px;
    }

    .page_clean_intro_box ul li .text_box p.text {
        font-size: 13px;
        margin-top: 6px;
    }

    .page_clean_intro_box ul li+li {
        margin-top: 24px;
    }

    .page_clean_intro_box {
        margin-top: 16px;
    }

    .page_clean_intro {
        margin-top: 50px;
    }

    /* smartphone */

    .page_smartphone_cont .banner .img img.pc {}

    .page_smartphone_cont .banner .img img.sp {
        display: block;
    }

    .page_smartphone_intro {
        margin-top: 50px;
    }

    .page_smartphone_intro_trouble {
        width: 100%;
    }

    .page_smartphone_intro_price {
        width: 100%;
        padding: 36px 0;
    }

    .page_smartphone_intro_trouble .common_page_h2_box h2 {
        font-size: 4.8vw;
    }

    .page_smartphone_intro_trouble ul li {
        font-size: 3.5vw;
    }

    .page_smartphone_intro_price p.price {
        font-size: 18px;
    }

    .page_smartphone_intro_price p.price span.big {
        font-size: 30px;
    }

    .page_smartphone_intro_price ul li {
        font-size: 3vw;
        margin: 4px 8px;
    }

    /* homeassist */

    .page_homeassist_support_cont ul li {
        width: 100%;
        padding: 24px 14px 20px;
    }

    .page_homeassist_support_cont ul li span.num {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .page_homeassist_support_cont ul li h3 {
        font-size: 16px;
    }

    .page_homeassist_support_cont ul li .text_box p.text {
        font-size: 13px;
        padding: 6px 0;
    }

    .page_homeassist_support_cont ul li:nth-child(n + 3) {
        margin-top: 0;
    }

    .page_homeassist_support_cont ul li:nth-child(n + 2) {
        margin-top: 36px;
    }

    /* lifeline */

    .page_lifeline_intro_img {
        width: 100%;
    }

    .page_lifeline_intro .text_box {
        width: 100%;
        margin-top: 16px;
    }

    .page_lifeline_intro .text_box p.ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .page_lifeline_intro .text_box p.text {
        font-size: 13px;
    }

    .page_lifeline_intro {
        padding: 16px 12px;
        margin-bottom: 5vw;
    }

    /* student */

    .page_student_link ul li {
        width: 48%;
        margin-right: 4%;
    }

    .page_student_link ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .page_student_link ul li:nth-child(even) {
        margin-right: 0;
    }

    .page_student_link ul li:nth-child(n + 4) {
        margin-top: 0;
    }

    .page_student_link ul li:nth-child(n + 3) {
        margin-top: 12px;
    }

    .page_student_link {
        padding: 22px 10px;
    }

    /* staff */

    .page_staff_single_intro .img {
        width: 100%;
    }

    .page_staff_single_intro .text_box {
        width: 100%;
        margin-top: 24px;
    }

    .page_staff_single_intro .text_box .profile_box p.position {
        font-size: 12px;
    }

    .page_staff_single_intro .text_box .profile_box p.name {
        font-size: 20px;
    }

    .page_staff_single_intro .text_box .profile_box p.name span.furigana {
        font-size: 14px;
        margin-left: 10px;
    }

    .page_staff_single_intro .text_box .profile_box .message_box p.ttl {
        font-size: 20px;
        top: -13px;
        left: 10px;
    }

    .page_staff_single_intro .text_box .profile_box .message_box {
        padding: 24px 9px 16px;
        margin-top: 26px;
    }

    .page_staff_single_intro .text_box .profile_box .message_box p.text {
        font-size: 13px;
    }

    .page_staff_single_faq p.answer {
        font-size: 14px;
        padding-left: 13px;
    }

    /* 採用情報 */

    .page_recruit_intro_box ul li {
        font-size: 13px;
        margin: 4px 0;
    }

    .page_recruit_intro_box ul {
        margin-top: 12px;
    }

    .page_recruit_intro_box .img_box {
        padding: 20px 12px;
        margin-top: 16px;
    }

    .page_recruit_intro_box .img_box .img {
        width: 100%;
        height: 200px;
    }

    .page_recruit_intro_box .img_box .img+.img {
        margin-top: 8px;
    }

    .page_recruit_description {
        margin-top: 50px;
    }

    .page_recruit_description_table .cat_list li {
        font-size: 14px;
        margin: 4px 0;
    }

    #job_description_table th {
        width: 100%;
    }

    #job_description_table th,
    #job_description_table td {
        display: block;
        padding: 12px 12px;
        text-align: left;
    }

    #job_description_table td dl {
        margin: 11px 0 0;
    }

    .page_recruit_how {
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .common_page_btn_box a {
        font-size: 14px;
    }

    .common_page_h1_box {
        padding: 10vw 0 !important;
        background-image: url(/penguin/resources/image/sumot/precious-h/page_h1_image.png);
        padding: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .common_page_h1_box .wrap {
        padding: 0;
        background: none;
    }

    .common_page_h1_cont {
        padding: 3vw 5vw;
        height: auto;
        border-radius: 5px;
        text-align: center;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .common_page_h1_cont p.en {
        font-size: 5vw;
    }

    .common_page_h1_cont h1 {
        left: 0;
        padding-left: 0;
        font-size: 5.5vw;
        margin-left: 0;
    }

    .common_page_h1_cont h1::before {
        display: none;
    }

    .common_page_h1_box::before {
        height: 65%;
    }

    #breadcrumbs li {
        letter-spacing: 0;
        font-size: 10px;
        padding: 5px 10px;
    }

    #breadcrumbs li:first-child {
        padding-left: 10px;
    }

    footer.footer {
        margin-bottom: 15vw;
    }

    .online_main {
        text-align: center;
    }

    .free_rent_image {
        text-align: center;
    }

    /* EDION */
    .page_edion_cont .img_box {
        width: 100%;
        order: 2;
    }

    .page_edion_cont .text_box {
        width: 100%;
        order: 1;
        margin-bottom: 3vw;
    }

    .page_edion_cont .text_box p {
        font-size: 3.2vw;
    }

    .page_edion_info .left_box {
        width: 60%;
    }

    .page_edion_info .center_box {
        width: 38%;
    }

    .page_edion_info .right_box {
        width: 100%;
        margin-top: 2vw;
        height: 45vw;
    }

    .page_edion_info .left_box span.title {
        font-size: 3.2vw;
        padding: 1.2vw 6vw;
    }

    .page_edion_info .left_box p.logo {}

    .page_edion_info .left_box h2 {
        font-size: 4.5vw;
    }

    .page_edion_info .left_box p {
        font-size: 3vw;
    }

    .page_edion_info {
        padding: 5vw;
        align-items: center;
    }

    /* 東京インテリアページ */

    .page_tokyointerior_cont_new {
        padding-top: 0;
    }

    .page_tokyointerior_cont_new .main_textArea {
        margin-bottom: 20vw;
    }

    .page_tokyointerior_cont_new .main_textArea h2 {
        font-size: 6vw;
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .main_textArea h2 small {
        font-size: 6vw;
    }

    .page_tokyointerior_cont_new .main_textArea .logo_banner {
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .main_textArea .logo_banner img {
        width: 90%;
    }

    .page_tokyointerior_cont_new .main_textArea p {
        font-size: 3.2vw;
    }

    .page_tokyointerior_cont_new .main_contents h3 {
        margin-bottom: 10vw;
        font-size: 4vw;
    }

    .page_tokyointerior_cont_new .main_contents h3 img {
        width: 40vw;
        vertical-align: top;
    }

    .page_tokyointerior_cont_new .main_contents ul li {
        padding: 10vw 4vw;
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li .image_wrap {
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li .image_wrap.type-3 .image {
        width: 30%;
    }

    .page_tokyointerior_cont_new .main_contents ul li .image_wrap .image p {
        font-size: 2.8vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li h4 {
        margin-bottom: 10vw;
        font-size: 4vw;
        padding-left: 14vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li h4 span.num {
        width: 10vw;
        line-height: 10vw;
        top: -2vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li .textArea p {
        font-size: 3vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li .textArea p b {
        font-size: 3.5vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li h5 {
        font-size: 4vw;
        padding-left: 4vw;
        margin-bottom: 5vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li dl {
        margin-top: 10vw;
        padding: 6vw 4vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li dl dt {
        font-size: 3.5vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li dl dd {
        margin: 0;
    }

    .page_tokyointerior_cont_new .main_contents ul li dl dd ol {
        padding-left: 4vw;
    }

    .page_tokyointerior_cont_new .other_box {
        width: 100%;
        padding: 4vw;
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .other_box dl {
        font-size: 3vw;
        margin-bottom: 4vw;
    }

    .page_tokyointerior_cont_new .other_box h5 {
        font-size: 4vw;
    }

    .page_tokyointerior_cont_new .store_box {
        padding: 4vw;
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .store_box .textArea {
        width: 100%;
        margin-bottom: 5vw;
    }

    .page_tokyointerior_cont_new .store_box .textArea h5 {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    .page_tokyointerior_cont_new .store_box .textArea h3 {
        margin-bottom: 10vw;
    }

    .page_tokyointerior_cont_new .store_box .textArea h3 img {
        width: 40vw;
    }

    .page_tokyointerior_cont_new .store_box .textArea h4 {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    .page_tokyointerior_cont_new .store_box .textArea p {
        font-size: 3vw;
    }

    .page_tokyointerior_cont_new .store_box .imageArea {
        width: 100%;
    }

    .page_tokyointerior_cont_new .mapArea {
        height: 50vw;
    }

    .page_tokyointerior_cont_new .main_contents ul li .image_wrap.flow-ver .image:after {
        width: 3vw;
        height: 20vw;
        background-position: center;
        right: -3.5vw;
        background-size: contain;
    }

    .top_collabo_list ul {
        flex-wrap: wrap;
    }

    .page_lifull_cont .img {
        width: 50%;
        margin: auto;
        margin-bottom: 50px;
    }

    .page_lifull_cont h2 {
        font-size: 8vw;
    }

    .page_lifull_cont h2 span {
        font-size: 3.5vw;
        letter-spacing: 5px;
        margin-top: 10px;
    }

    .page_lifull_cont h3 {
        font-size: 5vw;
        text-align: left;
    }

    .page_lifull_cont h3 br {
        display: none;
    }

    .page_lifull_cont {
        padding: 50px 5%;
    }

    .page_lifull_cont .bigTxt {
        text-align: left;
        font-weight: normal;
        font-size: 4.5vw;
    }

    .page_lifull_cont .bigTxt br {
        display: none;
    }

    .page_lifull_cont .subTxt {
        text-align: left;
        font-weight: normal;
        font-size: 4.5vw;
    }

    .page_lifull_cont .subTxt br {
        display: none;
    }

    /* スマホフッター追従 */

    .sp_bottom_fixed_menu {
        background-color: #333;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 100000;
        padding: 5px;
    }

    .sp_bottom_fixed_menu li {
        width: 24%;
    }

    .sp_bottom_fixed_menu li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 6px 0;
        border-radius: 4px;
        font-weight: 600;
    }

    .sp_bottom_fixed_menu li.tel a {
        background-color: #e0c634;
        padding: 5px 0 6px;
    }

    .sp_bottom_fixed_menu li.line a {
        background-color: #00B900;
        padding: 5px 0 6px;
    }

    .sp_bottom_fixed_menu li.reserved a {
        background-color: #dd7f33;
    }

    .sp_bottom_fixed_menu li.mail a {
        background-color: #d02e2e;
    }

    .sp_bottom_fixed_menu li a .img {
        width: 6vw;
        margin: 0 auto 5px;
    }

    .sp_bottom_fixed_menu li a .text {
        font-size: 3.1vw;
        line-height: 1;
    }

    .sp_bottom_fixed_menu li a .text.font_02 {
        font-size: 3.8vw;
        letter-spacing: 0.06em;
        line-height: 0.85;
    }

    .page_security_average {
        margin-bottom: 15vw;
    }
}