@charset "UTF-8";

html{
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

*,*::before,*::after {
    box-sizing: border-box;
}

body {
    color: #050815;
}

a {
    display: block;
}

img {
    height: 100%;
    width: 100%;
    display: block;
}

#wrap {
    background: url(../images/bg.png) center top / auto auto repeat,#f7d9e1;
    background-attachment: fixed;
}

#contents {
    max-width: 500px;
    margin: 0 auto;
    background-size: auto auto;
    background-color: rgba(255, 247, 232);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 40px, rgba(255, 240, 218, 1) 40px, rgba(255, 240, 218, 1) 62px );
}

.main {
    overflow: hidden;
    padding-bottom: 100px;
    /*padding-bottom: 0;*/
  
}

@media screen and (min-width:769px) {
    .main {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
        padding-bottom: 50px;
    }
}

.hero {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero_top {
}

h1 {
    margin: 0;
}


/*--------------------------------
 賞品
--------------------------------*/
.shop_content {
    background-color: #f8d051;
}

.shop_inner {
    padding-bottom: 10%;
}

.shop_prize {
    background: url("../images/bg_housya.png") no-repeat;
    background-size: 100% 100%;
    padding: 4% 0 2%;
}

.shop_prize-title {
    margin-bottom: 3%;
}

.prize_title {
    width: 93%;
    margin: 0 auto;
}

.prize_img {
    width: 60%;
    margin: 0 auto;
}

.shop_prize-name {
    font-size: 22px;
    font-weight: bold;
    font-family:  ヒラギノ角ゴ ProN W3;
    line-height: 1.3;
    text-align: center;
    margin: 15px 0 25px;
}

.shop_prize-detail {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 20px;
}
.shop_prize-detail  p {
    margin-bottom: 15px;
} 

@media screen and (min-width:769px) {
    .shop_prize-detail {
        margin: 0 40px;
    }
}


/*--------------------------------
 CTAボタン
--------------------------------*/
a.btn-cta {
    margin: 6% auto;
    width: 80%;
    min-width: 300px;
    max-width: 400px;
    padding: 4.5% 0 3%;
    background: #e50000;
    box-shadow: 0px 5px 0px #ba0000;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    transition: .2s;
}
a.btn-cta::after { 
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 13px;
    border-color: transparent transparent transparent #fff;
}

@media screen and (min-width:769px) {
  a.btn-cta:hover {
        text-decoration: none;
        background: #db0303;
        box-shadow: 0px 0px 0px #db0303;
        transform: translate3d(0, 5px, 0);
    }
}


/*--------------------------------
SNS
--------------------------------*/
.shop_snsbnr {
    margin-top: 3%;
}

.shop_snsbnr a .snsbnr_x,
.shop_snsbnr a .snsbnr_instagram {
    width: 90%;
    margin: 0 auto;
}

a.shop_snsbnr-x {
    margin-bottom: 5%;
}

@media screen and (min-width:769px) {
    .shop_snsbnr a:hover{
         opacity: 0.8;
    }
}


/*--------------------------------
 フッター
--------------------------------*/
.footer_content {}

.banner {
    margin-top: 30px;
    text-align: center;
}

.banner a {
    display: inline-block;
}

.banner img {
    max-width: 300px;
}

.footer_inner {
    padding: 0 20px;
}

.footer {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    padding-top: 30px;
    font-weight: 500;
}

.footer a {
    display: block;
    padding: 4px;
    text-align: center;
    color: #1C1C1C;
    text-decoration: underline;
}

.footer small {
    margin-left: -40px;
    margin-right: -40px;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-size: 1rem;
}
