@charset "UTF-8";
.scroll {
  overflow: auto;
}

/*====================================================================
PC CSS
====================================================================*/
@media screen and (min-width: 1080px) {
  .mv {
    background: #fff8f2;
  }
  .mv img {
    max-width: 830px;
    margin: auto;
  }
  .mv-caption {
    text-align: center;
    padding: 32px 0 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    background: #fff;
  }
  .ad-cp-area {
    display: block;
    padding-bottom: 50px;
    background: #fff;
  }
  .ad-cp-area img {
    width: 800px;
    height: auto;
    margin: auto;
  }
  .capt-ad {
    margin-bottom: 36px;
    text-align: center;
  }
  .capt-ad h2 {
    font-weight: bold;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
  }
  .capt-ad h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-title {
    background-color: #ffe78e;
    display: flex;
    height: 90px;
    align-items: center;
  }
  .ad-title .ad-title-wrap {
    width: 1080px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .ad-title .ad-title-wrap img {
    width: 53px;
    height: auto;
  }
  .ad-title .ad-title-wrap .title {
    margin-left: 21px;
  }
  .ad-title .ad-title-wrap .title h1 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .ad-title .ad-title-wrap .title p {
    font-size: 14px;
  }
  .ad-merit-area {
    background: #fff;
  }
  .ad-merit-area img {
    margin: auto;
    margin-bottom: 60px;
  }
  .ad-merit-area .cp-img-01 {
    width: 333px;
    height: auto;
  }
  .ad-merit-area .cp-img-02 {
    width: 530px;
    height: auto;
  }
  .ad-merit-area .cp-img-03 {
    width: 349px;
    height: auto;
  }
  .ad-merit-area .merit {
    padding-bottom: 80px;
  }
  .ad-merit-area .merit svg {
    font-family: "Noto Sans JP", sans-serif;
  }
  .ad-merit-area .merit .cp-img-01 {
    margin-bottom: 32px;
    margin-top: -28px;
  }
  .ad-merit-area .merit .cp-plan {
    margin-bottom: 0;
    max-width: 690px;
  }
  .ad-merit-area .merit .center {
    text-align: center;
  }
  .ad-merit-area .merit p {
    font-size: 21px;
    width: 960px;
    margin: auto;
    line-height: 1.6;
  }
  .ad-merit-area .merit .action {
    color: #6c6c6c;
    text-align: center;
    margin-top: 32px;
    font-size: 18px;
  }
  .ad-merit-area .merit .action a {
    color: #59bf43;
    text-decoration: underline;
  }
  .action {
    color: #6c6c6c;
  }
  .form {
    background: #feffeb;
    padding: 50px;
    text-align: center;
  }
  .form h2 {
    font-size: 32px;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .form h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .form .btn-newuser {
    margin: 36px 0;
  }
  .form .btn-newuser a {
    width: 600px;
    padding: 21px;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 21px;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 8px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .form .btn-newuser a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .form .btn-newuser a::after {
    content: "";
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    right: 21px;
    background-image: url(/lp/ad-keisai/images/right_yajirusi.png);
  }
  .form .mgn0 {
    margin-top: 0;
  }
  .ad-detail {
    padding: 80px 0;
    background: #fff;
  }
  .ad-detail .sp-ad-plan {
    display: none;
  }
  .ad-detail h2 {
    font-size: 32px;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .ad-detail h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-detail img {
    margin: auto;
    max-width: 960px;
    padding-bottom: 32px;
  }
  .ad-detail p {
    width: 960px;
    margin: auto;
    line-height: 1.6;
  }
  .kiji-detail {
    padding-bottom: 80px;
    background: #fff;
  }
  .kiji-detail .ad-kiji-sp {
    display: none;
  }
  .kiji-detail h2 {
    font-size: 32px;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .kiji-detail h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .kiji-detail img {
    margin: auto;
    max-width: 800px;
    padding-bottom: 32px;
  }
  .kiji-detail p {
    width: 960px;
    margin: auto;
    line-height: 1.6;
  }
  .ad-place {
    background: #fff;
    padding-bottom: 80px;
  }
  .ad-place .sp-ad-place {
    display: none;
  }
  .ad-place a {
    color: #59bf43;
    text-decoration: underline;
  }
  .ad-place h2 {
    font-size: 32px;
    margin: 0 0 52px 0;
    position: relative;
    text-align: center;
    line-height: 1;
  }
  .ad-place h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-place h2 span {
    font-size: 18px;
  }
  .ad-place img {
    margin: auto;
    max-width: 960px;
    padding-bottom: 32px;
  }
  .ad-place p {
    text-align: center;
    margin-bottom: 8px;
  }
  .ad-data {
    padding-bottom: 50px;
    background: #fff;
  }
  .ad-data .sp-ad-data {
    display: none;
  }
  .ad-data h2 {
    font-size: 32px;
    margin: 0 0 52px 0;
    position: relative;
    text-align: center;
    line-height: 1;
  }
  .ad-data h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-data h2 span {
    font-size: 18px;
  }
  .ad-data img {
    margin: auto;
    max-width: 830px;
    padding-bottom: 32px;
  }
  .ad-data p {
    text-align: center;
    width: 960px;
    font-size: 21px;
    margin: auto;
    line-height: 1.6;
    padding-bottom: 32px;
  }
  .ad-data .action {
    font-size: 18px;
    color: #6c6c6c;
    text-align: right;
    width: 960px;
  }
  .ad-info {
    padding: 50px;
    text-align: center;
  }
  .ad-info h3 {
    font-size: 21px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
  }
  .ad-info .btn-newuser {
    margin: 36px 0;
  }
  .ad-info .btn-newuser a {
    width: 600px;
    padding: 21px;
    background: #858585;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 21px;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 8px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .ad-info .btn-newuser a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .ad-info .mgn0 {
    margin-top: 0;
  }
}
/*====================================================================
タブレット/sp CSS
====================================================================*/
@media screen and (max-width: 1079px) {
  .ad-title {
    background-color: #ffe78e;
    display: flex;
    height: 60px;
    align-items: center;
  }
  .ad-title .ad-title-wrap {
    display: flex;
    align-items: center;
    margin-left: 2.8vh;
  }
  .ad-title .ad-title-wrap img {
    width: 14%;
    height: auto;
  }
  .ad-title .ad-title-wrap .title {
    margin-left: 12px;
  }
  .ad-title .ad-title-wrap .title h1 {
    font-size: 1.2em;
  }
  .ad-title .ad-title-wrap .title p {
    font-size: 1em;
  }
  .mv {
    background: #fff8f2;
  }
  .mv img {
    width: 100%;
    height: auto;
  }
  .mv-caption {
    background: #fff;
    padding: 24px 4vw 32px 4vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .ad-cp-area {
    display: block;
    background: #fff;
    padding: 0 4vw 32px 4vw;
  }
  .ad-cp-area img {
    width: 100%;
  }
  .ad-merit-area {
    background: #fff;
  }
  .ad-merit-area img {
    margin: auto;
    margin-bottom: 32px;
    width: 100%;
    padding: 0 4vw;
  }
  .ad-merit-area .merit {
    padding-bottom: 32px;
  }
  .ad-merit-area .merit svg {
    font-family: "Noto Sans JP", sans-serif;
  }
  .ad-merit-area .merit a {
    color: #59bf43;
    text-decoration: underline;
  }
  .ad-merit-area .merit .sp-cp-capt01 {
    width: 68%;
  }
  .ad-merit-area .merit .sp-cp-capt02 {
    width: 89%;
  }
  .ad-merit-area .merit .sp-cp-capt03 {
    width: 88%;
  }
  .ad-merit-area .merit .cp-img-01 {
    margin-bottom: 32px;
    margin-top: -18px;
    width: 60%;
  }
  .ad-merit-area .merit .cp-img-02 {
    width: 90%;
  }
  .ad-merit-area .merit .cp-img-03 {
    width: 60%;
    height: auto;
  }
  .ad-merit-area .merit .cp-plan {
    margin-bottom: 21px;
  }
  .ad-merit-area .merit .center {
    text-align: center;
  }
  .ad-merit-area .merit p {
    line-height: 1.6;
    margin: 0 4vw;
  }
  .ad-merit-area .merit .action {
    line-height: 1.6;
    margin: 0 4vw;
    color: #707070;
    font-size: 0.9em;
  }
  .form {
    background: #feffeb;
    padding: 32px 4vw;
    text-align: center;
  }
  .form h2 {
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
  }
  .form h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .form .action {
    line-height: 1.6;
    margin: 0 4vw;
    color: #707070;
    font-size: 0.9em;
  }
  .form .btn-newuser {
    margin: 24px 0 18px;
  }
  .form .btn-newuser a {
    width: 100%;
    padding: 21px;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 1.1em;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .form .btn-newuser a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .form .btn-newuser a::after {
    content: "";
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    right: 21px;
    background-image: url(/lp/ad-keisai/images/right_yajirusi.png);
  }
  .form .mgn0 {
    margin-top: 0;
  }
  .ad-detail {
    background: #fff;
    padding: 32px 4vw;
  }
  .ad-detail .pc-ad-plan {
    display: none;
  }
  .ad-detail .sp-ad-plan {
    width: 100%;
  }
  .ad-detail h2 {
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
  }
  .ad-detail h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-detail img {
    margin: auto;
    padding-bottom: 12px;
  }
  .ad-detail p {
    margin: auto;
    line-height: 1.8;
    color: #707070;
    font-size: 0.9em;
  }
  .ad-place {
    background: #fff;
    padding: 32px 4vw;
  }
  .ad-place .pc-ad-place {
    display: none;
  }
  .ad-place h2 {
    margin: 0 0 52px 0;
    position: relative;
    text-align: center;
    line-height: 1.4;
  }
  .ad-place h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-place h2 span {
    font-size: 0.9em;
  }
  .ad-place img {
    margin: auto;
    width: 100%;
    padding-bottom: 12px;
  }
  .ad-place a {
    color: #59bf43;
    text-decoration: underline;
  }
  .ad-place p {
    margin: auto;
    line-height: 1.6;
    color: #707070;
    font-size: 0.9em;
  }
  .kiji-detail {
    background: #fff;
    padding: 32px 4vw;
  }
  .kiji-detail .ad-kiji-pc {
    display: none;
  }
  .kiji-detail h2 {
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
  }
  .kiji-detail h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .kiji-detail img {
    margin: auto;
    padding-bottom: 12px;
    width: 100%;
  }
  .kiji-detail p {
    margin: auto;
    line-height: 1.8;
    color: #707070;
    font-size: 0.9em;
  }
  .ad-data {
    background: #fff;
    padding: 32px 4vw;
  }
  .ad-data .pc-ad-data {
    display: none;
  }
  .ad-data h2 {
    margin: 0 0 32px 0;
    position: relative;
    text-align: center;
    line-height: 1.4;
  }
  .ad-data h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .ad-data h2 span {
    font-size: 0.9em;
  }
  .ad-data img {
    margin: auto;
    padding-bottom: 12px;
    width: 70%;
  }
  .ad-data p {
    text-align: center;
    margin: auto;
    line-height: 1.6;
    padding-bottom: 32px;
  }
  .ad-data .action {
    font-size: 0.9em;
    color: #6c6c6c;
    text-align: right;
  }
  .ad-info {
    text-align: center;
    padding: 32px 4vw;
  }
  .ad-info h3 {
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
  }
  .ad-info .btn-newuser {
    margin: 24px 0 0 0;
  }
  .ad-info .btn-newuser a {
    width: 100%;
    padding: 21px;
    background: #858585;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: auto;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .ad-info .btn-newuser a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .ad-info .mgn0 {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */