@charset "UTF-8";

/*共通*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: black;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-out !important;
    opacity: 1 !important;
}

a:hover {
    opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }
}

@media print,
screen and (min-width: 768px) {
    .only-sp {
        display: none;
    }
}

.swim_wrap {
    position: relative;
}

.content1 {
    position: relative;
    padding: 6% 0 10%;
    background-color: #0E4D92;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .content1 {
        padding: 16% 0 10%;
    }
}

@media screen and (min-width: 768px) {
    .content1::before,
    .content2::before,
    .content3::before,
    .content4::before {
        position: absolute;
        content: "";
        background-image: url(../images/con-acc-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 180px;
        width: 120px;
        top: 6%;
        left: 10%;
        z-index: 40;
    }
    .content1::after,
    .content2::after,
    .content3::after,
    .content4::after {
        position: absolute;
        content: "";
        background-image: url(../images/con-acc-bottom.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 180px;
        width: 120px;
        bottom: 2%;
        right: 2%;
        z-index: 40;
    }
}

@media screen and (max-width: 767px) {
    .content1::after,
    .content2::after,
    .content3::after,
    .content4::after {
        position: absolute;
        content: "";
        background-image: url(../images/con-acc-bottom-sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 90px;
        bottom: 0%;
        right: 2%;
        z-index: 40;
    }
}

.content2 {
    position: relative;
    padding: 10% 0;
    background-color: #4FC3E3;
    background-image: url(../images/wave-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .content2 {
        background-position: top center;
        background-size: 150%;
        padding: 30% 0 10%;
    }
}

.content3 {
    position: relative;
    padding: 10% 0;
    background-color: #F19542;
    background-image: url(../images/wave-skyblue.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .content3 {
        background-position: top center;
        background-size: 150%;
        padding: 30% 0 10%;
    }
}

.content4 {
    position: relative;
    padding: 10% 0;
    background-color: #ED5CA4;
    background-image: url(../images/wave-orange.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .content4 {
        background-position: top center;
        background-size: 150%;
        padding: 30% 0 10%;
    }
}


/*---------------------------
レスポンシブ
-----------------------------*/


/*--------------------
 ゆめバーゲン
  ---------------------*/

.header {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.top_logo {
    position: absolute;
    z-index: 999;
    width: 200px;
    height: auto;
    left: 10px;
    top: 3em;
}

@media screen and (max-width: 1700px) {
    .top_logo {
        width: 120px;
        top: 2em;
    }
}

@media screen and (max-width: 1100px) {
    .top_logo {
        width: 160px;
        top: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .top_logo {
        width: 150px;
        top: 3em;
    }
}

@media screen and (max-width: 560px) {
    .top_logo {
        width: 120px;
        top: 2em;
    }
}

.fv_bg {
    position: relative;
    z-index: 0;
    width: 100%;
    line-height: 0;
    margin: auto;
}

.fv_bg_img {
    max-width: 750px;
    margin: 100px auto 0;
    width: 90%;
}

@media screen and (max-width: 767px) {
    .fv_bg_img {
        max-width: 600px;
        width: 90%;
        margin: auto;
    }
}

.fv_bg_sub p {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin: 30px auto 0;
    color: #231815;
}

@media screen and (max-width: 767px) {
    .fv_bg_sub p {
        font-size: 1.4em;
    }
}

.main__title {
    margin: 0 auto;
}

.fv-ttl {
    position: absolute;
    width: 55%;
    top: 10%;
    left: 6%;
}

@media screen and (max-width: 1260px) {
    .fv-ttl {
        width: 50%;
        top: 15%;
        left: 6%;
    }
}

@media screen and (max-width: 1000px) {
    .fv-ttl {
        width: 55%;
        top: 20%;
        left: 4%;
    }
}

@media screen and (max-width: 767px) {
    .fv-ttl {
        width: 80%;
        top: 10%;
        left: 3%;
    }
}

#movie {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    z-index: 0;
    background-color: #FFE9EE;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #movie {
        padding: 40px 0;
    }
}

#movie::before {
    content: "";
    position: absolute;
    background-image: url(../images/movie-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 120px;
    top: 20%;
    left: 10%;
}

@media screen and (max-width: 767px) {
    #movie::before {
        width: 130px;
        height: 100px;
        top: 5%;
        left: 0%;
    }
}

#movie::after {
    content: "";
    position: absolute;
    background-image: url(../images/movie-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 130px;
    bottom: 10%;
    right: 10%;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    #movie::after {
        width: 140px;
        height: 130px;
        bottom: -10%;
        right: -10%;
        z-index: 0;
    }
}

.movie-youtube {
    text-align: center;
    position: relative;
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
    z-index: 20;
}

@media screen and (min-width: 768px) {
    .movie-youtube {
        text-align: center;
        width: 600px;
        margin: auto;
        padding: 2em 1em;
        border-radius: 10px;
        margin-top: -2em;
    }
}

@media screen and (max-width: 767px) {
    .movie-youtube {
        margin: 0;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .movie-youtube iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.osae {
    padding: 1rem 4% 0;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .osae {
        font-size: 0.95rem;
        font-weight: 500;
    }
}

.content_attention {
    background: #ffffff;
    padding: 5% 0;
}

.attention {
    margin: 0 auto;
    text-align: center;
    font-style: 1.2em;
    font-weight: 600;
    padding: 2em 1em;
    border: #002C58 solid 2px;
    color: #002C58;
    max-width: 1100px;
    width: 95%;
}

@media screen and (max-width: 599px) {
    .attention {
        padding: 1em;
    }
}

.attention_main {
    font-size: 1.5em;
    margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
    .attention_main {
        font-size: 1.2em;
    }
}

.attention_sub {
    margin-top: 1em;
    font-size: 1em;
    text-align: left;
    font-weight: 500;
}

@media screen and (max-width: 599px) {
    .attention_sub {
        font-size: 0.9em;
    }
}

.tenpo_attention {
    margin: 20px auto;
    text-align: center;
}

.product__list {
    position: relative;
    padding: 100px 0 40px;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    z-index: 50;
}

@media screen and (max-width: 767px) {
    .product__list {
        padding: 20px 0 40px;
        width: 95%;
    }
}

.product__list--fst {
    margin-top: 56px;
}

.product__list-ttl {
    padding: 70px 0 20px;
    text-align: center;
    background-color: #ffffff;
    background-image: url(../images/ttl-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .product__list-ttl {
        padding: 20px 0 20px;
    }
}

.product__list-ttl h3 {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 3.7em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 0.7;
}

@media screen and (max-width: 767px) {
    .product__list-ttl h3 {
        font-size: 3em;
    }
}

.product__list-ttl h3 span.yen {
    font-size: 0.6em;
    font-weight: 600;
}

.product__list-ttl h3 span.kinitsu {
    font-size: 0.8em;
    font-weight: 600;
}

.product__list-ttl h3 span.zeikomi {
    font-size: 0.3em;
    font-weight: 400;
}

.product__list-ttl h3 span.tax {
    font-size: 0.4em;
    font-weight: 600;
}

.product__list-ttl h3 span.per {
    font-size: 1.4em;
}

.product__list-ttl h3.peroff {
    margin-top: -20px;
    font-size: 5.3em;
    line-height: 0.9;
    letter-spacing: 1px;
    display: table;
}

@media screen and (max-width: 767px) {
    .product__list-ttl h3.peroff {
        font-size: 3.4em;
        line-height: 0;
    }
}

.product__list-ttl h3.peroff span.hontai {
    display: inline-block;
    font-size: 0.4em;
    font-weight: 600;
    line-height: 1.6em;
}

.product__list-ttl h3.peroff span.hotai_ss {
    display: inline-block;
    font-size: 0.2em;
    font-weight: 400;
    line-height: 1.6em;
}

.peroff_hontai {
    font-size: 1.2em;
    margin-top: 10%;
    color: #ffffff;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    .peroff_hontai {
        margin: 20px auto 0;
        text-align: center;
    }
}

.peroff_hontai2 {
    max-width: 150px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .peroff_hontai2 {
        max-width: 120px;
        margin-right: 10px;
    }
}

.product__list-ttl h3.peroff span.byregi {
    font-size: 0.5em;
}

.product__list-ttl h3.peroff span.peroff {
    font-size: 0.8em;
}

.peroff-top {
    max-width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    background-image: url(../images/ttl-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

.peroff-top .product__list-ttl--peroff {
    padding: 70px 0 20px;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .peroff-top .product__list-ttl--peroff {
        padding: 20px 0 20px;
    }
}

.peroff-top2 {
    width: 100%;
    position: relative;
}

.product__list-ttl--peroff2 {
    padding: 70px 0 30px;
    z-index: 0;
}

.peroff-top3 {
    width: 100%;
    position: relative;
}

.product__list-ttl--peroff3 {
    padding: 70px 0 30px;
    z-index: 0;
}

.peroff-top4 {
    width: 100%;
    position: relative;
}

.product__list-ttl--peroff4 {
    padding: 80px 0 30px;
    background: #EB6878;
    z-index: 0;
}

.peroff-top5 {
    width: 100%;
    position: relative;
}

.product__list-ttl--peroff5 {
    padding: 80px 0 30px;
    background: #14B4A0;
    z-index: 0;
}

.peroff-top6 {
    width: 100%;
    position: relative;
}

.product__list-ttl--peroff6 {
    padding: 80px 0 30px;
    background: #F29040;
    z-index: 0;
}

.peroff-top7 {
    width: 100%;
    position: relative;
}

.product__list-ttl--peroff7 {
    padding: 90px 0 30px;
    background: #FAD1E8;
    z-index: 0;
}

.corner_txt {
    text-align: center;
    font-weight: 800;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
    z-index: 2;
    line-height: 1.2;
}

.txt-b {
    color: #002C58;
    font-size: 3.9em;
    padding: 0 2em;
}

.txt-p {
    color: #E5167D;
}

@media screen and (max-width: 767px) {
    .txt-b {
        font-size: 3em;
        padding: 0 2em;
    }
}

@media screen and (max-width: 500px) {
    .txt-b {
        font-size: 2.5em;
        padding: 0 1em;
    }
}

.txt-s {
    color: #002C58;
    font-size: 3.6em;
}

@media screen and (max-width: 767px) {
    .txt-s {
        font-size: 2em;
        padding: 0 1em;
    }
}

@media screen and (max-width: 500px) {
    .txt-s {
        font-size: 2em;
        padding: 0 0.5em;
    }
}

.txt-m {
    color: #002C58;
    font-size: 3.6em;
    padding: 0 2em;
}

@media screen and (max-width: 767px) {
    .txt-m {
        font-size: 2em;
        padding: 0 2em;
    }
}

@media screen and (max-width: 500px) {
    .txt-m {
        font-size: 2em;
        padding: 0 0.5em;
    }
}

.product__list-ttl--peroff .tokusetsu--txt {
    font-size: 1.2em;
    font-weight: 600;
    color: #002C58;
}

@media screen and (max-width: 767px) {
    .product__list-ttl--peroff .tokusetsu--txt {
        font-size: 1em;
    }
}

.bg-ladies {
    background-color: #E5167D;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

.bg-mens {
    background-color: #00A8D7;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

.bg-kids {
    background-color: #009844;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

.product__list-ttl--peroff .tokusetsu--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
    z-index: 1;
    position: relative;
}

.product__list-ttl--peroff .tokusetsu--logo-item {
    margin: 0 4px;
}

.block_contents {
    display: inline-block;
}

.per_txt_block {
    display: flex;
    max-width: 700px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .per_txt_block {
        max-width: 500px;
    }
}

.per_txt {
    display: flex;
    color: #FFF100;
    font-weight: 800;
    line-height: 1.1;
}

.per_txt_block2 {
    display: flex;
    max-width: 700px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .per_txt_block2 {
        display: block;
        width: 100%;
        max-width: 500px;
    }
}

.per_txt_block3 {
    display: flex;
    max-width: 600px;
    margin: 20px auto 0;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .per_txt_block3 {
        max-width: 500px;
        width: 100%;
    }
}

.per_txt2 {
    display: flex;
    color: #FFF100;
    font-weight: 800;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .per_txt2 {
        width: 100%;
        margin: auto;
        justify-content: center;
    }
}

.per_main {
    font-size: 150px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .per_main {
        font-size: 90px;
        margin-right: 2px;
        margin: auto;
    }
}

.per_tilde {
    font-size: 20px;
    display: inline-flex;
    vertical-align: middle;
    padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
    .per_tilde {
        font-size: 8px;
    }
}

.per_sub {
    font-size: 62px;
    margin: 16% 0 0;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .per_sub {
        font-size: 36px;
        margin: 14% auto 0;
        line-height: 1;
    }
}

.per_sub3 {
    font-size: 62px;
    margin: 11% 0 0;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .per_sub3 {
        font-size: 36px;
        margin: 6% auto 0 0;
        line-height: 1;
    }
}

.ect_txt {
    background-color: #FFF100;
    color: #0081CC;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .ect_txt {
        font-size: 20px;
        padding: 5px;
    }
}

.ect_txt2 {
    background-color: #FFF100;
    color: #63ACE0;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .ect_txt2 {
        font-size: 20px;
        padding: 5px;
    }
}

.ect_txt3 {
    background-color: #FFF100;
    color: #00B3D6;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .ect_txt3 {
        font-size: 20px;
        padding: 5px;
    }
}

.product__list .ichirei {
    text-align: center;
}

.product__list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    gap: 1em;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .product__list ul {
        justify-content: space-between;
        gap: 2.5em;
    }
}

.product__list ul li {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .product__list ul li {
        margin: auto;
        max-width: 300px;
        width: 45%;
    }
}

.product__list ul li .item__img {
    max-width: 400px;
    margin: 30px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__img {
        max-width: 400px;
        margin: 20px;
    }
}

.product__list ul li .item__img2 {
    max-width: 400px;
    margin: 15px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__img2 {
        max-width: 400px;
        margin: 10px;
    }
}

.product__list ul li .item__info {
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__info {
        display: block;
    }
}

.product__list ul li .item__info .item__comment {
    width: 100%;
    margin-top: 12px;
}

.product__list ul li .logo_ichirei {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .logo_ichirei {
        margin-bottom: 8px;
    }
}

.product__list ul li .logo_ichirei .item__ichirei p {
    font-size: 1em;
    color: #002C58;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .product__list ul li .logo_ichirei .item__ichirei p {
        font-size: 1.1em;
    }
}

.product__list ul li .logo_ichirei-long {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .logo_ichirei-long {
        margin-bottom: 8px;
    }
}

.product__list ul li .logo_ichirei-long .item__ichirei p {
    font-size: 1em;
    color: #002C58;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .product__list ul li .logo_ichirei-long .item__ichirei p {
        font-size: 1.1em;
    }
}

.product__list ul li .item__logo {
    max-width: 120px;
    border: #000 solid 1px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__logo {
        max-width: 110px;
    }
}

.product__list ul li .item__logo img {
    display: block;
    width: 100%;
    /* 必要なら指定 */
    height: auto;
}

.product__list ul li .item__logo-long {
    max-width: 280px;
    border: #000 solid 1px;
    margin-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__logo-long {
        max-width: 200px;
    }
}

.product__list ul li .item__logo-long img {
    display: block;
    width: 100%;
    /* 必要なら指定 */
    height: auto;
}

.product__list ul li .item__comment {
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__comment p {
        font-size: 0.9em;
    }
}

.product__list ul li .item__peroff {
    margin-top: 12px;
}

.product__list ul li .item__maker p {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__maker p {
        font-size: 1em;
    }
}

.product__list ul li .item__waribiki {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki {
        flex-wrap: wrap;
        font-size: 0.8em;
        justify-content: end;
    }
}

.product__list ul li .item__waribiki p {
    font-size: 2em;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki p {
        text-align: right;
    }
}

.product__list ul li .item__waribiki .waribiki {
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki .waribiki {
        width: 100%;
    }
}

.product__list ul li .item__waribiki .waribiki p {
    font-size: 1em;
    color: #FFFFFF;
    background-color: #E4007F;
    padding: 2px 5px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki .waribiki p {
        margin-left: 52%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki .waribiki {
        margin-top: 8px;
        margin-right: 0;
        width: 100%;
        text-align: right;
    }
}

.product__list ul li .item__waribiki2 {
    line-height: 1;
    text-align: right;
}

.product__list ul li .item__waribiki2 p {
    font-size: 2em;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki2 p {
        text-align: right;
        font-size: 2em;
    }
}

.product__list ul li .item__waribiki2 .waribiki2 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki2 .waribiki2 {
        width: 100%;
    }
}

.product__list ul li .item__waribiki2 .waribiki2 p {
    font-size: 1.1em;
    color: #ffffff;
    background-color: #E5167D;
    padding: 2px 5px;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki2 .waribiki2 p {
        font-size: 1.2em;
        text-align: center;
        line-height: 1.4;
    }
}

.product__list ul li .item__waribiki .tax {
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki .tax {
        width: 100%;
    }
}

.product__list ul li .item__waribiki .tax p {
    font-size: 1em;
}

.product__list ul li .item__waribiki2 .tax {
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki2 .tax {
        width: 100%;
        margin-left: 0;
    }
}

.product__list ul li .item__waribiki2 .tax2 {
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki2 .tax2 {
        width: 100%;
        margin-left: 0;
    }
}

.product__list ul li .item__waribiki2 .tax p {
    font-size: 1.2em;
}

.product__list ul li .item__waribiki2 .tax2 p {
    font-size: 1.2em;
    color: #E5167D;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .product__list ul li .item__waribiki2 .tax p {
        font-size: 1.3em;
    }
    .product__list ul li .item__waribiki2 .tax2 p {
        font-size: 1.3em;
    }
}

.product__list ul li .item__waribiki2 .price2 p {
    color: #E5167D;
    font-weight: 700;
}

.product__list ul li .item p {
    line-height: 1.4;
    color: #002C58;
}

.product__list ul li.w100 {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    background-color: #ffffff;
}

@media screen and (max-width: 900px) {
    .product__list ul li.w100 {
        width: 49%;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .product__list ul li.w100 {
        width: 100%;
        max-width: 500px;
    }
}

.product__list ul li.w100 .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .product__list ul li.w100 .item {
        display: flex;
        flex-direction: column;
    }
}

.product__list ul li.w100 .item__img {
    width: 70%;
    max-width: 370px;
    margin-bottom: 0;
    margin-right: 16px;
}

@media screen and (max-width: 900px) {
    .product__list ul li.w100 .item__img {
        width: 100%;
        margin-right: 8px;
        margin: auto;
    }
}

.product__list ul li.w100 .item__info {
    width: 40%;
}

@media screen and (max-width: 900px) {
    .product__list ul li.w100 .item__info {
        width: 100%;
        margin: auto;
        order: 1;
    }
}

.product__list ul li.sp100 {
    display: inline-block;
    width: 49%;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .product__list ul li.sp100 {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .product__list ul li.sp100 .item {
        display: flex;
        flex-direction: column;
    }
}

.product__list ul li.sp100 .item__img2 {
    max-width: 400px;
    margin: 15px
}

@media screen and (max-width: 767px) {
    .product__list ul li.sp100 .item__img2 {
        width: 100%;
        margin: auto;
    }
}

.product__list ul li.sp100 .item__info {
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .product__list ul li.sp100 .item__info {
        width: 100%;
        margin: auto;
        order: 1;
    }
}


/*アニメーション*/

.anime-l {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateX(-40px);
}

.anime-b {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(50px);
}

.anime-bplus {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transition-delay: 0.5s;
    transform: translateY(50px);
}

.anime-o {
    opacity: 0;
    visibility: hidden;
    transition: 2.5s;
}

.slide-in {
    overflow: hidden;
    display: inline-block;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .slide-in {
        padding: 4px 0;
    }
}

.slide-in_inner {
    display: inline-block;
}

.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#loadTrigger {
    opacity: 0;
}

#s_footer #s_toPageTop {
    padding: 50px;
    overflow: hidden;
    position: fixed;
    right: -26px;
    bottom: -26px;
    z-index: 50;
}

#s_footer #s_toPageTop button {
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: relative;
    background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
    text-indent: -9999em;
    white-space: nowrap;
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    border: none;
}

#s_footer #s_toPageTop button:after {
    content: "";
    display: block;
    width: 18px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    transform: rotate(-90deg);
    background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media screen and (max-width: 767px) {
    #s_footer #s_toPageTop {
        right: -40px;
        bottom: -28px;
    }
    #s_footer #s_toPageTop button {
        width: 50px;
        height: 50px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    }
    #s_footer #s_toPageTop button:after {
        width: 6px;
        height: 36px;
        margin-left: -3px;
        background-size: 5px auto;
    }
}


/*# sourceMappingURL=style_main.css.map */

.hangaku_img {
    position: relative;
    max-width: 780px;
    width: 70%;
    margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
    .hangaku_img {
        margin: 20px auto 20px;
        max-width: 600px;
        width: 95%;
    }
}

.y1000_img {
    position: relative;
    max-width: 700px;
    width: 70%;
    margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
    .hangaku_img::before,
    .y1000_img::before {
        position: absolute;
        content: "";
        background-image: url(../images/ttl-acc-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 120px;
        height: 120px;
        top: -10%;
        left: -10%;
    }
    .hangaku_img::after,
    .y1000_img::after {
        position: absolute;
        content: "";
        background-image: url(../images/ttl-acc-bottom.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 130px;
        height: 80px;
        bottom: -10%;
        right: -14%;
    }
}

@media screen and (max-width: 767px) {
    .y1000_img {
        margin: 20px auto 20px;
        max-width: 600px;
        width: 95%;
    }
}

.hangaku_eg {
    position: relative;
    max-width: 800px;
    width: 95%;
    margin: 0 auto 20px;
    z-index: 10;
}

.hangaku_attention {
    position: relative;
    margin: 20px auto;
    font-size: 0.9em;
    text-align: left;
    z-index: 10;
}

.item_attention {
    margin: 20px auto;
    font-size: 1em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .item_attention {
        font-size: 0.9em;
        text-align: left;
    }
}

.original_price-off20 {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #E5167D;
    margin-top: 1.5em;
    margin-bottom: -1em;
}

@media screen and (max-width: 767px) {
    .original_price-off20 {
        font-size: 1.4em;
        margin-top: 20px;
        margin-bottom: -0.5em;
    }
}

.cash_register-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: auto;
}

.register {
    color: #ffffff;
    background-color: #E5167D;
    line-height: 1em;
    font-size: 1.6em;
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .register {
        font-size: 1em;
        margin-top: 20px;
    }
}

.off-20_yellow {
    color: #E5167D;
    font-size: 3.7em;
    font-weight: 900;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .off-20_yellow {
        font-size: 2.6em;
    }
}

.yellow20 {
    font-size: 1.6em;
}

@media screen and (max-width: 767px) {
    .yellow20 {
        font-size: 1.4em;
    }
}

hr {
    height: 1px;
    background-color: #002C58;
    width: 100%;
    border: none;
    margin: 1em 0;
}

@media screen and (max-width: 767px) {
    hr {
        margin: 1em 0;
    }
}

.mb_40 {
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .mb_40 {
        padding-bottom: 0;
    }
}


/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}

.check-bg {
    position: relative;
}

.check-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    /* ↓模様は共通指定でOK */
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 21px 21px;
    background-position: 0 0;
    z-index: 1;
}

.check-bg::after {
    position: absolute;
    content: "";
    background-image: url(../images/wave-pink.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -1px;
    z-index: 10;
}

.item-name {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
    .item-name {
        margin-bottom: 0.5em;
    }
}

.item-size {
    font-weight: 500;
}

.color-pink {
    color: #E5167D;
}

.color-blue {
    color: #00A8D7;
}

.color-green {
    color: #009844;
}

.price-small {
    font-size: 0.7em;
}

.bd-pink {
    position: relative;
    border: #E5167D solid 10px;
}

@media screen and (max-width: 767px) {
    .bd-pink {
        border: #E5167D solid 5px;
    }
}

.bd-skyblue {
    position: relative;
    border: #4FC3E3 solid 10px;
}

@media screen and (max-width: 767px) {
    .bd-skyblue {
        border: #4FC3E3 solid 5px;
    }
}

.bd-orange {
    position: relative;
    border: #F19542 solid 10px;
}

@media screen and (max-width: 767px) {
    .bd-orange {
        border: #F19542 solid 5px;
    }
}

.bd-blue {
    position: relative;
    border: #0E4D92 solid 10px;
}

@media screen and (max-width: 767px) {
    .bd-blue {
        border: #0E4D92 solid 5px;
    }
}

.trapezoid-title-pink {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 254px;
    height: 54px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .trapezoid-title-pink {
        top: -5px;
        left: -5px;
        width: 254px;
        height: 54px;
        font-size: 2em;
    }
}

.trapezoid-title-pink::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #E5167D;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-title-skyblue {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 254px;
    height: 54px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .trapezoid-title-skyblue {
        top: -5px;
        left: -5px;
        width: 254px;
        height: 54px;
        font-size: 2em;
    }
}

.trapezoid-title-skyblue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #4FC3E3;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-title-orange {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 254px;
    height: 54px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .trapezoid-title-orange {
        top: -5px;
        left: -5px;
        width: 254px;
        height: 54px;
        font-size: 2em;
    }
}

.trapezoid-title-orange::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #F19542;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-title-blue {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 254px;
    height: 54px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .trapezoid-title-blue {
        top: -5px;
        left: -5px;
        width: 254px;
        height: 54px;
        font-size: 2em;
    }
}

.trapezoid-title-blue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #0E4D92;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}

.trapezoid-ss {
    font-size: 1.5em;
}

.item {
    padding: 1em 1em 1.5em;
}

@media screen and (max-width: 767px) {
    .item {
        padding: 4em 1.5em 2em;
    }
}

.speech-bubble {
    height: 165px;
    width: fit-content;
    text-align: center;
    margin: -15% auto 5%;
    animation: fluffyFloat 2.4s ease-in-out infinite;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .speech-bubble {
        height: 105px;
        width: fit-content;
        text-align: center;
        margin: -15% auto 0;
    }
}

@keyframes fluffyFloat {
    0% {
        transform: translateY(0) rotate(-2deg);
    }
    20% {
        transform: translateY(-6px) rotate(2deg);
    }
    40% {
        transform: translateY(-12px) rotate(-1deg);
    }
    60% {
        transform: translateY(-6px) rotate(2deg);
    }
    80% {
        transform: translateY(0px) rotate(-2deg);
    }
    100% {
        transform: translateY(0) rotate(-2deg);
    }
}

.speech-bubble img {
    width: auto;
    height: 100%;
}

.youme-card {
    position: relative;
    background-color: #FFE9EE;
    padding: 3% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    align-items: flex-start;
}

.youme-card::before {
    position: absolute;
    content: "";
    background-image: url(../images/youmecard-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 170px;
    width: 140px;
    bottom: 5%;
    left: 7%;
}

.youme-card img {
    width: 600px;
}

@media screen and (max-width: 767px) {
    .youme-card {
        padding: 3% 0 16%;
    }
    .youme-card img {
        width: 95%;
    }
    .youme-card::before {
        background-image: url(../images/youmecard-bottom-sp.png);
        height: 46px;
        width: 120px;
        bottom: 0%;
        left: 3%;
    }
}

.lineup {
    max-width: 375px;
    margin: 5% auto 0;
    text-align: center;
}

.lineup img {
    animation: taillamp-blink 1.6s cubic-bezier(.7, 0, .3, 1) infinite;
}

@keyframes taillamp-blink {
    0% {
        opacity: 0.08;
    }
    15% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0.7;
    }
    59% {
        opacity: 0.2;
    }
    65%,
    100% {
        opacity: 0.08;
    }
}

.unkernav {
    position: relative;
    padding: 200px 0 0;
    text-align: center;
    background-color: #0E4D92;
}

@media screen and (max-width: 767px) {
    .unkernav {
        padding: 80px 0 0;
    }
}

.unkernav__list {
    max-width: 1000px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 60;
    gap: 1em;
}

.unkernav__list .navitem {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .unkernav__list .navitem {
        width: 47%;
    }
}

.unkernav__list .navitem a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #FFFFFF;
    border: 1px solid #00428A;
    border-radius: 100px;
    color: #00428A;
    text-align: center;
    font-weight: 800;
    font-size: 2.5em;
    line-height: 1.2;
    box-shadow: 3px 3px 0 #E4077C;
}

@media screen and (max-width: 767px) {
    .unkernav__list .navitem a {
        font-size: 1.5em;
        padding: 10px 0;
    }
}

.unkernav__list .navitem a::after {
    content: "";
    position: absolute;
    border-top: 20px solid #00428A;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    right: 8%;
    top: 40%;
}

@media screen and (max-width: 767px) {
    .unkernav__list .navitem a::after {
        border-top: 12px solid #00428A;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        right: 5%;
    }
}

.unkernav__list .navitem a:hover {
    box-shadow: none;
}

.kids-acc {
    position: relative;
}

.kids-acc::before {
    position: absolute;
    content: "";
    background-image: url(../images/kids-acc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 100px;
    top: -40px;
    left: 0;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .kids-acc::before {
        width: 71px;
        height: 58px;
        top: -29px;
        left: -10px;
    }
}

.junior-acc {
    position: relative;
}

.junior-acc::before {
    position: absolute;
    content: "";
    background-image: url(../images/junior-acc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 100px;
    top: -40px;
    left: -10px;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .junior-acc::before {
        width: 86px;
        height: 60px;
        top: -25px;
        left: -10px;
    }
}

.shadow1 {
    box-shadow: 10px 10px 0px 0px rgba(255, 241, 0, 1);
}

@media screen and (max-width: 767px) {
    .shadow1 {
        box-shadow: 3px 3px 0px 0px rgba(255, 241, 0, 1);
    }
}

.shadow2 {
    box-shadow: 10px 10px 0px 0px rgba(229, 27, 92, 1);
}

@media screen and (max-width: 767px) {
    .shadow1 {
        box-shadow: 3px 3px 0px 0px rgba(229, 27, 92, 1);
    }
}

.shadow3 {
    box-shadow: 10px 10px 0px 0px rgba(14, 77, 146, 1);
}

@media screen and (max-width: 767px) {
    .shadow1 {
        box-shadow: 3px 3px 0px 0px rgba(14, 77, 146, 1);
    }
}