@charset "UTF-8";

/* コンパイルCSS 直接修正禁止 */


/* body .mod_header>.in {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
} */


/* body .pagetopbtn {
    opacity: 0!important;
    pointer-events: none!important
}

.state_fewscroll body .flowbottomSP {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

body.-start .pagetopbtn {
    opacity: 1!important;
    pointer-events: all!important
}

.state_fewscroll body.-start .flowbottomSP {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.state_fewscroll body.-start .flowbottomSP.-endline {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
} */

[data-pararax] {
    position: relative;
    width: 100%
}

[data-pararax] [data-pararax-inview] {
    position: absolute;
    top: 200px;
    bottom: 200px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0
}

[data-pararax] [data-pararax-trf01] {
    opacity: 0;
    -webkit-transition: opacity 1.3s cubic-bezier(.625, 0, .355, 1), -webkit-transform .5s cubic-bezier(.625, 0, .355, 1);
    transition: opacity 1.3s cubic-bezier(.625, 0, .355, 1), -webkit-transform .5s cubic-bezier(.625, 0, .355, 1);
    transition: opacity 1.3s cubic-bezier(.625, 0, .355, 1), transform .5s cubic-bezier(.625, 0, .355, 1);
    transition: opacity 1.3s cubic-bezier(.625, 0, .355, 1), transform .5s cubic-bezier(.625, 0, .355, 1), -webkit-transform .5s cubic-bezier(.625, 0, .355, 1)
}

[data-pararax] [data-pararax-trf01].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

[data-pararax] [data-pararax-trf01] {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px)
}

.intro_mv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../../../assets/img/guidetour/intro_mv_bg.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: repeat;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    overflow: hidden
}

.no-touchevents .intro_mv {
    background-attachment: fixed
}

.intro_mv .intro_inner {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.intro_mv .intro_txt {
    position: relative;
    width: 100%;
    height: 100%
}

.intro_mv .intro_txt .scene {
    width: 100%;
    height: 100vh;
    opacity: 0
}

.intro_mv .intro_txt .scene_inner {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    white-space: nowrap
}

.intro_mv .-scene01 {
    position: absolute;
    top: 0;
    left: 0
}

.intro_mv .-scene01 .logo {
    display: inline-block;
    line-height: 0;
    width: 6.94rem
}

.intro_mv .-scene01 .logo img {
    width: 100%;
    height: auto
}

.intro_mv .-scene01.-active {
    -webkit-animation-name: seq01;
    animation-name: seq01;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.intro_mv .-scene02 {
    position: absolute;
    top: 0;
    left: 0
}

.intro_mv .-scene02 .catch {
    font-size: .22rem;
    letter-spacing: .22em;
    line-height: 2.4;
    color: #808057
}

.intro_mv .-scene02.-active {
    -webkit-animation-name: seq02;
    animation-name: seq02;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.intro_mv .scene03_bg {
    position: fixed;
    z-index: -1;
    top: .1rem;
    left: .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - .2rem);
    height: calc(100vh - .2rem);
    opacity: 0;
    -webkit-filter: blur(14px);
    filter: blur(14px);
    -webkit-transition: opacity 2s, -webkit-filter 1s;
    transition: opacity 2s, -webkit-filter 1s;
    transition: opacity 2s, filter 1s;
    transition: opacity 2s, filter 1s, -webkit-filter 1s
}

.intro_mv .scene03_bg .bg_left,
.intro_mv .scene03_bg .bg_right {
    width: 50%;
    height: 100%
}

.intro_mv .scene03_bg .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, .7);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    opacity: 0
}

.intro_mv .scene03_bg.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.intro_mv .-scene03 {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}

.intro_mv .-scene03 .sub {
    width: 5rem;
    font-size: .2rem;
    letter-spacing: .1em;
    line-height: 1
}

.intro_mv .-scene03 .sub img {
    width: 100%;
    height: auto
}

.intro_mv .-scene03 .title {
    font-size: .47rem;
    font-weight: 400;
    letter-spacing: .18em;
    line-height: 1
}

.intro_mv .-scene03>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .24rem;
    -webkit-filter: blur(14px);
    filter: blur(14px);
    -webkit-transition: -webkit-filter 2s;
    transition: -webkit-filter 2s;
    transition: filter 2s;
    transition: filter 2s, -webkit-filter 2s
}

.intro_mv .-scene03.-active {
    opacity: 1
}

.intro_mv .-scene03.-active>* {
    -webkit-filter: blur(0)!important;
    filter: blur(0)!important
}

.intro_mv .-scene04 {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.intro_mv .-scene04 .catch {
    font-size: .22rem;
    letter-spacing: .22em;
    line-height: 2.4;
    -webkit-filter: blur(14px);
    filter: blur(14px);
    -webkit-transition: -webkit-filter 1s;
    transition: -webkit-filter 1s;
    transition: filter 1s;
    transition: filter 1s, -webkit-filter 1s
}

.intro_mv .-scene04.-active {
    opacity: 1;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}

.intro_mv .-scene04.-active .catch {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation-name: seq05;
    animation-name: seq05;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.intro_mv .-scene05 {
    position: relative;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.intro_mv .-scene05 .catch {
    font-size: .17rem;
    letter-spacing: .22em;
    line-height: 2.4
}

.intro_mv .-scene05 .catch>span>span {
    opacity: 0;
    -webkit-filter: blur(14px);
    filter: blur(14px);
    -webkit-transition: opacity 1s, -webkit-filter .5s;
    transition: opacity 1s, -webkit-filter .5s;
    transition: opacity 1s, filter .5s;
    transition: opacity 1s, filter .5s, -webkit-filter .5s
}

.intro_mv .-scene05.-active {
    opacity: 1
}

.intro_mv .-scene05.-active .catch>span>span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation-name: seq05;
    animation-name: seq05;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.intro_mv .-scene06 {
    width: 100%;
    height: 200vh!important
}

.intro_mv .-scene07,
.intro_mv .-scene08,
.intro_mv .-scene09 {
    width: 100%;
    height: 100vh
}

.intro_mv .intro_skip {
    position: fixed;
    z-index: 1001;
    right: .5rem;
    bottom: .5rem;
    display: inline-block;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .26rem;
    letter-spacing: .04em;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-filter: drop-shadow(0 0 .05rem rgba(51, 51, 51, .6));
    filter: drop-shadow(0 0 .05rem rgba(51, 51, 51, .6))
}

.no-touchevents .intro_mv .intro_skip:hover {
    opacity: 1
}

.intro_mv .intro_skip.-active {
    opacity: .8
}

.intro_mv .intro_skip>span {
    position: relative;
    padding-right: .25rem
}

.intro_mv .intro_skip>span::after,
.intro_mv .intro_skip>span::before {
    content: "";
    position: absolute;
    top: calc(50% - .08rem);
    right: 0;
    width: .12rem;
    height: .16rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../../../assets/img/guidetour/skip_arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.intro_mv .intro_skip>span::before {
    right: .08rem
}

.intro_mv.-skip {
    opacity: 0;
    pointer-events: none
}

.intro_mv.-finish .scene03_bg {
    position: absolute;
    top: auto;
    bottom: 0
}

.intro_mv.-finish .intro_skip {
    position: absolute
}

@-webkit-keyframes seq01 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    80% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        opacity: 0;
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }
}

@keyframes seq01 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    80% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        opacity: 0;
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }
}

@-webkit-keyframes seq02 {
    0% {
        opacity: 0;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateY(.2rem);
        transform: translateY(.2rem)
    }
    75% {
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes seq02 {
    0% {
        opacity: 0;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateY(.2rem);
        transform: translateY(.2rem)
    }
    75% {
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes seq05 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    80% {
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
    100% {
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
}

@keyframes seq05 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    80% {
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
    100% {
        webkit-clip-path: inset(0);
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
}

@-webkit-keyframes skip {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes skip {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes skipSP {
    0% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(90deg) translateX(.08rem);
        transform: rotate(90deg) translateX(.08rem);
        opacity: 1
    }
}

@keyframes skipSP {
    0% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(90deg) translateX(.08rem);
        transform: rotate(90deg) translateX(.08rem);
        opacity: 1
    }
}

.sec_index {
    background-image: url(../../../assets/img/guidetour/intro_mv_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.no-touchevents .sec_index {
    background-attachment: fixed
}

.sec_index>.in {
    position: relative;
    padding: 1.5rem 0
}

.sec_index .sec_tit .title {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .34rem;
    letter-spacing: .22em;
    line-height: 1;
    color: #808057
}

.sec_index .index_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 14.24rem;
    width: 100%;
    margin: auto;
    margin-top: .8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec_index .index_nav>.item {
    position: relative;
    z-index: 0;
    width: 33.3333333333%;
    min-height: 7.18rem;
    overflow: hidden
}

.sec_index .index_nav>.item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: centrer center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .7s;
    transition: opacity 1s, -webkit-transform .7s;
    transition: transform .7s, opacity 1s;
    transition: transform .7s, opacity 1s, -webkit-transform .7s
}

.no-touchevents .sec_index .index_nav>.item:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dt {
    -webkit-transform: translateY(.5rem);
    transform: translateY(.5rem);
    color: #fff
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dt span {
    color: #fff
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dd .thumb {
    opacity: 0
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dd .title {
    -webkit-transform: translateY(-.6rem);
    transform: translateY(-.6rem);
    color: #fff
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dd .catch {
    -webkit-transform: translateY(-.6rem);
    transform: translateY(-.6rem);
    color: #fff
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dd .arrow {
    -webkit-transform: translateY(-.6rem);
    transform: translateY(-.6rem)
}

.no-touchevents .sec_index .index_nav>.item:hover>.detail dd .arrow::before {
    border-color: #fff
}

.sec_index .index_nav>.item .wrap_link {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.sec_index .index_nav>.item>.detail {
    position: relative;
    z-index: 0;
    max-width: 3.63rem;
    width: 100%;
    margin: auto;
    text-align: center
}

.sec_index .index_nav>.item>.detail>dt {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .14rem;
    letter-spacing: .15em;
    line-height: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: color .5s, -webkit-transform .7s;
    transition: color .5s, -webkit-transform .7s;
    transition: transform .7s, color .5s;
    transition: transform .7s, color .5s, -webkit-transform .7s
}

.sec_index .index_nav>.item>.detail>dt span {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .24rem;
    letter-spacing: .06em;
    line-height: 1;
    color: #808057;
    margin-right: .25em;
    -webkit-transition: color .5s;
    transition: color .5s
}

.sec_index .index_nav>.item>.detail>dt span strong {
    font-size: .26rem;
    font-weight: 400;
    margin-left: .15em
}

.sec_index .index_nav>.item>.detail>dd {
    margin-top: .2rem
}

.sec_index .index_nav>.item>.detail>dd .thumb {
    position: relative;
    z-index: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.sec_index .index_nav>.item>.detail>dd .thumb::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -.05rem;
    bottom: -.05rem;
    left: -.05rem;
    right: -.05rem;
    background-color: #fff
}

.sec_index .index_nav>.item>.detail>dd .title {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .26rem;
    letter-spacing: .02em;
    line-height: 1;
    color: #808057;
    margin-top: .45rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: color .5s, -webkit-transform .7s;
    transition: color .5s, -webkit-transform .7s;
    transition: transform .7s, color .5s;
    transition: transform .7s, color .5s, -webkit-transform .7s
}

.sec_index .index_nav>.item>.detail>dd .catch {
    font-size: .16rem;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1;
    margin-top: .35rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: color .5s, -webkit-transform .7s;
    transition: color .5s, -webkit-transform .7s;
    transition: transform .7s, color .5s;
    transition: transform .7s, color .5s, -webkit-transform .7s
}

.sec_index .index_nav>.item>.detail>dd .arrow {
    position: relative;
    display: block;
    width: 100%;
    height: .14rem;
    margin-top: .4rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}

.sec_index .index_nav>.item>.detail>dd .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - .1rem);
    width: .2rem;
    height: .2rem;
    border-left: 1px solid #808057;
    border-bottom: 1px solid #808057;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .5s;
    transition: border-color .5s
}

.sec_index .index_nav>.item.-day01 {
    border-left: 1px solid rgba(128, 128, 87, .3);
    border-right: 1px solid rgba(128, 128, 87, .3)
}

.sec_index .index_nav>.item.-day01::before {
    background-image: url(../../img/guidetour/index_thumb01_hover.jpg)
}

.sec_index .index_nav>.item.-day02 {
    padding-top: .5rem;
    border-right: 1px solid rgba(128, 128, 87, .3)
}

.sec_index .index_nav>.item.-day02::before {
    top: .5rem;
    background-image: url(../../img/guidetour/index_thumb02_hover.jpg)
}

.sec_index .index_nav>.item.-day02 .wrap_link {
    top: .5rem
}

.sec_index .index_nav>.item.-day03 {
    padding-top: 1rem;
    border-right: 1px solid rgba(128, 128, 87, .3)
}

.sec_index .index_nav>.item.-day03::before {
    top: 1rem;
    background-image: url(../../img/guidetour/index_thumb03_hover.jpg)
}

.sec_index .index_nav>.item.-day03 .wrap_link {
    top: 1rem
}

.sec_day {
    overflow: hidden
}

.sec_day>.in {
    position: relative
}

.sec_day .day_mv {
    position: relative;
    width: 100%;
    height: 8.5rem;
    padding: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../../../assets/img/guidetour/intro_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.no-touchevents .sec_day .day_mv {
    background-attachment: fixed
}

.sec_day .day_mv .mv {
    width: 100%;
    height: 100%
}

.sec_day .day_mv .day_title {
    position: absolute;
    right: .7rem;
    bottom: .05rem;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .85rem;
    letter-spacing: 0;
    line-height: .8;
    color: rgba(255, 255, 255, .7);
    text-align: right
}

.sec_day .day_mv .day_title>span {
    font-size: .97rem;
    letter-spacing: .01em;
    margin-left: .15em
}

.sec_day .day_detail {
    position: relative;
    max-width: 13rem;
    width: 100%;
    margin: auto;
    margin-top: 1.2rem
}

.sec_day .day_detail .deco_txt {
    top: 0
}

.sec_day .day_detail .deco_txt span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    font-size: 1.14rem;
    letter-spacing: .02em;
    line-height: .8;
    white-space: pre;
    color: rgba(128, 128, 87, .1)
}

.sec_day .day_detail.-ceremony {
    margin-top: .9rem;
    padding-top: .9rem;
    padding-bottom: 1.2rem
}

.sec_day .day_detail.-ceremony::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background-color: #f4f3f1
}

.sec_day .day_detail.-ceremony .deco_txt {
    position: relative;
    left: 0;
    top: .15rem
}

.sec_day .day_detail.-ceremony .deco_txt span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-size: 1rem;
    color: #fff
}

.sec_day .day_detail.-party {
    margin-top: 1rem
}

.sec_day .day_detail.-party .deco_txt {
    position: relative;
    left: 0;
    top: .15rem;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sec_day .day_detail.-party .deco_txt span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-size: 1rem
}

.sec_day .day_detail.-after {
    margin-top: 1.2rem;
    padding-top: .9rem;
    padding-bottom: 1.3rem
}

.sec_day .day_detail.-after::before {
    content: "";
    position: absolute;
    z-index: -1;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background-color: #f4f3f1
}

.sec_day .day_detail.-after .deco_txt {
    position: relative;
    left: 0;
    top: .15rem
}

.sec_day .day_detail.-after .deco_txt span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-size: .96rem;
    color: #fff
}

.sec_day .day_detail.-movie {
    margin-top: 1.6rem;
    padding-top: 1rem;
    padding-bottom: .85rem
}

.sec_day .day_detail.-movie::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background-image: url(../../../assets/img/guidetour/intro_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.no-touchevents .sec_day .day_detail.-movie::before {
    background-attachment: fixed
}

.sec_day .day_detail.-omotenashi>.title {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .2rem;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper {
    max-width: 11rem;
    width: 1000%;
    margin: auto;
    margin-top: .4rem
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper .deco_box {
    pointer-events: none
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate {
    position: relative;
    z-index: 0;
    max-width: 11rem;
    width: 100%;
    border: none
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box:after,
.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box:before {
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box:before {
    top: 0;
    bottom: 0;
    left: .2rem;
    right: .2rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #808057
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box:after {
    top: .2rem;
    bottom: .2rem;
    left: 0;
    right: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #808057
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box svg {
    position: absolute;
    display: block;
    width: .2rem;
    height: .2rem;
    stroke-linejoin: round;
    stroke: #808057;
    stroke-width: 1.03px
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower,
.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower:before,
.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: calc(.2rem + 1px)
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper {
    top: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper:before {
    top: 0;
    background-color: #fff;
    -webkit-clip-path: polygon(.2rem 0, calc(100% - .2rem) 0, 100% .2rem, 100% 100%, 0 100%, 0 .2rem);
    clip-path: polygon(.2rem 0, calc(100% - .2rem) 0, 100% .2rem, 100% 100%, 0 100%, 0 .2rem)
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper svg {
    top: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper .left {
    left: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_upper .right {
    right: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower {
    bottom: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower:before {
    bottom: 0;
    background-color: #f3f2f0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - .2rem), calc(100% - .2rem) 100%, .2rem 100%, 0 calc(100% - .2rem));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - .2rem), calc(100% - .2rem) 100%, .2rem 100%, 0 calc(100% - .2rem))
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower svg {
    bottom: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower .left {
    left: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate>.deco_box .deco_lower .right {
    right: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .deco_box {
    z-index: 1
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .deco_box .deco_lower::before {
    background-color: transparent;
    background-image: url(../../../assets/img/guidetour/intro_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in {
    padding: .2rem 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .item .title {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .18rem;
    letter-spacing: .1em;
    line-height: 1;
    color: #808057;
    text-align: center
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .item .detail {
    position: relative
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .item .detail .read {
    font-size: .16rem;
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
    margin-top: .25rem
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .item .detail .thumb {
    width: 3.48rem;
    height: 2.15rem
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: .25rem 0 .45rem
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper .item .detail {
    position: static
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../../../assets/img/guidetour/intro_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    gap: .8rem;
    padding: .45rem 0 .25rem
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .3rem;
    max-width: 4.3rem;
    width: 100%
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .title {
    font-size: .17rem;
    text-align: center
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail .read span {
    letter-spacing: 0
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail .thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.44rem;
    height: 1.44rem
}

.sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .txtlink {
    display: inline-block;
    margin-top: .1rem;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .13rem;
    letter-spacing: .1em;
    line-height: 2
}

.sec_day .detail_ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .16rem
}

.sec_day .detail_ph .ph_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sec_day .detail_ph .ph_caption .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .15rem;
    letter-spacing: .1em;
    line-height: .8;
    color: #808057
}

.sec_day .detail_ph .ph_caption .label img {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    opacity: .9;
    margin-right: .1rem
}

.sec_day .detail_ph .ph_caption .label+.read {
    margin-top: .1rem
}

.sec_day .detail_ph .ph_caption .label:has(img) {
    font-size: .16rem
}

.sec_day .detail_ph .ph_caption .catch {
    font-size: .2rem;
    font-weight: 400;
    letter-spacing: .18em;
    line-height: 2;
    margin-top: .15rem
}

.sec_day .detail_ph .ph_caption .catch+.read {
    font-size: .14rem;
    margin-top: .2rem
}

.sec_day .detail_ph .ph_caption .read {
    font-size: .15rem;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1.98
}

.sec_day .detail_ph .ph {
    position: relative;
    display: block;
    line-height: 0
}

.sec_day .detail_ph .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: .16rem
}

.sec_day.-day01 .day_mv {
    background-color: #f4f3f1;
    background-image: none
}

.sec_day.-day01 .deco_txt {
    left: calc(50% + 50vw - .15rem)
}

.sec_day.-day01 .-row02 .-ph02 {
    width: 5.55rem;
    height: 7rem
}

.sec_day.-day01 .-row02 .-ph03 {
    width: calc(100% - 5.55rem - .16rem);
    height: 7rem
}

.sec_day.-day02 {
    margin-top: 1.75rem
}

.sec_day.-day02 .deco_txt {
    left: calc(50% - 50vw + .8rem)
}

.sec_day.-day02 .-row01 .-ph01 {
    width: 7.59rem;
    height: 4.82rem
}

.sec_day.-day02 .-row02 .-ph02 {
    width: 7.06rem;
    height: 8.83rem
}

.sec_day.-day02 .-row02 .-ph03 {
    width: calc(100% - 7.06rem - .16rem);
    height: 8.83rem
}

.sec_day.-day02 .-row03 .-ph04 {
    width: 7.06rem;
    height: 4.01rem
}

.sec_day.-day02 .-row03 .ph_caption {
    margin-left: .4rem;
    margin-right: .4rem;
    margin-top: .4rem
}

.sec_day.-day02 .-ceremony .-row01 .-ph01 {
    width: 100%;
    height: 7.02rem
}

.sec_day.-day02 .-ceremony .-row02 .-ph02 {
    width: 6.54rem;
    height: 4.29rem
}

.sec_day.-day02 .-ceremony .-row02 .-ph03 {
    width: calc(100% - 6.54rem - .16rem);
    height: 6.96rem
}

.sec_day.-day02 .-ceremony .-row02 .-ph05 {
    width: calc(100% - 6.54rem - .16rem);
    height: 3.73rem
}

.sec_day.-day02 .-party .-row01 .-ph01 {
    width: 100%;
    height: 7.2rem
}

.sec_day.-day02 .-party .-row02 .-ph02 {
    width: 6.58rem;
    height: 4.83rem
}

.sec_day.-day02 .-party .-row02 .-ph03 {
    width: calc(100% - 6.58rem - .16rem);
    height: 7.72rem
}

.sec_day.-day02 .-party .-row02 .-ph04 {
    position: relative
}

.sec_day.-day02 .-after .-row01 .-ph01 {
    width: 6.44rem;
    height: 8.05rem
}

.sec_day.-day02 .-after .-row01 .-ph02 {
    width: calc(100% - 6.44rem - .16rem);
    height: 4.26rem
}

.sec_day.-day02 .-after .-row01 .-ph03 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 6.44rem - .16rem);
    height: 3.63rem
}

.sec_day.-day02 .-after .-row02 .-ph04 {
    width: 5.59rem;
    height: 3.86rem
}

.sec_day.-day02 .-after .-row03 .-ph05 {
    width: 100%;
    height: 7.82rem
}

.sec_day.-day03 {
    margin-top: 1.14rem
}

.sec_day.-day03 .day_title {
    color: rgba(255, 255, 255, .35)
}

.sec_day.-day03 .deco_txt {
    left: calc(50% + 50vw - .15rem)
}

.sec_day.-day03 .-row02 .-ph02 {
    width: 5.02rem;
    height: 4.95rem
}

.sec_day.-day03 .-row02 .-ph03 {
    width: calc(100% - 5.02rem - .16rem);
    height: 4.95rem
}

.sec_day.-day03 .-row03 .-ph04 {
    position: relative;
    width: 100%;
    height: 6.91rem
}

.sec_day.-day03 .-row03 .-ph04 .ph_caption {
    position: absolute;
    left: .85rem;
    bottom: .8rem;
    color: #fff
}

.sec_day.-day03 .-row03 .-ph04 .ph_caption .catch {
    font-size: .19rem;
    letter-spacing: .13em;
    margin: 0
}

.sec_day.-day03 .-row03 .-ph04 .ph_caption .read {
    font-size: .15rem;
    letter-spacing: .15em;
    line-height: 1.95
}

.sec_day.-day03 .-row03 .-ph04 .ph_caption .btn02 span {
    font-size: .15rem;
    letter-spacing: .12em;
    font-weight: 400
}

.sec_day.-day03 .-movie .sec_tit .title {
    font-size: .16rem;
    font-weight: 400
}

.sec_day.-day03 .-movie .sec_tit .title[data-txt]::before {
    font-size: .36rem;
    letter-spacing: .05em;
    font-weight: 400;
    margin-bottom: .2rem
}

.sec_day.-day03 .-movie .detail_ph {
    max-width: 11rem;
    width: 100%;
    margin: auto;
    margin-top: .5rem
}

.sec_day.-day03 .-movie .detail_ph .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.sec_day.-day03 .-movie .detail_ph .thumb::after,
.sec_day.-day03 .-movie .detail_ph .thumb::before {
    content: "";
    position: absolute;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.sec_day.-day03 .-movie .detail_ph .thumb::before {
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    top: calc(50% - .5rem);
    left: calc(50% - .5rem)
}

.sec_day.-day03 .-movie .detail_ph .thumb::after {
    top: calc(50% - .1rem);
    left: calc(50% - .1rem);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .1rem 0 .1rem .2rem;
    border-color: transparent transparent transparent #fff
}

.no-touchevents .sec_day.-day03 .-movie .detail_ph .thumb:hover::before {
    border-color: #808057
}

.no-touchevents .sec_day.-day03 .-movie .detail_ph .thumb:hover::after {
    border-color: transparent transparent transparent #808057
}

.sec_day.-day03 .-movie .detail_bnr {
    width: 6.3rem;
    height: auto;
    margin: auto;
    margin-top: .7rem
}

.sec_day.-day03 .-movie .detail_bnr img {
    width: 100%;
    height: auto
}

.sec_day.-day03 .-movie .detail_bnr a {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.no-touchevents .sec_day.-day03 .-movie .detail_bnr:hover a {
    opacity: .5
}

[data-modal] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none
}

[data-modal-inline] {
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    display: none
}

[data-modal-inline].active {
    display: block;
    opacity: 1;
    pointer-events: auto
}

[data-modal-inline] iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: none
}

[data-modal-area] {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 1s;
    transition: 1s
}

[data-modal-area].active {
    opacity: 1;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

[data-modal-area].active .wrap {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

[data-modal-area].disabled {
    pointer-events: none
}

[data-modal-area] .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 72, 0, .2);
    cursor: pointer;
    z-index: 10001
}

[data-modal-area] .wrap {
    position: relative;
    max-width: 11rem;
    width: 100%;
    margin: auto;
    z-index: 10001;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
}

[data-modal-area] .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001
}

[data-modal-area] .contentclose {
    position: absolute;
    top: -3.6rem;
    right: -.5rem;
    width: .5rem;
    height: .5rem;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

[data-modal-area] .contentclose:after,
[data-modal-area] .contentclose:before {
    content: "";
    display: block;
    width: .41rem;
    height: 1px;
    background-color: #808057;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s
}

[data-modal-area] .contentclose:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[data-modal-area] .contentclose:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.no-touchevents [data-modal-area] .contentclose:hover:after,
.no-touchevents [data-modal-area] .contentclose:hover:before,
[data-modal-area] .contentclose.active:after,
[data-modal-area] .contentclose.active:before {
    background-color: #fff
}

@media screen and (max-width: 640px) {
    /* body .mod_header>.in {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    body .mod_header .drawer_btn {
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        opacity: 0;
        pointer-events: none
    }
    body.headerMenuDown .mod_header>.in {
        -webkit-transform: translateY(-100%)!important;
        transform: translateY(-100%)!important
    }
    .state_screenheightscroll body .floating_cookie_accept_area {
        opacity: 0;
        pointer-events: none
    }
    body.-start .mod_header .drawer_btn {
        opacity: 1;
        pointer-events: all
    }
    body.-start.headerMenuDown .mod_header .in {
        -webkit-transform: translateY(0)!important;
        transform: translateY(0)!important
    }
    .state_screenheightscroll body.-start .floating_cookie_accept_area {
        opacity: 1;
        pointer-events: all
    } */
    .content_wrap {
        padding-top: 0
    }
    [data-pararax] [data-pararax-inview] {
        top: 100px;
        bottom: 100px
    }
    .intro_mv {
        background-image: url(../../../assets/img/mg/guidetour/intro_mv_bg_sp.jpg)
    }
    .intro_mv .intro_txt .scene_inner {
        height: 100lvh
    }
    .intro_mv .-scene01 .logo {
        position: relative;
        margin-top: calc(-1 * (100lvh - 100svh));
        width: 76vw
    }
    .intro_mv .-scene02 .catch {
        position: relative;
        margin-top: calc(-1 * (100lvh - 100svh));
        font-size: .17rem;
        text-align: center
    }
    .intro_mv .scene03_bg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100lvh
    }
    .intro_mv .scene03_bg .bg_left,
    .intro_mv .scene03_bg .bg_right {
        width: 100%
    }
    .intro_mv .scene03_bg .overlay {
        bottom: auto;
        height: 100lvh
    }
    .intro_mv .-scene03 .sub {
        width: 78.66vw;
        font-size: .14rem;
        margin-top: -.25rem
    }
    .intro_mv .-scene03 .title {
        font-size: .29rem;
        letter-spacing: .03em
    }
    .intro_mv .-scene03>* {
        gap: .1rem
    }
    .intro_mv .-scene04 .catch {
        font-size: .18rem
    }
    .intro_mv .-scene05 .catch {
        font-size: .15rem;
        letter-spacing: .15em;
        line-height: 2.17;
        text-align: center
    }
    .intro_mv .intro_skip {
        font-size: .16rem;
        right: .1rem;
        bottom: .2rem
    }
    .intro_mv .intro_skip.-active {
        opacity: 1
    }
    .intro_mv .intro_skip>span {
        padding-right: .2rem
    }
    .intro_mv .intro_skip>span::after,
    .intro_mv .intro_skip>span::before {
        top: calc(50% - .05rem);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .intro_mv .intro_skip>span::before {
        top: -.05rem;
        right: 0;
        -webkit-animation: skipSP 1s linear infinite;
        animation: skipSP 1s linear infinite
    }
    .sec_index {
        background-image: url(../../../assets/img/guidetour/intro_mv_bg_sp.jpg)
    }
    .sec_index>.in {
        padding-top: 1.1rem;
        padding-bottom: .9rem
    }
    .sec_index .sec_tit .title {
        font-size: .26rem;
        letter-spacing: .2em
    }
    .sec_index .index_nav {
        display: block;
        max-width: calc(100% - .4rem);
        margin: auto;
        margin-top: .3rem;
        border-top: 1px solid rgba(128, 128, 87, .3)
    }
    .sec_index .index_nav>.item {
        width: 100%;
        min-height: 0
    }
    .sec_index .index_nav>.item::before {
        display: none
    }
    .sec_index .index_nav>.item>.detail {
        max-width: 100%;
        padding: .4rem 0
    }
    .sec_index .index_nav>.item>.detail>dt {
        font-size: .12rem
    }
    .sec_index .index_nav>.item>.detail>dt span {
        font-size: .15rem;
        letter-spacing: .03em
    }
    .sec_index .index_nav>.item>.detail>dt span strong {
        font-size: .17rem
    }
    .sec_index .index_nav>.item>.detail>dd {
        margin-top: .15rem
    }
    .sec_index .index_nav>.item>.detail>dd .thumb {
        display: none
    }
    .sec_index .index_nav>.item>.detail>dd .title {
        font-size: .22rem;
        letter-spacing: .04em;
        margin-top: 0
    }
    .sec_index .index_nav>.item>.detail>dd .title span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sec_index .index_nav>.item>.detail>dd .title span::before {
        content: "";
        display: inline-block;
        width: .18rem;
        height: .18rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: .1rem
    }
    .sec_index .index_nav>.item>.detail>dd .catch {
        font-size: .15rem;
        line-height: 1.76;
        margin-top: .15rem
    }
    .sec_index .index_nav>.item>.detail>dd .arrow {
        position: absolute;
        top: calc(50% - .07rem);
        right: .2rem;
        width: .14rem;
        height: .14rem;
        margin: 0
    }
    .sec_index .index_nav>.item>.detail>dd .arrow::before {
        width: .14rem;
        height: .14rem
    }
    .sec_index .index_nav>.item.-day01 {
        border: none;
        border-bottom: 1px solid rgba(128, 128, 87, .3)
    }
    .sec_index .index_nav>.item.-day01 .title span::before {
        background-image: url(../../../assets/img/guidetour/day01_label_icon.svg)
    }
    .sec_index .index_nav>.item.-day02 {
        padding-top: 0;
        border: none;
        border-bottom: 1px solid rgba(128, 128, 87, .3)
    }
    .sec_index .index_nav>.item.-day02 .title span::before {
        background-image: url(../../../assets/img/guidetour/day02_label_icon.svg)
    }
    .sec_index .index_nav>.item.-day03 {
        padding-top: 0;
        border: none;
        border-bottom: 1px solid rgba(128, 128, 87, .3)
    }
    .sec_index .index_nav>.item.-day03 .title span::before {
        background-image: url(../../../assets/img/guidetour/day03_label_icon.svg)
    }
    .sec_day .day_mv {
        height: 102.6vw;
        padding: 0
    }
    .sec_day .day_mv .day_title {
        right: .2rem;
        bottom: 45.33vw;
        font-size: .37rem;
        color: #fff;
        -webkit-filter: drop-shadow(0 0 .05rem rgba(51, 51, 51, .3));
        filter: drop-shadow(0 0 .05rem rgba(51, 51, 51, .3))
    }
    .sec_day .day_mv .day_title>span {
        font-size: .4rem
    }
    .sec_day .day_detail {
        max-width: 100%;
        margin-top: .7rem
    }
    .sec_day .day_detail .deco_txt span {
        font-size: .46rem;
        color: rgba(128, 128, 87, .16)
    }
    .sec_day .day_detail .deco_txt span::before {
        content: "";
        position: relative;
        top: -.03rem;
        display: inline-block;
        width: .16rem;
        height: .16rem;
        margin-right: .05rem;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: .5
    }
    .sec_day .day_detail.-ceremony {
        margin-top: .6rem;
        padding-top: .5rem;
        padding-bottom: .45rem
    }
    .sec_day .day_detail.-ceremony .deco_txt {
        top: .05rem;
        width: calc(100% - .2rem);
        margin: 0 .1rem
    }
    .sec_day .day_detail.-ceremony .deco_txt span {
        font-size: .4rem
    }
    .sec_day .day_detail.-ceremony .deco_txt span::before {
        content: none
    }
    .sec_day .day_detail.-party {
        margin-top: .75rem
    }
    .sec_day .day_detail.-party .deco_txt {
        top: .05rem;
        width: calc(100% - .2rem);
        margin: 0 .1rem
    }
    .sec_day .day_detail.-party .deco_txt span {
        font-size: .4rem
    }
    .sec_day .day_detail.-party .deco_txt span::before {
        content: none
    }
    .sec_day .day_detail.-after {
        margin-top: .6rem;
        padding-top: .5rem;
        padding-bottom: .4rem
    }
    .sec_day .day_detail.-after .deco_txt {
        top: .05rem;
        width: calc(100% - .2rem);
        margin: 0 .1rem
    }
    .sec_day .day_detail.-after .deco_txt span {
        font-size: .38rem
    }
    .sec_day .day_detail.-after .deco_txt span::before {
        content: none
    }
    .sec_day .day_detail.-movie {
        margin-top: 2rem;
        padding-top: .6rem;
        padding-bottom: .5rem
    }
    .sec_day .day_detail.-movie::before {
        background-image: url(../../../assets/img/guidetour/intro_mv_bg_sp.jpg);
        background-size: contain;
        background-repeat: repeat
    }
    .sec_day .day_detail.-omotenashi {
        margin-top: .8rem;
        padding-bottom: .4rem
    }
    .sec_day .day_detail.-omotenashi>.title {
        font-size: .17rem;
        line-height: 1.6;
        letter-spacing: .08em
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper {
        margin-top: .3rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate {
        max-width: calc(100% - .4rem)
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .deco_box .deco_lower::before {
        background-image: url(../../../assets/img/guidetour/intro_mv_bg_sp.jpg)
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .item .title {
        font-size: .17rem;
        font-weight: 500
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .item .detail .read {
        font-size: .13rem;
        letter-spacing: .08em;
        line-height: 1.9;
        text-align: left;
        margin: 0 .4rem;
        margin-top: .2rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper .item {
        min-height: 0
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper .item .detail .thumb {
        width: 73.6vw;
        height: 46.66vw;
        margin: auto;
        margin-top: .2rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        background-image: url(../../../assets/img/guidetour/intro_mv_bg_sp.jpg);
        background-repeat: repeat
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item {
        gap: 0;
        max-width: calc(100% - .4rem)
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item+.item {
        margin-top: .3rem;
        padding-top: .3rem;
        border-top: 1px solid rgba(194, 194, 194, .5)
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item+.item .read {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item+.item .txtlink {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        margin-left: .2rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item+.item .thumb {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .title {
        font-size: .16rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail .read {
        margin-left: .24rem;
        margin-right: .24rem;
        line-height: 1.86;
        margin-bottom: .2rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail .thumb {
        position: static;
        width: 40.26vw;
        height: 24.8vw
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .txtlink {
        margin: 0;
        margin-right: .2rem
    }
    .sec_day .detail_ph {
        gap: .06rem;
        max-width: calc(100% - .2rem);
        width: 100%
    }
    .sec_day .detail_ph .ph_caption {
        display: block
    }
    .sec_day .detail_ph .ph_caption .label {
        font-size: .13rem;
        letter-spacing: .08em
    }
    .sec_day .detail_ph .ph_caption .label:has(img) {
        display: none
    }
    .sec_day .detail_ph .ph_caption .catch {
        font-size: .17rem;
        color: #808057;
        margin-top: 0
    }
    .sec_day .detail_ph .ph_caption .catch+.read {
        font-size: .13rem
    }
    .sec_day .detail_ph .ph_caption .read {
        font-size: .13rem;
        letter-spacing: .08em
    }
    .sec_day .detail_ph .row {
        gap: .06rem
    }
    .sec_day.-day01 .deco_txt {
        left: calc(50% + 50vw - .02rem)
    }
    .sec_day.-day01 .deco_txt span::before {
        background-image: url(../../../assets/img/guidetour/day01_label_icon.svg)
    }
    .sec_day.-day01 .-row01 .ph_caption {
        margin-left: .4rem
    }
    .sec_day.-day01 .-row01 .-ph01 {
        width: 100%;
        height: 60vw;
        margin-top: .5rem
    }
    .sec_day.-day01 .-row02 .-ph02 {
        width: 42.93vw;
        height: 64vw
    }
    .sec_day.-day01 .-row02 .-ph03 {
        width: calc(100% - 42.93vw - .06rem);
        height: 64vw
    }
    .sec_day.-day01 .-row03 .ph_caption {
        margin-left: .4rem;
        margin-right: .2rem;
        margin-top: .35rem
    }
    .sec_day.-day01 .-row03 .-ph04 {
        width: 54.4vw;
        height: 36.8vw
    }
    .sec_day.-day01 .-row03 .-ph05 {
        width: calc(100% - 54.4vw - .06rem);
        height: 36.8vw
    }
    .sec_day.-day02 {
        margin-top: 1.15rem
    }
    .sec_day.-day02 .deco_txt {
        left: calc(50% - 50vw + .33rem)
    }
    .sec_day.-day02 .deco_txt span::before {
        background-image: url(../../../assets/img/guidetour/day02_label_icon.svg)
    }
    .sec_day.-day02 .detail_ph {
        margin-left: .2rem
    }
    .sec_day.-day02 .-row01 .ph_caption {
        margin-left: .4rem
    }
    .sec_day.-day02 .-row01 .-ph01 {
        width: 100%;
        height: 61.6vw;
        margin-top: .45rem
    }
    .sec_day.-day02 .-row02 .-ph02 {
        width: 44vw;
        height: 65.6vw
    }
    .sec_day.-day02 .-row02 .-ph03 {
        width: calc(100% - 44vw - .06rem);
        height: 65.6vw
    }
    .sec_day.-day02 .-row03 .-ph04 {
        width: 100%;
        height: 54.4vw
    }
    .sec_day.-day02 .-ceremony .detail_ph {
        margin: auto
    }
    .sec_day.-day02 .-ceremony .-row01 .-ph01 {
        width: 100%;
        height: 62.93vw;
        margin-top: 0
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph02 {
        width: 46.93vw;
        height: 39.46vw
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph03 {
        width: 46.13vw;
        height: 60.8vw
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph04 {
        position: absolute;
        right: 0;
        top: calc(39.46vw + .06rem);
        width: 46.93vw;
        height: 49.86vw
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph05 {
        width: 94.66vw;
        height: 54.13vw
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph06 {
        width: 46.13vw;
        height: 29vw
    }
    .sec_day.-day02 .-ceremony .-row02 .ph_caption .wrap {
        margin: auto;
        margin-left: .3rem;
        padding-top: .35rem;
        width: calc(100vw - 1rem)
    }
    .sec_day.-day02 .-party .detail_ph {
        margin: auto
    }
    .sec_day.-day02 .-party .-row01 .-ph01 {
        margin-top: 0;
        height: 62.93vw
    }
    .sec_day.-day02 .-party .-row02 .-ph03 {
        width: calc(100% - 46.93vw - .06rem);
        height: 66.66vw
    }
    .sec_day.-day02 .-party .-row02 .-ph04 {
        margin-top: -29.6vw;
        width: 46.93vw;
        height: 58.66vw
    }
    .sec_day.-day02 .-party .-row02 .-ph05 {
        width: 46.93vw;
        height: 37vw
    }
    .sec_day.-day02 .-party .-row02 .-ph06 {
        width: calc(100% - 46.93vw - .06rem);
        height: 29vw
    }
    .sec_day.-day02 .-party .-row03 .-ph02 {
        width: 100%;
        height: 53vw
    }
    .sec_day.-day02 .-party .-row03 .-ph06 {
        width: calc(100% - 46.93vw - .06rem);
        height: 29vw
    }
    .sec_day.-day02 .-party .-row03 .ph_caption {
        margin-left: .3rem;
        margin-right: 0
    }
    .sec_day.-day02 .-party .-row03 .ph_caption .wrap {
        width: calc(100vw - .6rem)
    }
    .sec_day.-day02 .-after .detail_ph {
        margin: auto
    }
    .sec_day.-day02 .-after .-row01 .-ph01 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        width: 46.66vw;
        height: 69.33vw
    }
    .sec_day.-day02 .-after .-row01 .-ph02 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 46.66vw;
        height: 33.06vw
    }
    .sec_day.-day02 .-after .-row01 .-ph03 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: calc(100% - 46.66vw - .06rem);
        height: 60.8vw
    }
    .sec_day.-day02 .-after .-row01 .-ph04 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 46.66vw - .06rem);
        height: 41.6vw
    }
    .sec_day.-day02 .-after .-row02 .-ph04 {
        width: 46.66vw;
        height: 32.53vw
    }
    .sec_day.-day02 .-after .-row02 .-ph05 {
        width: 94.66vw;
        height: 60vw
    }
    .sec_day.-day02 .-after .-row02 .ph_caption {
        margin-top: .35rem;
        margin-left: .3rem;
        margin-right: .3rem
    }
    .sec_day.-day02 .-after .-row02 .ph_caption .read {
        white-space: pre
    }
    .sec_day.-day03 {
        margin-top: 1rem
    }
    .sec_day.-day03 .day_title {
        color: rgba(255, 255, 255, .85)
    }
    .sec_day.-day03 .deco_txt {
        left: calc(50% + 50vw - .02rem)
    }
    .sec_day.-day03 .deco_txt span::before {
        background-image: url(../../../assets/img/guidetour/day03_label_icon.svg)
    }
    .sec_day.-day03 .-row01 .ph_caption {
        margin-left: .4rem
    }
    .sec_day.-day03 .-row01 .-ph01 {
        width: 100%;
        height: 59.73vw;
        margin-top: .4rem
    }
    .sec_day.-day03 .-row02 .-ph02 {
        width: 38.13vw;
        height: 45.33vw
    }
    .sec_day.-day03 .-row02 .-ph03 {
        width: calc(100% - 38.13vw - .06rem);
        height: 45.33vw
    }
    .sec_day.-day03 .-row03 .-ph04 {
        height: 74.66vw
    }
    .sec_day.-day03 .-row03 .-ph04 .ph_caption {
        left: .4rem;
        bottom: .7rem
    }
    .sec_day.-day03 .-row03 .-ph04 .ph_caption .catch {
        font-size: .16rem;
        line-height: 2;
        color: #fff
    }
    .sec_day.-day03 .-row03 .-ph04 .ph_caption .read {
        font-size: .13rem;
        line-height: 1.92;
        margin-top: .15rem
    }
    .sec_day.-day03 .-row03 .-ph04 .ph_caption .btn02 {
        position: absolute;
        left: calc(50% + .4rem);
        bottom: -1.75rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .sec_day.-day03 .-movie .sec_tit .title {
        font-size: .14rem
    }
    .sec_day.-day03 .-movie .sec_tit .title[data-txt]::before {
        font-size: .26rem;
        margin-bottom: .15rem
    }
    .sec_day.-day03 .-movie .detail_ph {
        margin-top: .4rem
    }
    .sec_day.-day03 .-movie .detail_ph .thumb {
        height: 74.13vw
    }
    .sec_day.-day03 .-movie .detail_ph .thumb::before {
        width: .56rem;
        height: .56rem;
        top: calc(50% - .28rem);
        left: calc(50% - .28rem)
    }
    .sec_day.-day03 .-movie .detail_ph .thumb::after {
        top: calc(50% - .05rem);
        left: calc(50% - .05rem);
        border-width: .05rem 0 .05rem .1rem
    }
    .sec_day.-day03 .-movie .detail_bnr {
        width: 89.33vw;
        margin-top: .4rem
    }
    [data-modal-area] .wrap {
        max-width: calc(100% - .4rem)
    }
    [data-modal-area] .contentclose {
        top: calc(-50vw + .3rem);
        right: -.1rem
    }
}

@media print,
screen and (min-width: 641px) {
    /* body .popup_cookie_cont {
        -webkit-transform: translateY(100%)!important;
        transform: translateY(100%)!important
    }
    body.-start .mod_header .in {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    body.-start .popup_cookie_cont {
        -webkit-transform: translateY(0)!important;
        transform: translateY(0)!important
    } */
    .intro_mv .intro_skip>span::before {
        right: .08rem;
        -webkit-animation: skip 1s linear infinite;
        animation: skip 1s linear infinite
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper .item {
        max-width: 8.5rem;
        min-height: 2.15rem;
        padding-right: 3.48rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-upper .item .detail .thumb {
        position: absolute;
        top: 0;
        right: 0
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail {
        padding-right: 1.44rem
    }
    .sec_day .day_detail.-omotenashi .deco_box_wrapper.-separate .in .-lower .item .detail .read {
        position: relative;
        margin-top: -.1rem;
        font-size: .14rem;
        letter-spacing: .1em;
        line-height: 1.84;
        text-align: left;
        margin-top: 0
    }
    .sec_day.-day01 .-row01 .ph_caption {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .sec_day.-day01 .-row01 .-ph01 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 7.49rem;
        height: 4.76rem
    }
    .sec_day.-day01 .-row03 .ph_caption {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .sec_day.-day01 .-row03 .-ph04 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 4.7rem;
        height: 3.23rem
    }
    .sec_day.-day01 .-row03 .-ph05 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 3.36rem;
        height: 3.23rem
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph04 {
        position: relative;
        margin-top: -2.67rem;
        width: 6.54rem;
        height: 4.59rem
    }
    .sec_day.-day02 .-ceremony .-row02 .-ph06 {
        position: relative;
        width: 6.54rem;
        height: 4.09rem;
        margin-top: -1.79rem
    }
    .sec_day.-day02 .-party .-row02 .-ph04 {
        margin-top: -2.89rem;
        width: 2.89rem;
        height: 3.39rem
    }
    .sec_day.-day02 .-party .-row02 .-ph05 {
        margin-top: -2.89rem;
        width: 3.53rem;
        height: 3.39rem
    }
    .sec_day.-day02 .-party .-row03 .-ph06 {
        margin-top: -.67rem;
        width: calc(100% - 6.58rem - .16rem);
        height: 3.84rem
    }
    .sec_day.-day03 .-row01 .ph_caption {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .sec_day.-day03 .-row01 .-ph01 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 7.12rem;
        height: 4.56rem
    }
    .sec_day.-day03 .-row03 .-ph04 .ph_caption .btn02 {
        width: 2.2rem;
        height: .5rem;
        margin: 0;
        margin-top: .3rem;
        border: 1px solid #b8ae8a;
        background-color: rgba(184, 184, 184, .42)
    }
    [data-modal-area] {
        padding: .5rem
    }
}


/*# sourceMappingURL=guidetour.css.map */