@charset"utf-8"
/*スマホ用CSS*/

@media screen and (max-width:480px)
/*ウィンドウの幅が0～480px*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Roboto:wght@400;900&display=swap');

/*--グーグルフォント--*/


/*ボディ*/

body {
    margin: 0;
    /*他のブロックとのスペース*/
    padding: 0;
    /*文字周り上下の余白*/
    font-size: 15px;
    /*文字サイズ*/
    line-height: 1.5;
    /*行の高さ*/
    font-family: 'Noto Sans JP', sans-serif;
    /*--グーグルフォント--*/
    font-family: 'Roboto', sans-serif;
    /*--グーグルフォント--*/
}

body img {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    touch-callout: none;
    -webkit-touch-callout: none;
}

body p {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    touch-callout: none;
    -webkit-touch-callout: none;
}


/*サブボディ*/


/*------------------------------*/

a {
    text-decoration: none;
    /* テキストの下線を消す */
    color: #000;
}

p {
    margin: 0;
    /*他のブロックとのスペース*/
    padding: 0;
    text-align: left;
    letter-spacing: 0.1em;
    /*文字間*/
}

li {
    list-style: none;
    display: inline;
}


/*------------------------------*/


/*ヘッダー*/

header {
    box-sizing: border-box;
    padding: 0;
    /*上下の余白*/
    margin: 0 auto;
}

.header-top {
    background: url(img/background001.png);
    background-position: top;
    background-size: cover;
}

.header-title {
    padding: 0.5em 0 0;
}

h1 {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
}

.top-title {
    display: block;
    width: 100%;
    line-height: 1.3;
    font-size: 0.8em;
    text-align: center;
    margin: 0 auto;
}

.sab-title {
    display: block;
    width: 100%;
    line-height: 1.3;
    font-size: 0.5em;
    text-align: center;
    margin: 0 auto;
}

h2 {
    display: block;
    color: #000;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
}


/*------------------------------*/

.header-bottom {
    display: block;
    box-sizing: border-box;
}

.header-img {
    max-width: 100%;
}

.header-bottom img {
    width: 100%;
    vertical-align: bottom;
    line-height: 0em;
}


/*------------------------------*/


/*メイン*/

main {
    display: block;
}

.navigation {
    margin: 0;
}

.main-nav ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.main-nav li {
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    float: left;
    width: 33.33333%;
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    text-align: center;
    padding: 1em 0 0;
    border-bottom: solid 5px #ff8dc3;
}

.main-nav ul {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}

.main-nav li {
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    float: left;
    width: 33.33333%;
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    text-align: center;
    padding: 1em 0 0;
    border-bottom: solid 5px #ff8dc3;
}

.main-nav li:nth-child(2) {
    border-bottom: solid 5px pink;
}

.fa-mug-hot {
    color: gray;
    padding-right: 0.2em;
}

.fa-utensils {
    color: gray;
    padding-right: 0.2em;
}

.fa-gift {
    color: gray;
    padding-right: 0.2em;
}

.fa-tv {
    color: gray;
    padding-right: 0.2em;
}

.main-contents {
    box-sizing: border-box;
    width: 100%;
    clear: both;
    margin-bottom: 1em;
}

.main-contents-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0.8em 0;
}

h3 {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 auto;
    width: 60%;
    line-height: 2;
    font-weight: bold;
}

.contents-title-icon-l {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 15%;
}

.contents-title-icon-r {
    display: inline-block;
    float: right;
    vertical-align: text-bottom;
    width: 15%;
    transform: scale(-1, 1);
}

.contents-title-icon-l img {
    padding-left: 3em;
    width: 70%;
}

.contents-title-icon-r img {
    padding-left: 3em;
    width: 70%;
}

.article-box {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.article {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.post {
    text-align: center;
    display: block;
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding: 0.5em 0.5em;
    /*ボタンの文字周り上下に余白*/
    border: 1px solid #ff8dc3;
    margin: 0.8em 1% 0;
    border-radius: 1em;
}

.video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 20px 0 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.goods {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

.goods img {
    width: 100%;
    vertical-align: middle;
}

.goods-text {
    display: block;
}

.goods-title {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
    height: 80px;
}

.YouTube-title {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
    height: 90px;
    overflow: auto;
}


/*------------------------------*/


/* トップに戻る */

.return-top {
    clear: both;
}

.return-top p {
    text-align: center;
    /*右揃え*/
    font-size: 0.8em;
}


/*------------------------------*/


/* フッター */

.under-navigation {
    margin: 1em 0 0;
}

.footer-nav {}

.footer-nav ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.footer-nav li {
    font-size: 0.7em;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width: 25%;
    text-align: center;
    float: left;
    padding: 1em 0 0;
    border-bottom: solid 5px pink;
}

.footer-nav li:nth-child(2) {
    border-bottom: solid 5px #ff8dc3;
}

.footer-nav li:nth-child(4) {
    border-bottom: solid 5px #ff8dc3;
}

.terms p {
    font-size: 0.8em;
    text-align: center;
}

.copyright {
    background: url(img/background002.png);
    background-position: top;
    background-size: cover;
    clear: both;
    text-align: center;
    padding-top: 1em;
    /*文字回り上の余白*/
}

.copyright p {
    margin: 0 auto;
    text-align: center;
    font-size: 0.5em;
}

.copyright-text {
    font-weight: bold;
    padding-bottom: 0.5em;
}


/*------------------------------*/


/*------------------------------*/


/*スマホ横用CSS*/

@media screen and (min-width:481px)
/*ウィンドウの幅が481px～*/

    {
    body {
        font-size: 25px;
        /*文字サイズ*/
    }

    img {
        max-width: 481px;
    }

    /*------------------------------*/
    /*ヘッダー*/
    /*------------------------------*/
    /*メイン*/
    h3 {
        line-height: 2.5;
    }

    .post {
        width: 31.3%;
        margin: 0.8em 1%;
    }

    .goods-title {
        height: 100px;
    }

    .YouTube-title {
        font-size: 0.6em;
        height: 100px;
        overflow: auto;
    }

    /*------------------------------*/
    /* フッター */
}


/*スマホ横用CSS終わり*/


/*------------------------------*/


/*------------------------------*/


/*PC用CSS*/

@media screen and (min-width:960px)
/*ウィンドウの幅が960px～*/

    {
    body {
        font-size: 25px;
        /*文字サイズ*/
    }

    #sab-body {}

    img {
        max-width: 960px;
    }

    /*------------------------------*/
    /*ヘッダー*/
    /*------------------------------*/
    /*メイン*/
    main {
        margin: 0 auto;
        box-sizing: border-box;
        width: 65%;
        padding-top: 1em;
    }

    .main-nav a:hover {
        color: #ff8dc3;
    }

    .contents-title-icon-l {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        width: 15%;
    }

    .contents-title-icon-r {
        display: inline-block;
        float: right;
        vertical-align: text-bottom;
        width: 15%;
        transform: scale(-1, 1);
    }

    .contents-title-icon-l img {
        padding-left: 8em;
        width: 60%;
    }

    .contents-title-icon-r img {
        padding-left: 8em;
        width: 60%;
    }

    h4 {
        height: 180px;
    }

    /*------------------------------*/
    /* フッター */
    .footer-nav a:hover {
        color: #ff8dc3;
    }

    .copyright br {
        display: none;
    }

    .copyright {
        background: url(img/background002.png);
        background-position: top;
        background-size: cover;
        clear: both;
        text-align: center;
        padding-top: 2.5em;
        /*文字回り上の余白*/
    }

    .copyright-text {
        padding-bottom: 0.5em;
    }
}


/*PC用CSS終わり*/
