@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap');

body{
    font-size: 1.4375rem;
    color: #333;
}

.l-content .l-inner{
    max-width: 1000px;
    width: 100%;
    color: #333;
    position: relative;
}
.inner{
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
}

.sp{display: block;}
.pc{display: none;}
@media only screen and (min-width:768px){
    .sp{display: none;}
    .pc{display: block !important;}
}

/* フェードイン */
.js-fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeIn.is-inview {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .3s;
}

img{
    width: 100%;
}

h1{
    font-size: 1.875rem;
}
h2{
    font-family: "Sawarabi Mincho", serif;
    font-size:  1.625rem;
    letter-spacing: 2px;
}
@media only screen and (min-width:768px){
    h2{
        font-size: 1.8rem;
    }
}
h3{
    font-family: "Sawarabi Mincho", serif;
    font-size: 1.375rem;
    letter-spacing: 2px;
}
h4{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
}
p{
    font-size: 1.2rem;
    letter-spacing: 1px;
}
span.hl{
    font-size: 2.5625rem;
    font-weight: 600;
}
span.note{
    font-size: 1.2rem;
    line-height: 1.8;
}
.mincho{
    font-family: "Sawarabi Mincho", serif;
}
.lora{
    font-family: "Lora", serif;
}

/*ご予約はこちら*/
a.reserve {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 70%;
	margin: 1em auto 0px;
	padding: 0.6em 0rem;
	background: #FFDE46;
    border: 1px solid #FFDE46;
	border-radius: 30px;
	position: relative;
	transition: 0.5s;
    font-size: 1.3rem;
    line-height: 1.8;
}
a.reserve::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 25px;
	height: 1px;
	background-color: #fff;
    transition: 0.5s;
}
a.reserve:hover{
    opacity: 1;
}
a.reserve:hover::after {
    right: -1em;
}

/*もっと見る*/
a.viewmore {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 70%;
	margin: 2em auto 0px;
	padding: 0.6em 0rem;
	background: #fff;
    border: 1px solid #333;
	border-radius: 30px;
	position: relative;
	transition: 0.5s;
    font-size: 1.3rem;
    line-height: 1.8;
}
a.viewmore::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 25px;
	height: 1px;
	background-color: #333;
    transition: 0.5s;
}
a.viewmore:hover{
    opacity: 1;
}
a.viewmore:hover::after {
    right: -1em;
}
@media only screen and (min-width:768px){
    a.viewmore {
        width: 300px;
    }
}

a.flowmore{
    color: #fff;
    background: #938e8c;
    border: 1px solid #938e8c;
}
a.flowmore::after {
    background-color: #fff;
}

/* slick */
.main .slick-prev:before,
.main .slick-prev:after,
.main .slick-next:before,
.main .slick-next:after {
    content: none;
}
.main .slick-prev {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    transition: 0.3s;
    display: inline-block;
    font-size: 0;
    left: 38%;
    bottom: -5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0a0909;
    border-left: 1px solid #0a0909;
    transform: rotate(-45deg);
}
.main .slick-next {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    transition: 0.3s;
    display: inline-block;
    font-size: 0;
    right: 38%;
    bottom: -5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0a0909;
    border-left: 1px solid #0a0909;
    transform: rotate(135deg);
}
.main .slick-num {
    bottom: -7%;
    font-size: 1.2rem;
    left: 0;
    line-height: 2;
    position: absolute;
    right: 0;
    text-align: center;
    letter-spacing: 1px;
}
.main button{
    background-color: unset;
    padding: 3px;
}

/*固定*/
:root{
    --maincolor : #e8d1d1;
    --subcolor : #3c3938;
    --bgcolor : #f7f5f5;
    --linkcolor : #ebdddd;
    --cvcolor : #e1b7b7;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.l-header .c-logo {
    width: 106px;
    height: auto;
    margin-left: 10px;
}
.l-header .c-logo img{
    height: 100%;
}
@media only screen and (min-width:961px){
    .l-header .c-logo {
        width: 150px;
    }
    .l-header .c-logo img{
        height: 100%;
    }
    .o-header__box {
        flex-wrap: nowrap;
        gap: 2em;
        width: 80%;
    }
    .o-header__box .o-header__bottom{
        margin-top: 0;
    }
    .o-gnav-sub__item:nth-child(n + 2) {
        margin-left: 18px;
    }
    .o-header__reserve{
        width: 20%;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
        white-space: nowrap;
        padding: 0.5em 0;
        background-color: #de9da7;
    }
    .o-gnav-sub__item > a:after {
        height: 2px;
        background: #de9da7;
        bottom: 0px;
    }
}
    
/* hamburger */
.o-head-modal{
    padding-bottom: 0;
}
.o-head-modal__btn .c-btn-link {
    width: 100%;
}
.c-btn-link {
    background: var(--cvcolor);
}
.c-nav-menu {
    flex-direction: column;
}
.c-nav-menu__item {
    width: 100%;
    border-bottom: 1px dotted #938E8C;
}
.c-nav-menu__item a {
    padding: 8.5px 0 8.5px 5px;
}
.c-nav-menu__item:nth-child(odd) a {
    padding-left: 5px;
}
/* hamburger -sns */
.o-head-modal_sns{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin-top: 2em;
}
.o-head-modal_sns .c-sns-link{
    width: 29px;
}
.o-head-modal_sns .c-sns-link.-x{
    width: 26px;
}
.o-head-modal_sns img{
    width: 100%;
}

/*------------------------------------------------------------
	メイン
------------------------------------------------------------*/
.main{
    margin: 60px auto 0;
    max-width: 1000px;
}
@media only screen and (min-width:961px){
    .main{
        margin-top: 96px;
    }
}

/* head */
.head{
    position: relative;
    z-index: 1;
}
.head__area{
    position: relative;
}
.head__area h1{
    position: absolute;
    width: 70%;
    left: 28%;
    bottom: 8%;
    z-index: 1;
}
.slider-shonanMv{
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: 0 auto 0 0;
}
.slider-shonanMv__item{
    object-fit: cover;
}
.add-animation {
    /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
    /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
    animation: aut-fade 5s both;
}
@keyframes aut-fade {
    0% {
        transform: scale(1.05);
        /*transform: scale(1);*/
    }
    100% {
        transform: scale(1);
        /*transform: scale(1.05);*/
    }
}
.head__area .slick-slide {
    height: auto;
}
.head__area .slick-dots {
    top: 0%;
    left: 92%;
}
.head__area .slick-dots li {
    display: block;
}
.slick-dots li button:before {
    font-size: 7px;
}
.slick-dots li button:before {
    color: #ebdddd;
}
.slick-dots li.slick-active button:before {
    color: #de9da7;
}

@media only screen and (min-width:768px){
    .mv__wrap {
        margin-left: 2em;
    }
    .head__area h1 {
        width: 63%;
        left: 26%;
    }
    .slider-shonanMv {
        width: 62%;
    }
    .mv__wrap img{
        width: 100%;
    }
    .head__area .slick-dots {
        left: 95%;
    }
}
@media only screen and (min-width:961px){
    .head__area h1 {
        width: 67%;
        left: 24%;
    }
    .slider-shonanMv {
        width: 48%;
    }
    .head__area .slick-dots {
        left: 95%;
    }
}

/* concept */
.concept__area{
    position: relative;
    padding-top: 5em;
}
.concept__area::before{
    position: absolute;
    content: '';
    top: -10em;
    left: 0;
    width: 100%;
    height: 108%;
    background-color: var(--bgcolor);
    z-index: 0;
}
.concept__area .inner{
    text-align: center;
}
.concept__wrap{
    margin-bottom: 5em;
    position: relative;
    z-index: 0;
}
p.title-deco{
    font-family: "Noto Sans JP", serif;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}
.concept__wrap h2{
    margin: 1em 0;
}
span.weight{
    font-weight: 600;
}
.concept__wrap-img{
    position: relative;
    z-index: 1;
}
.concept__box-img > div{
    width: 80%;
}
.concept__box-img > div:nth-child(2){
    margin-left: auto;
}
.concept__wrap-img img{
    margin-bottom: 2em;
}
@media only screen and (min-width:768px){
    .concept__area::before {
        top: -18em;
        height: 112%;
    }
    .concept__box-img{
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        gap: 10px;
        width: 85%;
        margin: 0 auto;
    }
    .concept__box-img > div:nth-child(1) {
        width: 48%;
    }
    .concept__box-img > div:nth-child(2){
        width: 50%;
    }
    .concept__box-img > div:nth-child(2) {
        margin-top: 10em;
    }
    .concept__wrap-img img{
        margin-bottom: 0;
    }
    .concept__box-mv{
        margin: 2em auto 0;
        width: 90%;
    }
}
@media only screen and (min-width:961px){
    .concept__area::before {
        height: 110%;
    }
}

/* welcome */
.welcome__wrap{
    height: 100vh;
    position: relative;
    margin-bottom: 5em;
}
.welcome__box{
    position: absolute;
    top: 50%;
}
.welcome__content{
    transform: translateY(-50%);
    text-align: center;
}
.welcome__content img{
    margin: 2em 0;
}
@media only screen and (min-width:768px){
    .welcome__wrap.inner{
        max-width: 500px;
        height: 130vh;
    }
}
@media only screen and (min-width:961px){
    .welcome__content p{
        font-size: 1.4rem;
    }
}

/* explanation */
.explanation__area{
    position: relative;
}
.explanation__area::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 95%;
    top: 22em;
    left: 5%;
    background-color: var(--maincolor);
    background-size: 10px 20px;
    z-index: 1;
}
.explanation__area h2{
    text-align: center;
    margin-bottom: 2em;
}
.explanation__wrap:not(:first-child){
    position: relative;
}
.explanation__wrap:not(:last-child){
    margin-bottom: 8em;
}
.wrap__box .box__content{
    position: relative;
    z-index: 1;
}
.explanation__wrap:nth-child(1) .wrap__box .box__content{
    z-index: 0;
}
.wrap__box .box__content p.lora{
    position: absolute;
    bottom: -0.8em;
    right: 0;
    color: var(--maincolor);
    font-size: 5rem;
    font-weight: 100;
    letter-spacing: 5px;
    white-space: nowrap;
}

/*1文字ずつ表示*/
/*@keyframes reveal {
    from {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.wrap__box .box__content .char {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    animation: reveal 0.5s forwards;
}*/





.wrap__title{
    position: relative;
}
.wrap__title::before {
    position: absolute;
    content: '';
    top: 20%;
    left: 0;
    width: 90%;
    height: 10em;
    transform: translateY(-50%);
    background-color: var(--bgcolor);
    z-index: -5;
}
.wrap__box .wrap__title .inner{
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 2em 0 0 auto;
}
.explanation__wrap .wrap__sentence .inner{
    max-width: calc(100% - 40px);
    margin: 0 0 0 auto;
}
.explanation__wrap .wrap__sentence .inner > div{
    margin: 7em 0;
}
.explanation__wrap .wrap__sentence p.mincho{
    margin-right: 2em;
}
.explanation__wrap .wrap__sentence p.mincho:not(:last-child){
    margin-bottom: 3em;
}
.explanation__wrap .box__desc{
    display: flex;
    flex-direction: row;
    gap: 20px 10px;
    width: 95%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.explanation__wrap .box__desc > div {
    width: 48%;
}
.explanation__wrap .box__desc h4{
    margin-top: 0.5em;
}
.explanation__wrap .box__space img{
    margin-bottom: 0.5em;
}
.explanation__wrap:nth-child(1) .box__space {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
}
.explanation__wrap:nth-child(1) .box__space > div{
    width: 70%;
}
.explanation__wrap:nth-child(1) .box__space > div:nth-child(2){
    margin-left: 5em;
}
@media only screen and (min-width:430px){
    .explanation__area::before{
        left: 3%;
    }
}
@media only screen and (min-width:768px){
    .explanation__area::before {
        height: 93%;
        top: 24em;
        left: 10%;
    }
    .explanation__inner{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .explanation__wrap .wrap__box{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .wrap__box .box__content {
        width: 62%;
    }
    .wrap__box .box__content p.lora {
        top: 71%;
        left: 95%;
    }
    .wrap__box .wrap__title {
        width: 38%;
        margin: 10% auto 0;
    }
    .wrap__title::before{
        position: absolute;
        content: '';
        top: 130%;
        left: -21em;
        width: 170%;
        height: 19em;
        transform: translateY(-50%);
        background-color: var(--bgcolor);
        z-index: -5;
    }
    .wrap__box .wrap__title .inner{
        max-width: unset;
        margin: 0;
    }
    .explanation__wrap .wrap__sentence .inner {
        max-width: calc(100% - 120px);
    }
    .explanation__wrap .box__desc {
        gap: 20px 15px;
    }
    .explanation__wrap .box__desc > div {
        width: 31%;
    }
    .explanation__wrap:nth-child(1) .box__space {
        display: flex;
        flex-direction: column;
    }
    .explanation__wrap:nth-child(1) .box__space > div {
        width: 55%;
    }
    .explanation__wrap:nth-child(1) .box__space > div:nth-child(2){
        margin-left: 16em;
    }
    .explanation__wrap .box__space > div {
        width: 60%;
    }
}
@media only screen and (min-width:961px){
    .explanation__inner {
        width: calc(100% - 120px);
    }
    .wrap__box .box__content p.lora {
        top: 68%;
        left: 94%;
        font-size: 6.8rem;
    }
    .explanation__wrap .box__desc h4{
        font-size: 1.2rem;
    }
    .explanation__wrap .wrap__sentence p.mincho{
        font-size: 1.4rem;
    }
    .explanation__wrap .box__space div:nth-child(1){
        width: 50%;
    }
}


/* studioGallery */
.studioGallery__area{
    margin-top: 12em;
    text-align: center;
    padding: 8em 0px;
    background-color: var(--bgcolor);
}
.studioGallery__area h3{
    margin: 1em 0;
    font-size: 1.2rem;
}
.studioGallery__area .slick-num {
    bottom: -9%;
}
.studioGallery__area .slider_container .slick-prev {
    bottom: -7%;
}
.studioGallery__area .slider_container .slick-next {
    bottom: -7%;
}
.studioGallery__area .slick-slide {
    height: auto;
}
.studioGallery__area a{
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    width: 300px;
    margin: 2em auto 0;
    padding: 0.8em 0;
    letter-spacing: 1px;
    background-color: #938e8c;
}
.studioGallery__area a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    background-color: #fff;
}
.studioGallery__area a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    left: 85%;
    right: -0.05em;
    transform: rotate(45deg);
    transform-origin: top right;
    box-sizing: border-box;
}
@media (hover : hover){
    .studioGallery__area a:hover{
        color: #000;
        background-color: var(--cvcolor);
    }
    .studioGallery__area a:hover::before{
        background-color: #fff;
    }
    .studioGallery__area a:hover::after{
        border: 1px solid #fff;
        border-left: 0;
        border-bottom: 0;
    }
}
@media only screen and (min-width:768px){
    .studioGallery__area a {
        width: 300px;
        margin: 2em auto 0;
    }
    .studioGallery__area a::before {
        left: 80%;
    }
    .studioGallery__area a::after {
        left: 85%;
    }
}

/* afterShooting */
.afterShooting__area{
    margin-top: 9em;
}
.afterShooting__area h2{
    margin-bottom: 2em;
    text-align: center;
}
.afterShooting__wrap .box__desc{
    display: flex;
    flex-direction: row;
    gap: 20px 10px;
    width: 95%;
    margin: 3em auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.afterShooting__wrap .box__desc > div{
    width: 48%;
}
.afterShooting__wrap .box__desc h4{
    margin-top: 0.5em;
}
.afterShooting__area h3{
    text-align: center;
    line-height: 3;
    margin: 7em 0;
}
@media only screen and (min-width:768px){
    .afterShooting__area.inner{
        width: calc(100% - 80px);
    }
    .afterShooting__wrap .box__desc{
        width: 90%;
    }
    .afterShooting__wrap .box__desc > div {
        width: 31%;
    }
    .afterShooting__area h3 {
        line-height: 5;
        margin: 10em 0;
    }
}
@media only screen and (min-width:961px){
    .afterShooting__area.inner{
        width: calc(100% - 120px);
    }
}

/* 料金プラン */
/*.o-detail-plan {
    background: unset;
    background-color: var(--bgcolor);
}*/
.o-detail-plan h2{
    text-align: center;
}

.serchArea {
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
}
@media (min-width: 961px) {
    .serchArea {
        width: 1000px;
    }
}
.serchArea p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.searchBox .buttonBox {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 0.5em;
}
.searchBox button.search {
    display: flex;
    width: 120px;
    padding: 8px 8px;
    text-align: left;
    color: #fff;
    background-color: #928985;
    border-radius: 50px;
    letter-spacing: 1px;
    line-height: 1;
    align-items: flex-start;
}
.searchBox button.search p {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 1.1rem;
}
.searchBox button.search span {
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 2px;
}
.searchBox button.search p.material-symbols-outlined {
    font-size: 1rem;
    font-weight: 600;
    margin: 0px 0 0 0;
    line-height: 1;
    background-color: #fff;
    border-radius: 50px;
    color: #928985;
    padding: 5px;
}
.searchBox .reset {
    background: unset;
    border: none;
    padding: 0 8px;
    color: #6f6763;
    text-decoration: underline;
    font-size: 1rem;
    letter-spacing: 1px;
    cursor: pointer;
}
.o-detail-plan__box__col .none {
    display: none;
    margin: 12px auto;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.c-box-plan__img .slick-arrow{
    display: none !important;
}
.c-box-contents__area .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.c-box-plan .c-txt-sub {
    text-align: left;
}

.c-box-plan__img .slick-slide{
    height: auto;
}
.c-box-plan__img img{
    height: auto;
}

.c-column-btns{
    flex-direction: column;
    gap: 1em;
}
.c-btn__main {
    width: 300px;
    border-radius: 0;
}
.c-btn__main a::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    background-color: #fff;
}
.c-btn__main a::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    left: 85%;
    right: -0.05em;
    transform: rotate(45deg);
    transform-origin: top right;
    box-sizing: border-box;
}
.c-btn__main.-primary {
    background: var(--cvcolor);
    border: 1px solid var(--cvcolor);
}
.c-btn__main.-primary a::before{
    background-color: #333;
}
.c-btn__main.-primary a::after{
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
}
@media only screen and (min-width:768px){
    .c-btn__main {
        width: 300px;
    }
    .c-column-btns {
        flex-direction: row;
    }
    .c-btn__main a::before {
        left: 80%;
    }
    .c-btn__main a::after {
        left: 85%;
    }
}
@media (max-width: 960px) {
    .o-lead-plan__list {
        gap: 10px 30px;
    }
    .o-lead-plan__item {
        width: calc((100% - 30px) / 2);
    }
    .c-column-btns {
        margin: 60px auto 0;
    }
    .o-detail-plan__attention {
        width: 90%;
        margin: 50px auto 0;
    }
    .c-column-btns .c-btn__main:nth-child(2n) {
        margin-top: 0px;
    }
}
@media only screen and (min-width:961px){
    .c-column-btns {
        flex-direction: row;
        margin: 40px auto 0;
    }
    .c-btn__main p {
        padding: 1em 0;
    }
}

.modal-outer.detail .close-btn-top::before {
    left: 19px;
}
.modal-inner-container .slick-slide{
    height: auto;
}
.detail .sliderProduct .slick-list{
    height: auto !important;
}

/* reserve__area */
.reserve__area{
    width: 90%;
    margin: 2em auto;
    text-align: center;
    padding: 5em 0;
    background-color: var(--bgcolor);
}
.reserve__area.-footer{
    width: 100%;
    margin: 0;
    background-color: #ece8e8;
}
.reserve__area h2{
    margin-bottom: 1em;
}
.reserve__area .inner{
    max-width: 1000px;
}
.reserve__wrap{
    position: relative;
    margin: 2em 0 0;
}
.reserve__wrap::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: var(--linkcolor);
    background-size: 10px 20px;
    z-index: 0;
}
.reserve__wrap h3{
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
    background-color: var(--linkcolor);
    position: relative;
    z-index: 1;
}
.reserve__wrap h3:not(:last-child){
    margin-bottom: 2em;
}
.reserve__area a{
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    width: 300px;
    margin: 3em auto 0;
    padding: 1em;
    letter-spacing: 1px;
    background: linear-gradient(to right, #de9da7, #f2ab8b);
    transition: 1s linear;
    border-radius: 50px;
    z-index: 0;
}
.reserve__area a::before{
    /*position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    background-color: #fff;*/
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, #f2ab8b, #de9da7);
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.5s;
}
.reserve__area a::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    left: 85%;
    right: -0.05em;
    transform: rotate(45deg);
    transform-origin: top right;
    box-sizing: border-box;
}
a.reserve__contents {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}
.lock-img {
    width: 25px;
    height: 23px;
    transition: opacity 0.3s ease-in-out;
}
.lock-img.open {
    display: none;
}

@media (hover : hover){
    .reserve__area a:hover{
        opacity: 1;
        background: linear-gradient(to right, #f2ab8b, #de9da7);
    }
    .reserve__area a:hover::before{
        background-color: #fff;
        opacity: 1;
    }
    .reserve__area a:hover::after{
        border: 1px solid #fff;
        border-left: 0;
        border-bottom: 0;
    }
}
@media only screen and (min-width:768px){
    .reserve__area {
        margin: 4em auto;
    }
    .reserve__area .inner{
        width: calc(100% - 80px);
        margin: 0 auto;
    }
    .reserve__wrap {
        display: flex;
        justify-content: space-between;
    }
    .reserve__wrap::before {
        width: 90%;
        height: 1px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .reserve__wrap h3 {
        width: 31%;
        margin: 0;
    }
    .reserve__wrap h3:not(:last-child) {
        margin-bottom: 0;
    }
}

/* コフレの撮影プラン plan */
.plan__area {
    margin: 2em auto;
    text-align: center;
    padding: 5em 0;
}
.o-lead-plan__item:nth-child(n + 3) {
    margin-top: 5px;
}
.o-lead-plan__item a{
    height: auto;
}
.o-lead-plan__item a:after {
    content: unset;
}
.o-lead-plan__item:hover a,
.o-lead-plan__item:hover a:after {
    opacity: unset;
}
.o-lead-plan__item a:hover,
.o-lead-plan__item a:after:hover {
    opacity: 1;
}
.o-lead-plan__item:hover a .o-lead-plan__ttl {
    background: #fff;
    opacity: 1;
}
.o-lead-plan__item a:hover .o-lead-plan__ttl {
    background: #BDBAB9;
    opacity: 1;
}
.o-lead-plan__item:hover a .o-lead-plan__ttl p {
    color: unset;
    opacity: 1;
}
.o-lead-plan__item a:hover .o-lead-plan__ttl p {
    color: #fff;
    opacity: 1;
}
.o-lead-plan__item a img {
    height: auto;
}
@media (min-width: 768px) {
    .o-lead-plan .inner {
        width: calc(100% - 80px);
    }
}
@media (min-width: 961px) {
    .o-lead-plan__list {
        gap: 3em 0;
    }
    .o-lead-plan__item {
        height: 180px;
    }
    .o-lead-plan__item a img {
        height: 100%;
    }
    .o-lead-plan__item:nth-child(n + 4) {
        margin-top: 30px;
    }
    .o-lead-plan__item:nth-child(n + 3) {
        margin-top: 0px;
    }
    .o-lead-plan__item a:after, .o-lead-plan__ttl {
        height: 35px;
    }
    .o-lead-plan__ttl {
        bottom: 38px;
    }
    .o-lead-plan__ttl p {
        font-size: 1.6rem;
    }
}

/* campaign */
.o-detail-campaign {
    margin: 5em 0 0;
}
.recommendPlan{
    margin-top: 5em;
}
.recommendPlan h2 {
    margin-bottom: 1em;
}
.recommendPlan .o-detail-plan__box:nth-child(n + 2) {
    margin-top: 0px;
}
.recommendPlan .c-box-plan {
    padding: 25px 15px 25px;
}
.recommendPlan .c-box-plan:not(:last-child) {
    margin-bottom: 2em;
}
.recommendPlan .c-box-content__detail__item::before{
    content: none;
}
.c-post-note {
    font-size: 2rem;
}
.recommendPlan .benefits{
    padding: 1em;
    margin-top: 1em;
    background-color: #f2efef;
}
.opening{
    margin-top: 1em;
}
@media (min-width: 768px) {
    .recommendPlan .c-box-plan__img{
        width: 100%;
    }
    .recommendPlan .c-box-plan h3{
        font-size: 2rem;
        margin-top: 1em;
    }
}
@media (max-width: 960px) {
    .c-post-note {
        font-size: 1.6rem;
    }
}
@media (min-width: 961px) {

    .recommendPlan .o-detail-plan__box__col .c-box-plan {
        width: calc((100% / 2) - 0.5em);
    }
    .recommendPlan .c-box-plan__img{
        width: 100%;
    }
    .recommendPlan .c-post-note,
    .recommendPlan .c-txt-price,
    .recommendPlan .c-txt-price__sub{
        display: block;
        text-align: center;
    }
    .recommendPlan .c-box-content__detail__item{
        display: block;
        text-align: left;
        width: calc((100% / 2) - 0.2em);
    }
}


/* フォトギャラリー */
.o-detail-gallery{
    margin: 5em auto 0;
}
.o-detail-gallery h2{
    text-align: center;
}

/* corde */
.corde__area{
    margin: 5em auto 0;
}
.corde__area h2{
    text-align: center;
}
.slider_container {
    margin: 2em auto 6em;
    position: relative;
    width: 100%;
}
.slider_container img {
    height: auto;
    width: 100%;
}
.corde__area .slick-num {
    bottom: -6%;
}
.corde__area button{
    background-color: unset;
    padding: 3px;
}

@media only screen and (min-width:768px){
    .slider_container {
        width: 60%;
    }
}

/* goto */
.goto__area{
    margin: 5em 0;
    padding: 3em 0;
    background-color: #F2EFEF;
}
.goto__area h2{
    text-align: center;
}
.goto__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 2em 0;
}
.goto__wrap h3{
    font-family: inherit;
    text-align: center;
    font-size: 1.2rem;
}
.goto__wrap > div{
    width: 47%;
}
.goto__wrap > div img{
    width: 90%;
    margin: 0 auto 0.5em;
    border-radius: 50%;
}
@media only screen and (min-width:768px){
    .goto__area{
        padding: 5em 0;
    }
    .goto__wrap > div {
        width: 22%;
    }
}
@media only screen and (min-width:961px){
    .goto__area .inner{
        width: calc(100% - 100px);
    }
}

/* can */
.can__area h2{
    margin-bottom: 1em;
    text-align: center;
}
.can__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.can__wrap h3{
    width: 300px;
    text-align: center;
    padding: 0.5em 1em;
    background-color: var(--linkcolor);
}
@media only screen and (min-width:768px){
    .can__wrap{
        gap: 15px;
    }
    .can__wrap h3{
        width: 31%;
    }
}
@media only screen and (min-width:961px){
    .can__area.inner{
        width: calc(100% - 100px);
    }
    .can__wrap h3 {
        padding: 0.8em 1em;
    }
}

/* info */
.o-detail-info{
    margin: 5em 0 0;
    padding: 3em 0;
    background-color: var(--bgcolor);
}
.o-detail-info h2{
    text-align: center;
}
.o-detail-info dl{
    margin-bottom: 2em;
}
@media only screen and (min-width:768px){
    .o-detail-info .inner {
        width: calc(100% - 80px);
    }
}
@media only screen and (min-width:961px){
    .o-detail-info{
        padding: 3em 0 4em;
    }
    .o-detail-info .c-list-info {
        margin-top: 2em;
    }
    iframe{
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }
}


/* news */
.news__area{
    padding-top: 5em;
}
.news__area h2{
    margin-bottom: 1em;
}
.news__area dl{
    padding-bottom: 2em;
    border-bottom: 1px solid #938e8c;
}
.news__area dl:not(:first-child){
    padding-top: 2em;
}
.news__area dt{
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.news__area h3{
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 600;
}
.news__area p{
    color: #7f7f7f;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
@media only screen and (min-width:961px){
    .news__area .inner {
        width: calc(100% - 180px);
    }
    .news__area dl{
        display: flex;
        align-items: flex-start;
        gap: 3em;
    }
}

/* sns */
.sns__area{
    text-align: center;
    margin: 5em auto 0;
    padding: 3em 0;
    background-color: var(--bgcolor);
}
.sns__area p.text{
    margin-bottom: 2em;
}
.sns__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.sns__wrap::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d2cec5;
    transform: translateY(-50%);
}
.sns__box{
    width: 45%;
    margin: 1em 0;
}
.sns__box .app{
    margin-bottom: 2em;
}
.sns__box p{
    margin-bottom: 0.5em;
}
.sns__box img{
    width: 75px;
    margin: 0 auto 1em;
}
.sns__box h3{
    font-family: inherit;
    font-size: 1.2rem;
}
.sns__box h4{
    font-family: "Sawarabi Mincho", serif;
    font-weight: normal;
    font-size: 1.375rem;
}

/* mvFooter */
.mvFooter__area{
    position: relative;
}
.mvFooter__area h2{
    position: absolute;
    width: 60%;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.o-fixed-banner {
    background: var(--cvcolor);
}
.wrap__box .fLogo {
    width: 170px;
    margin: 0 auto 1em;
}
.l-footer {
    margin-bottom: 5em;
}
.o-footer-gnav__item a p:after{
    height: 2px;
    background: #de9da7;
    bottom: 0px;
}

@media (max-width: 960px) {
    .c-logo-group a {
        width: 23.5px;
    }
    .o-footer-gnav__item {
        width: 100%;
    }
    .o-footer-gnav__item:nth-child(even) a {
        padding-left: 0;
    }
    .o-footer-gnav__item:nth-child(odd) a:after {
        margin-right: 0;
    }
    .o-footer-gnav__item:nth-child(even) a:after {
        margin-right: 0;
    }

    .o-footer-bottom ul li {
        width: 100%;
    }
    .o-footer-bottom ul li:nth-child(even) a {
        padding-left: 0;
    }
    .o-footer-bottom ul li:nth-child(odd) a:after {
        margin-right: 0;
    }
    .o-footer-bottom ul li:nth-child(even) a:after {
        margin-right: 0;
    }
}
@media only screen and (min-width:961px){
    .fContent__wrap{
        display: flex;
        justify-content: space-between;
    }
    .wrap__box .fLogo {
        width: 200px;
        margin: 0 auto 3em;
    }
    .c-logo-group a {
        width: 25px;
    }
    .c-logo-group a:nth-child(n + 2) {
        margin-left: 30px;
    }
    .o-footer-gnav {
        margin-top: 1em;
    }
    .o-footer-bottom {
        justify-content: flex-end;
    }
    .o-footer-bottom ul li:nth-child(n + 2) {
        margin-left: 30px;
    }
}





/*------------------------------------------------------------
	スタジオ紹介
------------------------------------------------------------*/

.main.-studio h1{
    font-size: 1.875rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 2em 0;
    background-color: var(--bgcolor);
}
.main.-studio .studioGallery__area {
    margin: 2em 0 5em;
    text-align: center;
    padding: 0em 0px;
    background-color: unset;
}
.main.-studio .studioGallery__area .title{
    text-align: left;
}
.main.-studio .studioGallery__area .title span{
    color: #e4c6c6;
    font-size: 3rem;
    letter-spacing: 3px;
}
.main.-studio .studioGallery__area .title h2{
    margin: 0;
    font-size: 1.4rem;
}
.main.-studio .studioGallery__area .title h3{
    font-family: inherit;
}
.main.-studio a.prev{
    position: relative;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    width: 300px;
    margin: 3em auto 5em;
    padding: 1em;
    letter-spacing: 1px;
    color: #333;
    border: 1px solid #938e8c;
    background-color: unset;
}
.main.-studio a.prev::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 12.5%;
    transform: translateY(-50%);
    background-color: #938e8c;
}
.main.-studio a.prev::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #938e8c;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    left: 10%;
    right: -0.05em;
    transform: rotate(220deg);
    transform-origin: top right;
    box-sizing: border-box;
}

.thumbnail {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
}
.thumbnail .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 32%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.thumbnail .item::before {
    display: block;
    padding-top: 70%;
    content: "";
}
.thumbnail .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
.thumbnail .current::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
}
.thumbnail .slick-current img{
    border: 2px solid #EBDDDD;
}

.main.-studio .container.-other ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.main.-studio .container.-other{
    margin-top: 2em;
}
.main.-studio .container.-other ul li{
    width: 49.4%;
}
.main.-studio .container.-other a {
    width: unset;
    margin: unset;
    padding: unset;
    background-color: unset;
}
.main.-studio .container.-other a::before,
.main.-studio .container.-other a::after {
    content: unset;
}

@media only screen and (min-width:961px){
    .main.-studio .studioGallery__area .title {
        width: 70%;
        margin: 0 auto;
    }
    .main.-studio .slider_container {
        width: 70%;
    }
}