@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    color: #412E27;
}

body {
    margin: 0;
    padding: 0;
}

.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.prata-regular {
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 2.0s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.mother_top {
    width: 100%
}

.top {
    text-align: center;
}

.container {
    padding-top: 100px;
    line-height: 2.5rem;
}

.container_h1{
    font-size: 1.5rem;
    padding-top: 100px;
}

.shipping_gifting {
    /* display: flex ;
        gap: 50px;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center; */
    margin: 100px;
}

.caption {
    margin: 50px;
    line-height: 2.5rem;
}

.caption2 {
    display: flex;
    line-height: 2.5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.caption2_howto{
    text-align: left;
}

.btn {
    border-radius: 50px;
    padding: 10px 80px;
    background: #ff9aa7;
    color: #FFF;
    margin: 30px 0;
    font-size: 1.5rem;
}

.caption a{
    text-decoration: none;
    color: #fff;
}

.btn2 {
    border-radius: 50px;
    padding: 10px 30px;
    background: #e69f74;
    color: #FFF;
    margin: 30px 200px;
    font-size: 1rem;
}

.btn2:hover{
    opacity: 0.7;
}


.box {
    margin: 0 0 50px;
    /* 下方向に適度な余白 */
    opacity: 0;
    /* 初期値は透明にしておく */
    transition: .5s;
    /* 動くスピードを0.5秒に指定 */
    position: relative;
    /* 相対位置の設定 */
    top: 50px;
    /* 事前に下に50pxずらしておく */
    width: 100%;
}

.box2 {
    margin: 0 0 50px;
    /* 下方向に適度な余白 */
    opacity: 0;
    /* 初期値は透明にしておく */
    transition: .5s;
    /* 動くスピードを0.5秒に指定 */
    position: relative;
    /* 相対位置の設定 */
    top: 80px;
    /* 事前に下に50pxずらしておく */
    width: 100%;
}

.box3 {
    margin: 0 0 50px;
    /* 下方向に適度な余白 */
    opacity: 0;
    /* 初期値は透明にしておく */
    transition: .5s;
    /* 動くスピードを0.5秒に指定 */
    position: relative;
    /* 相対位置の設定 */
    top: 100px;
    /* 事前に下に50pxずらしておく */
    width: 100%;
}

.box4 {
    margin: 0 0 50px;
    /* 下方向に適度な余白 */
    opacity: 0;
    /* 初期値は透明にしておく */
    transition: .5s;
    /* 動くスピードを0.5秒に指定 */
    position: relative;
    /* 相対位置の設定 */
    top: 120px;
    /* 事前に下に50pxずらしておく */
    width: 100%;
}


.active {
    opacity: 1;
    /* 透明度を元に戻す */
    top: 0;
    /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

.category_kirikae {
    width: 100%;
}

.category {
    background-image: url(../images/categorybg.jpg);
    background-size: cover;
    background-position: center top;
}

.category2 {
    text-align: center;
    padding: 400px 0 300px;
}

.category3 {
    display: flex;
    justify-content: space-evenly;
}

.category3p {
    margin: 10px 20px 100px;
    font-size: .9rem;
}
.category2_h1{
    font-size: 2.5rem;

}
.category2_caption{
    line-height: 2.5rem;
    margin: 0px 20px 50px;
    font-size: .9rem;
}


.category_img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .category_img:hover {
    opacity: 0.7;
  }
  
.message{
    text-align: center;
    width: 100%;
    margin-top: 80px;
}