@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #fce3f1;
    color: #333;
}
.header {
    background-color: #fce3f1;
    padding: 10px 20px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-container img{
    width: 200px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
    width: 150px;
}
.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    width: 1000px;
    height: 40px;
}

.hero {
    text-align: center;
    margin: 20px 0;
}
.hero-image {
    width: auto;
    margin-bottom: 20px;
}
.concept {
    text-align: center;
    margin: 80px 0;
    font-size: 20px;
}
.concept-content {
    max-width: 600px;
    margin: 0 auto;
}
.concept-image {
    width: 600px;
    height: auto;
    margin-top: 40px;
}
.all-items {
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
}

.all-items a{
    text-decoration: none;
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.all-items a:hover{
    color: hsl(326, 100%, 79%);
}
.items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 630px;
    margin: 0 auto;
    margin-top: 40px;
}

.items-grid img:hover{
    opacity: 0.7;
}

.item {
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;
}

.item1 {
    width: 400px;
    height: auto;
    display: flex;
    margin-left: 350px;
    margin-top: 100px;
}
.item1 img{
    width: 200px;
}
.bunn{
    width: 400px;
    height: 90px;
    margin-left: 100px;
    margin-top: 65px;
}

.news {
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
}
.news-list{
    margin-top: 70px;
    margin-bottom: 70px;
}
.news-list li{
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
}
.more-button {
    background-color: #ffc0cb;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.footer {
    background-color: hsl(326, 100%, 79%);
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    margin-top: 20px;
}
.footer2{
    margin: 0 0 0 80px;
    width: 200px;
    height: 65px;
}

.mottomiru{
    margin: 30px;
    width: 200px;
    height: 45px;
    margin: 0 auto;
}
.mottomiru img:hover{
    opacity: 0.7;
}
.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 10px;
    margin-right: 70px;
}

.icon img{
    width: 100px;
}

.icon img:hover{
    opacity: 0.7;
}

h2 {
    font-family: serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 50px;
}
.moji{
    font-size: 20px;
    color: white;
    display: flex;
    gap: 50px;
    margin-top: 30px;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    font-style: normal;
}
.moji h3{
    color: #fff;
    text-decoration: underline hsl(326, 100%, 79%);
}


.all-items h2{
font-family: serif;
}

.main {
    text-align: center;
    padding: 20px;
}

.main h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

/* 商品説明のセクション */
.product-section {
    display: grid;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.product,.product2{
    background: #fff;
    margin-top: 20px;
    width: 1000px;
    height: 300px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
}

.product img {
    width: 350px;
    height: auto;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}



.mo{
    width: 600px;
    height: 95px;
    text-align: center;
    margin-top: 120px;
    margin-left: 10px;
}

.mo2{
    width: 600px;
    height: 95px;
    text-align: center;
    margin-top: 120px;
    margin-left: 100px;
}


.product2 img{
    width: 240px;
    height: auto;
    margin-left: 70px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.product h2 {
    font-size: 30px;
    color: #666;
}
.product2 h2{
    font-size: 30px;
    color: #666;
}

.product p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-right: 10px;
}
.product2 p{
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-right: 10px;
}
/* アイシャドウページ */
.eye,.eye2,.eye3,.eye4{
    background: #fff;
    margin-top: 20px;
    width: 1000px;
    height: 300px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
}
.mo3,.mo4,.mo5,.mo6{
    width: 600px;
    height: 95px;
    text-align: center;
    margin-left: 180px;
    margin-top: 110px;
}
.eye img{
    width: 250px;
    height: auto;
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.eye2 img{
    width: 250px;
    height: auto;
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.eye h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    text-align: center;
    margin-left: 10px;
}
.eye2 h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    text-align: center;
    margin-left: 20px;
}
.eye p{
    font-size: 20px;
    color: #000000;
    width: 360px;
    text-align: center;
}
.eye2 p{
    font-size: 20px;
    color: #000000;
    text-align: center;
    width: 380px;
}
.eye3 img{
    width: 250px;
    height: auto;
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.eye3 h2{
    font-size: 30px;
    color: #000000;
    width: 370px;
}
.eye3 p{
    font-size: 20px;
    color: #000000;
    text-align: center;
    width: 360px;
}
.eye4 img{
    width: 250px;
    height: auto;
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.eye4 h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    margin-left: 10px;
}
.eye4 p{
    font-size: 20px;
    color: #000000;
    width: 370px;
    text-align: center;
}
/* リップ */
.lip,.lip2,.lip3,.lip4{
    background: #fff;
    margin-top: 20px;
    width: 1000px;
    height: 300px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
}
.mo7,.mo8,.mo9,.mo10{
    width: 600px;
    height: 95px;
    text-align: center;
    margin-left: 180px;
    margin-top: 110px;
}
.lip img{
    width: 240px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.lip h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
}
.lip p{
    font-size: 20px;
    color: #000000;
    width: 350px;
    text-align: center;
}
.lip2 img{
    width: 240px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.lip2 h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    margin-left: 10px;
}
.lip2 p{
    font-size: 20px;
    color: #000000;
    width: 350px;
    margin-left: 10px;
    text-align: center;
}
.lip3 img{
    width: 240px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.lip3 h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    margin-left: 20px;
}
.lip3 p{
    width: 370px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-right: 170px;
}
.lip4 img{
    width: 240px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.lip4 h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    margin-left: 20px;
}
.lip4 p{
    font-size: 20px;
    color: #000000;
    width: 350px;
    margin-left: 20px;
    text-align: center;
}
/* スキンケア */
.skincare{
    background: #fff;
    margin-top: 20px;
    width: 1000px;
    height: 300px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
}
.mo11{
    width: 600px;
    height: 95px;
    text-align: center;
    margin-left: 200px;
    margin-top: 110px;
}
.skincare img{
    width: 150px;
    height: auto;
    margin-left: 90px;
    margin-top: 10px;
}
.skincare h2{
    font-size: 30px;
    color: #000000;
    width: 350px;
    text-align: center;
    margin-left: 30px;
}
.skincare p{
    font-size: 20px;
    color: #000000;
    width: 400px;
    text-align: center;
}
/* ヘアケア */
.hair{
    background: #fff;
    margin-top: 20px;
    width: 1000px;
    height: 300px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
}
.mo12{
    width: 600px;
    height: 95px;
    text-align: center;
    margin-left: 200px;
    margin-top: 110px;
}
.hair img{
    width: 150px;
    height: auto;
    margin-left: 110px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.hair h2{
    font-size: 30px;
    color: #000000;
    width: 370px;
    text-align: center;
    margin-left: 20px;
}
.hair p{
    font-size: 20px;
    color: #000000;
    width: 400px;
    text-align: center;
}


/* スマホ */
@media (max-width: 700px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }

    .header-container {
        flex-direction: column;
        align-items: flex-start;
        width: 90px;
    }

    .header-container img {
        width: 150px; /* ロゴを縮小 */
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
        width: auto;
    }

    .hero {
        margin: 10px 0;
    }

    .hero-image {
        width: 100%;
    }

    .concept-content {
        padding: 10px;
        font-size: 16px;
    }

    .concept-image {
        width: 100%;
    }

    .items-grid {
        grid-template-columns: 1fr; /* 一列表示 */
        gap: 10px;
        max-width: 100%;
    }

    .item {
        width: 100%;
        text-align: center;
    }
    .item img{
        width: 300px;
    }

    .item1 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .product, .product2, .eye, .eye2, .eye3, .eye4, .lip, .lip2, .lip3, .lip4, .skincare, .hair {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .product img, .product2 img, .eye img, .eye2 img, .lip img, .lip2 img, .skincare img, .hair img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .mo, .mo2, .mo3, .mo4, .mo5, .mo6, .mo7, .mo8, .mo9, .mo10, .mo11, .mo12 {
        margin: 10px auto;
        width: 90%;
        text-align: center;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 10px;
    }

    .footer2 {
        width: 240px;
        margin: 0 auto;
    }
    .concept-content{
        margin-right: 6px;
    }

    .icon {
        gap: 10px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .icon img {
        width: 60px;
    }
    .moji{
        margin: 50px 16px 40px 15px;
    }
    .moji h3{
        color: #fff;
        text-decoration: underline hsl(326, 100%, 79%);
    }
    .bunn{
        margin: 0;
        margin-top: 19px;
        margin-left: 10px;
    }
    .item1 img{
        width: 100px;
        height: 110px;
    }
    .product img{
        width: 240px;
        margin-top: 50px;
    }
    .product{
        width: 380px;
        height: 380px;
    }
    .mo{
        margin-top: 45px;
    }
    .mo h2{
        font-size: 25px;
    }
    .mo2 p{
        font-size: 18px;
    }
    .product2 img{
        width: 200px;
        margin-top: 20px;
    }
    .product2{
        height: 400px;
    }
    .mo2{
        margin-top: 40px;
    }
    .mo2 p{
        width: 350px;
    }
    .eye img{
        width: 190px;
        margin-top: 30px;
    }
    .eye{
        height: 360px;
    }
    .mo3{
        width: 360px;
        margin-top: 20px;
        text-align: center;
    }
    .mo3 h2{
        margin: 0;
    }
    .eye2 img{
        width: 190px;
        margin-top: 30px;
    }
    .eye2{
        height: 360px;
    }
    .mo4{
        width: 390px;
        margin-top: 20px;
        text-align: center;
    }
    .mo4 h2{
        margin: 0;
    }
    .mo4 p{
        width: 390px;
    }
    .eye3 img{
        margin: 30px 100px 0 100px;
        width: 190px;
    }
    .eye3{
        height: 360px;
    }
    .mo5{
        margin-top: 30px;
        margin-right: 23px;
    }
    .eye4 img{
        margin: 30px 100px 0 100px;
        width: 190px;
    }
    .eye4{
        height: 360px;
    }
    .mo6 h2{
        margin: 0;
    }
    .mo6{
        margin-left: 15px;
    }
    .lip img{
        width: 180px;
        margin-top: 30px;
    }
    .lip{
        width: 380px;
        height: 340px;
        margin: 0 auto;
    }
    .lip2 img{
        width: 180px;
        margin-top: 30px;
    }
    .lip2{
        width: 380px;
        height: 340px;
        margin: 0 auto;
    }
    .lip2 h2{
        margin: 0;
    }
    .lip2 p{
        margin: 0;
    }
    .lip3 img{
        width: 180px;
        margin: 30px 105px 0 105px;
    }
    .lip3{
        width: 380px;
        height: 340px;
        margin: 0 auto;
    }
    .lip3 h2{
        margin-left: 15px;
    }
    .mo9{
        margin-right: 30px;
    }
    .lip4 img{
        width: 180px;
        margin: 30px 105px 0 105px;
    }
    .lip4{
        width: 380px;
        height: 340px;
        margin: 0 auto;
    }
    .mo10 h2{
        margin: 0;
    }
    .mo10 p{
        margin: 0;
    }
    .skincare img{
        width: 150px;
    }
    .skincare{
        width: 380px;
    }
    .mo11 h2{
        margin-left: 18px;
    }
    .mo11 p{
        margin: 0 ;
        width: 380px;
        font-size: 17px;
    }
    .mo11{
        margin-right: 35px;
    }
    .hair img{
        width: 150px;
        margin-top: 20px;
    }
    .hair{
        width: 380px;
        height: 380px;
    }
    .mo12 h2{
        margin: 0 70px 0 0;
        font-size: 27px;
    }
    .mo12{
        margin-right: 37px;
        margin-top: 16px;
    }
}