@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}

.snscp-sp {
    display: none;
}

.lato {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

.zen {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

/* メインビジュアル　*/

#snscp-mainvisual {
    width: 100%;
    background-size: cover;
    background-position: center;
}

#snscp-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

.snscp-bg {
    background-color: #F7F6F6;
    color: #000;
    padding-bottom: 80px;
    overflow: hidden;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.snscp-top-bg {
    background-image: url(../../img/usr/snscp2025/bg_top.png);
    background-position: center;
}

/* リード */
.snscp-lead {
    background-image: url(../../img/usr/snscampaign202502/bg_lead.png);
    text-align: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.snscp-leadtext-box {
    margin-bottom: 100px;
}

.snscp-leadtext {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.snscp-leadtextred {
    color: #FE0001;
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.snscp-leadtextred40 {
    font-size: 4rem;
}

.underline-pink {
    display: inline-block;
    position: relative;
}

.underline-pink::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background-color: #F4B7A1;
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: -1;
}

/* デニッシュセット */
.snscp-item-flex {
    display: flex;
    width: 1180px;
    margin: 0 auto;
    justify-content: space-between;
}

.snscp-item-flex-left {
    margin-top: -50px;
    width: 530px;
}

.snscp-item-flex-left img {
    width: 100%;
}

.snscp-item-flex-right {
    display: flex;
    width: 595px;
    flex-wrap: wrap;
    gap: 29px 40px;
}

.snscp-item-list {
    width: 171px;
    height: 252px;
    color: #823718;
}

.snscp-item-name {
    font-size: 1.7rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    height: 50px;
    margin-bottom: 10px;
}

.snscp-item-name span {
    font-size: 1.4rem;
}

.snscp-item-img {
    width: 100%;
    margin-bottom: 10px;
}

.snscp-item-text {
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
}

/* 参加方法 */

.snscp-sanka {
    padding: 80px 0;
    background-image: url(../../img/usr/snscampaign202502/bg_entry.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.snscp-sanka-title-box {
    width: 1180px;
    position: relative;
    margin: 0 auto;
}

.snscp-sanka-illust01 {
    width: 181px;
    height: 113px;
    position: absolute;
    top: 0;
    left: 100px;
}

.snscp-sanka-illust02 {
    width: 193px;
    height: 124px;
    position: absolute;
    top: 0;
    right: 100px;
}

.snscp-title-sanka-title {
    font-size: 4rem;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 130px;
}

.snscp-title-sanka-title::after {
    content: '';
    background-image: url(../../img/usr/snscampaign202502/title_sanka.png);
    width: 479px;
    height: 107px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.snscp-step {
    display: flex;
    width: 1180px;
    margin: 0 auto;
}

.snscp-step-list {
    text-align: center;
    margin: 0 auto 80px auto;
    width: 320px;
    height: 515px;
    border-radius: 30px;
    border: 2px solid #F4B7A1;
    background-color: #F6F1E0;
    padding: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 255, .2);
}

.snscp-step-title01 {
    color: #823718;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    font-weight: 900;
    text-align: center;
}

.snscp-step-title02 {
    color: #823718;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 22px;
}

.snscp-step-line {
    display: block;
    width: 71px;
    margin: 0 auto 22px auto;
}

.snscp-step-img {
    display: block;
    margin: 0 auto;
    width: 249px;
    height: 172px;
}

.snscp-step-text {
    font-size: 2.4rem;
    text-align: left;
}

.snscp-step-text a {
    color: #000;
    display: inline!important;
}

.snscp-step-list01 {
    position: relative;
}

.snscp-step-list01::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/snscampaign202502/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 235px;
    right: -65px;
}

.snscp-instalink {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.snscp-instalink a {
    width: 601px;
    height: 85px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 6px solid #CB8870;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto 80px auto;
    box-shadow: 2px 4px 4px 0px rgba(139, 120, 107, .5);
    position: relative;
    top: 0;
    transition: .1s;
}

@media screen and (min-width: 767px) {
    .snscp-instalink a:hover {
        top: 9px;
        box-shadow: 0 0 #823718;
    }
}

.snscp-instalink-img {
    display: block;
    width: 45px;
    height: 45px;
}

.snscp-instalink-text {
    display: block;
    font-size: 2.4rem;
    color: #823718;
    letter-spacing: 0.1em;
}

.snscp-instalink-link {
    display: block;
    width: 24px;
    height: 24px;
}

.snscp-sanka-illust03 {
    width: 135px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 110px;
}

.snscp-sanka-illust04 {
    width: 156px;
    height: 137px;
    position: absolute;
    top: 0;
    right: 110px;
}

.snscp-applicant-link-box a {
    background-color: #823718;
    width: 201px;
    height: 63px;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 36px;
    transition: .3s;
    box-shadow: 2px 2px 4px 0px rgba(139, 120, 107, .5);
}

@media screen and (min-width: 767px) {
    .snscp-applicant-link-box a:hover {
        opacity: .7;
    }
}

.snscp-applicant-link {
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    position: relative;
    letter-spacing: 0.2em;
}

.snscp-applicant-link::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/snscampaign202502/arrow_w.png);
    background-size: contain;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: -20px;
}

/* 対象商品 */
.snscp-product {
    padding: 110px 0 50px;
    background-image: url(../../img/usr/snscampaign202502/bg_product.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.snscp-product-listbox {
    background-color: #fff;
    border: #CB8870 solid 3px;
    border-radius: 10px;
    width: 897px;
    height: 362px;
    margin: 0 auto 50px;
    box-shadow: 0px 0px 6px 0px rgba(139, 120, 107, .5);
}

.snscp-product-title {
    margin-top: -50px;
    font-size: 4rem;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.snscp-product-title::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/snscampaign202502/title_product.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 501px;
    height: 99px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.snscp-product-ul {
    width: 897px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.snscp-product-list {
    font-size: 2.4rem;
    color: #823718;
    margin-bottom: 5px;
}

.snscp-storepro-title-box {
    text-align: center;
}

.snscp-storepro-title-illust {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.snscp-storepro-title {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.snscp-storepro-title::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 15px;
    background-color: #F4B7A1;
    position: absolute;
    bottom: 0;
    left: -5px;
    z-index: -1;
}

.snscp-storepro-list-box {
    display: flex;
    width: 1180px;
    margin: 0 auto 60px;
    flex-wrap: wrap;
    gap: 80px 20px;
}

.snscp-storepro-list {
    width: 280px;
    height: 595px;
    text-align: center;
}

.snscp-storepro-img {
    width: 100%;
    margin-bottom: 15px;
}

.snscp-storepro-name {
    font-size: 2.4rem;
    text-align: center;
    color: #823718;
    margin-bottom: 15px;
    height: 62px;
}

.snscp-storepro-text {
    font-size: 1.6rem;
    text-align: left;
    color: #823718;
    line-height: 1.8;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.snscp-storepro-temp {
    display: inline-block;
    color: #fff;
    background-color: #79B53C;
    border-radius: 50px;
    padding: 0 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.snscp-storepro-temp02 {
    display: inline-block;
    color: #fff;
    background-color: #607CE2;
    border-radius: 50px;
    padding: 0 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.snscp-storepro-price {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.snscp-storepro-price span {
    font-size: 1.8rem;
    font-family: lato;
}

.snscp-storepro-cart {
    width: 225px;
    transition: .3s;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0px rgba(139, 120, 107, .5);
}

@media screen and (min-width: 767px) {
    .snscp-storepro-cart:hover {
        opacity: .7;
    }
}

.snscp-storepro-atten {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.2em;
}

/* 応募要項 */
#snscp-oubo {
    padding-top: 130px;
}
.snscp-oubo-maintitle {
    font-size: 3rem;
    letter-spacing: 0.2em;
    color: #fff;
    position: relative;
    background-color: #823718;
    width: 218px;
    height: 90px;
    margin: 0px auto 80px;
    padding-left: 40px;
    padding-top: 10px;
    transition: .3s;
}

.snscp-oubo-maintitle::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/snscampaign202502/arrow02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 767px) {
    .snscp-oubo-maintitle:hover {
        opacity: .7;
    }
}

.snscp-oubo-box {
    height: 0;
    overflow: hidden;
    width: 820px;
    margin: 0 auto 100px;
}

.snscp-oubo-box li {
    text-indent: -1em;
    padding-left: 1em;
}

.snscp-oubo-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.snscp-oubo-title {
    color: #fff;
    background-color: #CB8870;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 50px auto;
}

/* お問い合わせ　*/
.snscp-contact-box {
    width: 700px;
    height: 308px;
    border-radius: 10px;
    border: 3px solid #823718;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    background-color: #F6F0E2;
}

.snscp-contact-title {
    display: inline-block;
    font-size: 3rem;
    background-color: #823718;
    padding: 5px 20px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 20px;
}

.snscp-contact-text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 20px;
}

.snscp-contact-form a {
    margin: 0 auto;
    width: 322px;
    background-color: #fff;
    border-radius: 50px;
    border: 3px solid #823718;
    padding: 15px 30px;
    box-shadow: 2px 4px 4px 0px rgba(139, 120, 107, .5);
    position: relative;
    transition: .3s;
}

@media screen and (min-width: 767px) {
    .snscp-contact-form a:hover {
        top: 6px;
        box-shadow: 0 0 #823718;
    }
}

.snscp-contact-button {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #823718;
    position: relative;
}

.snscp-contact-button::after {
    content: '';
    background-image: url(../../img/usr/snscampaign202502/arrow_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 7px;
    right: -16px;
}


@media screen and (max-width:767px) {

    .snscp-pc {
        display: none;
    }

    .snscp-sp {
        display: block;
    }

    .snscp-bg {
        padding-bottom: 80px;
    }

    /* リード */
    .snscp-lead {
        padding: 40px 0;
    }

    .snscp-leadtext-box {
        margin-bottom: 50px;
        padding: 0px 20px;
    }

    .snscp-leadtext {
        font-size: 1.8rem;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .snscp-leadtextred {
        font-size: 1.8rem;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .snscp-leadtextred40 {
        font-size: 2rem;
        letter-spacing: 0em;
    }

    .underline-pink::after {
        bottom: 1px;
    }

    /* デニッシュセット */

    .snscp-item-flex {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    .snscp-item-flex-left {
        margin-top: 0px;
        width: 100%;
    }

    .snscp-item-flex-right {
        width: 100%;
        gap: 40px 20px;
        justify-content: center;
    }

    .snscp-item-list {
        width: 150px;
        height: auto;
    }

    .snscp-item-name {
        font-size: 1.6rem;
        font-weight: 700;
        height: auto;
    }

    .snscp-item-name span {
        font-size: 1.3rem;
    }

    /* 参加方法 */

    .snscp-sanka {
        padding: 50px 0;
    }

    .snscp-sanka-title-box {
        width: 100%;
    }

    .snscp-sanka-illust01 {
        width: 100px;
        height: auto;
        top: -50px;
        left: 10px;
    }

    .snscp-sanka-illust02 {
        width: 100px;
        height: auto;
        top: -40px;
        right: 0;
    }

    .snscp-title-sanka-title {
        font-size: 2.8rem;
        margin-bottom: 60px;
    }

    .snscp-title-sanka-title::after {
        background-repeat: no-repeat;
        width: 320px;
    }

    .snscp-step {
        flex-direction: column;
        width: 100%;
    }

    .snscp-step-list {
        margin: 0 auto 40px auto;
        height: auto;
        padding: 20px;
    }

    .snscp-step-title01 {
        font-size: 2.4rem;
        line-height: 1;
    }

    .snscp-step-title02 {
        font-size: 5rem;
        margin-bottom: 10px;
    }

    .snscp-step-line {
        margin: 0 auto 10px auto;
    }

    .snscp-step-img {
        width: 200px;
        height: auto;
    }

    .snscp-step-text {
        font-size: 1.8rem;
    }

    .snscp-step-list01::after {
        display: none;
    }

    .snscp-instalink {
        width: 100%;
    }

    .snscp-instalink a {
        width: 280px;
        height: 180px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
        margin: 0 auto 40px auto;
    }

    .snscp-instalink-img {
        width: 35px;
        height: 35px;
    }

    .snscp-instalink-text {
        font-size: 2rem;
    }

    .snscp-sanka-illust03 {
        display: none;
    }

    .snscp-sanka-illust04 {
        display: none;
    }

    /* 対象商品 */
    .snscp-product {
        padding: 60px 0;
    }

    .snscp-product-listbox {
        width: 350px;
        height: auto;
        margin: 0 auto 30px;
        padding: 20px;
    }

    .snscp-product-title {
        margin-top: -50px;
        font-size: 2.8rem;
        margin-bottom: 30px;
    }

    .snscp-product-title::after {
        width: 320px;
        top: -18px;
    }

    .snscp-product-ul {
        width: 100%;
        flex-direction: column;
        gap: 0px;
    }

    .snscp-product-list {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    .snscp-storepro-title-illust {
        width: 150px;
    }

    .snscp-storepro-title {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    .snscp-storepro-title::after {
        bottom: -4px;
    }

    .snscp-storepro-list-box {
        width: 100%;
        margin: 0 auto 50px;
        gap: 40px 20px;
        justify-content: center;
    }

    .snscp-storepro-list {
        width: 170px;
        height: auto;
    }

    .snscp-storepro-img {
        width: 100%;
        margin-bottom: 5px;
    }

    .snscp-storepro-name {
        font-size: 2rem;
        margin-bottom: 10px;
        height: auto;
    }

    .snscp-storepro-text {
        line-height: 1.6;
        padding: 0;
    }

    .snscp-storepro-temp {
        margin-bottom: 5px;
    }

    .snscp-storepro-temp02 {
        margin-bottom: 5px;
    }

    .snscp-storepro-price {
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .snscp-storepro-price span {
        font-size: 1.6rem;
    }

    .snscp-storepro-cart {
        width: 100%;
        box-shadow: none;
    }

    .snscp-storepro-atten {
        text-align: left;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        padding: 0 20px;
    }

    /* 応募要項 */
    #snscp-oubo {
        padding-top: 80px;
    }
    .snscp-oubo-maintitle {
        font-size: 2.4rem;
        width: 218px;
        height: 70px;
        margin: 30px auto 30px;
        padding-left: 54px;
        padding-top: 8px;
    }

    .snscp-oubo-maintitle::after {
        bottom: 6px;
    }

    .snscp-oubo-box {
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 20px;
    }

    .snscp-oubo-title {
        font-size: 2rem;
        margin: 30px auto;
    }

    /* お問い合わせ　*/
    .snscp-contact-box {
        width: 360px;
        height: auto;
        padding: 20px;
    }

    .snscp-contact-title {
        font-size: 2.4rem;
    }

    .snscp-contact-text {
        font-size: 1.6rem;
        margin-bottom: 10px;
        text-align: left;
    }

    .snscp-contact-form a {
        width: 300px;
        padding: 10px;
    }
    
    .snscp-contact-button::after {
        right: -10px;
    }
}