body {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #2d2825;
}
ul {
    padding-left: 1.2em;
}
.marker {
    background: linear-gradient(transparent 30%, #fcee21 30%);
}
.text-red {
    color: #da2e27;
}
.text-bold {
    font-weight: 600;
}
.text-center {
    text-align: center;
}
.text-big_day {
    font-size: 1.5rem;
    letter-spacing: 3px;
}
.small_font {
    font-size: 1rem;
}
.frame-border {
    border: solid 2px #ee7500;
    background: #fff;
    padding: 30px 20px;
}
.h-bg {
    width: 90%;
    text-align: center;
    background: #ee7500;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.5em;
    border-radius: 2em;
    margin: 0 auto 1.5em;
}
#ec {
    background: #fff8ea;
    padding: 3rem 0;
}
#ec img {
    width: 100%;
    margin: 20px auto;
}
#ec h3 {
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    margin: 1.8em 0 1em;
}
.address_area {
    background: #faeeed;
    border-radius: 12px;
    padding: 25px 20px;
    margin: 10px;
}

@media (min-width: 768px) {
    .frame-border {
        padding: 35px 25px;
    }
    .h-bg {
        font-size: 1.5rem;
        width: 70%;
    }
    .address_area {
        padding: 45px 40px;
    }
}

@media (min-width: 992px) {
    .frame-border {
        border-width: 3px;
        padding: 35px 40px 40px;
    }
    .h-bg {
        font-size: 2.265rem;
        width: 736px;
    }
    #ec img {
        width: 820px;
    }
    #ec {
        text-align: center;
    }
    #about_item img {
        width: 100%;
    }
    #about_item img + p {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .frame-border {
        padding: 45px 60px 60px;
    }
}
.frame-border {
    border: solid 2px #ee7500;
    background: #fff;
    padding: 30px 20px;
}
.h-bg {
    width: 90%;
    text-align: center;
    background: #ee7500;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.5em;
    border-radius: 2em;
    margin: 0 auto 1.5em;
}

@media (min-width: 768px) {
    .frame-border {
        padding: 35px 25px;
    }
    .h-bg {
        font-size: 1.5rem;
        width: 70%;
    }
}

@media (min-width: 992px) {
    .frame-border {
        border-width: 3px;
        padding: 35px 40px 40px;
    }
    .h-bg {
        font-size: 2.265rem;
        width: 736px;
    }
}

@media (min-width: 1200px) {
    .frame-border {
        padding: 45px 60px 60px;
    }
}

/*ヘッダー*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}
header .navbar,
header .navbar > .container {
    padding: 0;
}
header .headerBar {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 300;
    padding: 0.5rem 0.75rem;
    width: 100%;
}
header .headerBar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
header .navbar-brand img {
    height: 24px;
}
.navbar-toggler {
    border: 0;
    border-radius: 0;
}
.navbar-toggler,
.navbar-toggler span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.navbar-toggler {
    position: relative;
    width: 30px;
    height: 28px;
}
.navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
}
.navbar-toggler span:nth-of-type(1) {
    top: 4px;
}
.navbar-toggler span:nth-of-type(2) {
    bottom: 13px;
}
.navbar-toggler span:nth-of-type(3) {
    bottom: 4px;
}
.nav-open header .navbar-toggler span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.nav-open header .navbar-toggler span:nth-of-type(2) {
    opacity: 0;
}
.nav-open header .navbar-toggler span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -moz-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -o-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.navbar #Nav {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fcf1d5;
    transition: right 0.6s;
    z-index: 200;
    overflow-y: auto;
}
.navbar #Nav .nav-link {
    color: #2d2825;
    border-bottom: solid 1px #cbcbcb;
    padding: 0.8em 2em;
    font-size: 1.125rem;
}
.navbar #Nav .nav-link:hover {
    color:;
}
.nav-open #Nav {
    right: 0;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .navbar #Nav {
        width: 320px;
        right: -320px;
    }
    .nav-open #Nav {
        right: 0;
    }
}

@media (min-width: 992px) {
    header .navbar {
        position: static;
        padding: 10px 0;
    }
    header .headerBar {
        width: auto;
        padding-top: 0;
        padding-right: 0;
    }
    header .navbar-brand img {
        height: 28px;
    }
    .navbar #Nav {
        position: static;
        width: auto;
        height: auto;
        background: transparent;
    }
    .navbar #Nav .navbar-nav {
        width: auto;
    }
    .navbar #Nav .nav-item {
        width: auto;
    }
    .navbar #Nav .nav-link {
        border-bottom: 0;
        font-size: 1rem;
        padding: 1em 0.6em;
    }
    .navbar #Nav .nav-link:hover {
        color: #ee7500;
    }
}

@media (min-width: 1200px) {
    header .navbar-brand img {
        height: 30px;
    }
    .navbar #Nav .nav-link {
        padding: 1em 0.8em;
    }
}

/*メインイメージ*/
#mainImage {
    position: relative;
    background: #fff7a9;
}

#mainImage::before {
    display: block;
    content: '';
    width: 100%;
    height: 43%;
    background-color: #fff000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#mainImage h1 {
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

#mainImage h1 img {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

#mainImage .period {
    background: #ee7500;
    padding: 0.75em 0;
}
#mainImage .period dl {
    text-align: center;
    margin: 0;
}
#mainImage .period dl dt {
    background: #fff;
    color: #ee7500;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5em;
}
#mainImage .period dl dd {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    margin: 0;
}

@media (min-width: 768px) {
    #mainImage .period dl {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #mainImage .period dl dt {
        margin: 0 1em 0 0;
        padding: 0.2em 1em;
    }
}

@media (min-width: 992px) {
    #mainImage .period dl dt {
        font-size: 1.5rem;
    }

    #mainImage .period dl dd {
        font-size: 1.75rem;
    }

    #mainImage h1 {
        text-align: center;
    }

    #mainImage h1 img {
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
    }
}

/*キャンペーンについて*/
#about {
    background: #fae5ee;
    padding: 3rem 0;
}
#about .frame-border {
    border-radius: 12px;
}
#about_desc h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    color: #ee7500;
    margin-bottom: 0;
}
#about_desc h2 span {
    display: inline-block;
    width: 100%;
    background-image: url(images/i_yuge-l.svg), url(images/i_yuge-r.svg);
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: contain;
}
#about_desc p {
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
    background-image: url(images/bgi_nabe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 1em 0;
    margin-bottom: 1.5rem;
}
#about_present {
    margin-bottom: 2rem;
}
#about_present .imageArea img {
    width: 100%;
}
#about_present .textArea {
    margin-top: 1.25rem;
}
#about_present .textArea h4 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
#about_present .textArea p {
    margin-bottom: 1em;
}
#about_present .textArea dl {
    font-size: 0.875rem;
    margin-bottom: 0;
}
#about_present .textArea dl dt {
    text-indent: -0.5em;
    margin-bottom: 0.2em;
}
#about_present .textArea dl dd {
    margin-bottom: 0;
}
#about_present .textArea dl + p {
    font-size: 0.875rem;
    margin: 1.2em 0 0;
}
#about_item {
    text-align: center;
}
#about_item img {
    width: 70%;
}
#about_item img + p {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    #about {
        padding-bottom: 4rem;
    }
    #about_desc h2 {
        margin-bottom: 0.5em;
        font-size: 1.75rem;
    }
    #about_desc h2 span {
        width: auto;
        padding: 1em 3em;
    }
    #about_desc p {
        font-size: 1.25rem;
        padding: 2em 0;
        line-height: 2;
    }
    #about_present .textArea {
        margin-top: 0;
    }
    #about_item .row {
        width: 90%;
        margin: auto;
    }
    #about_item img + p {
        margin-bottom: 0;
    }
    #about_item img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #about {
        padding: 80px 0 120px;
    }
    #about .frame-border {
        border-radius: 20px;
    }
    #about_desc {
        margin-bottom: 60px;
    }
    #about_desc h2 {
        font-size: 2.5rem;
    }
    #about_desc h2 span {
        padding: 0.8em 2em;
    }
    #about_desc p {
        font-size: 1.75rem;
    }
    #about_present {
        margin-bottom: 70px;
    }
    #about_present .textArea h4 {
        font-size: 2rem;
    }
    #about_present .textArea p {
        font-size: 1.5rem;
    }
    #about_present .textArea dl {
        font-size: 1.25rem;
    }
    #about_present .textArea dl + p {
        font-size: 1.25rem;
    }
    #about_item img + p {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    #about_desc h2 {
        font-size: 3rem;
    }
    #about_desc h2 span {
        padding: 0.7em 2.5em;
    }
    #about_desc p {
        font-size: 2rem;
        padding: 2em 0;
        line-height: 2;
    }
    #about_present .textArea {
        padding-left: 2rem;
    }
}

/*応募方法*/
#howto {
    background-image: url(images/bgi_stripe.jpg);
    background-size: 40px;
    padding: 3rem 0;
}
#howto_desc {
    text-align: center;
    margin-bottom: 2rem;
}
#howto_desc .lineIcon img {
    width: 76px;
}
#howto_desc .lineIcon p {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0.5em 0 1em;
}
#howto_desc .gainfriends {
    border: solid 2px #00b700;
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
}
#howto_desc .gainfriends p {
    font-weight: 600;
    font-size: 1.125rem;
    color: #00b700;
    margin-bottom: 0.5em;
}
#howto_desc .gainfriends a {
    display: inline-block;
    text-decoration: none;
    background: #fcee21;
    color: #53301a;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.2em 2em 0.2em 2.1em;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
}
#howto_desc .gainfriends + p {
    font-size: 0.875rem;
    margin-top: 1em;
}
#howto_steps dl {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    position: relative;
}
#howto_steps dl:last-child {
    margin-bottom: 0;
}
#howto_steps dl:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #ee7500 transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -38px;
    margin: auto;
}
#howto_steps dl dt {
    text-align: center;
    background: #ee7500;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    padding: 10px 0 6px 0.1em;
    border-bottom: solid 1px #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#howto_steps dl dd {
    border-top: solid 3px #ee7500;
    padding: 20px;
    margin: 0;
}
#howto_steps dl dd .imageArea {
    text-align: center;
    margin-bottom: 1rem;
}
#howto_steps dl dd .imageArea img {
    width: 80%;
}
#howto_steps dl dd .textArea .notes {
    font-size: 0.875rem;
    background: #e6e6e6;
    padding: 1em;
    border-radius: 5px;
}
#howto_steps dl dd .textArea .notes p:first-child {
    font-weight: 600;
    margin-bottom: 0.5em;
}
#howto_steps dl dd .textArea .notes ul {
    margin: 0;
}
#howto_steps dl dd .textArea .notes ul li {
    line-height: 1.2;
    margin-bottom: 0.3em;
}
#howto_steps dl dd .textArea .notes img.step2_ng {
    width: 100%;
    margin-top: 5px;
}

#howto_button {
    background: #fff;
    border: 2px solid #ee7500;
    border-radius: 0.5em;
    padding: 0.7em;
    margin: 0 auto 1.5em;
    text-align: center;
}
#howto_button a {
    text-decoration: none;
    color: #fff;
    color: #ee7500;
    line-height: 1.25;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    position: relative;
    display: block;
}
#howto_button a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ee7500;
    border-right: 2px solid #ee7500;
    transition: 0.3s;
    top: 50%;
    left: 90%;
    transform: translateY(-50%) rotate(134deg);
}
.howto_button_container {
    margin-bottom: 4rem;
}

@media (max-width: 374px) {
    #howto_button a:before {
        display: none;
    }
}
@media (min-width: 768px) {
    #howto {
        padding: 4rem 0;
    }
    #howto_desc {
        margin-bottom: 2.5rem;
    }
    #howto_desc .lineIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    #howto_desc .lineIcon img {
        width: 48px;
    }
    #howto_desc .lineIcon p {
        margin: 0 0 0 0.8em;
    }
    #howto_desc .gainfriends {
        padding: 1.2rem 2.5rem 1.5rem;
        display: inline-block;
    }
    #howto_desc .gainfriends p {
        margin-bottom: 0.8em;
    }
    #howto_steps dl {
        margin-bottom: 60px;
    }
    #howto_steps dl:not(:last-child)::after {
        bottom: -42px;
    }
    #howto_steps dl dt {
        font-size: 1.5rem;
        padding-top: 12px;
    }
    #howto_steps dl dd {
        border-top-width: 5px;
        padding: 20px 25px 25px;
    }
    #howto_steps dl dd .imageArea {
        margin-bottom: 0;
    }
    #howto_steps dl dd .imageArea img {
        width: 100%;
    }
    #howto_steps dl dd .textArea {
        padding-top: 0.5em;
    }
    .howto_button_container {
        width: 70%;
    }
}

@media (min-width: 992px) {
    #howto {
        padding: 100px 0 120px;
        background-size: 80px;
    }
    #howto_desc {
        margin-bottom: 60px;
    }
    #howto_desc .lineIcon {
        margin-bottom: 40px;
    }
    #howto_desc .lineIcon img {
        width: 76px;
    }
    #howto_desc .lineIcon p {
        font-size: 2.5rem;
    }
    #howto_desc .gainfriends {
        padding: 20px;
        display: flex;
        align-items: center;
        width: 760px;
        margin: auto;
    }
    #howto_desc .gainfriends img {
        width: 136px;
    }
    #howto_desc .gainfriends p {
        font-size: 1.75rem;
        text-align: left;
        margin: 0 0 0 0.5em;
        text-indent: -0.5em;
    }
    #howto_desc .gainfriends + p {
        font-size: 1rem;
    }
    #howto_steps dl {
        margin-bottom: 100px;
        border-radius: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    #howto_steps dl:not(:last-child)::after {
        border-width: 36px 84px 0 84px;
        bottom: -72px;
    }
    #howto_steps dl dt {
        font-size: 2.25rem;
        padding: 20px 0 10px;
        border-bottom-width: 2px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    #howto_steps dl dd {
        border-top-width: 6px;
        padding: 30px 40px 40px;
    }
    #howto_steps dl dd .imageArea {
        margin-bottom: 0;
    }
    #howto_steps dl dd .imageArea img {
        width: 100%;
    }
    #howto_steps dl dd .textArea {
        padding-top: 1em;
    }
    #howto_steps dl dd .textArea > p {
        font-size: 1.25rem;
        margin-bottom: 1.5em;
    }
    #howto_steps dl dd .textArea .notes {
        font-size: 1rem;
        padding: 1.2em;
    }
    #howto_steps dl dd .textArea .notes img.step2_ng {
        width: 363px;
    }
    .howto_button_container {
        display: flex;
        width: 100%;
    }
    #howto_button {
        width: 48%;
    }
    #howto_button a {
        font-size: 1.8rem;
        right: 7%;
    }
    #howto_button a:before {
        width: 20px;
        height: 20px;
        top: 40%;
        left: 100%;
    }
    .text-big_day {
        font-size: 2.265rem;
    }
}

/*レシート撮影について*/
#photo {
    background: url(images/bgi_stripe.jpg);
    background-size: 40px;
    padding: 3rem 0;
}
#photo .frame-border h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1em;
}
#photo .frame-border h3 span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 1.2em;
    padding: 0.2em 2em;
}
#photo_receipt_ok h3 span {
    background-image: url(images/i_good.svg), url(images/i_good.svg);
}
#photo_receipt_ng h3 span {
    background-image: url(images/i_bad.svg), url(images/i_bad.svg);
}
#photo_receipt_ok {
    margin-bottom: 1rem;
}
#photo_receipt_ok .desc {
    margin-bottom: 2rem;
}
#photo_receipt_ok .desc .imageArea {
    text-align: center;
    margin-bottom: 1rem;
}
#photo_receipt_ok .desc .imageArea img {
    width: 70%;
}
#photo_receipt_ok .desc .textArea ul {
    margin: 0;
}
#photo_receipt_ok .desc .textArea ul li {
    margin-bottom: 0.5em;
}
#photo_receipt_ok .cases > div:not(:last-child) {
    margin-bottom: 2rem;
}
#photo_receipt_ok .cases h4 {
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 0.5em;
}
#photo_receipt_ok .cases img {
    width: 100%;
}
#photo_receipt_ok .cases p {
    font-size: 0.875rem;
    margin: 0.8em 0 0;
}
#photo_receipt_ng .desc p {
    font-weight: 600;
    text-align: center;
}
#photo_receipt_ng .desc .border {
    padding: 1.5rem 1rem 1rem;
    margin-bottom: 1.5rem;
}
#photo_receipt_ng .desc .border ul {
    margin: 0;
}
#photo_receipt_ng .desc .border ul li {
    margin-bottom: 0.5rem;
}
#photo_receipt_ng .example {
    text-align: center;
}
#photo_receipt_ng .example img {
    width: 100%;
}
#photo_receipt_ng .example p {
    font-size: 0.75rem;
    line-height: 1.2;
    margin: 0.5em 0 1.5em;
}

@media (min-width: 768px) {
    #photo {
        padding: 4rem 0;
    }
    #photo .frame-border h3 {
        font-size: 1.4rem;
        margin-bottom: 1.2em;
    }
    #photo .frame-border h3 span {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left, right;
        background-size: contain;
        padding: 0.4em 3.5em;
    }
    #photo_receipt_ok .desc {
        margin-bottom: 2.5rem;
        align-items: center;
    }
    #photo_receipt_ok .desc .imageArea {
        margin-bottom: 0;
    }
    #photo_receipt_ok .desc .imageArea img {
        width: 100%;
    }
    #photo_receipt_ok .desc .textArea ul li:last-child {
        margin-bottom: 0;
    }
    #photo_receipt_ok .cases > div:not(:last-child) {
        margin-bottom: 0;
    }
    #photo_receipt_ok .cases h4 {
        min-height: 2.4em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #photo_receipt_ng .desc p {
        font-size: 1.125rem;
    }
    #photo_receipt_ng .desc .border {
        padding: 2rem 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    #photo {
        padding: 100px 0 120px;
    }
    #photo .frame-border h3 {
        font-size: 2.25rem;
    }
    #photo_receipt_ok {
        margin-bottom: 50px;
    }
    #photo_receipt_ok .desc {
        margin-bottom: 60px;
    }
    #photo_receipt_ok .desc .textArea {
        font-size: 1.125rem;
    }
    #photo_receipt_ok .cases h4 {
        font-size: 1.5rem;
        margin-bottom: 0.7em;
    }
    #photo_receipt_ok .cases p {
        font-size: 1rem;
    }
    #photo_receipt_ng.frame-border h3 {
        margin-bottom: 0.8em;
    }
    #photo_receipt_ng .desc p {
        font-weight: 400;
        font-size: 1.5rem;
    }
    #photo_receipt_ng .desc .border {
        font-size: 1.125rem;
        margin-bottom: 40px;
    }
    #photo_receipt_ng .example p {
        font-size: 1rem;
    }
    .text-big {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    #photo_receipt_ng .desc .border {
        width: 880px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*ページ下部*/
#notesArea {
    background-image: url(images/bgi_grid.jpg);
    background-position: top;
    padding-bottom: 3rem;
}
#notesArea .h-bg {
    background: #1a1a1a;
}
#notesArea section {
    padding-top: 3rem;
}
#notesArea .whiteBox {
    background: #fff;
    padding: 30px 20px;
}
#notesArea .whiteBox h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1em;
}
#notesArea .whiteBox h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1em;
}
.notes_section {
    margin-top: 1.75rem;
}

@media (min-width: 768px) {
    #notesArea {
        padding-bottom: 4rem;
    }
    #notesArea section {
        padding-top: 4rem;
    }
    #notesArea .whiteBox {
        padding: 35px 25px;
    }
    #notesArea .whiteBox h3 {
        font-size: 1.25rem;
    }
    #notesArea .whiteBox h4 {
        font-size: 1.125rem;
    }
    .notes_section {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    #notesArea {
        padding-bottom: 120px;
    }
    #notesArea section {
        padding-top: 100px;
    }
    #notesArea .whiteBox {
        padding: 45px 40px;
    }
    #notesArea .whiteBox h3 {
        font-size: 1.75rem;
    }
    #notesArea .whiteBox h4 {
        font-size: 1.25rem;
    }
    .notes_section {
        margin-top: 50px;
    }
}

/*よくあるご質問*/
#faq dl {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
}
#faq dl dt {
    font-weight: 400;
    font-size: 1.125rem;
    padding: 1em 1.5em 1em 2em;
    line-height: 1.2;
    position: relative;
}
#faq dl dt::before,
#faq dl dt::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #2d2825;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s;
}
#faq dl dt::after {
    transform: rotate(-90deg);
}
#faq dl dt.open::after {
    transform: rotate(0deg);
}
#faq dl dt span {
    position: absolute;
    top: 0.8em;
    left: 0;
    font-weight: 600;
    font-size: 1.125rem;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6;
    text-align: center;
    background: #ee7500;
    color: #fff;
    border-radius: 50%;
}
#faq dl dd {
    font-size: 0.875rem;
    padding: 1.5em 0 1.5em 2.5em;
    border-top: solid 1px #ccc;
    position: relative;
}
#faq dl dd span {
    position: absolute;
    top: 1em;
    left: 0;
    font-weight: 600;
    font-size: 1.125rem;
    width: 1.6em;
    height: 1.6em;
    line-height: calc(1.6em - 2px);
    text-align: center;
    color: #ee7500;
    border: solid 1px #ee7500;
    border-radius: 50%;
}

@media (min-width: 992px) {
    #faq dl {
        border-radius: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        padding: 0 25px;
        margin-bottom: 30px;
    }
    #faq dl dt {
        font-size: 1.75rem;
        padding: 1.2em 1.7em 1.2em 2em;
    }
    #faq dl dt::before,
    #faq dl dt::after {
        width: 30px;
        height: 3px;
        right: 5px;
    }
    #faq dl dt:hover {
        cursor: pointer;
    }
    #faq dl dt span {
        top: 1em;
        font-size: 1.75rem;
    }
    #faq dl dd {
        font-size: 1rem;
        padding: 2em 0 2em 3.5em;
        border-top: solid 1px #ccc;
        position: relative;
    }
    #faq dl dd span {
        font-size: 1.75rem;
        line-height: calc(1.6em - 4px);
        border-width: 2px;
        top: 0.75em;
    }
}

/*注意事項*/
#notes ol {
    padding-left: 1.5em;
}
#notes ol li {
    font-size: 0.875rem;
    margin-bottom: 0.75em;
}
#notes_campaign {
    margin-bottom: 2.5rem;
}
#notes_campaign .border {
    text-align: center;
    padding: 1.5rem 1rem 0.8rem;
}
#notes_campaign .border dl {
    margin-bottom: 1rem;
}
#notes_campaign .border dl dt {
    margin-bottom: 0.5em;
}
#notes_campaign .border dl dd {
    font-size: 0.875rem;
}
#notes_notes {
    margin-bottom: 2.5rem;
}
#notes_notes ol li p,
#notes_notes ol li dl {
    margin-bottom: 0.5em;
}
#notes_terms p {
    font-size: 0.875rem;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    #notes_campaign .border {
        width: 400px;
        margin: auto;
    }
    #notes_notes ol li dl dt {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    #notes ol li {
        font-size: 1rem;
    }
    #notes_campaign {
        margin-bottom: 70px;
    }
    #notes_campaign .border {
        width: 540px;
        padding-top: 2rem;
    }
    #notes_campaign .border dl {
        margin-bottom: 1.5rem;
    }
    #notes_campaign .border dl dt {
        font-size: 1.25rem;
    }
    #notes_campaign .border dl dd {
        font-size: 1.125rem;
    }
    #notes_notes {
        margin-bottom: 70px;
    }
    #notes_notes ol li dl dt {
        font-size: 1.125rem;
    }
    #notes_terms p {
        font-size: 1rem;
    }
    #notes_terms ol + p {
        margin-top: 1.5em;
    }
}

/*プライバシーポリシー*/
#pp {
    margin-top: 1rem;
}
#pp h3 span {
    font-size: 0.75em;
}
#pp .scroll {
    height: 300px;
    overflow-x: scroll;
    padding: 1rem;
}
#pp .scroll h4 {
    text-align: left;
    margin-top: 2em;
}
#pp .scroll h5 {
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
#pp .scroll p {
    font-size: 0.875rem;
    margin-bottom: 1em;
}
#pp .scroll ul {
    font-size: 0.875rem;
    margin-bottom: 1em;
}
#pp .scroll ul li {
    margin-bottom: 0.5em;
}
#pp .scroll dl {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    #pp {
        margin-top: 1.5rem;
    }
    #pp .scroll {
        padding: 1.5rem 1.2rem;
    }
    #pp .scroll h5 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    #pp {
        margin-top: 30px;
    }
    #pp .scroll {
        padding: 30px 35px;
    }
    #pp .scroll h5 {
        font-size: 1.125rem;
    }
    #pp .scroll p,
    #pp .scroll ul,
    #pp .scroll dl {
        font-size: 1rem;
    }
}

/*お問い合わせ*/
#contact {
    text-align: center;
}
#contact p {
    font-size: 0.875rem;
    margin-bottom: 1em;
}
#contact_campaign h3 + p {
    font-size: 1.125rem;
}
#contact_campaign h3 + p a {
    text-decoration: none;
    color: #2d2825;
}
#contact_present {
    margin-top: 2.5rem;
}

@media (min-width: 992px) {
    #contact p {
        font-size: 1rem;
    }
    #contact_campaign h3 + p {
        font-size: 1.5rem;
    }
    #contact_present {
        margin-top: 70px;
    }
}

/*フッター*/
footer {
    text-align: center;
}
footer .share {
    background: #333;
    color: #fff;
    padding: 30px 0 35px;
}
footer .share p {
    font-size: 1.25rem;
    margin-bottom: 1em;
}
footer .share ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .share ul li {
    display: inline-block;
    width: 50px;
    margin: 0 8px;
}
footer .share ul li img {
    width: 100%;
}
footer .share ul li a:hover {
    opacity: 0.7;
}
footer .copyright {
    color: #666;
    font-size: 0.875rem;
    padding: 2.2em 1em 2.5em;
}

@media (min-width: 992px) {
    footer .share {
        padding: 35px 0 42px;
    }
    footer .share p {
        font-size: 2.25rem;
        margin-bottom: 15px;
    }
    footer .share ul li {
        width: 68px;
        margin: 0 15px;
    }
    footer .copyright {
        font-size: 1.125rem;
    }
}

/*bootstrap調整*/
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}
