.fancybox-container * {
    color: inherit;
}

#photogenicjourneyWrapper01 {
    min-width: 980px;
}

#photogenicjourneyWrapper01 img.ad_hidden {
    display: block;
}

body {
    overflow-x: hidden;
}

#photogenicjourneyWrapper01 * {
    box-sizing: border-box;
}

body img {
    margin: 0;
    display: inline;
}

body > :not(footer) p {
    color: #4d4d4d;
    font-size: 1.6rem;
    letter-spacing: .2em;
    line-height: 1.75;
}

body button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.pageTop01 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}

.pageTop01 > a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #b9b8b5;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity .3s;
}

.pageTop01 > a:hover {
    opacity: .6;
}

.pageTop01 > a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -11px;
    content: "";
    width: 18px;
    height: 18px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(-45deg);
    transition: all .3s;
}


.globalNav01 {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    right: 0;
    width: 260px;
    transform : translateY(91.4px) !important;
    transition: transform .3s;
}

.globalNav01.scroll {
    transform : translateY(0) !important;
}

.navList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navList01 > li {
    position: relative;
    width: 200px;
}

.navList01 > li > a {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(180deg, rgba(139,191,196,1) 0%, rgba(139,191,196,1) 50%, rgba(127,185,190,1) 50%, rgba(127,185,190,1) 100%);
    position: relative;
}

.navList01 > li > a:hover {
    opacity: 1;
    background: linear-gradient(180deg, rgba(127,185,190,1) 0%, rgba(127,185,190,1) 50%, rgba(139,191,196,1) 50%, rgba(139,191,196,1) 100%);
}

.wrap01 {
    display: flex;
    flex-wrap: wrap;
}
.wrap01.between {
    justify-content: space-between;
}
.wrap01.aC {
    align-items: center;
}
.wrap01.aEnd {
    align-items: flex-end;
}










.text-center {
    text-align: center;
}
.note01 {
    color: #8e8e8e;
    font-size: 1.4rem;
}

.mainArea01 > .mainSlide01 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    height: fit-content;
}
.mainArea01 > .mainSlide01 .image01 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.mainArea01 > .mainSlide01 .image01 > img {
    width: 100%;
}

.mainArea01 > .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.mainArea01 > .inner > .text01 {
    position: absolute;
    padding: 4px 4px 3px 6px;
    z-index: 30;
    top: 9px;
    left: 10px;
    display: table;
    background-color: rgba(0,0,0,.4);
    border: solid 1px #fff;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

.mainArea01 > .inner > .title01 {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
     animation: fadeInTitle 3s .1s forwards;
    opacity: 0;
}
@media screen and (max-width: 1270px) {
    .mainArea01 > .inner > .title01 {
        top: 10px;
    }
    .mainArea01 > .inner > .title01 > img {
        width: 410px;
    }
}
@keyframes fadeInTitle {
    0% {
      opacity: 0;
    }
    100% {
		opacity: 1.0;
    }
}



.topArea01 {
    overflow: hidden;
}

.box01 {
    width: 780px;
    margin: 83px auto 0;
    padding: 42px 0 42px;
    border: 2px solid #dcdcdc;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
}
.box01 .heading01 {
    position: absolute;
    top: -31px;
    left: -59px
}
.box01 > p {
    font-size: 1.8rem;
}
.box01 > .catch01 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.3em;
    margin-bottom: 0.15em;
}

.box01 > .text01 {
    margin-top: 0.25em;
}

.box02 {
    margin: 10px 0 0 0;
    padding: 17px 17px 17px 17px;
    background: #f8f8f8;
    border: 1px solid #ededed;
}

.box02 p {
    font-size: 1.4rem;
}

.box03 {
    width: 900px;
    margin: 0 auto;
    padding: 52px 0 25px;
    border-top: 3px solid #ededed;
    border-left: 3px solid #ededed;
    border-right: 3px solid #ededed;
    text-align: center;
    position: relative;
}
.box03.type02 {
    padding: 52px 37px 43px;
    border-bottom: 3px solid #ededed;
}
.box03.type03 {
    padding-top: 45px;
    padding-bottom: 39px;
    border-bottom: 3px solid #ededed;
}
.box03::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}
.box03.type02::after,
.box03.type03::after,
.box03.type04::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}
.box03 .heading01 {
    position: absolute;
    top: -87px;
    left: 50%;
    transform: translate(-50%, 0);
}
.otherArea .box03 .heading01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -76px;
    transform: translate(-50%, 0);
}
.pointArea .box03 .heading01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -80px;
    transform: translate(-50%, 0);
}
.flowArea .box03 .heading01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -75px;
    transform: translate(-50%, 0);
}
.studioArea .box03 .heading01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -80px;
    transform: translate(-50%, 0);
}
.box03 > .inner {
    padding: 0 37px;
    text-align: left;
}
.box03 > .inner02 {
    padding: 0 37px;
}



.box04 {
    border: 2px solid #f8f4c7;
    background: #fafddc;
    margin: 0 0 0;
    padding-top: 89px;
    position: relative;
}
.box04 > .hdg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    border-top: 2px solid #e9b63d;
    border-bottom: 1px solid #e9b63d;
    padding: 0.65em 0 0.65em;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.box04 > .hdg::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e9b63d;
}




.list01 {
    margin: 0 30px;
}
.list01 li {
    color: #4d4d4d;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
    padding-left: 1em;
    position: relative;
}
.list01 li + li {
    margin-top: 0.32em;
}
.list01 li::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #e9b63d;
}

.closeUpArea01.type02 .box04 {
    border: 2px solid #d9edf6;
    background: #e7f5fc;
}
.closeUpArea01.type02 .box04 > .hdg {
    border-top: 2px solid #7db7d1;
    border-bottom: 1px solid #7db7d1;
}
.closeUpArea01.type02 .box04 > .hdg::before {
    background: #7db7d1;
}
.closeUpArea01.type02 .list01 li::before {
    border: 1px solid #7db7d1;
}


.box05 {
    width: 405px;
    border: 2px solid #e9b63d;
    padding: 12px 0 20px;
    text-align: center;
}




.box06 {
    width: 380px;
    background: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #85bcc1;
}
.box06 > .hdg {
    text-align: center;
    padding: 4px 0 2px;
    margin-bottom: 13px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #85bcc1;
    border-top: 2px solid #85bcc1;
    border-bottom: 1px solid #85bcc1;
    position: relative;
}
.box06 > .hdg::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #85bcc1;
}
.box06 > .list01 {
    margin: 10px 14px 0 21px;
}
.box06 > .list01 li::before {
    border: 1px solid #85bcc1;
}


.box07 {
    border: 10px solid #ebf6f7;
    background: #ebf6f7;
}
.box07 > .inner {
    background: #fff;
    padding: 20px 10px 16px;
    text-align: center;
}




.block01 {
    width: 980px;
    height: 408px;
    margin: 50px auto 48px;
    position: relative;
}

.block01::before {
    content: '';
    position: absolute;
    top: 56px;
    left: 40px;
    width: 900px;
    height: 321px;
    background: #ebf6f7;
    z-index: 1;
}

.block01 > .image01 {
    position: absolute;
    top: 22px;
    left: 65px;
    z-index: 2;
}

.block01 > .image02 {
    position: absolute;
    top: 82px;
    left: 359px;
    z-index: 2;
}

.block01 > .image03 {
    position: absolute;
    top: 41px;
    left: 643px;
    z-index: 3;
}

.block01 > .il01 {
    position: absolute;
    top: 177px;
    left: 0;
    z-index: 2;
}

.block01 > .il02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.block01 > .il03 {
    position: absolute;
    top: 0;
    left: 523px;
    z-index: 2;
}

.block01 > .text01 {
    position: absolute;
    top: 302px;
    left: 259px;
    z-index: 2;
}

.block01 > .text02 {
    position: absolute;
    top: 363px;
    left: 586px;
    z-index: 3;
}

.block01 > .text03 {
    position: absolute;
    top: 262px;
    right: 0;
    z-index: 3;
}




.slideArea01 {
    position: relative;
    margin-top: 45px;
    margin-bottom: 80px;
}

.slideArea01 > ul li {
    width: 670px;
    height: 443px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.slideArea01 > ul li img {
    height: auto;
    width: 100%;
}



.slideArea02 {
    margin: 0 -37px 55px;
}

.slideArea02 > ul li {
    width: 670px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.slideArea02 > ul li img {
    height: auto;
    width: 100%;
}

.slideArea02 > ul li .text05 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.75;
    padding: 17px 19px;
}





.scheduleArea .inner01 {
    padding-bottom: 41px;
    margin-bottom: 10px;
    position: relative;
}

.scheduleArea .inner01::before {
    content: '';
    position: absolute;
    background: #dcdcdc;
    bottom: 0;
    left: 50%;
    width: 980px;
    margin-left: -490px;
    height: 1px;
    z-index: 1;
}

.scheduleArea .inner01::after {
    content: '';
    position: absolute;
    background: #dcdcdc;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -480px;
    z-index: 1;
}

.scheduleArea .inner02 {
    width: 980px;
    margin: 0 auto;
}

.scheduleArea .headingWrap {
    position: relative;
    padding: 23px 0;
    background: #ebf6f7;
    margin-bottom: 33px;
    z-index: 2;
}

.scheduleArea .headingWrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ededed;
    transform: skewY(2deg);
    z-index: 2;
}
.scheduleArea .headingWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebf6f7;
    z-index: 2;
}

.scheduleArea .headingWrap .heading01 {
    width: 980px;
    margin: 0 auto;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.scheduleArea .headingWrap .heading01 span {
    font-size: 1.4rem;
    font-weight: normal;
}

.scheduleArea .day {
    position: relative;
    z-index: 1;
    width: 980px;
    margin: 0 auto;
    padding-left: 32px;
}

.scheduleArea .day + .day {
    margin-top: 33px;
}

.scheduleArea .day > .inner {
    display: flex;
    align-items: center;
}

.scheduleArea .day > .text01 {
    position: relative;
}

.scheduleArea .day > .image01 {
}

.scheduleArea .day > .text01::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -28px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c3dadc;
    z-index: 2;
}

.scheduleArea .day .text02 {
    padding-left: 30px;

}


.closeUpArea {
	margin-top: 165px;
}
.closeUpArea01 > .inner01 {
    width: 900px;
    margin: 0 auto;
    padding: 0 37px 80px;
    border-left: 3px solid #ededed;
    border-right: 3px solid #ededed;
    position: relative;
}
.closeUpArea01.type03 > .inner01 {
    padding-bottom: 45px;
    border-bottom: 3px solid #ededed;
}
.closeUpArea01.type03 > .inner01::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}

.closeUpArea01 > .inner01 > .inner02 {
    padding-top: 24px;
    margin-bottom: 61px;
}

.closeUpArea01 > .inner01 > .inner02 .text01 {
    margin-bottom: 16px;
}
.closeUpArea01 > .inner01 > .inner02 .time {
    margin: 0 0 0;
}
.closeUpArea01 > .inner01 > .inner02 .box04 {
    width: 530px;
    height: 215px;
}
.closeUpArea01.type02 > .inner01 > .inner02 .box04 {
    height: 235px;
}

.closeUpArea01 .closeUpTitleWrap {
    width: 100%;
    height: 375px;
    background: #fafddc url("/images/pc/special/decollte-photogenicjourney/bg03.png") no-repeat calc(50% - 315px) 0 / auto 375px;
}

.closeUpArea01.type02 .closeUpTitleWrap {
    background: #e7f5fc url("/images/pc/special/decollte-photogenicjourney/bg04.png") no-repeat calc(50% - 315px) 0 / auto 375px;
}
.closeUpArea01 .closeUpTitleWrap > .wrap01 {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
}
.closeUpArea01 .closeUpTitleWrap > .wrap01 > .col01 {
    width: 350px;
    height: 375px;
    text-align: center;
}
.closeUpArea01 .closeUpTitleWrap > .wrap01 > .col02 {
    width: 630px;
    height: 375px;
}
.closeUpArea01 .closeUpTitleWrap > .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.closeUpArea01 .closeUpTitleWrap .number01 {
    margin: 0 auto 14px;
}

.closeUpArea01 .closeUpTitleWrap .place {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}



.recommendSpot {
}
.recommendSpot > .inner01 {
    margin-bottom: 30px;
    position: relative;
}
.recommendSpot > .inner01::before {
    content: '';
    position: absolute;
    background: #fafddc;
    top: 2px;
    left: -37px;
    width: calc(100% + 37px + 37px);
    height: 100%;

    transform: skewY(10deg);
}
.recommendSpot p {
    position: relative;
}
.recommendSpot .text01 {
    margin-left: 118px;
    z-index: 2;
}
.recommendSpot .text02 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin: -25px 0 17px;
    z-index: 2;
}
.recommendSpot .text03 {
    text-align: center;
    color: #fff;
    padding: 0.3em 0;
    background: #e9b63d;
    font-size: 2rem;
    font-weight: bold;
}
.recommendSpot .text04 {
}
.recommendSpot .col01 {
    width: 500px;
}
.recommendSpot .col02 {
    width: 292px;
}

.closeUpArea01.type02 .recommendSpot > .inner01::before {
    background: #e7f5fc;
}

.closeUpArea01.type02 .recommendSpot .text03 {
    background: #7db7d1;
}




.recommendArea {
    background: #fafddc;
    margin: 0 50px 53px;
    padding-top: 47px;
    text-align: center;
    position: relative;
}
.recommendArea.type01 {
	margin-top: 64px;
}
.recommendArea .hdg {
    position: absolute;
    top: -15px;
    left: -50px;
    width: calc(100% + 100px);
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9b63d;
}
.recommendArea .text01 {
    margin-bottom: 16px;
    letter-spacing: 0.3em;
}
.recommendArea .imgWrap {
    height: 487px;
    position: relative;
}
.recommendArea .image01 {
    position: absolute;
    top: 0;
    left: -50px;
}
.recommendArea .image02 {
    position: absolute;
    top: 13px;
    left: 358px;
}


.closeUpArea01.type02 .recommendArea {
    padding-top: 47px;
    background: #e7f5fc;
}
.closeUpArea01.type02 .recommendArea .hdg {
    border-bottom: 1px solid #7db7d1;
}
.closeUpArea01.type02 .recommendArea .imgWrap {
    height: 493px;
}
.closeUpArea01.type02 .recommendArea .image01 {
    top: 0;
    left: -50px;
}
.closeUpArea01.type02 .recommendArea .image02 {
    top: 18px;
    left: 358px;
}
.closeUpArea01.type03 .recommendArea {
    padding-top: 47px;
}
.closeUpArea01.type03 .recommendArea .imgWrap {
    height: 493px;
}
.closeUpArea01.type03 .recommendArea .image01 {
    top: 0;
    left: -50px;
}
.closeUpArea01.type03 .recommendArea .image02 {
    top: 31px;
    left: 358px;
}





.photographersVoice {
    margin: 0 -37px 152px;
    position: relative;
}
.photographersVoice::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 325px;
    width: calc(100% - 325px);
    height: calc(100% - 7px);
    background: #fafddc;
}
.photographersVoice > .inner01 {
    position: relative;
}
.photographersVoice > .inner01 > .inner02 {
    margin-top: -5px;
    padding: 0 37px;
}
.photographersVoice > .inner01 .text01 {
    position: absolute;
    top: 74px;
    left: 48px;
}
.photographersVoice > .inner01 .image01 {
    width: 500px;
    margin-left: auto;
}
.photographersVoice > .inner01 > .inner02 dl {
    display: flex;
    flex-wrap: wrap;
}
.photographersVoice > .inner01 > .inner02 dl + dl {
    margin-top: 0;
}
.photographersVoice > .inner01 > .inner02 dl + p {
    margin-top: 6px;
}
.photographersVoice > .inner01 > .inner02 dl dt {
    color: #e9b63d;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 1em;
    letter-spacing: 0.2em;
}
.photographersVoice > .inner01 > .inner02 dl dd {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
}

.closeUpArea01.type02 .photographersVoice::before {
    background: #e7f5fc;
}
.closeUpArea01.type02 .photographersVoice > .inner01 > .inner02 dl dt {
    color: #7db7d1;
}
.closeUpArea01.type02 .photographersVoice {
    margin-bottom: 120px;
}
.closeUpArea01.type03 .photographersVoice {
    margin-bottom: 120px;
}


.pricePlan {
    padding: 148px 0 0;
    padding: 0 0 0;
    position: relative;
}
.pricePlan .pickup {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -216px;
}
.pricePlan > .inner01 {
    width: 820px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fafddc;
}
.pricePlan .text01 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 17px;
}
.pricePlan .text02 {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
.pricePlan .text02 span {
    font-weight: bold;
}
.pricePlan .text02 .color01 {
    color: #e9b63d;
    margin-right: 1em;
}
.pricePlan .text02 .tax {
    font-size: 1.4rem;
}




.pricePlan > .inner01 .photoList01 {
    width: 640px;
    margin: 0 auto 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pricePlan > .inner01 .photoList01 li {
    width: 48.88%;
}
.pricePlan > .inner01 .photoList01 li.wide {
    width: 100%;
}
.pricePlan > .inner01 > .inner02 {
    padding: 31px 40px 3px;
}
.pricePlan > .inner01 > .inner02 .note01 {
    margin: 16px 0 0;
}
.closeUpArea01.type02 .pricePlan > .inner01 {
    background: #e7f5fc;
}
.closeUpArea01.type02 .pricePlan .text02 .color01 {
    color: #7db7d1;
}


.planArea {
    margin: 72px 0 0;
}
.planArea .hdg {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.planArea .priceList {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.planArea .priceList li {
    width: 32.92%;
}


.btnList01 {
    margin-top: 10px;
    margin-right: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btnList01 li {
    width: 507px;
    margin-top: 10px;
}
li.btn01 a {
    color: #e9b63d;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-left: 10px;
    text-align: center;
    height: 70px;
    border: 2px solid #e9b63d;
    border-radius: 5px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
li.btn01 a:hover {
    opacity: 1;
    background: #fafddc;
}
li.btn01 a::before,
li.reserveBtn01 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #e9b63d;
    transform: translate(0, -50%);
}
li.reserveBtn01 a::before {
    right: 10px;
    transform: translate(0, -37%);
    border-color: transparent transparent transparent #fff;
}





li.telBtn01,
li.reserveBtn01 {
    width: 300px;
}
li.wide {
    width: 100%;
}
li.telBtn01 {
    background: #dcdcdc;
    border-radius: 5px;
}
li.telBtn01 span,
li.reserveBtn01 a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
}
li.telBtn01 span {
    color: #8e8e8e;
}
li.reserveBtn01 a {
    border-radius: 5px;
    border-bottom: 4px solid #d0a034;
    padding-top: 2px;
    background: linear-gradient(180deg, rgba(234,186,64,1) 0%, rgba(234,186,64,1) 50%, rgba(232,178,58,1) 50%, rgba(232,178,58,1) 100%);
    position: relative;
}
li.reserveBtn01 a:hover {
    opacity: 1;
    background: linear-gradient(180deg, rgba(232,178,58,1) 0%, rgba(232,178,58,1) 50%, rgba(234,186,64,1) 50%, rgba(234,186,64,1) 100%);
    position: relative;
}
li.telBtn01 span {
    padding: 0 0 0 90px;
    font-weight: bold;
    position: relative;
}
li.telBtn01 span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 65px;
    width: 16px;
    height: 18px;
    background: url("/images/pc/special/decollte-photogenicjourney/ic07.png") no-repeat 0 0 / 100% auto;
    transform: translate(0, -50%);
}
li.telBtn01.wide span {
    text-align: center;
}

.closeUpArea01.type02 .btn01 a {
    color: #7db7d1;
    border: 2px solid #7db7d1;
}
.closeUpArea01.type02 .btn01 a::before {
    border-color: transparent transparent transparent #7db7d1;
}
.closeUpArea01.type02 .reserveBtn01 a {
    border-bottom: 4px solid #70a5bc;
    background: linear-gradient(180deg, rgba(137,190,213,1) 0%, rgba(137,190,213,1) 50%, rgba(125,184,209,1) 50%, rgba(125,184,209,1) 100%);
}
.closeUpArea01.type02 li.reserveBtn01 a:hover {
    background: linear-gradient(180deg, rgba(125,184,209,1) 0%, rgba(125,184,209,1) 50%, rgba(137,190,213,1) 50%, rgba(137,190,213,1) 100%);
}
.closeUpArea01.type02 li.btn01 a:hover {
    background: #e7f5fc;
}



.otherArea .btn01 a {
    color: #79b5bb;
    border: 2px solid #79b5bb;
    background: #fff;
}
.otherArea .btn01 a::before {
    border-color: transparent transparent transparent #79b5bb;
}
.otherArea .reserveBtn01 a,
.studioArea .reserveBtn01 a {
    border-bottom: 4px solid #72a7ab;
    background: linear-gradient(180deg, rgba(139,192,196,1) 0%, rgba(139,192,196,1) 50%, rgba(127,186,190,1) 50%, rgba(127,186,190,1) 100%);
}
.otherArea .reserveBtn01 a:hover,
.studioArea .reserveBtn01 a:hover {
    background: linear-gradient(180deg, rgba(127,186,190,1) 0%, rgba(127,186,190,1) 50%, rgba(139,192,196,1) 50%, rgba(139,192,196,1) 100%);
}
.otherArea .btnList01 li.btn01 {
    width: 470px;
}
.otherArea li.btn01 a:hover {
    background: #ebf6f7;
}




.btnList02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btnList02 li {
    width: 100%;
}

.btnList02 li.telBtn01 {
    margin-top: 5px;
}

.btnList02 li.telBtn01 span,
.btnList02 li.reserveBtn01 a {
    font-size: 1.6rem;
}
.btnList02 li.reserveBtn01 a {
    padding-left: 15px;
    height: 78px;
}
.btnList02 li.telBtn01 {
    color: #8e8e8e;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.btnList02 li.telBtn01 span {
    text-align: center;
    background: none;
    line-height: 58px;
    display: block;
    height: 58px;
    padding: 0;
}
.btnList02 li.telBtn01 span::before {
    background: none;
}


.btnList02 li.studio {
    text-align: center;
    color: #85bcc1;
    background: #ebf6f7;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 25px 10px;
}



.btnList03 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btnList03 li {
    width: 100%;
}
.btnList03 li + li {
    margin-top: 5px;
}
.btnList03 li a {
    display: block;
    color: #85bcc1;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: left;
    padding: 14px 20px;
    height: auto;
    border: 1px solid #c3dadc;
    border-radius: 5px;
    position: relative;
}
.btnList03 li.btn01 a:hover {
    background: #ebf6f7;
}
.btnList03 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #85bcc1;

    transform: translate(0, -50%);
    border-radius: 0;
}





.pointBox {
    margin: 84px 0 91px;
    padding: 19px 0 41px;
    background: #fafddc;
    position: relative;
}
.pointBox .point {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -202px;
}
.pointBox .text01 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 18px;
}
.pointBox .text02 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    width: 230px;
}
.pointBox > .inner {
    padding: 0 41px 0;
}



.optionArea {
    margin: 36px 0 29px;
}
.optionArea .text01 {
    color: #e9b63d;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 13px;
}
.optionArea .text02 {
    color: #e9b63d;
    font-size: 2.2rem;
    font-weight: bold;
}
.optionArea .text03 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.optionArea .text03 span {
    font-size: 1.4rem;
    font-weight: bold;
}
.optionArea .text04 {
    margin-bottom: 15px;
}





.otherArea {
    margin-top: 154px;
}
.otherArea .text00 {
    margin-bottom: 20px;
}
.otherArea .col01 {
    width: 410px;
}
.otherArea .mapWrap {
    width: 380px;
    text-align: left;
    position: relative;
}
.otherArea .mapWrap li {
    cursor: pointer;
}
.otherArea .mapWrap li span {
    display: block;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.otherArea .mapWrap .mapBtnList li.current span,
.otherArea .mapWrap .mapBtnList li:hover span {
    display: none;
}
.otherArea .mapWrap .mapBtnList li:nth-child(1) span,
.otherArea .mapWrap .mapBtnList li:nth-child(1),
.otherArea .mapWrap .mapBtnList li:nth-child(3) span,
.otherArea .mapWrap .mapBtnList li:nth-child(3),
.otherArea .mapWrap .mapBtnList li:nth-child(4) span,
.otherArea .mapWrap .mapBtnList li:nth-child(4),
.otherArea .mapWrap .mapBtnList li:nth-child(8) span,
.otherArea .mapWrap .mapBtnList li:nth-child(8) {
    width: 87px;
    height: 55px;
}
.otherArea .mapWrap .mapBtnList li:nth-child(2) span,
.otherArea .mapWrap .mapBtnList li:nth-child(2) {
    width: 86px;
    height: 55px;
}
.otherArea .mapWrap .mapBtnList li:nth-child(5) span,
.otherArea .mapWrap .mapBtnList li:nth-child(5),
.otherArea .mapWrap .mapBtnList li:nth-child(6) span,
.otherArea .mapWrap .mapBtnList li:nth-child(6),
.otherArea .mapWrap .mapBtnList li:nth-child(7) span,
.otherArea .mapWrap .mapBtnList li:nth-child(7),
.otherArea .mapWrap .mapBtnList li:nth-child(9) span,
.otherArea .mapWrap .mapBtnList li:nth-child(9) {
    width: 81px;
    height: 61px;
}

.otherArea .mapWrap .mapBtnList li:nth-child(1) {
    position: absolute;
    top: 115px;
    left: 0;
    background: url("/images/pc/special/decollte-photogenicjourney/bt08on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 106px;
    background: url("/images/pc/special/decollte-photogenicjourney/bt01on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(3) {
    position: absolute;
    top: 141px;
    left: 295px;
    background: url("/images/pc/special/decollte-photogenicjourney/bt02on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(4) {
    position: absolute;
    top: 206px;
    left: 295px;
    background: url("/images/pc/special/decollte-photogenicjourney/bt03on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(5) {
    position: absolute;
    top: 273px;
    left: 261px;
    background: url("/images/pc/special/decollte-photogenicjourney/bt04on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(6) {
    position: absolute;
    top: 273px;
    left: 167px;
    background: url("/images/pc/special/decollte-photogenicjourney/bt05on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(7) {
    position: absolute;
    top: 68px;
    left: 106px;
    background: url("/images/pc/special/decollte-photogenicjourney/bt06on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(8) {
    position: absolute;
    top: 47px;
    left: 0;
    background: url("/images/pc/special/decollte-photogenicjourney/bt07on.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(9) {
    position: absolute;
    top: 183px;
    left: 0;
    background: url("/images/pc/special/decollte-photogenicjourney/bt09on.png") no-repeat 0 0;
}

.otherArea .mapWrap .mapBtnList li:nth-child(1) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt08.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(2) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt01.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(3) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt02.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(4) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt03.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(5) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt04.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(6) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt05.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(7) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt06.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(8) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt07.png") no-repeat 0 0;
}
.otherArea .mapWrap .mapBtnList li:nth-child(9) span {
    background: url("/images/pc/special/decollte-photogenicjourney/bt09.png") no-repeat 0 0;
}



.otherArea > .box03 > .otherInner > .inner {
    padding: 21px 17px 20px 20px;
    background: #ebf6f7;
    text-align: left;
}
.otherArea .text01 {
    text-align: center;
    color: #fff;
    background: #85bcc1;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.3em 0;
    position: relative;
}
.otherArea .text01::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 14px 11.5px 0;
    border-color: transparent #85bcc1 transparent transparent;
}

.otherArea > .box03 > .otherInner > .inner .text02 {
    width: 384px;
    padding: 0;
}

.otherArea .col01 {
    position: absolute;
    right: 37px;
    margin-top: -342px;
    width: 410px;
}
.otherArea .col01 .otherPhoto {
    display: none;
}
.otherArea .col01 .otherPhoto#awajiPhoto {
    display: block;
}
.otherArea > .box03 > .otherInner > .inner > .otherDetail {
    display: none;
}
.otherArea > .box03 > .otherInner > .inner > .otherDetail#awaji {
    display: block;
}

.otherArea > .box03 > .otherInner > .inner > .otherDetail .photoList02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 0;
}

.otherArea > .box03 > .otherInner > .inner > .otherDetail .photoList02 li {
    margin-top: 15px;
}



.pointArea {
    margin-top: 157px;
    margin-bottom: 0;
}
.pointArea .text01 {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 0 12px;
}
.pointArea .text02 {
    margin: 0 0 24px;
}
.pointArea .text03 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 9px 0 0;
}
.pointArea .text03 span {
    color: #85bcc1;
    font-weight: bold;
}
.pointArea .text04 {
    text-align: left;
    margin: 14px 10px 4px;
    font-size: 1.4rem;
}
.pointArea .icon {
    margin: 0 auto 7px;
}
.pointArea > .inner {
    width: 820px;
    margin: 0 auto;
}
.pointArea .box07 {
    width: 270px;
}
.pointArea .note01 {
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: left;
}


.flowArea {
    margin-top: 154px;
}
.flowArea .text01 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.flowArea .text02 {
    margin: 9px 0 0;
}
.flowArea .step + .step {
    margin-top: 36px;
    position: relative;
}
.flowArea .step + .step::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 24.5px 0 24.5px;
    border-color: #e8e8e8 transparent transparent transparent;
    transform: translate(-50%, 0);
}
.flowArea .step .title {
    text-align: left;
    border-bottom: 2px solid #ededed;
}
.flowArea .step .title span {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}
.flowArea .step .title img {
    width: auto;
    height: 47px;
    vertical-align: middle;
    display: inline-block;
}
.flowArea .note01 {
    margin: 0 auto;
}




.studioArea {
    margin-top: 74px;
    padding-top: 86px;
}
.studioArea .text01 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.studioArea .text02 {
    text-align: center;
    color: #fff;
    background: #85bcc1;
    font-size: 2rem;
    font-weight: bold;
    padding: 7px 0 8px;
    margin-top: 40px;
}
.studioArea .text03 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 5px 0 3px 1.2em;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
}
.studioArea .text03::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c3dadc;
}
.studioArea .areaList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px;
}
.studioArea .areaList01 li {
    width: 130px;
    text-align: center;
    border-radius: 5px;
    background: #ebf6f7;
    border: 1px solid #c3dadc;
    font-size: 2rem;
    font-weight: bold;
    color: #85bcc1;
    padding: 0.55em 0;
    cursor: pointer;
}
.studioArea .areaList01 li.current,
.studioArea .areaList01 li:hover {
    color: #fff;
    background: #85bcc1;
    border: 1px solid #85bcc1;
    position: relative;
}
.studioArea .areaList01 li.current::before {
    content: '';
    position: absolute;
    bottom: -6.5px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 8.75px 0 8.75px;
    border-color: #85bcc1 transparent transparent transparent;
    transform: translate(-50%, 0);
}
.studioArea .areaDetail .shop,
.studioArea .areaDetail .prefWrap {
    width: 400px;
}
.studioArea .areaDetail .shop .inner {
    display: flex;
    justify-content: space-between;
}
.studioArea .areaDetail .shop .inner .image01 {
    width: 200px;
}
.studioArea .areaDetail .shop .inner .image01 img {
    width: 200px;
    height: auto;
}
.studioArea .areaDetail .shop .inner .btnList02 {
    width: 195px;
}


.teikyo {
    width: 980px;
    margin: 73px auto 5px;
    text-align: right;
    font-size: 1.2rem;
}




body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .animated.hinge {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }

  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
