﻿@charset "UTF-8";


@media (min-width: 768px) {
    body.boxed .page-wrapper .coupon-page-wrapper .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .page-wrapper .coupon-page-wrapper .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .page-wrapper .coupon-page-wrapper .container {
        width: 1170px;
    }
}
.coupon-page-wrapper {
    background: #f8f8f8;
    color: #4d4d4d;
}
.coupon-page-wrapper>.block.fullwidth {
    padding: 0;
}
.coupon-page-wrapper .fullwidth .cover-image {
    padding: 0;
}
.coupon-page-wrapper .countdown-box-sale .sale-countdown > span {
    color: #4d4d4d;
    font-weight: normal;
}
.coupon-page-wrapper .countdown-box-sale .sale-countdown > span span {
    font-weight: bold;
}
.coupon-page-wrapper .countdown-box-sale .countdown-title {
    line-height: 1.8;
    color: #4d4d4d;
}
@media screen and (max-width: 767px) {
    .coupon-page-wrapper .countdown-box-sale,
    .coupon-page-wrapper .countdown-box-sale .countdown-wrapper {
        height: auto;
    }
    .coupon-page-wrapper .countdown-box-sale .sale-countdown>span span {
        font-size: 3.0em;
    }
}
.coupon-page-wrapper h2,
.coupon-page-wrapper h1.text-center.size-lg {
    color: #4d4d4d;
}
h2.text-center.size-lg.no-padding {
    border-bottom: none;
}
@media screen and (min-width: 481px) {
    h2.text-center.size-lg.no-padding {
        font-size: 32px;
    }
}
/* 検索結果のグリッド */
.coupon-page-wrapper .blog-grid-4 .blog-post {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(125, 125, 125, 0.1), 
    -2px -2px 5px #ffffff;
    overflow: hidden;
}
.coupon-page-wrapper .blog-grid-4 .blog-post .blog-meta {
    display: none;
}
.couponcode {
    margin-bottom: 50px;
}
.couponcode h2 {
    font-size: 26px;
    font-weight: bold;
    color: #4d4d4d;
    background: transparent;
    margin-bottom: 5px;
    line-height: 1.4;
    border-bottom: none;
}
.js-copytext,
.js-copytext-c,
.js-copytext-b {
    display: block;
    font-size: 36px;
    color: #4d4d4d;
    background: #ececec;
    margin-bottom: 5px;
    box-shadow: 1px 1px 4px 0px #dddddd inset;
    font-family: Roboto;
    letter-spacing: 4px;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .js-copytext,
    .js-copytext-b,
    .js-copytext-c {
        width: 60%;
    }
}
.couponcode p {
    margin-top: 5px;
    font-size: 12px;
}
.couponcode p.major {
    font-size: 16px;
}
@media screen and (max-width:767px) {
    .couponcode p.major {
        font-size: 14px;
    }
}
.annotation h2 {
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
    background: transparent;
    margin-bottom: 5px;
    line-height: 1.4;
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .couponcode h2,
    .annotation h2 {
        font-size: 20px;
    }
}
.annotation p a {
    color: #d44;
    text-decoration: underline;
    cursor: pointer;
}
.coupon-page-wrapper .filters.style2 li a:hover {
    color: #333745;
    background: rgba(255,255,255,0.7);
    text-decoration: none;
}
.coupon-page-wrapper .filters.style2 li a.active {
    color: #333745;
    background: #fff;
    text-decoration: none;
}
.coupon-page-wrapper .filters.style2 li a {
    color: #ffffff;
}


.coupon-sign {
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent;
    color: #4d4d4d;
    z-index: 100000;
    font-size: 26px;
    font-weight: bold;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px 0px #000000;
}
.coupon-sign span {
    font-size: 18px;
}
.coupon-page-wrapper h2.blog-title a {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    -o-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    -moz-transform: rotate(0.05deg);
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}
.coupon-usage-wrapper h2 {
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.coupon-usage-wrapper ol {
    padding-top: 10px;
    padding-left: 28px;
}
.coupon-usage-wrapper ol li {
    margin-top: 10px;
}
.coupon-usage-wrapper div img {
    width: 95%;
    height: auto;
    border: 1px solid #4d4d4d;
}
ul.notandum {
    padding-left: 28px;
}
.modimage {
    width: 500px;
    border: 1px solid #ffffff;
}
@media screen and (max-width:500px) {
    .modimage {
        width: 100%;
    }
}
.text01{
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
  }
  .text02{
    font-size: 16px;
    text-align: center;
    padding: 10px 10px;
  }
#loggedin + #naturumCustomerNo + .coupon-page-wrapper #AccountCreate {
    display: none;
}

/* カウントダウン */
.countdown-box-sale {
    position: relative;
    font-size: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s linear 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s linear 0s;
    height: 138px;
}

.countdown-box .countdown-wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.countdown-box-sale .countdown-wrapper {
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    padding: 9px;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 70%;
    height: 150px;
    min-width: 320px;
}

.countdown-box-sale .countdown-title {
    font-size: 2em;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #4d4d4d;
}

@media screen and (max-width: 700px) {
    .countdown-box-sale .countdown-title {
        line-height: 2.8em;
    }
}

.countdown-box .countdown > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0.35em;
    color: #f82e56;
    font-size: 1.1em;
}

.countdown-box-sale .sale-countdown > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0.35em;
    color: #f82e56;
    font-size: 2.1em;
}

@media screen and (max-width: 700px) {
    .countdown-box-sale .sale-countdown > span {
        font-size: 1.4em;
    }
}

.countdown-box-sale .sale-countdown > span span {
    display: block;
    font-size: 3.2em;
    line-height: 1em;
    font-weight: 700;
    font-family: Roboto;
}
