p {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
}

li {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
}

h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

@media screen and (max-width:980px) {

    .pc {
        display: none;
    }

    .box {
        width: 100%;
        height: auto;
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .box2 {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 50px;
    }

    .box2 img {
        width: 70%;
        height: auto;
    }

    .box3 {
        width: 100%;
        height: auto;
    }

    .box3 img {
        margin-left: 15%;
        width: 74%;
        height: auto;
    }

    .box4 {
        width: 90%;
        height: auto;
        margin: 50px auto;
    }

    .box4 img {
        width: 100%;
        height: auto;
    }

    .box4 div {
        text-align: center;
    }

    .box4 div p {
        font-size: 2.6em;
    }

    .arrow {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 33px;
        margin-bottom: 20px;
    }

    .arrow::before,
    .arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 2px);
        width: 1px;
        height: 34px;
        border-radius: 9999px;
        background-color: #000000;
        transform-origin: 50% calc(100% - 0px);
    }

    .arrow::before {
        transform: rotate(56deg);
    }

    .arrow::after {
        transform: rotate(-56deg);
    }

    .box5 section {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: flex;
        align-self: flex-start;
        justify-content: space-between;
    }

    .box5 {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .box5 img {
        width: 100%;
        height: auto;
    }

    .textbox {
        width: 45%;
        height: auto;
    }

    .textbox span {

        background: linear-gradient(transparent 70%, #ff6 60%);

    }

    .textbox h3 {
        font-size: 2em;
        padding: 24px 0 10px;
    }

    .textbox p {
        font-size: 1.1em;
        letter-spacing: -1px;
        line-height: 1.5em;
    }

    .movie {
        position: relative;
        padding-top: 50%;
        /* 16:9のアスペクト比 */
        width: 100%;
        /* 幅を100%に設定 */
    }

    .movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .top {
        margin-top: 50px;
    }

    .top2 {
        margin-top: 20px;
    }

    .position {
        position: relative;
        top: -225px;
    }

    .box .text {
        margin: 50px 0 15px;
    }

    .flow {
        overflow-x: scroll;
        width: 100%;
        height: auto;
        scrollbar-color: #b79d8f white;
    }

    .flow img {
        width: 880px;
        height: auto;
    }

    footer {
        width: 100%;
        height: auto;
        background-color: #bb9b8c;
        padding: 50px 0;
        text-align: center;
    }

    footer li {
        color: white;
        padding-bottom: 5px;
    }

    footer img {
        padding-top: 25px;
        width: 150px;
        height: auto;
    }

    .box8 {
        width: 100%;
        height: auto;
        padding-top: 7.5%;
        padding-bottom: 7.5%;
        background-image: url("../img/sp/48.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box8 div {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        scrollbar-color: #b79d8f white;
    }

    .box8 h2 {
        font-size: 32px;
        text-align: center;
        padding-bottom: 15px;
    }

    .box8 h2 img {
        width: 100%;
        height: auto;
    }

    .top3 {
        margin-top: 100px;
    }

    .box8 img {
        margin-left: 1%;
        width: 2000px;
        height: auto;
    }

    .box9 {
        width: 100%;
        height: auto;
        background-color: #b79d8f;
        padding: 50px 0;
        margin-bottom: 50px;
        text-align: center
    }

    .box9 a {
        width: 100%;
        height: auto;
    }

    .box9 a:nth-child(1) img {
        margin-bottom: 30px;
    }

    .box9 img {
        width: 90%;
        height: auto;
    }
}

@media screen and (min-width:980px) {

    .sp {
        display: none;
    }

    .box {
        width: 100%;
        height: auto;
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .box2 {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 50px;
    }

    .box2 img {
        width: 70%;
        height: auto;
    }

    .box3 {
        width: 65%;
        height: auto;
        background-color: #b79d8f;
        padding: 2% 2.5%;
        margin: 0 auto;
    }

    .box3 div {
        width: 100%;
        height: auto;
        display: flex;
        align-self: flex-start;
        align-items: center;
        justify-content: space-between;
    }

    .box3 div a:nth-child(1) {
        width: 52.5%;
        height: auto;
    }

    .box3 div a:nth-child(2) {
        width: 50%;
        height: auto;
    }


    .box3 div img {
        width: 100%;
        height: auto;
    }

    .box7 {
        width: 65%;
        height: auto;
        background-color: #b79d8f;
        padding: 2% 2.5%;
        margin: 0 auto;
    }

    .box7 div {
        width: 100%;
        height: auto;
        display: flex;
        align-self: flex-start;
        align-items: center;
        justify-content: space-between;
    }

    .box7 a {
        width: 47.5%;
        height: auto;
    }

    .box7 a img {
        width: 100%;
        height: auto;
    }

    .box9 {
        width: 65%;
        height: auto;
        background-color: #b79d8f;
        padding: 2% 2.5%;
        margin: 0 auto;
    }

    .box9 div {
        width: 100%;
        height: auto;
        display: flex;
        align-self: flex-start;
        align-items: center;
        justify-content: space-between;
    }

    .box9 a {
        width: 47.5%;
        height: auto;
    }

    .box9 a img {
        width: 100%;
        height: auto;
    }



    .box4 {
        width: 70%;
        height: auto;
        margin: 50px auto;
    }

    .img_resaiz {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .img_resaiz2 {
        width: 100%;
        height: auto;
    }

    .box4 div {
        text-align: center;
    }

    .box4 div p {
        font-size: 2.6em;
    }

    .box6 {
        width: 100%;
        height: auto;
        padding: 3% 0;
        background-image: url("../img/bc1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        overflow-x: scroll;
        scrollbar-color: #b79d8f white;
    }

    .box6 img:nth-child(1) {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .box6 img:nth-child(2) {
        margin-left: 5%;
        width: 2000px;
        height: auto;
    }

    .box8 {
        width: 100%;
        height: auto;
        padding-top: 3%;
        padding-bottom: 15%;
        background-image: url("../img/bc1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box8 div {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        scrollbar-color: #b79d8f white;
        background-color: none;
    }

    .box8 h2 {
        color: white;
        font-size: 32px;
        text-align: center;
        padding-bottom: 30px;
    }

    .box8 img {
        margin-left: 5%;
        width: 1700px;
        height: auto;
    }

    .box10 {
        width: 100%;
        height: auto;
        padding-top: 3%;
        padding-bottom: 15%;
        background-image: url("../img/bc1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box10 div {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        scrollbar-color: #b79d8f white;
        background-color: none;
    }

    .box10 h2 img{
        width: 100%;
        height: auto;
    }

    .box10 .box10img{
        margin-left: 5%;
        width: 2000px;
        height: auto;
    }


    .arrow {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 33px;
        margin-bottom: 20px;
    }

    .arrow::before,
    .arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 2px);
        width: 1px;
        height: 34px;
        border-radius: 9999px;
        background-color: #000000;
        transform-origin: 50% calc(100% - 0px);
    }

    .arrow::before {
        transform: rotate(56deg);
    }

    .arrow::after {
        transform: rotate(-56deg);
    }

    .box5 section {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: flex;
        align-self: flex-start;
        justify-content: space-between;
    }

    .box5 {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .box5 img {
        width: 100%;
        height: auto;
    }

    .textbox {
        width: 45%;
        height: auto;
    }

    .textbox span {

        background: linear-gradient(transparent 70%, #ff6 60%);

    }

    .textbox h3 {
        font-size: 2em;
        padding: 24px 0 10px;
    }

    .textbox p {
        font-size: 1.1em;
        letter-spacing: -1px;
        line-height: 1.5em;
    }

    .movie {
        position: relative;
        padding-top: 28%;
        top: -75px;
        /* 16:9のアスペクト比 */
        width: 50%;
        height: 50%;
        /* 幅を100%に設定 */
    }

    .movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .top {
        margin-top: 100px;
    }

    .position {
        position: relative;
        top: -225px;
    }

    footer {
        width: 100%;
        height: auto;
        background-color: #bb9b8c;
        padding: 50px 0;
    }

    footer ul {
        margin-left: 2.5%;
    }

    footer li {
        color: white;
        padding-bottom: 5px;
    }

    .position2 {
        position: relative;
        top: -100px;
    }
}