/** @format */

@charset 'utf-8';
/* ============ STYLE ============ */
html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 1px;
}
a {
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    cursor: pointer;
    opacity: 0.9;
}
*:focus {
    outline: none;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
body.scroll-disable {
    overflow: hidden;
}

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

.lpBG,
.secBG {
    background-color: #e50012;
    margin-top: -1px;
}

.lpBG__img {
    background-image: url(../img/common/bkImg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.secBG__img {
    background-image: url(../img/second/secBkImg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 10px; */
}

/* -----------------------
  common
-------------------------- */
/* layout */
.wrap {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
}
.inner {
    width: 375px;
    max-width: 93%;
    margin: 0 auto;
}

.inner94 {
    /* width: 375px; */
    max-width: 94.9%;
    margin: 0 auto;
}

.inner90 {
    width: 375px;
    max-width: 90%;
    margin: 0 auto;
}
.inner88 {
    width: 375px;
    max-width: 88%;
    margin: 0 auto;
}

.inner80 {
    width: 375px;
    max-width: 80.6%;
    margin: 0 auto;
}
.inner65 {
    width: 375px;
    max-width: 65%;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .wrap {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .inner,
    .inner90,
    .inner88 {
        width: 89.3%;
        max-width: 89.3%;
        margin: 0 auto;
    }
}

/* list */
.listWrapCommon {
    list-style: none;
    margin: 0;
    letter-spacing: 0;
}

.listWrapCommon a {
    color: #000000;
}

.listItemCommon {
    position: relative;
    display: block;
}
.listItemCommon:before {
    content: "\203B";
}

.listWrapMin {
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.9px;
}

.listItemMin:before {
    position: absolute;
    content: "\203B";
    top: 0;
    left: -15px;
}

.tabListWrapBG {
    padding: 0 10px;
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

.titleGuide {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

/* error */
.header_emesg {
    padding: 1em;
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
}
.msg {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
}

/* table */
.table {
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #000;
}
.table table {
    width: 100%;
}
.table tr th,
.table tr td {
    text-align: center;
}
.table tr th {
    padding: 5px;
    background: #000;
    font-weight: 700;
}
.table tr td {
    padding: 5px;
    font-weight: 500;
    background: #fff;
    color: #000;
}
.table tr:not(:last-child) td {
    border-bottom: 1px solid #b5b5b6;
}

/* -----------------------
  LP main visual
-------------------------- */
.mvLP,
.secMvLP {
    background-color: #f0f9f7;
    position: relative;
}

.cpLogo__img {
    background-color: #ffffff;
    padding: 9px 0;
}

.cpLogo__img img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.mainView {
    /* padding: 10px 0 0; */
    position: relative;
    background-color: #e50012;
    z-index: -1;
}

.mainView__img {
    /* width: 95%; */
    display: block;
    margin: -42px auto;
}

.overView__img {
    display: block;
    margin: 0 auto;
    width: 88%;
}

.img36 {
    display: block;
    margin: 0 auto;
    width: 36%;
}

.img42 {
    display: block;
    margin: 0 auto;
    width: 42%;
}

.img50 {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.img63 {
    display: block;
    margin: 0 auto;
    width: 63%;
}

.img69 {
    display: block;
    margin: 0 auto;
    width: 69%;
    transform: translateX(-2%);
}

.img89 {
    display: block;
    margin: 0 auto;
    width: 89.3%;
}

.stepWrap {
    background-image: url(../img/lp/stepBkImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000000;
    letter-spacing: -0.9px;
}

.stepTitle {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 1.1;
    background-color: #0a3ea4;
    padding: 2px 6px;
    margin: 1px auto 0;
    width: fit-content;
}

/* .stepTitle25{
  display: block;
  margin: 0 auto;
  width: 25%;
} */

.stepTitle77 {
    display: block;
    margin: 0 10px;
    width: 77%;
}

.stepArrow {
    display: block;
    margin: 0 auto;
    width: 15%;
}

.stepInner82 {
    max-width: 82%;
    margin: 0 auto;
}

.stepInner86 {
    max-width: 86%;
    margin: 0 auto;
}

.stepInner89 {
    max-width: 89%;
    margin: 0 auto;
}

.rulesWrap {
    width: 100%;
    background-color: #ffeef5;
    padding: 25px 0 20px;
}

.rulesTitle {
    font-size: 16px;
    font-weight: 700;
    color: #f60047;
    text-align: center;
    margin-bottom: 25px;
}

.rulesTitle span {
    background: linear-gradient(transparent 50%, #d3eefe 50%);
}

.rulesTxt {
    font-size: 14px;
    font-weight: 700;
    color: #f60047;
    letter-spacing: -0.9px;
}

.rulesMsg {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.9px;
    line-height: 1.6;
    color: #000000;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 192.6345px;
}

.mvWrap {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #b0e1fd;
}

.mypageMvWrap {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    background-color: #b0e1fd;
}

.mvBkImg {
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(50%, 50%);
    width: 200vw;
    height: 200vw;
    z-index: 0;
    background-image: url(../img/lp/bkImg.png);
    background-size: cover;
    animation: bgcnca 60s linear 0s infinite;
}

.mvBkImg.mypageBkImg {
    top: -15%;
}

@keyframes bgcnca {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 641px) {
    .mvBkImg {
        width: 750px;
        height: 750px;
    }
}

.mvLogoSSS {
    position: absolute;
    top: 17px;
    left: 13px;
    width: 66px;
    z-index: 3;
}

.mvCopy {
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-48%);
    display: block;
    width: 130px;
    margin: 0 auto;
    z-index: 4;
}

.mvMaincopy1 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 360px;
    margin: 0 auto;
    z-index: 3;
}

.mvMaincopy2 {
    position: absolute;
    top: 238px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 325px;
    margin: 0 auto 20px;
    z-index: 3;
}

.subMvImg {
    width: 100%;
    height: clamp(40vw, 155px, 50vw);
    z-index: 0;
    position: absolute;
    top: 4px;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.subMvImg.appForm {
    height: clamp(30vw, 117px, 39vw);
    max-height: 170px;
}

@media screen and (min-width: 640px) {
    .subMvImg.appForm {
        height: 120px;
    }
}

.subMvImg img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper */
.swiper {
    width: 100%;
    /* background-color: #ffffff; */
    /* border-radius: 0 0 10px 10px; */
    /* padding-bottom: 6px; */
}

.swiperStampCard {
    width: 86%;
}

.swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
    padding: 8px 0 23px;
    margin-bottom: 35px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.swiper-scrollbar-drag {
    background-color: #041c55;
}

.swiper-scrollbar {
    background-color: #bfc5d4;
    margin: 30px 0;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
}

.subSlider {
    border: 1px solid #d9d6ce;
    background-color: #f7f5f0;
    padding: 5px 5px 30px 5px;
}

.subSlideWrapper {
    margin-top: -140px;
}

.slideImage {
    width: 76px;
    height: 185px;
    margin: 0 auto;
}

.slideText {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -1.1px;
    width: 80%;
    margin: 14px auto 60px;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5.5px 1px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2px;
}

.swiper-pagination-bullet {
    border: #ffffff 1.5px solid;
    width: 8px;
    height: 8px;
    line-height: 8px;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: #ffffff 1.5px solid;
}

/* 前へ次への矢印 */
.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
    margin-top: -77px;
}

.swiper-button-prev {
    margin-left: 15px;
}

.swiper-button-next {
    margin-right: 15px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
}
.swiper-button-prev:after {
    background-image: url(../img/lp/btn-prev.png);
}

.swiper-button-next:after {
    background-image: url(../img/lp/btn-next.png);
}

/* section */
.lpSectionWrap {
    margin: 0 auto;
    padding: 40px 14px 10px;
    background-color: #fff;
    border: solid 8px #007440;
    border-radius: 0 0 26px 26px;
}
H3.lpSectionTitle {
    margin: 0 auto;
    padding: 30px 0 25px;
    color: #fff1ac;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    background-color: #007440;
    border-radius: 20px 20px 0 0;
}

.lpSectionTxt {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    letter-spacing: -0.9px;
    margin-bottom: 10px;
    width: 100%;
}

.lpSectionMsg {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    letter-spacing: -0.6px;
    line-height: 1.6;
    margin: 28px auto 0;
}

.appBtnAddTxt {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #000000;
}

/* modal */
.myModal,
.drawingModal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
}

.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.modal__content {
    position: absolute;
    width: 90%;
    max-width: 571px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 0;
    z-index: 120;
}

.modalWrap {
    /* background-color: #FFFFFF;
  border-radius: 20px; */
    width: 82.5%;
    margin: 0 auto;
    /* transform: translateX(-1%); */
    /* margin-left: 2.6vw; */
}

.modalMsg {
    color: #0a3ea4;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.modal__buttons {
    position: absolute;
    width: 66%;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 140;
}

@media screen and (min-width: 640px) {
    .modal__content {
        width: 335px;
    }
}

/* -----------------------
  second
-------------------------- */
header.secHeader {
    position: relative;
}
header.secHeader img {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 110.1739px;
}

.secMsg {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 1.6;
}

.termWrap {
    background-color: #000000;
    /* font-weight: 700; */
    font-weight: 300;
    padding: 4px 2px;
    /* color: #0A3EA4; */
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.1px;
}

.secTxt {
    font-size: 16px;
    color: #0a3ea4;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 1.7;
}

.stampList {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    align-items: end;
}

.stampList li {
    margin: 0 auto;
}

.stampList li img {
    width: 36%;
    margin-bottom: 5px;
}

.stampWrap {
    background-image: url(../img/second/stampBkImg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #0a3ea4;
    height: 160px;
    width: 160px;
    position: relative;
}

.stampNum {
    font-size: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stampNum span {
    font-size: 20px;
}

.allStampNumWrap {
    font-weight: 700;
    color: #0a3ea4;
    font-size: 20px;
    width: 90%;
    margin: 30px auto 0;
    letter-spacing: -0.9px;
    white-space: nowrap;
}

.allStampNumWrap span {
    display: inline-block;
    vertical-align: bottom;
    width: 24%;
}

.allStampNum {
    display: inline-block;
    font-size: 46px;
    text-align: end;
    line-height: 1;
    vertical-align: top;
    text-align: end;
    width: 70%;
    padding-right: 5px;
}

.hrLine {
    width: 100%;
    border: 1px solid #f3f3f3;
}

.termTitle {
    font-size: 14.96px;
    color: #17a7ea;
    letter-spacing: -0.9px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.termTitle span {
    font-size: 10.31px;
}

.termNum {
    font-size: 34.9px;
    /* font-weight: 700; */
    color: #f85e9d;
    letter-spacing: -0.9px;
    line-height: 1;
}

.termDT {
    font-size: 14.99px;
    color: #17a7ea;
    letter-spacing: -0.9px;
    line-height: 1;
}

.secWrap {
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 20px;
}

.secWrap ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.secWrap ul:nth-child(n + 2) {
    margin-top: 5px;
}

.secSectionWrap__complete {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 43px 20px;
    color: #000;
}

.stampImg {
    width: 18%;
}

.loseMsgImg {
    display: block;
    margin: 0 auto;
    width: 61%;
}

.couponMsgImg72 {
    display: block;
    margin: 0 auto;
    width: 72%;
}

.couponMsgImg78 {
    display: block;
    margin: 0 auto;
    width: 78%;
}

.couponMsgImg83 {
    display: block;
    margin: 0 auto;
    width: 83%;
}

.swiperStampCard {
    width: 95%;
    position: relative;
}

.swiper-stampCard-button-prev,
.swiper-stampCard-button-next {
    position: absolute;
    top: 17%;
    transform: translateY(-50%);
    width: 13px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999 !important;
}
.swiper-stampCard-button-next {
    right: 5px;
    background-image: url(../img/second/stampArrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-stampCard-button-prev {
    /* left: 110px; */
    background-image: url(../img/second/stampArrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-pagination {
    position: absolute;
    bottom: 30px;
}

.drawingMsg {
    background-image: url(../img/second/blueBkImg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 14.94px;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 1.5;
    text-align: center;
    margin: 30px auto 26px;
    padding: 8px 0 13px;
}

.stampNav {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
    color: #f85e9d;
}

.stampNav::after {
    content: "枚";
}

.getStampWrapper {
    background-color: #ffe8f0;
    /* width: 93%; */
    margin: 37px auto 0;
    padding: 17px 17px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.getStampWrapper img {
    width: 50%;
}

.getStampNum {
    color: #f85e9d;
    font-size: 40px;
    font-weight: 700;
}

.getStampNum span,
.availableStampNum span {
    color: #000000;
    font-size: 18.42px;
    padding-left: 5px;
}

.availableStampWrapper {
    background-color: #dff3fc;
    /* width: 93%; */
    margin: 5px auto 0;
    padding: 15px 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    white-space: nowrap;
}

.availableStampWrapper img {
    width: 67%;
}

.availableStampNum {
    color: #17a7ea;
    font-size: 40px;
    font-weight: 700;
}

.prizeDetail {
    text-align: center;
    color: #e4007f;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin: 0 auto 30px;
}

.prizeImg {
    margin: 30px auto 20px;
}

.statusTxt {
    background-color: #fff3a7;
    color: #696969;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 0;
    margin: 0 auto 10px;
    width: 88%;
}

.drawingFinishImg {
    display: block;
    margin: 0 auto;
    width: 58%;
}

H3.secH3 {
    margin: 0 auto;
    padding: 30px 0 25px;
    color: #fff1ac;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1.6em;
    background-color: #007440;
    border-radius: 20px 20px 0 0;
}

.barcodeImg {
    width: 100%;
    margin-top: 20px;
}

/* -----------------------
  application form
-------------------------- */
.formWrap {
    background-image: url(../img/lp/formBkImg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 43px 0;
}

.btnWrap {
    width: 100%;
    margin: 0 auto;
}

.textWrap {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 22px 27px 30px 27px;
}

.textWrapTitle {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

.textWrap68 {
    width: 68%;
    margin: 0 auto;
}

.textWrap83 {
    width: 83%;
    margin: 0 auto;
}

.btnWrapLP {
    width: 100%;
    margin: 0 auto;
}

.btnFlex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.btnFlexItem {
    width: 95%;
}

.btnWrapSec {
    width: 88%;
    margin: 0 auto;
}

/* other application form */
.secQuestTitle {
    padding: 10px 17px;
    color: #fff1ac;
    background-color: #007440;
    border-radius: 7px;
}
.inputTitle {
    margin-bottom: 5px;
    font-size: 14px;
}
.confirmTxt {
    padding: 0 15px;
    font-size: 14px;
}

/* -----------------------
  mypage
-------------------------- */
.mypageMsg {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.9px;
    line-height: 1.5;
}

.statusWrap {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 16px 17px 30px;
    margin-top: 20px;
}

.statusTitle__blk,
.statusTitle__ylw {
    width: 100%;
    padding: 5px;
    text-align: center;
}

.statusTitle__blk {
    background-color: #000;
    color: #fff000;
    font-weight: 700;
    border-radius: 5px;
}

.statusTitle__ylw {
    background-color: #fff000;
    color: #000000;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #000000;
}

.priceWrap,
.pointWrap {
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 31px 0 5px;
    white-space: nowrap;
}

.priceWrap span,
.pointWrap span {
    font-size: 50px;
    padding: 0 30px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.pointWrap span {
    padding: 0 40px;
}

.hrLine__dot {
    width: auto;
    margin: 0 auto;
    border-bottom: 2px dotted #000000;
}

.mypageArrow {
    display: block;
    margin: 13px auto 20px;
    width: 10%;
}

.pointMaxMsg {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1.3px;
    padding: 26px 0;
    margin-top: 15px;
}
/* ======== #status_202404 ========= */
#status {
    padding-bottom: 70px;
}
#status .item0_txt {
    margin: 50px auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

/* #status切り替え */
#status .item0,
#status .item1,
#status .item2 {
    display: none;
}
#status.statusNo .item0,
#status.status1 .item1,
#status.status2 .item1,
#status.status2 .item2 {
    display: block;
}

/* #graph */
#graph {
    width: 93%;
    height: 80px;
    position: relative;
    margin: 0 auto 60px;
    background: #fff;
}
#graph .graphSprt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
}
#graph .graphSprt::after {
    content: "";
    position: absolute;
    /* width: 60%; */
    height: 100%;
    background: #fff000;
}
#graph .graphSprt li {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
    z-index: 1;
}
#graph .graphSprt li:not(:last-child) {
    border-right: 2px dotted #000;
}
#graph .graphSprt .graphMark {
    position: absolute;
    bottom: -25px;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 700;
}
#graph .graphSprt .graphMark.max {
    right: 0;
    transform: translateX(50%);
}
#graph .graphSprt .graphMark span {
    font-size: 10px;
}

/* ======== 横棒グラフ ========= */
.chartBox {
    width: 90%;
    height: 78.8px;
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
}

.chartGrid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78.8px;
    z-index: 10;
    content: "";
    display: flex;
    background-color: transparent;
    margin: 0 auto;
}

.chartGrid li {
    width: 25%;
    height: 78.8px;
    content: "";
}

.chartGrid li:nth-child(1),
.chartGrid li:nth-child(2),
.chartGrid li:nth-child(3),
.chartGrid li:nth-child(4) {
    border-right: 2px dashed #000000;
}

#chart02, 
/* ↓↓↓↓↓ コーディング表示確認用（本番反映時削除する） ↓↓↓↓↓ */
#chart11, 
#chart12,
#chart13, 
#chart14
/* ↑↑↑↑↑ コーディング表示確認用（本番反映時削除する） ↑↑↑↑↑ */ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.chartGridNum {
    display: flex;
    justify-content: space-between;
    font-size: 15.27px;
    width: 100%;
}

.chartGridNum li {
    padding-left: 15px;
}

.chartGridNum li::after {
    content: "pt";
    font-size: 10.18px;
    width: 25%;
}

.rulesBtnWrap {
    width: 86%;
    margin: 25px auto 0;
}

/* gacha */
.gachaWrap {
    position: relative;
}
.gachaBtn {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 271.1652px;
}

/* -----------------------
  form
-------------------------- */
input[type="text"],
input[type="name"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="postal-code"],
input[type="password"] {
    height: 48.2624px;
    padding: 0 15px;
    background: #f5f2f2;
    border: solid 1px #d9d1ce;
    z-index: 0 !important;
}
input[type="text"]:focus,
input[type="name"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="postal-code"]:focus,
input[type="password"]:focus {
    background: #f5f2f2;
    border: solid 1px #d9d1ce;
    z-index: 0 !important;
    outline: 0;
}
::placeholder {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
}
/* img */
input[type="image"] {
    width: 100%;
}
/* textarea */
textarea {
    width: 100%;
    height: 200px;
    padding: 10px 15px;
    background: #eff2ff;
    border: solid 1px #ababab;
    border-radius: 5px;
}
textarea:focus {
    border: 1px solid #ababab;
    outline: 0;
}
/* checkbox */
.agreeWrap {
    text-align: center;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    vertical-align: middle;
}
.checkSpan {
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 300;
    color: #000000;
}
input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    background-size: 100%;
    background-image: url(../img/lp/gray-black-check_before.png);
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked::before {
    border-color: #ffffff;
}
input[type="checkbox"]:checked::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    background-size: 100%;
    background-image: url(../img/lp/gray-black-check_after.png);
    background-repeat: no-repeat;
}
.checkboxWrap span {
    font-size: 14px;
    line-height: 2.6em;
    letter-spacing: -1px;
}

.rulesWrap input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    background-size: 100%;
    background-image: url(../img/common/black-orange-check-before.png);
    background-repeat: no-repeat;
}

.rulesWrap input[type="checkbox"]:checked::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    background-size: 100%;
    background-image: url(../img/common/black-orange-check-after.png);
    background-repeat: no-repeat;
}

/* radio */
input[type="radio"] {
    display: none;
}
.radioInput {
    appearance: none;
    position: absolute;
}
.radioSpan::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}
.radioSpan {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    line-height: 1em;
}
.radioInput:checked + .radioSpan::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(8px - 6px);
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
}

/* select */
select option {
    color: #2b0e04;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}
select.receiptDate {
    position: relative;
    width: 100%;
    height: 48.2624px;
    padding: 0 15px !important;
    font-size: 14px;
    text-align: left;
    line-height: 1em;
    background: #f5f2f2;
    border: solid 1px #d9d1ce;
    z-index: 0 !important;
    text-overflow: "";
}
.cakeReceiptDate:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 40%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2b0e04;
    border-left: 2px solid #2b0e04;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 14px;
    pointer-events: none;
}

/* -----------------------
  kiyaku
-------------------------- */
.kiyakuMsg {
    text-align: center;
    color: #000000;
    font-size: 16px;
    letter-spacing: -0.9px;
    line-height: 1.6;
}

.toggle_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.toggle_title {
    /* height: 60px; */
    position: relative;
    /* color: #fff; */
    text-align: center;
    cursor: pointer;
    /* line-height: 60px; */
    /* background-image: url(../img/lp/btn-bg.png);
  background-size: 100% 100%; */
}

.toggle_btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 50px;
    display: block;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}
.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: "";
    background-color: #000000;
    position: absolute;
    width: 16px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.toggle_btn:before {
    width: 3px;
    height: 16px;
}
.toggle_title.selected .toggle_btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
}

.toggle_title.selected .toggle_btn:after {
    content: normal;
}
.toggle_contents dd {
    display: none;
}
.toggle_contents_bk {
    font-size: 13px;
    line-height: 1.5em;
    color: #000000;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.toggle_btn.bkgW:before,
.toggle_btn.bkgW:after {
    background-color: #ffffff;
}

.toggle_Msg {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    letter-spacing: -0.9px;
    margin: 20px 0;
}

.toggle_contents_bk.products {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: -0.9px;
}

/* -----------------------
  fixed BTN
-------------------------- */
.fixBtnArea {
    position: fixed;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 375px;
    margin: 0 auto;
    z-index: 999;
}

.fixBtnArea.mypage {
    bottom: 0;
    padding-top: 1.5px;
    background-color: #ffffff;
}

@media only screen and (max-width: 640px) {
    .fixBtnArea,
    .fixBtnArea.mypage {
        width: 100%;
        margin: 0 auto;
    }
}
.fixBtnItem {
    width: 49%;
}

.fixBtnItem.mypage {
    width: 49.7%;
}

.fixBtnItem90per {
    width: 90%;
}
.fixBtnItem img:hover {
    cursor: pointer;
}

.lpFixBtnArea {
    position: fixed;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100vw;
    margin: 0 auto;
    z-index: 100;
    padding-top: 1.5px;
}

@media screen and (min-width: 641px) {
    .lpFixBtnArea {
        max-width: 375px;
    }
}

/* -----------------------
  pop up
-------------------------- */
.popup_wrap input {
    display: none;
}
.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}
.popup_content {
    position: relative;
    align-self: center;
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
    padding: 50px 1.5em;
}
.popup_content p {
    padding: 3px;
    font-size: 12px;
    text-align: center;
}
.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
    color: #000;
}
.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.popup_btn {
    position: relative;
    margin: 0;
    padding: 0px 0;
    color: #fff;
    text-align: center;
    border-radius: 90px;
}
.popup_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -----------------------
  tabs
-------------------------- */
.contentsTabs {
    width: 100%;
}
.contentsTabItem__app,
.contentsTabItem__other {
    width: calc(100% / 2);
    height: auto;
    display: block;
    float: left;
    padding: 0.9em 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0;
    transition: all 0.2s ease;
}
.contentsTabItem__app {
    background-color: #e4007f;
    border-radius: 20px 0 0 0;
}
.contentsTabItem__other {
    background-color: #f973aa;
    border-radius: 0 20px 0 0;
}
.contentsTabItem:hover {
    cursor: pointer;
}
input[name="contentsTabItem"] {
    display: none;
}
.contentsTabContent__inner {
    padding: 0 10px 12px;
}

.lpSectionSubTitle {
    font-size: 14px;
    font-weight: 700;
    color: #e4007f;
    text-align: center;
    letter-spacing: -0.9px;
}

.contentsTabContent__app {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    border: solid #e4007f;
    border-width: 0 4px 4px 4px;
    border-radius: 0 0 20px 20px;
}
.contentsTabContent__app .downloadWrap {
    background-color: #e4007f;
}
.contentsTabContent__other {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    border: solid #f973aa;
    border-width: 0 4px 4px 4px;
    border-radius: 0 0 20px 20px;
}
.contentsTabContent__other .downloadWrap {
    background-color: #f973aa;
}
#appArea:checked ~ #appTab,
#otherArea:checked ~ #otherTab,
#design:checked ~ #design_content {
    display: block;
}
.contentsTabs input:checked + .contentsTabItem {
    color: #115740;
    background-color: #e84709;
}

/* -----------------------
  Download
-------------------------- */
.downloadWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 15px 0 16px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.downloadWrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 25px 35px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.downloadTitle {
    margin: 35px auto 10px;
    display: block;
    width: 88%;
}
.downloadBtn {
    width: 48%;
}

.downloadBtn1 {
    width: 41%;
}
.downloadBtn2 {
    width: 50%;
}

.downloadTitle2 {
    width: 88%;
    margin: 33px auto 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}

.downloadTitle3 {
    width: 60%;
    margin: 0 auto 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}

/* -----------------------
  kiyaku
-------------------------- */
.kiyakuMsg {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 1.6;
    white-space: nowrap;
}

/* 参加フォームエラーメッセージ */
.header_emesg {
    padding: 1em;
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
}
.msg {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
}

/*_tos 本キャンペーンの規約ページ用*/
.frameWrap {
    padding: 30px 0 40px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.kiyakuBG {
    /*各キャンペーンのバックグラウンドの設定に合わせる*/
    /* background: linear-gradient(60deg, rgba(136, 209, 245, 1) 0%, rgba(0, 182, 238, 1) 100%); */
    background-color: #e50012;
}

/* -----------------------
  footer
-------------------------- */
.footer {
    margin: 0;
    /* padding: 20px 0; */
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.9px;
}
#footerAttentionArea ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.imgFooter {
    width: 160px;
    margin: 30px auto;
}
.footerBtnArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btnFootNav {
    position: relative;
    width: 50%;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    background-color: #000000;
    border: solid 1px #fff;
}
.btnFootNav a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#footerNav {
    list-style: none;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 19px 0 16px;
}
#footerNav li {
    padding: 0 2em;
    line-height: 30px;
    text-align: center;
}
#footerNav li:first-child {
    border-left: none;
}
#footerNav li a {
    text-decoration: none;
    color: #000000;
}
.copyright {
    font-size: 11px;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1px;
}

/* -----------------------
  Parts
-------------------------- */
.mt05 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt75 {
    margin-top: 75px;
}
.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}
.mt95 {
    margin-top: 95px;
}
.mt100 {
    margin-top: 100px;
}
.mt110 {
    margin-top: 110px;
}
.mt120 {
    margin-top: 120px;
}
.mt130 {
    margin-top: 130px;
}
.mt140 {
    margin-top: 140px;
}
.mt150 {
    margin-top: 150px;
}

.mb05 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb95 {
    margin-bottom: 95px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb130 {
    margin-bottom: 130px;
}
.mb140 {
    margin-bottom: 140px;
}
.mb150 {
    margin-bottom: 150px;
}

.ml05 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml55 {
    margin-left: 55px;
}
.ml60 {
    margin-left: 60px;
}
.ml65 {
    margin-left: 65px;
}
.ml70 {
    margin-left: 70px;
}
.ml75 {
    margin-left: 75px;
}
.ml80 {
    margin-left: 80px;
}
.ml85 {
    margin-left: 85px;
}
.ml90 {
    margin-left: 90px;
}
.ml95 {
    margin-left: 95px;
}
.ml100 {
    margin-left: 100px;
}
.ml110 {
    margin-left: 110px;
}
.ml120 {
    margin-left: 120px;
}
.ml130 {
    margin-left: 130px;
}
.ml140 {
    margin-left: 140px;
}
.ml150 {
    margin-left: 150px;
}

.pt05 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt55 {
    padding-top: 55px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt70 {
    padding-top: 70px;
}
.pt75 {
    padding-top: 75px;
}
.pt80 {
    padding-top: 80px;
}
.pt85 {
    padding-top: 85px;
}
.pt90 {
    padding-top: 90px;
}
.pt95 {
    padding-top: 95px;
}
.pt100 {
    padding-top: 100px;
}
.pt110 {
    padding-top: 110px;
}
.pt120 {
    padding-top: 120px;
}
.pt130 {
    padding-top: 130px;
}
.pt140 {
    padding-top: 140px;
}
.pt150 {
    padding-top: 150px;
}

.pb05 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb55 {
    padding-bottom: 55px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb65 {
    padding-bottom: 65px;
}
.pb70 {
    padding-bottom: 70px;
}
.pb75 {
    padding-bottom: 75px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb85 {
    padding-bottom: 85px;
}
.pb90 {
    padding-bottom: 90px;
}
.pb95 {
    padding-bottom: 95px;
}
.pb100 {
    padding-bottom: 100px;
}
.pb110 {
    padding-bottom: 110px;
}
.pb120 {
    padding-bottom: 120px;
}
.pb130 {
    padding-bottom: 130px;
}
.pb140 {
    padding-bottom: 140px;
}
.pb150 {
    padding-bottom: 150px;
}

.pl20 {
    padding-left: 20px;
}

.pd05 {
    padding: 5px;
}
.pd10 {
    padding: 10px;
}
.pd15 {
    padding: 15px;
}
.pd20 {
    padding: 20px;
}
.pd25 {
    padding: 25px;
}
.pd30 {
    padding: 30px;
}
.pd35 {
    padding: 35px;
}
.pd40 {
    padding: 40px;
}
.pd45 {
    padding: 45px;
}
.pd50 {
    padding: 50px;
}
.pd55 {
    padding: 55px;
}
.pd60 {
    padding: 60px;
}
.pd65 {
    padding: 65px;
}
.pd70 {
    padding: 70px;
}
.pd75 {
    padding: 75px;
}
.pd80 {
    padding: 80px;
}
.pd85 {
    padding: 85px;
}
.pd90 {
    padding: 90px;
}
.pd95 {
    padding: 95px;
}

.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.taj {
    text-align: justify;
}

.len10per {
    width: 10%;
}
.len20per {
    width: 20%;
}
.len30per {
    width: 30%;
}
.len40per {
    width: 40%;
}
.len50per {
    width: 50%;
}
.len60per {
    width: 60%;
}
.len70per {
    width: 70%;
}
.len80per {
    width: 80%;
}
.len90per {
    width: 90%;
}
.len100per {
    width: 100%;
}

.colorB {
    color: #000;
}
.colorP {
    color: #e3007f;
}
.colorR {
    color: #ff0000;
}
.colorY {
    color: #e6bd55;
}
.colorW {
    color: #fff;
}

.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
.fs17 {
    font-size: 17px;
}
.fs18 {
    font-size: 18px;
}
.fs19 {
    font-size: 19px;
}
.fs20 {
    font-size: 20px;
}
.fs21 {
    font-size: 21px;
}
.fs22 {
    font-size: 22px;
}
.fs23 {
    font-size: 23px;
}
.fs24 {
    font-size: 24px;
}
.fs25 {
    font-size: 25px;
}
.fs26 {
    font-size: 26px;
}
.fs27 {
    font-size: 27px;
}
.fs28 {
    font-size: 28px;
}
.fs29 {
    font-size: 29px;
}
.fs30 {
    font-size: 30px;
}
.fs40 {
    font-size: 40px;
}

.lh10 {
    line-height: 1em;
}
.lh11 {
    line-height: 1.1em;
}
.lh12 {
    line-height: 1.2em;
}
.lh13 {
    line-height: 1.3em;
}
.lh14 {
    line-height: 1.4em;
}
.lh15 {
    line-height: 1.5em;
}
.lh16 {
    line-height: 1.6em;
}
.lh17 {
    line-height: 1.7em;
}
.lh18 {
    line-height: 1.8em;
}
.lh19 {
    line-height: 1.9em;
}
.lh20 {
    line-height: 2em;
}
.lh21 {
    line-height: 2.1em;
}
.lh22 {
    line-height: 2.2em;
}
.lh23 {
    line-height: 2.3em;
}
.lh24 {
    line-height: 2.4em;
}
.lh25 {
    line-height: 2.5em;
}

.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}
.fw900 {
    font-weight: 900;
}

/* -----------------------
  spiral
-------------------------- */
.spiralSeal {
    width: 90%;
    margin: 20px auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
}
.spiralSeal a {
    text-decoration: underline !important;
}
.spiralSealImg {
    width: 140px;
    margin: 10px auto 0;
}
