@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.page-ttl {
    background: url("../img/title-bg01.jpg") center center;
    font-size: 2.25em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 2.33333em 1em;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .page-ttl {
        font-size: 1.75em;
        padding: 1.66667em 1em;
    }
}

.kanto-ttl {
    background: url("../img/kanto-bg.jpg") center center;
    font-size: 2.25em;
    font-weight: bold;
    text-align: center;
    color: #008190;
    padding: 2.33333em 1em;
    position: relative;
    z-index: 1;
    border-top: 0.55556em solid #f29600;
}

@media screen and (max-width: 700px) {
    .kanto-ttl {
        font-size: 1.75em;
        padding: 1.66667em 1em;
    }
}

.kanto-pagettl {
    text-align: center;
    background: url("../img/gas/kanto-main-bg.png") no-repeat top center, url("../img/kanto-bg.jpg") top center;
}

.kanto-pagettl img {
    position: relative;
    z-index: 1;
}

.kanto-pagettl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background: #f29600;
    padding-top: 20px;
}

@media screen and (max-width: 1140px) {
    .kanto-pagettl {
        background: url("../img/kanto-bg.jpg") top center;
        background-size: 10.08929%;
    }
    .kanto-pagettl:before {
        padding-top: 1.78571%;
    }
}

.shizuoka-ttl {
    background: url("../img/shizuoka-bg.jpg") center center;
    font-size: 2.25em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 2.33333em 1em;
    position: relative;
    z-index: 1;
    border-top: 0.55556em solid #ef909e;
}

@media screen and (max-width: 700px) {
    .shizuoka-ttl {
        font-size: 1.75em;
        padding: 1.66667em 1em;
    }
}

.shizuoka-pagettl {
    text-align: center;
    background: url("../img/gas/shizuoka-main-bg.png") no-repeat top center, url("../img/shizuoka-bg.jpg") top center;
    position: relative;
}

.shizuoka-pagettl img {
    position: relative;
    z-index: 1;
}

.shizuoka-pagettl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.25em;
    z-index: 0;
    width: 100%;
    padding-top: 3.125em;
    background: url("../img/gas/shizuoka-main-up.png") repeat-x top center;
    background-size: auto 100%;
}

.shizuoka-pagettl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.25em;
    z-index: 0;
    width: 100%;
    padding-top: 3.125em;
    background: url("../img/gas/shizuoka-main-ud.png") repeat-x top center;
    background-size: auto 100%;
}

@media screen and (max-width: 1140px) {
    .shizuoka-pagettl {
        background: center/cover no-repeat url("../img/gas/shizuoka-main-bg.png"), center/3.57143% auto url("../img/shizuoka-bg.jpg");
    }
    .shizuoka-pagettl:before {
        padding-top: 4.46429%;
        top: 2.77778%;
    }
    .shizuoka-pagettl:after {
        padding-top: 4.46429%;
        bottom: 2.77778%;
    }
}

.form-dl {
    max-width: 901px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #FFF;
    padding: 3em;
}

.form-dl dt {
    padding: 0 0 0.5em;
    font-weight: bold;
    font-size: 1.25em;
}

.form-dl dt label {
    vertical-align: middle;
}

.form-dl dt label span {
    font-size: 0.7em;
}

.form-dl dt .need {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6em;
    background: red;
    color: #FFF;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    margin-left: 0.5em;
}

.form-dl dd {
    word-break: break-all;
}

.form-dl dd .form-txt {
    margin-bottom: 0.5em;
}

.form-dl dd .indent {
    margin-bottom: 0.5em;
}

.form-dl dd .inline-list li {
    display: inline-block;
    margin-right: 1em;
}

.form-dl dd + dt {
    border-top: 3px dotted #CCC;
    margin-top: 1.5em;
    padding-top: 1.5em;
}

@media screen and (max-width: 700px) {
    .form-dl {
        padding: 5%;
    }
    .form-dl dt {
        font-size: 1.6rem;
    }
    .form-dl dd {
        font-size: 1.6rem;
    }
    .form-dl dd .error-text {
        font-size: 1.4rem;
    }
    .form-dl dd .form-txt {
        font-size: 1.4rem;
    }
}

.agree-check {
    font-size: 1.125em;
    margin-bottom: 1em;
}

.error-text {
    color: red;
    margin-top: 0.5em;
    text-align: left;
}

.goods-list {
    border: 2px solid #CCC;
    padding: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.goods-list__name {
    margin: 10px 0 0;
    font-size: 1.125em;
    font-weight: bold;
}

.goods-list__price {
    margin: 10px 0 0;
    font-size: 1em;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.goods-list__price--tit02 {
    font-weight: bold;
}

.goods-list__price--price-down {
    color: #e20000;
    font-size: 1.75em;
    font-weight: bold;
}

.goods-list__read {
    margin: 10px 0;
    font-size: 1em;
    text-align: left;
}

.goods-list__btn {
    margin-top: auto;
    padding: 1.0em;
    color: #e1007f;
    text-decoration: none;
    font-weight: bold;
    background: #ffe0f2;
    border-radius: 5px;
    display: block;
}

.goods-list__btn:hover {
    opacity: 0.8;
}

.goods-list__note {
    font-size: 0.75em;
    margin-top: 1em;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .goods-list__price {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .goods-list__price--tit01, .goods-list__price--tit02 {
        margin-right: 10px;
    }
    .goods-list__btn {
        padding: 1.3em 1.0em;
        font-size: 1.25em;
    }
}

.movie-list__thum {
    position: relative;
    padding-top: 56.25%;
}

.movie-list__thum iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.movie-list__ttl {
    margin: 10px 0 0;
    font-weight: bold;
    text-align: left;
}

.cate-area {
    position: relative;
}

.cate-area .cate-ttl {
    padding: 0.4em 1.0em;
    color: #fff;
    font-size: 1.375em;
    text-align: left;
    line-height: 1.4;
    background: #e1007f;
    display: block;
    width: 250px;
    position: relative;
    z-index: -1;
    margin-bottom: -3px;
}

.cate-area .cate-ttl::after {
    content: '';
    border: none;
    border-right: solid 40px white;
    border-bottom: solid 79px transparent;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -2;
}

@media screen and (max-width: 540px) {
    .cate-area .cate-ttl {
        padding: 0.7em 0.7em;
        font-size: 1.1875em;
        width: 165px;
    }
}

.cate-area .cate-atn {
    font-size: 0.8125em;
    text-align: left;
    line-height: 1.3;
    position: absolute;
    top: 8px;
    right: 0;
}

@media screen and (max-width: 540px) {
    .cate-area .cate-atn {
        font-size: 0.6875em;
        top: 0;
    }
}

.cate-area .cate-body {
    padding: 1.375em;
    background: #fff5c5;
    border: 3px solid #e1007f;
}

.cate-area .cate-txt {
    text-align: left;
    margin-bottom: 1em;
}

.cate-area .cate-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cate-area .cate-list__list {
    width: 15.88785%;
    padding: 0.5%;
    background: #FFF;
}

.cate-area .cate-list__list a {
    text-decoration: none;
    display: block;
}

.cate-area .cate-list__list a figure figcaption {
    margin-top: 5px;
    font-size: 0.875em;
}

.cate-area .cate-list__list a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 840px) {
    .cate-area .cate-list__list {
        width: 31.37255%;
        padding: 3px;
    }
    .cate-area .cate-list__list:nth-child(n + 4) {
        margin-top: 1.0em;
    }
}

.select-area {
    margin-top: 3em;
}

.select-area .select-result {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-weight: bold;
    text-align: left;
    border-bottom: 3px solid #000;
}

.select-area .select-result span {
    margin-left: 0.3em;
    color: #e1007f;
    font-size: 1.5em;
}

.select-area .search-pager {
    margin-bottom: 1em;
    font-size: 1.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-area .search-pager > * {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 0.5em;
}

.select-area .search-pager a {
    display: block;
}

.select-area .search-pager a:hover {
    opacity: 0.7;
}

.select-area .search-pager span a, .select-area .search-pager span.current {
    padding: 0.3em 0.5em;
    color: #e1007f;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #e1007f;
}

.select-area .search-pager span:hover {
    background: #ffe0f2;
}

.select-area .search-pager span.current {
    color: #FFF;
    background: #e1007f;
    cursor: normal;
}

.select-area .search-pager span.current:hover {
    background: #e1007f;
}

.select-area .search-pager__move a {
    padding: 0.3em 0.5em;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
    background: #e1007f;
    border: 1px solid #e1007f;
    position: relative;
}

.select-area .search-pager__move.move-prev a::before {
    margin-right: 10px;
    display: inline-block;
    content: "\f104";
    font-family: 'Font Awesome 5 Light';
}

.select-area .search-pager__move.move-next a::after {
    margin-left: 10px;
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
}

.prize-area:nth-child(n + 2) {
    margin-top: 3.0em;
}

.prize-area__box {
    padding: 4.46429%;
}

.prize-area__box.p1st {
    background: url("../img/takara/index-prize-1st-bg.jpg") center center/100% repeat-y;
    padding: 1.875em;
}

.prize-area__box.p2nd {
    background: #e6e6e6;
}

.prize-area__box.p3rd {
    background: #ffffbc;
}

.prize-area__box.p3rd .grid-list {
    margin-bottom: 0;
    width: auto;
}

.prize-area__box.p3rd .grid-list:first-child {
    width: 40.10309%;
}

.prize-area__box.p3rd .grid-list:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 8%;
}

.prize-area__box .grid {
    margin: 0 auto;
    max-width: 970px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prize-area__box p {
    margin-top: 1.5em;
    font-size: 1.25em;
    line-height: 1.8;
}

@media screen and (max-width: 540px) {
    .prize-area__box {
        padding: 1.0em;
    }
    .prize-area__box.p1st {
        padding: 1em;
    }
    .prize-area__box.p3rd .grid {
        display: block;
    }
    .prize-area__box.p3rd .grid-list {
        margin-bottom: 0;
    }
    .prize-area__box.p3rd .grid-list:first-child {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .prize-area__box.p3rd .grid-list:nth-of-type(2) {
        margin-left: 0;
    }
}

.prize-join:nth-child(n + 2) {
    margin-top: 3.0em;
}

@media screen and (max-width: 840px) {
    .prize-join:nth-child(n + 2) {
        margin-top: 1.0em;
    }
}

.prize-join + .prize-join {
    margin-top: 1.5em;
}

.prize-join__tit {
    margin-bottom: 0.83333em;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prize-join__tit .no {
    color: #fff;
    font-size: 2em;
    background: #ff7f00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 76px;
    height: 76px;
}

.prize-join__tit .tit {
    padding: 0 1.0em;
    background: #ffeec0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 76px);
    height: 76px;
}

@media screen and (max-width: 540px) {
    .prize-join__tit .no {
        width: 70px;
        height: 70px;
    }
    .prize-join__tit .tit {
        width: calc(100% - 70px);
        height: 70px;
    }
}

.prize-join__hint {
    padding: 2.0em 0 0 74px;
    text-align: left;
}

.prize-join__hint h4 {
    margin-bottom: 0.83333em;
    font-size: 1.375em;
}

@media screen and (max-width: 840px) {
    .prize-join__hint {
        padding: 1.0em 0 0 74px;
    }
}

@media screen and (max-width: 540px) {
    .prize-join__hint {
        padding: 1.0em 0 0;
    }
}

.prize-join.blue .prize-join__tit {
    background: #E4F4FF;
}

.prize-join.blue .prize-join__tit .no {
    background: #0089d4;
}

.prize-join.blue .prize-join__tit .tit {
    background: transparent;
}

.prize-join.blue .prize-join__tit .tit span span {
    color: #0089d4;
}

.prize-join.blue .prize-join__hint a {
    color: #0080C8;
}

.prem-area {
    margin-top: 3.0em;
}

.prem-area__wrap__ttl {
    padding: 0.3em 0.5em 0.2em;
    color: #fff;
    font-size: 2em;
    background: #40210f;
    border-radius: 8px 8px 0 0;
}

.prem-area__wrap__box {
    padding: 2.0em;
    text-align: left;
    background: #ffffca;
    border: 2px solid #40210f;
    border-radius: 0 0 8px 8px;
}

.prem-area__wrap__box .item-area {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prem-area__wrap__box .item-area .photo-area {
    width: 57.03422%;
}

.prem-area__wrap__box .item-area .txt-area01 {
    width: 40%;
}

.prem-area__wrap__box .item-area .txt-area01 p:nth-child(n + 2), .prem-area__wrap__box .item-area .txt-area01 ul:nth-child(n + 2), .prem-area__wrap__box .item-area .txt-area01 dl:nth-child(n + 2) {
    margin-top: 1.0em;
}

.prem-area__wrap__box .item-area .txt-area01 .price {
    padding: 0.8em 1.5em;
    text-align: center;
    background: #40210f;
    border-radius: 4px;
}

.prem-area__wrap__box .item-area .txt-area01 .set-ttl {
    margin-top: 1.5em;
    font-size: 1.25em;
}

.prem-area__wrap__box .item-area .txt-area01 .set-box {
    margin-top: 0.5em;
    padding-left: 0.8em;
    border-left: 4px solid #40210f;
}

.prem-area__wrap__box .item-area .txt-area01 .set-box .ul-type01 {
    font-weight: bold;
    margin-bottom: 0.25em;
}

.prem-area__wrap__box .item-area .txt-area01 .set-box p {
    font-weight: bold;
    margin-top: 0;
}

.prem-area__wrap__box .item-area .txt-area02 {
    margin-top: 1.5em;
    width: 100%;
}

.prem-area__wrap__box .item-area .txt-area02 p:nth-child(n + 2) {
    margin-top: 1.0em;
}

.prem-area__wrap__box .shop-area {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #40210f;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prem-area__wrap__box .shop-area .photo-area {
    width: 36.12167%;
}

.prem-area__wrap__box .shop-area .txt-area {
    width: 61.5%;
}

.prem-area__wrap__box .shop-area .txt-area .shop-name {
    font-size: 1.5em;
}

.prem-area__wrap__box .shop-area .txt-area p:nth-child(n + 2), .prem-area__wrap__box .shop-area .txt-area ul:nth-child(n + 2), .prem-area__wrap__box .shop-area .txt-area dl:nth-child(n + 2) {
    margin-top: 1.0em;
}

.prem-area__wrap__box .shop-area .txt-area .btn {
    margin-left: 0;
}

.prem-area__wrap__box .btn {
    font-size: 1.25em !important;
    border-radius: 5.0em;
    max-width: 300px;
}

@media screen and (max-width: 540px) {
    .prem-area__wrap__box {
        padding: 1.5em;
    }
    .prem-area__wrap__box .item-area .photo-area {
        width: 100%;
    }
    .prem-area__wrap__box .item-area .txt-area01 {
        margin-top: 1.5em;
        width: 100%;
    }
    .prem-area__wrap__box .shop-area .photo-area {
        width: 100%;
    }
    .prem-area__wrap__box .shop-area .txt-area {
        margin-top: 1.5em;
        width: 100%;
    }
}

.mbgift-area {
    margin-top: 20px;
    padding: 2.8125em;
    border: 5px solid #df007f;
}

.mbgift-area:nth-child(n + 2) {
    margin-top: 150px;
}

.mbgift-area__ttl {
    margin-top: -130px !important;
    position: relative;
    z-index: 2;
}

.mbgift-area__main {
    margin-top: -30px !important;
    position: relative;
    z-index: 1;
}

.mbgift-area p:nth-child(n + 2), .mbgift-area ul:nth-child(n + 2) {
    margin-top: 1.5em;
}

.mbgift-area .btn {
    border-radius: 3em;
}

@media screen and (max-width: 540px) {
    .mbgift-area {
        margin-top: 10px;
        padding: 1.0em;
        border-width: 4px;
    }
    .mbgift-area:nth-child(n + 2) {
        margin-top: 80px;
    }
    .mbgift-area__ttl {
        margin-top: -70px !important;
    }
    .mbgift-area__ttl img {
        width: 80px;
    }
    .mbgift-area__main {
        margin-top: -10px !important;
    }
}

.mbgift-area02 {
    margin-top: 3.0em;
}

.mbgift-area02 p:nth-child(n + 2), .mbgift-area02 ul:nth-child(n + 2) {
    margin-top: 1.5em;
}

.mbgift-area02 .btn {
    color: #ff7f00;
    background: #fff;
    border: 4px solid #ff7f00;
    border-radius: 5.0em;
}

.mbgift-area02 .btn:hover {
    color: #fff;
    background: #ff7f00;
    opacity: 1.0;
}

.mbgift-area03 {
    margin-top: 3.0em;
}

.mbgift-area03 p:nth-child(n + 2), .mbgift-area03 ul:nth-child(n + 2) {
    margin-top: 1.5em;
}

.mbgift-area03 .btn {
    color: #e1007f;
    background: #fff;
    border: 4px solid #e1007f;
    border-radius: 5.0em;
}

.mbgift-area03 .btn:hover {
    color: #fff;
    background: #e1007f;
    opacity: 1.0;
}

.cam-app {
    margin-top: 3.0em;
    text-align: left;
}

.cam-app__ttl {
    padding: 0.5em 0.5em 0.5em 90px;
    color: #fff;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4;
    background: #c93e79;
    position: relative;
}

.cam-app__ttl::before {
    content: '';
    background: url("../img/tlc/cam-tlc-mark.svg") center center/contain no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
}

@media screen and (max-width: 540px) {
    .cam-app__ttl {
        font-size: 1.875em;
    }
}

.cam-app__list {
    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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cam-app__list li {
    margin-top: 1.5em;
    padding: 0 0 1.5em;
    border-bottom: 2px solid #ccc;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 47.5%;
}

.cam-app__list li .txt-area {
    width: 60%;
}

.cam-app__list li .txt-area .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cam-app__list li .txt-area .ttl .no {
    color: #ff7f00;
    font-size: 2em;
    background: #ffecbe;
    border: 2px solid #ff7f00;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.cam-app__list li .txt-area .ttl .txt {
    padding-left: 10px;
    font-size: 1.25em;
    line-height: 1.4;
}

.cam-app__list li .txt-area p {
    margin-top: 1.0em;
}

.cam-app__list li .photo-area {
    width: 36%;
}

@media screen and (max-width: 540px) {
    .cam-app__list li {
        width: 100%;
    }
    .cam-app__list li .txt-area .ttl .no {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
}

.cam-app .btn-cam {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    background: #ff7f00;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    max-width: 180px;
}

.cam-app .btn-cam:hover {
    opacity: 0.8;
}

.tlcapp--2 {
    margin-top: 6%;
}

.tlcapp--2__ttl {
    margin-bottom: 3.57143%;
}

.tlcapp--2 .func-box {
    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;
    border-bottom: 3px solid #E2E2E2;
    padding-bottom: 5.35714%;
    text-align: left;
}

.tlcapp--2 .func-box__read {
    width: 60.71429%;
}

.tlcapp--2 .func-box__thum {
    width: 35.71429%;
}

.tlcapp--2 .func-box__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1em;
}

.tlcapp--2 .func-box__ttl .ttl-num {
    font-size: 3.6rem;
    color: #F49000;
    border: 4px solid #F49000;
    background: #FFF4E6;
    width: 75px;
    line-height: 67px;
    text-align: center;
    border-radius: 6px;
    margin-right: 15px;
}

.tlcapp--2 .func-box__ttl .ttl-txt {
    font-size: 2.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tlcapp--2 .func-box__txt {
    font-size: 1.4rem;
}

.tlcapp--2 .func-box__btn {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    max-width: 188px;
    width: 70%;
    background: #F49000;
    color: #FFF;
    text-align: center;
    margin: 1em auto 0;
    padding: 0.75em;
    border-radius: 3px;
    text-decoration: none;
}

@media screen and (max-width: 840px) {
    .tlcapp--2__ttl {
        margin-bottom: 20px;
    }
    .tlcapp--2 .func-box {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {
    .tlcapp--2 .func-box__ttl .ttl-num {
        font-size: 2.4rem;
        border: 3px solid #F49000;
        width: 50px;
        line-height: 44px;
        margin-right: 12px;
    }
    .tlcapp--2 .func-box__ttl .ttl-txt {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 360px) {
    .tlcapp--2 .func-box__ttl .ttl-num {
        font-size: 2rem;
        border: 3px solid #F49000;
        width: 40px;
        line-height: 34px;
        margin-right: 12px;
    }
    .tlcapp--2 .func-box__ttl .ttl-txt {
        font-size: 1.6rem;
    }
}

.takara-word figure {
    width: 97px;
}

@media screen and (max-width: 840px) {
    .takara-word figure {
        width: 70px;
    }
}

.takara-word--ri {
    margin-top: -30px;
    margin-bottom: -2em;
}

.takara-word--ri figure {
    margin-left: auto;
    margin-right: 2em;
}

@media screen and (max-width: 840px) {
    .takara-word--ri {
        margin-top: 20px;
        margin-bottom: -2em;
    }
}

@media screen and (max-width: 540px) {
    .takara-word--ri figure {
        margin-right: 2.5em;
    }
}

.takara-word--u {
    /* margin-top: -30px; */
    margin-bottom: -2em;
}

.takara-word--u figure {
    margin-right: auto;
    margin-left: 5em;
}

@media screen and (max-width: 840px) {
    .takara-word--u {
        margin-top: 20px;
        margin-bottom: -2em;
    }
}

@media screen and (max-width: 540px) {
    .takara-word--u figure {
        margin-left: 2.5em;
    }
}

.howto-box {
    text-align: center;
    border: 1px solid #0080C8;
    padding: 3.5%;
}

.howto-box__ttl {
    font-size: 1.125em !important;
    color: #0080C8;
}

.howto-box__read {
    font-size: 0.875em;
    margin-bottom: 1.5em;
}

.howto-box .ul-type02 {
    font-size: 0.75em;
}

@media screen and (max-width: 840px) {
    .howto-box {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.qs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

@media screen and (max-width: 840px) {
    .qs-table {
        font-size: 0.875em;
    }
}

.qs-table thead th {
    background: #0080C8;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    padding: 0.75em;
}

.qs-table th, .qs-table td {
    font-size: 1.125em;
    padding: 1em 1.5em;
}

.qs-table th {
    text-align: center;
    color: #0080C8;
    background: #C8E8FF;
    min-width: 7em;
}

.qs-table td {
    text-align: left;
    background: #EAEAEA;
}

.tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3em;
}

@media screen and (max-width: 1024px) {
    .tab-list {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 840px) {
    .tab-list {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .tab-list {
        font-size: 1rem;
    }
}

.tab-list__btn {
    border: 0.5em solid #40210F;
    width: 50%;
    cursor: pointer;
    padding: 0.9375em;
}

.tab-list__btn .tab-txt {
    font-weight: bold;
    color: #40210F;
    opacity: 0.5;
}

.tab-list__btn .tab-txt--sub {
    font-size: 1.125em;
}

.tab-list__btn .tab-txt--name {
    font-size: 2em;
}

.tab-list__btn:first-child {
    border-radius: 1em 0 0 1em;
    border-right-width: 0.25em;
}

.tab-list__btn:last-child {
    border-radius: 0 1em 1em 0;
    border-left-width: 0.25em;
}

.tab-list__btn.current {
    background: #FF0;
}

.tab-list__btn.current .tab-txt {
    opacity: 1;
}

@media screen and (max-width: 840px) {
    .tab-list__btn {
        width: 100%;
    }
    .tab-list__btn:first-child {
        border-radius: 1em 1em 0 0;
        border-right-width: 0.5em;
        border-bottom-width: 0.25em;
    }
    .tab-list__btn:last-child {
        border-radius: 0 0 1em 1em;
        border-left-width: 0.5em;
        border-top-width: 0.25em;
    }
}

.prem-tab {
    display: none;
}

.prem-tab.show {
    display: block;
}

.kanto-sec {
    background: #f29600 url(../img/kanto-sec-bg.png) top center;
    text-align: center;
    padding: 5em 0;
}

.kanto-sec .inner {
    margin: 0 20px;
}

@media screen and (max-width: 1140px) {
    .kanto-sec {
        background-size: 125.98214% auto;
        padding: 7.14286% 0;
    }
}

.shizuoka-sec {
    background: #FFF594;
    text-align: center;
    padding: 5em 0;
}

.shizuoka-sec .inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1160px) {
    .shizuoka-sec .inner {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1140px) {
    .shizuoka-sec {
        background-size: 125.98214% auto;
        padding: 7.14286% 0;
    }
}

.shizuoka-sec .indent {
    padding: 0 1em;
}

.shizuoka-sec .btn-cont .btn {
    font-size: 1.75em;
}

.shizuoka-sec .btn-cont .btn:after {
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
}

@media screen and (max-width: 840px) {
    .shizuoka-sec .btn-cont .btn {
        font-size: 1.5em;
    }
}

.mov {
    position: relative;
}

.mov:before {
    content: "";
    background: url(../img/gas/kanto-img11.png) no-repeat;
    background-size: 100% auto;
    width: 6.9375em;
    height: 8.375em;
    position: absolute;
    right: 50%;
    bottom: 100%;
    -webkit-transform: translate(-7em, 0);
    transform: translate(-7em, 0);
}

@media screen and (max-width: 840px) {
    .mov:before {
        bottom: calc(100% - 15px);
        -webkit-transform: translate(-6em, 0);
        transform: translate(-6em, 0);
    }
}
