@charset "UTF-8";

*,
*:before,
*:after {
    -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: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

body {
    color: #525252;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
    min-width: 1340px;
    overflow: hidden;
}

body>* {
    color: #525252;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

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

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

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#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: 1140px;
    margin: 0 auto;
}

.wrap_01 {
    width: 1340px;
    margin: 0 auto;
}

.gen_m {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.gen_b {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.yu {
    font-family: "游ゴシック体", YuGothic, sans-serif;
}

.pro {
    font-family: century-gothic, sans-serif;
    font-weight: 600;
}

.pro_thin {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ヘッダー　PC */
header#main_header .logo a {
    width: 230px;
    display: block;
}

.hd_btns .btn {
    display: block;
    transition: .3s;
    line-height: 37px;
    background: #EFD256;
    color: #fff;
    padding: 0 27px;
    border-radius: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
}

.hd_btns .btn.circle {
    border-radius: 50%;
    padding: .6em;
}

.hd_btns .btn.circle svg {
    margin-right: 0;
}

header .btn .line_icon {
    width: 34px;
    height: 33px;
    margin-right: 5px;
}

header #online_icon {
    width: 20px;
    height: 15px;
}

header #reserve_icon {
    width: 28px;
    height: 18px;
}

header #mail_icon {
    width: 18px;
    height: 13px;
}

header #his_icon {
    width: 20px;
    height: 20px;
}

header #like_icon {
    width: 18px;
    height: 17px;
}

.hd_btns .btn svg {
    margin-right: 10px;
}

.hd_btns .btn.line {
    background: #3DC755;
}

.hd_btns .btn.line:hover {
    background: #71C61C;
}

.hd_btns .btn.contact {
    background: #499B6F;
}

.hd_conts {
    align-items: center;
}

header#main_header {
    padding: 16px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 1340px;
    background: #fff;
    z-index: 1000;
}

header#main_header li a {
    display: block;
    color: #525252;
    transition: .3s;
    letter-spacing: .08em;
    position: relative;
}

header#main_header li a:hover {
    color: #54B581;
}

header#main_header li+li {
    margin-left: 30px;
}

.hd_btns {
    justify-content: flex-end;
    margin-bottom: 15px;
}

.hd_btns .btn+.btn {
    margin-left: 10px;
}

header#main_header li a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    transition: .3s;
    background: #54B581;
    border-radius: 50%;
    margin: auto;
    transform: scale(0);
}

header#main_header li a:hover::before {
    transform: scale(1);
}

.hd_btns .btn.contact:hover {
    background: #327852;
}

.hd_btns .btn:hover {
    background: #deb408;
}

/* TOP バナー　PC */
#top_banner {
    padding: 131px 0;
    background: linear-gradient(to bottom, #E9F5EE, transparent);
}

#top_banner .banner_box ul.banner_slider {
    margin-bottom: 30px;
}

#top_banner .banner_box ul.banner_slider li {
    margin: 0 10px;
}

#top_banner .banner_box ul.banner_thumbnail .slick-track {
    transform: unset !important;
}

#top_banner .banner_box ul.banner_thumbnail li {
    margin: 0 0.5%;
    position: relative;
}

#top_banner .banner_box ul.banner_thumbnail li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.3;
    transition: .3s;
}

#top_banner .banner_box ul.banner_thumbnail li.slick-current::before {
    opacity: 0;
}

#top_banner .banner_box li a {
    display: block;
    transition: .3s;
}

#top_banner .banner_box li a:hover {
    opacity: .8;
}

/* メインビジュアル　PC */
#mv {
    margin-top: 111px;
    background: url(/penguin/resources/image/arks/kurashiki/mv_2.png) center no-repeat;
    background-size: cover;
    padding-top: 0;
}

#mv>* {
    position: absolute;
    z-index: 10;
}

.mv_form_flame {
    width: 36.1vw;
    min-width: 480px;
    padding: 45px 60px 31px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 6vw;
    border-radius: 20px;
}

#mv .form_area .area {
    display: inline-block;
    position: absolute;
    background: #EFD256;
    padding: 0 20px;
    border-radius: 30px;
    border: solid 3px #fff;
    color: #fff;
    width: auto;
    line-height: 40px;
    transition: .3s;
}

#mv .form_area .area:hover {
    background: #b1a158;
}

#mv .en_text {
    color: #fff;
    font-size: 63px;
    letter-spacing: .03em;
    line-height: 1;
    position: absolute;
    bottom: -7px;
    left: 50px;
}

#mv .wrap_01 {
    height: 43vw;
    min-height: 620px;
    min-width: 1340px;
    position: relative;
    width: 93vw;
    left: 0;
}

#mv .kurashiki_let {
    position: absolute;
    left: 50px;
    font-size: 63px;
    color: #fff;
    bottom: 75px;
}

#mv .form_area .area input {
    webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    position: relative;
}

#mv .form_area .area label {
    display: flex;
    align-items: center;
    letter-spacing: .08em;
    cursor: pointer;
}

#mv .form_area .area input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    margin: auto;
    background: url(/penguin/resources/image/arks/kurashiki/check.png) center no-repeat;
    width: 20px;
    height: 15px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background-size: contain;
    top: -3px;
}

#mv .form_area .area input[type=checkbox]:checked::before {
    opacity: 1;
    visibility: visible;
}

.mv_form_flame .ttl {
    font-size: 20px;
    border-bottom: solid 3px #499B6F;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    margin-bottom: 9px;
}

.mv_form_flame .ttl .step {
    font-size: 18px;
    color: #499B6F;
    margin-right: 10px;
}

.mv_form_flame .text {
    font-size: 16px;
    letter-spacing: .08em;
}

.mv_form_flame .inner+.inner {
    margin-top: 20px;
}

.mv_form #rent {
    width: 150px;
    line-height: 35px;
    height: 35px;
    border-radius: 45px;
    border: solid 2px #499B6F;
    color: #499B6F;
    padding-left: 10px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトの矢印を無効 */
    position: relative;
}

.mv_form .space {
    margin: 0 10px;
    color: #54B581;
}

.mv_form #rent[type=selectbox]::before {
    content: "";
    border-top: solid 7px;
    border-right: solid 7px;
    position: absolute;
    right: 10px;
}

.rent_inner_wrap .arraw::before {
    content: "";
    border-top: solid 2px #489b6f;
    border-right: solid 2px #489b6f;
    position: absolute;
    right: 15px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: -4px;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.rent_inner_wrap .arraw {
    position: relative;
}

.mv_form_flame .radio_box li {
    width: 25%;
    flex: 1 0 auto;
    font-size: 16px;
    letter-spacing: .08em;
    transition: .3s;
}

.mv_form_flame .radio_box li:first-child {
    font-size: 14px;
}

.mv_form_flame .radio_box li input {
    webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px 0 0;
    position: relative;
    border: solid 2px #54B581;
}

.mv_form_flame .radio_box li input[type=checkbox]::before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #489b6f;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    transition: .3s;
    transform: scale(0);
}

.mv_form_flame .radio_box label {
    display: flex;
    align-items: center;
}

.radio_box ul {
    align-items: center;
}

.mv_form_flame .radio_box li input[type=checkbox]:checked::before {
    transform: scale(1);
}

#btnQuickSearch {
    width: 320px;
    line-height: 60px;
    height: 60px;
    background: #54B581;
    border-radius: 40px;
    transition: .3s;
    appearance: none;
    border: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: .08em;
    padding-left: 20px;
    transition: .3s;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.mv_form_flame .submit {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#search_icon {
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 83px;
    pointer-events: none;
}

#btnQuickSearch:hover {
    background: #327852;
}

#mv .form_area .hidden {
    display: none;
}

#mv .form_area .area.kurashiki-center {
    top: 19vw;
    left: 14vw;
}

#mv .form_area .area.kurashiki-east {
    top: 8.6vw;
    left: 27vw;
}

#mv .form_area .area.kurashiki-mizushima {
    bottom: 10.6vw;
    left: 15vw;
}

#mv .form_area .area.kurashiki-kojima {
    bottom: 4.4vw;
    left: 28.5vw;
}

#mv .form_area .area.kurashiki-tamashima {
    top: 23.8vw;
    left: 4.2vw;
}

#mv .form_area .area.kurashiki-mabifunao {
    top: 7.2vw;
    left: 3.8vw;
}

#mv .form_area .area.yakage {
    top: 1.6vw;
    left: -1vw;
}

#mv .form_area .area.souzya {
    top: 3.6vw;
    left: 19.4vw;
}

#mv .form_area .area.hayashima {
    bottom: 10vw;
    left: 41.2vw;
}

#mv .form_area .area.okakyama {
    top: 23.4vw;
    left: 36vw;
}

#mv .form_area .area.okakyama_kita {
    top: 3.8vw;
    left: 42vw;
}

#mv .form_area .area.asakuchi {
    left: -3vw;
    bottom: 22vw;
    padding: 0 20px;
}

#quickSearchConditionsForm ul li a:hover {
    color: #b1a158;
}

#quickSearchConditionsForm ul li a:hover:before {
    border-top: solid 2px #b1a158;
    border-right: solid 2px #b1a158;
}

#mv .form_area .area.tamano {
    bottom: 3.8vw;
    left: 45vw;
}

.mv_form_flame::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 98%;
    height: 98%;
    border: solid 5px #54B581;
    border-radius: 17px;
}

#form_icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.mv_form_flame>* {
    position: relative;
    z-index: 10;
}

/* お部屋探し　PC */
.site_cmn_ttl {
    text-align: center;
}

.site_cmn_ttl .en {
    font-size: 48px;
    color: #54B581;
    letter-spacing: .05em;
    line-height: 1;
}

.site_cmn_ttl .ttl {
    letter-spacing: .05em;
    font-size: 16px;
    margin-top: 8px;
}

.site_cmn_ttl.cloud {
    position: relative;
}

.site_cmn_ttl.cloud::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    bottom: 0;
    margin: auto;
    background: url(/penguin/resources/image/arks/kurashiki/cloud.png) center no-repeat;
    background-size: contain;
    width: 965px;
    height: 70px;
}

#bukken_search .bukken_search_box .search_flame {
    width: 360px;
    transition: .3s;
}

#bukken_search .bukken_search_box .search_flame a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 99%;
    height: 98%;
    border: solid 3px transparent;
    border-radius: 9px;
    transition: .3s;
}

#bukken_search .bukken_search_box .search_flame a:hover::after {
    border: solid 3px #fff;
}

#bukken_search .bukken_search_box .search_flame a {
    display: block;
    color: #525252;
    padding-left: 116px;
    letter-spacing: .05em;
    position: relative;
    padding: 15px 15px 15px 116px;
    border: solid 5px #54B581;
    border-radius: 10px;
}

#bukken_search .bukken_search_box .en {
    font-size: 24px;
    letter-spacing: .05em;
}

#bukken_search .bukken_search_box .search_flame .en {
    font-size: 24px;
    line-height: 1.2;
    color: #54B581;
}

.search_free_flame .en {
    color: #525252;
}

.search_free_flame .en {
    margin-right: 10px;
}

.search_free_ttl {
    margin-bottom: 3px;
}

#bukken_search .bukken_search_box .search_flame.line a::before {
    background: url(/penguin/resources/image/arks/kurashiki/icon_sline.png) center no-repeat;
    background-size: contain;
}

#bukken_search .bukken_search_box .search_flame a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 66px;
    height: 66px;
    background: url(/penguin/resources/image/arks/kurashiki/icon_sarea.png) center no-repeat;
    background-size: contain;
    transition: .3s;
}

#bukken_search .bukken_search_box .search_flame a:hover::before {
    background: url(/penguin/resources/image/arks/kurashiki/icon_sarea_hv.png) center no-repeat;
    background-size: contain;
}

#bukken_search .bukken_search_box .search_flame a:hover {
    color: #fff;
    background: #54b581;
}

#bukken_search .bukken_search_box .search_flame a:hover .en {
    color: #fff;
}

#bukken_search .bukken_search_box .search_flame.line a:hover::before {
    background: url(/penguin/resources/image/arks/kurashiki/icon_sline_hv.png) center no-repeat;
    background-size: contain;
}

.bukken_search_box {
    margin-top: 32px;
}

#form1 #sbox {
    width: 380px;
    line-height: 50px;
    height: 50px;
    border: solid 3px #54B581;
    border-radius: 25px;
    padding-left: 20px;
}

#form1 #sbtn {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    text-indent: 122%;
    background: url(/penguin/resources/image/arks/kurashiki/grass.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 20px;
    cursor: pointer;
}

#form1 {
    position: relative;
}

#form1 #sbox::placeholder {
    color: #909090;
    font-family: "gen_medium", sans-serif;
}

.site_picky_flame li a {
    width: 240px;
    display: block;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.site_picky_flame .img {
    border: solid 5px transparent;
    transition: .3s;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 4/3;
}

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

.site_picky_flame .detail {
    color: #525252;
    transition: .3s;
    text-align: center;
    margin-top: 3px;
    letter-spacing: .05em;
}

.site_picky_flame a:hover .detail {
    color: #54b581;
}

.site_picky_flame li:nth-child(n + 5) {
    margin-top: 20px;
}

.site_picky_flame li a:hover .img::before {
    opacity: 1;
    visibility: visible;
}

.site_picky_flame li a .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
    transition: .8s;
    letter-spacing: .05em;
}

.site_picky_flame li a .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.site_picky_flame li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.site_picky_flame li a:hover .text {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.site_picky_flame li a:hover .text svg {
    margin-right: 10px;
}

.site_picky_flame li a:hover .img {
    border: solid 5px #54B581;
    border-radius: 10px;
}

.picky_ttl .img {
    width: 305px;
    margin: auto;
    padding: 0 30px;
    background: #fff;
}

.site_picky_box .picky_ttl {
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.picky_ttl .ttl {
    margin-top: 10px;
    letter-spacing: .08em;
    font-size: 32px;
}

.site_picky_box {
    padding: 125px 60px 72px;
    position: relative;
    border: solid 5px #54B581;
    border-radius: 20px;
    margin: 100px 0 48px;
}

#bukken_search {
    padding-bottom: 120px;
}

#bukken_search .wrap {
    position: relative;
}

#bukken_search .wrap::before {
    content: "";
    position: absolute;
    left: -140px;
    bottom: -132px;
    background: url(/penguin/resources/image/arks/kurashiki/st_deco1.png) center no-repeat;
    background-size: contain;
    width: 263px;
    height: 156px;
}

#bukken_search .wrap::after {
    content: "";
    position: absolute;
    right: -142px;
    bottom: -132px;
    background: url(/penguin/resources/image/arks/kurashiki/st_deco2.png) center no-repeat;
    background-size: contain;
    width: 264px;
    height: 153px;
}

/* 選ばれる理由　PC */
.top_reason_box li {
    width: 370px;
}

.top_reason_box .img {
    position: relative;
    width: 100%;
    height: 240px;
}

.top_reason_box .img::before {
    content: "1";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 36px;
    color: #54B581;
    width: 65px;
    height: 65px;
    background: #fff;
    border: solid 5px #54B581;
    border-radius: 50%;
    top: -33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.top_reason_box .img img {
    border-radius: 15px;
    border: solid 5px #54B581;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_reason_box {
    margin-top: 67px;
}

.top_reason_box li:nth-child(2) .img::before {
    content: "2";
}

.top_reason_box li:nth-child(3) .img::before {
    content: "3";
}

.top_reason_box li .text_box {
    padding: 11px 12px 0;
    text-align: center;
}

.top_reason_box li .ttl {
    font-size: 20px;
    letter-spacing: .08em;
}

.top_reason_box li .text {
    text-align: left;
    letter-spacing: .05em;
    margin-top: 6px;
}

.site_cmn_btn {
    display: block;
    transition: .3s;
    width: 350px;
    line-height: 80px;
    margin: 35px auto 0;
    text-align: center;
    letter-spacing: .05em;
    background: #54B581;
    border-radius: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-right: 25px;
}

.site_cmn_btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/penguin/resources/image/arks/kurashiki/btn_arraw.png) center no-repeat;
    transition: .3s;
    width: 19px;
    height: 14px;
    background-size: contain;
}

.site_cmn_btn:hover::before {
    animation: anim 1s forwards;
}

.site_cmn_btn::after {
    content: "";
    position: absolute;
    right: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/penguin/resources/image/arks/kurashiki/btn_arraw.png) center no-repeat;
    /* transition: .3s; */
    width: 19px;
    height: 14px;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    /* animation-delay: .3s; */
}

.site_cmn_btn:hover::after {
    animation: anim_rv .7s forwards;
    opacity: 1;
    visibility: visible;
    /* animation-delay: .3s; */
}

@keyframes anim {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(300px);
    }
}

@keyframes anim_rv {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(41px);
    }
}

#reason {
    padding: 100px 0;
    position: relative;
}

#reason::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    background: url(/penguin/resources/image/arks/kurashiki/reason_bg.png) center no-repeat;
    background-size: cover;
    z-index: -1;
}

#reason>* {
    position: relative;
}

/* TOP　お知らせ　PC */
.top_news_box .disc_box {
    width: 362px;
    flex-shrink: 0;
}

.top_news_box .disc_box .site_cmn_ttl {
    text-align: left;
    position: relative;
}

.top_news_box .disc_box .text {
    margin-top: 33px;
    letter-spacing: .05em;
}

.top_news_box .site_cmn_btn {
    width: 300px;
    line-height: 80px;
    margin: 42px 0 0 0;
}

.top_news_box {
    flex-wrap: nowrap;
}

.news_conts_box li a {
    color: #525252;
    transition: .3s;
    letter-spacing: .05em;
    align-items: center;
    width: 732px;
    padding: 20px 0 20px 42px;
    background: #E9F5EE;
    border-radius: 35px;
}

.news_conts_box li a .day {
    letter-spacing: .02em;
    font-size: 14px;
    margin-right: 15px;
}

.news_conts_box li a:hover {
    color: #54B583;
}

.news_conts_box li+li {
    margin-top: 12px;
}

.top_news_box .disc_box .site_cmn_ttl::before {
    content: "";
    position: absolute;
    right: 5px;
    top: -20px;
    background: url(/penguin/resources/image/arks/kurashiki/news_deco.png) center no-repeat;
    background-size: contain;
    width: 170px;
    height: 90px;
}

#top_news {
    padding: 147px 0 121px;
}

.site_cmn_btn.sp {
    display: none;
}

.news_conts_box .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_conts_box li a #news_arraw {
    width: 18px;
    height: 12px;
    display: block;
    margin-left: 20px;
    transition: .3s;
}

.news_conts_box li a #news_arraw g path {
    stroke: #707070;
    stroke-linecap: round;
    stroke-width: 2;
    transition: .3s;
    fill: none;
}

.news_conts_box li a:hover #news_arraw g path {
    stroke: #54B581;
}

.site_blog_box li a {
    display: block;
    transition: .3s;
    color: #525252;
    letter-spacing: .05em;
}

.site_blog_box li {
    width: 270px;
}

.site_blog_box .img {
    height: 180px;
    overflow: hidden;
    border: solid 5px transparent;
    border-radius: 10px;
    position: relative;
    transition: .3s;
}

.site_blog_box li+li {
    margin-left: 18px;
}

#top_blog .site_blog_box {
    margin-top: 37px;
}

.site_blog_box li .day {
    color: #54B581;
    text-align: right;
    margin-top: auto;
}

.site_blog_box li a:hover .ttl {
    color: #54B581;
}

.site_blog_box li a .ttl {
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.site_blog_box li a .text {
    font-size: 14px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.site_blog_box .text_box {
    padding: 15px 0 0;
    height: 166px;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: flex-end;
}

.site_blog_box .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site_blog_box li a:hover .img {
    border: solid 5px #54b581;
}

/* よくある質問　PC */
#faq {
    padding: 108px 0 117px;
    position: relative;
}

.site_faq_box dt {
    padding: 25px 80px 25px 99px;
    background: #54B581;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
}

.site_faq_box dt,
.site_faq_box dd {
    letter-spacing: .05em;
    position: relative;
}

.site_faq_box dd {
    background: #fff;
    padding: 34px 80px 34px 99px;
    margin: 0;
    border-radius: 0 0 15px 15px;
    font-family: "gen_medium", sans-serif;
}

.site_faq_box dt::before,
.site_faq_box dd::before {
    content: "Q";
    position: absolute;
    left: 50px;
    font-size: 32px;
    top: 15px;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
}

.site_faq_box dd::before {
    content: "A";
}

#top_blog,
#top_recommend {
    padding-bottom: 123px;
}

.site_faq_box {
    margin-top: 50px;
}

#faq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/penguin/resources/image/arks/kurashiki/faq_bg.png) center no-repeat;
    background-size: cover;
}

#faq>* {
    position: relative;
}

.site_faq_box dl+dl {
    margin-top: 25px;
}

.site_cmn_ttl.deco::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/penguin/resources/image/arks/kurashiki/faq_ttl_deco.png) center no-repeat;
    background-size: contain;
    width: 56px;
    height: 23px;
    top: -42px;
}

.site_cmn_ttl.deco {
    position: relative;
}

.site_cmn_ttl.deco::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 0;
    top: -161px;
    bottom: 0;
    margin: auto;
    background: url(/penguin/resources/image/arks/kurashiki/faq_deco.png) center no-repeat;
    background-size: contain;
    width: 593px;
    height: 121px;
}

/* 店舗紹介　PC */
.location_slider li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #525252;
    transition: .3s;
}

.location_slider li {
    border: solid 5px #54B581;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 10px;
}

.location_slider .text_box {
    padding: 20px 26px 25px;
    display: flex;
    flex-direction: column;
    height: 295px;
}

.location_slider .text_box .name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 19px;
    letter-spacing: .08em;
}

.location_slider .text_box .inner {
    line-height: 1.4;
    letter-spacing: .03em;
}

.location_slider .text_box .inner.tel {
    margin-top: 7px;
}

.location_slider li .btn {
    text-align: center;
    width: 300px;
    line-height: 70px;
    background: #54B581;
    border-radius: 40px;
    color: #fff;
    letter-spacing: .08em;
    transition: .3s;
}

body .slick-prev:hover,
body .slick-next:hover {
    background: #54b581;
    color: inherit;
}

.location_slider .text_box .btn {
    margin-top: auto;
}

.location_slider li a:hover .btn {
    background: #EFD256;
}

.location_slider li:hover {
    border: solid 5px #EFD256;
}

#top_location .location_slider {
    margin-top: 37px;
    justify-content: center;
}

body .slick-prev:before,
body .slick-next:before {
    content: "";
    width: 25px;
    height: 17px;
    background: url(/penguin/resources/image/arks/kurashiki/btn_arraw.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 1;
}

body .slick-prev,
body .slick-next {
    width: 70px;
    height: 70px;
    background: #54B581;
    border-radius: 50%;
}

body .slick-next {
    right: -90px;
}

body .slick-prev {
    left: -90px;
}

.slick-prev:before {
    transform: rotate(180deg);
}

#top_location {
    padding: 120px 0 150px;
}

#seo {
    background: #FAFAFA;
    padding: 85px 0;
}

#seo .wrap {
    position: relative;
}

#seo .wrap::before {
    content: "";
    position: absolute;
    left: -140px;
    top: 0;
    background: url(/penguin/resources/image/arks/kurashiki/seo_deco1.png) center no-repeat;
    background-size: contain;
    width: 261px;
    height: 176px;
}

#seo .wrap::after {
    content: "";
    position: absolute;
    right: -140px;
    top: 0;
    background: url(/penguin/resources/image/arks/kurashiki/seo_deco2.png) center no-repeat;
    background-size: contain;
    width: 254px;
    height: 176px;
    pointer-events: none;
}

#seo>* {
    position: relative;
    z-index: 10;
}

#seo .wrap::before,
#seo .wrap::after {
    top: -237px;
}

#seo .main_text {
    padding-bottom: 25px;
    border-bottom: 2px solid #B1B1B1;
    margin-bottom: 42px;
    letter-spacing: .05em;
}

.seo_search_flame .ttl {
    font-size: 18px;
    letter-spacing: .08em;
}

.seo_search_flame .conts li:first-child a {
    padding-left: 0;
}

.seo_search_flame .ttl {
    font-size: 18px;
    letter-spacing: .08em;
}

.seo_search_flame .conts li a {
    font-size: 14px;
    color: #525252;
    letter-spacing: .05em;
    transition: .3s;
    font-family: "gen_medium", sans-serif;
    display: inline-block;
    border-bottom: solid 1px transparent;
}

.seo_search_flame .conts li:first-child {
    padding-left: 0;
}

.seo_search_flame+.seo_search_flame {
    margin-top: 30px;
}

.seo_search_flame li+li::before {
    margin: auto;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 15px;
    width: 1px;
    background: #707070;
}

.seo_search_flame li+li a {
    position: relative;
}

.seo_search_flame .conts li a:hover {
    color: #54B581;
    border-bottom: solid 1px #54B581;
}

.seo_search_flame li {
    padding: 0 18px;
    position: relative;
}

/* フッター　PC */
.footer_box {
    flex-wrap: nowrap;
    align-items: center;
}

.ft_logo a {
    display: block;
    width: 325px;
}

.footer_info .con {
    font-size: 18px;
    letter-spacing: .08em;
}

.footer_info .con .num {
    font-size: 28px;
    line-height: 1;
}

.footer_info .hour {
    font-size: 14px;
    margin-left: 52px;
    letter-spacing: .05em;
}

.footer_info .copy_right {
    font-size: 12px;
    margin-top: 105px;
}

.footer_info .address {
    margin: 28px 0 11px;
    line-height: 1.5;
}

.footer_info {
    width: 401px;
}

.footer_menu li a {
    display: block;
    color: #525252;
    transition: .3s;
    letter-spacing: .05em;
}

.footer_menu li+li {
    margin-top: 15px;
}

.footer_menu li.inner_menu {
    width: 335px;
    justify-content: space-between;
}

.footer_menu li.inner_menu a {
    font-family: "gen_medium", sans-serif;
}

.footer_menu li.inner_menu .inner {
    display: block;
    width: 43%;
    flex: 1 0 auto;
}

.footer_menu li.inner_menu .inner:nth-child(n + 3) {
    margin-top: 10px;
}

.footer_menu li.inner_menu .inner:nth-child(2),
.footer_menu li.inner_menu .inner:nth-child(4) {
    width: 15%;
}

.footer_menu ul+ul {
    margin-left: 51px;
}

.footer_menu li a:hover {
    color: #54B581;
}

.footer_btns {
    justify-content: flex-end;
    margin-top: 80px;
    align-items: flex-end;
}

.footer_btns .line {
    width: 60px;
    transition: .3s;
}

.footer_btns .line:hover {
    opacity: .8;
}

.footer_btns .cv {
    transition: .3s;
    display: flex;
    padding: 15px 53px 15px 34px;
    background: #499B6F;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    letter-spacing: .08em;
    align-items: center;
}

.footer_btns .btn+.btn {
    margin-left: 15px;
}

#cv_mail_icon,
#cv_mail_icon_shop {
    width: 28px;
    height: 19px;
    margin-right: 15px;
}

#cv_res_icon,
#cv_res_icon_shop {
    width: 28px;
    height: 29px;
    margin-right: 13px;
}

.footer_btns .cv:hover {
    background: #327852;
}

#footer_info {
    padding: 100px 0 80px;
}

/* 内部ページ　追加 CSS PC */
.common_page_main {
    margin-top: 101px;
}

.common_page_main.butken_list {
    margin-top: 131px;
}

.common_page_main.butken_list .breadcrumb .bread_ttl {
    font-size: 13px;
}

.common_page #faq .site_cmn_ttl.deco::after {
    display: none;
}

.common_page #faq .site_cmn_ttl.deco {
    display: none;
}

.breadcrumb ul {
    justify-content: center;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #4d9e22;
}

.kotei_pd.common_page {
    padding: 0 0 200px 0;
}

.page_formend .hd_logo {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.page_formend .content {
    background: #F3F3F8;
    padding: 50px 0;
}

.page_formend .content .inner {
    width: 900px;
    margin: auto;
    background: #fff;
    padding: 2em;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0 3px #D4D4D4;
}

.page_formend .content .inner .thanks_title {
    font-size: 24px;
    color: #333;
    background: #F3F3F8;
    padding: 0.1em 0.5em;
    margin-bottom: 40px;
}

.page_formend .content .inner .img_box {
    margin-bottom: 40px;
}

.page_formend .content .inner .text_box .title {
    font-size: 20px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
}

.page_formend .content .inner .text_box .text+.text {
    margin-top: 15px;
}

/* トップエリア紹介・会社情報セクション */

#top_area {
    padding: 0 0 100px;
}

#top_area .block+.block {
    margin-top: 50px;
}

#top_area .block {
    background: #ffffff;
    flex-direction: row-reverse;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#top_area .block .image {
    width: 33%;
    position: relative;
}

#top_area .block .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#top_area .block .textBox {
    width: 67%;
    padding: 50px;
}

#top_area .block .textBox .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #54b581;
    padding: 5px 20px 3px;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

#top_area .block .textBox .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    color: #474747;
}

#top_area .block .textBox .text.last {
    margin-top: 25px;
}

#top_area .block .textBox .sub_title {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 10px 0 2px;
}

#top_area .block .textBox .sub_title::before {
    display: inline-block;
    content: "◼️";
    color: #489b6f;
    margin-right: 5px;
}

#top_company {
    background-color: #fcfff9;
    position: relative;
    padding: 70px 0 100px;
}

#top_company .image {
    right: 0;
    position: absolute;
    top: 0;
    width: 37%;
    height: 100%;
}

#top_company .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_company_cont .logo {
    width: 200px;
}

.top_company_cont .ttl {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 12px;
    margin-bottom: 15px;
}

.top_company_cont .sub-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #70c61c;
    margin-bottom: 7px;
}

.top_company_cont .text {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

/* Topエリア・会社情報セクション終了 */

/* お客様の声　TOP PC */

#review {
    padding: 100px 0;
}

#review .review_contents {
    display: grid;
    grid-template-columns: 477px 610px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#review .review_contents .btn.sp {
    display: none;
}

#review .site_cmn_ttl {
    text-align: left;
    margin-bottom: 35px;
}

#review .review_contents .text+.text {
    margin-top: 15px;
}

#review .review_contents .text {
    letter-spacing: .02em;
}

#review .review_contents .btn {
    font-size: 18px;
    background: #54B581;
    display: block;
    width: 400px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    letter-spacing: .05em;
    padding-right: 45px;
    transition: .3s;
    margin-top: 55px;
    position: relative;
}

#review .review_contents .review_area {
    padding: 20px 25px 60px 20px;
    background: #EAFFF4;
    position: relative;
    border-radius: 15px;
}

#review .review_contents .review_area li {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    padding: 20px 25px;
}

#review .review_contents .review_area li+li {
    margin-top: 12px;
}

#review .review_contents .review_area li .text {
    letter-spacing: .05em;
    margin-top: 13px;
}

#review .review_contents .review_area li .inner_wrap {
    display: flex;
    gap: 30px;
}

#review .review_contents .review_area li .name {
    color: #BABABA;
    letter-spacing: .05em;
}

#review .review_contents .review_area ul {
    height: 470px;
    overflow-y: scroll;
    padding: 0 20px 20px 0;
    position: relative;
}

#review .review_contents .text_area {
    position: relative;
}

#review .review_contents .text_area::before {
    content: "";
    position: absolute;
    left: -22px;
    top: -46px;
    width: 119%;
    height: 84%;
    background: url(/penguin/resources/image/arks/_common/review_bg.png) center no-repeat;
    background-size: contain;
    z-index: -1;
}

#review .review_contents .review_area ul::-webkit-scrollbar {
    width: 15px;
}

#review .review_contents .review_area ul::-webkit-scrollbar-thumb {
    background-color: rgb(84 181 129);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);

}

#review .review_contents .review_area::before {
    content: "";
    position: absolute;
    right: 31px;
    top: 30px;
    width: 2px;
    background: #EFEFEF;
    height: 89%;
}

#review .review_contents .review_area li .inner_wrap .icon {
    width: 127px;
}

#review .review_contents .review_area::after {
    content: "";
    position: absolute;
    left: -66px;
    bottom: 0;
    width: 132px;
    height: 91px;
    background: url(/penguin/resources/image/arks/_common/review_ill1.png) center no-repeat;
    background-size: contain;
}

#review .review_contents::before {
    content: "";
    position: absolute;
    right: 61px;
    bottom: 0;
    width: 132px;
    height: 91px;
    background: url(/penguin/resources/image/arks/_common/review_ill2.png) center no-repeat;
    background-size: contain;
    z-index: 1;
}

#review .review_contents .btn::before {
    content: "";
    position: absolute;
    right: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(/penguin/resources/image/arks/_common/icon_link.svg) center no-repeat;
    background-size: contain;
}

#review .review_contents .btn:hover {
    opacity: .8;
}

/* PCトップ スタッフ紹介 */
#top_staff {
    padding: 60px 0;
    background: #effbf4;
}

#top_staff .staff_sec .site_cmn_ttl {
    margin-bottom: 36px;
}

#top_staff .staff_sec .staff_area ul li {
    margin: 0 8px;
}

#top_staff .staff_sec .staff_area ul li .link {
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

#top_staff .staff_sec .staff_area ul li .link .img {
    width: 100%;
}

#top_staff .staff_sec .staff_area ul li .link .img img {
    width: 100%;
    aspect-ratio: 253/164;
    object-fit: cover;
}

#top_staff .staff_sec .staff_area ul li .link .img .store {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    background: #54B581;
    padding: 0 8px 0 18px;
    width: fit-content;
    border-radius: 100vmax 0 0 0;
    margin: -30px 0 0 auto;
    position: relative;
}

#top_staff .staff_sec .staff_area ul li .link .name_box {
    padding: 12px;
    text-align: center;
}

#top_staff .staff_sec .staff_area ul li .link .name_box .name {
    font-size: 14px;
    font-weight: 700;
    color: #54B581;
}

#top_staff .staff_sec .staff_area ul li .link .name_box .post {
    font-size: 14px;
    font-weight: 700;
    color: #707070;
}

#top_staff .slick-prev {
    left: -90px;
}

#top_staff .slick-next {
    right: -90px;
}

/* スタッフ一覧 */
section.staff_container {
    padding-bottom: 100px;
}

section.staff_container .shop_info {
    align-items: center;
    margin-bottom: 40px;
}

section.staff_container .shop_info .shop_name {
    font-size: 24px;
    padding-right: 80px;
    position: relative;
    margin-right: 20px;
}

section.staff_container .shop_info .shop_name:after {
    content: "";
    position: absolute;
    background: #38b580;
    height: 2px;
    width: 60px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.staff_container .shop_info .shop_link a {
    color: #54B581;
    background-image: url(/penguin/resources/image/arks/takamatsu/icon_link.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    background-size: 15px;
}

.staff_list ul li {
    width: 360px;
    margin-right: 30px;
}

.staff_list ul li .image {
    margin-bottom: 15px;
}

.staff_list ul li .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
    border: 3px solid #54B581;
    transition: .2s;
}

.staff_list ul li a:hover .image img {
    opacity: 0.7;
}

.staff_list ul li .staff_info {
    color: #525252;
    margin-bottom: 10px;
}

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

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

.staff_list ul li .staff_info .name {
    font-size: 20px;
    margin-bottom: 0.2em;
}

.staff_list ul li .staff_info .comment {
    font-size: 14px;
}

.staff_list ul li .link_btn {
    width: 90%;
    background: #54B581;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 2em;
    line-height: 2;
    transition: .2s;
    border: 2px solid #54B581;
}

.staff_list ul li a:hover .link_btn {
    color: #54B581;
    background: #fff;
}

/* スタッフ詳細 */
section#staff_fv {
    padding-bottom: 30px;
    position: relative;
    margin-top: 110px;
}

section#staff_fv .main_image {
    width: 768px;
    margin-left: auto;
}

section#staff_fv .main_image img {
    width: 100%;
    height: 522px;
    object-fit: cover;
    border-radius: 15px;
}

section#staff_fv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 520px;
    background: #489B71;
    bottom: -20px;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}

section#staff_fv .staff_head_infos {
    position: absolute;
    left: 0;
    bottom: 80px;
    background: #fff;
    padding: 30px 30px 10px;
    border-radius: 15px;
}

section#staff_fv.cv_ver .staff_head_infos {
    top: 100px;
    bottom: auto;
}

section#staff_fv .contact_area {
    position: absolute;
    left: 0;
    top: 280px;
    width: 350px;
}

section#staff_fv .contact_area .catch {
    margin-bottom: 20px;
    text-align: center;
    color: #54B581;
    font-size: 22px;
}

section#staff_fv .contact_area .catch .area {
    font-size: 25px;
    background: linear-gradient(transparent 50%, #fffc00 50%);
}

section#staff_fv .contact_area .line_button {
    display: block;
    width: 100%;
    line-height: 60px;
    background: #3DC755;
    background-image: url(/penguin/resources/image/arks/kurashiki/line_icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    font-size: 20px;
    margin-bottom: 20px;
}

section#staff_fv .contact_area .bukken_button {
    display: block;
    width: 100%;
    line-height: 60px;
    background: #333;
    background-image: url(/penguin/resources/image/arks/_common/icon_house.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 35px;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    font-size: 16px;
}

section#staff_fv .staff_head_infos li.shop,
section#staff_fv .staff_head_infos li.name {
    padding-left: 30px;
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

section#staff_fv .staff_head_infos li.shop {
    background-image: url(/penguin/resources/image/arks/kurashiki/icon_shop_g.svg);
    font-size: 20px;
    margin-bottom: 5px;
}

section#staff_fv .staff_head_infos li.name {
    background-image: url(/penguin/resources/image/arks/kurashiki/icon_staff.svg);
    font-size: 30px;
    border-top: 2px dashed #54B581;
    padding: 10px 0 10px 30px;
}

section#staff_fv .staff_head_infos li.name .en {
    font-size: 66%;
    margin-left: 1em;
}

section#staff_fv .fv_title {
    position: absolute;
    left: 0;
    bottom: 280px;
    color: #54B581;
}

section#staff_fv .fv_title .en {
    font-size: 35px;
}

section#staff_fv .fv_title .jp {
    font-size: 25px;
}

section#staff_infos {
    padding: 100px 0 150px;
}

table.staff_table {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
}

table.staff_table tr th,
table.staff_table tr td {
    border-bottom: 1px dashed #54B581;
    padding: 1em;
    text-align: left;
    font-size: 15px;
}

table.staff_table tr th {
    width: 40%;
}

section#staff_interview .image {
    width: 45%;
}

section#staff_interview .interviews {
    padding: 0 0 0 50px;
    width: 55%;
}

section#staff_interview .contact_area {
    width: 100%;
    margin-top: 100px;
}

section#staff_interview .image img {
    width: 100%;
    border-radius: 15px;
}

section#staff_interview .image.dog img {
    object-position: 50% 35%;
}

section#staff_interview .interviews .block+.block {
    border-top: 1px dashed #54B581;
    margin-top: 30px;
    padding-top: 30px;
}

section#staff_interview .interviews .block .title {
    font-size: 25px;
    color: #54B581;
    margin-bottom: 0.5em;
}

section#staff_interview {
    padding-bottom: 100px;
}

section#staff_interview .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section#staff_interview .contact_area ul {
    justify-content: center;
    align-items: center;
}

section#staff_interview .contact_area ul li.contact a {
    line-height: 50px;
    background: #54B581;
    color: #fff;
    margin: 0 10px;
    width: 300px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

section#staff_interview .contact_area ul li.line {
    width: 70px;
}

/* モーダル */

.page_modal.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.page_modal .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.page_modal .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    border-radius: 10px;
}

#modal_line .modal__content {
    width: 1000px;
}

.page_modal .modal__content .title {
    color: #499B6F;
    font-size: 25px;
    margin-bottom: 1em;
    text-align: center;
}

.page_modal .modal__content .line_wrap .in_box {
    width: 18%;
    text-align: center;
}

.page_modal .modal__content ul li a {
    display: block;
    padding: 20px 20px 20px 70px;
    color: #fff;
    background: #499B6F;
    margin-bottom: 20px;
    position: relative;
    background-image: url(/penguin/resources/image/arks/kurashiki/icon_shop.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 15px;
    border-radius: 10px;
    transition: .3s;
}

.page_modal .modal__content ul li .in_box {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    border-radius: 10px;
}

.page_modal .modal__content ul li .in_box.active {
    opacity: 1;
    pointer-events: initial;
}

.page_modal .modal__content ul li .in_box .qr_code {
    position: absolute;
    left: calc(50% - 150px);
    width: 300px;
    top: calc(50% - 150px);
}

.page_modal .modal__content ul li .in_box .close_btn {
    display: block;
    position: absolute;
    right: -35px;
    top: -35px;
    width: 30px;
    height: 30px;
}

.page_modal .modal__content ul li .in_box .close_btn::before,
.page_modal .modal__content ul li .in_box .close_btn::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    /* 棒の幅（太さ） */
    height: 30px;
    /* 棒の高さ */
    background: #fff;
    border-radius: 2.5px;
}

.page_modal .modal__content ul li .in_box .close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page_modal .modal__content ul li .in_box .close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.page_modal .modal__content ul li:last-child a {
    margin-bottom: 0;
}

.page_modal .modal__content ul li a:hover {
    opacity: .9;
}

.page_modal .modal__content ul li a:before {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
}

.page_modal a.js-modal-close {
    display: block;
    position: absolute;
    right: -35px;
    top: -35px;
    width: 30px;
    height: 30px;
}

.page_modal a.js-modal-close::before,
.page_modal a.js-modal-close::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    /* 棒の幅（太さ） */
    height: 30px;
    /* 棒の高さ */
    background: #fff;
    border-radius: 2.5px;
}

.page_modal a.js-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page_modal a.js-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 内部ページ */
.site_cmn_ttl {
    text-align: center;
}

.site_cmn_ttl .en {
    font-size: 45px;
    color: #54B581;
    letter-spacing: 0.05em;
    line-height: 1;
}

.site_cmn_ttl .ttl {
    letter-spacing: 0.05em;
    font-size: 16px;
    margin-top: 8px;
}

.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;
}

.common_page_main .main_cont {
    background-color: #E9F5EE;
    margin-bottom: 13px;
    background: linear-gradient(to bottom, #def8e9, transparent);
}

.common_page_main .main_cont .cloud1,
.common_page_main .main_cont .cloud2 {
    position: absolute;
    top: 75px;
    width: 240px;
    line-height: 1;
}

.common_page_main .main_cont .cloud1 {
    left: 145px;
}

.common_page_main .main_cont .cloud2 {
    right: 175px;
}

.common_page_main .main_cont .illust1,
.common_page_main .main_cont .illust2 {
    position: absolute;
    bottom: 0;
    width: 260px;
    line-height: 1;
}

.common_page_main .main_cont .illust1 {
    left: -100px;
}

.common_page_main .main_cont .illust2 {
    right: -100px;
}

.common_page_main .main_cont .cont {
    padding: 107px 0 90px;
    z-index: 1;
}

.common_page_main.bukken_list .main_cont .cont {
    padding: 50px 0;
}

.common_page_main.bukken_list .main_cont .cont .text_box .en_ttl {
    font-size: 16px;
}

.common_page_main.bukken_list .main_cont .cont .text_box .ttl {
    font-size: 32px;
    line-height: 1.8;
}

.common_page_main.bukken_list .breadcrumb ul {
    justify-content: flex-start;
}

.common_page_main .main_cont .cont .text_box {
    text-align: center;
}

.common_page_main .main_cont .cont .text_box .en_ttl {
    line-height: 1;
    font-size: 45px;
    color: #54B581;
    margin-bottom: 15px;
}

.common_page_main .main_cont .cont .text_box .ttl {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.breadcrumb {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 600;
    margin-top: 30px;
    color: #4d9e24;
}

.breadcrumb ul li+li {
    margin-left: 5px;
}

.common_page {
    padding: 90px 0 0;
    position: relative;
}

.common_store_page {
    padding-top: 10px;
}

#page_online .online_intro_sec {
    margin: 100px 0;
}

#page_online .online_intro_sec .top_text {
    text-align: center;
    margin-bottom: 45px;
}

#page_online .online_intro_sec .top_text .ttl {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
    color: #54B581;
}

#page_online .online_intro_sec .top_text .text {
    font-size: 15px;
    letter-spacing: 0.05em;
}

#page_online .online_intro_sec .list ul {
    justify-content: center;
}

#page_online .online_intro_sec .list ul li {
    flex-wrap: nowrap;
    align-items: center;
    max-width: 30%;
}

#page_online .online_intro_sec .list ul li+li {
    margin-left: 60px;
}

#page_online .online_intro_sec .list ul li .icon_wrap {
    flex-shrink: 0;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #54B581;
    line-height: 1;
}

#page_online .online_intro_sec .list ul li .icon_wrap .icon {
    width: 100%;
    height: 100%;
}

#page_online .online_intro_sec .list ul li .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#page_online .online_flow_sec .top_text {
    margin-bottom: 15px;
}

#page_online .online_flow_sec .list ul::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 253px;
    width: 5px;
    height: 1300px;
    background-color: #54B581;
}

#page_online .online_flow_sec .list ul li {
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
}

#page_online .online_flow_sec .list ul li+li {
    margin-top: 45px;
}

#page_online .online_flow_sec .list ul li .num_box {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #54B581;
    text-align: center;
    padding-top: 19px;
    margin-right: 60px;
}

#page_online .online_flow_sec .list ul li .num_box .num {
    font-size: 26px;
    line-height: 1;
    color: #54B581;
}

#page_online .online_flow_sec .list ul li:last-child .img {
    position: relative;
}

#page_online .online_flow_sec .list ul li:last-child .img::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px;
    border-radius: 50%;
    background-color: #E9F5EE;
    z-index: -1;
}

#page_online .online_flow_sec .list ul li .img {
    flex-shrink: 0;
    margin-right: 50px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #EBEBEB;
}

#page_online .online_flow_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#page_online .online_flow_sec .list ul li .text_box {
    width: 100%;
    border-bottom: dashed 2px #54b581;
    padding-bottom: 30px;
}

#page_online .online_flow_sec .list ul li .text_box .ttl {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.online_flow_sec {
    padding-bottom: 100px;
}

#page_online .online_flow_sec .list ul li .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#page_online .online_flow_sec .list ul li .text_box .btn {
    display: block;
    width: 270px;
    line-height: 70px;
    border-radius: 100vmax;
    text-align: center;
    background-color: #54B581;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

/* オンライン相談 */
.online_contact_sec {
    padding: 80px 0;
    background: url(/penguin/resources/image/arks/kurashiki/faq_bg.png) center no-repeat;
    background-size: cover;
}

.online_contact_sec .index {
    text-align: center;
    font-size: 24px;
    letter-spacing: .05em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .5em;
}

.online_contact_sec .index::before,
.online_contact_sec .index::after {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #333;
    rotate: -20deg;
}

.online_contact_sec .index::after {
    rotate: 20deg;
}

.online_contact_sec .link {
    display: block;
    width: 270px;
    margin-inline: auto;
    line-height: 70px;
    border-radius: 100vmax;
    text-align: center;
    background-color: #54B581;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

.online_suggest_sec {
    padding: 80px 0;
}

.online_suggest_sec .item_box {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 50px;
}

.online_suggest_sec .item_box .img {
    width: 400px;
    flex-shrink: 0;
}

.online_suggest_sec .item_box .img img {
    width: 100%;
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
}

.online_suggest_sec .item_box .text_box ul li {
    display: flex;
    gap: 0 .8em;
    align-items: center;
}

.online_suggest_sec .item_box .text_box ul li+li {
    margin-top: .5em;
}

.online_suggest_sec .item_box .text_box ul li .mark {
    display: block;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    background-color: #327852;
    position: relative;
    flex-shrink: 0;
}

.online_suggest_sec .item_box .text_box ul li .mark::before {
    content: "";
    width: 13px;
    height: 10px;
    min-width: 0;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    rotate: -45deg;
    position: absolute;
    top: 3px;
    left: 50%;
    translate: -50% 0;
}

.online_suggest_sec .item_box .text_box ul li .text {
    font-size: 18px;
    letter-spacing: .05em;
}

.online_suggest_sec .bottom_box {
    margin-top: 50px;
}

.online_suggest_sec .bottom_box .arrow_box {
    width: 120px;
    height: 50px;
    background-color: #327852;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin-inline: auto;
}

.online_suggest_sec .bottom_box .text_area {
    margin-top: 30px;
}

.online_suggest_sec .bottom_box .text_area .index {
    text-align: center;
    font-size: 28px;
    color: #54B581;
    letter-spacing: .05em;
}

.online_suggest_sec .bottom_box .text_area .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
    margin-top: 1em;
}

.online_suggest_sec .bottom_box .text_area .text .small {
    display: block;
}

.online_merit_sec {
    padding: 80px 0;
    background-color: #E9F5EE;
    margin-bottom: 80px;
}

.online_merit_sec .item_list ul {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.online_merit_sec .item_list ul li {
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.online_merit_sec .item_list ul li .num {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    color: #327852;
    position: relative;
    margin: -20px 0;
    display: block;
}

.online_merit_sec .item_list ul li .img img {
    width: 100%;
    aspect-ratio: 2/1;
    min-width: 0;
    object-fit: cover;
}

.online_merit_sec .item_list ul li .text_box {
    padding: 1.5em;
}

.online_merit_sec .item_list ul li .text_box .text {
    text-align: center;
    font-size: 16px;
    letter-spacing: .05em;
}

.online_flow_sec .cont {
    display: grid;
    grid-template-columns: 400px 400px;
    gap: 80px;
    justify-content: center;
    margin-top: 50px;
}

.online_flow_sec .cont .box {
    position: relative;
}

.online_flow_sec .cont .box:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 30px;
    width: 10px;
    background: #327852;
}

.online_flow_sec .cont .box:first-child::after {
    content: "";
    position: absolute;
    top: 37px;
    bottom: 68px;
    right: -45px;
    width: 10px;
    background: #327852;
}

.online_flow_sec .cont .box li+li {
    margin-top: 20px;
}

.online_flow_sec .cont .box li {
    background: #fff;
    display: flex;
    border: 2px solid #327852;
    position: relative;
}

.online_flow_sec .cont .box:first-child li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    translate: 100% -50%;
    width: 41px;
    height: 10px;
    background: #327852;
}

.online_flow_sec .cont .box:first-child li:last-child::before {
    right: 0;
    width: 81px;
}

.online_flow_sec .cont .box li .label {
    background: #327852;
    color: #fff;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 700;
    padding: 0.7em 1em;
    text-align: center;
    display: grid;
    place-content: center;
}

.online_flow_sec .cont .box li .label .num {
    display: block;
    font-size: 2em;
    line-height: 1;
}

.online_flow_sec .cont .box li .text_box {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.online_flow_sec .cont .box li .text_box .ttl {
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 700;
}

.online_flow_sec .cont .box .att {
    font-size: 14px;
    letter-spacing: .03em;
    margin-top: 0.5em;
    text-align: end;
}

#page_reason .reason_list_sec {
    padding: 130px 0 150px;
    background-color: #E9F5EE;
    overflow: hidden;
}

#page_reason .reason_list_sec::before,
#page_reason .reason_list_sec::after {
    content: "";
    position: absolute;
    left: -5vw;
    right: -5vw;
    height: 300px;
    background-color: rgba(84, 181, 129, 0.08);
    transform: rotate(-7deg);
}

#page_reason .reason_list_sec::before {
    top: 80px;
}

#page_reason .reason_list_sec::after {
    right: -5vw;
}

#page_reason .reason_list_sec .list {
    z-index: 1;
}

#page_reason .reason_list_sec .list ul li {
    flex-wrap: nowrap;
}

#page_reason .reason_list_sec .list ul li .text_cont::before {
    content: "";
    position: absolute;
    left: -100px;
    top: -116px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(239, 210, 86, 0.2);
}

#page_reason .reason_list_sec .list ul li+li {
    margin-top: 110px;
}

#page_reason .reason_list_sec .list ul li>* {
    position: relative;
    z-index: 1;
}

#page_reason .reason_list_sec .list ul li .text_cont>* {
    position: relative;
}

#page_reason .reason_list_sec .list ul li .text_cont .num::before {
    content: "";
    position: absolute;
    right: -57px;
    bottom: -39px;
    background: url(/penguin/resources/image/arks/kurashiki/faq_ttl_deco.png) center no-repeat;
    background-size: contain;
    width: 67px;
    height: 69px;
    transform: rotate(124deg);
}

#page_reason .reason_list_sec .list ul li .img::before {
    content: "REASON";
    position: absolute;
    left: -61px;
    bottom: 38px;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    color: #53b581;
    font-size: 26px;
    transform: rotate(-90deg);
}

#page_reason .reason_list_sec .list ul li .text_cont {
    flex-wrap: nowrap;
    align-items: center;
    display: block;
    background: #fff;
    padding: 150px 70px 100px;
    position: relative;
    width: 63%;
    overflow: hidden;
    border-radius: 0 50px 0 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

#page_reason .reason_list_sec .list ul li .text_cont .num {
    font-size: 40px;
    color: #54B581;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 50px;
    position: absolute;
    top: 30px;
}

#page_reason .reason_list_sec .list ul li .text_cont .text_box {
    width: 100%;
}

#page_reason .reason_list_sec .list ul li .text_cont .text_box .ttl {
    font-size: 25px;
    font-weight: bold;
    color: #54B581;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 15px;
}

#page_reason .reason_list_sec .list ul li .text_cont .text_box .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

#page_reason .reason_list_sec .list ul li .img {
    flex-shrink: 0;
    margin-left: 50px;
    width: 450px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: -64px;
    /* border: solid 5px #54b582; */
    border-radius: 20px;
}

#page_reason .reason_list_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

#page_sitemap .list ul li+li {
    margin-top: 10px;
}

#page_sitemap .list ul li a {
    display: block;
    padding: 10px 40px;
    width: 100%;
    color: #525252;
    border: 1px solid #525252;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 30px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 3px solid;
    padding-left: 1em;
    letter-spacing: 0.05em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
}

#page_company .company_profile {
    padding-bottom: 80px;
}

#page_company .company_profile .site_cmn_ttl {
    margin-bottom: 30px;
}

#page_company .company_profile table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}

#page_company .company_profile table th,
#page_company .company_profile table td {
    padding: 15px 1rem 20px;
    border-bottom: 1px solid #D4D4D4;
}

#page_company .company_profile table th {
    vertical-align: inherit;
    width: 20%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: normal;
}

#page_company .company_profile table td {
    width: 80%;
    font-size: 14px;
    letter-spacing: 0.08em;
}

#page_company .company_profile table td a {
    color: #525252;
    display: inline-block;
    text-decoration: underline;
}

#page_company .company_access .site_cmn_ttl {
    margin-bottom: 30px;
}

#page_company .company_access .map {
    height: 350px;
}

#page_company .company_access .map iframe {
    width: 100%;
    height: 100%;
}

.common_store_page h2.shop_title {
    position: relative;
    z-index: 100;
    text-align: center;
    font-size: 30px;
    margin-bottom: 1em;
}

.common_store_page .store_intro_sec {
    position: relative;
    margin-bottom: 10px;
    padding-top: 100px;
    background: linear-gradient(to bottom, #def8e9, transparent);
}

.store_staff_sec {
    padding-bottom: 150px;
}

.common_store_page .store_intro_sec::before {
    content: "";
    position: absolute;
    right: 0;
    top: 80px;
    bottom: -450px;
    width: calc(50vw - 520px);
    background-color: rgba(239, 210, 86, 0.2);
    z-index: -2;
    opacity: 0;
}

.common_store_page .store_intro_sec .cont .img_box {
    width: 55%;
    margin: auto;
    text-align: center;
}

.common_store_page .store_intro_sec .cont .img_box .img {
    position: relative;
    width: 100%;
    line-height: 1;
    margin-bottom: 16px;
}

.common_store_page .store_intro_sec .cont .img_box .img::before {
    content: "";
    position: absolute;
    top: -127px;
    right: -271px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgb(84 181 129);
    z-index: -1;
    opacity: .2;
}

.common_store_page .store_intro_sec .cont .img_box .name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 5px;
}

.common_store_page .store_intro_sec .cont .img_box .info {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}

.common_store_page .store_intro_sec .cont .img_box .info.tel {
    font-size: 20px;
}

.common_store_page .store_intro_sec .cont .text_box {
    text-align: center;
    padding-top: 30px;
}

.common_store_page .store_intro_sec .cont .text_box .ttl {
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
    color: #54B581;
}

.common_store_page .store_intro_sec .cont .img_box .img::after {
    content: "";
    position: absolute;
    top: -324px;
    right: -203px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(239, 210, 86, 0.2);
    z-index: -1;
}

.common_store_page .store_intro_sec .cont .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 30px 0 50px;
}

.common_store_page .store_intro_sec .cont .map_area {
    margin: 50px 0;
}

.common_store_page .store_intro_sec .cont .map_area iframe {
    width: 800px;
    height: 300px;
    margin: 0 auto;
    display: block;
}

.common_store_page .store_intro_sec .cont .contact_area ul {
    justify-content: center;
    align-items: center;
}

.common_store_page .store_intro_sec .cont .contact_area ul li.contact a {
    line-height: 50px;
    background: #499B6F;
    color: #fff;
    margin: 0 10px;
    width: 300px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.common_store_page .store_intro_sec .cont .contact_area ul li.line {
    width: 70px;
}



.common_store_page .store_photo_sec {
    margin-bottom: 85px;
    position: relative;
    padding: 100px 0 0;
}

.common_store_page .store_intro_sec>* {
    position: relative;
    z-index: 10;
}

.common_store_page .store_photo_sec::before {
    content: "";
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    bottom: -115px;
    z-index: -1;
    /* background-color: #E9F5EE; */
    /* opacity: 0; */
    background: linear-gradient(to bottom, transparent, #def8e9, transparent);
}

.common_store_page .store_photo_sec .site_cmn_ttl {
    margin-bottom: 35px;
}

.common_store_page .store_photo_sec .list ul::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.common_store_page .store_photo_sec .list ul li {
    width: 31%;
}

.common_store_page .store_photo_sec .list ul li .img {
    width: 100%;
    height: 250px;
    line-height: 1;
    margin-bottom: 15px;
    border: 5px solid #54B581;
    border-radius: 10px;
    overflow: hidden;
}

.common_store_page .store_photo_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_store_page .store_photo_sec .list ul li .text_box {
    text-align: center;
}

.common_store_page .store_photo_sec .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.common_store_page .store_staff_sec .site_cmn_ttl {
    margin-bottom: 25px;
}

.common_store_page .store_staff_sec .list ul {
    gap: 0 3.5%;
}

.common_store_page .store_staff_sec .list ul li {
    width: 31%;
}

.common_store_page .store_staff_sec .list ul li .img {
    width: 100%;
    height: 250px;
    line-height: 1;
    margin-bottom: 13px;
    border: 5px solid #54B581;
    border-radius: 10px;
    overflow: hidden;
}

.common_store_page .store_staff_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_store_page .store_staff_sec .list ul li .text_box .name {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 5px;
}

.common_store_page .store_staff_sec .list ul li .text_box .info_list {
    gap: 3px 10px;
}

.common_store_page .store_staff_sec .list ul li .text_box .info_list .info {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.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;
}

#page_sitemap .list {
    margin: 100px 0 200px;
}

.privacy_index {
    margin: 90px 0 150px;
}

.containts.common_page::before {
    display: none;
}

.containts.common_page {
    padding: 100px 0 150px;
}

.article_page {
    width: 70%;
}

.article_page h1 {
    border-bottom: 2px solid;
    margin-bottom: 1em;
}

.article_page .article_text_area {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

.article_page .article_text_area p {
    font-size: 16px;
    line-height: 2;
}

.article_page_wrap .side_bar {
    width: 25%;
}

.article_page_wrap .side_bar .inBox+.inBox {
    margin-top: 30px;
}

.article_page_wrap .side_bar .title_category {
    background: #499B6F;
    color: #fff;
    font-size: 20px;
    padding: .2em 1em;
    text-align: center;
    border-radius: 5px;
    margin-bottom: .5em;
}

.article_page_wrap .side_bar ul li a {
    color: #333;
    border-bottom: 2px dashed;
    padding: 10px;
    display: block;
}

.article_page_wrap .side_bar ul li a .date {
    font-size: 14px;
}

.article_page_wrap .side_bar ul li a .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
}

/* 物件リストバナー */
.common_contact_ban_area {
    background-image: url(/penguin/resources/image/arks/_common/contact_ban_bg_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 777 / 173;
    position: relative;
}

.common_contact_ban_area .btn_area {
    position: absolute;
    display: flex;
    align-items: flex-end;
    gap: 9px;
    bottom: 17px;
    left: 19px;
}

.common_contact_ban_area .btn_area .link {
    width: 296px;
    aspect-ratio: 296 / 66;
    display: flex;
    transition: .3s;
    align-items: center;
    justify-content: center;
}

.common_contact_ban_area .btn_area .link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.searchListMainArea .common_contact_ban_area {
    margin-bottom: 30px;
}

.common_contact_ban_area .btn_area .link:hover {
    opacity: 0.9;
}

.other_joken {
    margin-top: 100px;
    background-color: #fafafa;
    padding: 30px;
}

.other_joken h4 {
    margin: 0 0 10px;
    font-size: 18px;
}

.other_joken ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 8px;
}

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

.vacancy_tuiju .btn .link {
    background: #54B581;
}

/* 追加 TOP 新着物件 */
.arrival_sec .common-text-box {
    margin-bottom: 50px;
}

.arrival_sec .arrival_list {
    padding: 50px 26px;
    position: relative;
}

.arrival_sec .arrival_list .tab_box ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.arrival_sec .arrival_list .tab_box ul li {
    background-color: #54B581;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-block-size: 3em;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #54B581;
    cursor: pointer;
    transition: .3s;
    line-height: 1.5;
    border-radius: 10px;
}

.arrival_sec .arrival_list .panel_box {
    margin-top: 20px;
}

.arrival_sec .arrival_list .panel_box .butken_box .count_text {
    margin-bottom: 15px;
}

.arrival_sec .arrival_list .panel_box .butken_box .count_text small {
    font-size: 16px;
}

.arrival_sec .arrival_list .panel_box .butken_box .count_text .count {
    font-size: 20px;
    color: #EFD256;
    font-weight: 700;
    margin: 0 0.3em;
}


.arrival_sec .arrival_list .panel_box .link {
    display: block;
}

.arrival_sec .arrival_list .panel_box .link .img {
    width: 100%;
    height: 235px;
}

.arrival_sec .arrival_list .panel_box .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrival_sec .arrival_list .panel_box .link .text_area .butken_ttl {
    font-size: 18px;
    margin: 0.5em 0 0.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
    color: #525252;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box+.box {
    margin-top: 5px;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .tag {
    padding: 0.2em 0.6em;
    background: #54B581;
    font-size: 12px;
    color: #525252;
    font-weight: 700;
    flex-shrink: 0;
    width: 4.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 7px;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .number {
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.arrival_sec .arrival_list .panel_box .link .text_area .train {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #525252;
    font-weight: 700;
    font-size: 14px;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .madori {
    font-size: 12px;
    background: #54B581;
    font-weight: 700;
    color: #525252;
    flex-shrink: 0;
    padding: 0.2em 0.6em;
    width: 4.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 7px;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .text {
    font-size: 14px;
    font-weight: 600;
    color: #525252;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.arrival_sec .clasumokun-box {
    width: 154px;
    position: absolute;
    top: -88px;
    right: 50px;
}

.arrival_sec .clasumokun-box img {
    width: 100%;
}

.arrival_sec .tab_box {
    display: block;
}

.arrival_sec .arrival_list .panel_box .js_panel .butken_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
}

.arrival_sec .arrival_list .top_butken_btn {
    display: block;
    background-color: #54B581;
    color: #080058;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    text-align: center;
    padding: 1em;
    width: 18em;
    margin: 3em auto 0;
    transition: .3s;
    color: #fff;
    border-radius: 100vmax;
}

.arrival_sec {
    padding: 80px 0 50px;
}

.arrival_sec .arrival_list .tab_box ul li.active {
    background-color: #fff;
    color: #54B581;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .number .color {
    color: #EFD256;
}

.arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .number .size {
    color: #525252;
    font-size: 0.65em;
    display: inline-block;
    margin: 0 0.2em;
}

.arrival_sec .arrival_text {
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    margin-top: 2em;
}

#mv {
    position: relative;
    overflow: hidden;
}

#mv .en_text {
    right: 0;
    left: auto;
}

#mv .badge_column {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: -8.5%;
    left: 6%;
}

#mv .badge {
    width: 174px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: relative;
    background: #fff;
    display: grid;
    z-index: 1;
}

#mv .badge::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 3px solid #3E8C61;
}

#mv .badge_inner {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
}

#mv .badge_top {
    padding-top: 24px;
    line-height: 1.3;
    color: #3E8C61;
    font-size: 18px;
    line-height: 1.3;
}

#mv .badge_bottom {
    margin-top: 6px;
    color: #525252;
    font-size: 26px;
    line-height: 1;
}

#mv .badge_middle {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 4px;
}

#mv .badge_middle::before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: repeating-linear-gradient(to right, #525252 0 4px, transparent 4px 8px);
}

#mv .badge_num {
    color: #3E8C61;
    font-size: 59px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 0.08em;
}

#mv .badge_right {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.08em;
}

.common_page.archive_staff .staff_container .staff_list {
    margin-bottom: 50px;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        z-index: 9999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 40px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 99999;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #555;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        align-items: center;
        background: #ccc;
        overflow: scroll;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: 100%;
        padding-top: 126px;
    }

    .wrap,
    .wrap_01 {
        max-width: 92%;
    }

    /* メインビジュアル　SP */
    #mv {
        background: url(/penguin/resources/image/arks/kurashiki/sp_mv.png) top no-repeat;
        background-size: contain;
        margin-top: 0;
        padding-top: 38vw;
        background-color: #ECF4EF;
    }

    #mv .wrap_01 {
        height: auto;
        min-height: unset;
        min-width: unset;
    }

    #mv .kurashiki_let {
        display: none;
    }

    .mv_form_flame {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        padding: 10vw 6vw;
        margin-top: 10vw;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        min-width: unset;
    }

    .mv_form_flame .arraw::before {
        content: "";
        border-top: solid 2px #489b6f;
        border-right: solid 2px #489b6f;
        position: absolute;
        right: 15px;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        top: -4px;
        bottom: 0;
        margin: auto;
        z-index: 10;
    }

    .mv_form_flame #area_select {
        width: 100%;
        line-height: 12vw;
        height: 12vw;
        border-radius: 45px;
        border: solid 2px #499B6F;
        color: #499B6F;
        padding-left: 10px;
        font-size: 4vw;
        -webkit-appearance: none;
        appearance: none;
        position: relative;
    }

    .mv_form_flame .arraw {
        position: relative;
    }

    .mv_form_flame .hidden_form {
        display: none;
    }

    .mv_form_flame .ttl {
        font-size: 4.5vw;
        letter-spacing: .05em;
        margin-bottom: 3vw;
        position: relative;
        padding: 0 0 10px 30px;
    }

    .mv_form_flame .ttl .step {
        font-size: 4.5vw;
        margin-right: 2vw;
    }

    #form_icon {
        width: 26px;
        height: 30px;
        left: 0;
        position: absolute;
        top: -1vw;
        bottom: 0;
        margin: auto;
        transform: inherit;
    }

    .mv_form_flame .text {
        font-size: 4vw;
    }

    .mv_form #rent {
        font-size: 4vw;
        width: 33vw;
        line-height: 9vw;
        height: 10vw;
        padding-left: 4vw;
    }

    .mv_form_flame .radio_box li {
        width: 32%;
        font-size: 4vw;
        letter-spacing: .05em;
        padding-left: 1.5vw;
        margin-bottom: 1.8vw;
    }

    .mv_form_flame .radio_box li:first-child {
        font-size: 3.5vw;
    }

    .mv_form_flame .radio_box li input {
        width: 4.5vw;
        height: 4.5vw;
    }

    .mv_form_flame .radio_box li input[type=radio]::before {
        width: 2.3vw;
        height: 2.3vw;
    }

    #btnQuickSearch {
        width: 100%;
        line-height: 16vw;
        height: 15vw;
        font-size: 5vw;
    }

    #search_icon {
        left: 18vw;
    }

    svg#search_icon g path {
        width: 20px;
        height: 17px;
    }

    #btnQuickSearch:hover {
        background: #54B581;
    }

    /* バナー　SP */
    #top_banner {
        padding: 10vw 0 15vw;
    }

    .site_cmn_ttl.cloud::before {
        background: url(/penguin/resources/image/arks/kurashiki/sp_cloud.png) center no-repeat;
        background-size: contain;
        width: 100%;
        height: 20vw;
        z-index: -1;
    }

    /* お部屋探し　SP */
    .site_cmn_ttl .en {
        font-size: 8vw;
        letter-spacing: .05em;
    }

    .site_cmn_ttl .ttl {
        font-size: 4.3vw;
        margin-top: 1.5vw;
        letter-spacing: .05em;
    }

    #bukken_search>* {
        position: relative;
    }

    #bukken_search .bukken_search_box .search_flame {
        width: 48%;
    }

    #bukken_search .bukken_search_box .search_flame.line a::before {
        background: url(/penguin/resources/image/arks/kurashiki/icon_sline_hv.png) center no-repeat;
        background-size: contain;
    }

    #bukken_search .bukken_search_box .search_flame a {
        padding: 24vw 3vw 3vw;
        text-align: center;
        background: #54B581;
        color: #fff;
    }

    #bukken_search .bukken_search_box .search_flame .en {
        font-size: 4.5vw;
        letter-spacing: .05em;
        color: #fff;
    }

    #bukken_search .bukken_search_box .search_flame .search_cat {
        font-size: 4.5vw;
    }

    #bukken_search .bukken_search_box .search_flame a::before {
        left: 0;
        right: 0;
        bottom: auto;
        width: 18vw;
        top: 2vw;
        background: url(/penguin/resources/image/arks/kurashiki/icon_sarea_hv.png) center no-repeat;
        background-size: contain;
    }

    #bukken_search .bukken_search_box .search_flame a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 98%;
        height: 99%;
        border: solid 2px #fff;
        border-radius: 6px;
    }

    #bukken_search .bukken_search_box .search_flame a:hover::after {
        border: solid 2px #fff;
    }

    .bukken_search_box {
        margin-top: 8vw;
    }

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

    #form1 #sbox {
        width: 100%;
        line-height: 14vw;
        height: 14vw;
        margin-top: 1vw;
    }

    #bukken_search .bukken_search_box .en {
        font-size: 6.5vw;
    }

    .search_free_flame .en {
        margin-right: 2vw;
    }

    #form1 #sbtn {
        width: 10vw;
        height: 6vw;
        text-indent: 150%;
    }

    #form1 #sbox::placeholder {
        font-size: 4vw;
    }

    /* こだわり条件 SP */
    .picky_ttl .img {
        width: 65vw;
    }

    .site_picky_box .picky_ttl {
        font-size: 5vw;
    }

    .site_picky_flame {
        margin-top: 12vw;
    }

    .picky_ttl .ttl {
        font-size: 4.5vw;
        margin-top: 2vw;
    }

    .site_picky_box {
        border: solid 3px #54B581;
        padding: 16vw 2.1vw 6vw;
        margin: 27vw 0 4vw;
    }

    .site_picky_flame li {
        width: 49%;
        margin-bottom: 3vw;
    }

    .site_picky_flame li a {
        width: 100%;
        border: solid 3px transparent;
    }

    .site_picky_flame li a:hover .img {
        border: none;
    }

    .site_picky_flame .img {
        border: none;
    }

    .site_picky_flame li a .img::before {
        display: none;
    }

    .site_picky_flame a .detail {
        font-size: 3.5vw;
        margin-top: 1vw;
    }

    .site_picky_flame li:nth-child(n + 5) {
        margin-top: 0;
    }

    .site_picky_flame a:hover .detail {
        color: #525252;
    }

    .site_picky_flame li a:hover {
        border: solid 3px transparent;
    }

    .site_picky_flame li a:hover .text {
        display: none;
    }

    .site_picky_flame li a:hover::before {
        display: none;
    }

    #bukken_search .wrap::before {
        display: none;
    }

    #bukken_search .wrap::after {
        right: 0;
        width: 37vw;
        height: 24vw;
        bottom: -18vw;
    }

    #bukken_search {
        padding: 15vw 0;
    }

    #reason {
        padding: 13vw 0;
    }

    .top_reason_box ul {
        display: block;
    }

    .top_reason_box li {
        width: 100%;
    }

    .top_reason_box .img::before {
        width: 11vw;
        height: 11vw;
        font-size: 7vw;
        border: solid 3px;
        top: -5vw;
        z-index: 10;
    }

    .top_reason_box .img img {
        border: solid 3px #54B581;
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
        right: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .top_reason_box li .text_box {
        padding: 2vw;
    }

    .top_reason_box li .ttl {
        font-size: 4.5vw;
    }

    .top_reason_box li .text {
        font-size: 3.5vw;
        letter-spacing: .03em;
        line-height: 1.5;
        margin-top: 1.5vw;
    }

    .top_reason_box li+li {
        margin-top: 8vw;
    }

    .top_reason_box .img {
        position: relative;
        height: 49vw;
    }

    .site_cmn_btn {
        width: 100%;
        line-height: 18vw;
        font-size: 4.5vw;
        padding-right: 4vw;
        margin-top: 5vw;
    }

    .site_cmn_btn::after {
        display: none;
    }

    .site_cmn_btn:hover::before,
    .site_cmn_btn:hover::after {
        animation: none;
    }

    /* NEWS SP */
    .top_news_box {
        display: block;
    }

    .news_conts_box li a {
        width: 100%;
        border-radius: 20px;
        padding: 5vw 4vw;
    }

    .news_conts_box li a .day {
        font-size: 4vw;
    }

    #top_news .top_news_box {
        display: block;
    }

    .news_conts_box li a {
        width: 100%;
        border-radius: 20px;
        padding: 5vw 8vw 5vw 7vw;
        color: #54B583;
        position: relative;
        /* margin: auto; */
    }

    .news_conts_box li a .day {
        font-size: 4vw;
    }

    .news_conts_box .ttl {
        margin-top: 2vw;
        -webkit-line-clamp: 2;
        font-size: 3.7vw;
    }

    .top_reason_box {
        margin-top: 9vw;
    }

    .news_conts_box li a #news_arraw g path {
        stroke: #54B581;
    }

    .news_conts_box li a #news_arraw {
        position: absolute;
        right: 9vw;
        top: 5vw;
    }

    .top_news_box .disc_box {
        width: 100%;
        margin-bottom: 6vw;
    }

    .top_news_box .disc_box .text {
        margin-top: 7vw;
        font-size: 3.8vw;
    }

    .site_cmn_btn.sp {
        display: block;
    }

    .top_news_box .disc_box .site_cmn_ttl::before {
        width: 39vw;
        height: 24vw;
        right: auto;
        left: 30vw;
    }

    /* スタッフブログ SP */
    #top_news {
        padding: 22vw 0 18vw;
    }

    .site_blog_box {
        overflow-x: scroll;
    }

    .site_blog_box ul {
        width: 321.8vw;
    }

    .site_blog_box li {
        width: 75.5vw;
    }

    .site_blog_box li a .img,
    .site_blog_box li a:hover .img {
        border: solid 3px #54b581;
    }

    .site_blog_box li a .text {
        font-size: 3.5vw;
    }

    #top_blog .site_cmn_btn {
        margin-top: 9vw;
    }

    .site_blog_box ul {
        margin-bottom: 10vw;
    }

    .site_blog_box .text_box {
        padding: 3vw 0 0;
        height: 40vw;
    }

    .site_blog_box li .day {
        font-size: 3.5vw;
    }

    .site_blog_box li a .ttl {
        font-size: 4vw;
    }

    /* よくある質問　SP */
    .site_cmn_ttl.deco::after {
        width: 80%;
        height: 16vw;
        left: 3vw;
        top: -43vw;
    }

    #faq::before {
        background: url(/penguin/resources/image/arks/kurashiki/sp_faq_bg.png) top no-repeat;
        background-size: cover;
    }

    .site_faq_box dt {
        font-size: 4vw;
        padding: 5vw 4vw 5vw 13vw;
    }

    .site_faq_box dt::before,
    .site_faq_box dd::before {
        font-size: 7vw;
        left: 4vw;
        top: 2vw;
    }

    .site_faq_box dd {
        padding: 5vw 4vw 5vw 13vw;
        font-size: 3.5vw;
    }

    #faq {
        padding: 24vw 0 13vw;
    }

    #top_blog,
    #top_recommend {
        padding-bottom: 15vw;
    }

    .site_faq_box {
        margin-top: 6vw;
    }

    .site_faq_box dl+dl {
        margin-top: 5vw;
    }

    .site_cmn_ttl.deco::before {
        width: 18vw;
        height: 7vw;
    }

    /* フッター　SP */
    #seo .wrap::after {
        display: none;
    }

    #seo .wrap::before {
        width: 35vw;
        left: -2vw;
        height: 30vw;
        top: -39vw;
    }

    #seo {
        padding: 15vw 0;
    }

    #top_location {
        padding: 10vw 0;
    }

    #seo .main_text {
        font-size: 3.5vw;
        line-height: 1.7;
        padding-bottom: 8vw;
        margin-bottom: 8vw;
    }

    .seo_search_flame .ttl {
        font-size: 4.5vw;
        letter-spacing: .05em;
        margin-bottom: 2vw;
    }

    .seo_search_flame .conts li a {
        font-size: 3.7vw;
        border: none;
    }

    .seo_search_flame li {
        padding: 0 5vw;
        margin-top: 1.5vw;
    }

    .seo_search_flame li:nth-child(n + 5) {
        margin-top: 2vw;
    }

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

    .seo_search_flame li.add {
        padding: 0 5vw 0 0;
    }

    .seo_search_flame li.add::before {
        display: none;
    }

    .seo_search_flame.space li:nth-child(odd) {
        padding-left: 0;
    }

    .seo_search_flame.space li:nth-child(odd)::before {
        display: none;
    }

    .seo_search_flame.space li {
        flex: 1 0 auto;
        width: 32%;
    }

    .seo_search_flame.space li:nth-child(even) {
        width: 50%;
    }

    .seo_search_flame .conts li a:hover {
        color: #525252;
        border: none;
    }

    .help_desk li a {
        display: block;
        color: #525252;
        font-size: 3.5vw;
        letter-spacing: .08em;
    }

    .help_desk li+li {
        margin-left: 8vw;
    }

    .help_desk {
        margin-top: 12vw;
    }

    .footer_info .copy_right {
        font-size: 3vw;
        margin-top: 7vw;
    }

    #footer_info {
        padding: 20vw 0 13vw;
    }

    .ft_logo a {
        width: 53vw;
    }

    .footer_info .address {
        margin: 6vw 0 4vw;
        letter-spacing: .05em;
        font-size: 3.8vw;
    }

    .footer_info .con {
        font-size: 5vw;
        letter-spacing: .05em;
    }

    .footer_info .con .num {
        font-size: 7vw;
    }

    .footer_info .hour {
        font-size: 3.5vw;
        margin: 1vw 0 0 14vw;
    }

    .footer_info .con+.con {
        margin-top: 1vw;
    }

    /* 店舗紹介　SP */

    .location_slider li {
        border: solid 3px #54B581;
    }

    .location_slider .text_box .name {
        font-size: 5vw;
        letter-spacing: .05em;
        margin-bottom: 2vw;
    }

    .location_slider .text_box {
        padding: 3vw 5vw 5vw;
    }

    .location_slider li a:hover .btn {
        background: #54B581;
    }

    .location_slider .text_box .inner {
        font-size: 4.5vw;
    }

    .location_slider li .btn {
        font-size: 5vw;
        letter-spacing: .05em;
        width: 100%;
        line-height: 15vw;
    }

    .location_slider li:hover {
        border: solid 3px #54B581;
    }

    #top_location .location_slider {
        margin-top: 5vw;
    }

    body .slick-prev {
        left: -3vw;
    }

    body .slick-next {
        right: -3vw;
    }

    body .slick-prev,
    body .slick-next {
        border: solid 3px #54B581;
        background: #fff;
        width: 11vw;
        height: 11vw;
        z-index: 10;
    }

    body .slick-prev:before,
    body .slick-next:before {
        background: url(/penguin/resources/image/arks/kurashiki/btn_arraw_gr.png) center no-repeat;
        background-size: contain;
        width: 4vw;
        height: 4vw;
    }

    .location_slider .slick-dots li {
        width: 10px !important;
        height: 10px;
        background: #ADDDC3;
        border: none;
        box-shadow: none;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }

    ::-webkit-scrollbar-thumb {
        background-color: #54B581;
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
    }

    .location_slider .slick-dots li.slick-active {
        background: #54B581;
        overflow: inherit;
    }

    .location_slider .slick-dots li.slick-active::before {
        content: "";
        position: absolute;
        left: -5px;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        border: solid 2px #54B581;
        border-radius: 50%;
        margin: auto;
    }

    .top_location_box .slick-dots {
        bottom: -9vw;
    }

    /* バナーセクションスライダー　SP */
    body .slick-prev:hover,
    body .slick-next:hover {
        background: #fff;
    }

    #top_banner .banner_box ul.banner_slider {
        margin-bottom: 3vw;
    }

    #top_banner .banner_box ul.banner_slider li {
        margin: 0 2vw;
    }

    #top_banner .banner_box ul.banner_thumbnail li {
        margin: 0 1% 2vw;
        position: relative;
        width: calc(92% / 4) !important;
    }

    /* ハンバーガーメニューSP */
    body .hamburger span {
        background: #499B6F;
    }

    body .hamburger span:nth-child(2) {
        width: 22px;
        left: auto;
        right: 0;
    }

    body .hamburger span:nth-child(3) {
        left: auto;
        right: 0;
        width: 15px;
    }

    .sp_hd_logo {
        width: 140px;
        position: absolute;
        top: 13px;
        left: 10px;
        z-index: 1000;
    }

    body .hamburger {
        top: 5px;
    }

    .sp_hd_icon {
        width: 32px;
        height: 32px;
    }

    .sp_hd_sns {
        position: absolute;
        right: 50px;
        top: 11px;
    }

    .sp_hd_sns .btn+.btn {
        margin-left: 8px;
    }

    body .hamburger.active span:nth-child(3) {
        top: 18px;
        width: 30px;
    }

    body .hamburger.active span:nth-child(2) {
        display: none;
    }

    /* 追従　SP */
    .sp_follow_bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1001;
        background: #fff;
        border-radius: 20px 20px 0 0;
        padding: 15px 10px 10px;
        box-shadow: 0 -0.5vw 3px 0 rgba(0, 0, 0, .35);
    }

    .sp_follow_bar .inner {
        display: grid;
        grid-template-columns: 68% 1fr;
        gap: 0 10px;
    }

    .sp_follow_bar .inbox {
        display: grid;
        gap: 10px 0;
    }

    .sp_follow_bar .btn {
        width: 100%;
        height: 100%;
    }

    .sp_follow_bar .btn a {
        display: flex;
        align-items: center;
        gap: 0 10px;
        padding: 10px 15px;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        color: #fff;
        font-size: 13px;
        letter-spacing: .05em;
    }

    .sp_follow_bar .btn.mail a {
        background: #54B581;
    }

    .sp_follow_bar .btn.line a {
        background: #31C754;
    }

    .sp_follow_bar .btn.reserve a {
        background: #EFD256;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
    }

    .sp_follow_bar .btn.reserve a .img {
        width: 35px;
    }

    .sp_follow_bar .btn a .img {
        flex-shrink: 0;
        width: 25px;
        aspect-ratio: 1 / 1;
        min-width: 0;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp_follow_bar .btn a .img svg {
        width: 100%;
        height: 100%;
    }

    .globalMenuSp_main_menu_box .inner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/penguin/resources/image/arks/kurashiki/reason_bg.png) center no-repeat;
        background-size: cover;
    }

    .globalMenuSp_main_menu_box .inner>* {
        position: relative;
    }

    body .globalMenuSp_main_menu_box ul li a {
        font-size: 13px;
        letter-spacing: .08em;
        position: relative;
        color: #525252;
    }

    .globalMenuSp_main_menu_box ul li a .js-sp_sub_menu_btn {
        position: relative;
    }

    .globalMenuSp_main_menu_box ul li .js-sp_sub_menu_btn::before {
        content: "";
        position: absolute;
        right: -115px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 25px;
        height: 25px;
        background: url(/penguin/resources/image/arks/kurashiki/sp_hd_plus.png) center no-repeat;
        background-size: contain;
        left: 0;
    }

    .sp_sub_menu .inner {
        position: relative;
        background: linear-gradient(to bottom, #cde4d6, transparent);
    }

    .sp_sub_menu .inner::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 95%;
        height: 200px;
        background: url(/penguin/resources/image/arks/kurashiki/cloud.png) center no-repeat;
        background-size: contain;
        top: 69px;
        z-index: 100;
        margin: auto;
        pointer-events: none;
    }

    .kotei_pd.common_page {
        padding: 0 0 18vw;
    }

    /* モーダル（SP） */

    .page_modal .modal__content {
        padding: 4vw;
        width: 90%;
    }

    #modal_line .page_modal .modal__content {
        width: 90%;
    }

    .page_modal .modal__content .title {
        font-size: 4.5vw;
    }

    .page_modal .modal__content ul li a {
        padding: 3vw 3vw 3vw 13vw;
        margin-bottom: 4vw;
        background-size: 5vw;
        background-position: 4vw;
        font-size: 3.5vw;
    }

    .page_modal .modal__content ul li a:hover {
        opacity: 1;
    }

    .page_modal .modal__content ul li a:before {
        width: 2vw;
        height: 2vw;
        right: 4vw;
        top: calc(50% - 1vw);
    }

    .page_modal a.js-modal-close {
        right: 0;
        top: -40px;
    }

    .common_page_main {
        margin-top: 0;
    }

    .page_formend .hd_logo {
        padding: 8vw 0;
    }

    .page_formend .content {
        padding: 15vw 0;
    }

    .page_formend .content .inner {
        width: 100%;
        max-width: 90%;
        padding: 1.5em;
    }

    .page_formend .content .inner .thanks_title {
        font-size: 4.5vw;
        margin-bottom: 8vw;
    }

    .page_formend .content .inner .img_box {
        margin-bottom: 8vw;
    }

    .page_formend .content .inner .text_box .title {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .page_formend .content .inner .text_box .text {
        font-size: 3.7vw;
    }

    .page_formend .content .inner .text_box .text+.text {
        margin-top: 3vw;
    }

    /* トップエリア紹介・会社情報セクション */

    #top_area {
        padding: 0 0 15vw;
    }

    #top_area .block {
        flex-direction: inherit;
    }

    #top_area .block .image {
        width: 100%;
        height: 45vw;
    }

    #top_area .block .textBox {
        width: 100%;
        padding: 4vw;
    }

    #top_area .block .textBox .title {
        font-size: 14px;
        text-align: center;
        margin: 0 0 3vw;
    }

    #top_area .block .textBox .text {
        font-size: 13px;
        letter-spacing: 0.02em;
    }

    #top_area .block+.block {
        margin-top: 7vw;
    }

    #top_area .block .textBox .sub_title {
        font-size: 13px;
        margin: 3vw 0 1vw;
    }

    #top_company {
        padding: 12vw 0 21vw;
        z-index: 2;
    }

    #top_company:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgb(255, 255, 255, 0.8);
        z-index: -1;
    }

    #top_company .image {
        width: 100%;
        z-index: -2;
    }

    #top_company .ttl {
        font-size: 4.7vw;
    }

    #top_company .sub-ttl {
        font-size: 4.2vw;
        margin-bottom: 10px;
    }

    #top_company .text {
        font-size: 3.5vw;
        font-weight: 500;
    }

    /* Topエリア・会社情報セクション終了 */

    /* 内部ページ */
    .site_cmn_ttl .en {
        font-size: 7vw;
        letter-spacing: 0.03em;
    }

    .site_cmn_ttl .ttl {
        font-size: 3.7vw;
        margin-top: 1vw;
        letter-spacing: 0.03em;
    }

    .wrap {
        max-width: 90%;
    }

    .common_page_main .main_cont {
        margin-bottom: 3vw;
    }

    .common_page_main .main_cont .cloud1,
    .common_page_main .main_cont .cloud2 {
        top: 10vw;
        width: 23vw;
    }

    .common_page_main .main_cont .cloud1 {
        left: 2vw;
    }

    .common_page_main .main_cont .cloud2 {
        right: 3vw;
    }

    .common_page_main .main_cont .illust1,
    .common_page_main .main_cont .illust2 {
        width: 24vw;
    }

    .common_page_main .main_cont .illust1 {
        left: 2vw;
    }

    .common_page_main .main_cont .illust2 {
        right: 2vw;
    }

    .common_page_main .main_cont .cont {
        padding: 20vw 0 16vw;
    }

    .common_page_main.bukken_list .main_cont .cont {
        padding: 12vw 0;
    }

    .common_page_main.bukken_list .main_cont .cont .text_box .en_ttl {
        font-size: 3.5vw;
    }

    .common_page_main.bukken_list .main_cont .cont .text_box .ttl {
        font-size: 6vw;
    }

    .common_page_main .main_cont .cont .text_box .en_ttl {
        font-size: 9vw;
        margin-bottom: 2vw;
    }

    .common_page_main .main_cont .cont .text_box .ttl {
        font-size: 3.5vw;
    }

    .common_page_main .breadcrumb {
        font-size: 2.8vw;
    }

    .common_page_main .breadcrumb ul li+li {
        margin-left: 1vw;
    }

    .common_page_main.butken_list .breadcrumb .bread_ttl {
        font-size: 2.8vw;
    }

    .common_page {
        padding: 13vw 0 21vw;
    }

    .common_store_page {
        padding-top: 4vw;
    }

    #page_online .online_intro_sec {
        margin: 9vw 0 12vw;
    }

    #page_online .online_intro_sec .top_text {
        text-align: left;
        margin-bottom: 6vw;
    }

    #page_online .online_intro_sec .top_text .ttl {
        font-size: 6vw;
        line-height: 1.3;
        margin-bottom: 2.5vw;
        text-align: center;
    }

    #page_online .online_intro_sec .top_text .text {
        font-size: 3.4vw;
        text-align: center;
    }

    #page_online .online_intro_sec .list ul {
        display: block;
    }

    #page_online .online_intro_sec .list ul li {
        max-width: unset;
        width: 100%;
        border-radius: 10px;
        padding: 2.5vw 5.5vw;
        border: 2px solid #54B581;
        padding-left: 15vw;
    }

    #page_online .online_intro_sec .list ul li+li {
        margin-left: 0;
        margin-top: 3vw;
    }

    #page_online .online_intro_sec .list ul li .icon_wrap {
        margin-right: 5.5vw;
        width: 8vw;
        height: 8vw;
        padding: 0;
        border: none;
    }

    #page_online .online_intro_sec .list ul li .text_box .text {
        font-size: 3.6vw;
    }

    #page_online .online_flow_sec .top_text {
        margin-bottom: 4vw;
    }

    #page_online .online_flow_sec .list ul::before {
        top: 5px;
        left: 10vw;
        width: 2px;
        height: 220vw;
    }

    #page_online .online_flow_sec .list ul li {
        align-items: flex-start;
    }

    #page_online .online_flow_sec .list ul li+li {
        margin-top: 7vw;
    }

    #page_online .online_flow_sec .list ul li .num_box {
        display: none;
    }

    #page_online .online_flow_sec .list ul li:last-child .img::before {
        top: -2vw;
        bottom: -2vw;
        right: -2vw;
        left: -2vw;
    }

    #page_online .online_flow_sec .list ul li .img {
        margin-right: 3.5vw;
        width: 20vw;
        height: 20vw;
        border: 2px solid #EBEBEB;
    }

    #page_online .online_flow_sec .list ul li .text_box .ttl {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    #page_online .online_flow_sec .list ul li .text_box .text {
        font-size: 3.4vw;
    }

    #page_online .online_flow_sec .list ul li .text_box .btn {
        width: 100%;
        line-height: 12vw;
        font-size: 3.8vw;
        margin-top: 4vw;
    }

    /* オンライン相談 */
    .online_contact_sec {
        padding: 12vw 0;
        background-position: bottom;
    }

    .online_contact_sec .index {
        font-size: 5vw;
        gap: 0 5vw;
    }

    .online_contact_sec .index::before,
    .online_contact_sec .index::after {
        width: 3px;
        height: 10vw;
    }

    .online_contact_sec .link {
        width: 60vw;
        line-height: 13vw;
        font-size: 4.5vw;
        margin-top: 5vw;
    }

    .online_suggest_sec {
        padding: 15vw 0;
    }

    .online_suggest_sec .item_box {
        margin-top: 6vw;
        gap: 5vw 0;
        flex-direction: column;
    }

    .online_suggest_sec .item_box .img {
        width: 100%;
    }

    .online_suggest_sec .item_box .text_box ul li .mark {
        width: 6vw;
    }

    .online_suggest_sec .item_box .text_box ul li .mark::before {
        width: 4vw;
        height: 2vw;
        top: 4px;
    }

    .online_suggest_sec .item_box .text_box ul li .text {
        font-size: 3.8vw;
    }

    .online_suggest_sec .bottom_box {
        margin-top: 6vw;
    }

    .online_suggest_sec .bottom_box .arrow_box {
        width: 30vw;
        height: 12vw;
    }

    .online_suggest_sec .bottom_box .text_area {
        margin-top: 4vw;
    }

    .online_suggest_sec .bottom_box .text_area .index {
        font-size: 5.3vw;
    }

    .online_suggest_sec .bottom_box .text_area .text {
        font-size: 3.6vw;
    }

    .online_merit_sec {
        padding: 15vw 0;
        margin-bottom: 15vw;
    }

    .online_merit_sec .item_list ul {
        margin-top: 7vw;
        grid-template-columns: 1fr;
        gap: 8vw 0;
    }

    .online_merit_sec .item_list ul li .num {
        font-size: 8vw;
        margin: -5vw 0;
    }

    .online_merit_sec .item_list ul li .text_box .text {
        font-size: 3.8vw;
    }

    .online_flow_sec .cont {
        grid-template-columns: 1fr;
        gap: 4vw;
        margin-top: 6vw;
    }

    .online_flow_sec .cont .box:nth-child(2) {
        width: 76vw;
        margin-left: auto;
    }

    .online_flow_sec .cont .box:first-child::before {
        bottom: 0;
        left: 6vw;
        width: 2vw;
    }

    .online_flow_sec .cont .box:first-child::after {
        top: unset;
        bottom: 1px;
        right: unset;
        left: 6vw;
        width: 2vw;
        height: 95.5%;
        translate: 0 100%;
    }

    .online_flow_sec .cont .box li+li {
        margin-top: 4vw;
    }

    .online_flow_sec .cont .box li {
        background: #fff;
        display: flex;
        border: 2px solid #327852;
        position: relative;
    }

    .online_flow_sec .cont .box:first-child li::before {
        display: none;
    }

    .online_flow_sec .cont .box:nth-child(2) li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        translate: -100% -50%;
        width: 7vw;
        height: 2vw;
        background: #327852;
    }

    .online_flow_sec .cont .box li .label {
        font-size: 3vw;
        padding: 0.7em 1em;
    }

    .online_flow_sec .cont .box li .label .num {
        line-height: 1;
    }

    .online_flow_sec .cont .box li .text_box {
        padding: 3vw;
    }

    .online_flow_sec .cont .box li .text_box .ttl {
        font-size: 3.5vw;
    }

    .online_flow_sec .cont .box .att {
        font-size: 3vw;
    }

    #page_reason .reason_list_sec {
        padding: 0 0 3vw;
        background-color: transparent;
        margin-top: 8vw;
    }

    #page_reason .reason_list_sec::before,
    #page_reason .reason_list_sec::after {
        content: none;
    }

    #page_reason .reason_list_sec .list ul li {
        width: 100%;
        padding: 0;
        border-radius: 10px;
        /* box-shadow: none; */
        align-items: unset;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        /* overflow: visible; */
    }

    #page_reason .reason_list_sec .list ul li::before {
        left: auto;
        right: -5vw;
        top: 45vw;
        width: 20vw;
        height: 20vw;
    }

    #page_reason .reason_list_sec .list ul li+li {
        margin-top: 10vw;
    }

    #page_reason .reason_list_sec .list ul li .text_cont {
        display: block;
        width: 100%;
        padding: 23vw 4vw 10vw;
    }

    .common_page::before {
        height: 17vw;
        top: 7vw;
    }

    #page_reason .reason_list_sec .list ul li .text_cont::before {
        width: 31vw;
        height: 31vw;
        left: -8vw;
        top: -9vw;
    }

    #page_reason .reason_list_sec .list ul li .text_cont .num::before {
        width: 10vw;
        right: -8vw;
        bottom: -11vw;
    }

    #page_reason .reason_list_sec .list ul li .text_cont .num {
        font-size: 6vw;
        margin-right: 0;
        margin-bottom: 2vw;
        top: 5vw;
    }

    #page_reason .reason_list_sec .list ul li .text_cont .text_box .ttl {
        font-size: 5vw;
        color: #54B581;
        margin-bottom: 2vw;
        text-align: center;
    }

    #page_reason .reason_list_sec .list ul li .text_cont .text_box .text {
        font-size: 3.4vw;
    }

    #page_reason .reason_list_sec .list ul li .img::before {
        font-size: 4vw;
        left: -9vw;
        bottom: 7vw;
    }

    #page_reason .reason_list_sec .list ul li .img {
        margin-left: 0;
        margin-bottom: 4vw;
        width: 100%;
        height: 55vw;
        position: relative;
        bottom: 0;
    }

    #page_sitemap .list ul li+li {
        margin-top: 2vw;
    }

    #page_sitemap .list ul li a {
        padding: 1.5vw 3.5vw;
        font-size: 3.4vw;
    }

    /* 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #page_privacy dl dt {
        font-size: 3.6vw;
        border-left: 2px solid;
    }

    #page_privacy dl dd {
        font-size: 3.3vw;
        line-height: 1.8;
        margin: 0;
    }

    #page_company .company_profile {
        padding-bottom: 55px;
    }

    #page_company .company_profile .site_cmn_ttl {
        margin-bottom: 20px;
    }

    #page_company .company_profile table {
        width: 100%;
    }

    #page_company .company_profile table th,
    #page_company .company_profile table td {
        padding: 15px 1rem;
        width: 100%;
        display: block;
        border-bottom: 1px solid #54B581;
    }

    #page_company .company_profile table {
        border-top: 1px solid #54B581;
    }

    #page_company .company_profile table th {
        width: 100%;
        font-size: 3.6vw;
        font-weight: bold;
    }

    #page_company .company_profile table td {
        width: 100%;
        font-size: 3.4vw;
    }

    #page_company .company_access .site_cmn_ttl {
        margin-bottom: 20px;
    }

    #page_company .company_access .map {
        height: 50vw;
    }

    .common_store_page h2.shop_title {
        font-size: 4vw;
    }

    .common_store_page .store_intro_sec {
        margin-bottom: 10vw;
        padding-top: 15vw;
    }

    .common_store_page .store_intro_sec::before {
        content: none;
    }

    .common_store_page .store_intro_sec .cont {
        display: block;
    }

    .common_store_page .store_intro_sec .cont .img_box {
        width: 100%;
    }

    .common_store_page .store_intro_sec .cont .img_box .img {
        margin-bottom: 5vw;
    }

    .common_store_page .store_intro_sec .cont .img_box .img::before {
        bottom: -13.5vw;
        left: -9.5vw;
        width: 20vw;
        height: 20vw;
    }

    .common_store_page .store_intro_sec .cont .img_box .name {
        font-size: 4vw;
        letter-spacing: .01em;
    }

    .common_store_page .store_intro_sec .cont .img_box .info {
        font-size: 3vw;
    }

    .common_store_page .store_intro_sec .cont .text_box {
        width: 100%;
        padding-top: 0;
    }

    .common_store_page .store_intro_sec .cont .text_box .ttl {
        font-size: 4.5vw;
        margin-bottom: 1.5vw;
    }

    .common_store_page .store_intro_sec .cont .text_box .text {
        font-size: 3.4vw;
        text-align: left;
        margin: 4vw 0;
        line-height: 1.6;
    }

    .common_store_page .store_intro_sec .cont .img_box .img::after {
        width: 35vw;
        height: 35vw;
        right: -14vw;
        top: -16vw;
    }

    .common_store_page .store_staff_sec {
        padding-bottom: 17vw;
    }

    .common_store_page .store_photo_sec {
        margin-bottom: 19vw;
        padding: 10vw 0 0;
    }

    .common_store_page .store_photo_sec::before {
        top: 11vw;
        bottom: -9vw;
    }

    .common_store_page .store_photo_sec .site_cmn_ttl {
        margin-bottom: 4vw;
    }

    .common_store_page .store_photo_sec .list ul::after {
        content: none;
    }

    .common_store_page .store_photo_sec .list ul li {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        background-color: #fff;
        padding: 2vw 3.5vw;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .common_store_page .store_photo_sec .list ul li+li {
        margin-top: 2vw;
    }

    .common_store_page .store_photo_sec .list ul li .img {
        flex-shrink: 0;
        width: 50%;
        height: 28vw;
        margin-bottom: 0;
        margin-right: 3vw;
        border: 3px solid #54B581;
        border-radius: 5px;
    }

    .common_store_page .store_photo_sec .list ul li .text_box {
        text-align: left;
    }

    .common_store_page .store_photo_sec .list ul li .text_box .text {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .common_store_page .store_staff_sec .site_cmn_ttl {
        margin-bottom: 4vw;
    }

    .common_store_page .store_staff_sec .list ul {
        gap: 0;
        display: block;
    }

    .common_store_page .store_staff_sec .list ul li {
        width: 100%;
    }

    .common_store_page .store_staff_sec .list ul li+li {
        margin-top: 7vw;
    }

    .common_store_page .store_staff_sec .list ul li .img {
        width: 100%;
        height: auto;
        margin-bottom: 3vw;
        border: 4px solid #54B581;
    }

    .common_store_page .store_staff_sec .list ul li .img img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }

    .common_store_page .store_staff_sec .list ul li .text_box .name {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    .common_store_page .store_staff_sec .list ul li .text_box .info_list {
        gap: 1vw 2vw;
    }

    .common_store_page .store_staff_sec .list ul li .text_box .info_list .info {
        font-size: 3.4vw;
    }

    .common_page #faq::before {
        background: url(/penguin/resources/image/arks/kurashiki/faq_bg.png) center no-repeat;
        background-size: cover;
        width: 329%;
        height: 72%;
    }

    .common_page #faq {
        padding: 8vw 0 0;
    }

    #page_sitemap .list {
        margin: 8vw 0 12vw;
    }

    .privacy_index {
        margin: 10vw 0 15vw;
    }

    #page_online .online_flow_sec .list ul li .text_box {
        padding-bottom: 4vw;
        border-bottom: dashed 1px #54b581;
    }

    .online_flow_sec {
        padding-bottom: 10vw;
    }

    .containts.common_page {
        background: #fff;
    }

    #rechoice_line {
        padding: 10px 10px 80px;
    }

    .page_outline.article_page {
        padding: 10vw 2vw 30vw;
    }

    .common_store_page .store_intro_sec .cont .contact_area ul {
        display: block;
    }

    .common_store_page .store_intro_sec .cont .contact_area ul li.contact {
        margin-bottom: 4vw;
    }

    .common_store_page .store_intro_sec .cont .contact_area ul li.line {
        margin: 0 auto;
    }

    .common_store_page .store_intro_sec .cont .contact_area ul li.contact a {
        margin: 0 auto;
    }

    .common_store_page .store_intro_sec .cont .contact_area ul li:last-child {
        margin-bottom: 0;
    }

    .common_store_page .store_intro_sec .cont .map_area iframe {
        width: 100%;
        height: 50vw;
    }

    .article_page {
        width: 100%;
    }

    .article_page h1 {
        font-size: 5vw;
    }

    .article_page .article_text_area {
        padding: 4vw;
    }

    .article_page .article_text_area p {
        font-size: 3.5vw;
    }

    .article_page_wrap .side_bar {
        display: none;
    }

    /* お客様の声　TOP SP */

    #review .review_contents {
        display: block;
    }

    #review .review_contents .btn {
        font-size: 4.2vw;
        width: 100%;
        line-height: 18vw;
        margin: 6vw auto 0;
        padding-right: 7vw;
    }

    #review .review_contents .review_area ul::-webkit-scrollbar {
        width: 2vw;
    }

    #review .review_contents .review_area ul::-webkit-scrollbar-thumb {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);

    }

    #review .review_contents .review_area::before {
        content: "";
        position: absolute;
        right: 10vw;
        top: 2vw;
        width: 1px;
        background: #EFEFEF;
        height: 50%;
        opacity: 0;
    }

    #review .review_contents .review_area ul {
        height: 107vw;
        padding: 0 4vw 4vw 0;
    }

    #review .review_contents .text+.text {
        margin-top: 3vw;
    }

    #review .site_cmn_ttl {
        margin-bottom: 5vw;
    }

    #review .review_contents .btn::before {
        width: 4vw;
        height: 4vw;
        right: 7vw;
    }

    #review .review_contents .review_area {
        padding: 6vw 4vw 14vw;
        margin-top: 10vw;
        border-radius: 3vw;
    }

    #review .review_contents .review_area li .inner_wrap .icon {
        width: 20vw;
        flex-shrink: 0;
        display: grid;
        align-items: center;
    }

    #review .review_contents .review_area li .inner_wrap {
        gap: 3vw;
    }

    #review .review_contents .review_area li {
        padding: 4vw 5vw;
    }

    #review .review_contents .review_area li .text {
        margin-top: 2vw;
        font-size: 3.5vw;
        line-height: 1.5;
    }

    #review .review_contents .review_area li+li {
        margin-top: 3vw;
    }

    #review .review_contents::before {
        width: 25vw;
        bottom: 19vw;
        right: 7vw;
        height: 27vw;
    }

    #review .review_contents .review_area::after {
        width: 23vw;
        height: 17vw;
        left: -2vw;
    }

    #review {
        padding: 20vw 0 5vw;
    }

    /* SPトップ スタッフ紹介 */
    #top_staff {
        padding: 15vw 0;
    }

    #top_staff .staff_sec .site_cmn_ttl {
        margin-bottom: 5vw;
        position: relative;
        z-index: 1;
    }

    #top_staff .staff_sec .staff_area ul li .link .img .store {
        font-size: 3vw;
        line-height: 8vw;
        padding: 0 2vw 0 5vw;
        margin: -8vw 0 0 auto;
    }

    #top_staff .staff_sec .staff_area ul li .link .name_box {
        padding: 3vw;
    }

    #top_staff .staff_sec .staff_area ul li .link .name_box .name {
        font-size: 3.6vw;
    }

    #top_staff .staff_sec .staff_area ul li .link .name_box .post {
        font-size: 3.4vw;
    }

    #top_staff .slick-prev {
        left: -3vw;
    }

    #top_staff .slick-next {
        right: -3vw;
    }

    /* スタッフ */
    section.staff_container .shop_info .shop_name {
        font-size: 20px;
        padding-right: 40px;
        margin-right: 10px;
        width: 100%;
    }

    section.staff_container .shop_info .shop_name:after {
        display: none;
    }

    .staff_list ul li {
        width: 100%;
        margin: 0 0 7vw;
    }

    .staff_list ul li a {
        display: flex;
        flex-wrap: wrap;
    }

    section.staff_container .shop_info {
        margin-bottom: 5vw;
    }

    section.staff_container {
        padding-bottom: 15vw;
    }

    .staff_list ul li .image {
        width: 40%;
        margin: 0;
    }

    .staff_list ul li .staff_info {
        width: 60%;
        padding-left: 3vw;
        margin: 0;
    }

    .staff_list ul li .image img {
        height: 35vw;
    }

    .staff_list ul li .link_btn {
        margin-top: 2vw;
    }

    .staff_list ul li .staff_info .name {
        font-size: 16px;
    }

    .staff_list ul li .staff_info .comment {
        font-size: 12px;
    }

    .staff_list ul li:nth-child(n+4) {
        margin-top: 0;
    }

    section.staff_container .shop_info .shop_link {
        position: relative;
        padding-left: 30px;
    }

    section.staff_container .shop_info .shop_link:after {
        background: #54B581;
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .page-staff .breadcrumb {
        margin-bottom: 25vw;
    }

    section.staff_container:last-child {
        padding-bottom: 0;
    }

    section#staff_fv {
        padding-bottom: 80px;
        margin-top: 55px;
    }

    section#staff_fv .main_image {
        width: 100vw;
        margin-left: -5vw;
    }

    section#staff_fv .main_image img {
        border-radius: 0;
        height: 70vw;
        width: 100%;
    }

    section#staff_fv .fv_title {
        display: none;
    }

    section#staff_fv .staff_head_infos {
        left: 0;
        right: 0;
        bottom: -60px;
        padding: 15px 15px 1px;
    }

    section#staff_fv.cv_ver .staff_head_infos {
        top: auto;
        bottom: -60px;
    }

    section#staff_fv.cv_ver {
        margin-bottom: 60vw;
    }

    section#staff_fv .contact_area {
        position: absolute;
        left: 0;
        top: calc(100% + 100px);
        width: 100%;
    }

    section#staff_fv .contact_area .catch {
        margin-bottom: 4vw;
        font-size: 5vw;
    }

    section#staff_fv .contact_area .catch .area {
        font-size: 5vw;
    }

    section#staff_fv .contact_area .line_button {
        line-height: 14vw;
        background-size: 15vw;
        background-position: 4vw;
        border-radius: 16vw;
        font-size: 5vw;
    }

    section#staff_fv .contact_area .bukken_button {
        line-height: 14vw;
        background-size: 6vw;
        background-position: 8vw;
        border-radius: 16vw;
        font-size: 4vw;
    }

    section#staff_fv .staff_head_infos li.shop {
        font-size: 14px;
    }

    section#staff_fv .staff_head_infos li.name {
        font-size: 17px;
    }

    section#staff_infos {
        padding: 15vw 0;
    }

    table.staff_table tr th div {
        display: inline-block;
        background: #54B581;
        color: #fff;
        padding: 0 1em;
        border-radius: 5px;
    }

    table.staff_table tr th,
    table.staff_table tr td {
        font-size: 3vw;
        padding: 1em 0;
    }

    section#staff_interview .image {
        width: 100vw;
    }

    section#staff_interview .wrap {
        max-width: 100%;
        display: block;
    }

    section#staff_interview .image img {
        border-radius: 0;
    }

    section#staff_interview .interviews {
        padding: 10vw 4%;
        width: 100%;
    }

    section#staff_interview .contact_area {
        margin-top: 10vw;
        padding: 0 4%;
    }

    section#staff_interview .interviews .block .title {
        font-size: 20px;
    }

    section#staff_interview .interviews .block+.block {
        margin-top: 20px;
        padding-top: 20px;
    }

    section#staff_interview .contact_area ul li.contact {
        margin-bottom: 15px;
    }

    .fixed_search {
        width: 100%;
        background: #499B6F;
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 1001;
        padding: 7px 5px 12px;
    }

    .fixed_search .top_text {
        font-size: 13px;
        letter-spacing: .05em;
        width: fit-content;
        margin: 0 auto 2px;
        color: #fff;
        position: relative;
    }

    .fixed_search .top_text::before,
    .fixed_search .top_text::after {
        content: "";
        width: 2px;
        height: 16px;
        background: currentColor;
        border-radius: 2px;
        position: absolute;
        top: 2px;
    }

    .fixed_search .top_text::before {
        rotate: -37deg;
        left: -14px;
    }

    .fixed_search .top_text::after {
        rotate: 37deg;
        right: -14px;
    }

    .fixed_search .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 10px;
        width: 90%;
        margin: 0 auto;
        background: #EFD256;
        box-shadow: 0 2px 0 #bea744;
        font-size: 13px;
        letter-spacing: .05em;
        padding: 5px 0;
    }

    .fixed_search .btn a::after {
        content: "";
        width: 8px;
        aspect-ratio: 8/9;
        min-width: 0;
        background: currentColor;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
        flex-shrink: 0;
        display: block;
    }

    #search .modal__content {
        padding: 9vw 4vw;
    }

    .page_modal .modal__content .search_box .title_box {
        margin-bottom: 3vw;
    }

    .page_modal .modal__content .search_box .title_box .en {
        color: #499B6F;
        font-size: 5vw;
        letter-spacing: .05em;
        line-height: 1.3;
    }

    .page_modal .modal__content .search_box .title_box .jp {
        font-size: 3.5vw;
        letter-spacing: .05em;
    }

    .page_modal .modal__content .search_box .form .inbox+.inbox {
        margin-top: 2vw;
    }

    .page_modal .modal__content .search_box .form .inbox select {
        width: 100%;
        text-align: center;
        display: block;
        padding: 2vw;
        outline: none;
        border: 1px solid #525252;
        color: #525252;
        font-size: 3.5vw;
        appearance: none;
        background: #fff;
    }

    .page_modal .modal__content .search_box .form .inbox .select {
        width: 100%;
        position: relative;
    }

    .page_modal .modal__content .search_box .form .inbox .select::after {
        content: "";
        width: 1.8vw;
        aspect-ratio: 1/1;
        min-width: 0;
        border: solid currentColor;
        border-width: 2px 2px 0 0;
        rotate: 135deg;
        position: absolute;
        top: 50%;
        right: 3vw;
        translate: 0 -50%;
    }

    .page_modal .modal__content .search_box .form .inbox.price {
        display: flex;
        align-items: center;
        gap: 0 2vw;
    }

    .page_modal .modal__content .search_box .form .inbox.price .mark {
        flex-shrink: 0;
        font-size: 3.5vw;
    }

    .page_modal .modal__content .search_box .form .btn {
        margin-top: 2vw;
        position: relative;
    }

    .page_modal .modal__content .search_box .form .btn .submit {
        background: #499B6F;
        border: none;
        outline: none;
        width: 100%;
        color: #fff;
        font-size: 3.5vw;
        letter-spacing: .05em;
        padding: 2.5vw 2vw;
        background-image: url(/penguin/resources/image/arks/_common/icon_search_white.svg);
        background-repeat: no-repeat;
        background-size: 5vw;
        background-position: left 15vw center;
    }

    .page_modal .modal__content .search_box .form .btn::after {
        content: "";
        background: url(/penguin/resources/image/arks/_common/finger.svg) no-repeat;
        background-size: contain;
        width: 7vw;
        aspect-ratio: 19/30;
        min-width: 0;
        rotate: -26deg;
        position: absolute;
        right: 3vw;
        bottom: -5vw;
        pointer-events: none;
    }

    .page_modal .modal__content .search_box .form .inbox .head {
        font-size: 3.5vw;
        letter-spacing: .05em;
        border-bottom: 1px solid #499B6F;
        padding-bottom: 0.3em;
        margin-bottom: 2vw;
    }

    .page_modal .modal__content .search_box .form .inbox .check ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5vw;
    }

    .page_modal .modal__content .search_box .form .inbox .check li label {
        display: flex;
        align-items: center;
        gap: 0 1vw;
        font-size: 3.5vw;
        width: 100%;
    }

    .page_modal .modal__content .search_box .form .inbox .check li input {
        width: 4.5vw;
        aspect-ratio: 1/1;
        height: fit-content;
        min-width: 0;
        border-radius: 50%;
        background: #fff;
        margin: 0;
        padding: 0;
        position: relative;
        border: solid 2px #499B6F;
        appearance: none;
        display: block;
    }

    .page_modal .modal__content .search_box .form .inbox .check li input::before {
        content: "";
        width: 2vw;
        aspect-ratio: 1/1;
        min-width: 0;
        border-radius: 50%;
        background: #499B6F;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        transition: .3s;
        scale: 0;
    }

    .page_modal .modal__content .search_box .form .inbox .check li input:checked::before {
        scale: 1;
    }

    .other_joken {
        margin-top: unset;
        margin-bottom: 12vw;
    }

    /* 物件リストバナー */
    .common_contact_ban_area {
        background-image: url(/penguin/resources/image/arks/_common/contact_ban_bg_sp.png);
        width: 100%;
        aspect-ratio: 359/184;
    }

    .common_page_main.butken_list {
        margin-top: 4vw;
    }

    .common_page_main.butken_list .breadcrumb ul {
        margin-bottom: 4vw;
    }

    .searchListMainArea .common_contact_ban_area {
        margin-bottom: 4vw;
    }

    .common_contact_ban_area .btn_area {
        flex-direction: column;
        gap: 1.5vw;
        bottom: 2vw;
        left: 2.7vw;
    }

    .common_contact_ban_area .btn_area .link {
        width: 61.6vw;
        aspect-ratio: unset;
        height: 14vw;
    }

    .common_contact_ban_area .btn_area .link:hover {
        opacity: 1;
    }

    /* 追加 TOP 新着物件 */
    .arrival_sec .arrival_list {
        padding: 8vw 4vw;
    }

    .arrival_sec .arrival_list .tab_box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 2vw;
    }

    .arrival_sec .arrival_list .tab_box ul li {
        min-block-size: 7.5vw;
        font-size: 3.6vw;
        border-radius: 5px;
    }

    .arrival_sec .arrival_list .panel_box {
        margin-top: 4vw;
    }

    .arrival_sec .arrival_list .panel_box .js_panel .butken_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw 3vw;
    }

    .arrival_sec .arrival_list .panel_box .link .img {
        height: 41vw;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .butken_ttl {
        font-size: 4vw;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .size_box .box {
        gap: 2vw;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .tag {
        font-size: 3.4vw;
        border-radius: 5px;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .number {
        font-size: 4vw;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .size_box .box+.box {
        margin-top: 2vw;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .madori {
        font-size: 3.4vw;
        border-radius: 5px;
    }

    .arrival_sec .arrival_list .panel_box .link .text_area .size_box .box .text {
        font-size: 3.4vw;
    }

    .arrival_sec .arrival_list .top_butken_btn {
        font-size: 3.8vw;
    }

    .arrival_sec .clasumokun-box {
        width: 23vw;
        top: -13vw;
        right: 6vw;
    }

    .arrival_sec .common-text-box {
        margin-bottom: 15vw;
    }

    .arrival_sec .arrival_list .panel_box .butken_box .count_text small {
        font-size: 3.6vw;
    }

    .arrival_sec .arrival_list .panel_box .butken_box .count_text .count {
        font-size: 4.6vw;
        margin: 0 0.3em;
    }

    .arrival_sec {
        padding: 18vw 0 5vw;
    }

    .arrival_sec .arrival_text {
        text-align: left;
        font-size: 3.2vw;
        margin-top: 1.8em;
    }

    #mv {
        padding-top: 33vw;
    }

    .mv_form_flame {
        margin-top: 20vw;
    }

    #mv .badge_column {
        top: 58vw;
        bottom: auto;
        left: auto;
        justify-content: center;
        z-index: 0;
        width: 100%;
        gap: 2.3vw;
    }

    #mv .badge {
        width: 28.2vw;
    }

    #mv .badge::before {
        inset: 0.8vw;
        border: 2px solid #3E8C61;
    }

    #mv .badge_top {
        font-size: 3.6vw;
        line-height: 1.2;
        letter-spacing: 0.03em;
        padding-top: 4.4vw;
    }

    #mv .badge_bottom {
        font-size: 4.6vw;
        margin-top: 0.9vw;
    }

    #mv .badge_num {
        font-size: 10.3vw;
    }

    #mv .badge_right {
        font-size: 3.6vw;
    }

    #mv .badge_middle::before {
        width: 17.9vw;
        top: 0;
    }

    .mv_form_flame .radio_box li input[type=checkbox]::before {
        width: 1.795vw;
        height: 2.051vw;
    }

    .common_page.archive_staff .staff_container .staff_list {
        margin-bottom: 10vw;
    }
}