@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * 導入部                                       *
 *                                              *
 * ────────────────────── */

#intro {
    background: url("../../image/bg-intro.jpg") no-repeat top center / cover;
    padding-bottom: 7.0rem;
}
#intro #mainvisual {
    position: relative;
    overflow: hidden;
}
#intro #mainvisual img {
    width: 100%;
}
#intro #mainvisual h1 {
    position: absolute;
    left: 0;
    top: 0;
}

/* お問い合わせボタン */
#intro .contact {
    background: #fff;
    max-width: 116.0rem;
    padding: 2.0rem 0 3.0rem;
    margin: -1.0999999999999999% auto 10.0rem;
    border: 0.4rem solid #29271d;
    box-shadow: 1.2rem 1.8rem 1.8rem rgba(53, 48, 23, 0.3);
    box-sizing: border-box;
    position: relative;
}
#intro .contact p.txt {
    margin-bottom: 3.0rem;
}
#intro .contact p.btn {
    text-align: center;
    width: 80.0rem;
    margin: 0 auto;
}
#intro .contact p.btn img {
    filter: drop-shadow(0.4rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2));
    transition: transform .2s ease-out;
}
#intro .contact p.btn img:hover {
    transform: translateY(0.5rem);
}

/* 分からないこと */
#intro dl.question {
    text-align: center;
    width: 124.0rem;
    margin: 0 auto;
		padding-top: 9.0rem;
}
#intro dl.question dt {
    width: 63.8rem;
    margin: 0 auto -4.0rem;
    position: relative;
}
#intro p.answer {
    text-align: center;
    width: 64.4rem;
    margin: -12.0rem auto 3.0rem;
    position: relative;
}
#intro p.clear {
    text-align: center;
    width: 93.0rem;
    margin: 0 auto;
}

/* ────────────────────── *
 *                                              *
 * 制作実績                                     *
 *                                              *
 * ────────────────────── */

#achievement {
    background: url("../../image/bg-txt-achievement.png") no-repeat center top 16.0rem / 124.0rem auto;
    padding: 9.0rem 0 0;
    position: relative;
}
#achievement h2 {
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10.0rem;
}
#achievement h2 span {
    font-size: 6.4rem;
    display: inline-block;
    background: linear-gradient(transparent 80%, #fcce25 20%);
}
/*
#achievement:before {
    content: "";
    background: url("../../image/image-achievement-arrow.png") no-repeat center center / cover;
    width: 16.8rem;
    height: 17.0rem;
    position: absolute;
    left: 50%;
    top: -4.0rem;
    transform: translateX(-50%);
}
*/
#achievement .flex {
    width: 124.0rem;
    margin: 0 auto 7.0rem;
    display: flex;
    justify-content: space-between;
}
#achievement .flex .left {
    width: 59.6rem;
    position: relative;
}
#achievement .flex .left dl.graph {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#achievement .flex .left dl.graph dd {
    font-family: "futura-pt", sans-serif;
    font-size: 13.0rem;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: 11.0rem;
    transform: translateX(-50%);
}
#achievement .flex .left dl.graph dd em {
    font-size: 19.0rem;
    font-style: normal;
    letter-spacing: -0.03em;
}
#achievement .flex .left dl.graph dd span {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 17.0rem;
}
#achievement .flex .left canvas {
    max-width: 52.6rem;
    max-height: 52.6rem;
    margin: 0 auto;
}
#achievement .flex .right {
    width: 64.4rem;
}
#achievement .flex .right h2 {
    text-align: center;
    width: 20.6rem;
    margin: 0 auto 4.0rem;
}
#achievement .flex .right dl dt {
    margin-bottom: 2.0rem;
}
#achievement .flex .right dl dt img {
    margin-bottom: 3.0rem;
}
#achievement .flex .right dl dt a.link-detail {
    background: url("../../image/btn-more.png") no-repeat;
    background-size: 27.0rem 8.0rem;
    font-size: 2.0rem;
    color: #fff;
    line-height: 4.0rem;
    text-align: center;
    display: block;
    border-radius: 10px;
    width: 27.0rem;
    height: 8.0rem;
    padding: 1.8rem;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}
#achievement .flex .right dl dd {
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: 700;
    text-align: center;
}
#achievement #slide-result {
    background: url("../../image/bg-achievement-slide.jpg") repeat-x 0 0 / cover;
    width: 100%;
    height: 18.5rem;
    overflow: hidden;
    animation: loop 25s linear infinite;
}
@keyframes loop {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -271.7rem 0;
    }
}

/* ────────────────────── *
 *                                              *
 * 安心な理由                                   *
 *                                              *
 * ────────────────────── */

#reason {
    position: relative;
    overflow: hidden;
}
#reason .block-01 {
    background: #fcce25 url("../../image/bg-reason.jpg") no-repeat top center / contain;
    padding: 11.0rem 0 33.0rem;
    position: relative;
}
#reason .block-01:after {
    content: "";
    background: url("../../image/bg-reason-block-01.png") no-repeat center center / cover;
    width: 100%;
    height: 24.5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#reason .block-02 {
    background: #f4f3f0;
    padding-bottom: 14.0rem;
    position: relative;
    z-index: 0;
}
#reason .block-02 .slanted {
    width: 100%;
    height: 68.0rem;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
/*
#reason .block-02 .slanted:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10.0rem 200.0rem;
    border-color: transparent transparent transparent #f4f3f0;
}
*/
#reason .block-03 {
    background: url("../../image/bg-reason-block-03.jpg") no-repeat center center / cover;
    padding-bottom: 12.5rem;
}
#reason .block-03 p.txt {
    margin-left: 22.0rem;
}
#reason .block-03 p.title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-left: 22.0rem;
    margin-bottom: 3.0rem;
}
#reason h2 {
    text-align: center;
    width: 99.8rem;
    margin: 0 auto 15.0rem;
    position: relative;
    z-index: 1;
}
#reason h2:before {
    content: "";
    background: url("../../image/bg-reason-title.png") no-repeat center center / cover;
    width: 56.0rem;
    height: 10.4rem;
    position: absolute;
    right: -13.0rem;
    bottom: -2.5rem;
    z-index: -1;
}
#reason .strong {
    width: 124.0rem;
    padding-top: 5.0rem;
    margin: 0 auto;
    position: relative;
}
#reason .strong.detail-01 dl {
    margin-left: 9.0rem;
    margin-bottom: 9.0rem;
    position: relative;
    z-index: 1;
}
#reason .strong.detail-01 dl:before {
    content: "";
    background: url("../../image/bg-reason-title-01.png") no-repeat center center / cover;
    width: 13.6rem;
    height: 39.8rem;
    position: absolute;
    left: -16.0rem;
    top: -5.0rem;
}
#reason .strong.detail-01 dl dt {
    width: 54.4rem;
    margin-bottom: 2.5rem;
}
#reason .strong.detail-01 dl dd {
    font-size: 1.8rem;
    line-height: 2;
    text-align: justify;
    width: 52.0rem;
}
#reason .strong.detail-01 p.free {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    margin-left: 14.0rem;
    position: relative;
}
#reason .strong.detail-01 p.free:before {
    content: "";
    background: url("../../image/bg-reason-free.png") no-repeat center center / cover;
    width: 4.8rem;
    height: 5.8rem;
    position: absolute;
    left: 4.5rem;
    top: -7.0rem;
}
#reason .strong.detail-01 p.free span {
    display: inline-block;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #29271d;
}
#reason .strong.detail-01 p.image {
    width: 114.0rem;
    position: absolute;
    right: -38.0rem;
    top: 0;
}
#reason .strong.detail-02 dl {
    margin-left: 58.0rem;
    position: relative;
    z-index: 1;
    top: -10.0rem;
}
#reason .strong.detail-02 dl:before {
    content: "";
    background: url("../../image/bg-reason-title-02.png") no-repeat center center / cover;
    width: 15.0rem;
    height: 39.8rem;
    position: absolute;
    right: -11.0rem;
    top: -9.0rem;
}
#reason .strong.detail-02 dl dt {
    width: 68.0rem;
    margin-bottom: 2.5rem;
}
#reason .strong.detail-02 dl dd {
    font-size: 1.8rem;
    line-height: 2;
}
#reason .strong.detail-02 p.image {
    width: 114.0rem;
    position: absolute;
    left: -38.0rem;
    top: -15.0rem;
}
#reason .strong.detail-03 dl {
    margin-left: 24.0rem;
    margin-bottom: -6.0rem;
    position: relative;
    z-index: 1;
    top: -10.0rem;
}
#reason .strong.detail-03 dl:before {
    content: "";
    background: url("../../image/bg-reason-title-03.png") no-repeat center center / cover;
    width: 15.0rem;
    height: 39.8rem;
    position: absolute;
    left: -22.0rem;
    top: 0;
}
#reason .strong.detail-03 dl dt {
    width: 83.4rem;
    margin-bottom: 2.5rem;
}
#reason .strong.detail-03 dl dd {
    font-size: 1.8rem;
    line-height: 2;
}
#reason p.taiou {
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 9.0rem;
}
#reason p.taiou span {
    display: inline-block;
    background: linear-gradient(transparent 80%, #fff 20%);
}
#reason dl.reach {
    text-align: center;
    margin-bottom: 6.0rem;
}
#reason dl.reach dt {
    display: inline-block;
    background: #000;
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4.0rem;
    padding: 1.0rem 3.0rem;
    color: #fff;
    border-radius: 1.0rem;
}
#reason dl.reach dt span {
    color: #fcce25;
}
#reason dl.reach dd {
    font-size: 1.8rem;
    line-height: 1.7;
}

#reason #award {
    background: url("../../image/bg-reason-award.png") no-repeat center center / cover;
    width: 93.0rem;
    height: 29.0rem;
    padding-left: 37.0rem;
    padding-right: 11.0rem;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#reason #award dl dt {
    font-size: 4.8rem;
    font-weight: 700;
    font-feature-settings: "palt" 1;
    margin-bottom: 2.0rem;
    white-space: nowrap;
}
#reason #award dl dd {
    font-size: 1.8rem;
    line-height: 2;
}
#reason #variation {
    width: 110.0rem;
    padding-top: 2.0rem;
    padding-bottom: 3.0rem;
    margin: 0 auto 5.0rem;
    position: relative;
    z-index: 0;
}
#reason #variation:before {
    content: "";
    background: url("../../image/bg-reason-variation.png") no-repeat center center / cover;
    width: 130.7rem;
    height: 64.4rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#reason #variation:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: drop-shadow(1.6rem 1.6rem 1.6rem rgba(53, 48, 23, 0.3));
}
#reason #variation h3 {
    background: #09b4c3;
    margin-bottom: 2.0rem;
    position: relative;
    z-index: 1;
}
#reason #variation p {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2.0rem;
    position: relative;
    z-index: 1;
}
#reason #variation ul {
    width: 126.5rem;
    margin: 0 -8.25rem 3.0rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
#reason #variation ul li {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
#reason #variation.showin ul li {
    opacity: 1;
}
#reason #variation ul li:nth-child(1) {
    transition-delay: .0s;
}
#reason #variation ul li:nth-child(2) {
    transition-delay: .25s;
}
#reason #variation ul li:nth-child(3) {
    transition-delay: .5s;
}
#reason #variation ul li:nth-child(4) {
    transition-delay: .75s;
}
#reason #variation ul li:nth-child(5) {
    transition-delay: 1s;
}
#reason #variation ul li img {
    filter: drop-shadow(0 1.0rem 0.8rem rgba(53, 48, 23, 0.4));
}
#reason dl#original {
    text-align: center;
    position: relative;
    z-index: 1;
}
#reason dl#original dt {
    width: 82.0rem;
    margin: 0 auto 3.0rem;
}
#reason dl#original dd {
    font-size: 1.8rem;
    line-height: 2;
}
#reason dl#original dd strong {
    font-size: 2.2rem;
    display: inline-block;
}
#reason p#txt-compare {
    width: 68.4rem;
    margin: 0 auto 5.0rem;
    position: relative;
    z-index: 1;
}
#reason ul#compare {
    width: 124.0rem;
    margin: 0 auto 11.0rem;
    position: relative;
    display: flex;
}

#reason ul#compare:before {
    content: "";
    background: url("../../image/bg-reason-compare-01.png") no-repeat center center / cover;
    width: 5.6rem;
    height: 9.2rem;
    position: absolute;
    left: 50%;
    top: 13.0rem;
    transform: translateX(-50%);
}/*
#reason ul#compare:after {
    content: "";
    background: url("../../image/bg-reason-compare-02.png") no-repeat center center / cover;
    width: 11.2rem;
    height: 12.2rem;
    position: absolute;
    right: -9.0rem;
    top: 30.5rem;
}
*/
#reason ul#compare li {
    width: 56.0rem;
}
#reason ul#compare li:first-child {
    margin-right: 12.0rem;
}
#reason ul#compare li img {
    filter: drop-shadow(0.8rem 1.6rem 1.6rem rgba(53, 48, 23, 0.3));
}
#reason dl#reach {
    text-align: center;
    margin: 0 auto 5.0rem;
}
#reason dl#reach dt {
    font-size: 5.8rem;
    font-weight: 700;
    font-feature-settings: "palt" 1;
    display: inline-block;
    text-align: center;
    margin: 0 auto 3.0rem;
    position: relative;
    z-index: 1;
}
#reason dl#reach dt span.small {
    font-size: 5.0rem;
}
#reason dl#reach dt:before {
    content: "";
    background: #fcce25;
    width: calc(100% + 4.0rem);
    height: 1.2rem;
    position: absolute;
    left: -2.0rem;
    bottom: -0.2rem;
    z-index: -1;
    transition: transform .5s ease .5s;
    transform: scaleX(0);
    transform-origin: left;
}
#reason dl#reach.showin dt:before {
    transform: scaleX(1);
}
#reason dl#reach dd {
    font-size: 1.8rem;
    line-height: 2;
}
#reason h4 {
    text-align: center;
    width: 80.0rem;
    margin: 0 auto -2.5rem;
    position: relative;
    z-index: 1;
}
#reason dl#cognition {
    width: 124.0rem;
    margin: 0 auto 8.0rem;
    padding: 6.0rem 3.0rem 2.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}
#reason p.txt {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 4.0rem;
}
#reason p.goodpplan {
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3.0rem;
}
#reason dl#cognition dt {
    width: 75.0rem;
}
#reason dl#cognition dd {
    font-size: 1.8rem;
    line-height: 2;
    width: 40.0rem;
}
#reason dl#cognition dd p.notice {
    font-size: 1.2rem;
    line-height: 1.58;
    color: #54524a;
    margin-top: 4.0rem;
}
#reason p#tv-station {
    margin-left: 24.0rem;
    margin-bottom: 4.0rem;
}
#reason p#tv-station img {
    filter: drop-shadow(1.6rem 1.6rem 1.6rem rgba(1, 71, 114, 0.3));
}
#reason .support {
    font-size: 1.8rem;
    line-height: 1.9;
    background: #fff;
    width: 96.0rem;
    padding: 3.0rem 3.0rem 3.0rem 0;
    margin-left: 24.0rem;
    box-sizing: border-box;
    filter: drop-shadow(1.6rem 1.6rem 1.6rem rgba(1, 71, 114, 0.3));
    display: flex;
}
#reason .support p:first-of-type {
    width: 31.0rem;
    margin-right: 5.0rem;
}

/* ────────────────────── *
 *                                              *
 * お客様の声                                   *
 *                                              *
 * ────────────────────── */

#voice {
    background: #b6b2a1 url("../../image/bg-voice.png") no-repeat center bottom / contain;
    padding: 7.0rem 0 40.0rem;
}
#voice h2 {
    text-align: center;
    width: 86.8rem;
    margin: 0 auto 6.0rem;
}
#voice .detail {
    background: #fff;
    width: 128.0rem;
    padding: 0 5.0rem 6.0rem;
    margin: 0 auto 9.0rem;
    border-bottom-left-radius: 10.0rem;
    filter: drop-shadow(2.0rem 2.0rem 2.0rem rgba(53, 48, 23, 0.2));
    box-sizing: border-box;
    position: relative;
}
#voice .detail.reverse {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10.0rem;
}
#voice .detail:before {
    content: "";
    width: 21.8rem;
    height: 18.0rem;
    position: absolute;
    right: 2.0rem;
    top: -4.0rem;
}
#voice .detail.voice-01:before {
    background: url("../../image/bg-voice-num-01.png") no-repeat center center / cover;
}
#voice .detail.voice-02:before {
    background: url("../../image/bg-voice-num-02.png") no-repeat center center / cover;
}
#voice .detail.voice-03:before {
    background: url("../../image/bg-voice-num-03.png") no-repeat center center / cover;
}
#voice .detail dl.client {
    margin-bottom: 5.0rem;
    display: flex;
    align-items: flex-end;
}
#voice .detail dl.client dt {
    width: 30.0rem;
    margin-right: 5.0rem;
    filter: drop-shadow(1.2rem 1.2rem 1.2rem rgba(53, 48, 23, 0.2));
}
#voice .detail dl.client dd {
    width: 82.2rem;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}
#voice .detail dl.client dd span {
    display: inline-block;
    background: #000;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 5px 10px 10px;
}
#voice .detail dl.client dd span.sp {
	display: none;
}
#voice .detail dl.client dd span strong {
    color: #FCCE25;
}
#voice .detail dl.client dd span em {
    font-style: normal;
}
#voice .detail .comment {
    display: flex;
    justify-content: space-between;
}
#voice .detail.reverse .comment {
    flex-direction: row-reverse;
}
#voice .detail .comment .movie {
    width: 53.0rem;
}
#voice .detail .comment .movie iframe {
    width: 53.0rem;
    height: 29.8rem;
}
#voice .detail .comment p {
    font-size: 1.8rem;
    line-height: 1.9;
    text-align: justify;
    width: 61.0rem;
}
#voice .detail .comment p strong {
    background: #fcce25;
}
#voice .txt {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
}
#voice .btn-result {
    text-align: center;
}

/* ────────────────────── *
 *                                              *
 * 流れ                                         *
 *                                              *
 * ────────────────────── */

#flow {
    background: rgba(118, 199, 226, 0.8) url("../../image/bg-flow.jpg") no-repeat top center / cover;
    padding: 9.0rem 0 6.0rem;
}
#flow h2 {
    text-align: center;
    width: 48.0rem;
    margin: 0 auto 9.0rem;
    position: relative;
    z-index: 1;
}
#flow h2:before {
    content: "";
    background: url("../../image/bg-txt-flow.png") no-repeat center center / cover;
    width: 46.2rem;
    height: 12.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#flow ol {
    width: 130.0rem;
    margin: 0 auto 3.0rem;
    display: flex;
    justify-content: space-between;
}

#flow ol li img {
    filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(8, 28, 24, 0.4));
}
#flow p#schedule {
    width: 130.0rem;
    margin: 0 auto 5.0rem;
    position: relative;
}
#flow p#schedule:before {
    content: "";
    background: #91d2e8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: transform 2s ease-out;
    transform: scaleX(1);
    transform-origin: right;
}
#flow p#schedule.showin:before {
    transform: scaleX(0);
}
#flow dl {
    text-align: center;
}
#flow dl dt {
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
#flow dl dd {
    font-size: 1.8rem;
    line-height: 2;
}

/* ────────────────────── *
 *                                              *
 * プラン                                       *
 *                                              *
 * ────────────────────── */

#plan,
#plan-op {
    background: url("../../image/bg-plan.png") repeat top center;
    padding: 9.0rem 0 6.0rem;
}
#plan h2 {
    text-align: center;
    width: 19.0rem;
    margin: 0 auto 9.0rem;
    position: relative;
    z-index: 1;
}
#plan h2:before {
    content: "";
    background: url("../../image/bg-txt-plan.png") no-repeat center center / cover;
    width: 39.0rem;
    height: 10.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#plan #need {
    background: #fff;
    text-align: center;
    width: 90.0rem;
    margin: 0 auto 9.0rem;
    filter: drop-shadow(1.2rem 1.2rem 1.2rem rgba(1, 71, 114, 0.2));
}
#plan #need dl dt {
    font-size: 3.8rem;
    font-weight: 700;
    color: #fff;
    background: #29271d;
    padding: 1.0rem;
}
#plan #need dl dd {
    font-size: 1.8rem;
    line-height: 2;
    padding: 2.5rem;
}
#plan #need dl dd p:first-of-type {
    width: 46.8rem;
    margin: 0 auto 2.5rem;
}
#plan h3 {
    width: 28.0rem;
    margin: 0 auto 2.0rem;
}
#plan p.txt {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin: 0 auto 3.0rem;
}
#plan .flex {
    width: 124.0rem;
    margin: 0 auto 9.0rem;
    display: flex;
    justify-content: space-between;
}
#plan .flex .flexitem {
    width: 40.0rem;
}
#plan .flex .flexitem p.name {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    width: 36.6rem;
    padding: 1.8rem 0;
    margin: 0 auto;
    border-top-left-radius: 2.0rem;
    border-top-right-radius: 2.0rem;
}
#plan .flex .flexitem p.name#tab-01 {
    background: #fcce25;
}
#plan .flex .flexitem p.name#tab-02 {
    background: #fcac00;
}
#plan .flex .flexitem p.name#tab-03 {
    background: #ff8c00;
}
#plan .flex .flexitem p.name#tab-04 {
    background: #a8eeea;
}
#plan .flex .flexitem p.name#tab-05 {
    background: #74e4de;
}
#plan .flex .flexitem p.name#tab-06 {
    background: #45ccc2;
}
#plan .flex .flexitem .body {
    background: #fff;
    min-height: 36.0rem;
    padding: 5.0rem 2.0rem 2.0rem;
    border: 0.2rem solid #29271d;
    box-sizing: border-box;
    filter: drop-shadow(1.0rem 1.0rem 1.0rem rgba(53, 48, 23, 0.3));
}
#plan .flex .flexitem .body p.price {
    text-align: center;
    width: 21.8rem;
    margin: 0 auto 3.0rem;
}
#plan .flex .flexitem .body p.desc {
    font-size: 1.8rem;
    line-height: 1.72;
    font-feature-settings: "palt" 1;
    text-align: center;
    margin: 0 auto 3.0rem;
}
#plan .flex .flexitem .body p.include {
    margin: 0 auto 3.0rem;
}
#plan .flex .flexitem .body > ul {
    font-size: 1.4rem;
    line-height: 1.5;
}
#plan .flex .flexitem .body p.ask {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
#plan .flex .flexitem .body dl {
    background: #f4f3f0;
    text-align: center;
    padding: 1.5rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#plan .flex .flexitem .body dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 1.0rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.2rem solid #29271d;
}
#plan .flex .flexitem .body dl dd ul {
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
    display: inline-block;
    align-self: center;
}
#plan .flex .flexitem .body dl dd ul li {
    list-style-type: disc;
}
#plan p.title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6.0rem;
}
#plan p.title span,
#plan-op p.title span {
    background: linear-gradient(transparent 80%, #fcce25 20%);
}
#plan #reasonable.flex {
    align-items: flex-end;
}
#plan #reasonable.flex .flexitem {
    width: 34.0rem;
}
#plan #reasonable.flex .flexitem p.name {
    font-size: 2.4rem;
    width: 30.0rem;
    box-sizing: border-box;
}
#plan #reasonable.flex .flexitem .body {
    background: #fff;
    width: 34.0rem;
    padding: 2.0rem 2.0rem 2.0rem;
    border: 0.2rem solid #29271d;
    min-height: 15.8rem;
    box-sizing: border-box;
    filter: drop-shadow(1.0rem 1.0rem 1.0rem rgba(53, 48, 23, 0.3));
}
#plan #reasonable.flex .flexitem:first-of-type .body:after {
    content: '+';
    font-size: 10.0rem;
    font-weight: 700;
    position: absolute;
    right: -8.4rem;
    top: 2.0rem;
}
#plan #reasonable.flex .flexitem:last-of-type .body:after {
    content: '=';
    font-size: 10.0rem;
    font-weight: 700;
    position: absolute;
    left: -8.4rem;
    top: 2.0rem;
}
#plan #reasonable.flex .flexitem .body .price {
    margin-bottom: 0;
}
#plan #reasonable.flex .flexitem .body .start {
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 1.5rem;
}
#plan #reasonable.flex .flexitem .body .bgb {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.0rem;
    padding: 1.0rem;
    background: #000;
}

#plan dl#example {
    text-align: center;
    width: 78.0rem;
    margin: 0 auto 8.0rem;
    position: relative;
}
#plan dl#example:before {
    content: "";
    background: url("../../image/image-plan-example.png") no-repeat center center / cover;
    width: 10.0rem;
    height: 10.0rem;
    position: absolute;
    left: -12.0rem;
    top: -3.0rem;
}
#plan dl#example dt {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 1.0rem;
    margin-bottom: 1.0rem;
    border-bottom: 1px dashed #29271d;
}
#plan dl#example dt strong {
    font-size: 2.0rem;
    color: #d11c24;
}
#plan dl#example dd {
    font-size: 1.8rem;
    line-height: 2;
}
#plan-op p.title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 6.0rem;
}
#plan-op p#option {
    text-align: center;
    width: 114.0rem;
    margin: 0 auto;
}

/* ────────────────────── *
 *                                              *
 * おまかせ　　                                 *
 *                                              *
 * ────────────────────── */
#omakase {
    background: #f4f3f0;
    padding: 10.0rem 0;
    text-align: center;
}
#omakase p.title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 7.0rem;
}
#omakase p.title span {
    font-size: 4.8rem;
    display: inline-block;
    background: linear-gradient(transparent 80%, #fcce25 20%);
}
#omakase ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 90.0rem;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
#omakase ul li {
    width: 24.0rem;
    margin-bottom: 5.0rem;
}
#omakase ul li a span {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
}
#omakase ul li img {
    margin-bottom: 1.0rem;
}
/* ────────────────────── *
 *                                              *
 * よくある質問                                 *
 *                                              *
 * ────────────────────── */

#faq {
    background: #cdcbbf url("../../image/bg-faq.jpg") no-repeat center top / cover;
    padding: 10.0rem 0;
}
#faq h2 {
    text-align: center;
    width: 26.2rem;
    margin: 0 auto 7.0rem;
    position: relative;
    z-index: 1;
}
#faq h2:before {
    content: "";
    background: url("../../image/bg-txt-faq.png") no-repeat center center / cover;
    width: 31.8rem;
    height: 12.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#faq dl {
    width: 120.0rem;
    margin: 0 auto;
}
#faq dl dt {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fcce25;
    background: #29271d;
    padding: 1.0rem 1.5rem 1.5rem;
}
#faq dl dt span.head {
    font-family: "serenity", sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    display: inline-block;
    margin-right: 2.0rem;
}
#faq dl dd {
    font-size: 1.8rem;
    line-height: 2;
    background: #fff;
    padding: 2.0rem 1.5rem 2.5rem 2.0rem;
    margin-bottom: 3.0rem;
    display: flex;
    filter: drop-shadow(1.4rem 1.4rem 1.4rem rgba(53, 48, 23, 0.2));
}
#faq dl dd .head {
    font-family: "serenity", sans-serif;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 900;
    color: #fcce25;
    display: inline-block;
    margin-right: 2.5rem;
}
#faq p.contact {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
}

/* ────────────────────── *
 *                                              *
 * お問い合わせ                                 *
 *                                              *
 * ────────────────────── */

#contact {
    background: rgb(252,206,37);
    background: linear-gradient(-180deg, rgba(252,206,37,1) 21%, rgba(252,172,0,1) 100%);
    padding: 10.0rem 0 6.0rem;
}
#contact h2 {
    text-align: center;
    width: 39.0rem;
    margin: 0 auto 7.0rem;
    position: relative;
    z-index: 1;
}
#contact h2.confirm {
    width: 32.6rem;
}
#contact h2.send {
    width: 35.0rem;
}
#contact h2:before {
    content: "";
    background: url("../../image/bg-txt-contact.png") no-repeat center center / cover;
    width: 95.2rem;
    height: 9.4rem;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: -1;
}
#contact .inner {
    background: #fff;
    width: 124.0rem;
    padding: 4.0rem 12.0rem 6.0rem;
    margin: 0 auto;
    filter: drop-shadow(1.0rem 1.0rem 1.0rem rgba(53, 48, 23, 0.2));
    box-sizing: border-box;
}
#contact .inner p.txt {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin: 0 auto 4.0rem;
}
#contact .inner dl.table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contact .inner dl.table.confirm {
    margin: 0 auto 7.0rem;
}
#contact .inner dl.table dt {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
    width: 30.0rem;
    padding: 2.0rem 0;
    margin-bottom: 3.0rem;
    position: relative;
}
#contact .inner dl.table dt.required:before {
    content: "必須";
    font-size: 1.8rem;
    color: #fff;
    background: #f2314d;
    display: inline-block;
    padding: 0.5rem 1.0rem;
    border-radius: 0.5rem;
    position: absolute;
    right: 5.0rem;
    top: 1.8rem;
}
#contact .inner dl.table dd {
    font-size: 2.2rem;
    line-height: 1.8;
    width: 70.0rem;
    margin-bottom: 3.0rem;
    align-self: center;
}
#contact .inner dl.table.confirm dd {
    padding: 1.1rem 0;
    border-bottom: 1px solid #ccc;
}
#contact .inner dl.table dd input[type=text].size-full {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.2rem;
    padding: 1.5rem;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#contact .inner dl.table dd input[type=text].size-short {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.2rem;
    padding: 1.5rem;
    width: 17.0rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#contact .inner dl.table dd textarea {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 1.5rem;
    width: 100%;
    height: 22.0rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#contact .inner dl.table dd a.ajaxzip {
    font-size: 2.2rem;
    line-height: 1;
    color: #696861;
    background: #e6e6e6;
    display: inline-block;
    padding: 1.7rem 3.0rem;
    margin-left: 2.0rem;
    border-radius: 0.5rem;
    transition: background .5s;
}
#contact .inner dl.table dd a.ajaxzip:hover {
    background: #ccc;
}
#contact .inner dl.table dd input[type=radio] {
	display: none;
}
#contact .inner dl.table dd input[type=radio] + label {
	display: inline-block;
    padding-left: 3.8rem;
    position: relative;
}
#contact .inner dl.table dd input[type=radio] + label:before {
    content: "";
    background: #f2f2f2;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#contact .inner dl.table dd input[type=radio] + label:hover {
    cursor: pointer;
}
#contact .inner dl.table dd input[type=radio]:checked + label:after {
    content: "";
    background: #000;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
#contact .inner p.subtitle {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 3.0rem;
}
#contact .inner #policy {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
    width: 80.0rem;
    height: 17.0rem;
    padding: 2.0rem 3.0rem;
    margin: 0 auto 4.0rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: scroll;
}
#contact .inner #policy dl dt:before {
    content: "■";
}
#contact .inner #policy dl dd {
    margin-bottom: 2.0rem;
}
#contact .inner #policy dl dd:last-of-type {
    margin-bottom: 0;
}
#contact .inner #policy dl dd ol li {
    list-style-type: decimal;
    margin-left: 2.5rem;
}
#contact .inner ul#btn-form {
    width: 114.0rem;
    margin: 0 -7.0rem;
    display: flex;
    justify-content: center;
}
#contact .inner ul#btn-form li {
    min-width: 55.0rem;
    margin: 0 1.0rem;
}
#contact .inner ul#btn-form li input {
    width: 60.0rem;
    margin: 0 auto;
    filter: drop-shadow(0.4rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2));
    transition: transform .2s ease-out;
    outline: none;
}
#contact .inner ul#btn-form li input:hover {
    transform: translateY(0.5rem);
}
#contact .inner ul#btn-form li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: transform .2s ease-out;
}
#contact .inner ul#btn-form li button:hover {
    transform: translateY(0.5rem);
}
#contact .inner ul#btn-form li button img {
    filter: drop-shadow(0.4rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2));
}

/* ────────────────────── *
 *                                              *
 * システム                                     *
 *                                              *
 * ────────────────────── */

.errMsg {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background: #fb482b;
    padding: 1.0rem 3.0rem;
    margin-bottom: 1.0rem;
    border-radius: 2.0rem;
    position: relative;
}
.errMsg:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fb482b;
    border-width: 0.6rem;
    margin-left: -0.6rem;
}
input.err,
textarea.err {
    background: #ffeae7!important;
    border: 0.2rem solid #ff5f45!important;
}
span.err {
    background: #ffeae7!important;
    border: 0.2rem solid #ff5f45!important;
    display: block;
    padding: 1.0rem;
}
:placeholder-shown {
    color: #acacac;
}
::-webkit-input-placeholder {
    color: #acacac;
}
:-moz-placeholder {
    color: #acacac;
    opacity: 1;
}
::-moz-placeholder {
    color: #acacac;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #acacac;
}

.bnr-dl {
    position: fixed;
    right: 10px;
    top: 60%;
    width: 200px;
    z-index: 9999;
}
.bnr-dl .close {
    right: 15px;
    top: 15px;
    position: absolute;
    width: 25px;
    cursor: pointer;
}
.bnr-dl.js_close {
    display: none;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999;
}

.popup-banner {
    position: relative;
}

.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: black;
    cursor: pointer;
}
.close {
    display: block;
    cursor: pointer;
}

.popup.open {
    display: flex;
    animation: fadeIn .7s;
}
#campaign {
    width: 120.0rem;
    margin: 0 auto;
    padding-bottom: 60px;
}
#campaign dl dd.viewmore {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    padding: 4.0rem 0;
    position: relative;
    background: #05306d;
}
#campaign dl dd.viewmore:before {
    content: '詳細を開く';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#campaign dl dd.viewmore.active:before {
    content: '詳細を閉じる';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#campaign dl dd.viewmore span::before{/* 閉じている時 */
    font-family: 'Material Icons';
    font-size: 34px;
	content: "\e5cf";
	position: absolute;
	right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#campaign dl dd.viewmore.active span::before{/* 開いている時 */
    font-family: 'Material Icons';
	content: "\e5ce";
}
.more-contents {
/*    display: none;*/
    position: relative;
    font-size: 18px;
    background: #eee;
}
.more-contents a {
    background: url("../../image/btn-campaign.png") no-repeat;
    background-size: 60.0rem 8.0rem;
    font-size: 2.8rem;
    color: #fff;
    line-height: 4.0rem;
    text-align: center;
    display: block;
    border-radius: 10px;
    width: 60.0rem;
    height: 8.0rem;
    padding: 1.8rem;
    margin: 4.0rem auto 1.0rem;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}
.more-contents span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    width: 60.0rem;
    margin: 0 auto;
    padding-bottom: 3.0rem;
}
.txt-campaign {
    font-size: 14px;
    line-height: 1.7;
    width: 800px;
    margin: 0 auto 20px;
    padding: 20px;
    height: 200px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    box-sizing: border-box;
}
.txt-campaign p {
    margin-bottom: 20px;
}
p.title-campaign {
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.7;
    background: #ff8a3c;
    margin-bottom: 20px;
    padding: 10px;
}
p.check-campaign {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 10px;
}
p.check-campaign span {
    font-size: 1.4rem;
}


