@charset "utf-8";

/* common */
html,
body {
    width: 100%;
    height: 100%;
}
body {
    color: #000;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: 'palt' 1;
    text-align: center;
}
.summer2025 {
    overflow: hidden;
}
@media (min-width: 1300px) {
    .summer2025 {
        font-size: 1px;
    }
}
@media (min-width: 768px) and (max-width: 1299px) {
    .summer2025 {
        font-size: calc(1vw / 1300 * 100);
    }
}
@media (min-width: 768px) {
    .summer2025 {
        background: url(../images/bg.jpg) 50% 0 / contain;
    }
}
@media (max-width: 767px) {
    .summer2025 {
        font-size: 1px;
        font-size: calc(1vw / 750 * 100);
        background: url(../images/sp/bg.jpg) 50% 0 / contain;
    }
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    display: block;
    text-decoration: none;
}
.wrap{
    position: relative;
    overflow: hidden;
}
.main{
    padding-top: 80px;
}
@media (min-width: 981px) {
    .main{
        padding-top: 92px;
    }
}
@media (min-width: 768px) {
    .section_inner{
        width: 1200em;
        margin-inline: auto;
    }
    .sp_only {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .section_inner{
        padding: 0 25em;
    }
    .pc_only {
        display: none!important;
    }
}
.fade_up {
    translate: 0 30em;
    opacity: 0;
    transition: translate 0.5s, opacity 0.5s;
}
.animated.fade_up {
    translate: 0 0;
    opacity: 1;
}
.scale_bound {
    scale: 0;
}
.animated.scale_bound {
    scale: 1;
    animation: scale_bound 0.8s;
}
@keyframes scale_bound {
	0% {
		transform: scale(0);
	}
	20% {
		transform: scale(0);
	}
	60% {
		transform: scale(1.1);
	}
	80% {
		transform: scale(0.95);
	}
	90% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@media (min-width: 768px) {
    @media (hover:hover) {
        .btn {
            transition: opacity 0.3s;
        }
        .btn:hover {
            opacity: 0.7;
        }
    }
}
@media (max-width: 767px) {
    .fade_up_sp {
        translate: 0 30em;
        opacity: 0;
        transition: translate 0.5s, opacity 0.5s;
    }
    .animated.fade_up_sp {
        translate: 0 0;
        opacity: 1;
    }
    .scale_bound_sp {
        scale: 0;
    }
    .animated.scale_bound_sp {
        scale: 1;
        animation: scale_bound 0.8s;
    }
}

/* mv */
.mv {
    position: relative;
}
.mv_ttl,
.mv_txt {
    position: absolute;
}
@media (min-width: 768px) {
    .mv_ttl {
        width: 34.2%;
        top: 1%;
        right: 5.2%;
    }
    .mv_txt {
        width: 52.5%;
        right: 1.2%;
        bottom: 3%;
    }
}
@media (max-width: 767px) {
    .mv_ttl {
        width: 702em;
        left: 25em;
        bottom: 135em;
    }
    .mv_txt {
        width: 594em;
        left: 130em;
        bottom: 24em;
    }
}

/* menu */
.menu {
    background-color: #e60012;
    position: relative;
}
.menu::before {
    content: '';
    width: 100%;
    background: no-repeat 50% / 100% 100%;
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}
.menu_ttl {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .menu {
        padding-top: 80em;
    }
    .menu::before {
        height: 330em;
        background-image: url(../images/menu_bg.png);
    }
    .menu_ttl {
        width: 400em;
    }
    .menu_list {
        margin-top: 40em;
        display: flex;
        justify-content: center;
        gap: 24em;
    }
    .menu_list_btn {
        width: 390em;
        cursor: pointer;
    }
}
@media (max-width: 767px) {
    .menu {
        padding-block: 60em 50em;
    }
    .menu::before {
        height: 188em;
        background-image: url(../images/sp/menu_bg.png);
    }
    .menu_ttl {
        width: 535em;
    }
    .menu_list {
        margin-top: 20em;
    }
    .menu_list > li + li {
        margin-top: 10em;
    }
    .menu_list_btn {
        width: 650em;
        margin: 0 auto;
    }
}

/* sale_header */
.sale_header {
    position: relative;
}
.sale_header_txt,
.sale_header_ttl {
    margin-inline: auto;
    position: relative;
}
@media (min-width: 768px) {
    .sale {
        margin-top: 80em;
    }
    .sale_header_txt {
        width: 816em;
    }
    .sale_header_ttl {
        width: 650em;
        margin-top: 15em;
    }
}
@media (max-width: 767px) {
    .sale {
        margin-top: 72em;
    }
    .sale_header_txt {
        width: 430em;
    }
    .sale_header_ttl {
        width: 646em;
        margin-top: 16em;
    }
}

/* sale_list */
.sale_list > li {
    position: relative;
}
.sale_list_icon,
.sale_list_ttl,
.sale_list_txt_wrap,
.sale_list_txt_wrap::before,
.sale_list_btn_wrap,
.sale_list_line,
.sale_list_speech {
    position: absolute;
}
.sale_list_txt_wrap {
    text-align: left;
}
.sale_list_txt_wrap::before {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
}
.sale_list_txt_wrap_1::before {
    background-color: #e60012;
}
.sale_list_txt_wrap_2::before {
    background-color: #ffa200;
}
.sale_list_txt_wrap_3::before {
    background-color: #ff86b3;
}
.sale_list_btn_wrap,
.sale_list_line,
.sale_list_speech {
    margin-inline: auto;
    left: 0;
    right: 0;
}
.sale_list_line,
.sale_list_btn {
    transform: translateZ(1px);
}
.sale_list_line {
    z-index: 1;
}
.sale_list_btn {
    position: relative;
    z-index: 10;
}
.sale_list_product {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
}
.sale_list_product > li {
    overflow: hidden;
}
.sale_list_care_btn {
    margin-inline: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .sale_list {
        margin-top: 80em;
    }
    .sale_list > li + li {
        margin-top: 88em;
    }
    .sale_list_icon {
        width: 188em;
        top: -60em;
        left: 50em;
    }
    .sale_list_txt_wrap {
        width: 1008em;
        padding-bottom: 25em;
        top: 66em;
        left: 143em;
    }
    .sale_list_txt_wrap::before {
        height: 6em;
    }
    .sale_list_txt {
        width: 342em;
        margin-left: 280em;
    }
    .sale_list_2_txt {
        width: 688em;
        top: 497em;
        left: 258em;
    }
    .sale_list_3_txt {
        width: 688em;
        top: 497em;
        left: 258em;
    }
    .sale_list_1_ttl {
        width: 453em;
        top: 496em;
        left: 375em;
    }
    .sale_list_2_ttl {
        width: 454em;
        top: 502em;
        left: 375em;
    }
    .sale_list_3_ttl {
        width: 454em;
        top: 502em;
        left: 375em;
    }
    .sale_list_btn_wrap {
        width: 492em;
        bottom: 60em;
    }
    .sale_list_line {
        width: 324em;
        top: -66em;
    }
}
@media (max-width: 767px) {
    .sale_list {
        margin-top: 120em;
    }
    .sale_list > li + li {
        margin-top: 130em;
    }
    .sale_list_icon {
        width: 210em;
        top: -105em;
        left: 0;
    }
    .sale_list_txt_wrap {
        width: 593em;
        padding-bottom: 28em;
        top: 30em;
        left: 107em;
    }
    .sale_list_txt_wrap::before {
        height: 6em;
    }
    .sale_list_txt {
        width: 450em;
        margin-left: 110em;
    }
    .sale_list_1_ttl {
        width: 453em;
        top: 550em;
        left: 130em;
    }
    .sale_list_2_ttl {
        width: 454em;
        top: 660em;
        left: 130em;
    }
    .sale_list_3_ttl {
        width: 454em;
        top: 718em;
        left: 130em;
    }
    .sale_list_btn_wrap {
        width: 650em;
        bottom: 60em;
    }
    .sale_list_line {
        width: 404em;
        top: -70em;
    }
}
.sale_list_line {
    translate: 0 90em;
    transition: translate 0.5s 0.5s;
}
.sale_list_btn_wrap.animated .sale_list_line {
    translate: 0 0;
}
.sale_list_btn {
    translate: 0 1em;
    transition: translate 0.5s, opacity 0.5s;
}
.sale_list_btn_wrap.animated .sale_list_btn {
    translate: 0 0;
}
@media (max-width: 767px) {
    .sale_list_icon {
        rotate: 270deg;
        translate: 600em 0;
        transition: rotate 1s, translate 1s;
    }
    .animated .sale_list_icon {
        rotate: 0deg;
        translate: 0 0;
    }
    .sale_list_txt_wrap::before {
        scale: 0 1;
        transition: scale 1s;
        transform-origin: 100% 0;
    }
    .animated .sale_list_txt_wrap::before {
        scale: 1 1;
    }
    .sale_list_txt {
        clip-path: inset(0 100% 0 0);
        transition: clip-path 0.3s 1s;
    }
    .animated .sale_list_txt {
        clip-path: inset(0);
    }
}

/* search */
.search_btn,
.search_label {
    margin-inline: auto;
}
.search_link {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search_link_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search_link_l {
    display: flex;
    align-items: center;
}
.search_link_l::after {
    content: '';
    display: block;
    border-right: 0;
}
@media (min-width: 768px) {
    .search {
        margin-top: 84em;
    }
    .search_btn {
        width: 400em;
    }
    .search_label {
        width: 1100em;
        margin-top: 30em;
    }
    .search_link {
        flex-direction: row;
        align-items: baseline;
        text-decoration: none;
        width: fit-content;
        margin: 30em auto 0;
        border-bottom: 2px solid #fff;
    }
    .search_link_inner {
        font-size: 24em;
        flex-direction: row;
        align-items: baseline;
        gap: 0.5em;
        text-decoration: none;
        width: fit-content;
    }
    .search_link_l {
        font-size: 1.18em;
    }
    .search_link_l::after {
        margin-left: 10px;
        border: 9px solid transparent;
        border-left: 14px solid #fff;
    }
}
@media (max-width: 767px) {
    .search {
        margin-top: 80em;
    }
    .search_btn {
        width: 450em;
    }
    .search_label {
        width: 652em;
        margin-top: 30em;
    }
    .search_link {
        flex-direction: row;
        align-items: baseline;
        text-decoration: underline;
        width: fit-content;
        margin: 30em auto 0;
    }
    .search_link_inner {
        font-size: 28em;
    }
    .search_link_l {
        font-size: 1.21em;
        justify-content: center;
    }
    .search_link_l::after {
        margin-left: 5px;
        border: 4.5px solid transparent;
        border-left: 7px solid #fff;
    }
}

/* registration */
.registration_txt {
    margin-inline: auto;
}
.registration_list {
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .registration {
        margin-top: 130em;
        padding-bottom: 50em;
        background-color: #e4f2fd;
    }
    .registration_txt {
        width: 791em;
        margin-top: 50em;
    }
    .registration_list {
        margin-top: 40em;
        gap: 40em;
    }
    .registration_list_btn {
        width: 300em;
    }
    .registration_label {
        width: 1100em;
        margin: 50em auto 0;
    }
    .registration_btn {
        width: 400em;
        margin: 40em auto 0;
    }
}
@media (max-width: 767px) {
    .registration {
        margin: 60em 25em 0;
        padding-bottom: 60em;
        background-color: #f2f2f2;
    }
    .registration_txt {
        width: 580em;
        margin-top: 40em;
    }
    .registration_txt_inner {
        font-size: 32em;
        line-height: 1.2;
    }
    .registration_list {
        margin-top: 30em;
        gap: 40em;
    }
    .registration_list_btn {
        width: 220em;
    }
    .registration_label {
        width: 650em;
        margin: 60em auto 0;
    }
    .registration_btn {
        width: 450em;
        margin: 40em auto 0;
    }
}

/* check */
.check_ttl {
    margin-inline: auto;
}
.check_list {
    display: flex;
}
@media (min-width: 768px) {
    .check {
        margin-top: 80em;
    }
    .check_header,
    .check_list {
        width: 1100em;
        margin-inline: auto;
    }
    .check_ttl {
        width: 334em;
        margin-top: 60em;
    }
    .check_list {
        margin-top: 40em;
        gap: 20em;
    }
}
@media (max-width: 767px) {
    .check {
        margin-top: 80em;
    }
    .check_header,
    .check_list {
        width: 650em;
        margin-inline: auto;
    }
    .check_ttl {
        width: 423em;
        margin-top: 40em;
    }
    .check_list {
        margin-top: 40em;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20em 40em;
    }
    .check_list_link {
        width: 295em;
    }
}

/* footer */
.footer {
    background-color: #fff;
    position: relative;
}
.footer_txt {
    font-weight: 500;
    text-align: center;
}
.footer_arrow {
    position: absolute;
}
@media (min-width: 768px) {
    .footer {
        margin-top: 120em;
        padding: 60em 0;
    }
    .footer_txt {
        font-size: 12em;
        line-height: 1.4;
    }
    .footer_arrow {
        width: 40em;
        right: 70em;
        bottom: 105em;
    }
}
@media (max-width: 767px) {
    .footer {
        margin-top: 120em;
        padding: 60em 0;
    }
    .footer_txt {
        font-size: 20em;
        line-height: 1.4;
    }
    .footer_arrow {
        width: 80em;
        right: 20em;
        bottom: 132em;
    }
}
