html {
    font-size: 62.5%;
    font-family: sans-serif;
}
body {
    background-image: url(../images/bg-pink.png);
    background-size: 1280px auto;
    background-position: left 1% auto;
    padding: 64px 0 0;
    font-weight: bold;
    counter-reset: number 0;
}
@media print, screen and (max-width: 768px) {
    body {
        background-size: 100vw auto;
        padding-top: 5.2vw;
    }
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media print, screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.attention li {
    display: block;
    padding-left: 1em;
}
.attention li::before {
    content: "※";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}

header {
    position: relative;
    background: linear-gradient( #F9DBE8, #FFFBDA, #C6E7F9);
}
header::before,
header::after {
    position: absolute;

    display: block;

    width: 100%;
    height: 65px;
    content: "";

    background-image: url(../images/ornament.png);
    background-repeat: repeat-x;
    background-size: contain;
}

header::before {
    top: -15px;
}
header::after {
    bottom: -36px;
}
/* header .inner {
    background-image: url(../images/pattern.png);
    background-size: 909px auto;
    padding-bottom: 46px;
} */
header .inner {
    background-image: url(../images/big-pattern.png);
    background-size: auto 100%;
    background-position: center;
    padding-bottom: 46px;
}

header #logo {
    position: absolute;
    top: -1.8%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 23%;
    max-width: 361px;
}

header .main-image {
    width: 80.78%;
    max-width: 1034px;
    margin: 0 auto 15%;
}
header h1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 24%;
    width: 56.17%;
    max-width: 719px;
    margin: 0 auto;
}
header .date-wrapper {
    width: 75.3125%;
    max-width: 964px;
    margin: 0 auto;
    /* background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1); */
}
header .date-wrapper .date:first-of-type {
    width: 99.68%;
    margin-bottom: 2%;
}
@media print, screen and (max-width: 768px) {
    header::before,
    header::after {
        height: 5.2vw;
    }

    header::before {
        top: -1.9vw
    }
    header::after {
        bottom: -3.6vw;
    }
    /* header .inner {
        background-size: 84vw auto;
        padding-bottom: 4.5vw;
    } */
    header .inner {
        padding-bottom: 4.5vw;
    }

    header #logo {
        top: -2vw;
        width: 31.9vw;
        max-width: 361px;
    }

    header .main-image {
        width: 91.5vw;
        margin: 0 auto 17.2vw;
    }
    header h1 {
        bottom: 32.8vw;
        width: 64.2vw;
    }
    header .date-wrapper {
        width: 75.3125%;
        max-width: 964px;
        margin: 0 auto;
    }
    header .date-wrapper .date:first-of-type {
        width: 99.68%;
        margin-bottom: 2%;
    }
}

article {
    margin: 80px 0 0;
}
article section,
section#special .inner {
    width: 78.125%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media print, screen and (max-width: 768px) {
    article {
        margin: 4.9vw 0 0;
    }
    article section,
    section#special .inner {
        width: 86.9vw;
    }
}

section#special {
    background-color: #FFFFF2;
    padding: 100px 0 135px;
    width: 100%;
    max-width: 100%;
}
section#special p {
    font-size: 26px;
    line-height: 1.7;
}
section#special h6 {
    position: relative;
    margin: 80px 0 40px;
}
section#special h6 span {
    display: inline-block;
    background-color: #FFFFF2;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    z-index: 2;
    padding-right: 10px;
}
section#special h6::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #9fa0a0;
    margin: auto;
}
section#special .special-text,
section#special .special-text + .attention {
    width: 97.1%;
    margin: 0 auto;
}
section#special .special-text + .attention {
    margin: 20px auto 35px;
    font-size: 24px;
}
section#special .special-text img:last-of-type {
    margin-top: 2%;
}

section#special .post-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../images/card-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6% 5%;
    box-sizing: border-box;
    margin-bottom: 35px;
}
section#special .post-cards img {
    width: 22%;
}
section#special .post-cards img:nth-last-of-type(-n+4) {
    margin-top: 6%;
}
section#special .post-cards + p,
section#special p + .attention {
    font-size: 24px;
}
section#special .post-cards + p {
    margin-bottom: 35px;
}
section#special .post-cards + p sup {
    font-size: 18px;
    vertical-align: super;
}
section#special p + .attention {
    margin-top: 35px;
}
section#special p + .attention li {
    padding-left: 2em;
}
section#special p + .attention li::before {
    margin-left: -2.2em;
    width: 2em;
    counter-increment: number 1; /* number ã‚«ã‚¦ãƒ³ã‚¿ã®å¢—åŠ æ•°ã‚’ã‚»ãƒƒãƒˆ */
    content: "※" counter(number);
}
@media print, screen and (max-width: 768px) {
    section#special {
        padding: 6.5vw 0 5.5vw;
        margin-bottom: 7vw;
    }
    section#special .inner {
        padding: 5.4vw 0 5.2vw;
    }
    section#special p {
        font-size: 13px;
        line-height: 1.7;
    }
    section#special h6 {
        position: relative;
        margin: 8.7vw 0 2.4vw;
    }
    section#special h6 span {
        font-size: 15px;
        padding-right: 1.5vw;
    }
    section#special .special-text,
    section#special .special-text + .attention {
        width: 100%;
    }
    section#special .special-text + .attention {
        margin: 5.2vw auto 6.2vw;
        font-size: 12px;
    }

    section#special .post-cards {
        padding: 7.6vw 5.2vw;
        margin-bottom: 7.6vw;
        background-image: url(../sp-images/card-bg.png);
    }
    section#special .post-cards img {
        width: 35.4vw;
        margin-bottom: 0;
    }
    section#special .post-cards + p,
    section#special p + .attention {
        font-size: 12px;
    }
    section#special .post-cards + p {
        margin-bottom: 5.8vw;
    }
    section#special .post-cards + p sup {
        font-size: 10px;
    }
    section#special p + .attention {
        margin-top: 5.8vw;
    }
}

section#original-goods {
    margin-top: 140px;
    background-color: #FFF;
    padding: 5%;
}
@media print, screen and (max-width: 768px) {
    section#original-goods {
        margin-top: 6.5vw;
        padding: 2.8vw 6.5vw;
    }
}

section#original-goods .goods-wrapper {
    border-top: 1px solid #F39800;
    padding: 80px 0;
}
section#original-goods .goods-wrapper:last-of-type {
    border-bottom: 1px solid #F39800;
}
section#original-goods .goods-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
section#original-goods .goods-header h4 {
    font-size: 38px;
    font-weight: bold;
    width: 81%;
    max-width: 810px;
    letter-spacing: -0.05em;
}
section#original-goods .goods-header h4::first-letter {
    color: #E74291;
}
section#original-goods .goods-header h4 span.small {
    font-size: 30px;
}

section#original-goods .goods-header .price {
    font-size: 38px;
    font-weight: bold;
    color: #00496D;
    margin: 0 0 0 auto;
}
section#original-goods .goods-header .price span {
    font-size: 24px;
    font-weight: normal;
}
section#original-goods .goods-header .price img {
    width: 20px;
    vertical-align: baseline;
    margin-left: 2px;
}

section#original-goods .goods-image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
section#original-goods .goods-image div p {
    margin-top: 15px;
}
section#original-goods .goods-image + p {
    font-size: 20px;
    margin-top: 35px;
}
@media print, screen and (max-width: 768px) {
    section#original-goods .goods-wrapper {
        padding: 14.3vw 0 11.7vw;
    }
    section#original-goods .goods-wrapper:first-of-type {
        border: none;
    }
    section#original-goods .goods-header {
        margin-bottom: 4.6vw;
        justify-content: flex-end;
    }
    section#original-goods .goods-header h4 {
        font-size: 18px;
        width:100%;
        max-width: 100%;
    }
    section#original-goods .goods-header h4 span.small {
        font-size: 14px;
        display: block;
        margin-left: -0.5em;
    }
    section#original-goods .goods-header .price {
        font-size: 18px;
    }
    section#original-goods .goods-header .price span {
        font-size: 10px;
    }
    section#original-goods .goods-header .price img {
        width: 2.7vw;
    }
    section#original-goods .goods-header .price + h4 {
        margin-top: 3vw;
    }


    section#original-goods .goods-image {
        font-size: 10px;
    }
    section#original-goods .goods-image div p {
        margin-top: 2vw;
    }
    section#original-goods .goods-image + p {
        font-size: 10px;
        margin-top: 5.8vw;
    }
}

/* 枠付きアクリルスタンド */
section#original-goods .goods01 .goods-image div {
    width: 21.3%;
}

/* グリッター缶バッジコレクション */
section#original-goods .goods02 .goods-image {
    max-width: 730px;
}
section#original-goods .goods02 .goods-image::after{
    content:"";
    display: block;
    width:23.2%;
}
section#original-goods .goods02 .goods-image img {
    width: 23.2%;
    margin-bottom: 2%;
}

/* ゆらゆらゆれる♡アクリルキーホルダー */
section#original-goods .goods03 .goods-header {
    justify-content: flex-end;
}
section#original-goods .goods03 .goods-header h4 {
    width: 100%;
    max-width: 100%;
}
section#original-goods .goods03 .goods-image div {
    display: flex;
    justify-content: space-between;
    width: 18.5%;
}
section#original-goods .goods03 .goods-image div p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    margin-top: 0;
}
section#original-goods .goods03 .goods-image div img {
    width: 78.9%;
}

/* アクリルクリップバッジ */
section#original-goods .goods04 .goods-image {
    width: 53%;
}
section#original-goods .goods04 .goods-image img {
    width:30%;
    margin-bottom:8%;
}
section#original-goods .goods04 .goods-image img:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
}

/* スクエアマグネット */
section#original-goods .goods05 .goods-image {
    width: 55%;
}
section#original-goods .goods05 .goods-image img {
    width:30%;
    margin-bottom: 4%;
}
section#original-goods .goods05 .goods-image img:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
}

/* タペストリー */
section#original-goods .goods06 .goods-image div {
    width: 20.6%;
}

/* クリアボトル */
section#original-goods .goods07 .goods-image {
    max-width: 596px;
}

/* グリッターコースター */
section#original-goods .goods08 .goods-image {
    max-width: 306px;
}

/* カードポケット */
section#original-goods .goods09 .goods-image {
    max-width: 230px;
}

/* ケース付きレザーミラー */
section#original-goods .goods10 .goods-image {
    width: 68.5%;
}
section#original-goods .goods10 .goods-image div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section#original-goods .goods10 .goods-image div img {
    width: 89.7%;
}
section#original-goods .goods10 .goods-image div:last-of-type img {
    width: 72.3%;
}
section#original-goods .goods10 .goods-image div p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    margin: 0 2%;
}
section#original-goods .goods10 .goods-image div p::first-letter {
    color: #F39800;
}
@media print, screen and (max-width: 768px) {
    /* 枠付きアクリルスタンド */
    section#original-goods .goods01 .goods-image div {
        width: 33.8vw;
        margin-bottom: 6.5vw;
    }
    section#original-goods .goods01 .goods-image div:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }

    /* グリッター缶バッジコレクション */
    section#original-goods .goods02 .goods-image {
        max-width: 100%;
    }
    section#original-goods .goods02 .goods-image::after{
        content:"";
        display: none;
    }
    section#original-goods .goods02 .goods-image img {
        width: 23.4vw;
        margin-bottom: 2vw;
    }

    /* ゆらゆらゆれる♡アクリルキーホルダー */
    section#original-goods .goods03 .goods-header h4 .small {
        display: inline;
        margin-left: 0;
    }
    section#original-goods .goods03 .goods-image div {
        width: 31.6vw;
        margin-bottom: 6.5vw;
    }
    section#original-goods .goods03 .goods-image div:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }
    section#original-goods .goods03 .goods-image div img {
        width: 26vw;
    }
    section#original-goods .goods03 .goods-image + p span.sp {
        display: inline;
        width: 4em;
    }

    /* アクリルクリップバッジ */
    section#original-goods .goods04 .goods-image {
        width: 100%;
    }
    section#original-goods .goods04 .goods-image img {
        width: 23.9vw;
        margin-bottom:4vw;
    }

    /* スクエアマグネット */
    section#original-goods .goods05 .goods-image {
        width: 100%;
    }
    section#original-goods .goods05 .goods-image img {
        width: 23.9vw;
        margin-bottom:4vw;
    }

    /* タペストリー */
    section#original-goods .goods06 .goods-image div {
        width: 34.6vw;
        margin-bottom: 6.5vw;
    }
    section#original-goods .goods06 .goods-image div:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }

    /* グリッターコースター */
    section#original-goods .goods08 .goods-image {
        width: 32.4vw;
    }

    /* カードポケット */
    section#original-goods .goods09 .goods-image {
        width: 30.4vw;
    }

    /* ケース付きレザーミラー */
    section#original-goods .goods10 .goods-image {
        width: 100%;
    }
    section#original-goods .goods10 .goods-image div {
        width: 54%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    section#original-goods .goods10 .goods-image div:nth-of-type(2) {
        width: 46%;
    }
    section#original-goods .goods10 .goods-image div img {
        width: 89.7%;
    }
    section#original-goods .goods10 .goods-image div:last-of-type img {
        width: 72.3%;
    }
    section#original-goods .goods10 .goods-image div p {
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        text-orientation: unset;
        text-align: center;
        margin: 1vw 0;
    }
    section#original-goods .goods10 .goods-image div p span {
        display: none;
    }

    section#original-goods .goods10 .goods-image div p::first-letter {
        color: #000;
    }
    section#original-goods .goods10 .goods-image div:first-of-type img {
        order: 1;
    }
    section#original-goods .goods10 .goods-image div:first-of-type p {
        order: 2;
    }
}

/* 販売元 */
section#original-goods .vender {
    margin-top: 24px;
    font-size: 14px;
    text-align: right;
}
@media print, screen and (max-width: 768px) {
    section#original-goods .vender {
        margin-top: 5.8vw;
        font-size: 10px;
    }

}

/* ==============================
  フッター
============================== */
footer {
    padding: 48px 0;
    text-align: center;
    font-size: 14px;
}
@media print, screen and (max-width: 768px) {
    footer {
        padding: 5.8vw 0;
        font-size: 10px;
    }
}
