@charset "UTF-8";

html {
    container-type: inline-size;
}
[data-browse-mode="P"] .sp {
    display: none;
}
[data-browse-mode="S"] .pc {
    display: none;
}

.c-breadcrumb {
    display: none;
}

.l-inner:has(.c-hdg-jp) {
    display: none;
}

[data-browse-mode=P] .l-contents {
    padding-top: 0;
}



.section_inner {
    width: min(100%, 1200px);
    margin-inline: auto;
}
.section_title {
    text-align: center;
    margin-bottom: 54px;
}
.section_title h2 {
    width: auto;
    height: 116px;
}
.section_title h2 img {
    width: auto;
    height: 100%;
}


.sandal {
    width: max(100cqw,1200px);
    position: relative;
    left: 50%;
    translate: -50% 0;
    background-color: #D2E3D5;
    background-image: linear-gradient(#E1EDE5 1px, transparent 1px), linear-gradient(to right, #E1EDE5 1px, #D2E3D5 1px);
    background-size: 32px 32px;
    margin-top: 10px;
}
.obi {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: url(/img/usr/genre/sandal2026/obi.png) repeat-x center center / auto 25px;
    border-block: 1px solid #000;
}
#obi1 {
    background-color: #6EFF8F;
}
#obi2 {
    background-color: #FFA91A;
}
#obi3 {
    background-color: #9FAAFF;
}

#mv {
    width: 100%;
    height: 844px;
    background: url(/img/usr/genre/sandal2026/bg.png) no-repeat center center / auto 100%;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 16px;
    margin-top: -7px;
}
.mv_img {
    width: 755px;
}
.mv_text {
    text-align: center;
    font-size: 16px;
    line-height: 2.5;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mv_text .color {
    font-weight: bold;
}

#nav {
    padding: 40px 20px 80px;
    margin-top: -7px;
}
.nav_wrap.nav_wrap01 {
    margin-bottom: 50px;
}
.nav_wrap_title {
    text-align: center;
    margin-bottom: 24px;
}
.nav_wrap01 .nav_wrap_title h3 {
    font-size: 24px;
    font-weight: bold;
}
.nav_wrap02 .nav_wrap_title h3 {
    font-size: 32px;
    font-weight: bold;
}

.nav_wrap_list {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    width: 684px;
    margin-inline: auto;
    row-gap: 8px;
}
.nav_wrap01 .nav_wrap_list_item {
    width: 124px;
}
.nav_wrap_list_item_img {
    width: 420px;
}
.nav_wrap_list_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
}
.nav_wrap01 .nav_wrap_list_item a {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-block: 42px 12px;
}
.nav_wrap_list_item a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: #000;
    clip-path: polygon(12% 0, 50% 68%, 88% 0, 100% 12%, 50% 100%, 0 12%);
}
.nav_wrap01 .nav_wrap_list_item a img {
    width: 100px;
}

.nav_wrap02 .nav_wrap_list_item {
    width: 334px;
}
.nav_wrap02 .nav_wrap_list_item:nth-of-type(1) {
    width: 100%;
}
.nav_wrap02 .nav_wrap_list_item a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    padding-right: 24px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.nav_wrap02 .nav_wrap_list_item a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
}


#brand {
    padding-top: 80px;
    margin-top: -7px;
		position: relative;
}
#brand::before {
    content: "";
    display: inline-block;
    width: max(100cqw,1200px);
    height: 300px;
    background: #E2EDE5;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
}
#brand .section_inner {
    position: relative;
}
.brand_item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
}
.brand_item:nth-of-type(odd)::before {
    content: "";
    display: inline-block;
    width: max(100cqw,1200px);
    height: 100%;
    background: #E2EDE5;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
}
.brand_item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-block: 100px;
    row-gap: 64px;
}
.brand_left {
    width: 460px;
    position: relative;
}
.brand_name {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 24px;
}
.brand_right {
    width: calc(100% - 520px);
}
.brand_text {
    position: relative;
    font-size: 16px;
    margin-bottom: 40px;
}
.brand_text p:nth-of-type(n + 2) {
    margin-top: 12px;
}
.brand_goodslist {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    width: 100%;
    overflow: auto;
    gap: 20px;
    padding-bottom: 20px;
    position: relative;
}
.brand_goods {
    width: 183px;
    flex-shrink: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
}
.brand_goods_img {
    margin-bottom: 12px;
}
.brand_goods_tags {
    margin-bottom: 12px;
}
.brand_goods_tag {
    border: 1px solid #000;
    display: inline-block;
    padding: 4px;
    font-size: 12px;
}
.brand_goods_tag.color01 {
    background: #FFC462;
}
.brand_goods_tag.color02 {
    background: #FFEF67;
}
.brand_goods_tag.color03 {
    background: #6EFF8F;
}
.brand_goods_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.brand_goods_text {
    margin-bottom: 12px;
}
.brand_goods_btns {
    display: flex;
    flex-flow: column;
    gap: 8px;
    margin-top: auto;
}
.brand_goods_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    padding-block: 6px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.brand_goods_btn a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background: #000;
    clip-path: polygon(12% 0, 50% 68%, 88% 0, 100% 12%, 50% 100%, 0 12%);
    rotate: -90deg;
    position: absolute;
    right: 8px;
    top: 50%;
    translate: 0 -50%;
}
.brand_column {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 154px;
    background: #E2EDE5;
    border: 1px solid #000;
    border-radius: 8px;
}
.brand_column_textwrap {
    width: calc(100% - 380px);
}
.brand_column_title {
		width: 100%;
    margin-bottom: 12px;
}
.brand_column_titlejp {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.brand_column_text {
    font-size: 14px;
    line-height: 1.8;
}
.brand_column_img {
    width: min(100%,300px);
		margin-inline:auto;
}

#limnks {
    padding-block: 100px;
}
.links_content {
    display: flex;
    flex-flow: column wrap;
    gap: 120px;
}
.links_title {
    margin-bottom: 40px;
}
.links_title h2 {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-block: 14px;
    border: 1px solid #333;
    font-size: 24px;
    font-weight: bold;
}
.links_wrap01 .links_title h2 {
    background: #6EFF8F;
}
.links_wrap02 .links_title h2 {
    background: #FFA91A;
}
.links_wrap03 .links_title h2 {
    background: #9FAAFF;
}

.links_list {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.links_wrap01 .links_list {
    gap: 24px;
}

.links_wrap02 .links_list {
    gap: 32px;
}

.links_wrap01 .links_list_item {
    flex: 1;
}

.links_wrap02 .links_list_item {
    width: 204px;
}

.links_list_item a {
    background: #fff;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 8px;
}

.links_wrap01 .links_list_item a {
    padding-block: 15px;
}
.links_wrap01 .links_list_item a img {
    width: 266px;
}

.links_wrap02 .links_list_item a {
    padding-block: 30px 25px;
    gap: 10px;
}

.links_wrap02 .links_list_item a img {
    width: 148px;
}

.links_list_item_name {
    font-size: 16px;
    font-weight: bold;
}

.links_text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.links_wrap03 .links_list {
    flex-direction: column;
    gap: 60px;
}

.links_wrap03 .links_list_item {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 68px;
		width: 100%;
    margin-inline: auto;
}
.links_wrap03 .links_list_item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.links_wrap03 .links_list_item_name {
    font-size: 32px;
    margin-bottom: 12px;
}
.links_list_item_text {
    font-size: 16px;
}
.links_list_item_textwrap {
    display: flex;
    flex-flow: column wrap;
    gap: 30px;
}

.links_wrap03 .links_list_item a {
    width: 230px;
    padding-block: 24px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.links_wrap03 .links_list_item a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: #000;
    clip-path: polygon(12% 0, 50% 68%, 88% 0, 100% 12%, 50% 100%, 0 12%);
    rotate: -90deg;
    position: absolute;
    right: 16px;
    top: 50%;
    translate: 0 -50%;
}


[data-browse-mode="S"] .sandal {
		width: 100cqw;
    margin-top: 0;
    background-size: 14px 14px;
}
[data-browse-mode="S"] .obi {
    height: 30px;
    background-size: auto 20px;
    background-position: left center;
}

[data-browse-mode="S"] #mv {
    height: auto;
    gap: 32px;
    padding-block: 0 58px;
    margin-top: -5px;
}
[data-browse-mode="S"] .mv_img {
    width: 100%;
}
[data-browse-mode="S"] .section_title h2 {
    width: 100%;
    height: auto;
}
[data-browse-mode="S"] .section_title {
    margin-bottom: 12px;
}
[data-browse-mode="S"] .nav_wrap.nav_wrap01 {
    margin-bottom: 32px;
}
[data-browse-mode="S"] .nav_wrap01 .nav_wrap_title h3 {
    font-size: 16px;
}
[data-browse-mode="S"] .nav_wrap_list {
    width: 100%;
    gap: 9px;
}
[data-browse-mode="S"] .nav_wrap01 .nav_wrap_list {
    position: relative;
    padding-left: calc((100% - 18px) / 3 + 9px);
}
[data-browse-mode="S"] .nav_wrap01 .nav_wrap_list_item {
    width: calc((100% - 9px) / 2);
}
[data-browse-mode="S"] .nav_wrap01 .nav_wrap_list_item:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: calc((100% - 18px) / 3);
    height: 100%;
}
[data-browse-mode="S"] .nav_wrap01 .nav_wrap_list_item a {
    gap: 8px;
    padding: 12px 12px 8px;
}
[data-browse-mode="S"] .nav_wrap02 .nav_wrap_list_item {
    width: 100%;
}
[data-browse-mode="S"] .nav_wrap02 .nav_wrap_list_item a {
    justify-content: flex-end;
    padding-right: 48px;
}
[data-browse-mode="S"] .nav_wrap_list_item_img {
    width: min(100% - 160px, 145px);
    margin-right: auto;
}

[data-browse-mode="S"] #brand {
    padding: 40px 20px 0;
    margin-top: -5px;
}
[data-browse-mode="S"] .brand_item {
    padding-block: 60px;
    gap: 16px;
}
[data-browse-mode="S"] .brand_item:nth-of-type(1) {
    padding-top: 18px;
}
[data-browse-mode="S"] .brand_img {
    height: 195px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
[data-browse-mode="S"] .brand_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/img/usr/genre/sandal2026/brand_img01.jpg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(5px);
}
[data-browse-mode="S"] .brand_item:nth-of-type(2) .brand_img::before {
	background-image: url(/img/usr/genre/sandal2026/brand_img02.jpg);
}
[data-browse-mode="S"] .brand_item:nth-of-type(3) .brand_img::before {
	background-image: url(/img/usr/genre/sandal2026/brand_img03.jpg);
}
[data-browse-mode="S"] .brand_item:nth-of-type(4) .brand_img::before {
	background-image: url(/img/usr/genre/sandal2026/brand_img04.jpg);
}
[data-browse-mode="S"] .brand_item:nth-of-type(5) .brand_img::before {
	background-image: url(/img/usr/genre/sandal2026/brand_img05.jpg);
}
[data-browse-mode="S"] .brand_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
[data-browse-mode="S"] .brand_name {
    margin-top: 16px;
}
[data-browse-mode="S"] .brand_right {
    width: 100%;
}
[data-browse-mode="S"] .brand_goodslist {
    flex-wrap: wrap;
    gap: 40px 24px;
}
[data-browse-mode="S"] .brand_goods {
    width: calc(50% - 12px);
}
[data-browse-mode="S"] .brand_column {
    padding: 56px 20px 24px;
    gap: 28px;
}
[data-browse-mode="S"] .brand_column_textwrap {
    width: 100%;
}
[data-browse-mode="S"] .brand_column_title {
    width: 100%;
}
[data-browse-mode="S"] #limnks {
    padding-block: 0 60px;
}
[data-browse-mode="S"] .links_content {
    gap: 80px;
}
[data-browse-mode="S"] .links_title h2 {
    font-size: min(5vw, 24px);
}
[data-browse-mode="S"] .links_wrap01 .links_list {
    padding-inline: 20px;
    gap: 16px;
}
[data-browse-mode="S"] .links_wrap01 .links_list_item {
    flex: initial;
    width: calc(50% - 8px);
}
[data-browse-mode="S"] .links_wrap02 .links_list {
    gap: 9px;
    padding-inline: 20px;
}
[data-browse-mode="S"] .links_wrap02 .links_list_item {
    width: calc((100% - 18px) / 3);
}
[data-browse-mode="S"] .links_wrap02 .links_list_item a {
    padding: 16px 16px 12px;
}
[data-browse-mode="S"] .links_wrap03 .links_list {
    padding-inline: 20px;
    gap: 40px;
}
[data-browse-mode="S"] .links_wrap03 .links_list_item {
    gap: 14px;
}
[data-browse-mode="S"] .links_list_item_textwrap {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    row-gap: 8px;
}
[data-browse-mode="S"] .links_wrap03 .links_list_item_name {
    font-size: 24px;
    margin-bottom: 0;
}
[data-browse-mode="S"] .links_wrap03 .links_list_item a {
    width: 154px;
    padding-block: 12px;
    font-size: 14px;
}