/* mv */
.mv {
    background: #000;
    padding: 0 0 25px;
}
.mv-inner {
    line-height: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.mv-btn {
    margin: 0 auto;
    width: 88%;
}
/* reason */
.reason {
    background: #000;
    padding: 0 0 45px;
}
.reason-inner {
    margin: 0 auto;
    width: 100%;
}
.reason-head {
    margin: 0 0 35px;
    text-align: center;
}
.reason-head h2 {
    color: #fff;
    font-size: 14vw;
    font-weight: 900;
    margin: 0 auto;
    text-align: center;
}
.reason-head h2 span {
    color: #fff;
    font-size: 12vw;
    font-weight: 900;
}
.reason-head p.small {
    color: #c6c6c6;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
    text-align: center;
}
.reason-head p.kakko {
    color: #fff20d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16vw;
    font-weight: 900;
    line-height: 1em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.reason-head p.kakko::before,
.reason-head p.kakko::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 76px;
    width: 16px;
}
.reason-head p.kakko::before {
    background-image: url(../images/icon-kakko-l.png);
    margin-right: 20px;
}
.reason-head p.kakko::after {
    background-image: url(../images/icon-kakko-r.png);
    margin-left: 20px;
}
.reason-body {
    background: #000;
}
.reason-top {
    background: url(../images/reason.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0 0 55vw;
}
.reason-items {
    background: url(../images/reason-bg.png) no-repeat;
    background-position: right top;
    background-size: cover;
    margin: 0 auto;
    padding: 5vw 4vw;
    width: 88%;
}
.reason-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.reason-item:not(:last-child) {
    border-bottom: 1px solid #b2b2b2;
    margin: 0 0 3vw;
    padding: 0 0 3vw;
}
.reason-item::before {
    background: url(../images/icon-check.png) no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    height: 4vw;
    margin-right: 10px;
    position: relative;
    top: 1vw;
    width: 4vw;
}
.reason-item p {
    font-size: 4vw;
    font-weight: bold;
}
.reason-item p span {
    background: linear-gradient(transparent 60%, #fff20d 60%);
    font-size: 120%;
    font-weight: 900;
}
.reason-item p span.small {
    background: none;
    font-size: 2.5vw;
    font-weight: bold;
}
.reason-manga {
    margin: 45px auto 30px;
    line-height: 0;
    width: 88%;
}
.reason-manga h3 {
    color: #fff20d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 15px;
}
.reason-manga h3 span {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
}
.reason-manga h3 span:last-child {
    margin: 0 5px 0 0;
}
.reason-manga h3 span::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 5px;
}
.reason-btn {
    margin: 0 auto;
    width: 88%;
}
@media (min-width: 1000px) {
    .reason-head h2 {
        font-size: 60px;
    }
    .reason-head h2 span {
        font-size: 50px;
    }
    .reason-head p.small {
        font-size: 30px;
    }
    .reason-head p.kakko {
        font-size: 72px;
    }
    .reason-top {
        padding: 0 0 280px;
    }
    .reason-items {
        padding: 25px;
    }
    .reason-item:not(:last-child) {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .reason-item::before {
        height: 25px;
        top: 3px;
        width: 25px;
    }
    .reason-item p {
        font-size: 20px;
    }
    .reason-item p span.small {
        font-size: 16px;
    }
    .reason-manga h3 {
        font-size: 37px;
    }
    .reason-manga h3 span {
        font-size: 26px;
    }
}
/* contents */
.contents {
    background: #ececec;
    padding: 45px 0 0;
}
.contents-inner {
    margin: 0 auto;
}
.diagonal-bg,
.diagonal-bg2 {
    position: relative;
}
.diagonal-bg::before {
    content: "";
    height: 90%;
    position: absolute;
    top: 23%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    transform: skewY(-18deg);
}
.diagonal-bg2::before {
    content: "";
    height: 90%;
    position: absolute;
    top: -8%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
    transform: skewY(-18deg);
}
.contents-block:not(:last-child) {
    margin: 0 0 35px;
}
.contents-block__head,
.contents-block__body {
    margin: 0 auto;
    position: relative;
    width: 88%;
    z-index: 2;
}
.contents-block__head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 35px;
}
.contents-block__head.pt1::before,
.contents-block__head.pt1::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20vw;
    width: 3vw;
}
.contents-block__head.pt1::before {
    background-image: url(../images/icon-kakko2-l.png);
    margin-right: 1vw;
}
.contents-block__head.pt1::after {
    background-image: url(../images/icon-kakko2-r.png);
    margin-left: 1vw;
}
.contents-block__head.pt1 h2 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
.contents-block__head.pt1 h2 span {
    background: linear-gradient(transparent 65%, #fff20d 45%);
    display: inline-block;
    font-size: 7vw;
    font-weight: 900;
    line-height: 1em;
}
.contents-block__head.pt2 h2 {
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
}
.contents-block__head.pt2 h2 span {
    color: #fff20d;
    font-size: 130%;
    font-weight: bold;
}
.contents-block__body .reason-items {
    width: 100%;
}
@media (min-width: 1000px) {
    .diagonal-bg::before {
        height: 90%;
        top: 30%;
    }
    .contents-block__head {
        margin: 0 auto 35px;
    }
    .contents-block__head.pt1::before,
    .contents-block__head.pt1::after {
        height: 140px;
        width: 15px;
    }
    .contents-block__head.pt1::before {
        margin-right: 10px;
    }
    .contents-block__head.pt1::after {
        margin-left: 10px;
    }
    .contents-block__head.pt1 h2 {
        font-size: 28px;
    }
    .contents-block__head.pt1 h2 span {
        font-size: 49px;
    }
    .contents-block__head.pt2 h2 {
        font-size: 36px;
    }
    .contents-block__head.pt2 h2 span {
        font-size: 130%;
    }
}

/* information */
@media (min-width: 768px) {
}


/* faq */
.faq {
    background: #fff;
    padding: 0;
}
.faq-inner {
    margin: 0 auto;
    width: 100%;
}
.faq-item {
    border-bottom: 1px solid #000;
}
.faq-item:first-child {
    border-top: 1px solid #000;
}
.faq-item dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.faq-item dt .q-icon {
    width: 25px;
}
.faq-item dt p {
    color: #000;
    font-size: 3.5vw;
    font-weight: 500;
    padding-left: 10px;
    text-align: left;
    width: calc(100% - 50px);
}
.faq-item dt .plus {
    display: flex;
    align-items: center;
    width: 15px;
}
.faq-item dt .plus img.off {
    display: none;
}
.faq-item dt.active .plus img.on {
    display: none;
}
.faq-item dt.active .plus img.off {
    display: inline;
}
.faq-item dd {
    background: #fff;
    border-top: 1px solid #000;
    display: none;
    padding: 15px;
}
.faq-item dd p {
    color: #000;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.8em;
}
@media (min-width: 768px) {
    .faq-item dt p {
        font-size: 18px;
    }
    .faq-item dd p {
        font-size: 16px;
    }
    .faq-item dd {
        padding: 25px;
    }
}

.block-head {
    background: #000;
    background-image: url(../images/block-head-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8vw 0;
    text-align: center;
}
.block-head h2 {
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
}
.block-head p {
    color: #f4e80c;
    font-family: "din-2014", sans-serif;
    font-size: 5vw;
    font-weight: 700;
}
@media (min-width: 768px) {
    .block-head {
        padding: 30px 0;
    }
    .block-head h2 {
        font-size: 26px;
    }
    .block-head p {
        font-size: 23px;
    }
}

@media (min-width: 1000px) {
}

@media (min-width: 1000px) {
}

.shop {
    background: #000;
    padding: 0;
}
.shop-inner {
    margin: 0 auto;
    width: 100%;
}
.shop-list__item {
    border-bottom: 1px solid #fff;
}
.shop-list__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.shop-tag {
    background: #fff20d;
    border-radius: 0 50px 50px 0;
    color: #000;
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    margin-right: 20px;
    padding: 4px 5vw 5px;
}
.shop-ttl {
    color: #fff;
    font-size: 5vw;
    padding-right: 30px;
}
.shop-list__head .shop-icon {
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 15px;
}
.shop-list__head .shop-icon img.off {
    display: none;
}
.shop-list__head.active .shop-icon img.on {
    display: none;
}
.shop-list__head.active .shop-icon img.off {
    display: inline;
}

.shop-list__body table {
    border-collapse: collapse;
    width: 100%;
}
.shop-list__body table tr {
    border-bottom: 1px solid #000;
}
.shop-list__body table tr th,
.shop-list__body table tr td {
    padding: 2.5vw;
}
.shop-list__body table tr th {
    background: #5e5e5e;
    color: #fff;
    font-size: 3vw;
    vertical-align: top;
    width: 25%;
}
.shop-list__body table tr td {
    background: #e1e1e1;
    width: 75%;
}
.shop-list__body table tr td p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.5em;
}
.shop-list__body table tr td p.notice {
    font-size: 2.8vw;
    line-height: 1.6em;
    margin: 1vw 0 0;
}
.shop-list__body table tr td p a {
    color: #00b2de;
    font-size: 3.5vw;
    font-weight: bold;
}
.shop-list__body table tr td .map {
    height: 100%;
    margin: 2vw 0;
    width: 100%;
}
.shop-list__body table tr td .map iframe {
    aspect-ratio: 1 / 1.1;
    height: 100%;
    width: 100%;
}
.shop-list__btn {
    padding: 8vw 0;
}
.shop-list__btn a {
    display: block;
    margin: 0 auto;
    width: 88%;
}
@media (min-width: 1000px) {
    .shop-tag {
        font-size: 16px;
        margin-right: 20px;
        padding: 4px 20px 5px;
    }
    .shop-ttl {
        font-size: 23px;
        padding-right: 30px;
    }
    .shop-list__body table tr th,
    .shop-list__body table tr td {
        padding: 15px;
    }
    .shop-list__body table tr th {
        font-size: 16px;
    }
    .shop-list__body table tr td p {
        font-size: 18px;
    }
    .shop-list__body table tr td p.notice {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .shop-list__body table tr td p a {
        font-size: 18px;
    }
    .shop-list__body table tr td .map {
        margin: 15px 0;
    }
    .shop-list__btn {
        padding: 35px 0;
    }
}

.bg-gray {
    padding: 0 0 120px;
    position: relative;
}
.bg-gray::before {
    background: #575757;
    content: "";
    display: block;
    height: 112%;
    position: absolute;
    top: -12%;
    left: 0;
    width: 100%;
    z-index: 0;
}
.why-items {
    margin: 65px 0 0;
}
.why-item {
    margin: 0 auto;
    position: relative;
    width: 88%;
}
.why-item:not(:last-child) {
    margin: 0 auto 14vw;
}
.why-fukidashi {
    background: #fff20d;
    padding: 5px 0;
    position: absolute;
    top: -35px;
    left: -15px;
    text-align: center;
    transform: rotate(-5deg);
    width: 80%;
}
.why-fukidashi::after {
    content: "";
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #fff20d transparent transparent transparent;
    margin: auto;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}
.why-fukidashi p {
    font-size: 4.5vw;
    font-weight: 500;
}
.why-item__head {
    background: #000;
    border-radius: 15px 15px 0 0;
    padding: 15px 0;
}
.why-item__head p {
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
}
.why-item__body {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.why-item__image {
    line-height: 0;
}
.why-item__text {
    background: #fff;
    padding: 3.2vw;
}
.why-item__text p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.8em;
}
.why-item__text p span {
    background: linear-gradient(transparent 65%, #fff20d 45%);
    font-size: 3.5vw;
    font-weight: bold;
}
@media (min-width: 1000px) {
    .why-item:not(:last-child) {
        margin: 0 auto 65px;
    }
    .why-fukidashi {
        top: -35px;
        left: -15px;
        width: 80%;
    }
    .why-fukidashi::after {
        border-width: 10px 5px 0 5px;
        bottom: -9px;
    }
    .why-fukidashi p {
        font-size: 22px;
    }
    .why-item__head {
        padding: 15px 0;
    }
    .why-item__head p {
        font-size: 28px;
    }
    .why-item__text {
        padding: 20px;
    }
    .why-item__text p {
        font-size: 16px;
    }
    .why-item__text p span {
        font-size: 16px;
    }
}

.why2 {
    padding: 45px 0 0;
}
.why2-head {
    margin: 0 0 35px;
    text-align: center;
}
.why2-fukidashi {
    background: #000;
    border-radius: 50px;
    display: block;
    margin: 0 auto 15px;
    padding: 4px 25px;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.why2-fukidashi::after {
    content: "";
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #000 transparent transparent transparent;
    margin: auto;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}
.why2-fukidashi p {
    color: #fff20d;
    font-size: 6vw;
    font-weight: bold;
}
.why2-head h2 {
    font-size: 7vw;
    font-weight: bold;
}
.why2-head h2 span {
    background: linear-gradient(transparent 70%, #fff20d 45%);
    display: inline-block;
    font-size: 9vw;
    font-weight: bold;
    line-height: 1.2em;
}
.why2-reasons {
    margin: 0 auto;
    width: 88%;
}
.why2-reason:not(:last-child) {
    margin: 0 0 25px;
}
.why2-reason__item p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.8em;
}
.why2-reason__item p.b {
    font-size: 4.8vw;
    font-weight: bold;
    margin: 25px 0 35px;
    text-align: center;
}
.why2-reason__item p span {
    background: linear-gradient(transparent 70%, #fff20d 45%);
    font-weight: bold;
}
@media (min-width: 1000px) {
    .why2-fukidashi p {
        font-size: 24px;
    }
    .why2-head h2 {
        font-size: 32px;
    }
    .why2-head h2 span {
        font-size: 46px;
    }
    .why2-reason__item p {
        font-size: 16px;
    }
    .why2-reason__item p.b {
        font-size: 18px;
    }
}

.why2 {
    background: url(../images/check-bg-w.png) repeat-y;
    background-position: center;
    background-size: contain;
}
.why2-items {
    margin: 0 0 25px;
}
.why2-item:not(:last-child) {
    margin: 0 0 25px;
}
.why2-item__image {
    margin: 0 0 0 auto;
    width: 90%;
}
.why2-item:nth-child(even) .why2-item__image {
    margin: 0 auto 0 0;
}
.why2-item__catch {
    margin: -42vw 0 0;
    width: 100%;
    max-width: max-content;
}
.why2-item:nth-child(even) .why2-item__catch {
    margin: -42vw 0 0 auto;
}
.why2-item__catch span {
    display: inline-block;
    font-family: "din-2014", sans-serif;
    font-style: italic;
    font-size: 25vw;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    left: 10px;
}
.why2-item__catch h3 span {
    background: #000;
    color: #fff20d;
    display: inline-block;
    font-size: 8.5vw;
    font-weight: bold;
    padding: 3px 10px;
    left: 0;
}
.why2-item__catch h3 span:not(:last-child) {
    margin: 0 0 5px;
}
.why2-item__text {
    margin: 15px auto 0;
    width: 88%;
}
.why2-item__text p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.8em;
}
@media (min-width: 1000px) {
    .why2-item__catch {
        margin: -195px 0 0;
    }
    .why2-item:nth-child(even) .why2-item__catch {
        margin: -195px 0 0 auto;
    }
    .why2-item__catch span {
        font-size: 125px;
    }
    .why2-item__catch h3 span {
        font-size: 35px;
    }
    .why2-item__text p {
        font-size: 16px;
    }
}


.flow-body {
    margin: 0 auto;
    padding: 25px 0;
    width: 88%;
}
.flow-item:not(:last-child) {
    margin: 0 0 25px;
}
.flow-item__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px;
}
.flow-item__head p {
    color: #b2b2b2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "din-2014", sans-serif;
    font-size: 9vw;
    font-weight: 400;
    line-height: 1em;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.flow-item__head p::after {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}
.flow-item__head p span {
    color: #b2b2b2;
    font-family: "din-2014", sans-serif;
    font-size: 6vw;
    font-weight: 400;
    margin-right: 2px;
}
.flow-item__head h3 {
    font-size: 5vw;
    line-height: 1em;
}
.flow-item__text p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.8em;
}
@media (min-width: 1000px) {
    .flow-item__head p {
        font-size: 40px;
    }
    .flow-item__head p span {
        font-size: 24px;
    }
    .flow-item__head h3 {
        font-size: 24px;
    }
    .flow-item__text p {
        font-size: 16px;
    }
}


.diagonal-bg3 {
    position: relative;
}
.diagonal-bg3::before {
    background-image: url(../images/check-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 120%;
    position: absolute;
    top: -12%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    transform: skewY(-10deg);
}
.answer-fukidashi {
    position: absolute;
    top: -25%;
    left: -20px;
    transform: rotate(-10deg);
    z-index: 2;
}
.answer-fukidashi__top {
    background: #000;
    color: #fff20d;
    display: inline-block;
    font-size: 7vw;
    margin: 0 0 5px;
    padding: 1px 10px 1px 35px;
}
.answer-fukidashi__top span {
    color: #fff20d;
    font-size: 8vw;
}
.answer-fukidashi__bottom {
    background: #000;
    color: #fff20d;
    display: inline-block;
    font-size: 10vw;
    padding: 1px 10px 1px 35px;
}
.answer {
    margin: 0 auto;
    position: relative;
    width: 88%;
    z-index: 1;
}
.answer p {
    font-size: 3.5vw;
    line-height: 1.8em;
    margin: 10px 0 0;
}
.answer p span {
    background: linear-gradient(transparent 70%, #fff20d 45%);
    font-weight: bold;
}
@media (min-width: 1000px) {
    .answer-fukidashi {
        top: -20%;
    }
    .answer-fukidashi__top {
        font-size: 24px;
    }
    .answer-fukidashi__top span {
        font-size: 28px;
    }
    .answer-fukidashi__bottom {
        font-size: 38px;
    }
    .answer p {
        font-size: 16px;
    }
}

.last-block {
    background: url(../images/contents-block__bg.png) no-repeat;
    background-position: center 78%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 120px 0 50px;
    margin: -8% 0 0;
}
.contents-block__in p {
    color: #fff;
    font-size: 5.5vw;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
.check-btn {
    margin: 0 auto;
    width: 88%;
}
.check-btn a {
    background: #fff20d;
    border-radius: 50px;
    color: #000;
    display: block;
    font-size: 6vw;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.check-btn a::after {
    background: url(../images/icon-arrow-d.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 4.5vw;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 4.5vw;
}
@media (min-width: 1000px) {
    .contents-block__in p {
        font-size: 24px;
    }
    .check-btn a {
        font-size: 26px;
    }
    .check-btn a::after {
        height: 20px;
        width: 20px;
    }
}


.why2-bottom {
    background-image: url(../images/blur.png), url(../images/bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: contain, cover;
    padding: 70px 0 45px;
    position: relative;
}
.why2-bottom::after {
    background: url(../images/cp-catch.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 78vw;
    position: absolute;
    left: 6%;
    top: -5%;
    width: 28vw;
}
.why2-bottom__head {
    margin: 0 0 20px;
}
.why2-bottom__head p {
    background: #fff20d;
    font-size: 3.2vw;
    font-weight: bold;
    margin: 0 0 8px auto;
    padding: 2px 10px;
    width: 100%;
    max-width: max-content;
}
.why2-bottom__head h3 {
    display: block;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 0 0 auto;
    text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
    width: 100%;
    max-width: max-content;
}
.why2-table {
    margin: 0 auto 25px;
    position: relative;
    width: 88%;
    z-index: 1;
}
.why2-table table {
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.why2-table table tr:not(:last-child) {
    border-bottom: 2px solid #000;
}
.why2-table table tr th,
.why2-table table tr td {
    text-align: center;
}
.why2-table table tr th {
    background: #e9e9e9;
    padding: 20px 10px;
}
.why2-table table tr th p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 7vw;
}
.why2-table table tr th p span {
    font-size: 5.5vw;
}
.why2-table table tr th span {
    display: block;
    font-size: 3vw;
}

.why2-table table tr td {
    background: #fff;
    padding: 20px;
}
.why2-table table tr td p {
    color: #e51e79;
    font-size: 12vw;
    font-weight: bold;
}
.why2-table table tr td p span {
    color: #e51e79;
    font-size: 8vw;
    font-weight: bold;
}
.why2-cp__btn {
    margin: 25px 0 0;
}
.why2-cp__btn p {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 1000px) {
    .why2-bottom {
        padding: 70px 0 45px;
    }
    .why2-bottom::after {
        height: 390px;
        left: 6%;
        top: -8%;
        width: 135px;
    }
    .why2-bottom__head p {
        font-size: 18px;
    }
    .why2-bottom__head h3 {
        font-size: 24px;
    }
    .why2-table table tr th {
        padding: 20px 10px;
    }
    .why2-table table tr th p {
        font-size: 32px;
    }
    .why2-table table tr th p span {
        font-size: 21px;
    }
    .why2-table table tr th span {
        font-size: 14px;
    }
    
    .why2-table table tr td {
        padding: 20px;
    }
    .why2-table table tr td p {
        font-size: 52px;
    }
    .why2-table table tr td p span {
        font-size: 32px;
    }
    .why2-cp__btn p {
        font-size: 20px;
    }
}


.floating {
    background: #fff20d;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.floating a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    position: relative;
    width: 100%;
}
.floating a::after {
    background: url(../images/icon-arrow-d.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    transform: rotate(-90deg);
    width: 15px;
}
.floating a p {
    color: #000;
    font-size: 4.5vw;
    font-weight: 600;
}
.floating .tag {
    background: #000;
    border-radius: 50px;
    font-weight: 500;
    margin: 0 2vw 0 0;
    padding: 8px 20px;
    text-align: center;
}
.floating .tag p {
    color: #fff;
}
.floating .tag .top {
    font-size: 3vw;
}
.floating .tag .bottom {
    font-size: 3.5vw;
}
.floating .tag .bottom span {
    color: #f6338c;
}
@media (min-width: 1000px) {
    .floating {
        max-width: 466px;
    }
    .floating a p {
        font-size: 21px;
    }
    .floating .tag {
        margin: 0 15px 0 0;
        padding: 8px 15px;
    }
    .floating .tag .top {
        font-size: 14px;
    }
    .floating .tag .bottom {
        font-size: 16px;
    }
}