@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&amp;display=swap');


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

p,
h3 {
    font-size: 16px;
    line-height: 28px;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

/*pkg変更告知*/

#contents .text .pkg {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    max-width: 430px;
    width: 90%;
    display: block;
    margin: 20px auto 0;
    color:#0e539c;
}
#contents .text .pkg img{
    display: block;
    margin: 30px auto;
    max-width: 430px;
    width: 100%;
}


/*期間限定クリスマスコピー-------------------------------------------------------------------------------------------------------*/

#contents .xmas_copy {
    color: #4985ff;
    font-size: 20px;
    font-weight: 600;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
}

/*1月1日発売-------------------------------------------------------------------------------------------------------*/

#contents .day {
    position: relative;
}

#contents .mark {
    position: absolute;
    display: inline-block;
    background-color: #d90303;
    color: #ffffff !important;
    padding: 2px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 30%;
    top: 310px;
}

@media only screen and (max-width: 767px) {

    #contents .mark {
        position: absolute;
        display: inline-block;
        background-color: #d90303;
        color: #ffffff !important;
        padding: 2px 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        left: 25%;
        top: 60%;
    }

    .sp_margin {
        padding-top: 50px;
    }
}

#contents .copywright {
    color: #333333;
    font-size: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#contents .ing_off {
    color: #333333;
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
}

/*PC---------------------------------------------------------------------------------------------------------------*/

#contents .main {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
}

#contents * {
    box-sizing: border-box;
}
/*---title---*/
#contents .title{
    background: #1074b9;
}
#contents .title h1 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contents .title h1 img {
    width: 100%;
}

/*---text---*/

#contents .text {
    padding: 60px 0 40px;
    text-align: center;
}

#contents .text h2 {
    font-size: 50px;
    font-weight: 900;
    color: #52241b;
}

#contents .text p {
    font-size: 21px;
    color: #52241b;
    line-height: 35px;
    margin: 20px 0 0;
}

/*---product---*/

#contents .product {
    width: 1024px;
    margin: 20px auto;
}

#contents .product h3.other {
    color: #52241b;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin: 60px auto 50px;
    position: relative;
    display: block;
}

#contents .product h3.newitem img{
    max-width: 300px;
    width: 60%;
    margin: 0 auto 40px;
    display: block;
}

#contents .product h3.other span{
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
#contents .product h3.other:before,
#contents .product h3.other:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    background: url("../img/line.png") repeat-x;
    transform: translateY(-50%);
    z-index: 1;
}

#contents .product h3:before {
    left: 0;
}

#contents .product h3:after {
    right: 0;
}

#contents .product ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;

}

#contents .product ul li {
    width: 32%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin: 0 5px 10px;
}

#contents .product ul li .triangle {
    position: absolute;
    right: 0;
    top: 0;
}

#contents .product ul li .triangle img {
    width: 80px;
}

#contents .product ul li .new {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #d40000;
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 50px;
    padding: 15px 0 0;
    text-align: center;
    color: #fff;
}

#contents .product img {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: auto;
}

#contents .product h4 {
    font-size: 22px;
    color: #52241b;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin: 15px 0 15px;
    letter-spacing: -1px;
}

#contents .product p {
    margin: 0 auto 10px;
    font-size: 18px;
    color: #38201b;
    text-align: left;
}

#contents .copy {
    width: 900px;
    margin: 0 auto;
}

#contents .product ul.three li {
    width: 32%;
}

#contents .product ul.three img {
    width: 100%;
}


/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    img {
        width: 100%;
        height: auto;
    }

    p,
    h3 {
        font-size: 16px;
    }

    #contents {
        width: 100%;
        text-align: center;
    }

    /*---title---*/
    #contents .title h1,
    #contents .title h1 img {
        width: 100%;
    }


    /*---text---*/
    #contents .text {
        padding: 30px 0 0;
        text-align: center;
    }

    #contents .text h2 {
        font-size: 30px;
        line-height: 38px;
    }

    #contents .text p {
        font-size: 18px;
        line-height: 32px;
        text-align: left;
        margin: 20px;
    }

    /*---product---*/
    #contents .product {
        width: 90%;
    }

    #contents .product h3.other {
        font-size: 6.6vw;
        margin: 60px 0 20px;
        width: 100vw;
            margin: 0 calc(50% - 50vw);
    }
    #contents .product h3.other span {
        padding: 0 5px;
    }

    #contents .product ul li {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin: 0;
    }

    #contents .product ul li .new img {
        width: 80px;
    }

    #contents .product ul li .triangle img {
        width: 100px;
    }

    #contents .product h4 {
        min-height: inherit;
        margin: 10px 0;
    }

    #contents .product ul.three li {
        width: 100%;
    }

    #contents .product ul.three img {
        width: 100%;
    }


    #contents .product img {
        width: 100%;
        margin: 0 0 10px;
    }

    #linkbtn {
        margin: 0 0 30px;
    }

    #contents .copy {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }


}

/*アニメーション---------------------------------------------------------------------------------------------------------------*/

.new {
    -webkit-animation-name: new;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: new;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes new {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes new {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -10px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}