@charset "UTF-8";

@font-face {
    font-family: "DIN Alternate Bold";
    src: url("/penguin/resources/image/profit/hanazonocho/DIN Alternate Bold.ttf") format("TrueType");
}

.din {
    font-family: "DIN Alternate Bold", sans-serif;
}

*,
*: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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #595757;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
}

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

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

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

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

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

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

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

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

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

.wrap {
    position: relative;
    width: 1240px;
    margin: 0 auto;
}

#main_header {
    height: 80px;
    position: fixed;
    right: 50px;
    left: 50px;
    top: 10px;
    border-radius: 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 100001;
}

#main_header .header_cont_wrap {
    width: 100%;
    height: 100%;
    align-items: center;
}

#main_header .header_cont_wrap .header_link {
    align-items: center;
    width: 80%;
    padding: 0 65px 0 50px;
}

#main_header .header_cont_wrap .header_link .logo {
    text-decoration: none;
    display: block;
    width: 21%;
    line-height: 1;
}

#main_header .header_cont_wrap .header_link .logo img {
    width: 100%;
}

#main_header .header_cont_wrap .header_link .list {
    width: 72%;
}

#main_header .header_cont_wrap .header_link .list ul {
    width: 100%;
    flex-wrap: nowrap;
}

#main_header .header_cont_wrap .header_link .list li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #595757;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#main_header .header_cont_wrap .header_link .list li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #E9CE4F;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

#main_header .header_cont_wrap .header_link .list li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

#main_header .header_cont_wrap .header_guide {
    width: 20%;
    height: 100%;
    position: relative;
    align-items: center;
    background-color: #E9CE4F;
    border-radius: 0 35px 35px 0;
}

#main_header .header_cont_wrap .header_guide .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -26px;
    width: 52px;
    line-height: 1;
}

#main_header .header_cont_wrap .header_guide .icon img {
    width: 100%;
}

#main_header .header_cont_wrap .header_guide .list {
    width: 100%;
}

#main_header .header_cont_wrap .header_guide .list ul {
    align-items: center;
    justify-content: center;
}

#main_header .header_cont_wrap .header_guide .list li+li {
    margin-left: 10%;
}

#main_header .header_cont_wrap .header_guide .list li a {
    text-decoration: none;
    color: #595757;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

#main_header .header_cont_wrap .header_guide .list li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #595757;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

#main_header .header_cont_wrap .header_guide .list li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.top_sec {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/penguin/resources/image/profit/hanazonocho/top_sec_back.jpg);
    /* padding: 39vw 0 3.5vw; */
    height: 100vh;
}

.top_sec .contact_box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 220px;
}

.top_sec .contact_box .tel_box {
    width: 100%;
    padding: 23px 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #E9CE4F;
    margin-bottom: 5px;
}

.top_sec .contact_box .tel_box .num_box {
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    line-height: 1;
}

.top_sec .contact_box .tel_box .num_box .icon {
    width: 13px;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.top_sec .contact_box .tel_box .num_box .icon img {
    width: 100%;
}

.top_sec .contact_box .tel_box .num_box .num {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.03em;
}

.top_sec .contact_box .tel_box .num_box .num a {
    text-decoration: none;
    color: #595757;
}

.top_sec .contact_box .tel_box .time {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
}

.top_sec .contact_box .list ul li {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.top_sec .contact_box .list ul li+li {
    margin-top: 5px;
}

.top_sec .contact_box .list ul li a {
    width: 100%;
    height: 50px;
    align-items: center;
    padding-left: 20px;
    position: relative;
    background-color: #E9CE4F;
    text-decoration: none;
    color: #595757;
}

.top_sec .contact_box .list ul li.line a {
    background-color: #58B938;
    color: #fff;
}

.top_sec .contact_box .list ul li a::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #595757;
    border-right: 2px solid #595757;
    transition: .5s;
}

.top_sec .contact_box .list ul li a .icon {
    width: 35px;
    line-height: 1;
    margin-right: 15px;
}

.top_sec .contact_box .list ul li a .icon img {
    width: 100%;
}

.top_sec .contact_box .list ul li a .text {
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1;
}

.top_sec .text_box {
    color: #fff;
}

.top_sec .text_box .en_ttl {
    line-height: 1;
    font-size: 70px;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
}

.top_sec .text_box .ttl {
    font-size: 25px;
    letter-spacing: 0.15em;
    line-height: 1.8;
}

.glowAnime span {
    opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
    animation: glow_anime_on .5s ease-out forwards;
}

@keyframes glow_anime_on {
    0% {
        opacity: 0;
        text-shadow: 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(255, 255, 255, 0.2);
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 0 15px rgba(255, 255, 255, 0.2);
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(255, 255, 255, 0.2);
    }
}

.top_corona_sec {
    padding: 0 0 70px;
    /* background-color: #FFFAF4; */
}

.top_corona_sec .box {
    background-color: #E9CE4F;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 30px 39px 35px;
    align-items: center;
}

.top_corona_sec .box .text_box {
    width: 390px;
}

.top_corona_sec .box .text_box .top_text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.top_corona_sec .box .text_box .top_text .label {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
}

.top_corona_sec .box .text_box .top_text .ttl {
    font-size: 45px;
    letter-spacing: 0.01em;
    line-height: 1;
}

.top_corona_sec .box .text_box .sub_text {
    width: 100%;
    padding: 12px 25px 10px;
    border: 1px solid #595757;
    border-radius: 10px;
}

.top_corona_sec .box .text_box .sub_text .text {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.top_corona_sec .box .icon_list {
    width: 733px;
}

.top_corona_sec .box .icon_list ul li {
    width: 110px;
}

.top_corona_sec .box .icon_list ul li .icon {
    width: 100%;
    height: 110px;
    line-height: 1;
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.top_corona_sec .box .icon_list ul li .icon img {
    width: 100%;
}

.top_corona_sec .box .icon_list ul li .text {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.top_search_sec {
    padding: 70px 0 65px;
    background-color: #FFFAF4;
}

.top_search_sec .search_top_block {
    margin-bottom: 55px;
    align-items: flex-end;
}

.top_search_sec .search_top_block .text_box {
    width: 610px;
}

.top_common_h2_box {
    align-items: center;
}

.top_common_h2_box.center {
    justify-content: center;
}

.top_common_h2_box .icon {
    width: 52px;
    margin-right: 20px;
    line-height: 1;
}

.top_common_h2_box .icon img {
    width: 100%;
}

.top_common_h2_box .ttl {
    line-height: 1;
    font-size: 50px;
    color: #E9CE4F;
    letter-spacing: 0.05em;
}

.top_search_sec .search_top_block .text_box .top_common_h2_box {
    margin-bottom: 20px;
}

.top_search_sec .search_top_block .text_box .intro_text {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 30px;
}

.top_search_sec .search_top_block .text_box .word_box {
    width: 560px;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    align-items: center;
    position: relative;
    background-position: 520px center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-image: url(/penguin/resources/image/profit/hanazonocho/search_icon.svg);
    overflow: hidden;
}

.top_search_sec .search_top_block .text_box .word_box input {
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

.top_search_sec .search_top_block .text_box .word_box input.text {
    width: 500px;
    height: 100%;
    padding-left: 40px;
}

.top_search_sec .search_top_block .text_box .word_box input.text::placeholder {
    font-size: 14px;
    color: #c4c4c4;
}

.top_search_sec .search_top_block .text_box .word_box input.submit {
    width: 60px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.top_search_sec .search_top_block .link_box {
    width: 580px;
}

.top_search_sec .search_top_block .link_box li {
    width: 280px;
    border: 1px solid #595757;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.top_search_sec .search_top_block .link_box li a {
    background-color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s;
    flex-direction: column;
    padding: 40px 0;
}

.top_search_sec .search_top_block .link_box li a:hover {
    background-color: #E9CE4F;
}

.top_search_sec .search_top_block .link_box li a .icon_box {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 23px;
}

.top_search_sec .search_top_block .link_box li a .icon_box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}

.top_search_sec .search_top_block .link_box li a .icon_box img.after {
    opacity: 0;
}

.top_search_sec .search_top_block .link_box li a:hover .icon_box img.after {
    opacity: 1;
}

.top_search_sec .search_top_block .link_box li a:hover .icon_box img.before {
    opacity: 0;
}

.top_search_sec .search_top_block .link_box li a .text_area {
    text-align: center;
}

.top_search_sec .search_top_block .link_box li a .text_area .label {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    color: #595757;
}

.top_search_sec .search_top_block .link_box li a .text_area .en {
    color: #E9CE4F;
    font-size: 15px;
    letter-spacing: 0.02em;
    transition: .5s;
}

.top_search_sec .search_top_block .link_box li a:hover .text_area .en {
    color: #fff;
}

.top_search_sec .search_block+.search_block {
    margin-top: 50px;
}

.top_search_sec .search_block .ttl_box {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 37px;
}

.top_search_sec .search_block .ttl_box .border {
    width: 100%;
    height: 1px;
    background-color: #595757;
}

.top_search_sec .search_block .ttl_box .ttl {
    white-space: nowrap;
    margin: 0 25px;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.1em;
}

.top_search_sec .search_block .list ul li {
    width: 232px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.top_search_sec .search_block .list ul li:nth-child(2) {
    animation-delay: .1s;
}

.top_search_sec .search_block .list ul li:nth-child(3) {
    animation-delay: .2s;
}

.top_search_sec .search_block .list ul li:nth-child(4) {
    animation-delay: .3s;
}

.top_search_sec .search_block .list ul li:nth-child(5) {
    animation-delay: .4s;
}

.top_search_sec .search_block .list ul li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #595757;
}

.top_search_sec .search_block .list ul li a .img {
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s;
}

.top_search_sec .search_block .list ul li a:hover .img {
    transform: scale(1.03);
}

.top_search_sec .search_block .list ul li.hanazonocho a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/hanazonocho_img.jpg);
}

.top_search_sec .search_block .list ul li.kishinosato a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/kishinosato_img.jpg);
}

.top_search_sec .search_block .list ul li.tamade a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/tamade_img.jpg);
}

.top_search_sec .search_block .list ul li.abeno a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/abeno_img.jpg);
}

.top_search_sec .search_block .list ul li.suminoe a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/suminoe_img.jpg);
}

.top_search_sec .search_block .list ul li.tennoji a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/tennoji_img.jpg);
}

.top_search_sec .search_block .list ul li.tengachaya a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/tengachaya_img.jpg);
}

.top_search_sec .search_block .list ul li.daikokucho a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/daikokutyou_img.jpg);
}

.top_search_sec .search_block .list ul li.namba a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/namba_img.jpg);
}

.top_search_sec .search_block .list ul li.nihonbashi a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/nihonbashi_img.jpg);
}

.top_search_sec .search_block .list ul li.sakuragawa a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/sakuragawa_img.jpg);
}

.top_search_sec .search_block .list ul li.shinimamiya a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/shinimamiya_img.jpg);
}

.top_search_sec .search_block .list ul li.naniwa a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/naniwa_img.jpg);
}

.top_search_sec .search_block .list ul li.taisho a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/taisho_img.jpg);
}

.top_search_sec .search_block .list ul li.nishinari a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/nishinari_img.jpg);
}

.top_search_sec .search_block .list ul li.tyuo a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/tyuo_img.jpg);
}

.top_search_sec .search_block .list ul li.nishi a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/nishi_img.jpg);
}

.top_search_sec .search_block .list ul li.zero a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/terms_zero_img.jpg);
}

.top_search_sec .search_block .list ul li.pet a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/terms_pet_img.jpg);
}

.top_search_sec .search_block .list ul li.newly a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/terms_newly_img.jpg);
}

.top_search_sec .search_block .list ul li.couple a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/terms_couple_img.jpg);
}

.top_search_sec .search_block .list ul li.tower a .img {
    background-image: url(/penguin/resources/image/profit/hanazonocho/terms_tower_img.jpg);
}

.top_search_sec .search_block .list ul li a .text_box {
    padding: 17px 18px;
    font-weight: bold;
}

.top_search_sec .search_block .list ul li a .text_box .label {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    transition: .5s;
}

.top_search_sec .search_block .list ul li a:hover .text_box .label {
    color: #E9CE4F;
}

.top_search_sec .search_block .list ul li a .text_box .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.top_arrival_sec {
    padding: 0 0 90px;
    background-color: #FFFAF4;
}

.top_arrival_sec .top_text {
    margin-bottom: 40px;
    text-align: center;
}

.top_arrival_sec .top_text .top_common_h2_box {
    margin-bottom: 23px;
}

.top_arrival_sec .top_text .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.top_arrival_sec .list ul::before {
    content: "";
    display: block;
    width: 275px;
    order: 1;
}

.top_arrival_sec .list ul::after {
    content: "";
    display: block;
    width: 275px;
}

.top_arrival_sec .list ul li {
    width: 275px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.top_arrival_sec .list ul li:nth-child(2) {
    animation-delay: .1s;
}

.top_arrival_sec .list ul li:nth-child(3) {
    animation-delay: .2s;
}

.top_arrival_sec .list ul li:nth-child(4) {
    animation-delay: .3s;
}

.top_arrival_sec .list ul li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #595757;
}

.top_arrival_sec .list ul li a .img {
    position: relative;
    width: 100%;
    height: 410px;
    background-color: #f2f2f2;
}

.top_arrival_sec .list ul li a .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.top_arrival_sec .list ul li a .text_box {
    padding: 15px 20px 25px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top_arrival_sec .list ul li a .text_box .name {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9CE4F;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    transition: .5s;
}

.top_arrival_sec .list ul li a:hover .text_box .name {
    color: #E9CE4F;
}

.top_banner_sec {
    position: relative;
    padding: 6vw 0 18.5vw;
}

.top_banner_sec .background {
    position: absolute;
    right: 0;
    left: 0;
    top: -18vw;
    line-height: 1;
    z-index: -1;
}

.top_banner_sec .background img {
    width: 100%;
}

.top_banner_sec .wrap {
    position: relative;
}

.top_banner_sec .wrap .chara1 {
    position: absolute;
    top: 110px;
    left: 80px;
    width: 83px;
    line-height: 1;
    transform: rotate(-20deg);
}

.top_banner_sec .wrap .chara1 img {
    width: 100%;
}

.top_banner_sec .wrap .chara2 {
    position: absolute;
    top: 55px;
    right: 55px;
    width: 140px;
    line-height: 1;
    transform: rotate(15deg);
    animation-delay: .5s;
}

.top_banner_sec .wrap .chara2 img {
    width: 100%;
}

.top_banner_sec .top_text {
    margin-bottom: 35px;
}

.top_banner_sec .top_text .logo {
    width: 300px;
    line-height: 1;
    margin: 0 auto 25px;
}

.top_banner_sec .top_text .logo img {
    width: 100%;
}

.top_banner_sec .top_text .text {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.1em;
}

.top_banner_sec .slider_area {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-1 * (50vw - 620px));
}

.top_banner_sec .slider_wrap {
    width: 510px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.top_banner_sec .slider_wrap .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 0;
}

.top_banner_sec .slider_wrap .bx-viewport {
    overflow: visible !important;
}

.top_banner_sec .slider_wrap .top_banner_slider li {
    align-items: center;
    justify-content: center;
}

.top_banner_sec .slider_wrap .top_banner_slider li .banner {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition-duration: 0.5s;
}

.top_banner_sec .slider_wrap .top_banner_slider li .banner img {
    width: 100%;
}

.top_banner_sec .slider_wrap .top_banner_slider li[aria-hidden="false"] .banner {
    width: 100%;
    line-height: 1;
    border-radius: 10px;
}

.top_banner_sec .slider_wrap .top_banner_slider li[aria-hidden="true"] .banner {
    width: 330px;
    line-height: 1;
    margin-top: 85px;
    border-radius: 6.5px;
}

/* PAGER */
.top_banner_sec .slider_wrap .bx-wrapper .bx-pager {
    padding-top: 30px;
}

.top_banner_sec .slider_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 80px;
    height: 10px;
    margin: 0 7.5px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #595757;
}

.top_banner_sec .slider_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top_banner_sec .slider_wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.top_banner_sec .slider_wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #595757;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.top_banner_sec .slider_wrap .bx-wrapper .bx-prev {
    left: -65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/penguin/resources/image/profit/hanazonocho/bx_prev_icon.svg);
}

.top_banner_sec .slider_wrap .bx-wrapper .bx-prev:hover,
.top_banner_sec .slider_wrap .bx-wrapper .bx-prev:focus {
    background-position: center;
}

.top_banner_sec .slider_wrap .bx-wrapper .bx-next {
    right: -65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/penguin/resources/image/profit/hanazonocho/bx_next_icon.svg);
}

.top_banner_sec .slider_wrap .bx-wrapper .bx-next:hover,
.top_banner_sec .slider_wrap .bx-wrapper .bx-next:focus {
    background-position: center;
}

.top_banner_sec .slider_wrap .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 7px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9998;
}

.top_staff_sec {
    padding: 0 0 60px;
}

.top_staff_sec .top_text {
    margin-bottom: 45px;
    text-align: center;
}

.top_staff_sec .top_text .top_common_h2_box {
    margin-bottom: 23px;
}

.top_staff_sec .top_text .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.top_staff_sec .list ul {
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
}

.top_staff_sec .list ul li {
    width: calc(100% / 5);
    overflow: hidden;
}

.top_staff_sec .list ul li:nth-child(2) {
    animation-delay: .1s;
}

.top_staff_sec .list ul li:nth-child(3) {
    animation-delay: .2s;
}

.top_staff_sec .list ul li:nth-child(4) {
    animation-delay: .3s;
}

.top_staff_sec .list ul li:nth-child(5) {
    animation-delay: .4s;
}

.top_staff_sec .list ul li a {
    width: 100%;
    display: block;
    height: 340px;
    position: relative;
}

.top_staff_sec .list ul li a:before {
    content: "";
    position: absolute;
    left: -300px;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.top_staff_sec .list ul li a:hover:before {
    left: 0;
}

.top_staff_sec .list ul li a .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_staff_sec .list ul li.maeda a .img {
    background-image: url(/penguin/resources/image/profit/_common/staff_maeda_img.jpg);
}

.top_staff_sec .list ul li.fujiwara a .img {
    background-image: url(/penguin/resources/image/profit/_common/staff_fujiwara_img.jpg);
}

.top_staff_sec .list ul li.asakawa a .img {
    background-image: url(/penguin/resources/image/profit/_common/staff_asakawa_img.jpg);
}

.top_staff_sec .list ul li.kokuryo a .img {
    background-image: url(/penguin/resources/image/profit/_common/staff_kokuryo_img.jpg);
}

.top_column_sec {
    padding: 0 0 70px;
}

.top_column_sec .ttl_box {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 40px;
}

.top_column_sec .ttl_box .border {
    width: 100%;
    height: 1px;
    background-color: #595757;
}

.top_column_sec .ttl_box .ttl {
    white-space: nowrap;
    margin: 0 25px;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.1em;
}

.top_column_sec .list ul {
    margin-bottom: 40px;
}

.top_column_sec .list ul::before {
    content: "";
    display: block;
    width: 275px;
    order: 1;
}

.top_column_sec .list ul::after {
    content: "";
    display: block;
    width: 275px;
}

.top_column_sec .list ul li {
    width: 275px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.top_column_sec .list ul li:nth-child(2) {
    animation-delay: .1s;
}

.top_column_sec .list ul li:nth-child(3) {
    animation-delay: .2s;
}

.top_column_sec .list ul li:nth-child(4) {
    animation-delay: .3s;
}

.top_column_sec .list ul li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #595757;
}

.top_column_sec .list ul li a .img {
    width: 100%;
    height: 170px;
    border-radius: 10px 10px 0 0;
    border: 4px solid #E9CE4F;
    transition: .5s;
    background-color: #f2f2f2;
}

.top_column_sec .list ul li a:hover .img {
    transform: scale(1.03);
}

.top_column_sec .list ul li a .text_box {
    padding: 15px 20px 25px;
}

.top_column_sec .list ul li a .text_box .ttl {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9CE4F;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    transition: .5s;
}

.top_column_sec .list ul li a:hover .text_box .ttl {
    color: #E9CE4F;
}

.top_column_sec .list ul li a .text_box .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.top_column_sec .list .btn_wrap {
    justify-content: center;
}

.common_btn {
    display: inline-block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.common_btn a {
    display: block;
    width: 100%;
    padding: 0 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #595757;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: .5s;
    background-color: #fff;
}

.common_btn a:hover {
    background-color: #E9CE4F;
}

.common_btn a::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #595757;
    border-right: 2px solid #595757;
    transition: .5s;
}

.common_btn a:hover::before {
    right: 8px;
}

.top_customer_sec {
    padding: 70px 0 90px;
    background-color: #FFFAF4;
}

.top_customer_sec .top_text {
    align-items: center;
    margin-bottom: 40px;
}

.top_customer_sec .list ul li {
    width: 275px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.top_customer_sec .list ul li:nth-child(2) {
    animation-delay: .1s;
}

.top_customer_sec .list ul li:nth-child(3) {
    animation-delay: .2s;
}

.top_customer_sec .list ul li:nth-child(4) {
    animation-delay: .3s;
}

.top_customer_sec .list ul li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #595757;
}

.top_customer_sec .list ul li a .img {
    width: 100%;
    height: 200px;
    transition: .5s;
    background-color: #f2f2f2;
}

.top_customer_sec .list ul li a:hover .img {
    transform: scale(1.03);
}

.top_customer_sec .list ul li a .text_box {
    padding: 15px 20px 25px;
}

.top_customer_sec .list ul li a .text_box .ttl {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9CE4F;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    transition: .5s;
}

.top_customer_sec .list ul li a:hover .text_box .ttl {
    color: #E9CE4F;
}

.top_customer_sec .list ul li a .text_box .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.top_shop_sec {
    padding: 70px 0 100px;
}

.top_shop_sec .top_text {
    margin-bottom: 45px;
    text-align: center;
}

.top_shop_sec .top_text .top_common_h2_box {
    margin-bottom: 23px;
}

.top_shop_sec .top_text .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.top_shop_sec .list ul {
    padding: 0 3vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
}

.top_shop_sec .list ul li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.top_shop_sec .list ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 21.2vw 5% 2.1vw;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_shop_sec .list ul li.yotsubashi a {
    background-image: url(/penguin/resources/image/profit/daikokucho/shop_yotsubashi.jpg);
}

.top_shop_sec .list ul li.daikokucho a {
    background-image: url(/penguin/resources/image/profit/daikokucho/shop_daikokuchou.jpg);
}

.top_shop_sec .list ul li.hanazonocho a {
    background-image: url(/penguin/resources/image/profit/daikokucho/shop_hanazonocho.jpg);
}

.top_shop_sec .list ul li.shinosakakita a {
    background-image: url(/penguin/resources/image/profit/daikokucho/shinosakakita_shop_img2.jpg);
}

.top_shop_sec .list ul li a .bg_hover {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .5s;
}

.top_shop_sec .list ul li a:hover .bg_hover {
    left: 100%;
}

.top_shop_sec .list ul li a .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: .5s;
}

.top_shop_sec .list ul li a:hover .bg {
    top: 50%;
}

.top_shop_sec .list ul li a .text_box {
    font-weight: bold;
    position: relative;
}

.top_shop_sec .list ul li a .text_box .name_box {
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 10px;
}

.top_shop_sec .list ul li a .text_box .name_box .ja_name {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.15em;
    margin-right: 15px;
}

.top_shop_sec .list ul li a .text_box .name_box .en_name {
    font-size: 20px;
    color: #E9CE4F;
    letter-spacing: 0.03em;
}

.top_shop_sec .list ul li a .text_box .address {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

#main_footer .footer_top_block {
    background-color: #595757;
    padding: 80px 0 60px;
}

#main_footer .footer_top_block .access_box {
    width: 840px;
    padding-right: 40px;
    border-right: 1px solid #fff;
}

#main_footer .footer_top_block .access_box .top_text {
    align-items: center;
    margin-bottom: 25px;
}

#main_footer .footer_top_block .access_box .top_text .logo {
    display: block;
    width: 220px;
    line-height: 1;
}

#main_footer .footer_top_block .access_box .top_text .logo img {
    width: 100%;
}

#main_footer .footer_top_block .access_box .top_text .address {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.12em;
}

#main_footer .footer_top_block .access_box .map_area {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 1;
}

#main_footer .footer_top_block .access_box .map_area iframe {
    width: 100%;
    height: 340px;
    border-radius: 10px;
}

#main_footer .footer_top_block .guide_box {
    width: 400px;
    padding-left: 40px;
}

#main_footer .footer_top_block .guide_box .payment_box {
    margin-bottom: 30px;
}

#main_footer .footer_top_block .guide_box .payment_box .top_text {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

#main_footer .footer_top_block .guide_box .payment_box .list {
    margin-bottom: 25px;
}

#main_footer .footer_top_block .guide_box .payment_box .list ul li img {
    width: 100%;
    height: 23px;
}

#main_footer .footer_top_block .guide_box .payment_box .insta_btn {
    width: 100%;
    display: block;
    line-height: 1;
}

#main_footer .footer_top_block .guide_box .payment_box .insta_btn img {
    width: 100%;
}

#main_footer .footer_top_block .link_box {
    padding-left: 10px;
}

#main_footer .footer_top_block .link_box .list+.list {
    margin-left: 31px;
    padding-left: 31px;
    border-left: 1px solid #fff;
}

#main_footer .footer_top_block .link_box .list {
    padding: 5px 0 20px;
}

#main_footer .footer_top_block .link_box .list ul li {
    margin-bottom: 13px;
}

#main_footer .footer_top_block .link_box .list ul li:last-child {
    margin-bottom: 0;
}

#main_footer .footer_top_block .link_box .list ul li a {
    position: relative;
    display: block;
    padding-left: 18px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: bold;
}

#main_footer .footer_top_block .link_box .list ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

#main_footer .footer_under_block {
    padding: 40px 0 30px;
}

#main_footer .footer_under_block .intro_box {
    padding-bottom: 45px;
    border-bottom: 1px solid #595757;
}

#main_footer .footer_under_block .intro_box .shop_link {
    width: 200px;
}

#main_footer .footer_under_block .intro_box .shop_link ul li+li {
    margin-top: 15px;
}

#main_footer .footer_under_block .intro_box .shop_link ul li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#main_footer .footer_under_block .intro_box .shop_link ul li a {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 11px;
}

#main_footer .footer_under_block .intro_box .shop_link ul li a img {
    width: 100%;
}

#main_footer .footer_under_block .intro_box .text_box {
    width: 680px;
}

#main_footer .footer_under_block .intro_box .text_box .text {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#main_footer .footer_under_block .copyright_box {
    padding-top: 17px;
}

#main_footer .footer_under_block .copyright_box .copyright {
    font-size: 13px;
    letter-spacing: 0.08em;
}

/* 内部ページ共通 */

.common_main:before {
    content: "";
    position: absolute;
    top: -40vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/penguin/resources/image/profit/hanazonocho/common_main_back.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.common_main .wrap {
    padding: 235px 0 90px;
}

.common_main .wrap:before {
    content: "";
    position: absolute;
    right: calc(-1 * (50vw - 620px));
    bottom: 0;
    height: 1px;
    left: 0;
    background-color: #595757;
}

.common_main .wrap .illust {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    line-height: 1;
    z-index: -1;
}

.common_main .wrap .illust img {
    width: 100%;
}

.common_main .text_box .ttl {
    font-size: 30px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
}

.common_main .text_box #breadcrumbs ul li {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.common_main .text_box #breadcrumbs ul li+li {
    margin-left: 10px;
}

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

/* 内部ページ共通ここまで */

/* スタッフ紹介(一覧) */

.staff_archive_page .staff_list_sec .top_text {
    margin-bottom: 45px;
    text-align: center;
}

.staff_archive_page .staff_list_sec .top_text .top_common_h2_box {
    margin-bottom: 23px;
}

.staff_archive_page .staff_list_sec .top_text .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.staff_archive_page .staff_list_sec .list ul li a {
    text-decoration: none;
    width: 100%;
    height: auto;
    color: #595757;
}

.staff_archive_page .staff_list_sec .list ul li+li {
    margin-top: 95px;
}

.common_staff_data .img {
    width: 25%;
    line-height: 1;
    max-height: 400px;
}

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

.common_staff_data .text_box {
    width: 70%;
    border-top: 2px solid #E9CE4F;
    animation-delay: .3s;
}

.common_staff_data .text_box .name_box {
    padding: 30px 0;
    border-bottom: 1px solid #FFFACF;
    align-items: flex-end;
    line-height: 1;
}

.common_staff_data .text_box .name_box .name {
    font-size: 22px;
    margin-right: 20px;
    letter-spacing: 0.1em;
    color: #E9CE4F;
    font-weight: bold;
}

.common_staff_data .text_box .name_box .ruby {
    font-size: 16px;
    letter-spacing: 0.08em;
}

.common_staff_data .text_box .data_list {
    margin-bottom: 40px;
}

.common_staff_data .text_box .data_box {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 16px;
    flex-wrap: nowrap;
}

.common_staff_data .text_box .data_box+.data_box {
    border-top: 1px solid #FFFACF;
}

.common_staff_data .text_box .data_list .data_box:last-child {
    border-bottom: 1px solid #FFFACF;
}

.common_staff_data .text_box .data_box .ttl {
    color: #E9CE4F;
    width: 22%;
    font-weight: bold;
}

.common_staff_data .text_box .data_box .data {
    width: 78%;
}

.common_staff_data .text_box .comment_box {
    border: 1px solid #595757;
    border-radius: 10px;
    padding: 16px;
}

.staff_archive_page .staff_list_sec .list ul li .text_box .comment_box {
    margin-bottom: 20px;
}

.common_staff_data .text_box .comment_box .comment {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.staff_archive_page .staff_list_sec .list ul li .guide {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

.staff_archive_page .staff_list_sec .list ul li .guide:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #595757;
    border-right: 1px solid #595757;
}

/* 会社概要 */

section.company_profile {
    padding-bottom: 80px;
}

section.company_profile .top_common_h2_box {
    margin-bottom: 30px;
}

section.company_profile table {
    width: 80%;
    margin: 0 auto 55px;
    border-collapse: collapse;
}

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

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

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

section.company_profile .comment_block .ttl_box {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 37px;
}

section.company_profile .comment_block .ttl_box .border {
    width: 100%;
    height: 1px;
    background-color: #595757;
}

section.company_profile .comment_block .ttl_box .ttl {
    white-space: nowrap;
    margin: 0 25px;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.1em;
}

section.company_profile .comment_box {
    align-items: center;
}

section.company_profile .comment_box .img {
    width: 45%;
    height: 350px;
    line-height: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/penguin/resources/image/profit/hanazonocho/shop_hanazonocho.jpg);
}

section.company_profile .comment_box .text_box {
    width: 50%;
}

section.company_profile .comment_box .text_box .text {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
}

section.company_access .top_common_h2_box {
    margin-bottom: 30px;
}

section.company_access .map {
    height: 350px;
}

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

/* 会社概要ここまで */

/* 個人情報保護方針 */

.privacy_page p.main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.privacy_page dl {
    margin-bottom: 30px;
}

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

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

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

/* サイトマップ */

.sitemap_page .ttl {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 35px;
}

.sitemap_page .link_list ul li {
    padding: 13px 20px;
}

.sitemap_page .link_list ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.top_sec .wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 0 3.5vw;
}

.top_search_sec .search_block .list ul li:nth-child(n + 6) {
    margin-top: 24px;
}

.top_service_sec {
    background-color: #FFFAF4;
    padding: 0 0 90px;
}

.top_service_sec .top_text .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

.top_service_sec_cont .list {
    display: flex;
    justify-content: center;
}

.top_service_sec_cont .list li .link {
    width: 215px;
    height: 215px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    transition: .3s;
}

.top_service_sec_cont .list li a.link:hover {
    transform: scale(1.08);
}

.top_service_sec_cont .list li .icon {
    width: 50%;
    margin: 0 auto;
    height: 115px;
    position: relative;
    overflow: hidden;
}

.top_service_sec_cont .list li .text_box {
    text-align: center;
    margin-top: 10px;
}

.top_service_sec_cont .list li .text_box h2 {
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #595757;
}

.top_service_sec_cont .list li .icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.top_service_sec_cont .list li+li {
    margin-left: 24px;
}

.top_service_sec_cont {
    margin-top: 40px;
}

.top_voice_sec {
    padding: 10px 0 50px;
}

.footer_shop {
    width: 280px;
    margin-left: 30px;
}


.hm_box {
    position: absolute;
    right: 10px;
    bottom: 377px;
    background-color: #3EB57F;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 220px;
}

.hm_box a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 15px 20px;
}

.hm_box a .logo {
    width: 140px;
    margin: auto;
    margin-bottom: 5px;
}

.ic_box {
    position: absolute;
    right: 10px;
    bottom: 274px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 220px;
}

.ic_box a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 20px;
}

.ic_box a .logo {
    width: 140px;
    margin: auto;
    margin-bottom: 5px;
}

@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    header#sp_header {
        position: fixed;
        left: 2vw;
        top: 10px;
        right: 2vw;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 999;
        height: 55px;
    }

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

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

    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: 7vw;
        top: 17px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        background-color: #E9CE4F;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #fff;
        -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: 21px;
        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: 21px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 9999;
        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: rgba(255, 250, 244, 0.95);
        overflow: scroll;
    }

    nav.globalMenuSp a {
        text-decoration: none;
    }

    nav.globalMenuSp .menu_inWrap {
        padding: 4vw;
        max-height: calc(100vh - 100px);
    }

    nav.globalMenuSp .menu_inWrap .title {
        font-size: 4vw;
        border-bottom: 1px solid;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    nav.globalMenuSp .contactArea {
        margin-bottom: 4vw;
    }

    nav.globalMenuSp .contactArea a {
        width: 49%;
        display: block;
        font-size: 3.5vw;
        line-height: 10vw;
        margin-bottom: 1.5vw;
        font-weight: 800;
    }

    nav.globalMenuSp .contactArea a.mail,
    nav.globalMenuSp .contactArea a.reserved,
    nav.globalMenuSp .contactArea a.line,
    nav.globalMenuSp .contactArea a.tel {
        padding-left: 3.5vw;
        position: relative;
        color: #595757;
        background-repeat: no-repeat;
        background-size: 7vw;
        background-position: 3vw;
    }

    nav.globalMenuSp .contactArea a.mail {
        background-color: #E9CE4F;
        background-image: url(/penguin/resources/image/profit/hanazonocho/mail_icon_gray.svg);
    }

    nav.globalMenuSp .contactArea a.reserved {
        background-color: #E9CE4F;
        background-image: url(/penguin/resources/image/profit/hanazonocho/calender_icon_gray.svg);
    }

    nav.globalMenuSp .contactArea a.line {
        background-color: #58B938;
        background-image: url(/penguin/resources/image/profit/hanazonocho/line_icon.svg);
        color: #fff;
    }

    nav.globalMenuSp .contactArea a.tel {
        background-color: #e67e00;
        background-image: url(/penguin/resources/image/profit/hanazonocho/tel_icon_gray.svg);
        color: #fff;
        background-size: 6vw;
        background-position: 2vw;
        font-size: 3vw;
    }

    nav.globalMenuSp .contactArea a.bukken {
        background: #333;
        color: #fff;
        padding-left: 3vw;
        background-repeat: no-repeat;
        background-position: 5vw;
    }

    nav.globalMenuSp .contactArea a.favorite {
        background-image: url(/penguin/resources/image/profit/hanazonocho/icon_favorite.svg);
        background-size: 4vw;

    }

    nav.globalMenuSp .contactArea a.history {
        background-image: url(/penguin/resources/image/profit/hanazonocho/icon_history.svg);
        background-size: 5vw;
    }

    nav.globalMenuSp .searchArea {
        margin-bottom: 4vw;
    }

    nav.globalMenuSp .searchArea a {
        background: #fff;
        padding: 4vw;
        align-items: center;
        color: initial;
        flex-wrap: nowrap;
        position: relative;
        border: 1px solid #333;
        font-size: 4vw;
    }

    nav.globalMenuSp .searchArea a .text_area {
        text-align: left;
    }

    nav.globalMenuSp .searchArea a p.en.din {
        font-size: 3vw;
        color: #E9CE4F;
    }

    nav.globalMenuSp .searchArea a::before {
        content: "";
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        width: 2vw;
        height: 2vw;
        border-top: 2px solid #595757;
        border-right: 2px solid #595757;
        transition: .5s;
    }

    nav.globalMenuSp .searchArea a+a {
        margin-top: 2vw;
    }

    nav.globalMenuSp .searchArea a .icon_box {
        width: 14vw;
        height: 14vw;
        border-radius: 100%;
        padding: 4vw;
        background: #E9CE4F;
        margin-right: 8vw;
    }

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

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        flex: auto;
        margin: 1vw;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #595757;
        text-decoration: none;
        font-size: 3vw;
        letter-spacing: 0.08em;
        font-weight: bold;
        border: 1px solid;
        padding: .2em .5em;
    }

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

    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
    }

    .wrap {
        max-width: 90%;
    }

    .top_sec {
        /* padding: 120vw 0 18vw; */
        height: 70vh;
    }

    .top_sec:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 60%;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        transition: .5s;
    }

    .top_sec .text_box {
        position: relative;
    }

    .top_sec .text_box .en_ttl {
        font-size: 9.5vw;
        margin-bottom: 20px;
        letter-spacing: 0.07em;
    }

    .top_sec .text_box .ttl {
        font-size: 4vw;
        letter-spacing: 0.15em;
        line-height: 1.8;
    }

    .top_corona_sec {
        /* padding: 181px 0 0; */
    }

    .top_corona_sec .box {
        padding: 35px 3.5vw;
        display: block;
    }

    .top_corona_sec .box .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .top_corona_sec .box .text_box .top_text {
        margin-bottom: 22px;
    }

    .top_corona_sec .box .text_box .top_text .label {
        font-size: 3.4vw;
        margin-bottom: 10px;
    }

    .top_corona_sec .box .text_box .top_text .ttl {
        font-size: 7vw;
    }

    .top_corona_sec .box .text_box .sub_text {
        width: 100%;
        padding: 10px 2.5vw;
    }

    .top_corona_sec .box .text_box .sub_text .text {
        font-size: 3.3vw;
    }

    .top_corona_sec .box .icon_list {
        width: 100%;
    }

    .top_corona_sec .box .icon_list ul li {
        width: 25vw;
        margin-bottom: 20px;
    }

    .top_corona_sec .box .icon_list ul li:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }

    .top_corona_sec .box .icon_list ul li .icon {
        width: 100%;
        height: 25vw;
        margin-bottom: 8px;
    }

    .top_corona_sec .box .icon_list ul li .text {
        font-size: 3.3vw;
    }

    .top_search_sec {
        padding: 55vw 0 65px;
    }

    .top_search_sec .search_top_block {
        margin-bottom: 45px;
        display: block;
    }

    .top_search_sec .search_top_block .text_box {
        width: 100%;
        margin-bottom: 40px;
    }

    .top_common_h2_box .icon {
        width: 8vw;
        margin-right: 3vw;
    }

    .top_common_h2_box .ttl {
        font-size: 7.5vw;
    }

    .top_search_sec .search_top_block .text_box .top_common_h2_box {
        margin-bottom: 20px;
    }

    .top_search_sec .search_top_block .text_box .intro_text {
        font-size: 3.4vw;
        margin-bottom: 25px;
    }

    .top_search_sec .search_top_block .text_box .word_box {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-position: 80vw center;
        background-size: 4vw 4vw;
    }

    .top_search_sec .search_top_block .text_box .word_box input.text {
        width: 80%;
        height: 100%;
        padding-left: 3.5vw;
    }

    .top_search_sec .search_top_block .text_box .word_box input.text::placeholder {
        font-size: 3.5vw;
        color: #c8c8c8;
    }

    .top_search_sec .search_top_block .text_box .word_box input.submit {
        width: 18%;
    }

    .top_search_sec .search_top_block .link_box {
        width: 100%;
    }

    .top_search_sec .search_top_block .link_box li {
        width: 48%;
    }

    .top_search_sec .search_top_block .link_box li a {
        padding: 25px 0;
    }

    .top_search_sec .search_top_block .link_box li a .icon_box {
        height: 11vw;
        margin-bottom: 15px;
    }

    .top_search_sec .search_top_block .link_box li a .text_area .label {
        font-size: 3.8vw;
        margin-bottom: 5px;
    }

    .top_search_sec .search_top_block .link_box li a .text_area .en {
        font-size: 3.5vw;
    }

    .top_search_sec .search_block+.search_block {
        margin-top: 45px;
    }

    .top_search_sec .search_block .ttl_box {
        margin-bottom: 30px;
    }

    .top_search_sec .search_block .ttl_box .ttl {
        margin: 0 3vw;
        font-size: 4.5vw;
    }

    .top_search_sec .search_block .list ul {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 4px;
    }

    .top_search_sec .search_block .list ul li {
        min-width: 50vw;
        width: 50vw;
    }

    .top_search_sec .search_block .list ul li+li {
        margin-left: 3vw;
    }

    .top_search_sec .search_block .list ul li:nth-child(2) {
        animation-delay: 0s;
    }

    .top_search_sec .search_block .list ul li:nth-child(3) {
        animation-delay: 0s;
    }

    .top_search_sec .search_block .list ul li:nth-child(4) {
        animation-delay: 0s;
    }

    .top_search_sec .search_block .list ul li:nth-child(5) {
        animation-delay: 0s;
    }

    .top_search_sec .search_block .list ul li a .img {
        width: 100%;
        height: 30vw;
    }

    .top_search_sec .search_block .list ul li a .text_box {
        padding: 15px 2vw;
    }

    .top_search_sec .search_block .list ul li a .text_box .label {
        font-size: 3.8vw;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .top_search_sec .search_block .list ul li a .text_box .text {
        font-size: 3.3vw;
    }

    .top_arrival_sec {
        padding: 0 0 65px;
    }

    .top_arrival_sec .top_text {
        margin-bottom: 25px;
    }

    .top_arrival_sec .top_text .top_common_h2_box {
        margin-bottom: 18px;
    }

    .top_arrival_sec .top_text .text {
        font-size: 3.4vw;
    }

    .top_arrival_sec .list ul::before {
        display: none;
    }

    .top_arrival_sec .list ul::after {
        display: none;
    }

    .top_arrival_sec .list ul {
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 4px;
    }

    .top_arrival_sec .list ul li {
        width: 60vw;
        min-width: 60vw;
    }

    .top_arrival_sec .list ul li+li {
        margin-left: 3vw;
    }

    .top_arrival_sec .list ul li:nth-child(2) {
        animation-delay: 0s;
    }

    .top_arrival_sec .list ul li:nth-child(3) {
        animation-delay: 0s;
    }

    .top_arrival_sec .list ul li:nth-child(4) {
        animation-delay: 0s;
    }

    .top_arrival_sec .list ul li a .img {
        height: 50vw;
    }

    .top_arrival_sec .list ul li a .text_box {
        padding: 15px 2vw 20px;
        font-size: 3.4vw;
    }

    .top_arrival_sec .list ul li a .text_box .name {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 3.8vw;
    }

    .top_banner_sec {
        position: relative;
        padding: 17vw 0 18.5vw;
        background-position: center 9vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/penguin/resources/image/profit/hanazonocho/top_banner_sec_back.png);
    }

    .top_banner_sec .background {
        display: none;
    }

    .top_banner_sec .wrap .chara1 {
        top: -27vw;
        left: -1.5vw;
        width: 15vw;
    }

    .top_banner_sec .wrap .chara2 {
        top: -27vw;
        right: -3.5vw;
        width: 21vw;
    }

    .top_banner_sec .top_text {
        margin-bottom: 30px;
    }

    .top_banner_sec .top_text .logo {
        width: 54vw;
        margin: 0 auto 20px;
    }

    .top_banner_sec .top_text .text {
        font-size: 3.6vw;
    }

    .top_banner_sec .slider_area {
        width: 100%;
        margin-left: 0;
        overflow: visible;
    }

    .top_banner_sec .slider_wrap {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .top_banner_sec .slider_wrap .top_banner_slider li[aria-hidden="false"] .banner {
        width: 100%;
        line-height: 1;
        border-radius: 10px;
    }

    .top_banner_sec .slider_wrap .top_banner_slider li[aria-hidden="true"] .banner {
        width: 100%;
        line-height: 1;
        border-radius: 10px;
        margin-top: 0;
    }

    /* PAGER */
    .top_banner_sec .slider_wrap .bx-wrapper .bx-pager {
        padding-top: 30px;
    }

    .top_banner_sec .slider_wrap .bx-wrapper .bx-pager.bx-default-pager a {
        width: 8vw;
        height: 8px;
        margin: 0 7.5px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    .top_banner_sec .slider_wrap .bx-wrapper .bx-prev {
        left: -4vw;
    }

    .top_banner_sec .slider_wrap .bx-wrapper .bx-next {
        right: -4vw;
    }

    .top_banner_sec .slider_wrap .bx-wrapper .bx-controls-direction a {
        top: 50%;
        margin-top: -15px;
        width: 9vw;
        height: 9vw;
    }

    .top_staff_sec {
        padding: 0 0 60px;
    }

    .top_staff_sec .top_text {
        margin-bottom: 30px;
    }

    .top_staff_sec .top_text .top_common_h2_box {
        margin-bottom: 18px;
    }

    .top_staff_sec .top_text .text {
        font-size: 3.4vw;
    }

    .top_staff_sec .list ul {
        border-radius: 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .top_staff_sec .list ul li {
        display: block;
        width: 62%;
        margin: 1%;
        flex-shrink: 0;
    }

    .top_staff_sec .list ul li a {
        width: 100%;
        height: 70vw;
    }

    .top_staff_sec .list ul li a:before {
        left: 100%;
    }

    .top_column_sec {
        padding: 0 0 65px;
    }

    .top_column_sec .ttl_box {
        margin-bottom: 30px;
    }

    .top_column_sec .ttl_box .ttl {
        margin: 0 3vw;
        font-size: 4.5vw;
    }

    .top_column_sec .list ul {
        margin-bottom: 25px;
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 4px;
    }

    .top_column_sec .list ul::before {
        display: none;
    }

    .top_column_sec .list ul::after {
        display: none;
    }

    .top_column_sec .list ul li {
        width: 60vw;
        min-width: 60vw;
    }

    .top_column_sec .list ul li+li {
        margin-left: 3vw;
    }

    .top_column_sec .list ul li:nth-child(2) {
        animation-delay: 0s;
    }

    .top_column_sec .list ul li:nth-child(3) {
        animation-delay: 0s;
    }

    .top_column_sec .list ul li:nth-child(4) {
        animation-delay: 0s;
    }

    .top_column_sec .list ul li a .img {
        height: 40vw;
        border: 2px solid #E9CE4F;
    }

    .top_column_sec .list ul li a .text_box {
        padding: 18px 2vw 25px;
    }

    .top_column_sec .list ul li a .text_box .ttl {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 4vw;
    }

    .top_column_sec .list ul li a .text_box .text {
        font-size: 3.4vw;
    }

    .top_column_sec .list .btn_wrap {
        justify-content: center;
    }

    .common_btn {
        display: block;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    .common_btn a {
        padding: 0;
        height: 45px;
        line-height: 45px;
        font-size: 3.8vw;
        background-color: #E9CE4F;
    }

    .common_btn a::before {
        right: 5vw;
        width: 9px;
        height: 9px;
        border-top: 1px solid #595757;
        border-right: 1px solid #595757;
    }

    .common_btn a:hover::before {
        right: 5vw;
    }

    .top_customer_sec {
        padding: 65px 0 70px;
    }

    .top_customer_sec .top_text {
        display: block;
        margin-bottom: 35px;
    }

    .top_customer_sec .list ul {
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-bottom: 35px;
        padding: 4px;
    }

    .top_customer_sec .list ul li {
        width: 60vw;
        min-width: 60vw;
    }

    .top_customer_sec .list ul li+li {
        margin-left: 3vw;
    }

    .top_customer_sec .list ul li:nth-child(2) {
        animation-delay: 0s;
    }

    .top_customer_sec .list ul li:nth-child(3) {
        animation-delay: 0s;
    }

    .top_customer_sec .list ul li:nth-child(4) {
        animation-delay: 0s;
    }

    .top_customer_sec .list ul li a .img {
        height: 40vw;
    }

    .top_customer_sec .list ul li a:hover .img {
        transform: scale(1.03);
    }

    .top_customer_sec .list ul li a .text_box {
        padding: 15px 2vw 20px;
    }

    .top_customer_sec .list ul li a .text_box .ttl {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 4vw;
    }

    .top_customer_sec .list ul li a .text_box .text {
        font-size: 3.4vw;
    }

    .top_shop_sec {
        padding: 65px 0 75px;
    }

    .top_shop_sec .top_text {
        width: 90vw;
        margin: 0 auto 30px;
        text-align: center;
    }

    .top_shop_sec .top_text .top_common_h2_box {
        margin-bottom: 18px;
    }

    .top_shop_sec .top_text .text {
        font-size: 3.4vw;
        line-height: 1.6;
    }

    .top_shop_sec .list ul {
        padding: 0 5vw;
        display: block;
    }

    .top_shop_sec .list ul li {
        width: 100%;
    }

    .top_shop_sec .list ul li+li {
        margin-top: 15px;
    }

    .top_shop_sec .list ul li a {
        padding: 30vw 3vw 5vw;
    }

    .top_shop_sec .list ul li a .bg_hover {
        display: none;
    }

    .top_shop_sec .list ul li a .bg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 20%;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        transition: .5s;
    }

    .top_shop_sec .list ul li a .text_box .name_box {
        display: block;
        line-height: 1;
        margin-bottom: 10px;
    }

    .top_shop_sec .list ul li a .text_box .name_box .ja_name {
        font-size: 4vw;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .top_shop_sec .list ul li a .text_box .name_box .en_name {
        font-size: 3.8vw;
    }

    .top_shop_sec .list ul li a .text_box .address {
        font-size: 3.5vw;
    }

    #main_footer .footer_top_block {
        padding: 60px 0 45px;
    }

    #main_footer .footer_top_block .box {
        display: block;
    }

    #main_footer .footer_top_block .access_box {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 35px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    #main_footer .footer_top_block .access_box .top_text {
        display: block;
        margin-bottom: 20px;
    }

    #main_footer .footer_top_block .access_box .top_text .logo {
        width: 50vw;
        margin: 0 auto 15px;
    }

    #main_footer .footer_top_block .access_box .top_text .address {
        font-size: 3.3vw;
        letter-spacing: 0.1em;
    }

    #main_footer .footer_top_block .access_box .map_area {
        padding: 1vw;
    }

    #main_footer .footer_top_block .access_box .map_area iframe {
        height: 40vw;
    }

    #main_footer .footer_top_block .guide_box {
        width: 100%;
        padding-left: 0;
        padding-top: 35px;
    }

    #main_footer .footer_top_block .guide_box .payment_box {
        margin-bottom: 35px;
    }

    #main_footer .footer_top_block .guide_box .payment_box .top_text {
        font-size: 3.4vw;
        margin-bottom: 10px;
    }

    #main_footer .footer_top_block .guide_box .payment_box .list {
        margin-bottom: 20px;
    }

    #main_footer .footer_top_block .guide_box .payment_box .list ul {
        flex-wrap: nowrap;
    }

    #main_footer .footer_top_block .guide_box .payment_box .list ul li img {
        width: 100%;
        height: 20px;
    }

    #main_footer .footer_top_block .guide_box .payment_box .insta_btn {
        width: 100%;
    }


    #main_footer .footer_top_block .link_box {
        padding-left: 0;
        justify-content: center;
    }

    #main_footer .footer_top_block .link_box .list+.list {
        margin-left: 5vw;
        padding-left: 0;
        border-left: none;
    }

    #main_footer .footer_top_block .link_box .list {
        padding: 0;
    }

    #main_footer .footer_top_block .link_box .list ul li {
        margin-bottom: 13px;
    }

    #main_footer .footer_top_block .link_box .list ul li a {
        padding-left: 5vw;
        font-size: 3.3vw;
    }

    #main_footer .footer_top_block .link_box .list ul li a:before {
        width: 3vw;
        height: 3vw;
    }

    #main_footer .footer_under_block {
        padding: 40px 0 30px;
    }

    #main_footer .footer_under_block .intro_box {
        padding-bottom: 35px;
        border-bottom: 1px solid #595757;
        display: block;
    }

    #main_footer .footer_under_block .intro_box .shop_link {
        width: 100%;
        margin-bottom: 20px;
    }

    #main_footer .footer_under_block .intro_box .shop_link ul {
        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;
    }

    #main_footer .footer_under_block .intro_box .shop_link ul li+li {
        margin-top: 0;
    }

    #main_footer .footer_under_block .intro_box .shop_link ul li {
        width: 48%;
    }

    #main_footer .footer_under_block .intro_box .shop_link ul li a {
        padding: 11px;
    }

    #main_footer .footer_under_block .intro_box .text_box {
        width: 100%;
    }

    #main_footer .footer_under_block .intro_box .text_box .text {
        font-size: 3.2vw;
    }

    #main_footer .footer_under_block .copyright_box {
        padding-top: 17px;
    }

    #main_footer .footer_under_block .copyright_box .copyright {
        font-size: 2.8vw;
        text-align: center;
    }

    .sp_fixed_box {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -100vw;
        width: 90vw;
        z-index: 9998;
    }

    .sp_fixed_box.show {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .sp_fixed_box .label_btn {
        position: absolute;
        left: -20vw;
        width: 10vw;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        padding: 20px 0 20px;
        border-radius: 10px 0 0 10px;
        background-color: #E9CE4F;
        align-items: center;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        display: none;
        transition: .5s;
    }

    .sp_fixed_box .label_btn.show {
        animation: show .5s linear 0s;
        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;
    }

    @keyframes show {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .sp_fixed_box .label_btn .text {
        color: #fff;
        font-size: 3.8vw;
        letter-spacing: 0.15em;
        line-height: 1;
        font-weight: bold;
    }

    .sp_fixed_box .close_btn {
        width: 8vw;
        height: 8vw;
        border-radius: 50%;
        line-height: 1;
        margin-bottom: 15px;
        margin-left: auto;
        position: relative;
        z-index: 10001;
    }

    .sp_fixed_box .close_btn img {
        width: 100%;
    }

    .sp_fixed_box .back {
        position: absolute;
        left: -5vw;
        width: 100vw;
        top: -10vw;
        bottom: -15vw;
        background-color: rgba(255, 250, 244, 0.95);
        ;
        border-radius: 10px;
        border: 4px solid #E9CE4F;
        z-index: 10000;
    }

    .sp_fixed_box .tel_box {
        position: relative;
        z-index: 10001;
        width: 100%;
        padding: 13px 0 10px;
        border-radius: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        background-color: #E9CE4F;
        margin-bottom: 5px;
    }

    .sp_fixed_box .tel_box .num_box {
        justify-content: center;
        align-items: center;
        margin-bottom: 3px;
        line-height: 1;
    }

    .sp_fixed_box .tel_box .num_box .icon {
        width: 3.5vw;
        line-height: 1;
        margin-right: 2vw;
        position: relative;
        top: 1px;
    }

    .sp_fixed_box .tel_box .num_box .icon img {
        width: 100%;
    }

    .sp_fixed_box .tel_box .num_box .num {
        font-size: 7vw;
        line-height: 1;
        letter-spacing: 0.03em;
    }

    .sp_fixed_box .tel_box .num_box .num a {
        text-decoration: none;
        color: #595757;
    }

    .sp_fixed_box .tel_box .time {
        font-size: 3.3vw;
        letter-spacing: 0.05em;
        text-align: center;
        font-weight: bold;
    }

    .sp_fixed_box .list {
        position: relative;
        z-index: 10001;
    }

    .sp_fixed_box .list ul li {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .sp_fixed_box .list ul li+li {
        margin-top: 5px;
    }

    .sp_fixed_box .list ul li a {
        width: 100%;
        height: 50px;
        align-items: center;
        padding-left: 3.5vw;
        position: relative;
        background-color: #E9CE4F;
        text-decoration: none;
        color: #595757;
    }

    .sp_fixed_box .list ul li.line a {
        background-color: #58B938;
        color: #fff;
    }

    .sp_fixed_box .list ul li a::before {
        content: "";
        position: absolute;
        right: 3vw;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        width: 9px;
        height: 9px;
        border-top: 1px solid #595757;
        border-right: 1px solid #595757;
        transition: .5s;
    }

    .sp_fixed_box .list ul li a .icon {
        width: 10vw;
        line-height: 1;
        margin-right: 4vw;
    }

    .sp_fixed_box .list ul li a .icon img {
        width: 100%;
    }

    .sp_fixed_box .list ul li a .text {
        font-size: 3.5vw;
        letter-spacing: 0.08em;
        font-weight: bold;
        line-height: 1;
    }

    /* 内部ページ共通 */

    .common_main .wrap {
        padding: 30vw 0 12vw;
    }

    .common_main .wrap:before {
        right: -5vw;
        left: 0;
    }

    .common_main .wrap .illust {
        right: -5vw;
        width: 65%;
    }

    .common_main .text_box .ttl {
        font-size: 6vw;
        margin-bottom: 5px;
        text-shadow: 1px 1px 2px #fff;
    }

    .common_main .text_box #breadcrumbs ul li {
        font-size: 2.8vw;
        text-shadow: 1px 1px 2px #fff;
    }

    .common_main .text_box #breadcrumbs ul li+li {
        margin-left: 1vw;
    }

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

    /* 内部ページ共通ここまで */

    /* スタッフ紹介(一覧) */

    .staff_archive_page .staff_list_sec .top_text {
        margin-bottom: 35px;
    }

    .staff_archive_page .staff_list_sec .top_text .top_common_h2_box {
        margin-bottom: 15px;
    }

    .staff_archive_page .staff_list_sec .top_text .text {
        font-size: 3.4vw;
    }

    .staff_archive_page .staff_list_sec .list ul li a {
        display: block;
    }

    .staff_archive_page .staff_list_sec .list ul li+li {
        margin-top: 55px;
    }

    .common_staff_data .img {
        width: 60%;
        margin: 0 auto 20px;
    }

    .common_staff_data .text_box {
        width: 100%;
        animation-delay: 0s;
    }

    .common_staff_data .text_box .name_box {
        padding: 22px 0;
    }

    .common_staff_data .text_box .name_box .name {
        font-size: 5vw;
        margin-right: 2vw;
    }

    .common_staff_data .text_box .name_box .ruby {
        font-size: 3.4vw;
    }

    .common_staff_data .text_box .data_list {
        margin-bottom: 20px;
    }

    .common_staff_data .text_box .data_box {
        font-size: 3.5vw;
        padding: 3.5vw;
    }

    .common_staff_data .text_box .data_box .ttl {
        width: 22%;
    }

    .common_staff_data .text_box .data_box .data {
        width: 78%;
    }

    .common_staff_data .text_box .comment_box {
        padding: 3.5vw;
    }

    .staff_archive_page .staff_list_sec .list ul li .text_box .comment_box {
        margin-bottom: 15px;
    }

    .common_staff_data .text_box .comment_box .comment {
        font-size: 3.4vw;
    }

    .staff_archive_page .staff_list_sec .list ul li .guide {
        font-size: 3.5vw;
        padding-right: 5vw;
    }

    .staff_archive_page .staff_list_sec .list ul li .guide:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid #595757;
        border-right: 1px solid #595757;
    }

    /* 会社概要 */

    section.company_profile {
        padding-bottom: 55px;
    }

    section.company_profile .common_page_h2 {
        margin-bottom: 20px;
    }

    section.company_profile table {
        width: 100%;
    }

    section.company_profile table th,
    section.company_profile table td {
        padding: 15px 1rem;
        width: 100%;
        display: block;
        border-bottom: 1px solid #E9CE4F;
    }

    section.company_profile table {
        border-top: 1px solid #E9CE4F;
        margin-bottom: 45px;
    }

    section.company_profile table th {
        width: 100%;
        background-color: #FFFAF4;
        font-size: 3.6vw;
    }

    section.company_profile table td {
        width: 100%;
        font-size: 3.4vw;
    }

    section.company_profile .comment_block .ttl_box {
        margin-bottom: 30px;
    }

    section.company_profile .comment_block .ttl_box .ttl {
        margin: 0 3vw;
        font-size: 4.5vw;
    }

    section.company_profile .comment_box {
        display: block;
    }

    section.company_profile .comment_box .img {
        width: 100%;
        height: 50vw;
        margin-bottom: 20px;
    }

    section.company_profile .comment_box .text_box {
        width: 100%;
    }

    section.company_profile .comment_box .text_box .text {
        font-size: 3.4vw;
        letter-spacing: 0.08em;
        line-height: 1.8;
    }

    section.company_access .common_page_h2 {
        margin-bottom: 20px;
    }

    section.company_access .map {
        height: 50vw;
    }

    /* 個人情報保護方針 */

    .privacy_page p.main_text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .privacy_page dl dt {
        font-size: 3.6vw;
        border-left: 2px solid;
    }

    .privacy_page dl dd {
        font-size: 3.3vw;
        line-height: 1.8;
        margin: 0;
    }

    /* サイトマップ */

    .sitemap_page .ttl {
        font-size: 5vw;
        margin-bottom: 40px;
    }

    .sitemap_page .link_list ul li {
        padding: 0;
        width: 50%;
        text-align: center;
        margin-bottom: 25px;
    }

    .sitemap_page .link_list ul li a {
        font-size: 3.6vw;
    }

    .top_sec .wrap {
        padding: 0 0 12vw;
    }

    .top_search_sec .search_block .list ul li:nth-child(n + 6) {
        margin-top: 0;
    }

    .sp_fixed_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 10px 16px;
        border-top: 2px solid #e9ce4e;
    }

    .sp_fixed_menu_cont .list {
        display: flex;
        justify-content: space-between;
    }

    .sp_fixed_menu_cont .list li {
        flex: 1 0 auto;
    }

    .sp_fixed_menu_cont .list li a {
        display: flex;
        align-items: center;
        background-color: #e9ce4e;
        border-radius: 4px;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0.04em;
        padding: 6px 0;
    }

    .sp_fixed_menu_cont .list li a .icon {
        width: 26px;
    }

    .sp_fixed_menu_cont .list li a p.text {
        margin-left: 6px;
    }

    .sp_fixed_menu_cont .list li+li {
        margin-left: 10px;
    }

    body {
        margin-bottom: 60px;
    }

    .sp_fixed_menu_cont .list li a.line {
        background-color: #58b938;
    }

    .top_service_sec .top_text .text {
        font-size: 3.4vw;
    }

    .top_service_sec_cont .list li .link {
        width: 150px;
        height: auto;
        border-radius: 6vw;
        flex-shrink: 0;
        padding: 20px 0 16px;
        height: 100%;
    }

    .top_service_sec_cont .list {
        justify-content: flex-start;
        overflow: scroll;
        padding: 0 0 10px;
    }

    .top_service_sec_cont .list li+li {
        margin-left: 2vw;
    }

    .top_service_sec_cont .list li .icon {
        width: 43%;
        height: 16vw;
    }

    .top_service_sec_cont .list li .text_box h2 {
        font-size: 3.6vw;
    }

    .top_service_sec_cont .list li:nth-child(2n) {
        /* margin-left: 2vw; */
    }

    .top_service_sec_cont .list li:nth-child(n + 3) {
        /* margin-top: 1vw; */
    }

    .top_service_sec_cont {
        margin-top: 5vw;
    }

    .footer_shop {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #main_footer .footer_under_block .intro_box .shop_link ul li.group_banner {
        width: 100%;
        margin-bottom: 18px;
    }

    #main_footer .footer_under_block .intro_box .shop_link ul li.group_banner a {
        padding: 4% 20%;
    }


    .ic_box {
        left: 10px;
        margin: auto;
        bottom: -169px;
        width: 80%;
    }

    .hm_box {
        left: 10px;
        margin: auto;
        bottom: -60px;
        width: 80%;
    }


}