@charset "UTF-8";

.n-coupon {
    position: relative;
}

.n-coupon::after,
.n-coupon::before{
    content: '';
    display: inline-block;
    width: 210px;
    height: 319px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.n-coupon::before{
    background-image: url('../images/coupon_bg_left.png');
    left: 0;
}

.n-coupon::after{
    background-image: url('../images/coupon_bg_right.png');
    right: 0;
}

.coupon_area{
    position: relative;
}

.coupon_area .coupon_head{
    padding: 12px 0 18px;
    margin-bottom: 140px;
    background: var(--color1);
}

.coupon_area .coupon_head .image_box{
    width: 820px;
    margin: 0 auto;
    text-align: center;
}

.coupon_area .kv_area{
    width: 924px;
    margin: 0 auto 210px;
}

.coupon_area .kv_area .kv_catch{
    width: 746px;
    margin: 116px auto 108px;
}

.coupon_area .kv_area .cord_image{
    width: 734px;
    margin: 0 auto 108px;
}

.coupon_area .kv_area .cord_text{
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.coupon_area .kv_area .cord_text .name{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.07em;
}

.coupon_area .kv_area .cord_text .num{
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0.07em;
}


.coupon_info{
    background-color: #fff;
    background-image: url(../images/bg_stripe.png);
    background-repeat: repeat;
    background-position: top left;
    margin-bottom: 170px;
}

.coupon_info .info_wrapp{
    width: 848px;
    margin: 0 auto;
    background: #fff;
}

.coupon_info .info_wrapp .cont_block{
    width: 676px;
    margin: 0 auto 180px;
}

.coupon_info .info_wrapp .cont_block:last-of-type{
    margin-bottom: 0;
}

.coupon_info .info_wrapp .cont_block .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
}

.coupon_info .info_wrapp .cont_block .title2{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 45px;
}

.coupon_info .info_wrapp .cont_block .txt1{
    font-size: 26px;
    text-align: center;
    font-feature-settings: "palt";
    margin-bottom: 30px;
}

.coupon_info .info_wrapp .cont_block .date_data p{
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
}

.coupon_info .info_wrapp .cont_block .link_data p{
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
}

.coupon_info .info_wrapp .cont_block .link_data p a{
    color: #008ccf;
    text-decoration: none;
}

.coupon_info .info_wrapp .cont_block ul.note{

}

.coupon_info .info_wrapp .cont_block ul.note li{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.075em;
    padding-left: 1.2em;
    position: relative;
}

.coupon_info .info_wrapp .cont_block ul.note li::before{
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.coupon_info .info_wrapp .cont_block .caption{
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.07em;
    margin-bottom: 40px;
}

.coupon_info .info_wrapp .cont_block .table_type2,
.coupon_info .info_wrapp .cont_block .table_type1{
    width: 100%;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.coupon_info .info_wrapp .cont_block .table_type1 thead,
.coupon_info .info_wrapp .cont_block .table_type1 tr{
    border-bottom: 1px solid #9e9e9e;
}

.coupon_info .info_wrapp .cont_block .table_type1 tr:last-of-type{
    border-bottom: none;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel02,
.coupon_info .info_wrapp .cont_block .table_type2 .cel01,
.coupon_info .info_wrapp .cont_block .table_type1 .cel02,
.coupon_info .info_wrapp .cont_block .table_type1 .cel01{
    height: 68px;
    line-height: 68px;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel01,
.coupon_info .info_wrapp .cont_block .table_type1 .cel01{
    width: 277px;
    background: rgba(240,131,0,0.2);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center
}

.coupon_info .info_wrapp .cont_block .table_type1 .cel02{
    text-align: center
}

.coupon_info .info_wrapp .cont_block .table_type1 .cel02 strong{
    display: inline-block;
    width: 200px;
    text-align: right;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.07em;
    white-space: nowrap;
}

.coupon_info .info_wrapp .cont_block .table_type1 thead .cel02,
.coupon_info .info_wrapp .cont_block .table_type1 thead .cel01{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel01{
    width: 280px;
    font-size: 21px;
    border-bottom: 1px solid #9e9e9e;
}

.coupon_info .info_wrapp .cont_block .table_type2 thead .cel02,
.coupon_info .info_wrapp .cont_block .table_type2 thead .cel01{
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
    border-bottom: 1px solid #9e9e9e;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel02 .image_wrapp{
    width: 328px;
    margin: 0 auto;
}


footer{
    height: 50px;
    background: #231815;

}


.headline2 > span {
    font-size: 38px;
}


@media screen and (max-width: 1199px) {

.n-coupon::after,
.n-coupon::before{
    width: 17.514595vw;
    height: 26.605505vw;
}

.coupon_area .coupon_head .image_box{
    width: 68.390325vw;
}

}


@media screen and (max-width: 1000px) {

.coupon_area .coupon_head{
    padding: 1.2vw 0 1.6vw;
    margin-bottom: 14vw;
}

.coupon_area .kv_area{
    width: 92.4vw;
    margin: 0 auto 21vw;
}

.coupon_area .kv_area .kv_catch{
    width: 74.6vw;
    margin: 11.6vw auto 10.8vw;
}

.coupon_area .kv_area .cord_image{
    width: 73.4vw;
    margin: 0 auto 10.8vw;
}

.coupon_area .kv_area .cord_text .name{
    font-size: 3vw;
}

.coupon_area .kv_area .cord_text .num{
    font-size: 4.6vw;
}


.coupon_info{
    margin-bottom: 17vw;
}

.coupon_info .info_wrapp{
    width: 84.8vw;
}

.coupon_info .info_wrapp .cont_block{
    width: 67.6vw;
    margin: 0 auto 18vw;
}

.coupon_info .info_wrapp .cont_block .title{
    font-size: 2.2vw;
    margin-bottom: 1.6vw;
}

.coupon_info .info_wrapp .cont_block .title2{
    font-size: 2.3vw;
    margin-bottom: 4.5vw;
}

.coupon_info .info_wrapp .cont_block .date_data p{
    font-size: 3.1vw;
}

.coupon_info .info_wrapp .cont_block .link_data p{
    font-size: 3.6vw;
}

.coupon_info .info_wrapp .cont_block ul.note li{
    font-size: 2.2vw;
}

.coupon_info .info_wrapp .cont_block .caption{
    font-size: 1.9vw;
    margin-bottom: 4vw;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel02,
.coupon_info .info_wrapp .cont_block .table_type2 .cel01,
.coupon_info .info_wrapp .cont_block .table_type1 .cel02,
.coupon_info .info_wrapp .cont_block .table_type1 .cel01{
    height: 6.8vw;
    line-height: 6.8vw;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel01,
.coupon_info .info_wrapp .cont_block .table_type1 .cel01{
    width: 27.7vw;
    font-size: 2.8vw;
}

.coupon_info .info_wrapp .cont_block .table_type1 .cel02 strong{
    display: inline-block;
    width: 20vw;
    font-size: 2.8vw;
}

.coupon_info .info_wrapp .cont_block .table_type1 thead .cel02,
.coupon_info .info_wrapp .cont_block .table_type1 thead .cel01{
    font-size: 2vw;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel01{
    width: 28vw;
    font-size: 2.1vw;
}

.coupon_info .info_wrapp .cont_block .table_type2 thead .cel02,
.coupon_info .info_wrapp .cont_block .table_type2 thead .cel01{
    font-size: 1.6vw;
}

.coupon_info .info_wrapp .cont_block .table_type2 .cel02 .image_wrapp{
    width: 32.8vw;
}

.coupon_info .info_wrapp .cont_block .txt1 {
    font-size: 2.6vw;
    margin-bottom: 3vw;
}


footer{
    height: 5vw;

}


.headline2 > span {
    font-size: 3.8vw;
}



}



@media screen and (max-width: 768px) {

.n-coupon::after,
.n-coupon::before{
    width: 21vw;
    height: 31.9vw;
}

.coupon_area .coupon_head .image_box{
    width: 58.2vw;
}

.coupon_info .info_wrapp .cont_block .txt1 {
    font-size: 3.33vw;
}

.coupon_info .info_wrapp .cont_block .txt1 .small {
    font-size: 1.9vw;
}

.coupon_info .info_wrapp .cont_block .table_type2,
.coupon_info .info_wrapp .cont_block .table_type1{
    border-top-width: 2px;
    border-bottom-width: 2px;
}

}