/* スクロールバーを非表示にする（任意）*/
.area_scroll::-webkit-scrollbar,
.scrollable-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}
.area_scroll,
.scrollable-container {
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}
.scroll-nav {
  display: none;
}
.has_scrl .scroll-nav {
    position: fixed;
    position: absolute;
    padding: 10px;
    z-index: 999988;
    right: 20px;
    right: 5px;
    top: 40vh;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.scroll-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.scroll-nav li {
    margin-bottom: 20px;
    text-align: center;
    line-height: 0;
}
.scroll-nav a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #fff;
}
.scroll-nav a:focus,
.scroll-nav a:hover {
    background-color: #9B6025;
}
.scroll-nav a.is_current {
    width: 23px;
    height: 23px;
    background-color: #45988C;
}
.scroll-nav li:nth-of-type(3) a.is_current {
    background-color: #9b6025;
}
.scroll-nav li:nth-of-type(4) a.is_current {
    background-color: #867704;
}

html.has_scrl.enter_fullpage #section4 {
    margin-bottom: 400px;
}
/*html.has_scrl.enter_fullpage .scroll-nav {
    position: fixed;
}
html.has_scrl.enter_fullpage #fullpage {
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
}*/
.has_scrl .fullPageScroll {
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
/*  margin-bottom: 200px;*/
}
.has_scrl div#sec_enjoy .block {
    padding-bottom: 1px;
    margin-bottom: 1px;
}
.has_scrl div#sec_enjoy .tit01 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.has_scrl div#sec_enjoy .block {
/*    margin-bottom: ;*/
}
.section {
    position: relative;
}
.has_scrl .section {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  /*        padding: 10%;*/
  scroll-snap-align: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section:after {
    content: '';
    position: absolute;
    top: calc(100% + 30px);
    top: calc(100% + -10vw);
    top: calc(100% + -6vw);
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 40px;
    background: transparent url(../img/icon_next_green.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 9;
}

.section#section3:after {
    background: transparent url(../img/icon_next_brown.svg) no-repeat center;
    background-size: 100% auto;
}

.section#section4:after {
    opacity: 0;
}


.inside .inner {
    padding-left: 70px;
    position: relative;
    z-index: 9;
}
.inside {
    margin-right: -60px;
    position: relative;
    width: 100%;
    border-radius: 100% 0 0 100%;
    padding-top: 5%;
    padding-top: 4vw;
    padding-bottom: 5%;
    padding-bottom: 4vw;
    background: url(../img/bg_scrl/bg_scrl_1_mid.png) repeat-y left 0px top / 100% 100%; /* 真ん中の繰り返しは親要素全体に */
/*    background-size: auto 100%;*/
/*    background-origin: padding-box;*/
/*    background-size: cover;*/
    background: transparent;
}
.inside:before,
.inside:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 50%;
    width: 100%;
    height: 100%;
}
.inside:before {
    left: 0;
    background: url(../img/bg_scrl/bg_scrl_1/left.png) no-repeat left 10px center / contain;
    border-radius: 10vw 0 0 10vw;
}
.inside:after {
    right: 0;
    background: url(../img/bg_scrl/bg_scrl_1/right.png) no-repeat right 0px center / contain;
}
#section3 .inside:before {
    background: url(../img/bg_scrl/bg_scrl_3/left.png) no-repeat left 10px center / contain;
}
#section3 .inside:after {
    background: url(../img/bg_scrl/bg_scrl_3/right.png) no-repeat right 0px center / contain;
}
#section4 .inside:before {
    background: url(../img/bg_scrl/bg_scrl_4/left.png) no-repeat left 10px center / contain;
}
#section4 .inside:after {
    background: url(../img/bg_scrl/bg_scrl_4/right.png) no-repeat right 0px center / contain;
}


#sec_enjoy .tit01 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section:after {
    top: calc(100% + 30px);
}
.inside {
    margin-bottom: 120px;
}
/*@media screen and (min-width: 1369px) {
.inside:before {
    left: 3vw;
}
}
@media screen and (min-width: 1441px) {
.inside:before {
    left: 5vw;
}
.inside:before,
.inside:after {
    height: calc(100% + 4vw);
    margin-top: -1vw;
}
}*/
/*@media screen and (min-width: 1441px) {*/
@media screen and (min-width: 1441px) {
.inside .inner {
    padding-left: 0;
}
.section .inside {
    margin-right: 0;
}
/*.inside:before {
    left: 8vw;
}
.inside:after {
}
.inside:before,
.inside:after {
    height: calc(100% + 7vw);
    margin-top: -1vw;
}*/
.inside:before {
    left: 3vw;
}
.inside:after {
}
.inside:before,
.inside:after {
    height: calc(100% + 2vw);
    margin-top: -1vw;
}
}
@media screen and (min-width: 1640px) {
.inside {
    margin-bottom: 16vw;
    padding-bottom: 2vw;
}
.section:after {
    top: calc(100% + 8vw);
}
.inside:before {
    left: 5vw;
}
.inside:after {
}
.inside:before,
.inside:after {
    height: calc(100% + 4vw);
    margin-top: -1vw;
}
}

@media screen and (min-width: 1690px) {
.inside:before {
    left: 7vw;
}
.inside:after {
}
.inside:before,
.inside:after {
    height: calc(100% + 6vw);
    margin-top: -1vw;
}
}
@media screen and (min-width: 1860px) {
.inside {
    margin-bottom: 16vw;
    padding-bottom: 0.1vw;
}
.inside:before {
    left: 9vw;
}
.inside:after {
}
.inside:before,
.inside:after {
    height: calc(100% + 8vw);
    margin-top: -1vw;
}
}
@media screen and (max-width: 1368px) {
.inside .inner {
    padding-left: 1px;
}
}
@media screen and (max-width: 1280px) {
.has_scrl .section {
    overflow-x: hidden;
}
.section .inside {
    margin-right: -8vw;
}
.section .inside .inner {
    transform: scale(0.8);
    width: auto;
    padding-left: 0;
}
.inside:before, .inside:after {
    width: 60vw;
}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1023px) {
/*@media screen and (max-width: 1180px) {*/
/*@media screen and (max-width: 1070px) {*/
.section:after {
    top: calc(100% + 30px);
}
.section .inside {
    margin-right: 0;
}
.section .inside,
.inside:before,
.inside:after {
    background: none;
}
.section .inside .inner {
    transform: scale(1);
    width: auto;
    padding: 0 10vw;
}
.inside .flex.col {
    display: block !important;
}
.inside .flex.col > [class*="w_per"] {
    width: 100%;
}
.area_scroll {
    padding: 38px 1px 50px 1px;
    padding: 20px 1px 20px 1px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 160px;
}
.area_scroll:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -16vw;
    height: 20vw;
    width: 105%;
}
#section1 {
    background-color: #D8E7E4;
}
#section1:before {
    background: transparent url(../img/bg_scroll_sp1.svg) no-repeat top center;
    background-size: 105%;
}
#section2 {
    background-color: #D8E7E4;
}
#section2:before {
    background: transparent url(../img/bg_scroll_sp1.svg) no-repeat top center;
    background-size: 105%;
}
#section3 {
    background-color: #eee3dc;
}
#section3:before {
    background: transparent url(../img/bg_scroll_sp3.svg) no-repeat top center;
    background-size: 105%;
}
#section4 {
    background-color: #eae5ce;
}
#section4:before {
    background: transparent url(../img/bg_scroll_sp4.svg) no-repeat top center;
    background-size: 105%;
}
.flow {
    margin-top: -7vw;
}
.section {
    margin-bottom: 27vw;
}
}