@charset "utf-8";


#gradeUp * {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif !important;
    line-height: 0;
    box-sizing: border-box;
}

#gradeUp img {
    width: 100%;
    height: auto;
}

#gradeUp ul {
    list-style: none;
}

#gradeUp a {
    text-decoration: none;
}

#gradeUp .section_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

#gradeUp .comma_none{
    display: none;
}

@media screen and (max-width:1024px) {
    #gradeUp .section_inner {
        padding: 0 2%;
    }
}

@media screen and (max-width:768px) {
    #gradeUp .sp_none{
        display: none;
    }

    #gradeUp .comma_none{
        display: inline-block;
    }
}



/*section001*/
#gradeUp .section001 {
    margin-bottom: 150px;
}

#gradeUp .section001 .cnt_mv h1 {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto 60px;
    aspect-ratio: 1325 / 582;
}

#gradeUp .section001 .section_inner p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 23px;
    color: #333;
    line-height: 1.8;
    font-weight: 100;
}

#gradeUp .section001 .section_inner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#gradeUp .section001 .section_inner ul li {
    width: calc(94% / 4);
    max-width: calc(900px / 4);
}

#gradeUp .section001 .section_inner ul li:not(:last-of-type) {
    margin-right: 20px;
}

#gradeUp .section001 .section_inner ul li a{
    position: relative;
    display: block;
    height: 54px;
    align-items: center;
    background: #cfa476;
    transition: .5s all;
    border-radius: 100px;
    border: 1px solid #cfa476;
    box-sizing: border-box;
}

#gradeUp .section001 .section_inner ul li a::before,
#gradeUp .section001 .section_inner ul li a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s all;
}

#gradeUp .section001 .section_inner ul li a::before{
    right: 4px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #cfa476;
    box-sizing: border-box;
    border-radius: 50px;
}

#gradeUp .section001 .section_inner ul li a::after{
    transform: translateY(-50%) rotate(45deg);
    right: 22px;
    width: 8px;
    height: 8px;
    border: 1px solid #cfa476;
    border-width: 1px 1px 0 0;
}

#gradeUp .section001 .section_inner ul li a span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    transition: .5s all;
}

#gradeUp .section001 .section_inner ul li a span::before{
    content: "";
    position: relative;
    display: block;
    color: #fff;
    font-size: 10px;
    transition: .5s all;
}

#gradeUp .section001 .section_inner ul li:first-of-type a{
    background: #a48a8f;
    border-color: #a48a8f;
}

#gradeUp .section001 .section_inner ul li:nth-of-type(2) a{
    background: #d6b3bc;
    border-color: #d6b3bc;
}

#gradeUp .section001 .section_inner ul li:nth-of-type(3) a{
    background: #b6c4a6;
    border-color: #b6c4a6;
}

#gradeUp .section001 .section_inner ul li:last-of-type a{
    background: #a9a9a9;
    border-color: #a9a9a9;
}

#gradeUp .section001 .section_inner ul li:first-of-type a::before,
#gradeUp .section001 .section_inner ul li:first-of-type a::after{
    border-color: #a48a8f;
}

#gradeUp .section001 .section_inner ul li:nth-of-type(2) a::before,
#gradeUp .section001 .section_inner ul li:nth-of-type(2) a::after{
    border-color: #d6b3bc;
}

#gradeUp .section001 .section_inner ul li:nth-of-type(3) a::before,
#gradeUp .section001 .section_inner ul li:nth-of-type(3) a::after{
    border-color: #b6c4a6;
}

#gradeUp .section001 .section_inner ul li:last-of-type a::before,
#gradeUp .section001 .section_inner ul li:last-of-type a::after{
    border-color: #a9a9a9;
}

#gradeUp .section001 .section_inner ul li:first-of-type a span::before{
    content: "エレガント";
}

#gradeUp .section001 .section_inner ul li:nth-of-type(2) a span::before{
    content: "フェミニン";
}

#gradeUp .section001 .section_inner ul li:nth-of-type(3) a span::before{
    content: "エフォートレス";
}

#gradeUp .section001 .section_inner ul li:last-of-type a span::before{
    content: "エッジィ";
}



@media screen and (min-width:1025px) {
    #gradeUp .section001 .section_inner ul li a:hover{
        background: #fff;
    }

    #gradeUp .section001 .section_inner ul li a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgb(113,75,35,.5);
    }

    #gradeUp .section001 .section_inner ul li:first-of-type a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgba(83,59,64,.5);
    }

    #gradeUp .section001 .section_inner ul li:nth-of-type(2) a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgba(165, 113, 127, .5);
    }

    #gradeUp .section001 .section_inner ul li:nth-of-type(3) a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgba(122, 147, 94, .5);
    }

    #gradeUp .section001 .section_inner ul li:last-of-type a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgba(87, 87, 87, .5);
    }

    #gradeUp .section001 .section_inner ul li a:hover::after{
        transform: translate(2px,calc(-50% - 2px)) rotate(135deg);
    }

    #gradeUp .section001 .section_inner ul li a:hover span{
        color: #cfa476;
    }

    #gradeUp .section001 .section_inner ul li:first-of-type a:hover span{
        color: #a48a8f;
    }

    #gradeUp .section001 .section_inner ul li:nth-of-type(2) a:hover span{
        color: #d6b3bc;
    }

    #gradeUp .section001 .section_inner ul li:nth-of-type(3) a:hover span{
        color: #b6c4a6;
    }

    #gradeUp .section001 .section_inner ul li:last-of-type a:hover span{
        color: #a9a9a9;
    }

    #gradeUp .section001 .section_inner ul li a:hover span::before{
        color: #cfa476;
    }

    #gradeUp .section001 .section_inner ul li:first-of-type a:hover span::before{
        color: #a48a8f;
    }

    #gradeUp .section001 .section_inner ul li:nth-of-type(2) a:hover span::before{
        color: #d6b3bc;
    }

    #gradeUp .section001 .section_inner ul li:nth-of-type(3) a:hover span::before{
        color: #b6c4a6;
    }

    #gradeUp .section001 .section_inner ul li:last-of-type a:hover span::before{
        color: #a9a9a9;
    }
}


@media screen and (max-width:1024px) {
    #gradeUp .section001 {
        margin-bottom: 15%;
    }

    #gradeUp .section001 .cnt_mv h1 {
        margin-bottom: 6%;
    }

    #gradeUp .section001 .section_inner p {
        margin-bottom: 6%;
    }

    #gradeUp .section001 .section_inner ul {
        max-width: 600px;
        margin: 0 auto;
    }

    #gradeUp .section001 .section_inner ul li {
        width: calc(96% / 2);
        max-width: none;
    }

    #gradeUp .section001 .section_inner ul li:not(:last-of-type) {
        margin-right: 0;
    }

    #gradeUp .section001 .section_inner ul li:not(:nth-of-type(2n)) {
        margin-right: 4%;
    }

    #gradeUp .section001 .section_inner ul li:not(:nth-of-type(n + 3)) {
        margin-bottom: 4%;
    }

    #gradeUp .section001 .section_inner ul li a::after{
        transform: translate(2px,calc(-50% - 2px)) rotate(135deg);
    }
}

@media screen and (max-width:768px) {
    #gradeUp .section001 {
        margin-bottom: 14%;
    }

    #gradeUp .section001 .cnt_mv h1 {
        margin-bottom: 8%;
        aspect-ratio: 1 / 1;
    }

    #gradeUp .section001 .section_inner p {
        margin-bottom: 8%;
        font-size: min(calc(1vw * calc(16 / 3.75)), 23px);
        text-align: left;
    }

    #gradeUp .section001 .section_inner ul {
        max-width: min(calc(1vw * calc(240 / 3.75)),300px);
    }

    #gradeUp .section001 .section_inner ul li {
        width: 100%;
    }

    #gradeUp .section001 .section_inner ul li:not(:nth-of-type(2n)) {
        margin-right: 0;
    }

    #gradeUp .section001 .section_inner ul li:not(:nth-of-type(n + 3)) {
        margin-bottom: 0;
    }

    #gradeUp .section001 .section_inner ul li:not(:last-of-type) {
        margin-bottom: 4%;
    }

    #gradeUp .section001 .section_inner ul li a{
        height: min(calc(1vw * calc(50 / 3.75)),54px);
    }

    #gradeUp .section001 .section_inner ul li a::before{
        width: min(calc(1vw * calc(40 / 3.75)),44px);
        height: min(calc(1vw * calc(40 / 3.75)),44px);
    }

    #gradeUp .section001 .section_inner ul li a::after{
        transform: translate(3px, calc(-50% - 2px)) rotate(135deg);
    }

    #gradeUp .section001 .section_inner ul li a span{
        margin-left: min(calc(1vw * calc(20 / 3.75)),22px);
        font-size: min(calc(1vw * calc(16 / 3.75)),18px);
    }
    
}



/*section002以降共通*/
#gradeUp .common_box {
    margin-bottom: 150px;
}

#gradeUp .common_box h2{
    position: relative;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.4;
    color: #cfa476;
    font-weight: 500;
    letter-spacing: 10px;
    text-align: left;
}

#gradeUp .common_box h2 span{
    display: block;
    font-size: 20px;
    color: #aaa;
    letter-spacing: 5px;
    line-height: 1;
}

#gradeUp .common_box h2 + p{
    margin-bottom: 40px;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 100;
}

#gradeUp .common_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#gradeUp .common_box ul li{
    width: calc(92% / 5);
    max-width: calc(880px / 5);
}

#gradeUp .common_box ul li:not(:last-of-type){
    margin-right: 20px;
}

#gradeUp .common_box ul li a{
    transition: .4s all;
}

#gradeUp .common_box ul li div:first-of-type{
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

#gradeUp .common_box ul li div img{
    position: relative;
    transition: .4s all;
    transform-origin: center;
}

#gradeUp .common_box ul li a:hover div img{
    transform: scale(1.05);
}

#gradeUp .common_box ul li p{
    font-size: 12px;
    line-height: 1.6;
    color: #555;
}

#gradeUp .common_btn{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

#gradeUp .common_btn a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #cfa476;
    text-align: center;
    border: 1px solid #cfa476;
    border-radius: 5px;
}

#gradeUp .common_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 1px solid #cfa476;
    border-width: 1px 1px 0 0;
    transition: .5s all;
}

#gradeUp .common_btn a:hover::after{
    transform: translate(3px,-50%) rotate(45deg);
}

#gradeUp .all_btn{
    margin-top: 60px;
}

@media screen and (max-width:1024px) {
    #gradeUp .common_box {
        margin-bottom: 15%;
    }

    #gradeUp .common_box h2{
        margin-bottom: 1%;
    }

    #gradeUp .common_box h2 + p{
        margin-bottom: 4%;
    }

    #gradeUp .common_box ul{
        margin-bottom: 4%;
    }

    #gradeUp .common_box ul li{
        width: calc(92% / 3);
        max-width: none;
    }

    #gradeUp .common_box ul li:not(:last-of-type){
        margin-right: 0;
    }

    #gradeUp .common_box ul li:not(:nth-of-type(3),:last-of-type){
        margin-right: 4%;
    }

    #gradeUp .common_box ul li:not(:nth-of-type(n + 4)){
        margin-bottom: 4%;
    }

    #gradeUp .all_btn{
        margin-top: 6%;
    }
}

@media screen and (max-width:768px) {
    #gradeUp .common_box h2{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(30 / 3.75)), 50px);
        letter-spacing: min(calc(1vw * calc(5 / 3.75)), 10px);
    }

    #gradeUp .common_box h2 span{
        font-size: min(calc(1vw * calc(14 / 3.75)), 20px);
        letter-spacing: min(calc(1vw * calc(1 / 3.75)), 5px);
    }

    #gradeUp .common_box h2 + p{
        margin-bottom: 6%;
        font-size: min(calc(1vw * calc(14 / 3.75)), 18px);
    }

    #gradeUp .common_box ul li{
        width: calc(96% / 2);
    }

    #gradeUp .common_box ul li:not(:nth-of-type(3),:last-of-type){
        margin-right: 0;
    }

    #gradeUp .common_box ul li:not(:nth-of-type(n + 4)){
        margin-bottom: 0;
    }

    #gradeUp .common_box ul li:not(:nth-of-type(2n),:last-of-type){
        margin-right: 4%;
    }

    #gradeUp .common_box ul li:not(:last-of-type){
        margin-bottom: 4%;
    }
}


/*パターン3*/
#gradeUp.pattern03 .common_box h2{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#gradeUp.pattern03 .common_box h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 2px;
    background: #cfa476;
}

#gradeUp.pattern03 .common_box h2 + p{
    margin-bottom: 50px;
    text-align: center;
}


#gradeUp.pattern03 .common_box ul li div:last-of-type{
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

#gradeUp.pattern03 .common_box ul li div:last-of-type::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(207,164,118,.15);
    transition: .5s all;
    border-radius: 4px;
}

#gradeUp.pattern03 .common_box ul li a:hover div:last-of-type::before{
    transform: scale(1.05);
    transition: .5s all;
    background: rgba(207,164,118,.1);
}

#gradeUp.pattern03 .common_box ul li p{
    font-size: 12px;
}

@media screen and (max-width:1024px) {
    #gradeUp.pattern03 .common_box h2{
        margin-bottom: 2%;
        padding-bottom: 2%;
    }

    #gradeUp.pattern03 .common_box h2 + p{
        margin-bottom: 5%;
    }
}

@media screen and (max-width:768px) {
    #gradeUp.pattern03 .common_box h2{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: baseline;
        align-items: baseline;
        flex-wrap: wrap;
        padding-bottom: 0;
        text-align: left;
    }

    #gradeUp.pattern03 .common_box h2::after{
        display: none;
    }

    #gradeUp.pattern03 .common_box h2 span{
        margin-left: 2%;
        order: 2;
        font-size: min(calc(1vw * calc(12 / 3.75)), 20px);
    }

    #gradeUp.pattern03 .common_box h2 + p{
        text-align: left;
    }
}

/*section毎色変更*/
#gradeUp .section002.common_box h2{
    color: #a48a8f;
}

#gradeUp .section002.common_box h2::after{
    background: #a48a8f;
}

#gradeUp .section002.common_box ul li div:last-of-type::before{
    background: rgba(164, 138, 143, .15);
}

#gradeUp .section002.common_box ul li a:hover div:last-of-type::before{
    background: rgba(164, 138, 143, .1);
}

#gradeUp .section002 .common_btn a{
    color: #a48a8f;
    border: 1px solid #a48a8f;
}

#gradeUp .section002 .common_btn a::after{
    border-color: #a48a8f;
}


#gradeUp .section003.common_box h2{
    color: #d6b3bc;
}

#gradeUp .section003.common_box h2::after{
    background: #d6b3bc;
}

#gradeUp .section003.common_box ul li div:last-of-type::before{
    background: rgba(214, 179, 188, .15);
}

#gradeUp .section003.common_box ul li a:hover div:last-of-type::before{
    background: rgba(214, 179, 188, .1);
}

#gradeUp .section003 .common_btn a{
    color: #d6b3bc;
    border: 1px solid #d6b3bc;
}

#gradeUp .section003 .common_btn a::after{
    border-color: #d6b3bc;
}


#gradeUp .section004.common_box h2{
    color: #b6c4a6;
}

#gradeUp .section004.common_box h2::after{
    background: #b6c4a6;
}

#gradeUp .section004.common_box ul li div:last-of-type::before{
    background: rgba(182, 196, 166, .15);
}

#gradeUp .section004.common_box ul li a:hover div:last-of-type::before{
    background: rgba(182, 196, 166, .1);
}

#gradeUp .section004 .common_btn a{
    color: #b6c4a6;
    border: 1px solid #b6c4a6;
}

#gradeUp .section004 .common_btn a::after{
    border-color: #b6c4a6;
}


#gradeUp .section005.common_box:not(.all_btn) h2{
    color: #a9a9a9;
}

#gradeUp .section005.common_box:not(.all_btn) h2::after{
    background: #a9a9a9;
}

#gradeUp .section005.common_box:not(.all_btn) ul li div:last-of-type::before{
    background: rgba(169, 169, 169, .15);
}

#gradeUp .section005.common_box:not(.all_btn) ul li a:hover div:last-of-type::before{
    background: rgba(169, 169, 169, .1);
}

#gradeUp .section005 .common_btn:not(.all_btn) a{
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}

#gradeUp .section005 .common_btn:not(.all_btn) a::after{
    border-color: #a9a9a9;
}


/*スクロールアニメーション*/
#gradeUp .common_box h2 + p{
    opacity: 0;
    transition: .4s all;
}

#gradeUp .common_box.active h2 + p{
    opacity: 1;
}

#gradeUp .common_box .list_animation li{
    position: relative;
    transform: translateY(-20px);
    opacity: 0;
}

#gradeUp .common_box.active .list_animation li{
    animation: fadeIn .8s ease-out .4s 1 alternate forwards;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
        transform: translateY(-20px);
    }

    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
