@charset "UTF-8";

body {
    margin: 0;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-color: #B16513;
}

@media only screen and (min-width: 768px) {
    body {
        background-image: url("../img/body-bg.png");
        background-repeat: no-repeat;
        background-position: top -30px center;
        background-size: 100%;
    }
}

.img-fluid {
    width: 100%;
    max-width: 100%;
}

.container {
    max-width: 1350px;
    padding: 0 15px;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 600px;
    }
}

@media only screen and (min-width: 1248px) {
    .container {
        max-width: 925px;
    }
}

@media only screen and (min-width: 1540px) {
    .container {
        max-width: 1350px;
    }
}

.section {
    margin-bottom: 35px;
}

.section .section-inner {
    border-bottom: 3px solid #ffffff;
    padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .section .section-inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 47px;
    }
}

.section .inner-contents {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

a {
    opacity: 1;
    transition: .5s;
}

a:hover {
    opacity: 0.7;
    transition: .5s;
}

p {
    margin: 0;
}

.heading-primary {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

@media only screen and (max-width: 575px) {
    .heading-primary img {
        max-width: 270px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .heading-primary {
        margin-bottom: 59px;
    }
}

.heading-primary .heading-desc {
    font-size: 13px;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .heading-primary .heading-desc {
        font-size: 15px;
    }
}

.hero-ie {
    display: none;
}

.hero img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .hero {
        padding: 79px 130px 0 60px;
    }
}

@media only screen and (min-width: 1248px) {
    .hero {
        padding: 98px 130px 0 60px;
    }
}

@media only screen and (min-width: 1540px) {
    .hero {
        padding: 90px 130px 0 60px;
    }
}

.hero .hero-inner {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

@media only screen and (min-width: 1540px) {
    .hero .hero-inner {
        max-width: 1880px;
    }
}

@media only screen and (min-width: 1920px) {
    .hero .hero-inner {
        max-width: 6000px;
    }
}

.hero .hero-inner .hero-fixed {
    position: fixed;
    bottom: 10px;
    right: calc((100% - 100vw) / 2);
    z-index: 1;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .hero .hero-inner .hero-fixed {
        bottom: 65px;
    }
}

.hero .hero-inner .hero-fixed img {
    max-width: 120px;
    width: 100%;
    height: 140px;
}

@media only screen and (min-width: 768px) {
    .hero .hero-inner .hero-fixed img {
        max-width: 190px;
        height: 180px;
    }
}

@media only screen and (min-width: 1248px) {
    .hero .hero-inner .hero-fixed img {
        max-width: 260px;
        height: 250px;
    }
}

@media only screen and (min-width: 1540px) {
    .hero .hero-inner .hero-fixed img {
        max-width: 316px;
        height: 309px;
    }
}

.hero .hero-images {
    position: relative;
    text-align: center;
    display: none;
}

.hero .hero-images .hero-img {
    position: absolute;
    width: auto;
}

.hero .hero-images .hero-1 {
    max-width: 285px;
    top: 90px;
    left: 300px;
}

.hero .hero-images .hero-2 {
    max-width: 475px;
    top: 435px;
    left: 62px;
}

.hero .hero-images .hero-3 {
    max-width: 725px;
    top: 155px;
    left: 35%;
}

.hero .hero-images .hero-4 {
    max-width: 475px;
    top: 227px;
    left: 1307px;
}

.hero .hero-images .hero-5 {
    max-width: 316px;
    top: 706px;
    left: 1355px;
}

.section-1 {
    margin-top: -200px;
}

@media only screen and (min-width: 480px) {
    .section-1 {
        margin-top: -260px;
    }
}

@media only screen and (min-width: 576px) {
    .section-1 {
        margin-top: -300px;
    }
}

@media only screen and (min-width: 768px) {
    .section-1 {
        margin-top: 0;
    }
}

.section-1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: solid 1px #ffffff;
    padding: 10px;
}

.section-1 ul li {
    list-style-type: none;
}

.section-1 ul li p {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 0;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .section-1 ul li p {
        padding-bottom: 0;
        font-size: 17px;
    }
}

.section-1 ul li p span {
    font-weight: 700;
}

.section-1 .top-text {
    font-size: 13px;
    line-height: 2;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-bottom: 42px;
}

@media only screen and (min-width: 768px) {
    .section-1 .top-text {
        font-size: 20px;
        margin-bottom: 72px;
    }
}

@media only screen and (min-width: 1540px) {
    .section-1 .top-text {
        font-size: 30px;
    }
}

.section-1 .heading-primary img {
    max-width: 200px;
}

@media only screen and (min-width: 992px) {
    .section-1 .heading-primary img {
        max-width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .section-1 .section-inner {
        padding-bottom: 0;
    }
}

.section-1 .description-tit {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .section-1 .description-tit {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1540px) {
    .section-1 .description-tit {
        font-size: 30px;
    }
}

.section-1 .description-tit .o-title1 {
    max-width: 79px;
    width: 100%;
    margin-right: 12px;
}

@media only screen and (min-width: 768px) {
    .section-1 .description-tit .o-title1 {
        margin-right: 16px;
        max-width: 139px;
    }
}

.section-1 .description-tit .o-title2 {
    max-width: 84px;
    width: 100%;
    margin-right: 12px;
}

@media only screen and (min-width: 768px) {
    .section-1 .description-tit .o-title2 {
        margin-right: 5px;
        max-width: 94px;
    }
}

.section-1 .contents {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents {
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-1 {
        flex-direction: column;
        margin-bottom: 67px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-1 {
        flex-direction: row;
        margin-top: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-1.third {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-1.third {
        flex-direction: row;
        margin-top: 59px;
        margin-bottom: 103px;
    }
}

.section-1 .contents.row-1 p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-1 .image {
        margin-right: 30px;
        margin-left: 0;
        max-width: 340px;
        width: 100%;
    }
}

@media only screen and (min-width: 1540px) {
    .section-1 .contents.row-1 .image {
        max-width: 410px;
    }
}

.section-1 .contents.row-1 .image.third {
    margin-top: 26px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-1 .image.third {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-1 .image.third {
        margin-right: 30px;
        margin-left: 0;
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (min-width: 1540px) {
    .section-1 .contents.row-1 .image.third {
        max-width: 400px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-1 .description {
        margin-left: auto;
        max-width: 560px;
        width: 100%;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-1 .description.third {
        margin-left: auto;
        max-width: 610px;
        width: 100%;
    }
}

.section-1 .contents.row-1 .description.third .description-tit {
    margin-bottom: 26px;
}

.section-1 .contents.row-1.top {
    margin-bottom: 37px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-1.top {
        margin-bottom: 67px;
    }
}

.section-1 .contents.row-2 {
    margin-bottom: 40px;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-2 {
        margin-top: 26px;
        flex-direction: column;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-2 {
        flex-direction: row;
    }
}

.section-1 .contents.row-2 .row2-desc {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-2 .row2-desc {
        margin-bottom: 15px;
    }
}

.section-1 .contents.row-2 .row2-desc:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-2 .row2-desc:last-child {
        margin-top: 21px;
    }
}

.section-1 .contents.row-2 .image {
    order: 1;
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-2 .image {
        order: 2;
        margin-left: 30px;
        max-width: 440px;
        width: 100%;
    }
}

.section-1 .contents.row-2 .description {
    order: 2;
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-2 .description {
        order: 1;
        max-width: 570px;
        width: 100%;
    }
}

.section-1 .contents.row-3 {
    flex-direction: column;
}

.section-1 .contents.row-3 p {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
    color: #ffffff;
    padding-top: 40px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 p {
        font-size: 15px;
        padding-top: 30px;
    }
}

.section-1 .contents.row-3 .row3-inner {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .section-1 .contents.row-3 .row3-inner {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 .row3-inner {
        flex-direction: row;
    }
}

.section-1 .contents.row-3 .row3-inner .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 .row3-inner .item {
        flex-direction: column;
        max-width: 234px;
        width: 100%;
        align-items: inherit;
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.section-1 .contents.row-3 .row3-inner .item img {
    max-width: 112px;
    width: 100%;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 .row3-inner .item img {
        max-width: 234px;
        width: 100%;
    }
}

.section-1 .contents.row-3 .row3-inner .item.reverse {
    flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 .row3-inner .item.reverse {
        flex-direction: column;
    }
}

.section-1 .contents.row-3 .row3-inner .item.reverse img {
    max-width: 123px;
    width: 100%;
    margin-right: 0;
    margin-left: 15px;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 .row3-inner .item.reverse img {
        max-width: 234px;
        width: 100%;
    }
}

.section-1 .contents.row-3 .row3-inner .item:last-child {
    margin-right: 0;
}

.section-1 .contents.row-3 .row3-inner .item--txt {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    line-height: 1.2;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .section-1 .contents.row-3 .row3-inner .item--txt {
        font-size: 12px;
        line-height: 1.6;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .contents.row-3 .row3-inner .item--txt {
        font-size: 15px;
    }
}

.section-1 .image {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1248px) {
    .section-1 .image {
        width: calc(45%);
        max-width: 444px;
        margin-bottom: 0;
    }
}

.section-1 .description {
    width: 100%;
}

@media only screen and (min-width: 1248px) {
    .section-1 .description.third {
        width: calc(65%);
        max-width: 597px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-1 .description {
        width: calc(64%);
        max-width: 597px;
    }
}

@media only screen and (min-width: 1540px) {
    .section-1 .description {
        width: calc(55%);
        max-width: 597px;
    }
}

.section-1 .description p {
    font-size: 13px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

@media only screen and (min-width: 576px) {
    .section-1 .description p {
        font-size: 15px;
        line-height: 2;
    }
}

.section-1 .description p:last-child {
    margin-bottom: 0;
}

.section-1 .button {
    margin-top: 65px;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
    .section-1 .sp-tit {
        display: none;
    }
}

.section-1 .pc-tit {
    display: none;
}

@media only screen and (min-width: 768px) {
    .section-1 .pc-tit {
        display: flex;
    }
}

.section-2 {
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .section-2 {
        margin-bottom: 77px;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .heading-primary img {
        max-width: 200px;
    }
}

.section-2 .sec-img {
    margin-top: 25px;
}

.section-2 .sec-img img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-2 .sec-img {
        margin-top: 71px;
    }
}

.section-2 .section-inner {
    padding-bottom: 55px;
}

@media only screen and (min-width: 768px) {
    .section-2 .section-inner {
        padding-bottom: 108px;
    }
}

.section-2__inner {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .section-2__inner {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .section-2__inner {
        flex-direction: row;
    }
}

.section-2__inner .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
    .section-2__inner .item {
        flex-direction: column;
        max-width: 326px;
        width: 100%;
        align-items: inherit;
        margin-bottom: 0;
        margin-right: 40px;
        margin-bottom: 0;
    }
}

.section-2__inner .item img {
    max-width: 104px;
    width: 100%;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) {
    .section-2__inner .item img {
        max-width: 326px;
        width: 100%;
    }
}

.section-2__inner .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.section-2 .circle-img {
    position: absolute;
    content: '';
    max-width: 56px !important;
    width: 100% !important;
    bottom: 8px;
    right: -22px;
    margin-right: 0 !important;
    display: block;
    z-index: 0;
}

@media only screen and (min-width: 768px) {
    .section-2 .circle-img {
        max-width: 50px !important;
        bottom: 14px;
        right: -33px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-2 .circle-img {
        bottom: 22px;
        right: -52px;
        max-width: 75px !important;
    }
}

.section-2__tit {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
}

.section-2__tit span {
    font-size: 15px;
}

@media only screen and (min-width: 992px) {
    .section-2__tit span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-2__tit span {
        font-size: 25px;
    }
}

.section-2__tit.top {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .section-2__tit.top {
        margin-top: 22px;
        margin-bottom: 38px;
    }
}

@media only screen and (min-width: 768px) {
    .section-2__tit {
        margin-top: 13px;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .section-2__tit {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-2__tit {
        font-size: 21px;
    }
}

.section-2__desc {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .section-2__desc {
        font-size: 15px;
        font-family: "fot-tsukuardgothic-std", sans-serif;
    }
}

.section-2 .item-img {
    width: 100%;
    margin-right: 15px;
    max-width: 104px;
}

@media only screen and (min-width: 768px) {
    .section-2 .item-img {
        margin-right: 0;
        max-width: 326px;
    }
}

.section-2 .button {
    margin-bottom: 0;
    margin-top: 80px;
}

@media only screen and (min-width: 768px) {
    .section-2 .button {
        margin-top: 100px;
    }
}

.section-2 .button .btn {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-2 .button .btn {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1540px) {
    .section-2 .button .btn {
        max-width: 1140px;
    }
}

.section-2 .button .gif {
    right: -30px;
}

@media only screen and (min-width: 768px) {
    .section-2 .button .gif {
        right: 4%;
    }
}

@media only screen and (min-width: 1540px) {
    .section-2 .button .gif {
        right: -150px;
    }
}

.section-3 {
    margin-bottom: 45px;
}

.section-3 .section-inner {
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .section-3 {
        margin-bottom: 77px;
    }
}

.section-3 .button {
    margin-top: 57px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
    .section-3 .button {
        margin-top: 190px;
        margin-bottom: 150px;
    }
}

.section-3 .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
}

@media only screen and (min-width: 768px) {
    .section-3 .btn-wrap {
        margin-bottom: 60px;
    }
}

.section-3 .btn-text {
    font-size: 30px;
    font-weight: 400;
}

.section-3 .btn-text.second {
    padding: 0 20px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .section-3 .btn-text.second {
        display: block;
    }
}

.section-3 .btn-text.box {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border: solid 3px #ffffff;
    width: 162px;
    display: block;
    text-decoration: none;
    padding: 15px 0;
    color: #ffffff;
    margin-right: 24px;
}

.section-3 .btn-text.box.next {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .section-3 .btn-text.box {
        font-size: 22px;
        padding: 30px 0;
        margin-right: 0;
        width: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .section-3 .btn-text.box {
        width: 400px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .btn-text.box {
        width: 481px;
    }
}

.section-3 .heading-tit {
    font-size: 15px;
    font-weight: 700px;
    color: #ffffff;
    padding-top: 17px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .section-3 .heading-tit {
        font-size: 30px;
        padding-top: 50px;
    }
}

.section-3 .heading-desc {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    margin-top: 21px;
}

@media only screen and (min-width: 768px) {
    .section-3 .heading-desc {
        font-size: 30px;
        text-align: center;
        margin-top: 30px;
    }
}

.section-3 .heading-small {
    font-size: 15px;
    text-align: left;
    padding-top: 15px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .section-3 .heading-small {
        text-align: center;
        display: block;
        padding-top: 25px;
        font-size: 22px;
    }
}

.section-3 .arrow-img img {
    width: 53px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .section-3 .arrow-img img {
        width: 74px;
    }
}

.section-3 .btm-txt {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    padding-bottom: 64px;
    text-align: left;
}

.section-3 .contents {
    flex-direction: row;
    display: flex;
}

.section-3 .contents.contents-top {
    margin-bottom: 30px;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .section-3 .contents.contents-top {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .contents.contents-top {
        margin-bottom: 156px;
    }
}

@media only screen and (max-width: 767px) {
    .section-3 .contents.contents-top {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.section-3 .contents.contents-top .item {
    width: 106px;
    margin-right: 14px;
}

@media only screen and (min-width: 768px) {
    .section-3 .contents.contents-top .item {
        max-width: 313px;
        width: 100%;
        margin-right: 40px;
    }
}

.section-3 .contents .insta-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.section-3 .contents .insta-flex .item img {
    max-height: 111px;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 576px) {
    .section-3 .contents .insta-flex .item img {
        max-height: 200px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .contents .insta-flex .item img {
        max-height: 333px;
    }
}

.section-3 .contents.instagram {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .section-3 .contents.instagram {
        padding-bottom: 0;
    }
}

.section-3 .contents.instagram .star-img {
    position: absolute;
    content: '';
    top: -135px;
    right: -100px;
    width: 217px;
    display: none;
}

@media only screen and (min-width: 1248px) {
    .section-3 .contents.instagram .star-img {
        display: block;
    }
}

.section-3 .contents.instagram .star-img.bottom {
    bottom: -80px;
    left: -130px;
    top: inherit;
}

.section-3 .contents.instagram .item {
    margin-bottom: 10px;
    width: calc(33.33% - 5px);
}

@media only screen and (min-width: 768px) {
    .section-3 .contents.instagram .item {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .section-3 .contents.instagram .item {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .contents.instagram .item {
        max-width: 333.33px;
    }
}

.section-3 .contents .item {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .section-3 .contents .item.dir {
        flex-direction: row-reverse;
    }
}

.section-3 .contents .item.dir .item-img {
    width: 111px;
    margin-right: 0;
    margin-left: 24px;
}

@media only screen and (min-width: 768px) {
    .section-3 .contents .item.dir .item-img {
        width: 313px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .contents .item {
        max-width: 315px;
        margin-bottom: 0;
    }
}

.section-3 .contents .item-title {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

@media only screen and (min-width: 768px) {
    .section-3 .contents .item-title {
        font-size: 30px;
        margin: 20px 0 10px 0;
        line-height: 1.8;
    }
}

.section-3 .contents .item-desc {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .section-3 .contents .item-desc {
        max-width: 219px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .section-3 .contents .item-desc {
        font-size: 15px;
        text-align: center;
    }
}

.section-3 .contents .item-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .section-3 .contents .item-flex {
        display: none;
    }
}

.section-3 .contents .item-flex span {
    font-size: 15px;
    color: #B16513;
    background-color: #ffffff;
    text-align: center;
    padding: 6px 10px 7px 10px;
    margin-right: 10px;
    border-radius: 30px;
    line-height: 1.3;
    max-width: 105px;
    width: 100%;
}

.section-3 .contents .item-flex span:last-child {
    margin-right: 0;
}

.section-3 .insta-title {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .section-3 .insta-title {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .insta-title {
        margin-left: -25px;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .insta-title img {
        max-width: 330px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3 .insta-title img {
        max-width: 860px;
        max-width: 70%;
    }
}

.section-3__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 46px;
}

.section-3__flex.rev {
    max-width: 752px;
    margin-top: 21px;
    margin-bottom: 21px;
}

@media only screen and (min-width: 768px) {
    .section-3__flex.rev {
        flex-direction: row-reverse;
        margin-bottom: 72px;
        margin-top: 0;
        max-width: 826px;
    }
}

.section-3__flex.rev .image {
    max-width: 103px;
    width: 100%;
    margin-right: 24px;
}

@media only screen and (min-width: 768px) {
    .section-3__flex.rev .image {
        max-width: 338px;
        margin-right: 0;
        margin-left: 24px;
    }
}

.section-3__flex.rev .image img {
    max-width: 103px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-3__flex.rev .image img {
        max-width: 338px;
    }
}

.section-3__flex.rev .desc {
    max-width: 463px;
    width: 100%;
}

.section-3__flex .image {
    max-width: 103px;
    width: 100%;
    margin-right: 24px;
}

@media only screen and (min-width: 768px) {
    .section-3__flex .image {
        max-width: 338px;
        margin-right: 38px;
    }
}

.section-3__flex .desc {
    max-width: 376px;
    width: 100%;
}

.section-3__flex .flex-tit {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 1.5;
    padding-bottom: 6px;
    margin: 0;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .section-3__flex .flex-tit {
        font-size: 18px;
        padding-bottom: 14px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1248px) {
    .section-3__flex .flex-tit {
        font-size: 30px;
    }
}

.section-3__flex .flex-desc {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.8;
}

@media only screen and (min-width: 768px) {
    .section-3__flex .flex-desc {
        font-size: 15px;
        line-height: 2;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .section-3__flex.rev .desc {
        max-width: 473px !important;
    }
}

@media only screen and (min-width: 1248px) {
    .section-4 .heading-primary {
        margin-bottom: 124px;
    }
}

.section-4 .heading-primary img {
    max-width: 720px;
}

@media only screen and (max-width: 575px) {
    .section-4 .heading-primary img {
        max-width: 200px;
    }
}

.section-4 .section-inner {
    border-bottom: none;
    padding-bottom: 0;
}

.section-4 .inner-contents {
    max-width: 1122px;
}

.section-4__tit {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .section-4__tit {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-4__tit {
        text-align: left;
        margin-top: 0;
    }
}

.section-4__desc {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    padding-bottom: 14px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media only screen and (min-width: 768px) {
    .section-4__desc {
        font-size: 15px;
        padding-bottom: 28px;
    }
}

.section-4__flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-4 .flex-image img {
    display: flex;
    max-width: 96px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-4 .flex-image img {
        max-width: 150px;
    }
}

.section-4 .price-top {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.section-4 .price-top:before {
    position: absolute;
    content: '';
    border-bottom: solid 1px #ffffff;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
}

@media only screen and (min-width: 768px) {
    .section-4 .price-top {
        font-size: 15px;
    }
}

.section-4 .price {
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 5px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .section-4 .price {
        font-size: 60px;
    }
}

.section-4 .price span {
    font-size: 12px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .section-4 .price span {
        font-size: 20px;
    }
}

.section-4 .flex-btn {
    display: flex;
    align-items: center;
}

.section-4 .btn-txt {
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 115px;
    width: 100%;
    margin-right: 8px;
    border: solid 1px #ffffff;
    padding: 5px 30px;
}

@media only screen and (min-width: 768px) {
    .section-4 .btn-txt {
        font-size: 20px;
        max-width: 133px;
        padding: 0 10px;
    }
}

.section-4__btn {
    margin-top: 33px;
    margin-bottom: 0;
    display: block;
}

@media only screen and (min-width: 768px) {
    .section-4__btn {
        margin-top: 33px;
        margin-bottom: 26px;
    }
}

.section-4__btn img {
    max-width: 348px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .section-4__btn img {
        max-width: 470px;
    }
}

.section-4 .contents {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1248px) {
    .section-4 .contents {
        flex-direction: row;
    }
}

.section-4 .contents .left {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .left {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 1248px) {
    .section-4 .contents .left {
        max-width: 470px;
        margin-left: inherit;
        margin-right: 66px;
    }
}

.section-4 .contents .right {
    max-width: 522px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .right {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1248px) {
    .section-4 .contents .right {
        margin-left: auto;
        margin-right: 0;
        max-width: 522px;
    }
}

.section-4 .contents .right-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .right-img img {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (min-width: 1248px) {
    .section-4 .contents .right-img img {
        max-width: 522px;
    }
}

.section-4 .contents .flex-img {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media only screen and (min-width: 1248px) {
    .section-4 .contents .flex-img {
        justify-content: space-between;
    }
}

.section-4 .contents .flex-img img {
    max-width: 150px;
    width: 100%;
    margin-right: 30px;
    align-self: flex-start;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .flex-img img {
        max-width: 150px;
    }
}

@media only screen and (min-width: 1248px) {
    .section-4 .contents .flex-img img {
        max-width: 232px;
    }
}

.section-4 .contents .flex-img img:last-child {
    margin-right: 0;
}

.section-4 .contents .flex-img:last-child {
    margin-top: 16px;
}

.section-4 .contents .btm-txt {
    font-size: 13px;
    font-weight: 400;
    padding-top: 0;
    color: #ffffff;
    text-align: right;
    margin-top: 0;
    display: block;
    max-width: 320px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .btm-txt {
        max-width: 100%;
        font-size: 21px;
        padding-top: 22px;
        text-align: left;
        margin-top: 0;
    }
}

.section-4 .contents .btm-txt.top {
    padding-top: 16px;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .btm-txt.top {
        display: none;
    }
}

.section-4 .contents .btm-txt.btm {
    display: none;
}

@media only screen and (min-width: 768px) {
    .section-4 .contents .btm-txt.btm {
        display: block;
    }
}

.section-4 dl {
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .section-4 dl {
        font-size: 15px;
        line-height: 1.8;
    }
}

.section-4 dl dt {
    white-space: nowrap;
}

.section-4 dl dd {
    margin-left: 0;
}

.section-4 .product-tit {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    max-width: 985px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .section-4 .product-tit {
        font-size: 20px;
        padding-bottom: 20px;
    }
}

.section-4 .product--text {
    margin-bottom: 14px;
}

@media only screen and (min-width: 768px) {
    .section-4 .product--text {
        margin-bottom: 37px;
    }
}

.section-4 .product-text {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 14px;
}

@media only screen and (min-width: 768px) {
    .section-4 .product-text {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 37px;
    }
}

.section-4 .product-text.mb {
    margin-bottom: 16px;
}

.section-4 .product-text.mb-0 {
    margin-bottom: 0;
}

.section-4 .product-box {
    max-width: 476px;
    margin: 0 10px;
    border: solid 1px #ffffff;
    padding: 15px 12px 15px 12px;
    margin-top: 48px;
}

@media only screen and (min-width: 768px) {
    .section-4 .product-box {
        padding: 20px 25px 30px 25px;
        margin: 0 auto;
        margin-top: 0;
    }
}

.button.last {
    margin-bottom: 45px;
    margin-top: 75px;
}

@media only screen and (min-width: 768px) {
    .button.last {
        margin-top: 145px;
        margin-bottom: 160px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .section-4 .contents .right {
        max-width: 442px;
    }
}

.accordion-item-heading {
    position: relative;
    background-color: #D17818;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .accordion-item-heading {
        display: none;
    }
}

.accordion-item-heading:hover {
    transition: 0.25s ease-in-out;
}

.accordion-item-heading:hover:after {
    transition: 0.25s ease-in-out;
}

.accordion-item-heading:after {
    position: absolute;
    content: '';
    background-image: url(../img/plus-sign.png);
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    right: 20px;
    height: 30px;
    transition: 0.25s ease-in-out;
}

.open .accordion-item-heading:after {
    background-image: url(../img/minus-sign.png);
    transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .closed .accordion-item-content {
        height: 0px;
        -webkit-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        display: block;
        margin-bottom: 0;
    }
}

.closed .contents.row-2 {
    margin-bottom: 0;
    margin-top: 10px;
}

@media only screen and (min-width: 1248px) {
    .closed .contents.row-2 {
        margin-top: 26px;
    }
}

.open .contents.row-2 {
    margin-bottom: 40px;
}

.accordion-item.closed {
    margin-bottom: 20px;
}

.open .accordion-item-content {
    margin: 20px 0 40px 0;
}

.faq {
    margin: 6px auto;
}

.faq__question {
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
    .faq__question {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.faq__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    width: 35px;
    height: 23px;
    text-align: center;
    margin-right: 10px;
}

@media only screen and (min-width: 576px) {
    .faq__icon {
        font-size: 14px;
        height: 33px;
        font-size: 20px;
        width: 55px;
        margin-right: 15px;
    }
}

.faq__heading {
    position: relative;
    background-color: #D17818;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .faq__heading {
        display: none;
    }
}

.faq__heading:hover {
    transition: 0.25s ease-in-out;
}

.faq__heading:hover:after {
    transition: 0.25s ease-in-out;
}

.faq__heading:after {
    position: absolute;
    content: '+';
    top: 45%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 30px;
    transition: 0.25s ease-in-out;
}

.faq__heading.is-opened:after {
    content: '−';
}

@media only screen and (max-width: 767px) {
    .faq__answer {
        max-height: 0;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 767px) {
    .faq__answer.is-shown {
        margin-bottom: 38px;
    }
}

.faq__text {
    flex-basis: 95%;
    line-height: 1.8;
    font-size: 15px;
}

.button {
    margin-bottom: 85px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .button {
        margin-bottom: 135px;
    }
}

.button a {
    position: relative;
    display: inline-block;
}

.button .btn {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .button .btn {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1540px) {
    .button .btn {
        max-width: 1140px;
    }
}

.button .btn-pc {
    display: none;
}

@media only screen and (min-width: 768px) {
    .button .btn-pc {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .button .btn-sp {
        display: none;
    }
}

.button .gif {
    position: absolute;
    width: 100px;
    right: -30px;
    top: -45px;
}

@media only screen and (min-width: 768px) {
    .button .gif {
        width: 26.8%;
        right: 4%;
        top: -63%;
    }
}

@media only screen and (min-width: 1540px) {
    .button .gif {
        width: 364px;
        right: -150px;
        top: -130px;
    }
}

.footer {
    background-image: url(../img/footer-img.png);
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 150px;
    text-align: center;
    padding-bottom: 130px;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .footer {
        padding-top: 270px;
        padding-bottom: 124px;
    }
}

.footer .footer-logo {
    max-width: 120px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
    .footer .footer-logo {
        max-width: 181px;
    }
}

.footer .text {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .footer .text {
        font-size: 15px;
    }
}

.d-none {
    display: none;
}

@media only screen and (min-width: 768px) {
    .d-md-block {
        display: block;
    }
}

@media only screen and (min-width: 576px) {
    .d-sm-none {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .d-md-none {
        display: none;
    }
}

@media only screen and (min-width: 1920px) {
    .d-xl-block {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
}

/*# sourceMappingURL=main.css.map */
