/* --------------------------------------------------------------------------------------------------------------
PC
-------------------------------------------------------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

#contents #comi,
#contents #special {
    padding: 100px 0 0;
    margin: -100px 0 0;
}

#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#contents * {
    box-sizing: border-box;
}

#contents a {
    text-decoration: none;
}

#contents p,
#contents li,
#contents dt,
#contents dd,
#contents a {
    font-size: 18px;
    line-height: 24px;
    color: #561c20;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

header #globalNavi ul {
    padding: 10px 0 15px !important;
}

/*テキスト調整---------------------------------- */

#contents .product .chocokake.flame .name h3 {
    font-size: 23px;
    line-height: 26px;
}

#contents .product .chocokake.flame .name .sub {
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
    margin-top: -10px;
    padding: 5px 0 10px 0;
}


/* title---------------------------------- */

#contents .title {
    margin: 0 auto 30px;
    position: relative;
}

#contents .title h1 img {
    width: 30%;
    position: absolute;
    top: 100px;
    left: 20px;
}

#contents .title>img {
    width: 100%;
}

/* news---------------------------------- */

#contents .news {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#contents .news h2 {
    font-size: 22px;
    font-weight: bold;
    color: #561c20;
    margin: 0 0 30px;
}

#contents .news .wrap {
    margin: 20px 0 30px 40px;
}

#contents .news dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 20px;
}

#contents .news dt {
    width: 170px;
    font-size: 16px;
    padding: 4px 0 2px;
    border-radius: 5px;
    background: #df003f;
    text-align: center;
    color: #fff;
}

#contents .news dd {
    width: 570px;
    margin: 0 0 0 20px;
    padding: 4px 0 2px;
}

#contents .news dd a:hover {
    text-decoration: underline;
}

#contents .news dd a {
    position: relative;
    display: inline-block;
}

#contents .news dd a:hover {
    transition: .2s;
    color: #e2003f;

}

#contents .news img {
    width: 90px;
    height: 295px;
}

/* banner---------------------------------- */

#contents .banner_wide {
    width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
    top: -8px;
}

#contents .banner_wide li {
    margin: 0 0 20px;
}

#contents .banner_wide img {
    width: 100%;
    opacity: 1 !important;
}

#contents .banner_wide a {
    background: #fff;
    display: block;
}

#contents .banner_wide a:hover img {
    opacity: 0.5 !important;
    transition: 0.4s;
}

#contents .banner_half {
    width: 1000px;
    margin: 0 auto;
}

#contents .banner_half ul {
    display: flex;
    flex-wrap: wrap;
}

#contents .banner_half li {
    width: 49%;
    margin: 0 0 20px;
}

#contents .banner_half li:nth-child(odd) {
    margin: 0 2% 0 0;
}

#contents .banner_half img {
    width: 100%;
}


/* product---------------------------------- */

#contents .product {
    background-color: #fbc93b;
    background-image: url(../img/top/hr_prodct.jpg);
    background-size: 100px auto;
    background-position: 0 top;
    background-repeat: repeat-x;
    padding: 70px 0 100px;
}

#contents .product .tit {
    position: relative;
    width: 700px;
    margin: 0 auto 40px;
}

#contents .product .tit h2 {
    text-align: center;
}

#contents .product .tit img {
    width: 100%;
}

#contents .product .tit li {
    position: absolute;
    z-index: 1;
    top: 0;
}

#contents .product .tit li:first-child,
#contents .omiyage .tit li:first-child {
    -webkit-animation: kira1 0.8s infinite linear alternate;
    animation: kira1 0.8s infinite linear alternate;
}

#contents .product .tit li:last-child,
#contents .omiyage .tit li:last-child {
    -webkit-animation: kira2 0.8s infinite linear alternate;
    animation: kira2 0.8s infinite linear alternate;
}

@keyframes kira1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes kira2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#contents .product>ul>li {
    position: relative;
    margin: 0 0 40px;
}

#contents .product .flame {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: #fbc93b 3px solid;
    box-shadow: 0px 0px 0px 6px #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

#contents .product .flame .wrap {
    width: 55%;
    position: relative;
}

#contents .product .flame .detail {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px 0;
    position: relative;
    justify-content: space-between;
}

#contents .product .flame h3 {
    color: #681c1c;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 15px;
    line-height: 1.1;
}

#contents .product .flame .txt .icon {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 15px -2px;
}

#contents .product .flame .txt .icon li {
    background: #df003f;
    color: #fff;
    font-size: 16px;
    padding: 2px 20px;
    border-radius: 50px;
    margin: 0 10px 0 0;
}

#contents .product .txt .icon li span {
    -webkit-animation: blink 1.4s ease-in-out infinite alternate;
    -moz-animation: blink 1.4s ease-in-out infinite alternate;
    animation: blink 1.4s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

#contents .product .flame .detail p {
    line-height: 26px;
    letter-spacing: -1px;
}

#contents .product .flame .pkg img {
    width: 75px;
}

#contents .product .flame .eiyou a {
    border: 1px #561c20 solid;
    display: block;
    width: 280px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    color: #561c20;
    font-size: 16px;
    margin-top: 15px;
}


#contents .product .flame .eiyou a:hover {
    background: #561c20;
    color: #fff;
    transition: 0.4s;
}

#contents .product .flame .pict {
    width: 45%;
}

#contents .product .flame .pict img {
    width: 100%;
    border-radius: 0 8px 8px 0;
}

#contents .product .bg {
    position: absolute;
    top: 30px;
    background: url(../img/top/bg_product.png) 0 0 repeat;
    background-size: 100px auto;
    height: 270px;
    width: 100%;
    z-index: 0;
}

#contents #special .bg {
    top: 130px;
}

#contents .product .note {
    width: 900px;
    font-size: 14px;
    margin: 20px auto;

}


/* rollday---------------------------------- */
#contents .rollday {
    background: #ed9700;
}

#contents .rollday hr.day_top {
    background-image: url(../img/top/bg_gnavi.png);
    background-size: 100px auto;
    background-position: 0 top;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    border: none;
}

#contents .rollday hr.day_bottom {
    background-image: url(../img/top/hr_roolday.jpg);
    background-size: 100px auto;
    background-position: 0 top;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    border: none;
}

#contents .rollday .wrap {
    width: 800px;
    margin: 0 auto;
    padding: 25px 0;
}

#contents .rollday .wrap .tit {
    display: flex;
    flex-wrap: wrap;
}

#contents .rollday .wrap .tit img {
    width: 600px;
}

#contents .rollday .wrap .tit a {
    width: 180px;
    height: 40px;
    margin: 12px 0 0 20px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 7px 0 5px;
    color: #561c20;
    font-size: 16px;
}

#contents .rollday .wrap .tit a:hover {
    transition: 0.4s;
    background: #561c20;
    color: #fff;
}

#contents .rollday .wrap #blog a {
    width: 600px;
    margin: 10px auto 8px;
    background: #fff;
    text-align: center;
    border-radius: 80px;
    padding: 15px 0 15px;
    font-weight: bold;
    color: #df003f;
    display: block;

}

#contents .rollday .wrap #blog a:hover {
    background: #df003f;
    transition: 0.4s;
    color: #fff;
}

/* omiyage---------------------------------- */

#contents .omiyage {
    background: url(../img/top/bg_omiyage.jpg) 0 0 repeat;
    background-size: 60px auto;
    padding: 60px 0 0;
}

#contents .omiyage .tit {
    position: relative;
    width: 800px;
    margin: 0 auto 10px;
}

#contents .omiyage .tit h2 {
    text-align: center;
}

#contents .omiyage .tit li {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}

#contents .omiyage .tit img {
    width: 800px;
    height: 216px;
}

#contents .omiyage h2 {
    text-align: center;
}

#contents .omiyage li {
    width: 900px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
}

#contents .omiyage li .image {
    width: 47%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #edcf7b;
}

#contents .omiyage li a:hover img {
    transition: 0.4s;
}

#contents .omiyage li .image img {
    width: 100%;
}

#contents .omiyage li .text {
    width: 50%;
    margin: 30px 0 0 3%;
}

#contents .omiyage li .text h3 {
    color: #681c1c;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}

#contents .omiyage li .text p {
    line-height: 28px;
}

#contents .omiyage li .text a {
    display: block;
    background: #df003f;
    text-align: center;
    color: #fff;
    width: 350px;
    padding: 18px 0;
    border-radius: 50px;
    margin: 30px 0 0;
}

#contents .omiyage li .text a:hover {
    background: #fa5886;
    transition: 0.4s;
}

#contents .omiyage .button {
    margin: 0 0 90px;
}

#contents .omiyage .button a {
    display: block;
    background: #df003f;
    text-align: center;
    color: #fff;
    width: 400px;
    padding: 22px 0;
    border-radius: 50px;
    margin: 50px auto 0;
}

#contents .omiyage .button a:hover {
    background: #fa5886;
    transition: 0.4s;
}

#contents .omiyage hr {
    background-image: url(../img/top/hr_omiyage.jpg);
    background-size: 100px auto;
    background-position: 0 top;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    border: none;
}

/* son---------------------------------- */
#contents .son {
    text-align: center;
    background: #b6d56a;
    padding: 40px 0 0;
    text-align: center;

}

#contents .son a {
    background: #fff;
    width: 500px;
    margin: 0 auto;
    display: inline-block;
    margin: 0 0 40px;
    padding: 24px 20px 20px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    line-height: 34px;
    color: #74a304;
    border: 3px solid #74a304;
}

#contents .son a:hover {
    background: #74a304;
    transition: 0.4s;
    color: #fff;
}

#contents .son a:hover img {
    opacity: 1 !important;
}

#contents .son img.left {
    position: absolute;
    width: 160px;
    left: -100px;
    bottom: -20px;
    opacity: 1 !important;
}

#contents .son img.right {
    position: absolute;
    width: 170px;
    right: -110px;
    bottom: -25px;
    opacity: 1 !important;
}

#contents .son hr {
    background-image: url(../img/top/hr_son.jpg);
    background-size: 100px auto;
    background-position: 0 top;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    border: none;
}

/* textarea---------------------------------- */

#textarea {
    width: 1000px;
    margin: 50px auto;
}

#textarea h2 img {
    width: 100%;
    margin: 0 auto;
}

#textarea * {
    box-sizing: border-box;
}

#textarea .wrap {
    overflow: hidden;
}

#textarea .txt {
    width: 65%;
    margin: 0 5% 0 0;
    float: left;
}

#textarea .image {
    width: 30%;
    float: right;
}

#textarea .image img {
    width: 80%;
    height: auto;
}

#textarea h2 img {
    margin: 0 auto 50px;
    text-align: center;
    width: 850px;
}

#textarea h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #681c1c;
    font-weight: bold;
}


#textarea h3 span {
    display: inline-block;
    text-align: center;
    color: #df003f;
    width: 70px;
    border: 1px #df003f solid;
    font-size: 16px;
    padding: 3px 0;
    margin: 0 0 0 10px;
    border-radius: 50px;
}

#textarea li {
    line-height: 28px;
    margin-left: 1em;
    text-indent: -1em;
}

#textarea li a {
    position: relative;
    padding: 0 0 0 20px;
}

#textarea li a {
    position: relative;
    padding: 0 0 0 20px;
}

#textarea li a:hover {
    text-decoration: underline;
}

#textarea li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #df003f;
    border-right: solid 2px #df003f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: -20px;
    margin: 0 20px;
}

#textarea textarea {
    width: 100%;
    padding: 15px 20px 2px;
    margin: 0 0 20px;
    border: 1px solid #482b17;
    border-radius: 5px;
    font-size: 16px;
}

#textarea textarea.main_come {
    height: 150px;
}

#textarea #come input {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 70%;
    display: block;
    border-radius: 50px !important;
    margin: 30px auto 40px;
    border: none;
    display: block;
    background: #df003f;
    text-align: center;
    color: #fff;
    width: 400px;
    padding: 22px 0;
    font-size: 18px;
}

#textarea #come input:hover {
    cursor: pointer;
    box-shadow: none;
    background: #fa5886;
    transition: 0.4s;
}

#textarea .button {
    widows: 100%;
    text-align: center;
    clear: both;
    margin: 50px auto 0;
}

#textarea .button a {
    display: inline-table;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    clear: both;
}

#textarea .ban {
    width: 800px;
    margin: 40px auto;
}

#textarea .ban img {
    width: 100%;
}

#textarea .ban a:hover img {
    transition: 0.4s;
}


/* eiyou---------------------------------- */

#superbox{
    width: 900px !important;
    height: 550px !important;
}
#superbox iframe {
    width: 900px !important;
    height: 500px !important;
}

#superbox {
    border: #ffe0c1 2px solid;
    border-radius: 10px;
}

/* footer---------------------------------- */

#contents footer {
    background: #681c1c;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    margin: 100px 0 0;
}

/* anime---------------------------------- */

.fuwafuwa2 {
    -webkit-animation: fuwafuwa2 2s infinite linear alternate;
    animation: fuwafuwa2 2s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa2 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -5px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes fuwafuwa2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}


/* --------------------------------------------------------------------------------------------------------------
SP
-------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #contents img {
        width: 100%;
        height: auto;
    }

    #superbox {
        width: 90% !important;
        height: 90vh !important;
        border-radius: none !important;
        overflow-y: hidden;
    }

    #superbox iframe {
        width: 100% !important;
        height: 90vh !important;
        border-radius: none !important;
    }

    #superbox-innerbox {
        height: 90vh !important;
        margin:20px 0
    }

    /* title---------------------------------- */

    #contents .title {
        width: 100%;
        overflow: none;
        margin: 0 auto 30px;
        position: relative;
        text-align: center;
    }

    #contents .title h1 img {
        display: none;
    }

    /* news---------------------------------- */

    #contents .news {
        width: 95%;
        margin: 0 auto;
        position: relative;
        padding: 0 0 30px;
    }

    #contents .news h2 {
        margin: 0 0 20px;
    }

    #contents .news .wrap {
        margin: 20px 0 0 0;
    }

    #contents .news dl {
        display: block;
        margin: 0 0 20px;
    }

    #contents .news dt {
        width: 150px;
        font-size: 16px;
        margin: 0 0 10px;
        padding: 2px 0 0px;
    }

    #contents .news dd {
        width: 100%;
        margin: 0 0 0 4px;
    }

    #contents .news img {
        width: 50px;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /* banner---------------------------------- */

    #contents .banner_wide {
        width: 95%;
        margin: 0 auto 60px;
    }

    #contents .banner_half {
        width: 100%;
        margin: 0 auto;
    }

    #contents .banner_half li {
        width: 100%;
        margin: 0 0 20px;
    }

    #contents .banner_half li:nth-child(odd) {
        margin: 0;
    }


    /* product---------------------------------- */
    #contents .product {
        padding: 60px 0;
    }

    #contents .product .tit {
        width: 100%;
        margin: 0 auto 20px;
    }

    #contents .product .tit h2 {
        text-align: center;
    }

    #contents .product>ul>li {
        position: relative;
        margin: 0 0 30px;
    }

    #contents .product .flame {
        width: 90%;
    }

    #contents .product .flame .wrap {
        width: 100%;
    }

    #contents .product .flame h3 {
        font-size: 22px;
        letter-spacing: -2px;
    }


    #contents .product .flame .txt .icon li {
        font-size: 14px;
        padding: 2px 16px;
    }

    #contents .product .flame .detail {
        width: 100%;
        margin-bottom:20px;
        padding: 15px 15px 0;
    }

    #contents .product .flame .detail .txt{
        width: calc(100% - 70px);
    }

    #contents .product .flame .detail p {
        font-size: 16px;
        line-height: 28px;
    }

    #contents .product .flame .detail br {
        display: none !important;
    }

    #contents .product .flame .pkg img {
        width: 60px;
        margin: 0;
    }

    #contents .product .flame .eiyou a {
        width:100%;
        font-size: 14px;
        padding: 10px 0;
        margin: 10px 0 0;
    }

    #contents .product .flame .eiyou a:hover {
        background: #561c20;
        color: #fff;
        transition: 0.4s;
    }

    #contents .product .flame .pict {
        width: 100%;
        text-align: center;
        margin: 0 auto;

    }

    #contents .product .flame .pict img {
        width: 100%;
        margin: 0 auto;
        border-radius: 0px 0px 8px 8px;
    }

    #contents .product .bg {
        height: 90%;
    }

    #contents #special .bg {
        height: 80%;
    }

    #contents .product .note {
        width: 90%;
    }

    /* rollday---------------------------------- */

    #contents .rollday .wrap {
        width: 95%;
        margin: 0 auto;
        padding: 35px 0;
    }

    #contents .rollday .wrap .tit img {
        width: 100%;
    }

    #contents .rollday .wrap .tit a {
        width: 100%;
        background: #561c20;
        height: auto;
        margin: 20px auto 0;
        padding: 15px 0;
        color: #fff;
        font-size: 16px;
    }

    #contents .rollday .wrap #blog a {
        width: 100%;
        margin: 20px auto 10px;
        padding: 15px 0;
        line-height: 28px;
        background: #e2003f;
        color: #fff;
        font-weight: normal;
        font-size: 16px;

    }

    /* omiyage---------------------------------- */

    #contents .omiyage {
        padding: 40px 0 0;
    }

    #contents .omiyage .tit {
        width: 100%;
        margin: 0 auto 10px;
    }

    #contents .omiyage .tit img {
        width: 100%;
        height: auto;
    }

    #contents .omiyage .tit li img {
        width: 100%;
        height: 100%;
    }

    #contents .omiyage h2 {
        text-align: center;
    }

    #contents .omiyage li {
        width: 90%;
        margin: 0 auto 30px;
    }

    #contents .omiyage li .image {
        width: 90%;
        margin: 0 auto;
    }

    #contents .omiyage li .text {
        width: 100%;
        text-align: center;
        margin: 30px 0 0 0;
    }

    #contents .omiyage li .text h3 {
        color: #681c1c;
        font-size: 22px;
        margin: 0 0 10px;
    }

    #contents .omiyage li .text a {
        width: 95%;
        padding: 22px 0;
        border-radius: 50px;
        margin: 20px auto 0;
    }

    #contents .omiyage .button {
        margin: 0 0 60px;
    }

    #contents .omiyage .button a {
        width: 88%;
        padding: 22px 0;
        margin: 30px auto 0;
    }


    /* son---------------------------------- */
    #contents .son {
        width: 100%;
    }

    #contents .son a {
        width: 90%;
        font-size: 16px;
        text-align: left;
    }

    #contents .son img.left {
        width: 100px;
        left: auto;
        right: 0;
        bottom: -30px;
    }

    #contents .son img.right {
        display: none;
    }

    /* textarea---------------------------------- */
    #textarea {
        width: 90%;
        margin: 50px auto;
    }

    #textarea img {
        margin: 0 auto 30px;
        text-align: center;
        width: auto;
    }

    #textarea .txt {
        width: 100%;
        float: none;
    }

    #textarea .image {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    #textarea h2 img {
        width: 100%;
        margin: 0 auto 30px;
    }

    #textarea h3 {
        width: 100%;
    }

    #textarea li {
        list-style: none;
        line-height: 32px;
    }

    #textarea li a {
        word-break: break-all;

    }

    #textarea textarea {
        width: 100%;
    }

    #textarea textarea.main_come {
        height: 150px;
    }

    #textarea #come input {
        width: 100%;
        margin: 10px auto 40px;
    }

    #textarea .ban {
        width: 100%;
        margin: 40px auto 0;
    }



    .fadein {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.5s;
    }


    @media print {
        @page {
            margin: 19.05mm;
        }

        body {
            width: 1500px;
            transform: scale(0.5, 0.5);
            transform-origin: left top;
            overflow: visible !important;
            -webkit-print-color-adjust: exact;
        }
    }