﻿@charset "utf-8";

/*===================================================

 キャンペーン #campaign

===================================================*/
#campaign-main {
    width: 100%;
    background: image-set(url('/wp-content/uploads/campaign_1.webp') 1x, url('/wp-content/uploads/campaign_1-2x.webp') 2x) repeat;
    text-align: center;
}
#campaign-main section {
    margin-bottom: 50px;
}
/*===================================================
 campaign-top
===================================================*/
#campaign-top {
    width: 100%;
    height: auto;
    min-height: 795.88px;
    background: image-set(url('/wp-content/uploads/campaign_2.webp') 1x, url('/wp-content/uploads/campaign_2-2x.webp') 2x) no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 803;
    display: block;
    color: #fff;
    position: relative;
}
#campaign-top p:first-of-type {
    margin: 0 auto 20px;
    padding-top: 160px;
    display: flex;
    justify-content: center;
    color: #ffea00;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 0;
}
#campaign-top p:first-of-type::before,
#campaign-top p:first-of-type::after {
    width: 30px;
    height: 3px;
    background: #ffea00;
    content: '';
}
#campaign-top p:first-of-type::before {
    margin-right: 10px;
    transform: rotate(55deg);
}
#campaign-top p:first-of-type::after {
    margin-left: 10px;
    transform: rotate(-55deg);
}
#campaign-top h1 {
    margin: 0 0 10px 0;
    font-size: 8.0rem;
    font-style: italic;
    line-height: 10.0rem;
}
#campaign-top h1 span {
    color: #ffea00;
}
#campaign-top ul {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
}
#campaign-top ul li {
    font-size: 8.0rem;
    font-weight: 500;
    line-height: 8.0rem;
}
#campaign-top ul li:first-child {
    padding-top: 15px;
    font-size: 4.4rem;
}
#campaign-top ul li:first-child span:first-of-type {
    margin-right: 5px;
    font-size: 2.2rem;
    vertical-align: top;
}
#campaign-top ul li:first-child span:last-of-type {
    font-size: 70%;
}
#campaign-top ul li:nth-child(2) {
    margin-right: 5px;
}
#campaign-top ul li img {
    display: inline-block;
    vertical-align: middle;
}
#campaign-top ul li:last-child {
    color: #ffea00;
    font-style: italic;
}
#campaign-top ul li:last-child span {
    font-size: 50%;
}
#campaign-top ul + img {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    padding-left: 100px;
    box-sizing: initial;
    position: absolute;
    top: 500px;
    right: 0;
    left: 0;
}
/*===================================================
 campaign-period
===================================================*/
#campaign-period {
    margin-bottom: 60px;
    padding-top: 200px;
}
#campaign-period h2 {
    max-width: 362px;
    height: 64px;
    margin: 0 auto 20px;
    background: image-set(url('/wp-content/uploads/campaign_5.webp') 1x, url('/wp-content/uploads/campaign_5-2x.webp') 2x) no-repeat;
    display: block;
    box-sizing: border-box;
    font-size: 2.7rem;
    line-height: 4.7rem;
}
#campaign-period h2 + p {
    margin: 0;
    font-size: 4.2rem;
}
#campaign-period h2 + p span {
    font-size: 70%;
}
#campaign-period h2 + p span:nth-of-type(4),
#campaign-period h2 + p span:nth-of-type(8) {
    margin-left: -0.5em;
}
/*===================================================
 campaign-nav
===================================================*/
#campaign-nav {
    width: 1040px;
    height: 84px;
    margin: 0 auto 80px;
    background: image-set(url('/wp-content/uploads/campaign_6.webp') 1x, url('/wp-content/uploads/campaign_6-2x.webp') 2x) no-repeat;
    display: block;
}
#campaign-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#campaign-nav ul li a {
    color: #fff;
    font-size: 2.4rem;;
    line-height: 7.8rem;
    text-align: center;
}
#campaign-nav ul li a:hover {
    color: #111;
    text-decoration: none;
}
/*===================================================
 campaign-about
===================================================*/
#campaign-about h3 {
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ffb849 0%, #ff9b00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.0rem;
    font-style: italic;
}
#campaign-about h3 + p {
    font-size: 2.8rem;
    font-weight: bold;
    font-style: italic;
    line-height: 5.6rem;
}
/*===================================================
 campaign-features
===================================================*/
#campaign-features {
    width: 100%;
    height: auto;
    background: image-set(url('/wp-content/uploads/campaign_7.webp') 1x, url('/wp-content/uploads/campaign_7-2x.webp') 2x) no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 1090;
}
#campaign-features h3 {
    margin-bottom: 40px;
    padding-top: 110px;
    color: #fff;
    font-size: 4.8rem;
    font-style: italic;
}
#campaign-features h3 span:first-of-type,
#campaign-features h3 span:nth-of-type(2) {
    font-size: 70%;
}
#campaign-features h3 span:last-of-type {
    color: #ffea00;
}
#campaign-features h4 {
    width: 1040px;
    height: 82px;
    margin: 0 auto 50px;
    background: #ffea00;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.3);
    color: #111;
    font-size: 4.2rem;
    font-style: italic;
    line-height: 8.2rem;
}
#campaign-features h4 span {
    font-size: 70%;
}
#campaign-features img {
    width: 100%;
    max-width: 455px;
    height: auto;
    margin: 0 auto 40px;
}
#campaign-features img + ul {
    width: 1040px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
}
#campaign-features img + ul li {
    margin-bottom: 50px;
    color: #fff;
    font-size: 4.0rem;
    font-style: italic;
    line-height: 2.8rem;
    text-align: left;
}
#campaign-features img + ul li:not(:last-child) {
    width: 50%;
}
#campaign-features img + ul li:nth-child(4) {
    font-size: 2.8rem;
}
#campaign-features img + ul li:last-child {
    width: 100%;
    margin-bottom: 0;
}
#campaign-features img + ul li:before {
    width: 37px;
    height: 37px;
    margin-right: 5px;
    background: image-set(url('/wp-content/uploads/campaign_9.webp') 1x, url('/wp-content/uploads/campaign_9-2x.webp') 2x) no-repeat;
    display: inline-block;
    content: '';
    vertical-align: top;
}
#campaign-features img + ul li span {
    font-size: 70%;
}
#campaign-features img + ul li:first-child span:first-of-type {
    margin-right: 3px;
}
#campaign-features img + ul li:nth-child(3) span:first-of-type {
    margin-right: 3px;
}
#campaign-features img + ul li:last-child span:first-of-type {
    margin-right: 2px;
}
#campaign-features img + ul li:last-child span:last-of-type {
    margin-left: 20px;
    font-size: 50%;
}
#campaign-features ul + ul {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#campaign-features ul + ul li a {
    width: 454px;
    height: 90px;
    margin: 0 auto;
    background: image-set(url('/wp-content/uploads/campaign_10_off.webp') 1x, url('/wp-content/uploads/campaign_10_off-2x.webp') 2x) no-repeat;
    display: block;
    color: #111;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 8.2rem;
}
#campaign-features ul + ul li a:hover {
    background: image-set(url('/wp-content/uploads/campaign_10_on.webp') 1x, url('/wp-content/uploads/campaign_10_on-2x.webp') 2x) no-repeat;
    line-height: 9.0rem;
    text-decoration: none;
    opacity: 0.95;
}
/*===================================================
 campaign-reason
===================================================*/
#campaign-reason h3 {
    margin-bottom: 50px;
    font-size: 4.8rem;
    font-style: italic;
}
#campaign-reason h3 + img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto 50px;
    border: 5px solid #fff;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
#campaign-reason ul li {
    margin-bottom: 60px;
}
#campaign-reason ul li h4 {
    margin: 0 0 30px;
    background: linear-gradient(180deg, #ffb849 0%, #ff9b00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5rem;
    font-weight: 700;
    font-style: italic;
}
#campaign-reason ul li p {
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4.2rem;
}
/*===================================================
 campaign-detail
===================================================*/
#campaign-detail {
    width: 100%;
    height: auto;
    background: image-set(url('/wp-content/uploads/campaign_12.webp') 1x, url('/wp-content/uploads/campaign_12-2x.webp') 2x) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    aspect-ratio: 1920 / 750;
}
#campaign-detail h2 {
    margin-bottom: 35px;
    padding-top: 60px;
    color: #fff;
    font-size: 4.8rem;
    font-weight: normal;
    font-style: italic;
}
#campaign-detail ul {
    width: 810px;
    margin: 0 auto;
}
#campaign-detail ul li {
    margin-bottom: 35px;
    text-align: left;
}
#campaign-detail ul li p {
line-height: 2.8rem;
}
#campaign-detail ul li p:first-child {
    margin:0 0 15px;
    border-left: 4px solid #ffea00;
    color: #ffea00;
    font-size: 2.6rem;
    text-indent: 15px;
}
#campaign-detail ul li p + p {
    margin: 0;
    color: #fff;
    font-size: 2.2rem;
}
#campaign-detail ul li:nth-child(3) p:nth-child(2) {
    margin-bottom: 5px;
}
#campaign-detail ul li:nth-child(3) p span {
    font-size: 1.8rem;
}
#campaign-detail ul li:nth-child(3) p span a {
    color: #fff;
    text-decoration: underline;
}
#campaign-detail ul li:last-child p:last-child {
    line-height: 3.5rem;
}
/*===================================================
 campaign-contact
===================================================*/
#campaign-contact {
    padding-bottom: 110px;
}
#campaign-contact > p {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-style: italic;
}
#campaign-contact #layer {
    width: 770px;
    height: 380px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.3);
}
#campaign-contact #layer #title {
    width: 100%;
    height: 64px;
    margin-bottom: 15px;
    background: #aa7f31;
    border-radius: 10px 10px 0 0;
}
#campaign-contact #layer #title p {
    margin: 0;
    color: #fff;
    font-size: 2.8rem;
    line-height: 6.4rem;
}
#campaign-contact #layer #desc p {
    margin-bottom: 15px;
    font-size: 2.0rem;
}
#campaign-contact #layer #desc a {
    width: 454px;
    height: 90px;
    margin: 0 auto 10px;
    background: image-set(url('/wp-content/uploads/campaign_13_off.webp') 1x, url('/wp-content/uploads/campaign_13_off-2x.webp') 2x) no-repeat;
    display: block;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 8.2rem;
}
#campaign-contact #layer #desc a:hover {
    background: image-set(url('/wp-content/uploads/campaign_13_on.webp') 1x, url('/wp-content/uploads/campaign_13_on-2x.webp') 2x) no-repeat;
    line-height: 9.0rem;
    text-decoration: none;
    opacity: 0.95;
}
#campaign-contact #layer #desc a + p {
    margin: 0 0 20px;
}
#campaign-contact #layer #desc #tel {
    margin: 0 0 15px;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.0;
}
#campaign-contact #layer #desc #tel + p {
    margin: 0;
} 
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (min-width: 1921px) {
    #campaign-period {
        padding-top: 50px;
    }
    #campaign-features {
        max-height: 1000px;
    }
    #campaign-detail {
        max-height: 750px;
    }
}
@media screen and (max-width: 1800px) {
    #campaign-detail {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1100px) {
    #campaign-top p:first-of-type {
        padding-top: 80px;
    }
    #campaign-top h1 {
        font-size: 8.0rem;
        line-height: 10.0rem;
    }
    #campaign-top ul + img {
        top: 440px;
    }
    #campaign-period {
        padding-top: 130px;
    }
    #campaign-nav {
        width: 96%;
        margin: 0 2% 80px;
        background: none;
    }
    #campaign-nav ul li {
        width: 32%;
        background: #004ad1;
        border-radius: 42px;
    }
    #campaign-about h3,
    #campaign-features h3,
    #campaign-reason h3 {
        font-size: 4.0rem;
    }
    #campaign-about h3 + p {
        font-size: 2.4rem;
    }
    #campaign-features h4 {
        width: 96%;
        margin: 0 2% 50px;
    }
    #campaign-features img + ul {
        width: 96%;
        margin: 0 2% 40px;
    }
    #campaign-features img + ul li {
        line-height: 1.0;
    }
    #campaign-features img + ul li:not(:last-child) {
        width: 100%;
    }
    #campaign-features img + ul li:nth-child(4) {
        font-size: 4.0rem;
    }
    #campaign-features img + ul li:last-child span:last-of-type:before {
        content: '\A';
        white-space: pre;
    }
    #campaign-reason ul li h4 {
        font-size: 4.0rem;
    }
    #campaign-reason ul li p {
        font-size: 2.0rem;
    }
    #campaign-detail h2 {
        padding-top: 40px;
    }
}
@media screen and (max-width: 1050px) {
    #campaign-features ul + ul  {
        width: 454px;
        margin: 0 auto;
    }
    #campaign-features ul + ul li:first-child {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 900px) {
    #campaign-top p:first-of-type {
        font-size: 2.6rem;
    }
    #campaign-top h1 {
        font-size: 6.0rem;
        line-height: 8.0rem;
    }
    #campaign-top ul + img {
        max-width: 80%;
        padding-left: 60px;
        top: 400px;
    }
    #campaign-period {
        padding-top: 50px;
    }
    #campaign-period h2 + p {
        font-size: 3.0rem;
    }
    #campaign-nav {
        height: 64px;
    }
    #campaign-nav ul li {
        border-radius: 32px;
    }
    #campaign-nav ul li a {
        font-size: 2.0rem;
        line-height: 6.4rem;
    }
    #campaign-about h3,
    #campaign-features h3,
    #campaign-reason h3 {
        font-size: 3.2rem;
    }
    #campaign-about h3 + p {
        font-size: 2.0rem;
        line-height: 3.6rem;
    }
    #campaign-features h4 {
        height: 62px;
        font-size: 3.0rem;
        line-height: 6.2rem;
    }
    #campaign-features img + ul li,
    #campaign-features img + ul li:nth-child(4) {
        font-size: 3.0rem;
    }
    #campaign-features img + ul li:last-child span:last-of-type {
        font-size: 60%;
    }
    #campaign-reason h3 + img {
        max-width: 80%;
        margin: 0 auto 30px;
    }
    #campaign-reason ul li {
        margin-bottom: 40px;
    }
    #campaign-reason ul li h4 {
        margin-bottom: 20px;
        font-size: 3.0rem;
    }
    #campaign-reason ul li p {
        font-size: 1.8rem;
        line-height: 3.6rem;
    }
    #campaign-detail {
        padding-bottom: 40px;
    }
    #campaign-detail ul {
        width: 95%;
        margin: 0 2%;
    }
    #campaign-detail ul li p:first-child {
        font-size: 2.2rem;
    }
    #campaign-detail ul li p + p {
        font-size: 1.8rem;
    }
    #campaign-detail ul li:nth-child(3) p:last-child {
        font-size: 1.4rem;
    }
    #campaign-contact > p {
        font-size: 1.8rem;
    }
    #campaign-contact #layer {
        width: 96%;
        height: auto;
        margin: 0 2%;
        padding-bottom: 2%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    #campaign-period {
        padding-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    #campaign-top p:first-of-type {
        font-size: 2.0rem;
    }
    #campaign-top h1 {
        font-size: 4.0rem;
        line-height: 6.0rem;
    }
    #campaign-top ul li:first-child {
        font-size: 2.2rem;
    }
    #campaign-top ul li:first-child span:first-of-type {
        font-size: 1.6rem;
    }
     #campaign-top ul + img {
        top: 350px;
     }
    #campaign-period {
        padding-top: 0;
    }
    #campaign-period h2 + p {
        font-size: 2.6rem;
    }
    #campaign-nav {
        display: none;
    }
    #campaign-about h3,
    #campaign-features h3,
    #campaign-reason h3,
    #campaign-detail h2 {
        font-size: 3.0rem;
    }
    #campaign-about h3 + p {
        width: 96%;
        margin: 0 2%;
    }
    #campaign-features h3 {
        margin-bottom: 30px;
        line-height: 4.0rem;
    }
    #campaign-features h3 span:nth-of-type(2):after {
        content: '\A';
        white-space: pre;
    }
    #campaign-features h3 span:last-of-type {
        font-size: 3.6rem;
    }
    #campaign-features img {
        max-width: 80%;
    }
    #campaign-features h4 {
        font-size: 2.4rem;
    }
    #campaign-features img + ul li,
    #campaign-features img + ul li:nth-child(4) {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
    #campaign-reason ul li h4 {
        font-size: 2.6rem;
    }
    #campaign-detail ul li:nth-child(3) p:last-child {
        padding-left: 1.0em;
        text-indent: -1.0em;
    }
    #campaign-detail ul li:nth-child(3) p:last-child span:before {
        content: '\A';
        white-space: pre;
    }
    #campaign-contact > p span:after {
        content: '\A';
        white-space: pre;
    }
}
@media screen and (max-width: 500px) {
    #campaign-top {
        min-height: 660px;
    }
    #campaign-top p:first-of-type {
        width: 96%;
        margin: 0 2% 20px;
    }
    #campaign-top p:first-of-type::before,
    #campaign-top p:first-of-type::after {
        content: none;
    }
    #campaign-top h1 {
        width: 96%;
        margin: 0 2%;
        font-size: 3.6rem;
        line-height: 5.5rem;
    }
    #campaign-top ul + img {
        top: 330px;
        padding-left: 30px;
    }
    #campaign-period h2 {
        width: 96%;
        height: auto;
        margin: 0 auto 10px;
        padding: 10px;
        border-radius: 5px;
        background: #ffea00;
        font-size: 1.8rem;
        line-height: 1.0;
    }
    #campaign-period h2 + p {
        font-size: 2.2rem;
    }
    #campaign-about h3,
    #campaign-features h3,
    #campaign-reason h3,
    #campaign-detail h2 {
        font-size: 2.6rem;
    }
    #campaign-about h3 + p {
        font-size: 1.8rem;
        line-height: 3.0rem;
    }
    #campaign-about h3 + p br {
        display: none;
    }
    #campaign-features h3  {
        width: 96%;
        margin: 0 2% 30px;
        padding-top: 60px;
    }
    #campaign-features h3 span:last-of-type {
        font-size: 2.6rem;
    }
    #campaign-features h3 span:nth-of-type(2):after {
        content: none;
    }
    #campaign-features h4 {
        height: 42px;
        font-size: 1.6rem;
        line-height: 4.2rem;
    }
    #campaign-features img {
        margin: 0 auto 30px;
    }
    #campaign-features img + ul {
        margin: 0 2% 30px;
    }
    #campaign-features img + ul li,
    #campaign-features img + ul li:nth-child(4) {
        margin-bottom: 15px;
        font-size: 1.7rem;
    }
    #campaign-features img + ul li:before {
        width: auto;
        height: auto;
        background: none;
        content: '・';
        vertical-align: bottom;
    }
    #campaign-features ul + ul {
        width: 280px;
    }
    #campaign-features ul + ul li:first-child {
        margin-bottom: 10px;
    }
    #campaign-features ul + ul li a {
        width: 280px;
        height: 60px;
        border-radius: 30px;
        background: #ffea00;
        font-size: 2.0rem;
        line-height: 6.0rem;
    }
    #campaign-features ul + ul li a:hover {
        background: #ffc400;
        line-height: 6.0rem;
    }
    #campaign-reason h3 {
        width: 96%;
        margin: 0 2% 30px;
        line-height: 4.0rem;
    }
    #campaign-reason ul {
        width: 96%;
        margin: 0 2%;
    }
    #campaign-detail {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    #campaign-detail ul li {
        margin-bottom: 30px;
    }
    #campaign-reason ul li h4 {
        font-size: 2.2rem;
    }
    #campaign-reason ul li p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    #campaign-detail ul li p:first-child {
        font-size: 2.0rem;
        text-indent: 5px;
    }
    #campaign-detail ul li p:last-child {
        font-size: 1.6rem;
    }
    #campaign-contact {
        padding-bottom: 80px;
    }
    #campaign-contact > p {
        width: 96%;
        margin: 0 2% 20px;
        font-size: 1.6rem;
    }
    #campaign-contact #layer #desc a {
        width: 280px;
        height: 60px;
        border-radius: 30px;
        background: #004ad1;
        font-size: 2.0rem;
        line-height: 6.0rem;
    }
    #campaign-contact #layer #desc a:hover {
        background: #0a73e2;
        line-height: 6.0rem;
    }
    #campaign-contact #layer #desc p {
        font-size: 1.8rem;
    }
    #campaign-contact #layer #desc #tel {
        font-size: 3.0rem;
    }
}
@media screen and (max-width: 360px) {
    #campaign-top p:first-of-type {
        font-size: 1.6rem;
    }
    #campaign-top h1 {
        font-size: 2.8rem;
        line-height: 5.0rem;
    }
    #campaign-top ul li {
        font-size: 7.0rem;
        line-height: 7.0rem;
    }
    #campaign-top ul li:first-child span:first-of-type {
        font-size: 1.4rem;
    }
    #campaign-period h2 + p {
        font-size: 1.8rem;
        font-weight: bold;
    }
    #campaign-about h3,
    #campaign-features h3,
    #campaign-reason h3,
    #campaign-detail h2 {
        font-size: 2.3rem;
    }
    #campaign-about h3 + p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    #campaign-detail ul li:last-child p:last-child br:first-of-type {
        display: none;
    }
    #campaign-contact #layer #title p {
        font-size: 2.4rem;
    }
    #campaign-contact #layer #desc p {
        font-size: 1.6rem;
    }
    #campaign-contact #layer #desc #tel {
        font-size: 2.8rem;
    }
}