@charset "utf-8";

/* ============================================
section--title
=============================================== */
.section--title {
    margin-top: 60px;
    z-index: 50;
    position: relative;
    width: 100%;
}

.title__sub {
    margin-top: 50px;
    margin: 45px auto;
    width: var(--contentWidth);
    z-index: 20;
    position: relative;
}

.title__text {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    z-index: 10;
    position: relative;
}

.asetts__list {
    margin-top: 45px;
    width: 100%;
    padding: 60px 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 45px auto 0;
    background-color: var(--primary-red);
    z-index: 50;
}

.asetts__item{
    z-index: 10;
}

.asetts__item:hover {
    animation-name: swing;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    transform-origin: top; 
}

@keyframes swing {
    0% {
        opacity: 1;
        transform: rotate(0);
        
    }
    25%{
        opacity: 0.5;
        transform: rotate(15deg);

    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg);
    }
    100% {
        opacity: 0.8;
        transform:rotate(0);
    }
} 

.asetts__item img {
    max-width: 100%;
}


.cloud_1 {
    animation-duration: 11s;
}

/* article__section section--title PC 769px< */

@media screen and (min-width:769px) {

.section--title {
    margin-top: 10px;
}

.title__sub {
    margin-top: 100px;
    margin: 100px auto;
    width: var(--contenPCtWidth);
}

.title__text {
    font-size: 2rem;
}

.asetts__list {
    margin-top: 100px;
    padding: 120px 10px;
    display: flex;
    gap: 30px;
    margin: 10px auto 0;
}
}

/* ============================================
article__section section--noodle
=============================================== */
.section--noodle{
    margin-top: 100px;
    padding: 0 var(--contntPadding);
    width: var(--contentWidth);
}

.cloud_2 {
    animation-duration: 14s;
}

.section--noodle h2 {
    z-index: 10;
    position: relative;
}

.noodle__list {
    margin-top: 50px;
}

.listImg {
    width: 100%;
    position: relative;
    z-index: 20;
}

.noodle__item {
    margin-top: 15px;
    text-align: center;
}

.noodle__asset {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.noodle__asset img {
    width: 30px;
    height: 30px;
}

.inside {
    background-color: var(--primary-black);
    color: var(--primary-white);
    padding: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

.name {
    font-size: 1.6rem;
    font-weight: 700;
}

.noodle__price {
    display: flex;
    justify-content: center;
    margin-top:10px;
    font-size: 1.5rem;
    align-items: center;
}

.noodle__price .size {
    margin-right: 10px;
}

.noodle__price .price {
    font-size: 1.8rem;
    color: var(--primary-red);
    margin-right: 10px;
}


/* article__section section--noodle PC 769px< */

@media screen and (min-width:769px) {
    .section--noodle{
        margin-top: 200px;
        padding: 0 var(--contenPCpadding);
        width: var(--contenPCtWidth);
    }

    .noodle__detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .noodle__list {
        margin-top: 100px;
        margin-right: 20px;
    }

    .listImg {
        width: 100%;
        max-width: 300px;
    }

    .noodle__item {
        margin-top: 50px;
    }

    .noodle__item:first-of-type {
        margin-top: 100px;
    }

    .inside {
        padding: 6px;
        font-size: 1.5rem;
    }

    .name {
        font-size: 1.8rem;
    }
}

/* ============================================
article__section section--set
=============================================== */
.section--set {
    margin-top: 100px;
    padding: 0 var(--contenpadding);
    width: var(--contentWidth);
}

.section--set h2 {
    position: relative;
    z-index: 20;
}

.set__list {
    margin-top: 50px;
}

.set__list img {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 20;
}

.set__item {
    margin-top: 15px;
    text-align: center;
}

.set__asset {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.set__price {
    display: flex;
    justify-content: center;
    margin-top:10px;
    font-size: 1.5rem;
    align-items: center;
}

.set__price .size {
    margin-right: 10px;
}

.set__price .price {
    font-size: 1.8rem;
    color: var(--primary-red);
    margin-right: 10px;
}

.cloud_3 {
    animation-duration: 10s;
}

/* article__section section--set PC 769px< */

@media screen and (min-width:769px) {
   .section--set {
        margin-top: 200px;
        padding: 0 var(--contenPCpadding);
        width: var(--contenPCpadding);
    }

    .set__detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .set__list {
        margin-top: 100px;
        margin-right: 20px;
    }

    .set__item {
        margin-top: 50px;
    }
}
/* ============================================
article__section section--side
=============================================== */
.section--side {
    margin-top: 100px;
    padding: 0 var(--contntPadding);
    width: var(--contentWidth);
}

.section--side h2 {
    position: relative;
    z-index: 20;
}

.cloud_4 {
    animation-duration: 12s;
    position: absolute;
    translate: 100% 200%; 
}

.side__list {
    margin-top: 50px;
}

.side__list img {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 30;
}

.side__item {
    margin-top: 15px;
    text-align: center;
}

.side__asset {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.side__price .size {
    margin-right: 10px;
}

.side__price {
    display: flex;
    justify-content: center;
    margin-top:10px;
    font-size: 1.5rem;
    align-items: center;
}

.side__price .price {
    font-size: 1.8rem;
    color: var(--primary-red);
    margin-right: 10px;
}

/* article__section section--side PC 769px< */

@media screen and (min-width:769px) {
    .section--side {
        margin-top: 200px;
        padding: 0 var(--contenPCpadding);
        width: var(--contenPCtWidth);
    }

    .side__detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .side__list {
        margin-top: 100px;
        margin-right: 20px;
    }

    .side__item {
        margin-top: 50px;
    }
    
}
/* ============================================
article__section section--other
=============================================== */
.section--other{
    margin-top: 100px;
    padding: 0 var(--contntPadding);
    width: var(--contentWidth);
}

.section--other h2 {
    position: relative;
    z-index: 10;
}

.cloud_5 {
    animation-duration: 14s;
}

.other__detail {
    margin-top: 50px;
}

.other__item {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 20;
}

.other__asset {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.other__asset p {
    position: relative;
    z-index: 30;
}

.other__price .size {
    margin-right: 10px;
}

.other__price {
    display: flex;
    justify-content: center;
    margin-top:10px;
    font-size: 1.5rem;
    align-items: center;
}

.other__price .price {
    font-size: 1.8rem;
    color: var(--primary-red);
    margin-right: 10px;
}

.other__text {
    margin: 60px auto;
    text-align: center;
    font-size: 1.5rem;
    width: var(--contentWidth);
}



/* article__section section--other PC 769px< */

@media screen and (min-width:769px) {
    .section--other{
        margin-top: 200px;
        padding: 0 var(--contenPCpadding);
        width: var(--contenPCtWidth);
    }
    .other__detail {
        margin-top: 100px;
    }

    .other__item {
        margin-top: 50px;
    }

    .other__price:first-of-type,
    .other__price:nth-of-type(4), 
    .other__price:nth-of-type(7) {
        margin-top: 40px;
    }

    .other__text {
        margin: 80px 0;
        text-align: center;
        font-size: 1.4rem;
        width: var(--contentPCWidth);
    }

}

/* ============================================
footer
=============================================== */

.footerNav {
    background-color:var(--primary-red);
    padding: 50px 10px;
}

.footer__logo img {
    width: 317px;
    display: block;
    margin: 0 auto;
}
   
.footer__address address{
    color: var(--primary-white);
    margin-top: 10px;
    text-align: center;
    font-size: 1rem;
}

.footernav__list {
    text-align: center;
    margin-top: 40px;
    /* display: flex;
    flex-wrap: wrap;
    width: var(--contentWidth); */
}

.footernav__item {
    color: var(--primary-white);
    margin-top: 20px;
    font-size: 1.2rem;
}

.footernav__item:first-of-type {
    margin-top: 40px;
}

.footernav__item:hover {
        text-decoration: underline;
        color: var(--primary-white);
    }

.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--primary-white);
    padding: 20px;
    width: 80.7%;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 4px;
    line-height: 1;
    background-color: var(--primary-red);
    position: relative;
    transition: 0.4s;
}

.sns img {
    width: 20px;
    display: block;
}

.sns p {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
}

.sns:hover {
    opacity:0.5 ;
}

.footer_copy {
    margin: 40px 0 20px;
}

.copy {
    text-align: center;
    position: relative;
}

.copy::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    background-color: var(--primary-black);
    color: var(--primary-black);
    width: 100%;
    height: 1px;
}

.copy small {
    font-size: 1rem;
} 

/* fotter PC 769px< */

@media screen and (min-width:769px) {

    .footer__logo img {
        width: 547px
    }

    .footer__address address{
        font-size: 1.5rem;
    }

    .footernav__list {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        gap: 50px;  
    }

    .footernav__item {
        margin-top: 0;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .footernav__item:first-of-type {
        margin-top: 0;
    }

    .footernav__item:hover {
        text-decoration: underline;
        color: var(--primary-white);
    }

    .sns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        border: 1.5px solid var(--primary-white);
        padding: 25px 0;
        width: var(--contenPCtWidth);
        margin: 60px auto 0 ;
    }

    .sns p {
        color: var(--primary-white);
        font-size: 1.7rem;
        font-weight: 500;
}

    .footer_copy {
        margin: 50px 0 30px;
    }

    .copy {
        margin-top: 50px;
    }

    .copy::before {
        top: -20px;
    }

    .copy small {
    font-size: 1.5rem;
} 
}




