:root {
    --black: #000;
    --white: #fff;
    --red: #F50100;
    --bg-red: #E20100;
    --bg-lightred: #FDECED;
    --lightblue: #0F80A2;
    --yellow: #F8E505;
    --green: #527411;
}


:where(.page-shishimai) a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    :where(.page-shishimai) a:hover {
        opacity: 0.6;
    }
}

:where(.page-shishimai) p {
    font-weight: 500;
    font-size: 17px;
    line-height: calc(34 / 17);
    margin: 0;
}

:where(.page-shishimai) h2,
:where(.page-shishimai) h3,
:where(.page-shishimai) h4,
:where(.page-shishimai) h5,
:where(.page-shishimai) h6 {
    margin: 0;
}

/* Lists */
:where(.page-shishimai) ul,
:where(.page-shishimai) ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

:where(.page-shishimai) figure {
    margin: 0;
}

/* ユーティリティクラス */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 992px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

.text-center {
    text-align: center;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-sm-none {
    display: none;
}

.d-md-none {
    display: none;
}

@media screen and (max-width: 768px) {
    .d-md-none {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .d-sm-none {
        display: block;
    }
}

.m-0 {
    margin: 0;
}

.mx-auto {
    margin-inline: auto;
}

.text-white {
    color: var(--white);
}


/* //既存要素の上書き */
.page-wrapper {
    background-size: auto 69px;
    padding-inline: 0;
    padding-bottom: 0;
    background-position: center top;
    background-image: url(../img/common/wave-lightred.svg);
}

@media screen and (max-width: 768px) {
    .page-wrapper {
        background-image: url(../img/imizu-unique/shishimai/wave-lightred-sp.svg);
        background-size: auto 35px;
        margin-top: -20px;
        padding-block: 28px 0;
    }
}

.toc-toggle::before {
    --toc-icon-w: 80px;
    --toc-icon-h: 100px;
    top: -83px;
    right: 19px;
    background-image: url("../img/imizu-unique/shishimai/shishimai01_deco.png");
}

/* レイアウト */
.unique-lower-container-1 {
    --max-inner-width: 1152px;
    --gutter-x: 32px;
    max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
    margin-inline: auto;
    padding-left: var(--gutter-x);
    padding-right: var(--gutter-x);
}

@media screen and (max-width: 768px) {
    .unique-lower-container-1 {
        --gutter-x: 15px;
    }
}

.shishimai-container-narrow {
    max-width: 760px;
    margin-inline: auto;
}

/* 波線区切り */
.hr-wave-bottom {
    display: block;
    width: 100%;
    height: 39px;
    margin-top: -1.5px;
    margin-bottom: 0;
    border: 0;
    background: url(../img/imizu-unique/shishimai/wave-red.svg) repeat-x center calc(100% + 1px)/auto 39px;
}

@media screen and (max-width: 768px) {
    .hr-wave-bottom {
        height: 29px;
        background-image: url("../img/imizu-unique/shishimai/wave-red-sp.svg");
        background-size: auto 41.8px;
    }
}

/* .child-fv */
.child-fv {
    z-index: 10;
    position: relative;
    height: 530px;
    background: url(../img/imizu-unique/shishimai/shishimai_bg.jpg) no-repeat center center/cover;
}

.child-fv::after {
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 80px;
    content: "";
    background: url(../img/imizu-unique/shishimai/child-fv__wave.svg) repeat-x left top/contain;
    z-index: 11;
}

.child-fv .unique-lower-container-1 {
    position: relative;
    width: 90%;
    height: 100%;
}

.child-fv__ttl-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 368px;
    padding-top: 132px;
    padding-bottom: 23px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background: var(--red) url(../img/imizu-unique/shishimai/child-fv__ttl-dot.png) repeat top center;
}

.child-fv__ttl {
    color: var(--white);
    display: flex;
    flex-direction: column;
}

.child-fv__ttl-jp {
    display: flex;
    justify-content: center;
    margin-block: 0;
    font-size: 30px;
}

.child-fv__ttl-kana {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    margin-top: -4px;
}

.child-fv__ttl-jp__icon {
    width: 44px;
    margin-top: 4px;
    margin-right: 8px;
}

.child-fv__ttl-jp__icon img {
    display: block;
}

.child-fv__lead {
    position: absolute;
    right: 37px;
    bottom: 32px;
    margin-block: 0;
    line-height: 1.7826086957;
    text-align: right;

}

.child-fv__lead-line {
    font-size: 23px;
    font-weight: 700;
    padding-left: 0.3043478261em;
    padding-right: 0.3043478261em;
    line-height: calc(37/23);
    background-color: var(--white);
}

@media screen and (max-width: 992px) {
    .child-fv::after {
        display: none;
    }

    .child-fv__ttl-wrap {
        padding-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .child-fv {
        min-height: 0;
        height: 340px;
        max-height: none;
        background-size: cover;
        background-position-x: 68.3119174031%;
        background-position-y: center;
    }

    .child-fv .unique-lower-container-1 {
        width: 100%;
    }

    .child-fv__ttl-wrap {
        max-width: 290px;
        margin-inline: auto;
        padding-top: 22px;
        padding-bottom: 22px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 38px;
        gap: 0px;
    }

    .child-fv__ttl {
        align-items: start;
    }

    .child-fv__ttl-jp__icon {
        width: 33px;
        margin-top: 4px;
    }

    .child-fv__ttl-jp {
        font-size: 26px;
        line-height: 1.4230769231;
        margin-bottom: 2px;
    }

    .child-fv__ttl-kana {
        margin-top: 3px;
        font-size: 14px;
        line-height: 1;
        padding-left: 0;
    }

    .child-fv__lead {
        right: 16px;
        bottom: 31px;
        font-size: 17px;
    }

    .child-fv__lead-line {
        padding-right: 0;
        line-height: 2;
        font-size: 17px;
    }

    .child-fv__map {
        display: none;
    }

    .child-fv+.hr-wave-bottom {
        height: 29px;
        background-position-y: calc(100% + 0.5px);
        background-size: auto 29px;
    }
}

/* //.child-fv */

.container-inner {
    --gutter-x: 32px;
    max-width: calc(1152px + var(--gutter-x) * 2);
    margin-inline: auto;
    padding-left: var(--gutter-x);
    padding-right: var(--gutter-x);
}

@media screen and (max-width: 768px) {
    .container-inner {
        --gutter-x: 16px;
    }
}

/*********** **********
 タイトルパーツ
 *********** **********/
/* h2.ttl-wave上書き */
h2.ttl-wave {
    display: block;
    width: fit-content;
    margin-block: 0;
    padding-bottom: 11px;
    line-height: calc(45 / 30);
    background: url("../img/imizu-unique/shishimai/line-wave-red.svg") repeat-x left bottom/auto 6.2px;
}

@media screen and (max-width: 992px) {
    h2.ttl-wave {
        margin-inline: auto;
    }
}

@media screen and (max-width: 768px) {
    h2.ttl-wave {
        font-size: 22px;
    }
}

/* .ttl-pattern-1 */
.ttl-pattern-1 {
    margin-block: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--red);
}

.ttl-pattern-1__num {
    --icon-size: 1.4166666667em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: 0.125em;
    padding-top: 0.12em;
    padding-right: 0.12em;
    border-radius: 100em;
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: var(--white);
    background-color: var(--red);
}

@media screen and (max-width: 768px) {
    .ttl-pattern-1 {
        font-size: 20px;
    }

    .ttl-pattern-1__num {
        --icon-size: 1.3333333333em;
        font-size: 18px;
    }
}


/*********** **********
 画像レイアウトパーツ
 *********** **********/
/* .img-layout-1 */
.img-layout-1 {
    display: grid;
    grid-template: "ttl img"auto "cnt img"auto/36.4583333333% 51.7361111111%;
    justify-content: end;
    column-gap: 5.2083333333%;
}

.img-layout-1__ttl {
    grid-area: ttl;
    margin-bottom: 45px;
}

.img-layout-1__img {
    grid-area: img;
}

.img-layout-1__img img {
    aspect-ratio: 686 / 443;
    border-radius: 15px;
}

.img-layout-1__cnt {
    grid-area: cnt;
}

.img-layout-1--b {
    grid-template: "img ttl"auto "img cnt"1fr /59.5486% 34.2013888889%;
    justify-content: space-between;
    column-gap: 5.2083333333%;
}

@media screen and (max-width: 1400px) {
    .img-layout-1--b {
        grid-template: "img ttl"auto "img cnt"1fr /50% 45%;
    }
}

@media screen and (max-width: 992px) {
    .img-layout-1 {
        display: block;
    }

    .img-layout-1__ttl {
        margin-bottom: 21px;
        text-align: center;
    }

    .img-layout-1 .ttl-pattern-1 {
        margin-bottom: 5px;
        text-align: center;
        line-height: 30px;
    }

    .img-layout-1__img {
        margin-bottom: 14px;
        width: 98%;
        margin-inline: auto;
    }

    .img-layout-1__img img {
        aspect-ratio: 353 / 228;
        width: 100%;
        height: auto;
    }
}


/* .img-layout-2 */
.img-layout-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-layout-2__ph {
    position: relative;
    width: 100%;
    max-width: 328px;
    aspect-ratio: 1 / 1;
    background: url(../img/imizu-unique/shishimai/badge-pickup-bg-large.svg) no-repeat center center / contain;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}

.img-layout-2__ph {
    max-width: 328px;
}

.img-layout-2__ph img {
    z-index: 3;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.img-layout-2__cnt {
    margin-left: -52px;
}

.img-layout-2 .box-pattern-1__top {
    padding-left: 78px;
    padding-right: 51px;
    padding-top: 49px;
    padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .img-layout-2 {
        display: block;
    }

    .img-layout-2__cnt {
        margin-left: 0;
    }

    .img-layout-2__ph {
        margin-inline: auto;
    }

    .img-layout-2 .box-pattern-1__top {
        margin-top: -34px;
    }

    .img-layout-2 .box-pattern-1__top {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 55px;
        padding-bottom: 5px;
    }
}

/* .ttl-pattern-2（style-shishimai.cssより流用） */
.ttl-pattern-2 {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--lightblue);
}

@media screen and (max-width: 768px) {
    .ttl-pattern-2 {
        text-align: center;
    }
}

/*********** **********
 ボックスパーツ
 *********** **********/
/* .box-pattern-1 */
.box-pattern-1 {
    --box-bg-color: var(--white);
    --box-border: solid 1px var(--lightblue);
    max-width: 542px;
}

.box-pattern-1__top {

    border-top: var(--box-border);
    border-left: var(--box-border);
    border-right: var(--box-border);
    background-color: var(--box-bg-color);
}

.box-pattern-1__top>*:last-child {
    margin-bottom: 0;
}

.box-pattern-1__bottom {
    display: flex;
    margin-top: -1px;
}

.box-pattern-1__bottom-left {
    flex: 1;
    border-left: var(--box-border);
    border-bottom: var(--box-border);
    background-color: var(--box-bg-color);
}

.box-pattern-1__bottom-right {
    width: 37px;
    height: 37px;
    margin-left: -1px;
    background: url(../img/imizu-unique/shishimai/box-pattern-1-corner.svg) no-repeat bottom right/contain;
}

.box-pattern-1 .ttl-pattern-2 {
    margin-bottom: 16px;
}

.box-pattern-1__text {
    margin-top: 0;
    margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .box-pattern-1__top {
        padding: 70px 18px 30px;
    }

    .box-pattern-1__bottom-right {
        width: 27px;
        height: 28px;
        background-image: url(../img/imizu-unique/shishimai/box-pattern-1-corner-sp.svg);
    }

    .box-pattern-1 .ttl-pattern-2 {
        margin-bottom: 16px;
    }

    .box-pattern-1__text {
        margin-inline: 12px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 375px) {
    .box-pattern-1__text {
        margin-inline: 0;
    }
}

/*********** **********
 .white-edged-ph（style-shishimai.cssより流用）
 白縁取り写真
 *********** **********/
.white-edged-ph {
    position: relative;
    width: 336px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.white-edged-ph::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 6px var(--white);
}

.white-edged-ph img {
    display: block;
    object-fit: cover;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    padding: 1px;
}

@media screen and (max-width: 992px) {
    .white-edged-ph {
        width: 100%;
    }
}

/*********** **********
ピックアップのテキスト
 *********** **********/
.shishimai__pickup-label {
    font-size: 17px;
    font-weight: 400;
    line-height: calc(35 / 17);
    color: var(--yellow);
    font-family: "Fugaz One", sans-serif;
}

.shishimai__pickup-ttl {
    font-size: 20px;
    line-height: calc(34 / 20);
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 21px;
}

@media screen and (max-width: 992px) {
    .shishimai__pickup-label {
        text-align: center;
    }

    .shishimai__pickup-ttl {
        margin-bottom: 18px;
        text-align: center;
    }
}

/*********** **********
section01
 *********** **********/
.shishimai01 {
    background-color: var(--white);
    padding-bottom: 172px;
    padding-top: 74px;
}

.shishimai01 .img-layout-1--b {
    position: relative;
    padding-bottom: 277px;
}

.shishimai01__deco01 {
    position: absolute;
    rotate: 2deg;
    right: -152px;
    bottom: 102px;
}

.shishimai01__deco01-inner {
    display: flex;
    flex-direction: column;
}

.shishimai01__deco01-label {
    font-size: 15px;
    color: var(--red);
    rotate: 347deg;
    font-weight: 500;
    line-height: calc(20 / 15);
    width: fit-content;
    text-align: center;
    margin-left: 26px;
    padding-inline: 6px 8px;
}

.shishimai01__deco01-label::before,
.shishimai01__deco01-label::after {
    content: "";
    width: 1px;
    height: 42px;
    background-color: var(--red);
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
}

.shishimai01__deco01-label::before {
    left: 0;
    rotate: 49deg;
}

.shishimai01__deco01-label::after {
    right: 0;
    rotate: -49deg;
}

.shishimai01__deco01-label::before {
    rotate: 321deg;
}

.shishimai01__deco01-label::after {
    rotate: -341deg;
}

.shishimai01__deco01-img {
    margin-top: -105px;
    rotate: -2deg;
}

@media screen and (max-width: 1600px) {
    .shishimai01__deco01 {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .shishimai01__deco01 {
        right: 0;
        bottom: 0;
        width: 350px;
    }

    .shishimai01 .img-layout-1--b {
        margin-bottom: 40px;
        padding-bottom: 190px;
    }
}

@media screen and (max-width: 992px) {
    .shishimai01 {
        padding-bottom: 120px;
    }

    .shishimai01 .img-layout-1--b {
        margin-bottom: 50px;
        padding-bottom: 240px;
    }

    .shishimai01__deco01 {
        right: auto;
        left: 50%;
        translate: -50% 0;
        max-width: 95%;
        margin-inline: auto;
    }

    .shishimai01__deco01-img {
        rotate: -2deg;
    }
}

@media screen and (max-width: 768px) {
    .shishimai01 {
        padding-top: 18px;
    }

    .shishimai01__deco01-img {
        margin-top: -100px;
    }
}

@media screen and (max-width: 400px) {
    .shishimai01__deco01-img {
        margin-top: -72px;
    }
}

@media screen and (max-width: 375px) {
    .shishimai01 .img-layout-1--b {
        padding-bottom: 180px;
    }
}

/* セクション1のピックアップ */
.shishimai01__pickup {
    position: relative;
}

.shishimai01__pickup-inner {
    background: var(--bg-red) url(../img/imizu-unique/shishimai/bg-dot.png) repeat top center;
    padding-top: 29px;
    padding-bottom: 55px;
    padding-left: 58px;
    padding-right: 294px;
    border-radius: 22px;
    max-width: 956px;
    margin-inline: auto;

}

.shishimai01__pickup-img-wrap {
    position: absolute;
    right: 10px;
    top: -46px;
}

.shishimai01__pickup-img-inner {
    display: flex;
    flex-direction: column-reverse;
}

.shishimai01__pickup-img {
    margin-top: -24px;
    z-index: 1;
}

.shishimai01__pickup-img .white-edged-ph {
    aspect-ratio: 336/251;
    rotate: 5deg;
}

.shishimai01__pickup-deco-img {
    margin-left: 33px;
    z-index: 2;
}

.shishimai01__pickup-txt {
    color: var(--white);
}

.shishimai01__pickup-deco-img {}

.shishimai01__deco02 {
    position: absolute;
    left: -311px;
    top: -138px;
}

@media screen and (max-width: 1900px) {
    .shishimai01__deco02 {
        left: -214px;
        width: 300px;
    }
}

@media screen and (max-width: 1700px) {
    .shishimai01 {
        padding-bottom: 280px;
    }

    .shishimai01__deco02 {
        left: -96px;
        width: 250px;
        top: auto;
        bottom: -200px;
    }
}

@media screen and (max-width: 1400px) {
    .shishimai01__deco02 {
        left: 32px;
        width: 220px;
        bottom: -240px;
    }
}

@media screen and (max-width: 1200px) {
    .shishimai01__pickup-inner {
        padding-right: calc(356px + 20px + 58px);
        position: relative;
    }

    .shishimai01__pickup-img-wrap {
        right: 40px;
    }

}

@media screen and (max-width: 992px) {
    .shishimai01__pickup-inner {
        padding-inline: 24px;
    }

    .shishimai01 .shishimai__pickup-ttl {
        margin-bottom: 60px;
    }

    .shishimai01__pickup-img-wrap {
        display: block;
        position: static;
        margin-bottom: 60px;
        width: 90%;
        margin-inline: auto;
    }

    .shishimai01__pickup-img-inner {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .shishimai01__pickup-deco-img {
        position: absolute;
        left: 0;
        top: -70px;
    }
}

@media screen and (max-width: 768px) {
    .shishimai01 {
        padding-bottom: 200px;
    }

    .shishimai01__pickup-deco-img {
        top: -40px;
        width: 120px;
        margin-left: 0;
    }

    .shishimai01__deco02 {
        width: 200px;
        bottom: -175px;
        width: 150px;
    }
}


/*********** **********
section02
 *********** **********/
.shishimai02 {
    background-color: var(--bg-lightred);
}

.shishimai02 .unique-lower-container-1 {
    padding-top: 69px;
}

.shishimai02__ttl {
    margin-bottom: 50px;
}

.shishimai02__head {
    margin-bottom: 198px;
}

.shishimai02__head-txt {
    margin-bottom: 37px;
}

@media screen and (max-width: 992px) {
    .shishimai02 .unique-lower-container-1 {
        padding-top: 30px;
    }

    .shishimai02__ttl {
        margin-bottom: 36px;
    }

    .shishimai02__head {
        margin-bottom: 83px;
    }

    .shishimai02__head-txt {
        margin-bottom: 27px;
    }

}



/* section02ナビゲーション */
.shishimai02__nav {}

.shishimai02__nav-list {
    display: flex;
    justify-content: space-between;
}

.shishimai02__nav-item {}

.shishimai02__nav-item:nth-child(2) {
    margin-right: -41px;
}

.shishimai02__nav-item:nth-child(3) {
    margin-right: -37px;
}

.shishimai02__nav-label {
    font-size: 17px;
    line-height: calc(34 / 17);
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.shishimai02__nav-item:nth-child(1) .shishimai02__nav-label {
    color: var(--lightblue);
}

.shishimai02__nav-item:nth-child(2) .shishimai02__nav-label {
    color: var(--red);
}

.shishimai02__nav-item:nth-child(3) .shishimai02__nav-label {
    color: var(--green);
}


.shishimai02__nav-img {
    min-height: 231px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

.shishimai02__nav-btn {
    width: 142px;
    margin-inline: auto;
    padding-top: 1px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 17px;
    line-height: calc(35 / 17);
    font-weight: 700;
    color: var(--yellow);
    border-radius: 100vmax;
    position: relative;
}

.shishimai02__nav-item:nth-child(1) .shishimai02__nav-btn {
    background-color: var(--lightblue);
}

.shishimai02__nav-item:nth-child(2) .shishimai02__nav-btn {
    background-color: var(--red);
}

.shishimai02__nav-item:nth-child(3) .shishimai02__nav-btn {
    background-color: var(--green);
}

.shishimai02__nav-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: -8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
}

.shishimai02__nav-item:nth-child(1) .shishimai02__nav-btn::before {
    background-color: var(--lightblue);
}

.shishimai02__nav-item:nth-child(2) .shishimai02__nav-btn::before {
    background-color: var(--red);
}

.shishimai02__nav-item:nth-child(3) .shishimai02__nav-btn::before {
    background-color: var(--green);
}

.shishimai02__nav-btn::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/imizu-unique/shishimai/anker-arrow.svg) no-repeat center center / contain;
    bottom: -4px;
    left: 50%;
    translate: -50% 0;
    position: absolute;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .shishimai02__nav {}

    .shishimai02__nav-list {
        flex-direction: column;
        gap: 34px;
    }

    .shishimai02__nav-item,
    .shishimai02__nav-item:nth-child(2),
    .shishimai02__nav-item:nth-child(3) {
        position: relative;
        width: 100%;
        max-width: 277px;
        margin-inline: auto;
    }

    .shishimai02__nav-item {}


    .shishimai02__nav-label {
        margin-bottom: 2px;
    }

    .shishimai02__nav-img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .shishimai02__nav-item:nth-child(1) .shishimai02__nav-img {
        width: 71px;
        left: -36px;
        top: 66%;
    }

    .shishimai02__nav-item:nth-child(2) .shishimai02__nav-img {
        width: 61px;
        left: -30px;
    }

    .shishimai02__nav-item:nth-child(3) .shishimai02__nav-img {
        width: 65px;
        left: -32px;
    }

    .shishimai02__nav-btn {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .shishimai02__nav-btn-arrow {}
}

@media screen and (max-width: 389px) {

    .shishimai02__nav-item,
    .shishimai02__nav-item:nth-child(2),
    .shishimai02__nav-item:nth-child(3) {
        position: relative;
        width: 100%;
        max-width: 230px;
        margin-inline: auto;
    }
}


/* セクション02アイテムタイトル */

.shishimai02__item-ttl {
    font-size: 23px;
    line-height: calc(48 / 23);
    font-weight: 700;
    color: var(--yellow);
    padding-top: 4px;
    padding-bottom: 11px;
    padding-right: 34px;
    padding-left: 64px;
    border-radius: 100vmax;
    position: relative;
    min-width: 243px;
    text-align: left;
    width: fit-content;
}

.shishimai02__item01 .shishimai02__item-ttl {
    background-color: var(--lightblue);
}

.shishimai02__item02 .shishimai02__item-ttl {
    background-color: var(--red);
}

.shishimai02__item03 .shishimai02__item-ttl {
    background-color: var(--green);
}


.shishimai02__item-ttl-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.shishimai02__item01 .shishimai02__item-ttl-img {
    left: -67px;
}

.shishimai02__item02 .shishimai02__item-ttl-img {
    left: -89px;
    top: 39%;
}

.shishimai02__item03 .shishimai02__item-ttl-img {
    left: -56px;
    top: 24%;
    width: 135px;
}

.shishimai02__item03 .shishimai02__item-ttl-img img {
    width: 100%;
}

.shishimai02__item {}

/* セクション02アイテム画像 */
.shishimai02__item-img {
    width: 100%;
    margin-top: -37px;
    margin-bottom: 36px;
}

.shishimai02__item-img img {
    border-radius: 17px;
    object-fit: cover;
}

.shishimai02__item-img-caption {
    font-size: 16px;
    line-height: calc(33 / 16);
    font-weight: 500;
    margin-top: 11px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .shishimai02__item-ttl {
        margin-left: 50px;
    }

    .shishimai02__item-img img {
        display: block;
        margin-inline: auto;
    }
}

@media screen and (max-width: 768px) {
    .shishimai02__item-ttl {
        margin-inline: auto;
        margin-bottom: 51px;
        padding-left: 114px;
    }

    .shishimai02__item01 .shishimai02__item-ttl-img {
        left: -21px;
    }

    .shishimai02__item-img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .shishimai02__item-img-caption {
        font-size: 14px;
        font-weight: 700;
        line-height: calc(23 / 14);
    }
}

.shishimai02__item-text {}


/* セクション2アイテム01*/
.shishimai02__item01 .shishimai02__item-img img {
    aspect-ratio: 760/505;
}

.shishimai02__item01-head {
    margin-bottom: 207px;
}

@media screen and (max-width: 992px) {
    .shishimai02__item01 .shishimai02__item-img-caption {
        text-align: left;
    }

    .shishimai02__item01-head {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {

    .shishimai02__item01-head {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 390px) {
    .shishimai02__item01-head {
        margin-bottom: 31px;
    }

    .shishimai02__item01 .shishimai02__item-img-caption {
        margin-top: 0;
    }
}

/* セクション2アイテム01 pickup01*/
.shishimai02__item01-pickup01 {
    position: relative;
    margin-bottom: 130px;
}

.shishimai02__item01-pickup01-inner {
    max-width: 956px;
    margin-inline: auto;
    padding-block: 58px;
    background: var(--lightblue) url(../img/imizu-unique/shishimai/bg-dot.png) repeat top center;
    border-radius: 22px;
    display: grid;
    grid-template: "img ttl"auto "img cnt"1fr/36.82% 38.49%;
    justify-content: center;
    column-gap: 5.439%;
}

.shishimai02__item01-pickup01 .shishimai__pickup-ttl-wrap {
    grid-area: ttl;
    margin-top: 20px;

}

.shishimai02__item01-pickup01-img {
    grid-area: img;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.shishimai02__item01-pickup01-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shishimai02__item01-pickup01-cnt {
    grid-area: cnt;
}

.shishimai02__item01-pickup-deco-img {
    position: absolute;
    right: 79px;
    top: -28px;
}

@media screen and (max-width: 1200px) {

    .shishimai02__item01-pickup01-inner {
        grid-template: "img ttl"auto "img cnt"1fr/42% 42%;
        column-gap: 4%;
    }

    .shishimai02__item01-pickup-deco-img {
        right: 27px;
        top: -41px;
    }
}

@media screen and (max-width: 992px) {
    .shishimai02__item01-pickup-deco-img {
        width: 135px;
    }
}

@media screen and (max-width: 768px) {
    .shishimai02__item01-pickup01-inner {
        padding-inline: 20px;
        padding-top: 3px;
        padding-bottom: 60px;

        grid-template: "ttl"auto "img"auto "cnt"1fr/100%;
        justify-content: center;
    }

    .shishimai02__item01-pickup01 {
        margin-inline: 9px;
        margin-bottom: 47px;
    }

    .shishimai02__item01-pickup01-img {
        width: 87%;
        max-width: 400px;
        margin-inline: auto;
        margin-bottom: 24px;
    }

    .shishimai02__item01-pickup-deco-img {
        right: 12px;
        top: -42px;
        width: 134px;
    }

    .shishimai02__item01-pickup01-cnt p {
        line-height: calc(31 / 17);
    }
}

@media screen and (max-width: 389px) {

    .shishimai02__item01 .shishimai02__item-ttl-img {
        width: 80px;
        left: -6px;
    }

    .shishimai02__item-ttl-img img {
        width: 100%;
        height: auto;
    }
}

/* セクション2アイテム01 pickup02 */
.shishimai02__item01-pickup02 {
    margin-bottom: 164px;
}

.badge-pickup-text {
    font-style: normal;
    color: var(--lightblue);
    margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
    .shishimai02__item01-pickup02 {
        margin-bottom: 93px;
    }
}

/* セクション2アイテム02 */
.shishimai02__item02-head {
    margin-bottom: 143px;
}

.shishimai02__item02 .shishimai02__item-img {
    max-width: 392px;
    margin-inline: auto;
}

.shishimai02__item02 .shishimai02__item-img img {
    aspect-ratio: 392/505;
}

@media screen and (max-width: 992px) {
    .shishimai02__item02 .shishimai02__item-img {
        max-width: none;
        width: 72.77%;
        margin-inline: auto;
    }

    .shishimai02__item02 .shishimai02__item-img-caption {
        margin-top: 6px;
    }
}

@media screen and (max-width: 768px) {
    .shishimai02__item02-head {
        margin-bottom: 48px;
    }

    .shishimai02__item02 .shishimai02__item-ttl-img {
        left: -22px;
        top: 40%;
        width: 125px;
    }
}

@media screen and (max-width: 389px) {
    .shishimai02__item02 .shishimai02__item-ttl-img {
        width: 80px;
        left: -6px;
    }
}

/* セクション2アイテム02 pickup */
.shishimai02__item02-pickup {
    margin-bottom: 146px;
}

.shishimai02__item02-pickup-head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 85px;
}

.shishimai02__item02-pickup-head-ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: calc(34 / 20);
}


.shishimai02__item02-pickup-head-img {
    position: absolute;
    right: 59px;
    top: 50%;
    transform: translateY(-50%);
}

.badge-pickup {
    position: absolute;
    left: 131px;
    top: 12%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99px;
    height: 99px;
    margin-top: 0;
    text-align: center;
    font-size: 19px;
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1578947368;
    color: var(--black);
    background: url(../img/imizu-unique/shishimai/badge-pickup-bg--orange.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {

    .shishimai02__item02-pickup-head {
        flex-direction: column;
        margin-bottom: 27px;
    }

    .badge-pickup {
        position: static;
        transform: none;
        margin-bottom: 8px;
    }

    .shishimai02__item02-pickup-head-img {
        right: auto;
        left: calc(50% + 30px);
        top: 36%;
        width: 71px;
    }
}

.shishimai02__pickup__head {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.shishimai02__item02-pickup01-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}


/* .card-pattern-1 */
.card-pattern-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 368px;
    height: 100%;
    padding: 24px 22px 15px;
    border-radius: 22px;
    background: var(--bg-red) url(../img/imizu-unique/shishimai/bg-dot.png) repeat top center;
    text-decoration: none;
}

@media (hover: hover) {
    .card-pattern-1:hover {
        opacity: 0.6;
    }
}


.card-pattern-1__img img {
    aspect-ratio: 319/212;
    object-fit: cover;
    display: block;
}

.card-pattern-1__ttl {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: calc(35 / 18);
    color: var(--yellow);
}

.card-pattern-1__ttl::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-top: -9px;
    margin-left: 4px;
    background: url(../img/imizu-unique/shishimai/card-link-arrow.svg) no-repeat center/contain;
}

.card-pattern-1__txt {
    line-height: calc(29 / 17);
    color: var(--white);
    flex: 1;
}

@media screen and (max-width: 992px) {
    .shishimai02__item02-pickup01-cards {
        gap: 18px;
    }

    .card-pattern-1__ttl {
        margin-top: 12px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .card-pattern-1 {
        padding: 26px 22px 37px;
    }

    .shishimai02__item02-pickup {
        margin-bottom: 73px;
    }

    .shishimai02__item02-pickup01-cards {
        flex-direction: column;
        align-items: center;
    }
}

.shishimai02__item03-deco-img {
    position: absolute;
    left: 0;
    top: 0;
}



/* セクション2アイテム03 */
.shishimai02__item03 {
    padding-bottom: 154px;
}

.shishimai02__item03-container {
    max-width: 870px;
    margin-inline: auto;

}

.shishimai02__item03-frame {
    border: solid 1px var(--green);
    background-color: var(--white);
    border-radius: 19px;
    padding-bottom: 86px;
    padding-top: 58px;
    margin-top: -35px;
    padding-inline: 24px;
}



.shishimai02__item03-content {}

.shishimai02__item03 .shishimai02__item-ttl {
    padding-left: 79px;
}

.shishimai02__item03-head {
    margin-bottom: 63px;
}

.shishimai02__item03-heading {
    font-size: 20px;
    line-height: calc(34 / 20);
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

.shishimai02__item03-heading-text {
    text-align: center;
    line-height: calc(29 / 17);
}

.shishimai02__list {}

.shishimai02__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 11.05%;
}

.shishimai02__list-item:not(:last-child) {
    margin-bottom: 51px;
}

.shishimai02__list-item-img {
    width: 33.68%;
    margin-left: 47px;
    margin-top: 24px;
}

.shishimai02__list-item-content {
    width: 49%;
}


.shishimai02__list-item-ttl {
    margin-bottom: 23px;
}

.shishimai02__list-item-ttl-text {
    font-size: 20px;
    font-weight: 700;
    line-height: calc(32 / 20);
    background-color: var(--yellow);
    background: linear-gradient(transparent 48%, #EEFF6F 48%);
    display: inline-block;
}


.shishimai02__list-item-date {
    color: var(--white);
    background-color: var(--red);
    padding-inline: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 1.26em;
    font-size: 14px;
    font-weight: 700;
    line-height: calc(24 / 14);
}

.shishimai02__list-item-text {
    line-height: calc(29 / 17);
}

@media screen and (max-width: 1200px) {
    .shishimai02__list-item {
        column-gap: 5%;
    }
}

@media screen and (max-width: 768px) {
    .shishimai02__item03 {
        padding-bottom: 72px;
    }

    .shishimai02__item03 .shishimai02__item-ttl-img {
        left: -37px;
        top: 39%;
        width: 117px;
    }

    .shishimai02__item03-heading {
        margin-bottom: 3px;
    }

    .shishimai02__list-item {
        flex-direction: column;
        justify-content: center;
    }

    .shishimai02__item03-frame {
        padding-inline: 24px;
        margin-top: -85px;
        padding-top: 58px;
        padding-bottom: 39px;
    }

    .shishimai02__item03-head {
        margin-bottom: 14px;
    }

    .shishimai02__item03-heading-text {
        text-align: left;
    }

    .shishimai02__list-item:not(:last-child) {
        margin-bottom: 35px;
    }

    .shishimai02__list-item-img {
        margin-left: 0;
        margin-inline: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .shishimai02__list-item-content {
        width: 100%;
    }

    .shishimai02__list-item-date,
    .shishimai02__list-item-ttl-text {
        display: block;
        width: fit-content;
        margin-inline: auto;
    }

    .shishimai02__list-item-img {
        margin-bottom: 3px;
    }

    .shishimai02__list-item-ttl {
        margin-bottom: 11px;
    }

    .shishimai02__list-item-ttl-text {
        line-height: calc(36 / 20);
        margin-bottom: 11px;
    }
}



@media screen and (max-width: 389px) {
    .shishimai02__item03 .shishimai02__item-ttl-img {
        width: 90px;
        left: -23px;
    }
}



/*********** **********
section03
 *********** **********/
.shishimai03 {
    padding-top: 102px;
    padding-bottom: 184px;
    background-color: var(--white);
}

.shishimai03__head {
    margin-bottom: 106px;
}

.ttl-pattern-1 {}

.ttl-pattern-1__num {}

.shishimai03__head-title {
    margin-bottom: 26px;
}

.shishimai03__contents {
    max-width: 858px;
    margin-inline: auto;
}

.shishimai03__list {}

.shishimai03__item {
    display: flex;
    justify-content: center;
    column-gap: 32px;
}

.shishimai03__item:not(:last-child) {
    margin-bottom: 66px;
}

.shishimai03__item-img {
    width: 336px;
    flex-shrink: 0;
}

.shishimai03__item-img img {
    border-radius: 10px;
    aspect-ratio: 336/224;
}

.shishimai03__item-content {}

.shishimai03__item-date {
    color: var(--white);
    background-color: var(--red);
    padding-inline: 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: calc(24 / 14);
    margin-bottom: 8px;
}

.shishimai03__item-ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: calc(32 / 20);
    margin-bottom: 10px;
}

.shishimai03__item-text {
    line-height: calc(29 / 17);
    margin-bottom: 5px;
}

.shishimai03__item-place {
    font-size: 16px;
    line-height: calc(33 / 16);
    font-weight: 500;
    color: var(--red);
}

@media screen and (max-width: 992px) {
    .shishimai03 {
        padding-top: 65px;
        padding-bottom: 100px;
    }

    .shishimai03__head {
        margin-bottom: 36px;
    }

    .shishimai03__head-title {
        margin-bottom: 14px;
        width: 94%;
        margin-inline: auto;
    }

    .shishimai03__contents {
        padding-inline: 12px;
    }

    .shishimai03__item {
        flex-direction: column;
    }

    .shishimai03__item:not(:last-child) {
        margin-bottom: 30px;
    }




    .shishimai03__item-img {
        width: 100%;
        margin-bottom: 5px;
    }

    .shishimai03__item-img img {
        width: 100%;
        height: auto;
    }

    .shishimai03__item-text {
        margin-bottom: 0;
    }
}



/*********** **********
section04
 *********** **********/

.shishimai04 {
    background-color: var(--bg-lightred);
}

.shishimai04 .unique-lower-container-1 {
    padding-top: 66px;
    padding-bottom: 108px;
    position: relative;
}

.shishimai04__ttl {
    margin-bottom: 51px;
}

/* エリアマップセクション */
.area-map__container {
    --max-inner-width: 757px;
    --gutter-x: 32px;
    max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
    margin-inline: auto;
    padding-left: var(--gutter-x);
    padding-right: var(--gutter-x);
}

.area-map__map {
    margin-block: 0;
    margin-top: 104px;
    margin-bottom: 55px;
    aspect-ratio: 757/505;
    border-radius: 15px;
    overflow: hidden;
}

.area-map__map iframe {
    width: 100%;
    height: 100%;
}


.shishimai04__deco-img-01 {
    position: absolute;
    left: 110px;
    top: 85px;
}

.shishimai04__deco-img-02 {
    position: absolute;
    right: 80px;
    top: 172px;
}



.link-more {}

.link-more__label {
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
    line-height: calc(48 / 18);
    text-align: center;
}

.page-shishimai .btn-basic {
    max-width: 100%;
    width: 396px;
    background-color: var(--red);
    font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
    .page-shishimai .btn-basic:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 1400px) {

    .shishimai04__deco-img-01 {
        top: 40px;
        width: 150px;
    }

    .shishimai04__deco-img-02 {
        top: 86px;
        width: 150px;
    }
}

@media screen and (max-width: 992px) {
    .shishimai04 .unique-lower-container-1 {
        padding-top: 30px;
        padding-bottom: 84px;
        position: static;
    }

    .shishimai04__deco-img-01 {
        left: -7px;
        top: -10px;
        width: 127px;
    }

    .shishimai04__deco-img-02 {
        top: auto;
        bottom: 25px;
        right: 6px;
        width: 159px;
    }

    .area-map__container {
        --gutter-x: 13px;
        padding-bottom: 130px;
        position: relative;

    }

    .area-map__map {
        margin-top: 40px;
        aspect-ratio: 334/393;
    }

    .page-shishimai .btn-basic {
        width: 323px;
        font-size: 22px;
        line-height: calc(56 / 22);
        padding-top: 5px;
        padding-bottom: 10px;
        height: auto;

    }
}

@media screen and (max-width: 389px) {
    .area-map__container {
        padding-bottom: 60px;
    }

    .shishimai04__deco-img-01 {
        left: -5px;
        width: 80px;
    }

    .shishimai04__deco-img-02 {
        bottom: 0;
        width: 120px;
    }
}