/* fonts 
------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* utils 
------------------*/
html[data-browse-mode="S"] .sp {
    display: block !important;
}

html[data-browse-mode="S"] .pc {
    display: none !important;
}

html[data-browse-mode="P"] .sp {
    display: none !important;
}

html[data-browse-mode="P"] .pc {
    display: block !important;
}

/* Layout 
------------------*/
html[data-browse-mode="P"] .block-event-page--header-freespace {
    width: 1120px;
}

html[data-browse-mode="P"] .pane-contents {
    margin-top: 0;
    background-image: linear-gradient(180deg, #E6E4E4, #FFFFFF);
}

html[data-browse-mode="P"] .container {
    background-color: #fff;
}

/* Main Visual 
------------------*/
.coordinate-mv {
    display: block;
}

.coordinate-mv img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Lead 
------------------*/
.coordinate-lead {
    color: #401414;
    letter-spacing: .05em;
    line-height: 1.9;
    padding: 0 20px;
}

html[data-browse-mode="S"] .coordinate-lead {
    font-size: 13px;
    margin-top: 25px;
}

html[data-browse-mode="P"] .coordinate-lead {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

/* Coordinate List 
------------------*/
.coordinate-content {
    margin-left: auto;
    margin-right: auto;
}

html[data-browse-mode="S"] .coordinate-content {
    width: calc(100% - 40px);
    margin-top: 25px;
}

html[data-browse-mode="P"] .coordinate-content {
    width: 1000px;
    margin-top: 30px;
    position: relative;
}

html[data-browse-mode="P"] .coordinate-content::before {
    display: none;
    content: "";
    width: 297px;
    height: 124px;
    background: url('../../../../img/usr/event/coordinate/title2.png') no-repeat center / contain;
    position: absolute;
    top: -8px;
    right: -40px;
}

.coordinate-title {
    display: block;
    width: fit-content;
    font-family: "Noto Serif JP", serif !important;
    font-weight: 500;
    color: #401414;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

html[data-browse-mode="S"] .coordinate-title {
    display: none;
    font-size: 20px;
    background-image: url('../../../../img/usr/event/coordinate/title-border-sm2.png');
}

html[data-browse-mode="P"] .coordinate-title {
    display: none;
    font-size: 28px;
    background-image: url('../../../../img/usr/event/coordinate/title-border-lg2.png');
    padding: 10px 10px 0;
}

html[data-browse-mode="S"] .coordinate-list {
    margin-top: 25px;
}

html[data-browse-mode="P"] .coordinate-list {
    margin-top: 35px;
}

/* visumo */
html[data-browse-mode="S"] .hacobune-app-container {
    width: 100%;
    padding: 0;
}

html[data-browse-mode="P"] .hacobune-app-container {
    padding-top: 0;
}

.hacobune-search-menu {
    display: none !important;
}

html[data-browse-mode="S"] .hacobune-container-media-posts-none {
    margin-top: 30px;
}

html[data-browse-mode="P"] .hacobune-container-media-posts-none {
    margin-top: 80px;
}

.coordinate-list .hacobune-layout-base {
    width: 100%;
}

.coordinate-list .hacobune-tag-list {
    column-gap: 0;
    row-gap: 10px;
}

.coordinate-list .hacobune-tag-list-item {
    padding: 0;
}

.coordinate-list .hacobune-tag-item-label {
    color: #A4948A;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #A4948A;
}

html[data-browse-mode="S"] .coordinate-list .hacobune-tag-item-label {
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 20px;
}

html[data-browse-mode="P"] .coordinate-list .hacobune-tag-item-label {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 22px;
}

html[data-browse-mode="P"] .coordinate-list .hacobune-tag-list-item:hover .hacobune-tag-item-label,
.coordinate-list .hacobune-tag-item-input[type=radio]:checked+.hacobune-tag-item-label {
    color: #fff;
    background-color: #A4948A;
}

.coordinate-list .hacobune-totalCount {
    display: none;
}

/* item */
.coordinate-list .hacobune-grid-col {
    flex: none;
    width: auto;
    max-width: none;
}

html[data-browse-mode="S"] .coordinate-list .hacobune-grid-col {
    width: calc(100% / 2);
}

html[data-browse-mode="P"] .coordinate-list .hacobune-grid-col {
    width: calc(100% / 3);
}

.coordinate-list .hacobune-media-post-list-item-caption {
    color: #401414;
    line-height: 1.5;
}

html[data-browse-mode="S"] .coordinate-list .hacobune-media-post-list-item-caption {
    padding-top: 5px;
}

html[data-browse-mode="P"] .coordinate-list .hacobune-media-post-list-item-caption {
    padding-top: 10px;
}

/* button */
.coordinate-link-list {
    display: flex;
    align-items: center;
}

html[data-browse-mode="S"] .coordinate-link-list {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
}

html[data-browse-mode="P"] .coordinate-link-list {
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
}

html[data-browse-mode="S"] .coordinate-link-list-i {
    width: 270px;
}

html[data-browse-mode="P"] .coordinate-link-list-i {
    width: 304px;
}

.coordinate-content .coordinate-link-list-i a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #A4948A;
    text-decoration: none;
    letter-spacing: .075em;
    border: 1px solid #A4948A;
    position: relative;
}

html[data-browse-mode="S"] .coordinate-link-list-i a {
    width: 270px;
    height: 51px;
    font-size: 14px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
}

html[data-browse-mode="P"] .coordinate-link-list-i a {
    width: 304px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 26px;
}

.coordinate-link-list-i a::before {
    display: block;
    content: "";
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
}

.coordinate-link-list-i:nth-child(1) a::before {
    background-image: url('../../../../img/usr/event/coordinate/icon-shop2.png');
}

.coordinate-link-list-i:nth-child(2) a::before {
    background-image: url('../../../../img/usr/event/coordinate/icon-shoe2.png');
}

html[data-browse-mode="S"] .coordinate-link-list-i a::before {
    width: 18px;
    left: 22px;
}

html[data-browse-mode="P"] .coordinate-link-list-i a::before {
    width: 22px;
    left: 25px;
}

.related-product-item-size {
    display: none;
}

/* Coordinate navigation */
.coordinate-nav {
    display: flex;
}

html[data-browse-mode="S"] .coordinate-nav {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 50px;
}

html[data-browse-mode="P"] .coordinate-nav {
    justify-content: center;
    column-gap: 40px;
    margin-top: 80px;
}

html[data-browse-mode="S"] .coordinate-nav-i {
    width: 100%;
}

html[data-browse-mode="P"] .coordinate-nav-i {
    width: calc(((100% - 40px) / 2));
}

.coordinate-nav-i-title {
    color: #401414;
    text-align: center
}

html[data-browse-mode="S"] .coordinate-nav-i-title {
    font-size: 20px;
    font-weight: 500;
}

html[data-browse-mode="P"] .coordinate-nav-i-title {
    font-size: 16px;
}

html[data-browse-mode="S"] .coordinate-nav-i-img {
    margin-top: 15px;
}

html[data-browse-mode="P"] .coordinate-nav-i-img {
    margin-top: 20px;
}

.coordinate-nav-i-img img {
    display: block;
    width: 100%;
}

.coordinate-content .coordinate-nav-i-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A4948A;
    text-decoration: none;
    border: 1px solid #A4948A;
    margin-left: auto;
    margin-right: auto;
}

html[data-browse-mode="S"] .coordinate-nav-i-btn {
    width: 180px;
    height: 38px;
    font-size: 11px;
    font-weight: 500;
    margin-top: 15px;
    border-radius: 19px;
}

html[data-browse-mode="P"] .coordinate-nav-i-btn {
    width: 176px;
    height: 44px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 22px;
}

.hacobune-app-container *[data-v-f07a5162],
.hacobune-dialog-mask *[data-v-f07a5162] {
    display: none;
}

/* pane-right-menu
------------------*/
.pane-right-menu {
    padding-left: 1rem;
    padding-right: 1rem;
}