/*----------------*/
/* common
/*----------------*/
.page-contents{
    padding-top: 120px;
}

/*----------------*/
/*スマッシュケーキイベント
/*----------------*/
.pageHeader-scEvent.pageHeader::before{
    background: #F49C8E;
}

.scEvent .page-photoMenu_concept::before{
    background: #FFFBF4;
}

.scEvent .sc-monthlyCake_textArea h4{
    padding-bottom: 24px;
}

.scEvent .contents-title span,
.scEvent .sc-monthlyCake_textArea h4{
    color: #F49C8E;
}

.scEvent .contents-title_page span::before,
.scEvent .faq-flow dl dt p{
    background: #F49C8E;
}

.scEvent .sc-monthlyCake{
    border: dashed 2px #F49C8E;
}

.scEvent .sc-monthlyCake .wantedBox{
    margin-top: 24px;
    margin-bottom: 0;
}

.sc-schedule{
    margin-bottom: 132px;
    margin-top: 220px;
    background: #FFFBF4;
    padding: 92px 0;
}

.sc-schedule_contents{
    margin-bottom: 64px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fefefe;
    padding: 44px;
    border: dashed 2px #F49C8E;
}

.sc-schedule_contents h3{
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}

.sc-schedule_contents__inner{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}

.sc-schedule_contents__inner table{
    font-size: 2.24rem;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.schedule-list{
    width: 46%;
}

.schedule-list h4{
    padding-bottom: 16px;
    text-align: center;
}

.sc-monthlyCake{
    position: relative;
    border: dashed 2px var(--color-green);
    border-radius: 10px;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto 92px;
    box-sizing: border-box;
    padding: 58px 32px 32px;
}

.sc-monthlyCake h3{
    position: absolute;
    background: #fefefe;
    top: -8%;
    left: 50%;
    transform: translate(-50%, -8%);
    padding: 0 24px;
    text-align: center;
    width: 60%;
    max-width: 360px;
}

.sc-monthlyCake h3.contents-title span{
    display: block;
    padding-left: 0;
}

.sc-monthlyCake_wrapper{
    display: flex;
    justify-content: space-between;
}

.sc-monthlyCake_image{
    width: 30%;
}

.sc-monthlyCake_image img{
    border-radius: 10px;
}

.sc-monthlyCake_textArea{
    width: 68%;
}

.sc-monthlyCake_textArea h5{
    color: #99C29C;
    padding-bottom: 24px;
    font-weight: 500;
}

.sc-monthlyCake_textArea .shop{
    padding-top: 16px;
    font-size: 1.4rem;
}

.sc-price.page-smashCake_price__contents{
    width: 100%;
    margin-bottom: 32px;
    border: dashed 2px #F49C8E;
    background: #FFFBF4;
}

.sc-price ._price-list__main span{
    font-size: 1.83rem;
    background: #F49C8E;
}

.sc-price ._price-list__main .price{
    font-size: 4.2rem;
    padding-bottom: 0;
}

/*.sc-price ._price-list__tagList{
    margin-top: 32px;
}*/

.sc-price ._price-list__tagList ul li{
    font-size: 1.83rem;
    border: solid 1px #F49C8E;
}

.sc-schedule .wantedBox{
    text-align: center;
    max-width: 920px;
    background: #ffeaea;
}

.sc-schedule .wantedBox h4{
    padding-bottom: 8px;
}

.sc-schedule .wantedBox ul{
    gap: 4px;
}

.sc-price_comment.line-wrapper{
    padding: 40px 56px;
    max-width: 780px;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
}

.sc-price_comment.line-wrapper::before{
    background: url(img/line-wrapper_bottom-pk.svg) no-repeat center;
}

.sc-price_comment.line-wrapper::after{
    background: url(img/line-wrapper_top-pk.svg) no-repeat center;
}

.sc-price_comment.line-wrapper p{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
}

/*----------------*/
/*753前撮りキャンペーン
/*----------------*/

section.preshoot-campaign {
    overflow: hidden;
}

/* kv */

div.preshoot-campaign-kv {
    max-width: 1280px;
    width: 90%;
    margin: 2% auto 5%;
    display: flex;
    justify-content: space-between;
}

div.preshoot-campaign-kv h2 {
    width: 40%;
}

div.preshoot-campaign-concept {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.pre-slider .slick-slide {
    margin: 0 5px;
}

/* 下のスライダーだけ反転 */
.pre-slider-bottom {
    transform: scaleX(-1);
}

/* 画像を元の向きに戻す */
.pre-slider-bottom .pre-slider-inner {
    transform: scaleX(-1);
}

/* 共通 */

article.preshoot-campaign-plan {
    border-bottom: dotted 5px #F19EC2;
    padding-bottom: min(180px, 10vw);
    margin-bottom: min(180px, 10vw);
}

div.preshoot-campaign-inner {
    max-width: 1280px;
    padding-top: min(180px, 10vw);
    width: 90%;
    margin: 0 auto;
}

div.preshoot-campaign-inner picture {
    display: block;
    line-height: 1;
}

div.preshoot-campaign-inner h3 {
    text-align: center;
    position: relative;
    margin-bottom: min(80px, 4vw);
}

div.preshoot-campaign-inner h3 span {
    color: #3AB483;
    font-weight: 700;
    font-size: min(4rem, 4.6vw);
    background: #fefefe;
    padding: 0 24px;
}

div.preshoot-campaign-inner h3 span::before {
    content: "";
    width: 100%;
    z-index: -1;
    top: calc(50% - 2.5px);
    left: 0;
    display: block;
    position: absolute;
    border-bottom: dotted 5px #F19EC2;
}

/* price */
picture.pre-price-text {
    margin-bottom: min(60px, 4vw);
}

picture.pre-price-inner {
    margin-bottom: min(40px, 3vw);
}

div.pre-price picture.pre-price-inner:last-child {
    margin-bottom: 0;
}

.pre-price-additionBox {
    margin-top: min(120px, 8vw);
}

/* content */
picture.pre-content {
    margin-bottom: min(60px, 4vw);
}

/* option */
div.pre-option {
    margin-bottom: min(100px, 6vw);
}

picture.pre-option-inner {
    width: 80%;
    margin: auto;
    position: relative;
    display: block;
    margin-bottom: min(60px, 4vw);
}

div.pre-option picture.pre-option-inner:last-child {
    margin-bottom: 0;
}

div.pre-option-deco {
    position: absolute;
    width: 18%;
    top: 50%;
    right: -16%;
    transform: translateY(-42%);
}

picture.pre-option-text01 {
    margin-bottom: min(40px, 3vw);
}

.preshoot-link a{
    display: block;
    text-align: center;
    color: var(--color-white);
    background: #f19ec2;
    font-size: min(3.24rem, 6vw);
    font-weight: 500;
    line-height: 1.5;
    border-radius: 9999px;
    width: min(73rem, 100%);
    margin: min(4rem, 8vw) auto 0;
    padding: min(1.2rem,3.2vw) 0;
}

.preshoot-link a span{
    position: relative;
    padding-right: min(4rem, 7vw);
}

.preshoot-link a span::before {
    content: "";
    display: block;
    height: min(19px, 3.6vw);
    width: min(30px, 5.8vw);
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    opacity: 1;
    transition: ease .3s;
    background: url(img/arrow-white.svg) no-repeat;
    background-size: 100%;
}

/* 後撮りキャンペーン */

section.aftershoot-campaign h3 span {
    color: #ea545d;
}

section.aftershoot-campaign h3 span::before {
    border-bottom: dotted 5px #0099d9;
}

section.aftershoot-campaign .preshoot-link a {
    background: #0099d9;
}

section.aftershoot-campaign article.preshoot-campaign-plan {
    border-bottom: dotted 5px #0099d9;
}

/*----------------*/
/*振袖レンタル
/*----------------*/
/*-------- common --------*/
.page-furisodeRental img{
    width: 100%;
}

p.-furisodeRental_grayBg-text{
    line-height: 2.4;
}

p.-furisodeRental_grayBg-text span{
    color: #fefefe;
    background: #808080;
    box-sizing: border-box;
    padding: 6px 14px;
    font-size: 1.83rem;
}

@keyframes kakukaku{
    0% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*-------- title --------*/
.furisodeRental-anTwenty-logo {
    width: min(230px, 35vw);
    margin-top: 20px;
}

/*-------- concept --------*/
/* .page-furisodeRental_concept,
.page-furisodeRental_concept2{
    position: relative;
}

.page-furisodeRental_concept{
    max-width: 2270px;
    margin: 0 0 28vw auto;
}

.page-furisodeRental_concept2{
    margin: 0 0 12vw auto;
}

.-furisodeRental_concept-text h3{
    color: #808080;
    padding: 32px 0;
    line-height: 2;
}

.-furisodeRental_concept-text p{
    line-height: 2.6;
}

._concept-leftText{
    padding: 0 52vw 0 6vw;
}

._concept-rightText{
    padding: 0 8vw 0 49vw;
}

._concept-rightText p{
    padding-bottom: 40px;
}

.-furisodeRental_concept-image{
    position: absolute;
}

._concept-rightImage{
    top: 0;
    right: 0;
    width: 50vw;
    max-width: 1100px;
}

._concept-leftImage{
    top: -24vw;
    left: 6vw;
    width: 34vw;
}

._concept-leftImage img{
    border-radius: 16px;
}

._concept-rightImage .-photoMenu-image_large{
    border-radius: 16px 0 0 16px;
    max-width: 1100px;
}

._concept-rightImage .-photoMenu-image_small{
    border-radius: 16px;
    position: absolute;
    left: 27%;
    bottom: -12vw;
    width: 27vw;
    max-width: 600px;
}

._concept-leftImage .-photoMenu-image_small{
    position: absolute;
    width: 18vw;
    bottom: -8vw;
    right: -18%;
} */

/*-------- reason --------*/
.page-furisodeRental_reason {
    margin: 0px auto 150px;
    max-width: 1440px;
}

.page-furisodeRental_reason h3 {
    width: fit-content;
    margin-bottom: 50px;
    margin-left: 5%;
    padding: 0.4em 0.8em;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 3px;
    background-color: #b3b3b3;
    color: var(--color-white);
}

.page-furisodeRental_reasonsList li {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-furisodeRental_reasonsList li:first-of-type {
    margin-top: 0;
}

.page-furisodeRental_reasonsList li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.page-furisodeRental_reasonsImage {
    width: 50%;

}

.page-furisodeRental_reasonsTextBox {
    box-sizing: border-box;
    width: 40%;
    margin-right: 5%;
}

.page-furisodeRental_reasonsList li:nth-of-type(even) .page-furisodeRental_reasonsTextBox {
    margin-left: 5%;
    margin-right: initial;
}

.page-furisodeRental_reasonsNum {
    font-size: 2rem;
    letter-spacing: 10px;
}

.page-furisodeRental_reasonsTitle {
    margin: 30px 0;
}

.page-furisodeRental_reasonsTitle h4 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6px;
}

.page-furisodeRental_reasonsTitle h4 span {
    font-size: 85%;
}

.page-furisodeRental_reasonsTitle p {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 4px;
}

.page-furisodeRental_reasonsText {
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 3px;
}

/*-------- event --------*/
.page-furisodeRental_event{
    background: linear-gradient(to bottom, transparent 0%, transparent 66%, #fff 100%),linear-gradient(to top, transparent 0%, transparent 81%, #fff 100%),url(img/event/furisode/furisode-eventBg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 46vw;
    box-sizing: border-box;
}

.-furisodeRental_eventContents{
    position: relative;
    max-width: 1140px;
    width: 90%;
    margin: -2vw auto 132px;
    background: #fefefe;
    box-sizing: border-box;
    padding: 0 32px 32px;
    text-align: center;
    border: dashed 2px var(--color-green);
}

.-furisodeRental_eventContents::before{
    position: absolute;
    content: "";
    display: block;
    height: 14.8125rem;
    width: 34.6rem;
    top: -6.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fefefe;
    border-radius: 50% 50% 0 0;
    border-top: dashed 2px var(--color-green);
}

.-furisodeRental_eventContents h3{
    text-align: center;
    padding-bottom: 16px;
    margin-top: -6rem;
    z-index: 1;
    position: relative;
}

.-furisodeRental_eventContents h3 span{
    font-size: 1.6rem;
    border-bottom: solid 1px var(--color-green);
}

.-furisodeRental_eventContents p{
    position: relative;
    z-index: 1;
}

.-furisodeRental_eventContents p.campaign-ann{
    font-size: min(1.4rem, 3.1vw);
    padding-bottom: 32px;
}
.-furisodeRental_eventContents p.campaign-ann span{
    font-size: min(1.24rem, 2.83vw);
    display: block;
}

picture.-furisodeRental_schedule{
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 28px auto 14px;
}

.-furisodeRental-benefits{
    position: relative;
    background: #F8F9F3;
    box-sizing: border-box;
    padding: 18px 32px;
    max-width: 520px;
    margin: auto;
    border-radius: 16px;
}

p.-benefits_decoText{
    position: absolute;
    top: -20px;
    left: -20px;
    color: #fefefe;
    font-size: 1.4rem;
    background: #90B293;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1.3;
}

img.-benefits_item{
    position: absolute;
    max-width: 50px;
    width: 10vw;
    right: 0;
    bottom: -30px;
}

.-furisodeRental-reservation ul{
    padding-top: 8px;
    display: flex;
    justify-content: center;
    gap: 32px;
    font-size: 2.24rem;
}

.-furisodeRental-reservation ul li a{
    color: #808080;
}

.-furisodeRental-reservation ul li a:hover{
    opacity: 0.6;
}

.-furisodeRental-reservation ul li a span{
    position: relative;
    padding-right: 16px;
}

.-furisodeRental-reservation ul li a span::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #808080;
    border-right: solid 2px #808080;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}

.-furisodeRental-reservation p.-reservation_supplement{
    line-height: 1.4;
    max-width: 500px;
    width: 80%;
    margin: 8px auto 0;
}

img.-benefits_modelImage{
    position: absolute;
    max-width: 170px;
    width: 26vw;
    bottom: 2%;
    left: -5%;
}

/*-------- cm movie --------*/
.furisodeRental-movie{
    max-width: 1140px;
    width: 90%;
    margin:0 auto 132px;
    text-align: center;
    box-sizing: border-box;
}

.furisodeRental-movie .line-wrapper{
    padding: 6rem;
}

.furisodeRental-movie p{
    font-size: 2.83rem;
    padding-bottom: 16px;
}

.furisodeRental-movie p span{
    position: relative;
}

.furisodeRental-movie p span::before,
.furisodeRental-movie p span:after{
    position: absolute;
    content: "";
    background: var(--color-green);
    width: 2px;
    height: 24px;
    bottom: 0;
}

.furisodeRental-movie p span::before{
    transform: rotate(-30deg);
    left: -16px;
}

.furisodeRental-movie p span::after{
    transform: rotate(30deg);
    right: -16px;
}

/*-------- model slider --------*/
.page-furisodeCostume{
    margin-bottom: 132px;
}

.swiper-slide{
    margin: 0 6px;
}

.page-furisodeModel{
    margin-bottom: 160px;
    overflow: hidden;
}

.page-furisodeModel .js-furisodeModel1{
    padding-bottom: 16px;
}

/*-------- costume --------*/
.-furisodeCostume_title{
    text-align: center;
    padding-bottom: 32px;
    width: 90%;
    margin: auto;
}

.-furisodeCostume_title h3{
    padding-bottom: 16px;
}

.-furisodeCostume_title p{
    color: var(--color-green);
    font-weight: 300;
    font-size: min(16px,3.4vw);
}

.-furisodeCostume_limited{
    /* max-width: 1240px;
    width: 90%; */
    margin: min(72px, 12vw) auto 0;
}

/* .-furisodeCostume_limited .-furisodeCostume_title{
    width: 100%;
} */

ul._limited-CosList{
    display: flex;
    gap: min(16px,2vw);
}

ul._limited-CosList li{
    width: calc(100% / 5);
}


/*-------- price --------*/
.page-furisodeRental_price{
    margin-bottom: min(132px,20vw);
}

.page-furisodeRental_price h3{
    text-align: center;
    padding-bottom: 32px;
}

.page-furisodeRental_price h3 span:has(img){
    display: block;
    max-width: 270px;
    width: 50%;
    margin: 0 auto 16px;
}

.page-furisodeRental_price .line-wrapper{
    padding: 64px 0;
}

.page-furisodeRental_price .line-wrapper p{
    padding: 0;
}

picture.-furisodeRental_price__image{
    display: block;
    max-width: 820px;
    width: 80%;
    margin: 0 auto 24px;
}

.page-furisodeRental_price ul{
    max-width: 800px;
    width: 80%;
    margin: auto;
}

ul.-furisodeRental_wanted li{
    text-indent: -1.6rem;
    padding-left: 16px;
    padding-bottom: 8px;
}

._price-priceList{
    padding-top: 56px;
}

._price-priceList h3 span{
    display: block;
    color: var(--color-green);
    font-size: 2.24rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    padding-top: 8px;
}

._price-priceList ._price-list__tagList{
    max-width: 480px;
    margin: auto;
}

ul.-priceList_list{
    max-width: 390px;
    padding-bottom: 16px;
}

ul.-priceList_list li{
    padding-bottom: 16px;
    text-indent: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

ul.-priceList_list li h4{
    text-align: left;
    padding-left: 38px;
    position: relative;
    line-height: 1.2;
}

ul.-priceList_list li h4::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 10px;
}

ul.-priceList_list li h4 span{
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    font-family: 'Urbanist', sans-serif;
}

ul.-priceList_list li.-priceList_item1 h4::before{
    background: #e8a3bc;
}

ul.-priceList_list li.-priceList_item1 h4 span{
    color: #e8a3bc;
}

ul.-priceList_list li.-priceList_item2 h4::before{
    background: #de8469;
}

ul.-priceList_list li.-priceList_item2 h4 span{
    color: #de8469;
}

ul.-priceList_list li.-priceList_item3 h4::before{
    background: #5270b2;
}

ul.-priceList_list li.-priceList_item3 h4 span{
    color: #5270b2;
}

ul.-priceList_list li.-priceList_item4 h4::before{
    background: #cb94bd;
}

ul.-priceList_list li.-priceList_item4 h4 span{
    color: #cb94bd;
}

img.-priceList_model{
    display: block;
    position: absolute;
    max-width: 126px;
    width: 11%;
    right: 12%;
    bottom: 0;
}

img.fr-anTwenty_logo{
    width: min(200px, 40vw);
    margin: 0 auto;
    display: block;
}

/*-------- model --------*/
.page-furisodeRental_modelArea{
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 12vw 0;
    gap: 4vw;
}

.page-furisodeRental_modelArea p.-furisodeRental_grayBg-text{
    position: absolute;
    bottom: 20vw;
    left: 6vw;
}

._modelArea-image_left img{
    margin-left: -3vw;
    margin-top: -9vw;
}

._modelArea-image_center img{
    margin-bottom: -48vw;
}

._modelArea-image_right img{
    margin-left: 3vw;
}

/*----------------*/
/*宣伝枠
/*----------------*/
.adContents{
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    border-radius: 1em;
    background: #F8F9F3;
}

.adContents-images,
.adContents-textArea{
    width: calc(100% / 2);
}

.adContents-images{
    background-size: cover;
    background-position: center;
    border-radius: 1em 0 0 1em;
}

.adContents-textArea{
    padding: min(56px, 8vw) min(48px, 6vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(26px, 4vw);
}

.adContents.fr-anTwenty{
    margin-bottom: min(132px, 16vw);
}

.fr-anTwenty .adContents-images{
    background-image: url(img/event/furisode/ad-anTwenty.jpg);
}

/*----------------*/
/*卒業・入学キャンペーン
/*----------------*/
.ceremonyCampaign-details{
    position: relative;
    margin-top: 40px;
    padding: 32px 24px;
    text-align: center;
    border-radius: 16px;
    border: dashed 2px var(--color-green);
}

.ceremonyCampaign-details h4{
    padding-bottom: 8px;
    margin-bottom: 16px;
    position: relative;
}

.ceremonyCampaign-details h4::before{
    content: "";
    position: absolute;
    background: var(--color-green);
    width: 28%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.ceremonyCampaign-details ul{
    text-align: left;
    font-size: 1.24rem;
}

.ceremonyCampaign-details ul li{
    text-indent: -1.24rem;
    padding-left: 12px;
}

.ceremonyCampaign-details ul li a{
    text-decoration: underline;
    color: var(--color-green);
    text-indent: initial;
}

.page-furisodeRental_price .line-wrapper p._price-list__note {
    text-align: center;
    margin-top: 30px;
    font-size: min(1.4rem, 3.1vw);

    @media screen and (max-width: 521px) {
        padding-bottom: 50px;
    }
}

.ceremonyCampaign-period{
    padding: 12px 0 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ceremonyCampaign-period h5{
    color: var(--color-white);
    background: var(--color-green);
    border-radius: 22px;
    font-size: 1.6rem;
    padding: 2px 16px;
}

p.campaignDays{
    font-size: 1.83rem;
    line-height: 1.4;
}

p.campaignDays span{
    font-size: 3.2rem;
    font-weight: 500;
    font-family: 'Urbanist', sans-serif;
}

/*----------------*/
/*隠岐イベント
/*----------------*/

.okiTop__eventList picture, .okiSection picture {
    display: block;
}

/* okiTop */

.okiTop {
    overflow: hidden;
    padding: 150px 0 350px;
    background-color: #5ea9e4;
    color: #fff;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
    position: relative;
}

.okiTop__title {
    max-width: 900px;
    width: 60%;
    margin: 0 auto;
    animation-name: pop-up;
    animation-duration: 0.4s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes pop-up {

0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
}
50% {
    transform: translateY(0) scale(1.2);
}
100% {
    transform: translateY(0) scale(1);
    opacity: 1;
}

}

.okiTop__deco {
    position: absolute;
}

.okiTop__deco01 {
    width: 24%;
    top: 18%;
    right: 0;
    animation-name: slide-in-right;
    animation-duration: 0.4s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slide-in-right {

0% {
    transform: translateX(100%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}

}

.okiTop__deco02 {
    width: 22%;
    top: 20%;
    left: 0;
    animation-name: slide-in-left;
    animation-duration: 0.4s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slide-in-left {

0% {
    transform: translateX(-100%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}

}

.okiTop__copy {
    animation-name: pop-up2;
    animation-duration: 0.4s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes pop-up2 {

0% {
    transform: translateY(20px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}

}

.okiTop__copy01 {
    margin-top: min(120px, 8vw);
    font-size: min(2.8rem, 3vw);
}

.okiTop__copy02 {
    margin-top: min(120px, 4vw);
    font-size: min(2.2rem, 2.2vw);
}

.okiTop__copy02 p {
    margin-top: 30px;
    line-height: 2.2;
}

.okiTop__copy02 p:first-of-type {
    margin-top: 0;
}

.okiTop__eventCopy {
    margin-top: 120px;
}

.okiTop__eventCopy {
    width: 60%;
    margin: min(120px, 8vw) auto 0;
}

.okiTop__eventList {
    max-width: 1080px;
    width: 85%;
    margin: -300px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.okiTop__eventList .okiTop__eventList__item {
    width: 48%;
}

.okiTop__eventList__text {
    width: 85%;
    margin: 0 auto;
    animation: 1.8s oki-fuwafuwa infinite;
}

@keyframes oki-fuwafuwa {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, min(15px, 1.2vw));
    }
    100% {
      transform: translate(0, 0);
    }
}

.okiTop__eventList__item a:hover img {
	transform: scale(1.06); /* 拡大 */
}

.okiTop__eventList__image {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 20px;
}

.okiTop__eventList__image img {
    transition: 0.4s;
}

/* ↓ここから受付終了用 */

.okiTop__eventList__end {
    position: relative;
}

.okiTop__eventList__end .okiTop__eventList__image {
    position: relative;
}

.okiTop__eventList__end .okiTop__eventList__image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
}

.okiTop__eventList__end a {
    pointer-events: none; /* クリックできなくする */
  cursor: default;      /* カーソルを通常の矢印にする */
}

.okiTop__eventList__end a:hover img {
	transform: initial; /* 拡大 */
}

.okiTop__eventList__endText {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: min(20px, 2.2vw);
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.okiTop__eventList__endText .spBr {
    display: none;
}

.okiTop__eventList__endText span:first-of-type {
    margin-top: 0;
}


.okiSectiont__endText {
    background-color: #f29eb9;
    border-radius: 30px 30px 0 0;
    padding: 5% 0;
    text-align: center;
    font-size: min(45px, 3.5vw);
    line-height: 1;
    font-weight: 500;
    color: #fff;
    transform: translateY(1px);
}

/* ↑ここから受付終了用 */


/* 共通 */

.okiSection {
    margin: min(100px, 8vw) 0;
    padding-top: 110px;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
    color: #4c4c4c;
}

.okiSection02 {
    margin-bottom: min(200px, 16vw);
}

.okiSection__title {
    display: none;
}

.okiSection__header {
    position: relative;
    overflow: hidden;
    max-width: 1080px;
    width: 85%;
    margin: 0 auto;
    border-radius: 30px;
}


/* 出張撮影会 */

.okiSection__kvInfo {
    background-color: #f29eb9;
    border-radius: 0 0 30px 30px;
    padding: min(60px, 4vw) 5%;
    transform: translateY(-1%);
}

.okiSection01__place, .okiSection01__note {
    margin-top: min(60px, 4vw);
}

.okiSection__inner {
    max-width: 1080px;
    width: 85%;
    margin: min(120px, 9vw) auto 0;
}

.okiSection__inner__title {
    display: inline-block;
    margin-bottom: 50px;
    padding: 0 10px;
    border-right: 2px solid;
    border-left: 2px solid;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: min(3.6rem, 3.6vw);
    text-align: center;
    font-weight: 500;
}

.okiSection__inner__title span {
    padding: 0 40px;
    border-right: 2px solid;
    border-left: 2px solid;
}

span.okiSection__inner__title--note {
    margin-left: 1em;
    border-right: 0;
    border-left: 0;
    padding: 0;
    font-size: 65%;
    font-weight: 400;
}

.okiSection01__inner__title {
    color: #f29eb9;
}

.okiSection01__menuList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: min(45px, 3vw);
}

.okiSection01__menuList li {
    width: 22%;
}

.okiSection01__menuList li h4 {
    margin-top: 15px;
    font-size: min(2.2rem, 2.2vw);
    text-align: center;
}

.okiSection01__flowContainer {
    display: flex;
    justify-content: space-between;
}

.okiSection01__flow {
    width: 65%;
}

.okiSection01__payDeliver {
    width: 32%;
}

.okiSection01__flow--note {
    margin-top: 30px;
}

.okiSection01__flow--note li {
    text-indent: -1em;
    padding-left: 1em;
}

.okiSection01__flow--note li::before {
    content: "※";
}

.okiSection01__payDeliver {
    background-color: #eeeeef;
    padding: 30px;
    border-radius: 15px;
}

.okiSection01__payDeliver h4 {
    font-size: min(2.2rem, 1.8vw);
    font-weight: 500;
    text-align: center;
    color: #6ec8e2;
    line-height: 1.4;
}

.okiSection01__payDeliver--note {
    margin-top: 6%;
}

.okiSection01__payDeliver--note li {
    margin-top: 6px;
    padding-left: 1em;
    font-size: min(1.6rem, 1.5vw);
    text-indent: -1em;
    line-height: 1.6;
}

.okiSection01__payDeliver--note li::before {
    content: "※";
}

.okiSection01__venue {
    display: flex;
    justify-content: space-between;
}

.okiSection01__venue--item {
    width: 31%;
}

.okiSection01__venue--text {
    margin-top: 20px;
    padding-right: 3.8%;
    line-height: 1.8;
}

.okiSection01__venue--text a {
    color: #f29eb9;
    text-decoration: underline;
}

.okiSection01__venue--text a:hover {
    opacity: 0.5;
}

.okiSection01__voiceContainer {
    background-color: #fcedf2;
    border-radius: 30px;
    padding: 100px 5%;
}

.okiSection01__voiceInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.okiSection01__voiceInner:first-of-type {
    margin-top: 0;
}

.okiSection01__voiceImage {
    width: 180px;
}

.okiSection01__voiceText {
    width: calc(100% - 220px);
}

.okiSection01__voiceText dt {
    font-size: min(2.2rem, 2.2vw);
    color: #ee86a8;
}

.okiSection01__voiceText dt::before, .okiSection01__voiceText dt::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #ee86a8;
}

.okiSection01__voiceText dt::before {
    margin-right: 25px;
    transform: rotate(-15deg);
}

.okiSection01__voiceText dt::after {
    margin-left: 25px;
    transform: rotate(15deg);
}

.okiSection01__voiceText dd {
    margin-top: 1%;
    font-size: min(2rem, 2vw);
    line-height: 1.7;
}


/* 渡航費0円キャンペーン */

.okiSection02__kvText {
    padding: 30px 8% min(100px, 8vw);
    border-radius: 0 0 30px 30px;
    background-color: #5ea9e4;
    transform: translateY(-1px);
    font-size: min(1.8rem, 1.8vw);
    text-align: right;
    color: #fff;
}

.okiSection02__kvText p {
    margin-top: min(20px, 1.5vw);
    line-height: 2.2;
}

.okiSection02__kvText p:first-of-type {
    margin-top: 0;
}

.okiSection02__kv__deco {
    position: absolute;
}

.okiSection02__kv__deco01 {
    width: 38%;
    right: 0;
    bottom: 30%;
}

.okiSection02__kv__deco02 {
    width: 32%;
    left: 0;
    bottom: 5%;
}

.okiSection02__inner__title {
    color: #5ea9e4;
}

.okiSection02__contentsText {
    font-size: min(4rem, 4vw);
    text-align: center;
    line-height: 1.6;
}

.okiSection02__days {
    margin-top: 30px;
}

.okiSection02__daysText {
    margin-top: 50px;
}

.okiSection02__priceText {
    font-size: min(3.4rem, 3vw);
    text-align: center;
}

.okiSection02__priceText span {
    padding-right: 10px;
    font-size: 120%;
    color: #008b6e;
}

.okiSection02__priceText::before, 
.okiSection02__priceText::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    background-color: #008b6e;
}

.okiSection02__priceText::before {
    margin-right: 25px;
    transform: rotate(-15deg);
}

.okiSection02__priceText::after {
    margin-left: 25px;
    transform: rotate(15deg);
}

.okiSection02__price {
    margin-top: 20px;
}

.okiSection__note {
    background-color: #eff6fc;
    border-radius: 30px;
    padding: 5%;
}

.okiSection__note li {
    margin-top: 10px;
    font-size: min(2rem, 2vw);
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

.okiSection__note li:first-of-type {
    margin-top: 0;
}

.okiSection__note li::before {
    content: "・";
}


/*----------------*/
/*吉田写真堂10周年Anniversary
/*----------------*/
.special-10th{
    padding-top: 108px;
}

.top-comments{
    margin: 0px auto 40px;
    max-width: 1440px;
    width: 100%;
}

.special-10th .page-section{
    margin-top: 100px;
    padding: 0;
}

.special-10th h3{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}

.accordion-area_staff img{
    vertical-align: middle;
}

.special-10th_message .accordion-area section {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 18px 10px;
}

.special-10th_message_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.special-10th_message .accordion-area li{
    width: 30%;
    margin: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.special-10th_message .accordion-area li .title{
    text-align: center;
}

.special-10th_message .accordion-area li .title::before,
.special-10th_message .accordion-area li .title::after{
    right: 15px;
    left: auto;
}

.top-comments{
    margin: 0px auto 40px;
    max-width: 1440px;
    width: 100%;
}

.top-comments p{
    font-weight: 500;
    line-height: 230%;
    margin: 0;
    padding-top: 30px;
}

div#commentImage {
    max-width: 100%;
    width: auto;
}

.special-10th_img{
    text-align: center;
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.special-10th_img img{
    margin: 0 auto;
    width: 100%;
}

.special-10th_comment{
    max-width: 690px;
    width: 90%;
    margin: 0 auto;
}

.special-10th_comment h3:after{
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    background: #333;
    bottom: 0;
    left: 277px;
}

.staff-image::before{
    content: "";
    position: absolute;
    background: url(img/event/10th/pic-bg.png) no-repeat;
    background-size: 100%;
    width: 64px;
    height: 252px;
    left: -16%;
    top: 0;
    animation: fuwafuwa 5s infinite cubic-bezier(0.67, 0.02, 0.31, 1);
}

.comment_text{
    padding: 60px 0 70px;
    position: relative;
}

.comment_text :before{
    content: "";
    background: url(img/event/10th/paper3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 32px;
    height: 39px;
    top: 0;
    left: -20%;
    animation: fuwafuwa 4.4s infinite ease-in-out;
}

.comment_text :after{
    content: "";
    background: url(img/event/10th/comment-ballon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100px;
    height: 200px;
    top: 0;
    right: -20%;
    animation: fuwafuwa 3s infinite ease-in-out;
}

@keyframes fuwafuwa {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, -20px);
    }
    100% {
      transform: translate(0, 0);
    }
  }

.comment_text h4{
    font-weight: 500;
    padding-bottom: 16px;
}

.god-name{
    margin: 0;
    text-align: right;
    padding-top: 30px;
}

.special-10th_message h3 img{
    max-width: 400px;
    width: 70%;
}

.special-10th_com{
    background: #f5f6eb;
    padding: 10% 0;
    text-align: center;
}

.special-10th_com_content h3{
    padding-bottom: 20px;
}

.special-10th_com_content h3 img{
    max-width: 300px;
}

.special-10th_100th{
    margin-top: 14vw;
    margin-bottom: 4vw;
}

.special-10th_100th img{
    max-width: 200px;
    width: 30%;
    animation: key .6s ease infinite alternate;
}

@keyframes key {
    0% {transform: translateY(0px);}
    100% {transform: translateY(-10px);}
}

.special-10th_event{
    text-align: center;
}

.special-10th .special-10th_event h3{
    position: relative;
    display: inline-block;
    line-height: 1.6;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.special-10th .special-10th_event h3::before{
    position: absolute;
    content: "";
    background: #333;
    width: 97px;
    height: 2px;
    bottom: 0;
    right: 30%;
}

.special-10th .special-10th_event h3 span{
    font-size: 2.2rem;
}

.special-10th_event-content{
    text-align: center;
    margin-bottom: 70px;
}

.special-10th_event-title h4{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.special-10th_event-title h4::before{
    content: "";
    position: absolute;
    background: url(img/blue-fireworks.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 262px;
    left: 0;
    top: -120px;
}

.special-10th_event-title p{
    padding: 30px 0;
    max-width: 880px;
    width: 100%;
    font-size: 2rem;
    margin: 0 auto;
    font-weight: 500;
}

.event-content_booth{
    position: relative;
    text-align: center;
}

.event-content_booth::before{
    content: "";
    position: absolute;
    background: url(img/blue-fireworks2.png) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 140px;
    left: 0;
    top: 50%;
}

.event-content_booth::after{
    content: "";
    position: absolute;
    background: url(img/pink-fireworks.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 240px;
    right: 0;
    bottom: 0;
}

.event-content_booth img{
    display: block;
    margin: 0 auto;
}

.event-content_food{
    position: relative;
}

.event-content_food::before{
    position: absolute;
    content: "";
    background: url(img/pink-fireworks.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 200px;
    left: 50px;
    bottom: -100px;
}

.event-content_food::after{
    position: absolute;
    content: "";
    background: url(img/blue-fireworks2.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    right: 50px;
    top: 80px;
}

.event-content_food img{
    display: block;
    margin: 0 auto;
}

.event-content_info{
    text-align: center;
}

.event-content_info p{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 30px;
}

.event-content_info img{
    display: block;
    margin: 0 auto;
}

.event-content_info h4 img{
    margin: 0 auto;
    display: block;
    max-width: 700px;
    width: 100%;
}

.event-content_info-instagram p{
    text-align: center;
    font-weight: 500;
    padding-bottom: 2px;
}

.event-content_info-instagram p span{
    background: #f4e458;
    border-radius: 12px;
    padding: 4px;
}

.event-covid{
    padding: 30px 0;
}

.event-covid img{
    max-width: 450px;
    width: 70%;
    margin: 0 auto;
}


/*----------------*/
/*HAPPY NEW YEAR
/*----------------*/

.hny {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

.hny-message {
    position: relative;
    margin: 50px 0 0;
}

.hny-messageText {
    margin-top: 1em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: min(2.8rem, 2.2vw);
    font-weight: 600;
    color: #540000;
    line-height: 2.4;
    letter-spacing: 0;
    text-align: center;
}

.hny-messageText:first-of-type {
    margin-top: 0;
}

.hny-messageText .spBr {
    display: none;
}

.hny-messageDeco {
    position: absolute;
}

.hny-messageDeco01 {
    width: 6%;
    top: 8%;
    left: 2%;
}

.hny-messageDeco02 {
    width: 7%;
    right: 2%;
    top: 9%;
}

.hny-messageDeco03 {
    width: 5%;
    top: 22%;
    left: 10%;
}

.hny-messageDeco04 {
    width: 9%;
    top: 32%;
    left: 2%;
}

.hny-messageDeco05 {
    width: 3%;
    top: 40%;
    left: 12%;
}

.hny-messageDeco06 {
    width: 7%;
    top: 22%;
    right: 8%;
}

.hny-messageDeco07 {
    width: 4%;
    top: 32%;
    right: 7%;
}

.hny-messageDeco08 {
    width: 7%;
    top: 52%;
    left: 0%;
}

.hny-messageDeco09 {
    width: 3%;
    top: 68%;
    left: 9%;
}

.hny-messageDeco10 {
    width: 10%;
    top: 44%;
    right: 5%;
}

.hny-messageDeco11 {
    width: 7%;
    top: 64%;
    right: 2%;
}

.hny-messageDeco12 {
    width: 7%;
    top: 74%;
    right: 10%;
}

.hny-messageDeco13 {
    width: 6%;
    bottom: 8%;
    left: 4%;
}

.hny-messageDeco14 {
    width: 10%;
    right: 2%;
    bottom: 4%;
}

.hny-note {
    margin-top: 5%;
    border-radius: 20px;
    padding: 1.5em;
    background-color: #F8F9F3;
}

.hny-note p {
    width: fit-content;
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: min(1.8rem, 1.8vw);
    font-weight: 500;
    line-height: 1.8;
    color: #540000;
}

.hny-note p span {
    font-weight: 700;
    color: #e20000;
}


@media screen and (max-width: 1024px){
/*----------------*/
/*スマッシュケーキイベント
/*----------------*/
.sc-monthlyCake_image {
    width: 36%;
}

.sc-monthlyCake_textArea {
    width: 60%;
}

.preshoot_campaign_plan__lineUp{
    padding-bottom: 40px;
}

.preshoot_campaign_plan__lineUp h4{
    max-width: 280px;
    padding-bottom: 0px;
    width: 52%;
}

/*----------------*/
/*振袖レンタル
/*----------------*/
.-furisodeRental_concept-text p.-furisodeRental_grayBg-text{
    line-height: 2.6;
}

p.-furisodeRental_grayBg-text span{
    font-size: 1.6rem;
}

.-furisodeRental_concept-text h3{
    font-size: clamp(1.6rem,1.164rem + 2.13vw,2.8rem);
    padding: 4vw 0;
}

.-furisodeRental_concept-text p{
    line-height: 2.2;
}

img.-priceList_model{
    right: 5%;
}

img.-benefits_modelImage{
    max-width: 140px;
    bottom: -20%;
}

}

@media screen and (min-width: 768px){
    .preshoot-link a:hover{
        opacity: .6;
    }
}

@media screen and (max-width: 767px){
.page-contents{
    padding-top: 60px;
    margin-bottom: 0;
}

/*----------------*/
/*スマッシュケーキイベント
/*----------------*/
.schedule-list{
    width: 48%;
}

.sc-schedule {
    margin-bottom: 92px;
    margin-top: 116px;
    padding: 56px 0;
}

.sc-schedule_contents{
    padding: 24px;
    margin-bottom: 32px;
}

.sc-schedule_contents__inner{
    gap: 32px 12px;
}

.sc-schedule_contents__inner table{
    font-size: 1.83rem;
}

.sc-monthlyCake{
    padding: 48px 32px 32px;
    margin: 0 auto 56px;
}

.sc-price ._price-list__main .price{
    font-size: 3.2rem;
}

.sc-price ._price-list__main span,
.sc-price ._price-list__tagList ul li{
    font-size: 1.6rem;
}

.sc-price_comment.line-wrapper{
    padding: 28px 32px;
}

.sc-price_comment.line-wrapper p{
    font-size: 1.83rem;
}

.sc-monthlyCake_textArea h5{
    padding-bottom: 16px;
}

/*----------------*/
/*753前撮りキャンペーン
/*----------------*/

/* kv */

div.preshoot-campaign-kv {
    margin: 2% auto 8%;
    display: block;
}

div.preshoot-campaign-kv h2 {
    width: 60%;
    margin: 0 auto;
}

div.preshoot-campaign-concept {
    width: 80%;
    margin: 2% auto 0;
}

div.pre-slider .slick-slide {
    margin: 0 3px;
}

/* 共通 */

article.preshoot-campaign-plan {
    padding-bottom: 80px;
    margin-bottom: 80px;
}

div.preshoot-campaign-inner {
    padding-top: 80px;
}

div.preshoot-campaign-inner h3 {
    margin-bottom: 50px;
}

/* プラン料金 */

picture.pre-price-text {
    margin-bottom: 30px;
}

picture.pre-price-inner {
    margin-bottom: 20px;
}

/* プラン内容 */

picture.pre-content {
    margin-bottom: 35px;
}

/* オプション */

div.pre-option {
    margin-bottom: 80px;
}

picture.pre-option-inner {
    width: 90%;
    margin-bottom: 50px;
}

div.pre-option-deco {
    top: 0;
    right: 0;
    transform: initial;
    width: 30%;
}

picture.pre-option-text01 {
    margin-bottom: 30px;
}

/*----------------*/
/*振袖レンタル
/*----------------*/
/*--- common ---*/
p.-furisodeRental_grayBg-text span{
    font-size: 1.4rem;
}

/*--- concept ---*/
/* .page-furisodeRental_concept{
    margin: 0 0 74vw auto;
}

._concept-leftText,
._concept-rightText {
    padding: 0 6vw;
}

._concept-rightImage{
    top: auto;
    width: 80vw;
    bottom: -58vw;
}

._concept-rightImage .-photoMenu-image_small{
    border-radius: 8px;
    width: 40vw;
    left: -16vw;
    bottom: -6vw;
}

._concept-rightImage .-photoMenu-image_large{
    border-radius: 8px 0 0 8px;
}

.page-furisodeRental_concept2 {
    margin: 0 0 80vw auto;
}

._concept-rightText p{
    padding-bottom: 24px;
}

._concept-leftImage {
    top: auto;
    left: 6vw;
    width: 62vw;
}

._concept-leftImage img{
    border-radius: 8px;
}

._concept-leftImage .-photoMenu-image_small {
    width: 36vw;
    bottom: -5vw;
    right: -30vw;
} */

/*--- reason ---*/

.page-furisodeRental_reasons {
    margin-bottom: 100px;
}

.page-furisodeRental_reason h3 {
    width: fit-content;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

.page-furisodeRental_reasonsList li {
    display: block;
    margin-top: 80px;
}

.page-furisodeRental_reasonsImage {
    width: 95%;
    max-height: 350px;
    overflow: hidden;
}

.page-furisodeRental_reasonsTextBox {
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
}

.page-furisodeRental_reasonsList li:nth-of-type(even) .page-furisodeRental_reasonsTextBox {
    margin-right: initial;
}

.page-furisodeRental_reasonsNum {
    font-size: 1.6rem;
}

.page-furisodeRental_reasonsTitle {
    margin: 20px 0;
}

.page-furisodeRental_reasonsText {
    font-size: 1.6rem;
    line-height: 1.8;
}

.page-furisodeRental_reasonsTitle p {
    font-size: 1.3rem;
}

.page-furisodeRental_reasonsText {
    font-size: 1.6rem;
}


/*--- event ---*/
.furisodeRental-movie{
    margin: 0 auto 88px;
}

.-furisodeRental_eventContents{
    margin: 0 auto 88px;
}

.-furisodeRental_eventContents::before{
    width: 26.6rem;
}

.-furisodeRental_eventContents h3 span{
    font-size: 1.4rem;
}

picture.-furisodeRental_schedule{
    margin: 20px auto 14px;
}

img.-benefits_modelImage{
    bottom: -22%;
    width: 19vw;
}

/*-------- costume --------*/
.-furisodeCostume_title {
    padding-bottom: 24px;
}

.-furisodeCostume_title h3 {
    padding-bottom: 8px;
}

ul._limited-CosList{
    flex-wrap: wrap;
}

ul._limited-CosList li {
    width: calc((100% - min(54px, 4vw)) / 3);
}

/*--- movie ---*/
.furisodeRental-movie .line-wrapper{
    padding: 2rem 2rem 3rem;
}

.furisodeRental-movie p{
    font-size: 1.83rem;
    padding-bottom: 8px;
}

/*--- slider ---*/
.page-furisodeCostume{
    margin-bottom: 88px;
}

/*--- price ---*/
._price-priceList {
    padding-top: 32px;
}

.page-furisodeRental_price .line-wrapper {
    padding: 56px 0;
}

.page-furisodeRental_price h3{
    padding-bottom: 24px;
}

.page-furisodeRental_price h3 span:has(img){
    margin: 0 auto 8px;
    width: 64%;
    max-width: 230px;
}

._price-priceList h3 span{
    font-size: 1.6rem;
}

ul.-priceList_list li h4{
    padding-left: 28px;
}

ul.-priceList_list li h4 span{
    font-size: 1.24rem;
}

ul.-priceList_list li h4::before {
    width: 22px;
    height: 22px;
    bottom: 4px;
}

img.-priceList_model {
    right: 0%;
    bottom: -4%;
}

/*--- model ---*/
.page-furisodeRental_modelArea{
    padding: 20vw 0 20vw;
    gap: 1vw;
}

.page-furisodeRental_modelArea p.-furisodeRental_grayBg-text {
    bottom: 10vw;
    left: 4vw;
}

._modelArea-image_left img{
    margin-left: -1.333vw;
}

/*----------------*/
/*宣伝枠
/*----------------*/
.adContents{
    flex-wrap: wrap;
}
.adContents-images,
.adContents-textArea {
    width:100%;
}

.adContents-images{
    height: 68vw;
    border-radius: 1em 1em 0 0;
}

/*----------------*/
/*卒業・入学キャンペーン
/*----------------*/
.ceremonyCampaign-details{
    padding: 24px 16px
}

.ceremonyCampaign-period{
    padding: 12px 0 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.ceremonyCampaign-period h5{
    font-size: 1.4rem;
}

/*----------------*/
/*隠岐イベント
/*----------------*/

/* okiTop */

.okiTop {
    padding: 100px 0 250px;
}

.okiTop__title {
    width: 80%;
}

.okiTop__copy01 {
    margin-top: min(80px, 12vw);
    font-size: min(2.2rem, 3.6vw);
}

.okiTop__copy02 {
    margin-top: min(40px, 6vw);
    font-size: min(1.6rem, 2.8vw);
}

.okiTop__copy02 p {
    margin-top: min(20px, 3vw);
}

.okiTop__copy02 span {
    display: block;
}

.okiTop__copy02 br {
    display: none;
}

.okiTop__eventCopy {
    margin-top: min(80px, 12vw);
}

.okiTop__deco01 {
    top: 16.5%;
}

.okiTop__deco02 {
    width: 24%;
    top: 17%;
}

.okiTop__eventList {
    width: 90%;
    margin: -220px auto 0;
}

.okiTop__eventList__item a:hover img {
	transform: initial;
}

.okiTop__eventList__image {
    margin-top: 20px;
    border-radius: 15px;
}

/* ↓ここから受付終了用 */

.okiTop__eventList__endText {
    font-size: min(24px, 3.2vw);
    line-height: 1.6;
}

.okiTop__eventList__endText .spBr {
    display: block;
}


.okiSectiont__endText {
    border-radius: 0;
    font-size: min(32px, 4.5vw);
}

/* ↑ここから受付終了用 */

/* 共通 */

.okiSection__header {
    width: 100%;
    border-radius: 0;
}

.okiSection {
    margin: min(60px, 6vw) 0;
    padding-top: 90px;
}

.okiSection02 {
    margin-bottom: min(150px, 22vw);
}

/* 出張撮影会 */

.okiSection__kvInfo {
    border-radius: 0;
    padding: 30px 5%;
}

.okiSection01__place, .okiSection01__note {
    margin-top: 40px;
}

.okiSection__inner {
    width: 90%;
    margin: min(80px, 12vw) auto 0;
}

.okiSection__inner__title {
    margin-bottom: min(40px, 6vw);
    font-size: min(2.6rem, 3.8vw);
}

.okiSection01__menuList li {
    width: 23%;
}

.okiSection01__menuList li h4 {
    margin-top: 10px;
    font-size: 16px;
}

.okiSection01__flowContainer {
    display: block;
}

.okiSection01__flow {
    width: 100%;
}

.okiSection01__payDeliver {
    width: 100%;
}

.okiSection01__flow--note {
    margin-top: 15px;
}

.okiSection01__payDeliver {
    margin-top: min(30px, 5vw);
}

.okiSection01__payDeliver h4 {
    font-size: 2rem;
    line-height: 1.4;
}

.okiSection01__payDeliver h4 br {
    display: none;
}

.okiSection01__payDeliver--note {
    margin-top: 15px;
}

.okiSection01__payDeliver--note li {
    margin-top: 6px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.okiSection01__venue {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4vw;
}

.okiSection01__venue--item {
    width: 47%;
}

.okiSection01__voiceContainer {
    border-radius: 20px;
    padding: 50px 7.5%;
}

.okiSection01__voiceImage {
    width: 120px;
}

.okiSection01__venue--text {
    margin-top: min(20px, 3vw);
}

.okiSection01__voiceText {
    width: calc(100% - 140px);
}

.okiSection01__voiceText dt {
    font-size: min(1.8rem, 3vw);
}

.okiSection01__voiceText dd {
    font-size: min(1.5rem, 2.7vw);
    line-height: 1.6;
}

/* 渡航費0円キャンペーン */

.okiSection02__kvText {
    padding: 4% 0 22%;
    border-radius: 0;
    font-size: min(1.6rem, 2.8vw);
    text-align: center;
}

.okiSection02__kvText p {
    margin-top: 20px;
}

.okiSection02__kv__deco01 {
    width: 40%;
    bottom: 35%;
}

.okiSection02__kv__deco02 {
    width: 32%;
    bottom: 2%;
}

.okiSection02__contentsText {
    font-size: min(3rem, 4.2vw);
}

.okiSection02__days {
    margin-top: min(30px, 4vw);
}

.okiSection02__daysText {
    margin: min(50px, 7vw) auto 0;
}

.okiSection02__priceText {
    font-size: min(2.4rem, 3.3vw);
}

.okiSection__note {
    border-radius: 20px;
}

.okiSection__note li {
    font-size: 1.4rem;
}


/*----------------*/
/* 吉田写真堂10th anniversary
/*----------------*/
.comment_text :after{
    width: 50px;
    height: 102px;
    top: -14%;
    right: -1%;
}

.comment_text :before{
    width: 18px;
    height: 22px;
    top: 0;
    left: 0;
}

.staff-image::before{
    width: 34px;
    height: 165px;
    left: 0;
    top: 70%;
}

.special-10th h3 {
    padding-bottom: 10px;
    font-size: 2rem;
}

.special-10th_message_list ul{
    justify-content: space-between;
}

.special-10th_message .accordion-area li {
    width: 48%;
    margin: 0;
    box-sizing: border-box;
}

.special-10th_comment h3:after {
    bottom: -20px;
    left: 26vw;
}

}

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

    /*----------------*/
    /*スマッシュケーキイベント
    /*----------------*/
    .schedule-list{
        width: 100%;
    }

    .sc-monthlyCake_wrapper{
        flex-wrap: wrap;
        gap: 24px;
    }

    .sc-monthlyCake_image{
        width: 66%;
        margin: auto;
    }

    .sc-monthlyCake_textArea{
        width: 100%;
    }

    .sc-monthlyCake{
        padding: 32px 16px 24px;
    }

    .sc-monthlyCake h3{
        padding: 0 16px;
        width: 74%;
        top: -6%;
        transform: translate(-50%, -6%);
    }

    .sc-monthlyCake_textArea .shop{
        font-size: 1.24rem;
        padding-top: 8px;
    }

    .sc-price ._price-list__main span, .sc-price ._price-list__tagList ul li{
        font-size: 1.4rem;
    }

    .sc-price_comment.line-wrapper{
        padding: 24px 24px;
    }

    .sc-price_comment.line-wrapper p{
        font-size: 1.6rem;
    }

    /*----------------*/
    /*753前撮りキャンペーン
    /*----------------*/

    /* kv */

    div.preshoot-campaign-kv h2 {
        width: 65%;
    }

    div.preshoot-campaign-concept {
        width: 90%;
    }

    /* 共通 */

    div.preshoot-campaign-inner {
        padding-top: 50px;
    }

    div.preshoot-campaign-inner h3 span {
        font-size: 3rem;
        padding: 0 14px;
    }

    article.preshoot-campaign-plan {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    /* プラン料金 */

    div.preshoot-campaign-inner h3 {
        margin-bottom: 30px;
    }

    picture.pre-price-text {
        margin-bottom: 15px;
    }

    picture.pre-price-inner {
        margin-bottom: 10px;
    }

    /* プラン内容 */

    picture.pre-content {
        max-width: 400px;
        width: 85%;
        margin: 0 auto 20px;
    }

    /* オプション */

    picture.pre-option-inner {
        width: 100%;
        margin-bottom: 25px;
    }

    div.pre-option {
        margin-bottom: 40px;
    }

    picture.pre-option-text01 {
        margin-bottom: 15px;
    }

    /*----------------*/
    /*振袖レンタル
    /*----------------*/

    /* ↓ここからreason */

    .page-furisodeRental_reason {
        margin-bottom: 80px;
    }

    .page-furisodeRental_reason h3 {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }

    .page-furisodeRental_reasonsList li {
        margin-top: 50px;
    }

    .page-furisodeRental_reasonsNum {
        font-size: 1.4rem;
    }

    .page-furisodeRental_reasonsTitle {
        margin: 15px 0;
    }

    .page-furisodeRental_reasonsTitle h4 {
        font-size: 2.6rem;
        letter-spacing: 5px;
    }

    .page-furisodeRental_reasonsTitle p {
        margin-top: 8px;
        font-size: 1.2rem;
    }

    .page-furisodeRental_reasonsText {
        font-size: 1.4rem;
    }

    /* ↑ここまでreason */

    .furisodeRental-anTwenty-logo {
        margin-top: 10px;
    }

    .page-furisodeRental_event{
        height: 70vw;
    }

    .-furisodeRental_eventContents{
        padding: 32px 24px;
        margin: 0 auto 64px;
    }

    .-furisodeRental_eventContents::before{
        width: 20.6rem;
        height: 11.8125rem;
        top: -4.5rem;
    }

    img.-benefits_modelImage {
        bottom: -16%;
        width: 22vw;
    }

    .-furisodeRental-benefits{
        padding: 18px 8px;
    }

    p.-benefits_decoText{
        top: -30px;
        left: -10px;
        width: 54px;
        height: 54px;
        font-size: 1.24rem;
    }

    .-furisodeRental-reservation ul{
        padding-top: 4px;
        font-size: 1.6rem;
        gap: 16px;
    }

    .-furisodeRental-reservation ul li a span {
        padding-right: 10px;
    }

    .-furisodeRental-reservation ul li a span::after{
        width: 6px;
        height: 6px;
    }

    .furisodeRental-movie{
        margin: 0 auto 56px;
    }

    .furisodeRental-movie p{
        font-size: 1.6rem;
    }

    .page-furisodeRental_price ul{
        width: 100%;
    }

    ._price-priceList ._price-list__tagList{
        width: 100%;
        margin: 0;
    }

    picture.-furisodeRental_price__image{
        width: 100%;
    }

    .page-furisodeRental_price h3 {
        padding-bottom: 16px;
    }

    img.-priceList_model {
        bottom: -21%;
        max-width: 65px;
        width: 18%;
    }

    .page-furisodeRental_modelArea{
        padding: 20vw 0 36vw;
    }

    .page-furisodeModel {
        margin-bottom: 80px;
    }

    .page-furisodeCostume {
        margin-bottom: 64px;
    }

    /*----------------*/
    /*隠岐イベント
    /*----------------*/

    /* okiTop */

    .okiTop {
        padding: 50px 0 190px;
    }

    .okiTop__title {
        transform: translateX(2%);
    }

    .okiTop__copy01 {
        margin-top: 40px;
        font-size: 1.5rem;
    }

    .okiTop__copy02 {
        margin-top: 20px;
        font-size: 1.3rem;
    }

    .okiTop__copy02 p {
        margin-top: 15px;
    }

    .okiTop__eventCopy {
        width: 80%;
        margin-top: 50px;
    }

    .okiTop__deco01 {
        width: 22%;
        top: 12%;
    }

    .okiTop__deco02 {
        width: 22%;
        top: 13%;
    }

    .okiTop__eventList__text {
        width: 100%;
    }

    .okiTop__eventList__image {
        margin-top: 10px;
        border-radius: 10px;
    }

    .okiTop__eventList {
        margin: -170px auto 0;
    }

    /* 共通 */

    .okiSection {
        margin: -20px 0 0;
        padding-top: 80px;
    }

    .okiSection02 {
        margin-bottom: 80px;
    }

    /* 出張撮影会 */

    .okiSection__kvInfo {
        padding: 20px 5%;
    }

    .okiSection01__place, .okiSection01__note {
        margin-top: 30px;
    }

    .okiSection__inner {
        margin: 60px auto 0;
    }

    .okiSection__inner__title {
        margin-bottom: 25px;
        font-size: 2rem;
    }

    .okiSection__inner__title span {
        display: block;
    }

    .okiSection01__menuList {
        justify-content: center;
        gap: 20px;
    }

    .okiSection01__menuList li {
        width: 42%;
    }

    .okiSection01__menuList li h4 {
        font-size: 14px;
    }

    .okiSection01__flow--note li {
        line-height: 1.6;
    }

    .okiSection01__payDeliver {
        margin-top: 15px;
        padding: 20px;
    }

    .okiSection01__payDeliver h4 {
        font-size: 1.6rem;
    }

    .okiSection01__payDeliver--note {
        margin-top: 10px;
    }

    .okiSection01__payDeliver--note li {
        margin-top: 4px;
        font-size: 1.3rem;
        line-height: 1.6;
    }

    .okiSection01__venue {
        gap: 20px;
    }

    .okiSection01__venue--item {
        width: 100%;
    }

    .okiSection01__venue--text {
        margin-top: 15px;
        padding: 0;
        line-height: 1.7;
    }

    .okiSection01__voiceContainer {
        border-radius: 15px;
        padding: 40px 7.5%;
    }

    .okiSection01__voiceInner {
        margin-top: 35px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .okiSection01__voiceImage {
        order: 2;
        width: 150px;
        margin: 0 auto;
    }

    .okiSection01__voiceText {
        display: contents;
        width: 100%;
        margin-top: 15px;
    }

    .okiSection01__voiceText dt {
        width: 100%;
        order: 1;
        font-size: 1.6rem;
        text-align: center;
    }

    .okiSection01__voiceText dd {
        order: 3;
        font-size: 1.3rem;
    }

    /* 渡航費0円キャンペーン */

    .okiSection02__kvText {
        padding: 4% 0 25%;
        font-size: 1.3rem;
    }

    .okiSection02__kvText p {
        margin-top: 15px;
    }

    .okiSection02__kvText span {
        display: block;
    }

    .okiSection02__kvText br {
        display: none;
    }

    .okiSection02__kv__deco01 {
        width: 45%;
        bottom: 46%;
    }

    .okiSection02__contentsText {
        font-size: 20px;
    }

    .okiSection02__days {
        margin-top: 10px;
    }

    .okiSection02__daysText {
        width: 85%;
        margin: 30px auto 0;
    }

    .okiSection02__priceText {
        margin-top: 5px;
        font-size: 1.7rem;
        position: relative;
    }

    .okiSection02__priceText span {
        display: block;
        padding: 0;
        line-height: 1.2;
    }

    .okiSection02__priceText::before, 
    .okiSection02__priceText::after {
        position: absolute;
        top: 50%;
        width: 2px;
        height: 2em;
    }

    .okiSection02__priceText::before {
        left: 5%;
        transform: rotate(-15deg) translateY(-40%);
    }

    .okiSection02__priceText::after {
        right: 5%;
        transform: rotate(15deg) translateY(-40%);
    }

    .okiSection02__price {
        background-color: #eff6fc;
        margin-top: 10px;
        border-radius: 15px;
    }

    .okiSection02__price img {
        display: block;
        width: 75%;
        margin: 0 auto;
    }

    .okiSection__note {
        border-radius: 15px;
        padding: 6%;
    }

    .okiSection__note li {
        font-size: 1.3rem;
    }


    /*----------------*/
    /* 吉田写真堂10th anniversary
    /*----------------*/
    .special-10th_message_list ul{
        justify-content: center;
        gap: 16px;
    }

    .special-10th_message_list ul:last-of-type{
        padding-top: 16px;
    }

    .special-10th_message .accordion-area li{
        width: 96%;
    }


    /*----------------*/
    /*HAPPY NEW YEAR
    /*----------------*/

    .hny-message {
        margin: 10px 0 0;
    }

    .hny-messageText {
        margin-top: 0.6em;
        font-size: 1.3rem;
        line-height: 2.2;
    }

    .hny-messageText .spBr {
        display: block;
    }

    .hny-messageDeco01 {
        width: 7%;
        top: 5%;
        left: 3%;
    }

    .hny-messageDeco02 {
        width: 8%;
        top: 5%;
        right: 5%;
    }

    .hny-messageDeco03 {
        width: 6%;
        top: 17%;
        left: 3%;
    }

    .hny-messageDeco04 {
        width: 10%;
        top: 23%;
        left: 0;
    }

    .hny-messageDeco05 {
        top: 34%;
        left: 2%;
    }

    .hny-messageDeco06 {
        width: 8%;
        top: 18%;
        right: 2%;
    }

    .hny-messageDeco07 {
        width: 5%;
        top: 23%;
    }

    .hny-messageDeco08 {
        top: 48%;
        left: -2%;
    }

    .hny-messageDeco09 {
        width: 3%;
        top: 60%;
        left: 0%;
    }

    .hny-messageDeco10 {
        width: 11%;
        top: 33%;
        right: 0;
    }

    .hny-messageDeco11 {
        top: 48%;
        right: 0;
    }

    .hny-messageDeco12 {
        width: 8%;
        top: 59%;
        right: 2%;
    }

    .hny-messageDeco13 {
        width: 6.5%;
        bottom: 21%;
        left: 0;
    }

    .hny-messageDeco14 {
        width: 11%;
        right: 0;
        bottom: 21%;
    }

    .hny-note {
        border-radius: 10px;
    }

    .hny-note p {
        font-size: 1.2rem;
        line-height: 1.6;
    }

}