@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    display: block;
    color: #111;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}
main {
    background-color: #fff;
}
img {
    vertical-align: bottom;
}
h1 {
    margin: 0;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.gashapresent-sp {
    display: none;
}
#gashapresent-mainvisual {
    width: 100%;
    position: relative;
}
#gashapresent-mainvisual img {
    width: 100%;
}
.gashapresent-maincopy {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
}

/* リード */

#gashapresent-lead {
    content: '';
    width: 100%;
    height: auto;
    background-image: url(../../img/usr/gashapresent/bg01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 80px;
}
.lead-illust01 img,
.lead-illust02 img,
.lead-illust03 img,
.lead-img img {
    width: 100%;
}
.gashapresent-r {
    width: 10px;
    padding-bottom: 12px;
}
.lead-illust01 {
    width: 108px;
    height: 114px;
    position: absolute;
    top: 80px;
    right: 50px;
}
.lead-illust02 {
    width: 104px;
    height: 86px;
    position: absolute;
    top: 180px;
    left: 50px;
}
.lead-illust03 {
    width: 67px;
    height: 88px;
    position: absolute;
    top: 300px;
    right: 80px;
}
.gashapresent-lead-text-box {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0;
}
.gashapresent-lead-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
}
.lead-img {
    width: 702px;
    margin: 0 auto;
}

/* ガシャポン　*/

.gashapresent-product-bg {
    content: '';
    width: 100%;
    background-image: url(../../img/usr/gashapresent/bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.gashapresent-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 70px;
    margin-bottom: 80px;
}
.gashapresent-product-img {
    width: 500px;
    margin-bottom: 20px;
    transition: .3s;
}
.gashapresent-product img {
    width: 100%;
}
.gashapresent-product-text {
    font-size: 2.2rem;
    font-weight: bold;
}
.gashapresent-product-list {
    position: relative;
    cursor: pointer;
    transition: .3s;
    text-align: center;
}
.knob-b {
    width: 50px;
    position: absolute;
    bottom: 0px;
    right: 40px;
}
.gashapresent-product-list:hover .gashapresent-product-img{
    opacity: 0.7;
    transition: .3s;
}
.gashapresent-product-list:hover .knob-b{
    transition: 1s ;
    transform: rotate(0.5turn);
}

/* セット商品　*/

.center {
    text-align: center;
}
.gashapresent-set-title {
    display: inline-block;
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    padding-top: 150px;
    margin-bottom: 80px;
}
.gashapresent-set-title img {
    width: 100%;
}
.set_illust01 {
    width: 122px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.set_illust02 {
    width: 62px;
    position: absolute;
    top: 90px;
    right: -70px;
}
.set_illust03 {
    width: 86px;
    position: absolute;
    top: 90px;
    left: -60px;
}
.gashapresent-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 200px;
}
.gashapresent-set img {
    width: 100%;
    border-radius: 50px;
}
.gashapresent-set-list {
    content: '';
    width: 360px;
    height: auto;
    background-image: url(../../img/usr/gashapresent/set_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    transition: 1s;
    border-radius: 50px;
}
.gashapresent-set-list:hover {
    background-image: url(../../img/usr/gashapresent/set_bg_hover.png);
    transition: 1s;
}
.gashapresent-set-list:hover .knob-w {
    transition: 1s ;
    transform: rotate(0.5turn);
}
.gashapresent-set-picture {
    width: 315px;
    margin: 0 auto 20px auto;
}
.gashapresent-set-name {
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.gashapresent-set-price {
    font-size: 2.4rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.gashapresent-set-price span {
    font-size: 1.6rem;
}
.small {
    font-size: 2rem;
}
.knob-w {
    width: 50px;
    margin: 0 auto 20px auto;
}


@media screen and (max-width:767px) {

    .gashapresent-pc {
        display: none;
    }
    .gashapresent-sp {
        display: block;
    }
    .gashapresent-maincopy {
        width: 80%;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    /*　リード　*/

    #gashapresent-lead {
        margin-bottom: 40px;
        background-repeat: repeat;
    }
    .lead-img {
        width: 100%;
    }
    .lead-illust01 {
        width: 54px;
        height: 57px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .lead-illust02 {
        width: 64px;
        height: 46px;
        position: absolute;
        top: 280px;
        left: 10px;
    }
    .lead-illust03 {
        width: 47px;
        height: 68px;
        position: absolute;
        top: 470px;
        right: 10px;
    }
    .gashapresent-lead-text-box {
        padding: 50px 0;
    }

    /*　ガシャポン　*/

    .gashapresent-product {
        gap: 30px 70px;
        margin-bottom: 30px;
    }
    .gashapresent-product-bg {
        background-repeat: repeat;
    }
    .gashapresent-product-list {
        width: 90%;
        margin-bottom: 50px;
    }
    .gashapresent-product-img {
        width: 100%;
    }
    .knob-b {
        width: 60px;
        position: absolute;
        bottom: -50px;
        left: 41%;
    }
    .gashapresent-product-text {
        margin-bottom: 20px;
    }

    /*　セット　*/

    .set_illust02 {
        width: 42px;
        position: absolute;
        top: 100px;
        right: -50px;
    }
    .set_illust03 {
        width: 66px;
        position: absolute;
        top: 100px;
        left: -40px;
    }
    .gashapresent-set-title {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }
    .gashapresent-set {
        margin-bottom: 100px;
    }
    .gashapresent-set-list {
        width: 90%;
    }
    .gashapresent-set-picture {
        width: 90%;
    }
    .knob-w {
        width: 60px;
    }
}