@charset "UTF-8";
body {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-feature-settings: 'palt';
}


/* 共通
--------------------------------------*/

.content {
    width: 100%;
}

.content p.chapter {
    text-align: center;
    color: #333;
}

div#main {
    max-width: 1060px;
    width: 100%;
    margin: auto;
}

div#coupon p.lead {
    text-align: left;
    color: #333;
    font-size: 22px;
    line-height: 1.6;
    margin: 30px auto 30px;
    padding: 10px;
    max-width: 1060px;
    color: #333;
    width: 80%;
}

div#couponcode {
    margin: 0 auto 40px;
    width: 80%;
    text-align: left;
}

div#coupon dl,
div#coupon dt,
div#coupon dd {
    margin: 0;
    padding: 0;
}

div#coupon dl {
    margin-bottom: 10px;
    color: #6669ae;
    display: block;
    vertical-align: middle;
}


/*div#coupon dl:last-child{
  margin-right: 0;
}*/

div#coupon dl dt {
    font-size: 18px;
    /*border-bottom: 1px solid #6669ae;*/
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
}

div#coupon dl dd {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

#categoryAreaBox {
    width: 100%;
}

#categoryAreaBox ul {
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    margin-bottom: 50px;
    overflow: hidden;
}

#categoryAreaBox ul li {
    float: left;
}

#categoryAreaBox ul li a {
    color: #333;
    text-decoration: none;
    padding-left: 4px;
}

#categoryAreaBox ul li a:hover {
    text-decoration: underline;
}

#brandArea {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 38px;
}

#brandArea ul {
    width: 100%;
    font-size: 0;
    margin-bottom: 50px;
    overflow: hidden;
}

#brandArea ul li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#brandArea ul li img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
}

#brandArea ul li p {
    background: #6669ae;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}


/*li span{
	@if $type == pc{
		font-size: 18px;
		color: #333;
		display: inline-block;
		width: 100%;
		height: 100%;

	}

}*/

#brandArea ul li a {
    text-decoration: none;
}

#attentionArea {
    width: 100%;
}

#attentionArea ul {
    width: 100%;
}

#attentionArea ul li {
    color: #333;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p.couponExplain {
    text-align: left;
    line-height: 1.5;
    color: #333;
}

ul.attention {
    border: 1px dotted #333;
    width: 100%;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 40px;
}

ul.attention li {
    margin-bottom: 5px;
    color: #333;
}

ul.attention li.midashi {
    font-weight: bold;
    margin-bottom: 10px;
}


/*------------ btn Area ----------------*/

#btnArea {
    width: 100%;
}

#btnArea a span {
    font-size: 24px;
}

#btnArea div {
    /*padding: 0 28px;*/
}

#btnCoupon {
    display: block;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    line-height: 64px;
    border: 2px solid #6669ae;
    text-align: center;
    text-decoration: none;
    color: #6669ae;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto 28px;
}

#btnAll {
    display: block;
    width: 100%;
    max-width: 1060px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #6669ae;
    color: #6669ae;
    font-size: 22px;
    border-radius: 5px;
    margin: 38px auto 80px;
}

#btnArea ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 28px 0;
    /*数字は「左右、上下」*/
}

#btnArea ul li {
    display: table-cell;
    background: #6669ae;
    border-radius: 5px;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
}

#btnArea ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

br.pcNone {
    display: none;
}

#coupon ul.attention {
    box-sizing: border-box;
}

#coupon ul.attention li {
    margin-bottom: 5px;
}

#coupon ul.attention li.midashi {
    font-weight: bold;
    margin-bottom: 10px;
}

div.open,
div.close {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #333;
    margin-bottom: 50px;
}

div.open a,
div.close a {
    color: #333;
    text-decoration: none;
    font-size: 22px;
    height: 64px;
    display: block;
    line-height: 64px;
}


/* PC
--------------------------------------*/

@media screen and (min-width: 481px) {
    #palclosetPlan {
        max-width: 1060px;
        width: 100%;
        margin: 50px auto 50px auto;
    }
    div#coupon {
        border: 2px solid #6669ae;
        border-radius: 5px;
        box-sizing: border-box;
        max-width: 1060px;
        width: 100%;
        margin: 80px auto;
        padding: 20px 0;
    }
    .content p.chapter {
        font-size: 22px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 38px;
        border: 2px solid #333;
        border-left: none;
        border-right: none;
    }
    /*#coupon{
    max-width: 1060px;
    width: 100%;
    border: 2px solid #6669ae;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
  }*/
    #categoryAreaBox,
    #attentionArea {
        width: 100%;
        max-width: 1060px;
        margin: 0 auto 15px;
    }
    #categoryAreaBox ul li {
        /*width: calc(1060px/6);
    width: -webkit-calc(1060px/6);*/
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
    #categoryAreaBox ul li a {
        font-size: 14px;
    }
    #categoryAreaBox ul li a:hover {
        text-decoration: underline;
    }
    #brandArea ul li {
        /* width: calc(1060px / 6);
    width: -webkit-calc(1060px / 6);*/
        width: 175px;
        box-sizing: border-box;
        border: 10px solid #fff;
    }
    #brandArea ul li img {
        border: 2px solid #333;
    }
    #brandArea ul li p {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    /*li span{
  	@if $type == pc{
  		font-size: 18px;
  		color: #333;
  		display: inline-block;
  		width: 100%;
  		height: 100%;

  	}

  }*/
    #brandArea ul li a {
        text-decoration: none;
    }
    #attentionArea ul li {
        margin-bottom: 5px;
    }
    .pcNone {
        display: none;
    }
    #coupon ul.attention {
        margin-bottom: 40px;
    }
    #coupon ul.attention li {
        font-size: 16px;
    }
    #coupon ul.attention li.midashi {
        font-size: 18px;
    }
    ul.attention {
        width: 80%;
        margin: auto;
    }
    p.couponExplain {
        font-size: 16px;
    }
    img.imgCapture {
        margin: 25px 0;
    }
    div.open,
    div.close {
        width: 100%;
        margin: 0px auto 30px;
    }
    div.more {
        width: 80%;
        margin: auto;
        max-width: 1060px;
    }
    /*------終了時-------*/
    p.end {
        color: #333;
        text-align: center;
        font-size: 22px;
        line-height: 1.6;
        margin: 50px auto 50px;
        padding: 10px;
        max-width: 1060px;
        color: #333;
        width: 80%;
    }
    ul.endBtn {
        display: table;
        table-layout: fixed;
        width: -webkit-calc(80% + 30px);
        width: calc(80% + 30px);
        margin: auto;
        border-collapse: separate;
        /* セルの間隔を空ける */
        border-spacing: 15px 0;
        /* 左右 上下で記述 */
        margin-bottom: 50px;
    }
    ul.endBtn li {
        display: table-cell;
    }
    ul.endBtn li a {
        display: block;
        text-align: center;
        text-decoration: none;
        background: #333;
        box-sizing: border-box;
        padding: 25px 0;
        border-radius: 5px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    div#hash {
        margin-top: 80px;
    }
    div#bnrArea {
        width: 640px;
        margin: 100px auto 20px;
    }
    div#bnrArea img {
        width: 100%;
    }
}

p.subTitle {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

p.subTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

p.subTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
}


/* SP
--------------------------------------*/

@media screen and (max-width: 480px) {
    #palclosetPlan {
        width: 100%;
        margin: 0px auto 30px auto;
    }
    div#coupon p.lead {
        font-size: 12px;
        margin: 10px auto 10px;
        width: 95%;
    }
    .content p.chapter {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        border: 1px solid #333;
        border-left: none;
        border-right: none;
    }
    #categoryAreaBox,
    #attentionArea {
        width: 95%;
        margin: 0 auto 15px;
    }
    #categoryAreaBox ul li {
        width: calc(100%/3);
        width: -webkit-calc(100%/3);
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
    }
    #categoryAreaBox ul li a {
        font-size: 11px;
    }
    #categoryAreaBox ul li a:hover {
        text-decoration: underline;
    }
    #brandArea {
        width: 95%;
        margin: 0 auto 30px;
    }
    #brandArea ul li {
        width: calc(100%/3);
        width: -webkit-calc(100%/3);
        border: 5px solid #fff;
    }
    #brandArea ul li img {
        border: 1px solid #333;
    }
    #brandArea ul li p {
        height: 26px;
        line-height: 26px;
        font-size: 11px;
    }
    /*li span{
  	@if $type == pc{
  		font-size: 18px;
  		color: #333;
  		display: inline-block;
  		width: 100%;
  		height: 100%;

  	}

  }*/
    #brandArea ul li a {
        text-decoration: none;
    }
    #attentionArea ul li {
        margin-bottom: 5px;
        font-size: 11px;
        padding: 0px 5px;
    }
    . {
        display: none;
    }
    .pcNone {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #coupon div.more {
        box-sizing: border-box;
        margin: auto;
        width: 95%;
    }
    #coupon ul.attention {
        width: 95%;
        margin: 30px auto 50px;
        font-size: 12px;
    }
    #coupon ul.attention li.midashi {
        font-size: 12px;
    }
    p.couponExplain {
        font-size: 12px;
    }
    /*------------ hashtag ----------------*/
    #hashtag {
        width: 95%;
        margin: 0 auto;
        border: 1px solid #ccc;
    }
    /*------------ btn Area ----------------*/
    #btnArea {
        width: 95%;
        margin: auto;
    }
    /*#btnArea div{
    padding: 0 16px;
  }*/
    #btnArea div a#btnAll span,
    #btnArea div a#btnCoupon span {
        font-size: 12px;
    }
    #btnArea ul li a span {
        font-size: 12px;
    }
    #btnCoupon {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        border: 1px solid #6669ae;
        text-align: center;
        text-decoration: none;
        color: #6669ae;
        font-size: 12px;
        border-radius: 5px;
        margin: 0 auto 16px;
    }
    #btnAll {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #fff;
        text-align: center;
        text-decoration: none;
        border: 1px solid #6669ae;
        color: #6669ae;
        font-size: 12px;
        border-radius: 5px;
        margin: 30px auto 50px;
    }
    #btnArea ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        text-align: center;
        margin-bottom: 30px;
        border-collapse: separate;
        border-spacing: 16px 0;
        /*数字は「左右、上下」*/
    }
    #btnArea ul li {
        display: table-cell;
        background: #6669ae;
        border-radius: 5px;
        height: 50px;
        line-height: 1.4;
        font-size: 12px;
        vertical-align: middle;
    }
    #btnArea ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
    }
    br.pcNone {
        display: block;
    }
    .w80 {
        width: 80%;
        margin: auto;
    }
    img.imgCapture {
        margin: 15px auto;
    }
    div#couponcode {
        margin: 0 auto 20px;
        width: 95%;
    }
    div#coupon dl {
        margin-bottom: 0;
    }
    div#coupon dl dt {
        /*display: block;*/
        font-size: 12px;
        display: block;
        margin-top: 15px;
    }
    div#coupon dl dd {
        font-size: 14px;
        display: block;
    }
    div.open,
    div.close {
        text-align: center;
        padding: 10px;
        width: 95%;
        border-radius: 5px;
        margin: 0px auto;
        border: 1px solid #333;
    }
    div.open a,
    div.close a {
        color: #333;
        text-decoration: none;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    div#more {
        width: 90%;
        margin: auto;
    }
    /*------終了時-------*/
    p.end {
        color: #333;
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        margin: 30px auto 30px;
        padding: 10px;
        max-width: 1060px;
        color: #333;
        width: 95%;
    }
    ul.endBtn {
        width: -webkit-calc(95%);
        width: calc(95%);
        margin: auto;
        margin-bottom: 30px;
    }
    ul.endBtn li {
        margin-bottom: 10px;
    }
    ul.endBtn li a {
        display: block;
        text-align: center;
        text-decoration: none;
        background: #333;
        box-sizing: border-box;
        padding: 10px 0;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }
    #hash {
        width: 95%;
        margin: 50px auto 0;
    }
    div#bnrArea {
        width: 95%;
        margin: 20px auto 20px;
    }
    div#bnrArea img {
        width: 100%;
    }
    p.subTitle {
        position: relative;
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }
    p.subTitle span {
        position: relative;
        z-index: 2;
        display: inline-block;
        margin: 0 2.5em;
        padding: 0 1em;
        background-color: #fff;
        text-align: left;
    }
    p.subTitle::before {
        position: absolute;
        top: 50%;
        z-index: 1;
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000;
    }
}

.item {
    margin: 10px;
    width: 168px;
    padding: 8px 8px 12px 8px;
    border: 1px solid #eee;
    float: left;
}

.item a {
    text-decoration: none;
}

#hash_item {
    width: 100%;
    margin: 0 auto 25px auto;
    position: relative;
}

#main {
    max-width: 1010px;
    margin: 25px auto;
}

#main h2 {}

#content {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

#hash_item p {
    text-align: left;
    position: relative;
    top: 5px;
    left: 1px;
    font-size: 14px;
    color: #666;
    font-family: noto-sans, sans-serif;
    line-height: 1.2;
}

#hash_item p a {
    text-decoration: none;
    color: #666;
}

.filters {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 18px;
    font-family: noto-sans, sans-serif;
}

.filters input {
    display: none;
}

.button {
    margin-right: 10px;
}

.button:last-child {
    margin-right: 0px;
}

.filters input+label {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    /*background:#eee;*/
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
}

.filters input:checked+label {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 460px) {
    .filters {
        max-width: 1010px;
        margin: auto;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 12px;
    }
    #hash_item {
        width: 100%;
        margin: auto;
    }
    .item {
        margin: 0px;
        padding: 0;
        width: 50%;
        box-sizing: border-box;
        border: 5px solid #fff;
    }
    .item a {
        display: block;
        box-sizing: border-box;
        padding: 4px 4px 9px 4px;
        border: 1px solid #eee;
    }
    #hash_item p {
        text-align: left;
        position: relative;
        top: 4px;
        left: 1px;
        font-size: 11px;
        color: #666;
        font-family: noto-sans, sans-serif;
    }
}

span.red {
    color: red;
}

span.coupon {
    font-size: 12px;
}

@media screen and (max-width: 460px) {
    span.coupon {
        font-size: 10px;
    }
}