@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
* {
    box-sizing: border-box;
    word-break: break-all;
}

img {
    max-width: 100%;
}

.w100 {
    width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.txt_underline {
    text-decoration: underline;
}

@media (min-width: 1025px) {
    .hv_op {
        transition: opacity 0.3s;
    }
    .hv_op:hover {
        opacity: 0.7;
    }
}
.pc-visible {
    display: block;
}
@media (max-width: 768px) {
    .pc-visible {
        display: none;
    }
}

.sp-visible {
    display: none;
}
@media (max-width: 768px) {
    .sp-visible {
        display: block;
    }
}

/* === body
==================================== */
html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05em;
}

main {
    width: 100%;
    background: url(../../assets/images/bg.jpg);
}

.inner__box {
    margin: auto;
}
@media (min-width: 769px) {
    .inner__box {
        padding: 0 vw(83, 1366);
    }
}
@media (max-width: 768px) {
    .inner__box {
        padding: 0 20px;
    }
}

[v-cloak] {
    display: none;
}

/* === コンテンツ
==================================== */
.lp-header {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-header img {
    width: 184px;
}
@media (min-width: 1025px) {
    .lp-header {
        height: 83px;
    }
    .lp-header img {
        width: 359px;
    }
}

.lp-footer {
    padding: 40px 0;
    text-align: center;
    background: url(../images/title_bg_sp.jpg) repeat-x center/cover;
}
@media (min-width: 1025px) {
    .lp-footer {
        padding: 50px 0;
        background: url(../images/title_bg_pc.jpg) repeat-x center;
    }
}
.lp-footer .logo {
    display: block;
    width: 267px;
    margin: 0 auto 14px;
}
@media (min-width: 1025px) {
    .lp-footer .logo {
        width: 299px;
        margin-bottom: 30px;
    }
}
.lp-footer .ft-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 14px;
}
@media (min-width: 1025px) {
    .lp-footer .ft-txt {
        font-size: 13px;
        line-height: 1.53846154;
        margin-bottom: 30px;
    }
}
.lp-footer .ft-copy {
    font-size: 10px;
}

/* === main content
==================================== */
.mv__container {
    width: 100%;
    margin: auto;
}
@media (max-width: 768px) {
    .mv__container {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .mv__container {
        width: 1200px;
    }
}
@media (max-width: 768px) {
    .mv__container .inner__box {
        padding: 0;
    }
}
.sale__container {
    width: 100%;
    margin: 60px auto 0;
}
@media (max-width: 768px) {
    .sale__container {
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 1025px) {
    .sale__container {
        width: 1200px;
    }
}
.sale__container .sale-in {
    background: #fff;
}

.ttl {
    text-align: center;
}
.ttl img {
    width: auto;
    height: 55px;
}
@media (min-width: 769px) {
    .ttl {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .ttl {
        margin-bottom: 30px;
    }
    .ttl img {
        height: 22px;
    }
}

.sale__wrap {
    background: #F8F8F8;
    padding-bottom: 50px;
}
.sale__wrap .sale__box {
    transform: translateY(-25px);
}
@media (max-width: 768px) {
    .sale__wrap .sale__box {
        transform: translateY(-14px);
    }
}
.sale__wrap .sale__box__subttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #3283D1;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .sale__wrap .sale__box__subttl {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.sale__wrap .sale__box__cmt {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 768px) {
    .sale__wrap .sale__box__cmt {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

/* === sale
==================================== */
.content-container {
    padding: 0 100px 40px;
}
@media (max-width: 768px) {
    .content-container {
        padding: 0 15px 16px;
    }
}
.content-container .content {
    display: none; /*必須*/
}
.content-container .content.show {
    display: block; /*必須*/
}
.content-container .note {
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
}

/* === mainnav
==================================== */
.mainnav__container {
    margin: 60px 0 100px;
}
@media (max-width: 768px) {
    .mainnav__container {
        margin: 30px 0 50px;
    }
}
.mainnav__container__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainnav__container__box__item {
    width: calc((100% - 30px) / 3);
}
@media (max-width: 768px) {
    .mainnav__container__box__item {
        width: 290px;
        margin: 0 auto 10px;
    }
}
.mainnav__container__box__item :hover {
    opacity: 0.8;
}
.mainnav__container__box__item a {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    height: 80px;
    padding-left: 40px;
    background-color: #3283D1;
    color: #fff;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in-out;
}
@media (max-width: 768px) {
    .mainnav__container__box__item a {
        font-size: 14px;
        height: 46px;
        padding-left: 20px;
    }
}
.mainnav__container__box__item a::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 25px;
    width: 32px;
    height: 32px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
    pointer-events: auto;
}
@media (max-width: 768px) {
    .mainnav__container__box__item a::before {
        width: 20px;
        height: 20px;
    }
}
.mainnav__container__box__item a::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 37px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-left: 2px solid #3283d1;
    border-bottom: 2px solid #3283d1;
    transform: rotate(-45deg);
    box-sizing: border-box;
    pointer-events: auto;
}
@media (max-width: 768px) {
    .mainnav__container__box__item a::after {
        top: -3px;
        right: 32px;
        width: 7px;
        height: 7px;
    }
}

/* === nav
==================================== */
.nav__container {
    width: 100%;
    margin-bottom: 65px;
}
@media (max-width: 768px) {
    .nav__container {
        margin-bottom: 30px;
    }
}
.nav__container__subttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #3283D1;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .nav__container__subttl {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.nav__container__cmt {
    font-size: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .nav__container__cmt {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .nav__container.pink {
        background-color: #FDEEF3;
    }
    .nav__container.yellow {
        background-color: #FFFAEF;
    }
    .nav__container.blue {
        background-color: #E5F7FD;
    }
    .nav__container.green {
        background-color: #E8F7F2;
    }
    .nav__container.purple {
        background-color: #F5F4F9;
    }
    .nav__container.brown {
        background-color: #F6E0D3;
    }
}
@media (min-width: 769px) {
    .nav__container.sub--nav {
        transform: none;
    }
}
.nav__container.sub--nav .nav__list .is--on > a::after {
    display: none;
}

.nav__list {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.nav__list :hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .nav__list {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .nav__list {
        width: 1200px;
        display: flex;
        justify-content: space-between;
    }
}
.nav__list.top {
    gap: 1px;
}
.nav__list.top li {
    width: 50%;
}
.nav__list.row {
    margin-top: 1px;
    gap: 1px;
}
.nav__list.row li {
    width: 33.3333333333%;
}
.nav__list li {
    width: calc(20% - 3px);
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.nav__list li .txt {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 80px;
}
@media (max-width: 768px) {
    .nav__list li .txt {
        height: 52px;
        text-align: left;
        margin-left: 15px;
    }
}
.nav__list li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 768px) {
    .nav__list li::before {
        top: 26px;
        right: 10px;
        width: 18px;
        height: 18px;
    }
}
.nav__list li::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 21px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .nav__list li::after {
        top: 23px;
        right: 17px;
        width: 5px;
        height: 5px;
    }
}
@media (min-width: 1025px) {
    .nav__list li {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .nav__list li {
        font-size: 12px;
    }
}
.nav__list .pink {
    background-color: #e9598c;
}
.nav__list .pink::after {
    border-left: 2px solid #e9598c;
    border-bottom: 2px solid #e9598c;
}
.nav__list .yellow {
    background-color: #F2B52D;
}
.nav__list .yellow::after {
    border-left: 2px solid #F2B52D;
    border-bottom: 2px solid #F2B52D;
}
.nav__list .blue {
    background-color: #00b1ed;
}
.nav__list .blue::after {
    border-left: 2px solid #00b1ed;
    border-bottom: 2px solid #00b1ed;
}
.nav__list .green {
    background-color: #24b17e;
}
.nav__list .green::after {
    border-left: 2px solid #24b17e;
    border-bottom: 2px solid #24b17e;
}
.nav__list .purple {
    background-color: #9e94c7;
}
.nav__list .purple::after {
    border-left: 2px solid #9e94c7;
    border-bottom: 2px solid #9e94c7;
}
.nav__list .brown {
    background-color: #D77436;
}
.nav__list .brown::after {
    border-left: 2px solid #D77436;
    border-bottom: 2px solid #D77436;
}

/* === topbnr content
==================================== */
.topbnr__container {
    width: 100%;
    margin: 40px auto 0;
}
@media (max-width: 768px) {
    .topbnr__container {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
    }
}
@media (min-width: 1025px) {
    .topbnr__container {
        width: 1200px;
    }
}

/* === bnr content
==================================== */
.bnr__container {
    margin: 60px auto 0;
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .bnr__container {
        margin-top: 30px;
        padding: 0 15px 0;
    }
}
.bnr__container:last-child {
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    .bnr__container:last-child {
        padding-bottom: 60px;
    }
}
.bnr__container__wrap {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.bnr__container__wrap__img {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .bnr__container__wrap__img {
        margin-bottom: 10px;
    }
}
.bnr__container__wrap__img:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .bnr__container__wrap__img:last-child {
        margin-bottom: 0;
    }
}
.bnr__container__wrap__img > a {
    display: block;
    transition: opacity 0.2s ease;
}
.bnr__container__wrap__img > a:hover {
    opacity: 0.6;
}
@media (min-width: 769px) {
    .bnr__container .bnr__img {
        margin: 80px auto;
        max-width: 530px;
    }
}
@media (max-width: 768px) {
    .bnr__container .bnr__img {
        margin: 40px auto;
        width: 100%;
    }
}
.bnr__container .note {
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
}

/* === page top top
==================================== */
#back-to-top {
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    width: 50px;
    cursor: pointer;
    z-index: 99;
}

/* === pop
==================================== */
#pop {
    opacity: 1;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 10px;
    right: 0;
    display: block;
    width: 264px;
    cursor: pointer;
    z-index: 99;
    background: #3283D1;
    border-radius: 50px 0 0 50px;
}
#pop :hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    #pop {
        width: 175px;
    }
}
#pop > a {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    color: #fff;
    padding: 10px 20px 10px 10px;
}
#pop > a .txt {
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
@media (max-width: 768px) {
    #pop > a .txt {
        font-size: 11px;
        line-height: 15px;
    }
}
#pop > a .txt span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
@media (max-width: 768px) {
    #pop > a .txt span {
        font-size: 9px;
    }
}
#pop > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 768px) {
    #pop > a::before {
        right: 8px;
        width: 17px;
        height: 17px;
    }
}
#pop > a::after {
    content: "";
    position: absolute;
    top: 49%;
    right: 21px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg) translateY(-50%);
    box-sizing: border-box;
    border-right: 2px solid #3283D1;
    border-bottom: 2px solid #3283D1;
}
@media (max-width: 768px) {
    #pop > a::after {
        top: 48%;
        right: 12px;
        width: 7px;
        height: 7px;
    }
}
/*# sourceMappingURL=map/style.css.map */