@charset "utf-8";

/*--------------------
- common
--------------------*/
#page.nolimit {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.exceptionWrap {
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#wrapContent #wrap_mainContent .campaign .contens {
    padding: 0;
}

.sns {
    
}
@media print,
screen and (max-width: 640px) {
    .exceptionWrap {
        padding: 0 10px;
        max-width: none;
        box-sizing: border-box;
    }
    .sns {
        padding-left: 10px !important;
        margin-top: 20px !important;
    }
}

.campaign {
    font-size: 14px;
}

.campaign img {
    width: 100%;
}

.campaign * {
    box-sizing: border-box;
}

/*--------------------
- layout
--------------------*/
.l-column {
    width: 996px;
    margin: 0 auto;
    padding: 0 10px;
}

.l-column-wide {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}

.l-column-narrow {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px;
}

.l-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media print,
screen and (max-width: 640px) {
    .l-column {
        width: 100%;
        padding: 0 4.6875%;
    }

    .l-column-wide {
        max-width: 100%;
        padding: 0 4.6875%;
    }

    .l-column-narrow {
        max-width: 100%;
        padding: 0 4.6875%;
    }

    .l-section {
        padding-top: 9.375%;
        padding-bottom: 9.375%;
    }
}

/*--------------------
- masthead
--------------------*/
.masthead {
    padding: 25px 0 0 25px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.masthead img {
    width: auto;
}

.masthead.fixed {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .masthead {
        padding: 15px;
        height: auto;
    }

    .masthead .brand-logo {
        line-height: 1;
    }

    .masthead img {
        height: 15px;
    }
}

/*--------------------
- mv
--------------------*/
.mv {
    width: 100%;
    height: 32.3vw;
    background-image: url(../images/mv_pc.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-color: #e4e4e4;
}

.mv_head {
    padding-top: 9vw;
    width: 926px;
    margin: 0 auto;
}

.mv_heading {
    font-size: 46px;
    letter-spacing: -0.025ch;
    font-family: "DIN Light", Arial, Helvetica, sans-serif;
    position: relative;
}

.mv_heading span {
    display: inline-block;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-image: url(../images/img_mv_line.png);
    background-position: 50% 50%;
}

@media print,
screen and (max-width: 640px) {
    .mv {
        height: 105vw;
        background-image: url(../images/mv_spn.jpg);
        background-size: cover;
        background-position: center bottom;
    }

    .mv_head {
        padding-top: 12.5vw;
        width: 100%;
    }

    .mv_heading {
        font-size: 9.6875vw;
        text-align: center;
    }

    .mv_heading span {
        background-size: auto 80px;
        padding: 9% 0;
    }
}

/*--------------------
- summary
--------------------*/
.summary {
    background-color: #e4e4e4;
    padding-top: 30px;
    border-bottom: 2px solid #b78c39;
}

.summary_head {
    margin-bottom: 40px;
}

.summary_foot {
    margin-top: 40px;
}

.summary_heading {
    color: #b78c39;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.3;
    text-align: center;
}

.summary_heading span {
    font-size: .84em;
}

.summary_title {
    margin-bottom: 40px;
}

.summary_text {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
}

.summary_text-small {
    font-size: 16px;
}

.summary_foot_item {
    width: 90%;
    margin: 0 auto 10px;
}

.summary_foot_item:last-child {
    margin-bottom: 0;
}
/*--------------------
- bnrArea
--------------------*/
.bnrArea {
    padding: 0 10px;
}

.bnrListFullWidth {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.bnrListFullWidth li {
    margin-bottom: 20px;
}
.bnrListFullWidth li:first-child {
    margin-top: 40px;
}
.bnrListFullWidth li:last-child {
    margin-bottom: 0;
}
@media print,
screen and (max-width: 800px) {
    .summary_text {
        font-size: 18px;
    }
}

@media print,
screen and (max-width: 640px) {
    .summary {
        padding-top: 9.375%;
    }

    .summary_head {
        margin-bottom: 10%;
    }

    .summary_foot {
        margin-top: 7%;
    }

    .summary_heading {
        font-size: 8vw;
    }

    .summary_heading span {
        font-size: .84em;
    }

    .summary_title {
        margin-bottom: 7%;
    }

    .summary_text {
        font-size: 4.6875vw;
        text-align: left;
        margin-bottom: 5%;
    }

    .summary_text-small {
        font-size: 3.125vw;
    }

    .summary_foot_item {
        width: 100%;
        margin: 0 auto 5%;
    }

    .summary_foot_item:last-child {
        margin-bottom: 0;
    }
    .bnrListFullWidth li img {
        width: 100%;
        height: auto;
    }

    .bnrListFullWidth li {
        margin-bottom: 5%;
    }
}

/*--------------------
- product
--------------------*/
.product {
    background-image: url(../images/bg_product_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.product_head {
    margin-bottom: 80px;
}

.product_foot {
    margin-top: 70px;
}

.product_heading {
    color: #b78c39;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}

.product_board {
    max-width: 417px;
    width: 40%;
    margin: 0 auto;
}

.product_board_caption {
    font-size: 12px;
    text-align: right;
    color: #fff;
    padding-top: 17px;
}

.product_board p {
    color: #fff;
    margin-top: 5%;
}

@media print,
screen and (max-width: 640px) {
    .product {
        background-image: url(../images/bg_product_spn.jpg);
    }

    .product_head {
        margin-bottom: 15%;
    }

    .product_foot {
        margin-top: 10%;
    }

    .product_heading {
        font-size: 5.625vw;
    }

    .product_board {
        max-width: 100%;
        width: 90%;
    }

    .product_board_caption {
        font-size: 2.8125vw;
        padding-top: 4%;
    }
}

/*--------------------
- audioboard
--------------------*/
.audioboard {
    background-image: url(../images/bg_audioboard_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    padding: 16% 0 18%;
}

.audioboard_title {
    max-width: 423px;
    width: 53%;
    margin: 0 auto;
}

.audioboard_btn {
    display: block;
    max-width: 423px;
    width: 53%;
    margin: 40px auto 0;
    padding: 0 25px;
}

@media print, screen and (max-width: 640px) {
    .audioboard {
        background-image: url(../images/bg_audioboard_spn.jpg);
        padding-top: 40%;
        padding-bottom: 50%;
    }

    .audioboard_title {
        max-width: 100%;
        width: 75%;
    }

    .audioboard_body {
        margin-bottom: 15%;
        margin-top: 10%;

    }

    .audioboard_btn {
        max-width: 100%;
        width: 74%;
        margin: 10% auto 0;
        padding: 0;
    }
}

/*--------------------
- schedule
--------------------*/
.schedule {
    background-color: #e4e4e4;
}

.schedule_title {
    margin-bottom: 55px;
}

.schedule_caption {
    margin-top: 30px;
}

@media print,
screen and (max-width: 640px) {
    .schedule_title {
        margin-bottom: 11%;
    }

    .schedule_caption {
        margin-top: 5%;
    }
}

/*--------------------
- method
--------------------*/
.method {
    background-color: #f2f2f2;
}

.method .mainWrap {
    padding: 10% 10% 6.25%;
    background-color: #fff;
}

.product_btn {
    padding: 20px 15px;
    display: block;
}

.step1 h3,
.step2 h3,
.step3 h3 {
    margin: 3.2% 0;
}

.step_box {
    width: 49%;
    float: left;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    text-align: center;
}

.step_box + .step_box {
    margin-left: 2%;
}

.step_box_top {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
}

.step_box_top01 {
    padding: 7.5% 0;
}

.step_box_top02 {
    padding: 4% 0;
}

.step_box_top03 {
    padding: 4% 0;
}

.step1 .step_box_bottom_txt_l {
    padding: 20.3% 10%;
}

.step1 .step_box_bottom_txt_r {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 5.1%;
}

.step_box_bottom {
    padding: 7.7% 10%;
}

.step2 .step_box {
    width: 100%;
}

.step2_txt {
    text-align: left;
    margin-bottom: 3.2%;
}

.step3_txt {
    text-align: left;
}

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

.step3 .step_box {
    margin-top: 12px;
    width: 100%;
}

.step3 .step_box img {
    width: 80%;
    padding: 7.3% 0;
}

.warranty {
    margin-top: 10%;
}

.warranty img {
    width: auto;
}

.warranty h4 + div {
    margin-top: 3.75%;
}

.img-box {
    text-align: center;
}

p + .img-box {
    margin-bottom: 8.75%;
}

.warranty_img01 {
    margin-top: 6.25%;
}

.warranty_ttl {
    font-size: 17px;
}

.warranty_ttl + .img-box {
    margin-top: 5%;
}

.take_pic {
    display: table;
    width: 100%;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 3.75%;
}

.take_pic.img-box {
    display: block;
    padding-bottom: 8.75%;
}

.take_pic + .take_pic {
    padding-top: 3.75%;
}

.take_pic:nth-of-type(4) {
    border-bottom: none;
    padding-bottom: 6.25%;
}

.take_pic:not(.img-box) > * {
    display: table-cell;
    vertical-align: middle;
}

.take_pic > p {
    width: 86%;
}

.how_to_take {
    display: table;
    width: 100%;
    border: 2px solid #ed1c24;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3.75%;
}

.how_to_take > span {
    display: table-cell;
    padding: 10px 0;
    text-align: center;
}

.how_to_take > span:first-child {
    color: #ed1c24;
    padding-left: 1.875%;
    padding-right: 1.875%;
    min-width: 110px;
}

.how_to_take > span:last-child {
    color: #fff;
    background: #ed1c24;
}

.step3_txt {
    text-align: left;
    margin: 4% 0 0;
}

.receipt {
    border: 1px solid #c5c5c5;
    position: relative;
    padding: 0 4%;
    margin: 8.1% 0 4.9%;
}

.receipt_ttl {
    position: absolute;
    top: -1.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #b4b4b4;
    color: #fff;
    border-radius: 25px;
    padding: 1% 4.7%;
}

.receipt_wrap {
    position: relative;
}

.receipt_wrap_pc {
    padding: 8.1% 0 5.3%;
    border-bottom: 1px solid #b4b4b4;
}

.receipt_wrap_spn {
    padding: 7.1% 0;
}

.receipt_box {
    box-sizing: border-box;
    width: 47.7%;
    float: left;
    font-size: 12px;
    text-align: center;
}

.receipt_box + .receipt_box {
    margin-left: 4.5%;
    padding-left: 4.5%;
    border-left: 1px dotted #b4b4b4;
}

.receipt h3 {
    font-weight: bold;
    margin: 0 0 5.3% 0;
    text-align: center;
    display: table;
    width: 100%;
}

.receipt h3 > * {
    vertical-align: middle;
}

img.receipt_icon {
    padding-right: 1.875%;
    width: auto;
}

.receipt_box img {
    margin-bottom: 7.8%;
}

.receipt_wrap .receipt_box_img01 {
    margin: 11% 0 17.6%;
}

.campaign .receipt_box_img03 {
    width: 42.6%;
}

.receipt_box_img04 {
    width: 91.2%;
}

.receipt_box p {
    text-align: left;
}

.method_attention {
    text-align: left;
    font-size: 13px;
}

.method_attention + .method_attention {
    margin-top: 4%;
}

.method_attention a,
#attention a {
    color: #b98f55;
    border-bottom: 1px solid #b98f55;
}

.method_attention a:hover,
#attention a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

@media print,
screen and (max-width: 640px) {
    .method h3 {
        padding: 10% 0 2%;
    }

    .method .mainWrap {
        padding: 10% 10% 6.25%;
    }

    .step1 h3 {
        margin: 0 0 3.2%;
        padding: 0 0 14.6%;
    }

    .step2 h3,
    .step3 h3,
    .step4 h3 {
        margin: 3.2% 0;
    }

    .step_box {
        width: 100%;
        float: none;
    }

    .step_box + .step_box {
        margin: 3.9% 0 0;
    }

    .step_box_top {
        background-color: #f5f5f5;
        font-size: 16px;
        font-weight: bold;
    }

    .step_box_top01 {
        padding: 3.2% 0;
        min-height: 0;
        border-bottom: 1px solid #e5e5e5;
        font-size: 4.6vw;
    }

    .step_box_top02 {
        padding: 4% 0;
    }

    .step1 .step_box_bottom_txt_l {
        padding: 6.5% 0;
        min-height: 0;
    }

    .step1 .step_box_bottom_txt_r {
        font-size: 2.7vw;
        letter-spacing: 0;
    }

    .step_box_bottom {
        padding: 7.7% 10%;
    }

    .step3_txt {
        font-size: 3.1vw;
        line-height: 1.8;
    }

    .step3_txt span {
        font-size: 3.1vw;
    }

    .step3 .step_box img {
        width: 80%;
        padding: 7.3% 0;
    }

    .step3_txt {
        text-align: left;
        margin: 4% 0 0;
        font-size: 3.1vw;
        line-height: 1.8;
    }

    .warranty h4 + div {
        margin-top: 8%;
    }

    p + .img-box {
        margin-bottom: 10%;
    }

    .warranty_img01 {
        margin-top: 10%;
    }

    .warranty_ttl {
        font-size: 100%;
    }

    .take_pic:not(.img-box) > img {
        width: 60%;
    }

    .take_pic > p {
        width: 80%;
    }

    .take_pic {
        padding-bottom: 8%;
    }

    .take_pic.img-box {
        padding-bottom: 10%;
    }

    .take_pic + .take_pic {
        padding-top: 8%;
    }

    .how_to_take {
        font-size: 100%;
        margin-bottom: 8%;
    }

    .how_to_take > span {
        padding: 3%;
        vertical-align: middle;
    }

    .how_to_take > span:first-child {
        width: 25%;
        min-width: 25%;
        padding: 3% 5%;
    }

    .how_to_take > span:last-child {
        text-align: left;
    }

    .receipt {
        padding: 0 4%;
        margin: 8.1% 0 4.9%;
    }

    .receipt_ttl {
        top: -0.9%;
        padding: 1.5% 4.7%;
        font-size: 3vw;
    }

    .receipt_wrap_pc {
        padding: 8.1% 0 5.3%;
        border-bottom: 1px solid #b4b4b4;
    }

    .receipt_wrap_spn {
        padding: 7.1% 0;
    }

    .receipt_box {
        float: none;
        font-size: 3.1vw;
        line-height: 1.8;
        width: 100%;
    }

    .receipt_box + .receipt_box {
        margin: 3.9% 0 0;
        padding: 7% 0 0;
        border-left: none;
        border-top: 1px dotted #b4b4b4;
    }

    .receipt h3 {
        margin: 0 auto 4.6%;
        padding: 3.6% 0;
        font-size: 3.1vw;
    }

    .receipt_wrap_pc h3 {
        width: 80%;
    }

    .receipt_wrap_spn h3 {
        width: 80%;
    }

    .receipt h3 > * {
        display: table-cell;
    }

    img.receipt_icon {
        padding-right: 0;
    }

    .campaign .receipt_icon_pc {
        width: 80%;
    }

    .campaign .receipt_icon_spn {
        width: 90%;
    }

    .receipt_wrap .receipt_box_img01 {
        margin: 0 0 3.9%;
    }

    .receipt_box_img03 {
        width: 91.2%;
    }

    .receipt_box_img04 {
        width: 91.2%;
    }

    .method_attention {
        font-size: 3.1vw;
        line-height: 1.5;
    }

    .method_attention + .method_attention {
        margin-top: 4%;
    }

    .method_attention a,
    #attention a {
        color: #b98f55;
        border-bottom: 1px solid #b98f55;
    }

    .method_attention a:hover,
    #attention a:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75;
    }
}

/*--------------------
#attention
--------------------*/

.attention {
    background-color: #d9d9d9;
    padding: 5.2% 9% 5.9%;
    font-size: 12px;
}

.attention_heading {
    margin-bottom: 40px;
}

.attention dl {
    background-color: #fff;
    padding: 2.3% 6.3% 6.3%;
    color: #262626;
}

.attention dt {
    font-weight: bold;
    margin-top: 4%;
}

.attention dd {
    text-indent: -2.5%;
    padding-left: 2.5%;
}

.attention_dd {
    margin-top: 4%;
}

@media print,
screen and (max-width: 640px) {
    .attention {
        background-color: #d9d9d9;
        padding: 9.375% 0;
        font-size: 3.125vw;
    }

    .attention_heading {
        margin-bottom: 9.375%;
    }
}

/*--------------------
- module
--------------------*/
/* Heading */
.gradationLineHeading {
    position: relative;
    padding-bottom: 20px;
}

.gradationLineHeading::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
}

.gradationLineHeading-gray::after {
    background: -moz-linear-gradient(left, rgba(153,153,153,0) 0%, rgba(153,153,153,1) 25%, rgba(153,153,153,1) 75%, rgba(153,153,153,0) 100%);
    background: -webkit-linear-gradient(left, rgba(153,153,153,0) 0%,rgba(153,153,153,1) 25%,rgba(153,153,153,1) 75%,rgba(153,153,153,0) 100%);
    background: linear-gradient(to right, rgba(153,153,153,0) 0%,rgba(153,153,153,1) 25%,rgba(153,153,153,1) 75%,rgba(153,153,153,0) 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.gradationLineHeading-gold::after {
    background: -moz-linear-gradient(left, rgba(183,140,57,1) 0%, rgba(183,140,57,1) 25%, rgba(183,140,57,1) 75%, rgba(183,140,57,1) 100%);
    background: -webkit-linear-gradient(left, rgba(183,140,57,1) 0%,rgba(183,140,57,1) 25%,rgba(183,140,57,1) 75%,rgba(183,140,57,1) 100%);
    background: linear-gradient(to right, rgba(183,140,57,1) 0%,rgba(183,140,57,1) 25%,rgba(183,140,57,1) 75%,rgba(183,140,57,1) 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.bracketsHeading {
    font-size: 26px;
    text-align: center;
}

/* Box */
.detailBox {
    display: table;
    background-color: #fff;
    padding: 20px 40px;
    position: relative;
}
.end.detailBox > * {
    opacity: .5;
}
.end.detailBox::before {
    content: '終了しました';
    background: #fd0000;
    color: #fff;
    font-weight: bold;
    padding: 5px 8px;
    font-size: 12px;
    position: absolute;
    left: -1em;
    top: -1.2em;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.end-section{
    padding-bottom: 30px;
}
.detailBox_head,
.detailBox_body {
    display: table-cell;
    vertical-align: middle;
}

.detailBox_head {
    font-size: 16px;
    border-right: 1px solid #ddd;
    width: 20%;
}

.detailBox_body {
    font-size: 18px;
    width: 80%;
    padding-left: 40px;
}

.prizeBox {
    border: 1px solid #fff;
}

.prizeBox_sub {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.prizeBox_main {
    padding: 70px 140px;
}

.prizeBox_thumb {
    max-width: 242px;
    margin: 0;
}

.prizeBox_heading {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.prizeBox_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prizeBox_title {
    width: 50%;
    margin: auto 0;
}

.prizeBox_title_head {
    margin-bottom: 15px;
}

.prizeBox_title_text {
    font-size: 13px;
    color: #ddd;
    line-height: 1.3;
}

.prizeBox_title_body {
    display: table;
    width: 100%;
}

.prizeBox_title_logo,
.prizeBox_title_name {
    display: table-cell;
    vertical-align: middle;
}

.prizeBox_title_logo {
    width: 137px;
}

.prizeBox_title_name {
    color: #ddd;
    font-size: 26px;
    letter-spacing: -0.025ch;
    font-family: "DIN Light", Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

.prizeBox_btn {
    display: block;
    max-width: 285px;
    width: 56%;
    margin: 40px auto 0;
}

.textAdjust{
   color:#ff0000;
   font-weight: bold;
   text-align: center;
   font-size: 18px;
   margin-top: 30px;
}

@media print,
screen and (max-width: 800px) {
    .prizeBox_main {
        padding: 70px 10%;
    }
}

@media print,
screen and (max-width: 640px) {

    /* Heading */
    .gradationLineHeading {
        padding-bottom: 4.6875%;
    }

    .bracketsHeading {
        font-size: 5vw;
    }

    /* Box */
    .detailBox {
        padding: 5.3125%;
    }

    .detailBox_head {
        font-size: 3.75vw;
        width: 30%;
    }

    .detailBox_body {
        font-size: 4.0625vw;
        width: 70%;
        padding-left: 5%;
    }

    .prizeBox_sub {
        padding: 5% 0;
    }

    .prizeBox_main {
        padding: 6.25% 7.8125%;
    }

    .prizeBox_thumb {
        max-width: 100%;
        width: 70%;
        margin: 0 auto;
    }

    .prizeBox_heading {
        font-size: 4.6875vw;
    }

    .prizeBox_head {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .prizeBox_title {
        width: 100%;
        text-align: center;
        margin-bottom: 6.25%;
    }

    .prizeBox_title_head {
        margin-bottom: 6%;
    }

    .prizeBox_title_text {
        font-size: 3.75vw;
    }

    .prizeBox_title_body {
        display: table;
        width: 100%;
    }

    .prizeBox_title_logo {
        width: 60%;
        padding-left: 10%;

    }

    .prizeBox_title_name {
        font-size: 6.7vw;
        padding-left: 10px;
        text-align: left;
    }

    .prizeBox_btn {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 4% auto 0;
    }
}

/*--------------------
- utility
--------------------*/
.sp-only {
    display: none;
}

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

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

@media print,
screen and (max-width: 640px) {
    .content-xs {
        max-width: none;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }
}

.u-pt-lv1 {
    padding-top: 20px !important;
}

.u-pt-lv2 {
    padding-top: 30px !important;
}

.u-pt-lv3 {
    padding-top: 40px !important;
}

.u-pt-lv4 {
    padding-top: 60px !important;
}

.u-pb-lv1 {
    padding-bottom: 20px !important;
}

.u-pb-lv2 {
    padding-bottom: 30px !important;
}

.u-pb-lv3 {
    padding-bottom: 40px !important;
}

.u-pb-lv4 {
    padding-bottom: 60px !important;
}

.u-mt-lv1 {
    margin-top: 20px !important;
}

.u-mt-lv2 {
    margin-top: 30px !important;
}

.u-mt-lv3 {
    margin-top: 40px !important;
}

.u-mt-lv4 {
    margin-top: 60px !important;
}

.u-mb-lv1 {
    margin-bottom: 20px !important;
}

.u-mb-lv2 {
    margin-bottom: 30px !important;
}

.u-mb-lv3 {
    margin-bottom: 40px !important;
}

.u-mb-lv4 {
    margin-bottom: 60px !important;
}