@charset "UTF-8";
.sp_only {
  display: none !important;
}
.pc_only {
  display: block !important;
}
/* SPここから */
@media only screen and (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

@font-face { font-family: 'Hel_regular'; src: url('./font/Helvetica-regular.ttf') format('truetype'); }
@font-face { font-family: 'Hel_bold'; src: url('./font/Helvetica-bold.ttf') format('truetype'); }
main.p-coordinate2024 {
    color: #262626;
}


.p-lp-wrap {
    max-width: 960px;
    margin: auto;
}
.p-lp-txt {
    margin: 6vw;
    font-size: 3.6vw;
    /*font-family: var(--font-gothic);
    font-weight: 300;*/
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.04vw;
    line-height: 1.7;
    color: #333;
}
@media print, screen and (min-width: 751px) {
    .p-lp-txt {
        margin: 36px auto 48px;
        padding: 0 45px;
        font-size: 18px;
        letter-spacing: 0.3px;
        line-height: 2;
    }
}


/*----------------------------
mv
----------------------------*/
.p-lp-mv {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto -4vw;
}

.p-lp-mv__lead {
    display: flex;
    flex-direction: row;
    margin-top: -162vw;
    height: 164vw;
}
.p-lp-mv__lead > div:nth-of-type(1) {
    width: 4.4vw;
    margin-top: 48vw;
}

.p-lp-mv__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-lp-mv__txt h1 {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 4vw;
    letter-spacing: 0.08vw;
}
.p-lp-mv__txt h1 span {
    display: table;
    background: #ff9ad4;
    color: #fff;
    margin: 2vw;
    padding: 0vw 1.6vw 0.4vw;
}
.p-lp-mv__txt h1 span:nth-of-type(2) {
    padding-right: 0.5vw;
}
.p-lp-mv__txt > div {
    width: 42vw;
    margin-left: 1.3vw;
}

@media print, screen and (min-width: 751px) and (max-width: 1199px) {
    .p-lp-mv {
        margin: 0 auto 60px;
    }

    .p-lp-mv__lead {
        margin-top: -75vw;
        height: 77vw;
    }
    .p-lp-mv__lead > div:nth-of-type(1) {
        width: 2.88vw;
        margin-top: 12vw;
        margin-left: -0.6vw;
    }

    .p-lp-mv__txt h1 {
        font-size: 2.4vw;
        letter-spacing: 0.2vw;
    }
    .p-lp-mv__txt h1 span {
        margin: 1vw 0 0 2vw;
        padding: 0vw 1.2vw 0.4vw;
    }
    .p-lp-mv__txt > div {
        width: 26vw;
        margin-left: 19vw;
    }
}

@media print, screen and (min-width: 1200px) {
    .p-lp-mv {
        margin: 0 auto 60px;
    }

    .p-lp-mv__lead {
        margin-top: -900px;
        height: 930px;
    }
    .p-lp-mv__lead > div:nth-of-type(1) {
        width: 34.5px;
        margin-top: 150px;
        margin-left: 0;
    }

    .p-lp-mv__txt h1 {
        font-size: 28px;
        letter-spacing: 3px;
    }
    .p-lp-mv__txt h1 span {
        margin: 12px 0 0 20px;
        padding: 0vw 16px 4px;
    }
    .p-lp-mv__txt > div {
        width: 330px;
        margin-left: 210px;
    }
}

/* 文字シュパっアニメーション */
.p-lp-mv__txt h1 span {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property:         -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition-duration: 300ms;
    transition-duration:         300ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function:         linear;
    white-space: nowrap;
}
.p-lp-mv__txt.is-show h1 span {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
}
.p-lp-mv__txt h1 span:nth-of-type(1) {
	/* ディレイ */
	-webkit-transition-delay: 300ms;
	transition-delay:         300ms;
}
.p-lp-mv__txt h1 span:nth-of-type(2) {
	/* ディレイ */
	-webkit-transition-delay: 500ms;
	transition-delay:         500ms;
}
.mv_stylist,
.mv_circle {
	opacity: 0;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.mv_stylist.is-show,
.mv_circle.is-show {
	opacity: 1;
}

/* 回転アニメーション */
.p-lp-mv__txt > div img {
	animation: rotation 48s linear infinite;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}



/*----------------------------
メニュー
----------------------------*/
section.p-lp-menu {
    margin-bottom: 12vw;
}

h2.p-lp-lead div {
    padding: 3.6vw 0;
    margin: 0.8vw auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
h2.p-lp-lead {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    width: 60%;
    margin: 30px auto;
    text-align: center;
    border-bottom: 2px solid #333;
    font-size: 4vw;
    letter-spacing: 0.66vw;
}

.p-lp-menu > ul {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin: 6vw;
}
.p-lp-menu > ul b {
    display: block;
    font-size: 108%;
    font-weight: 540;
}
.p-lp-menu > ul li {
    font-size: 3.3vw;
    line-height: 1.35;
    margin: 2vw 1vw;

    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    outline: none;
}
.p-lp-menu > ul li a > div {
    background: #ffe5f1;
    border: solid 1px #555;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.p-lp-menu > ul li.uno {
    width: 30%;
}
.p-lp-menu > ul li.dos {
    width: 46%;
}
.p-lp-menu > ul li.uno a > div {
    height: 29vw;
}
.p-lp-menu > ul li.dos a > div {
    height: 23vw;
}

.p-lp-menu > ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: min(6px, 1.6vw);
    left: min(6px, 1.6vw);
    width: 100%;
    height: 100%;
    background-color: transparent;
	border: solid 1px #999;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.p-lp-menu > ul li p {
    position: relative;
    z-index: 2;
    margin: -1.8vw auto 2.4vw;
}
.p-lp-menu > ul li span {
    content: "";
    display: block;
    margin: auto;
    width: min(15px, 2vw);
    height: min(15px, 2vw);
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.p-lp-menu > ul li a:hover::before {
    border-color: transparent;
}
.p-lp-menu > ul li a:hover > div {
    -webkit-transform: translate(min(4px, 1.6vw), min(4px, 1.6vw));
    transform: translate(min(4px, 1.6vw), min(4px, 1.6vw));
}

@media print, screen and (min-width: 751px) {
    section.p-lp-menu {
        margin-bottom: 90px;
    }

    h2.p-lp-lead {
        width: 450px;
        font-size: 24px;
        letter-spacing: 5px;
    }
    h2.p-lp-lead div {
        padding: 24px 0;
        margin: 6px auto;
    }

    .p-lp-menu > ul {
        margin: 0 auto;
        max-width: 600px;
    }
    .p-lp-menu > ul li {
        margin: 12px 6px;
        font-size: 15px;
    }
    .p-lp-menu > ul li.uno a > div {
        height: 150px;
    }
    .p-lp-menu > ul li.dos a > div {
        height: 135px;
    }
    .p-lp-menu > ul li p {
        margin: -28px auto 16px
    }
    .p-lp-menu > ul li.dos a > div > div {
        margin-top: -6px;
    }
    .p-lp-menu > ul li.dos p {
        margin: -9px auto 18px;
    }
}



/*----------------------------
スタイリスト紹介
----------------------------*/
section.p-lp-stylist {
    margin-bottom: 8vw;
}

.lead_stylist {
    letter-spacing: 0.06vw;
}
.lead_stylist b {
    font-size: 120%;
}
@media print, screen and (min-width: 751px) {
    section.p-lp-stylist {
        margin-bottom: 60px;
    }

    .lead_stylist {
        letter-spacing: 0.45px;
    }
}



/*----------------------------
ttl-
----------------------------*/
section.p-lp-ttl {
    margin-bottom: 4vw;
}
@media print, screen and (min-width: 751px) {
    section.p-lp-ttl {
        margin-bottom: 30px;
    }
}
section.p-lp-ttl {
    background: linear-gradient(90deg, #333, #333);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}

section.p-lp-ttl div,
section.p-lp-product div {
    margin: auto;
}

.styling_necklace {
    width: 60%;
    max-width: 300px;
}
.at_work {
    width: 36%;
    max-width: 180px;
}
.day_off {
    width: 40%;
    max-width: 200px;
}
.girls_day_out {
    width: 52%;
    max-width: 260px;
}
.interview {
    width: 38%;
    max-width: 190px;
}
.pearl_necklace {
    width: 52%;
    max-width: 260px;
}

.product01 {
    width: 70%;
    max-width: 525px;/*480px*/
    padding: 6vw 0 0;
}
.product02 {
    width: 100%;
    max-width: 960px;/*720px*/
    padding: 2vw 6vw 8vw;
}
@media print, screen and (min-width: 751px) {
    .product01 {
        padding: 45px 0 0;
    }
    .product02 {
        padding: 15px 36px 60px;
    }
}



/*----------------------------
プロダクト
----------------------------*/
section.p-lp-product {
    margin-bottom: 20vw;
}
.txt_mincho {
    text-align: center;
    line-height: 1.8;
    color: #111;
    letter-spacing: 0.06vw;
    font-size: 4.8vw;
}
.txt_mincho.dos {
    line-height: 2.2;
}
.p-lp-txt.product {
    text-align: center;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.12vw;
    font-size: 4vw;
}
.p-lp-txt.price {
    font-family: var(--font-gothic);
    text-align: center;
    margin-top: -2.8vw;
}
@media print, screen and (min-width: 751px) {
    .txt_mincho {
        line-height: 1.6;
        letter-spacing: 0.45px;
        font-size: 24px;
    }
    .p-lp-txt.product {
        line-height: 1.6;
        letter-spacing: 0.9px;
        font-size: 20px;
    }
    .p-lp-txt.price {
        margin-top: -30px;
    }

}


p.p-lp-btn {
    margin: 8vw auto;
}
.p-lp-btn a {
    position: relative;
    width: 80%;
    max-width: 450px;
    display: block;
    margin: auto;
}
.p-lp-btn a::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: min(6px, 1.6vw);
    left: min(6px, 1.6vw);
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: solid 1px #999;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.p-lp-btn a span {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.12vw;
    font-size: 4vw;
    margin: 0;
    padding: 1em;

    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    background: #ffe5f1;
    border: solid 1px #555;
    outline: none;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.p-lp-btn a span::after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: min(28px, 3.7333333333vw);
    width: min(15px, 2vw);
    height: min(15px, 2vw);
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    -webkit-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotate(45deg);
}

.p-lp-btn a:hover::before {
    border-color: transparent;
}
.p-lp-btn a:hover span {
    -webkit-transform: translate(min(4px, 1.6vw), min(4px, 1.6vw));
    transform: translate(min(4px, 1.6vw), min(4px, 1.6vw));
}

@media print, screen and (min-width: 581px) {
    p.p-lp-btn {
        margin: 30px auto 60px;
    }
    .p-lp-btn a span {
        line-height: 1.6;
        letter-spacing: 0.9px;
        font-size: 20px;
    }
}
@media print, screen and (min-width: 751px) {
    section.p-lp-product {
        margin-bottom: 120px;
    }
}



/*----------------------------
【DAY】
----------------------------*/
section.p-lp-day {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-bottom: 20vw;
}
.p-lp-lead.day {
    margin-top: 14vw;
}

.lead_day {
    letter-spacing: 0.06vw;

    font-size: 120%;
    padding: 2.8vw 0 3vw !important;
    margin: 0.8vw auto !important;
}
.lead_day b {
    font-size: 120%;
}
.icon_day {
    position: absolute;
    width: 30%;
    top: -15vw;
    left: calc(50% - 14vw);
}

@media print, screen and (min-width: 751px) {
section.p-lp-day {
    margin-bottom: 120px;
}
    .p-lp-lead.day {
        margin-top: 90px;
        margin-bottom: 45px;
    }

    .lead_day {
        letter-spacing: 0.45px;

        padding: 18px 0 !important;
        margin: 6px auto !important;
    }
    .icon_day {
        position: absolute;
        width: 180px;
        top: -90px;
        left: calc(50% - 90px);
    }
}

.p-lp-day ul {
    display: flex;
    flex-direction: column;
    margin: 8vw 0 4vw;
}
.p-lp-day ul > li:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
}
.p-lp-day ul > li:nth-of-type(2) div {
    width: 68%;
    margin: 2vw 0 0 2.8vw;
}
.p-lp-day ul > li:nth-of-type(2) a {
    text-decoration: underline;
}
.p-lp-day ul > li:nth-of-type(2) a:hover {
    text-decoration: none;
}
.p-lp-day ul > li:nth-of-type(2) p {
    text-align: right;
    color: #555;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 2.8vw;
    line-height: 1.5;
}
.p-lp-day ul > li:nth-of-type(2) p span {
    display: block;
    margin: 0 0 0.8vw;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.p-lp-day ul > li:nth-of-type(2) i {
    font-style: normal;
    font-size: 90%;
}

@media print, screen and (min-width: 751px) {
    .p-lp-day ul {
        flex-direction: row;
        margin: 50px 0 20px;
    }
    .p-lp-day ul > li:nth-of-type(1) {
        width: 55%;
    }
    .p-lp-day ul > li:nth-of-type(2) {
        width: 40%;
        margin-left: 5%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .p-lp-day ul > li:nth-of-type(2) div {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .p-lp-day ul > li:nth-of-type(2) p {
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
    }
    .p-lp-day ul > li:nth-of-type(2) p span {
        margin: 0 0 3px;
    }
}

.txt-day p {
	position: relative;
    margin: 6vw;
    font-size: 3.6vw;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.04vw;
    line-height: 1.7;
    color: #333;
    background: #fff1f5;
    padding: 7.2vw 4vw;
}
.txt-day p::after {
    content: "";
    background: url(../../../../dist/img/special/coordinate2024/triangle_pk.svg) bottom no-repeat;
    position: absolute;
    top: -12vw;
    width: 12vw;
    height: 13vw;
    right: 0;
}

@media print, screen and (min-width: 751px) {
    .txt-day {
        padding: 0 36px;
    }
    .txt-day p {
        margin: 36px auto 48px;
        font-size: 18px;
        letter-spacing: 0.3px;
        line-height: 2;
        padding: 36px 30px;
    }
    .txt-day p::after {
        top: -36px;
        width: 150px;
        height: 40px;
    }

}



/*----------------------------
インタビュー
----------------------------*/
h2.p-lp-lead.int {
    width: 84%;

    text-align: center;
    line-height: 1.8;
    color: #111;
    letter-spacing: 0.06vw;
    font-size: 4.8vw;
}
.lead_interview {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 3vw 0 3.6vw !important;
    margin: 0.8vw auto !important;
}
.lead_interview.mincho {
    font-family: var(--font-mincho);
}
.interview01 {
    width: 100%;
    max-width: 960px;
    margin-top: 9vw;
}
section.p-lp-interview .p-lp-txt {
    margin-bottom: 8vw;
}

@media print, screen and (min-width: 751px) {
    h2.p-lp-lead.int {
        width: 450px;

        line-height: 1.75;
        letter-spacing: 0.45px;
        font-size: 24px;
    }
    .lead_interview {
        padding: 22px 0 20px !important;
        margin: 6px auto !important;
    }
    .interview01 {
        margin-top: 60px;
    }
    section.p-lp-interview .p-lp-txt:nth-of-type(1) {
        margin-bottom: 60px;
    }
    section.p-lp-interview .p-lp-txt:nth-of-type(2) {
        margin-bottom: 90px;
    }
}



/*----------------------------
プロダクト 2
----------------------------*/
section.p-lp-product p.p-lp-btn {
    margin: 10vw auto 15vw;
}

.p-lp-product ul > li {
    border-bottom: 1px dotted #f47fb5;
    padding: 3vw 0;
}

@media print, screen and (min-width: 751px) {
    section.p-lp-product p.p-lp-btn {
        margin: 60px auto 90px;
    }

    .p-lp-product ul > li {
        padding: 12px;
    }
    .p-lp-product ul > li:first-of-type {
        padding-top: 0;
    }
}



/*----------------------------
磁気のヒミツを公開
----------------------------*/
.mag_info {
    display: flex;
    flex-direction: column;
    width: 88%;
    max-width: 960px;
    margin: -2vw auto 10vw;
}
span.mag {
    display: block;
    font-size: 72%;
    font-family: Hel_regular;
}
@media print, screen and (min-width: 751px) {
    .mag_info {
        flex-direction: row;
        margin: -30px auto 90px;
    }
}



/*----------------------------
その他のスタイリング
----------------------------*/
section.p-lp-other {
    background: #ffe5f1;
    padding: 8vw 0 8vw;
    margin-top: -3vw;
	overflow: hidden;
}
h2.p-lp-lead.other {
    width: 88%;
	max-width: 870px;
    text-align: center;
    line-height: 1.5;
    color: #111;
    letter-spacing: 0.06vw;
    font-size: 4.4vw;
}

section.p-lp-other p {
    color: #555;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 2.8vw;
    line-height: 1.5;
    padding: 0.9vw;
}
section.p-lp-other p > span {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: block;
    margin-bottom: 0.8vw;
}
section.p-lp-other p > i {
    font-style: normal;
    font-size: 90%;
}
section.p-lp-other .arrow {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
section.p-lp-other .arrow div {
    width: 3vw;
    padding: 0.6vw 1.2vw;
}

@media print, screen and (min-width: 751px) {
    section.p-lp-other {
        padding: 60px 0 30px;
        margin-top: -24px;
    }
    h2.p-lp-lead.other {
        line-height: 1.6;
        letter-spacing: 0.45px;
        font-size: 24px;
    }

    section.p-lp-other p {
        font-size: 14px;
        line-height: 1.4;
        padding: 12px 3px;
    }
    section.p-lp-other p > span {
        margin-bottom: 3px;
    }
    section.p-lp-other .arrow div {
        width: 16px;
        padding: 12px 6px;
    }
}



/*----------------------------
追従バナー
----------------------------*/
.floating_bnr {
    position: fixed;
    bottom: -2.7vw;
    right: 3vw;
    width: 54vw;/*50vw*/
    max-width: 360px;/*330px*/
    z-index: 100;
    opacity: 1;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.floating_bnr.is-hidden {
    opacity: 0;
}
.floating_bnr.bnr_off {
    opacity: 0;
}
@media print, screen and (min-width: 751px) {
    .floating_bnr {
        bottom: -15px;
        right: 18px;
    }
}



/* top-other-slider
----------------------------------------*/
.top-news-slider {
  position: relative;
	margin: 10vw auto 12vw;
  padding: 0;
}
@media print, screen and (min-width: 751px) {
	.top-news-slider {
		margin: 75px auto 60px;
	}
}
.top-news-slider .hdg-topics {
  margin-bottom: 30px;
  font-size: 5rem;
  font-family: 'Oswald', "Noto Sans JP";
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .top-news-slider .hdg-topics {
    margin-bottom: 16px;
    font-size: calc((38/375) * 100vw);
  }
}
.top-news-slider .swiper {
  overflow: visible;
}
.top-news-slider .swiper .swiper-slide {
  overflow: hidden;
  position: relative;
  max-width: 268px;
}
@media screen and (max-width: 750px) {
  .top-news-slider .swiper .swiper-slide {
    max-width: 192px;
  }
}
.top-news-slider .swiper .swiper-slide a {
  display: block;
  position: relative;
}
@media screen and (min-width: 751px) {
  .top-news-slider .swiper .swiper-slide a:hover {
    opacity: 1;
  }
  .top-news-slider .swiper .swiper-slide a:hover .img img {
    transform: scale(1.1);
  }
  .top-news-slider .swiper .swiper-slide a:hover .txt {
    text-decoration: underline;
  }
}
.top-news-slider .swiper .swiper-slide .img {
  overflow: hidden;
}
.top-news-slider .swiper .swiper-slide .img img {
  transition: all .3s ease;
}
.top-news-slider .swiper .swiper-slide .date {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .top-news-slider .swiper .swiper-slide .date {
    font-size: 1.1rem;
  }
}
.top-news-slider .swiper .swiper-slide .date .cat {
  margin-left: 5px;
  padding: 2px 15px;
  background: #EDEDED;
  font-size: 1rem;
  font-family: 'Oswald';
  font-weight: 500;
}
.top-news-slider .swiper .swiper-slide .txt {
  margin-top: 4px;
  color: #838383;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .top-news-slider .swiper .swiper-slide .txt {
    font-size: 1.2rem;
  }
}



/* モールバナー
----------------------------------------*/
.section-stores .box-ecsite {
  padding: 48px 25px 64px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 5px;
    max-width: 960px;
    margin: 30px auto 90px;
}
.section-stores .box-ecsite span {
    font-family: Hel_regular;
}
@media screen and (max-width: 750px) {
  .section-stores .box-ecsite {
    padding: 36px 20px 40px;
        letter-spacing: 0.66vw;
        margin: 2vw auto 10vw;
  }
}
.section-stores .box-ecsite .hdg {
  margin-bottom: 40px;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section-stores .box-ecsite .hdg {
    margin-bottom: 30px;
    font-size: calc((18/375) * 100vw);
  }
}
.section-stores .box-ecsite .list-ecsite {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-stores .box-ecsite .list-ecsite > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .section-stores .box-ecsite .list-ecsite > li {
    margin: 0 9px;
    width: calc(25% - 18px);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .section-stores .box-ecsite .list-ecsite > li:nth-child(n+5) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .section-stores .box-ecsite .list-ecsite > li {
    margin: 0 4px;
    width: calc(50% - 8px);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  }
  .section-stores .box-ecsite .list-ecsite > li:nth-child(n+3) {
    margin-top: 8px;
  }
}
.section-stores .box-ecsite .list-ecsite > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  min-height: 140px;
}
@media screen and (min-width: 751px) {
  .section-stores .box-ecsite .list-ecsite > li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all .3s ease;
  }
  .section-stores .box-ecsite .list-ecsite > li a:hover {
    opacity: 1;
  }
  .section-stores .box-ecsite .list-ecsite > li a:hover:after {
    z-index: 1;
    border-color: #fcc9e0;
  }
  .section-stores .box-ecsite .list-ecsite > li a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 750px) {
  .section-stores .box-ecsite .list-ecsite > li a {
    min-height: 80px;
  }
}
.section-stores .box-ecsite .list-ecsite > li a img {
  transition: all .3s ease;
}



/*----------------------------
フワッと 2024.5.29 iw
----------------------------*/
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  /*スマホのみ*/
}
@media print, screen and (min-width: 751px) {
  .js-fadein.is-show.js-fadein--sp {
    -webkit-animation: none;
            animation: none;
  }
}



/*----------------------------
インフォグラフィック動画
----------------------------*/
section.technolog_movie {
	text-align: center;
	background: #EAF9F4;
	padding: 6rem;
}
section.technolog_movie p {
	font-size: 26px;
	margin-bottom: 1.8rem;
	line-height: 1.75;
}
@media screen and (max-width: 780px) {
	section.technolog_movie {
		padding: 15vw 0;
		margin-top: 15vw;
	}
	section.technolog_movie p {
		font-size: 4.8vw;
		margin-bottom: 1.8rem;
	}
	section.technolog_movie iframe {
		width: 320px;
		height: 180px;
	}
}
