@charset "UTF-8";

/* cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsENRpQQ4njX3CLaCqI4awdk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsNKDSU5nPdoBdru70FiVyb0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsH4vxAoi6d67T_UKWi0EoHQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsIPxuqWfQuZGbz5Rz4Zu1gk.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* - .giftcard general
 ------------------------------------------------------------ */
.giftcard [class*=grid-] .inner {
    width: 100%;
}

.giftcard h1,
.giftcard h2,
.giftcard h3,
.giftcard h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

/* - a link
 --------------------------------------------------- */

.giftcard .order.footer {
    margin: 3em auto;
    max-width: 350px;
    width: 100%;
}
.giftcard .order a {
    display: block;
    background-color: #20c1b8;
    color: #fff;
    padding: .7em 2em;
    font-weight: bold;
    border-radius: 3px;
    font-size: 1.2em;
    text-align: center;
}

/* - header
 --------------------------------------------------- */
.giftcard header {
    background-image: url(https://sb-drops.s3.amazonaws.com/drop/rmopt-5e0579046f147-945499100-1577416964.png);
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
    background-size: 190%;
}

.giftcard header > [class*=grid-] {
    position: relative;
}

.giftcard header h1 {
    text-align: center;
}

.giftcard header .layer {
    width: 100%;
    background-color: rgba(204, 51, 51, 0.8);
    /* padding: 0 3em 0 0; */
    margin: 180px 0 0;
}

.giftcard header img {
    position: relative;
}
.giftcard header .santa {
    position: absolute;
    bottom: -38px;
    left: -306px;
}
.giftcard header .santa-box {
    position: relative;
}
.giftcard .x-ver {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 1.4em;
    color: #415273;
    font-weight: bold;
}
.fl-x-mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;/
    flex-direction: column;
    width: 100%;
}
.fl-x-mobile .co-item {
    margin: .5em;
}

/* - intro
 --------------------------------------------------- */
.giftcard .intro {
    text-align: center;
    width: 100%;
    padding: 2em 1em 2em;
    border-bottom: 1px dotted #ccc;
}

.giftcard .intro h2 {font-size: 2em;}

.giftcard .intro h3 {
    margin: 1em 0;
    font-size: 1.5em;
}

.giftcard .intro p {
    line-height: 1.8;
    font-size: 1.1em;
}

.giftcard .intro .gift {
    margin: 1.5em 0;
    width: 465px;
}

/* - section
 --------------------------------------------------- */
.giftcard .info-card {
    width: 100%;
}

.giftcard .info-card h3 {
    line-height: 1.2;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.giftcard .info-card h3:lang(ja) {
    letter-spacing: 1px;
}

/* - .iter
 --------------------------------------------------- */
.giftcard .iter {
    margin-top: 2em;
    border-bottom: 1px dotted #ccc;
}

.giftcard .iter h3 {
    text-align: center;
    padding-bottom: 1.5em;
}

.giftcard .iter h3 span {
    display: block;
    text-transform: lowercase;
    letter-spacing: 0;
}

.giftcard .iter p {
    font-size: .97em;
    margin: .75em 0;
}

/* - .nota
 --------------------------------------------------- */
.giftcard .nota {
    margin-top: 2em;
    border-bottom: 1px dotted #ccc;
}

.giftcard .nota h3 {
    text-align: center;
    padding-bottom: 1.5em;
}

.giftcard .nota li {
    line-height: 1.2;
    margin: .5em 0;
    padding: .5em 0;
}

/* - .box
 --------------------------------------------------- */
.giftcard .box {
    border: 1px solid #ccc;
    padding: 1em;
    margin: 0 0 2em;
    background-color: #f8f9ee;
}

.giftcard .box em {
    color: #da5e35;
}

.gs-camp.giftcard.page-grid {
    margin: 118px 0 0 0;
}
.top-bar {
    width: 100%;
}


#footer-container .pc-grid {
    width: 100%!important;
}
/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width:540px) and (max-width:799px){
    .gs-camp.giftcard.page-grid {
        margin: 60px 0 0 0;
    }
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
    .fl-x-mobile {
        -webkit-flex-direction: row;/
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .giftcard header {
        background-size: 1600px 453px;
        height: 453px;
    }
}
/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width:800px) {
    .gs-camp.giftcard.page-grid {
        margin: 0;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
    .giftcard .info-card .inner {
        padding: 0 2em;
    }
    .fl-x-mobile {
        display: none;
    }
    .giftcard .order {
        margin: 1em 4em;
    }
}

/* - ## x >= 1281px
 ------------------------------------------------------------ */
@media screen and (min-width:1281px) {
}