/**
 * 2025 Spring
 */

/* PC
------------------------------------------------------ */
/* Style01 */
.c-2025spring-style--1 {
  grid-template-rows: auto auto;
}

.c-2025spring-style--1 .c-style__heading {
  grid-row: 1 / 2;
	grid-column: 6 / 7;
}

.c-2025spring-style--1 .c-style__image:nth-child(2) {
  grid-row: 1 / 3;
	grid-column: 1 / 4;
}

.c-2025spring-style--1 .c-style__image:nth-child(3) {
  grid-row: 1 / 2;
	grid-column: 4 / 6;
}

.c-2025spring-style--1 .c-style__image:nth-child(4) {
  grid-row: 2 / 3;
	grid-column: 5 / 6;
}

.c-2025spring-style--1 .c-style__image:nth-child(5) {
  grid-row: 2 / 3;
	grid-column: 6 / 7;
}

.c-2025spring-style--1 .c-style__detail {
  grid-row: 2 / 3;
	grid-column: 4 / 5;
}

/* Style02 */
.c-2025spring-style--2 {
  grid-template-rows: auto auto;
}

.c-2025spring-style--2 .c-style__heading {
  grid-row: 1 / 3;
	grid-column: 1 / 2;
}

.c-2025spring-style--2 .c-style__image:nth-child(2) {
  grid-row: 1 / 3;
	grid-column: 2 / 5;
}

.c-2025spring-style--2 .c-style__image:nth-child(3) {
  grid-row: 1 / 2;
	grid-column: 5 / 7;
}

.c-2025spring-style--2 .c-style__image:nth-child(4) {
  grid-row: 2 / 3;
	grid-column: 6 / 7;
}

.c-2025spring-style--2 .c-style__detail {
  grid-row: 2 / 3;
	grid-column: 5 / 6;
}

/* Style03 */
.c-2025spring-style--3 {
  grid-template-rows: auto auto;
}

.c-2025spring-style--3 .c-style__heading {
  grid-row: 1 / 3;
	grid-column: 5 / 6;
}

.c-2025spring-style--3 .c-style__image:nth-child(2) {
  grid-row: 1 / 3;
	grid-column: 1 / 4;
}

.c-2025spring-style--3 .c-style__image:nth-child(3) {
  grid-row: 1 / 2;
	grid-column: 4 / 5;
}

.c-2025spring-style--3 .c-style__image:nth-child(4) {
  grid-row: 2 / 3;
	grid-column: 6 / 7;
}

.c-2025spring-style--3 .c-style__detail {
  grid-row: 2 / 3;
	grid-column: 4 / 5;
}

/* Style04 */
.c-2025spring-style--4 {
  grid-template-rows: repeat(3, 1fr);
}

.c-2025spring-style--4 .c-style__heading {
  grid-row: 1 / 3;
	grid-column: 1 / 2;
}

.c-2025spring-style--4 .c-style__image:nth-child(2) {
  grid-row: 1 / 4;
	grid-column: 4 / 7;
}

.c-2025spring-style--4 .c-style__image:nth-child(3) {
  grid-row: 1 / 2;
	grid-column: 3 / 4;
}

.c-2025spring-style--4 .c-style__image:nth-child(4) {
  grid-row: 3 / 4;
	grid-column: 1 / 4;
}

.c-2025spring-style--4 .c-style__detail {
  grid-row: 2 / 3;
	grid-column: 3 / 4;
}

/* Style05 */
.c-2025spring-style--5 {
  grid-template-rows: 237px 1fr;
}

.c-2025spring-style--5 .c-style__heading {
  grid-row: 1 / 2;
	grid-column: 5 / 7;
}

.c-2025spring-style--5 .c-style__image:nth-child(2) {
  grid-row: 1 / 3;
	grid-column: 2 / 5;
}

.c-2025spring-style--5 .c-style__image:nth-child(3) {
  grid-row: 2 / 3;
	grid-column: 5 / 7;
}

.c-2025spring-style--5 .c-style__detail {
  grid-row: 1 / 3;
	grid-column: 1 / 2;
}

/* Style06 */
.c-2025spring-style--6 {
  grid-template-rows: auto auto auto;
}

.c-2025spring-style--6 .c-style__heading {
  grid-row: 2 / 3;
	grid-column: 2 / 3;
}

.c-2025spring-style--6 .c-style__image:nth-child(2) {
  grid-row: 1 / 4;
	grid-column: 3 / 6;
}

.c-2025spring-style--6 .c-style__image:nth-child(3) {
  grid-row: 2 / 4;
	grid-column: 6 / 7
}

.c-2025spring-style--6 .c-style__image:nth-child(4) {
  grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.c-2025spring-style--6 .c-style__detail {
  grid-row: 3 / 4;
	grid-column: 2 / 3;
}

/* Style07 */
.c-2025spring-style--7 {
  grid-template-rows: auto auto auto;
}

.c-2025spring-style--7 .c-style__heading {
  grid-row: 1 / 2;
	grid-column: 6 / 7;
}

.c-2025spring-style--7 .c-style__image:nth-child(2) {
  grid-row: 1 / 4;
	grid-column: 1 / 4;
}

.c-2025spring-style--7 .c-style__image:nth-child(3) {
  grid-row: 2 / 4;
	grid-column: 4 / 6;
}

.c-2025spring-style--7 .c-style__image:nth-child(4) {
  grid-row: 1 / 2;
	grid-column: 4 / 5;
}

.c-2025spring-style--7 .c-style__image:nth-child(5) {
  grid-row: 2 / 3;
	grid-column: 6 / 7;
}

.c-2025spring-style--7 .c-style__detail {
  grid-row: 1 / 2;
	grid-column: 5 / 6;
}

/* SP
------------------------------------------------------ */
/* Style01 */
[data-browse-mode="S"] .c-2025spring-style--1 {
  grid-template-rows: auto auto;
}

[data-browse-mode="S"] .c-2025spring-style--1 .c-style__heading {
  grid-row: 2 / 3;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--1 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--1 .c-style__image:nth-child(3) {
  grid-row: 2 / 3;
	grid-column: 1 / 3;
}

[data-browse-mode="S"] .c-2025spring-style--1 .c-style__image:nth-child(4) {
  grid-row: 3 / 4;
	grid-column: 2 / 3;
}

[data-browse-mode="S"] .c-2025spring-style--1 .c-style__image:nth-child(5) {
  grid-row: 3 / 4;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--1 .c-style__detail {
  grid-row: 3 / 4;
	grid-column: 1 / 2;
}

/* Style02 */
[data-browse-mode="S"] .c-2025spring-style--2 {
  grid-template-rows: auto auto auto;
}

[data-browse-mode="S"] .c-2025spring-style--2 .c-style__heading {
  grid-row: 2 / 4;
	grid-column: 1 / 2;
}

[data-browse-mode="S"] .c-2025spring-style--2 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--2 .c-style__image:nth-child(3) {
  grid-row: 2 / 3;
	grid-column: 2 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--2 .c-style__image:nth-child(4) {
  grid-row: 3 / 4;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--2 .c-style__detail {
  grid-row: 3 / 4;
	grid-column: 2 / 3;
}

/* Style03 */
[data-browse-mode="S"] .c-2025spring-style--3 {
  grid-template-rows: auto auto 1fr;
}

[data-browse-mode="S"] .c-2025spring-style--3 .c-style__heading {
  grid-row: 2 / 4;
	grid-column: 2 / 3;
}

[data-browse-mode="S"] .c-2025spring-style--3 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--3 .c-style__image:nth-child(3) {
  grid-row: 2 / 3;
	grid-column: 1 / 2;
}

[data-browse-mode="S"] .c-2025spring-style--3 .c-style__image:nth-child(4) {
  grid-row: 2 / 4;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--3 .c-style__detail {
  grid-row: 3 / 4;
	grid-column: 1 / 2;
}

/* Style04 */
[data-browse-mode="S"] .c-2025spring-style--4 {
  grid-template-rows: auto auto auto;
}

[data-browse-mode="S"] .c-2025spring-style--4 .c-style__heading {
  grid-row: 3 / 4;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--4 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--4 .c-style__image:nth-child(3) {
  grid-row: 3 / 4;
	grid-column: 1 / 2;
}

[data-browse-mode="S"] .c-2025spring-style--4 .c-style__image:nth-child(4) {
  grid-row: 2 / 3;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--4 .c-style__detail {
  grid-row: 3 / 4;
	grid-column: 2 / 3;
}

/* Style05 */
[data-browse-mode="S"] .c-2025spring-style--5 {
  grid-template-rows: auto 1fr auto;
}

[data-browse-mode="S"] .c-2025spring-style--5 .c-style__heading {
  grid-row: 2 / 3;
	grid-column: 1 / 2;
}

[data-browse-mode="S"] .c-2025spring-style--5 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--5 .c-style__image:nth-child(3) {
  grid-row: 2 / 4;
	grid-column: 2 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--5 .c-style__detail {
  grid-row: 3 / 4;
	grid-column: 1 / 2;
}

/* Style06 */
[data-browse-mode="S"] .c-2025spring-style--6 {
  grid-template-rows: auto auto auto;
}

[data-browse-mode="S"] .c-2025spring-style--6 .c-style__heading {
  grid-row: 3 / 4;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--6 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--6 .c-style__image:nth-child(3) {
  grid-row: 2 / 4;
	grid-column: 2 / 3;
}

[data-browse-mode="S"] .c-2025spring-style--6 .c-style__image:nth-child(4) {
  grid-row: 2 / 3;
	grid-column: 3 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--6 .c-style__detail {
  grid-row: 2 / 4;
	grid-column: 1 / 2;
}

/* Style07 */
[data-browse-mode="S"] .c-2025spring-style--7 {
  grid-template-rows: auto 1fr auto auto;
}

[data-browse-mode="S"] .c-2025spring-style--7 .c-style__heading {
  grid-row: 4 / 5;
	grid-column: 2 / 3;
}

[data-browse-mode="S"] .c-2025spring-style--7 .c-style__image:nth-child(2) {
  grid-row: 1 / 2;
	grid-column: 1 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--7 .c-style__image:nth-child(3) {
  grid-row: 2 / 4;
	grid-column: 2 / 4;
}

[data-browse-mode="S"] .c-2025spring-style--7 .c-style__image:nth-child(4) {
  grid-row: 3 / 4;
	grid-column: 1 / 2;
  align-self: end;
}

[data-browse-mode="S"] .c-2025spring-style--7 .c-style__image:nth-child(5) {
  grid-row: 4 / 5;
	grid-column: 1 / 2;
}

[data-browse-mode="S"] .c-2025spring-style--7 .c-style__detail {
  grid-row: 2 / 3;
	grid-column: 1 / 2;
}