/*
Theme Name:YOSHIDA PHOTO STUDIO
Theme URI:
Version:
Author: takami
Author URI: https://yoshida-designbu.com/
License: takami
*/


/*--------------
    common
--------------*/
:root{
    --color-white:#fefefe;
    --color-green:#99C29E;
    --color-darkgreen:#79997c;
    --color-black:#000;
    --font-en:'Urbanist',"Noto Sans JP", sans-serif;
}

html{
    font-size: 62.5%;
}

body{
    font-size: 1.6rem;
    font-family: "Noto Sans JP",'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    line-height: 2;
	letter-spacing: .07em;
    font-feature-settings:"palt";
    color: var(--color-black);
    position: relative;
}

*,*::before,*::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-size: 6.4rem;
}

h2{
    font-size: min(4rem,6.4vw);
    font-weight: 500;
    line-height: 1.4;
}

h3{
    font-size: min(3.2rem,6vw);
    font-weight: 500;
    line-height: 1.5;
}

h4{
    font-size: min(2.83rem,5.4vw);
    font-weight: 500;
    line-height: 1.6;
}

h5{
    font-size: min(2.24rem,4.6vw);
    font-weight: 500;
    line-height: 1.6;
}

small{
    font-size: 1.16rem;
}

li{
    list-style: none;
}

a{
	text-decoration:none;
    color: #333;
    transition: ease 0.5s;
    display: inline-block;
    outline: none;
}

img{
    max-width:100%;
    height: auto;
    vertical-align: bottom;
}

table{
    clear: both;
    border-collapse: collapse;
    width: 100%;
}

tr{
    border-bottom: solid 1px #D9D9D9;
}

th{
    padding: 14px;
    margin: 0;
    text-align: left;
    font-size: min(1.83rem,4vw);
    font-weight: 500;
}

th span{
    font-size: 1.26rem;
}

td{
    padding: 14px;
}

td.price{
    text-align:right;
    font-family: var(--font-en);
    font-size: 1.83rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

td.price span{
    font-size: 1.26rem;
}

p.price{
    font-family: var(--font-en);
    font-size: min(3.24rem,7.4vw);
    text-align:right;
    letter-spacing: 0.12em;
}

.contents {
    margin: 0px auto;
    width: 86%;
    max-width: 1240px;
}

.page-section{
    padding: 124px 0 92px;
}

.contents-section{
    margin: 160px 0;
}

.contents-section_page{
    margin-bottom: 92px;
}

.contents-section_page:last-of-type{
    margin-bottom: 0;
}

.contents-section_page:has(ul) p{
    padding-bottom: 16px;
}

.contents-title{
    text-align: center;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

h2.contents-title{
    padding-bottom: min(40px,8vw);
}

h3.contents-title{
    padding-bottom: min(16px,4vw);
    text-align: left;
}

.contents-title span{
    font-size: min(1.6rem,3.24vw);
    display: block;
    color: var(--color-green);
    font-family: var(--font-en);
}

h3.contents-title span{
    display: inline-block;
    padding-left: min(16px,3vw);
}

.contents-title_page{
    padding-bottom: min(40px,5vw);
    font-weight: 400;
    letter-spacing: .1em;
}

.contents-title_page span{
    position: relative;
    padding-left: 30px;
}

.contents-title_page span::before{
    position: absolute;
    content: "";
    background: var(--color-green);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 14px;
    left: 0;
}

.linkText span{
    position: relative;
    padding-right: min(34px, 7vw);
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkArrow span:after{
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: min(26px, 6vw);
    width: min(26px, 6vw);
    transition: ease .3s;
}

.linkArrow:hover span:after{
    transform: translate(0, -50%) scale(0.5);
}

.linkArrow span::before{
    content: "";
    display: block;
    height: min(8px, 1.6vw);
    width: min(14px, 2.8vw);
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: ease .3s;
}

.linkArrow:hover span::before{
    opacity: 0;
}

.linkText{
    position: relative;
}

.linkText::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background:var(--color-green);
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.linkText:hover::after {
transform: scale(1, 1);
}

.linkText-green{
    color: var(--color-green);
}

.linkText-green span:after{
    background-color: var(--color-green);
}

.linkText-green span::before{
    background: url(img/arrow-white.svg) no-repeat;
    background-size: 100%;
}

.linkText-white{
    color: #fefefe;
}

.linkText-white span:after{
    background-color: #fefefe;
}

.linkText-white span::before{
    background: url(img/arrow-green.svg) no-repeat;
    background-size: 100%;
}

.linkBox{
    border-radius: 9999px;
    padding: 8px 12px;
    text-transform: uppercase;
    display: block;
    max-width: 235px;
}

.linkBox span{
    position: relative;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkBox-green{
    background: var(--color-green);
    color: #fefefe;
}

.linkBox-green.linkArrow span::after{
    background: #fefefe;
}

.linkBox-green.linkArrow span::before{
    background: url(img/arrow-green.svg) no-repeat;
    background-size: 100%;
}

.linkBox-green:hover{
    background: #79997c;
}

.linkBox-white{
    background: #fefefe;
    color: var(--color-green);
}

/*------- swiper -------*/

.swiper-slide img {
    height: auto;
    width: 100%;
  }

.swiper-wrapper {
    transition-timing-function: linear;
    box-sizing: content-box;
  }

  .swiper-wrapper, .swiper-slide>div{
    height: 100%;
    width: 100%;
  }


/*----- Google map youtube -----*/
.googleMap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

.googleMap iframe, .googleMap object, .googleMap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.youtube{
    position:relative;
    width:100%;
    padding-top:62.25%;
}

.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.line-wrapper{
    position: relative;
    padding: 40px 0;
}

.line-wrapper::before{
    position: absolute;
    content: "";
    background: url(img/line-wrapper_bottom.svg) no-repeat center;
    background-size: 100%;
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 0;
}

  .line-wrapper::after{
    position: absolute;
    content: "";
    background: url(img/line-wrapper_top.svg) no-repeat center;
    background-size: 100%;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
  }

  .line-wrapper p{
    padding: 0 6%;
  }

  .lineBubble-title{
    text-align: center;
    padding-bottom: 16px;
  }

  .lineBubble-title span{
    position: relative;
  }

  .lineBubble-title span::before,
  .lineBubble-title span::after{
    content: "";
    display: inline-block;
    background: #cadfcb;
    width: 2px;
    height: 32px;
    position: absolute;
}

.lineBubble-title span::before{
    left: -7%;
    transform: rotate(-30deg);
}

.lineBubble-title span::after{
    right: -7%;
    transform: rotate(30deg);
}

  .fixed-menu{
    display: none;
  }

/*----- breadcrumbs/pageTop -----*/
.breadcrumbs{
    margin: 20px auto 0;
    text-align: center;
}

.breadcrumbs span{
padding: 0 2px;
}

.breadcrumbs a{
    color: #d4929c;
}

#page-top {
    bottom: 20px;
    text-align: right;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#page-top a img{
    transition: all 0.3s;
    position: relative;
    top: 8px;
}

/*----- fade-in -----*/
.fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
  }

.fade-in-up {
    transform: translate(0, 30px);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

/*----- top news -----*/

.top-news{
    padding: min(140px, 16vw) 0 min(80px, 10vw);
}

.top-news .accordion-area{
    max-width: 800px;
    margin: auto;
}

.top-news .accordion-area li{
    border-top: solid 1px var(--color-green);
    border-bottom: solid 1px var(--color-green);
    padding: 24px;
}

.top-news .accordion-area li small{
    font-size: 1.24rem;
    padding-right: 8px;
    font-weight: 500;
    font-family: var(--font-en);
}

.top-news.-news_important .accordion-area li{
    border: none;
    padding: min(24px,4vw);
    background: #ff1f5417;
    margin-bottom: min(2rem, 3vw);
}

.top-news.-news_important .accordion-area h5.title{
    color: #ff1f54;
    font-weight: 600;
}

.top-news .title::before,
.top-news .title::after{
    right:15px;
    left: auto;
}

.top-news .box{
    padding: 3% 0;
}

.top-news .box p{
    padding-bottom: 12px;
}

.box-section h5 span{
    font-size: 1.6rem;
    position: relative;
    padding-left: 12px;
}

.box-section h5 span::before{
    content: "";
    position: absolute;
    background: var(--color-green);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 9px;
    left: 0;
}


/*--------------
    header
--------------*/
header{
    position: fixed;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

header h1{
    max-width: 240px;
    line-height: 0;
}

.headerWrapper{
    position: relative;
    padding: 0px;
    max-width: 1720px;
    width: 92%;
    margin: min(24px,5vw) auto;
}

.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menuList {
    width: 380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menuList_instagram{
    width: 32px;
}
.header-menuList_instagram a{
    display: block;
}
.header-menuList_instagram img{
    display: block;
}

.header-menuList_line a:hover{
    opacity: 0.4;
}

.header-menuList_line a.header-menuList_line__pc{
    color: var(--color-green);
    border: solid 1px var(--color-green);
    padding: 8px 12px;
    border-radius: 30px;
}

.header-menuList_line__sp{
    display: none;
}

.header-menuList_line a span{
    position: relative;
    content: "";
    padding-right: 32px;
}

.header-menuList_line a span:after{
    content: "";
    position: absolute;
    background: url(img/icon-line.svg) no-repeat center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}

.header-menuList_hamberger{
    display: flex;
    align-items: center;
    width: calc(100% - 77%);
    justify-content: space-between;
}

.header-menuList_hamberger p{
    color: var(--color-green);
    font-family: var(--font-en);
    z-index: 4;
}

/*----- hamburger -----*/
.hamburger {
    display : block;
    position: relative;
    z-index : 4;
    width : 32px;
    height: 12px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--color-green);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 6px;
  }
  .hamburger span:nth-child(3) {
    top: 12px;
  }

  .hamburger.active span:nth-child(1) {
    left: 0px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  .hamburger.active span:nth-child(2){
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .globalMenuSp {
    display: flex;
    position: fixed;
    justify-content: space-between;
    z-index: 3;
    width: 62vw;
    top: 0;
    left: 0;
    background:#F8F9F3;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-x: auto;
  }

  .globalMenuSp a:hover{
    opacity: 0.6;
  }

  .globalMenuSp-bg{
    background: url(img/global-bg.jpg) no-repeat center;
    background-size: cover;
    width: 32vw;
    height: 100%;
    top: 0;
    left: 0;
  }

  .globalMenuSp-wrapper{
    overflow-x: auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65vw;
  }

  .globalMenuSp-menu{
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px;
    margin-top: 5vw;
    width: 632px;
  }

  .globalMenuSp-menu_photo{
    width: 48%;
  }

  .globalMenuSp-menu_photo h4{
    padding-bottom: 12px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  ul.globalMenu-subMenu{
    padding-bottom: 16px;
  }

  .globalMenuSp ul.globalMenu-subMenu li {
    transition: .4s all;
    padding-bottom: 8px;
  }

  .globalMenuSp ul.globalMenu-subMenu li a{
    padding-left: 14px;
    position: relative;
  }

  .globalMenuSp ul.globalMenu-subMenu li a::before{
    position: absolute;
    content: "";
    background: var(--color-green);
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
  }

  .globalMenuSp ul.globalMenu-subMenu li a.link-icon{
    text-transform: uppercase;
  }

  .globalMenuSp ul.globalMenu-subMenu li a.link-icon:after{
    content: "";
    position: absolute;
    width: min(20px, 4vw);
    height: min(14px, 3vw);
    background: url(img/icon-link.svg) no-repeat;
    background-size: 100%;
    top: 6px;
    right: -26px;
  }

  .globalMenu-otherMenu{
    padding-top: 12px;
    font-size: min(1.83rem,3.83vw);
  }

  .globalMenu-otherMenu li{
    padding-bottom: 8px;
  }

  .globalMenu-contact{
    padding: 24px min(72px, 6vw);
    background: #fefefe;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 92px;
    max-width: 760px;
    width: 90%;
  }

  .globalMenu-contact h4{
    text-align: center;
    padding-bottom: 24px;
  }

  .globalMenu-contact ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: min(2rem, 4vw);
  }

  .globalMenu-contact ul li{
    width: 100%;
  }

  .globalMenu-contact ul li p{
    font-size: min(1.4rem, 3.4vw);
    line-height: 1.5;
  }

  .globalMenu-contact ul li a.linkBox-green{
    margin: 0 auto 8px;
  }

  .globalMenu-contact ul li a.tel{
    color: var(--color-green);
    position: relative;
    font-family: var(--font-en);
    font-weight: 500;
    font-size: min(3.2rem, 7.4vw);
    padding-left: min(32px, 7vw);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .globalMenu-contact ul li a.tel::before{
    content: "";
    position: absolute;
    background: url(img/icon-phonesvg.svg) no-repeat center;
    background-size: 100%;
    width: min(27px, 6vw);
    height: min(27px, 6vw);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  .globalMenuSp.active {
    opacity: 1;
    visibility: visible;
  }


/*--------------
    KV
--------------*/
.KV{
    position: relative;
    margin-top: min(107px,20vw);
    height: calc(90svh - min(107px,20vw));
    max-height: 1020px;
    min-height: 322px;
}

.KV-copy{
    position: absolute;
    bottom: 0;
    left: min(6rem, 4vw);
    z-index: 1;
    font-size: min(7.2rem, 9vw);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.KV-copy span{
    font-family: var(--font-en);
    font-size: min(2.56rem,3.2vw);
    font-weight: 500;
    letter-spacing: 0.8em;
    text-transform: uppercase;
    padding-top: 12px;
    padding-left: 8px;
    display: block;
}

.KV-fadeIn{
    animation-name:KV-fadeInAnime;
    animation-duration:1.6s;
    animation-fill-mode:forwards;
}

@keyframes KV-fadeInAnime{
    from {
        filter: blur(6px);
        transform: scale(1.02);
    }

    to {
    filter: blur(0);
    transform: scale(1);
    }
}

.KV-fadeInText{
    animation-name: fadeInText;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeInText{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.KV-swiper picture{
    display: block;
    width: 100%;
    height: 100%;
}
.KV-swiper picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.KV-swiper .swiper-slide img{
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}
.KV-swiper .swiper-slide[class*=-active] img{
    transition-delay: 0s;
    transform: scale(1.05);
}

.KV-swiper .swiper-slide{
    height: calc(80svh - min(107px,20vw));
    min-height: 322px;
}

/*------- slider -------*/
.slider {
    position:relative;
    width: 100%;
    display: none;
}

.slider.slick-initialized{
    display: block;
  }

.slick-slide{
    margin: 0 15px;
}

.slick-slide img{
    border-radius: 0;
}

@media screen and (min-width:768px) {
    .KV{
        height: calc(100svh - min(107px,20vw));
        min-height: 530px;
    }

    .KV-images{
        width: calc(100% - 10%);
        margin: 0 0 0 auto;
    }

    .KV-swiper .swiper-slide{
        height: calc(100svh - min(107px,20vw));
        max-height: 1020px;
        min-height: 530px;
    }
}

@media screen and (min-width:1024px) {
    .KV-images{
        overflow: hidden;
        height: 100svh;
        width: calc(100% - 20%);
        margin: 0 0 0 auto;
    }
}

/*--------------
    concept
--------------*/
.concept-wrapper{
    width: 95vw;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.concept-textArea{
    width: 36%;
}

.concept-textArea p{
    padding-bottom: min(32px, 5vw);
    line-height: 2.4;
    font-size: min(1.83rem, 3.4vw);
}

.concept-textArea p:last-of-type{
    padding-bottom: 0;
}

.concept-imageArea{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: calc(50% - -7px) calc(48% - 8px);
    width: calc(100% - 46%);
    gap: 12px;
    height: 100%;
}

.concept-imageArea_image{
    clip-path: inset(0 0 round 10px);
}

.concept-imageArea_image img{
    object-fit: cover;
    -webkit-object-fit:cover;
    width: 100%;
    height: 100%;
}

.concept-imageArea_image1{
    grid-column: 1/3;
    grid-row: 1/2;
}

.concept-imageArea_image3{
    grid-column: 1/2;
    grid-row: 2/3;
}

.concept-imageArea_image4{
    grid-column: 2/3;
    grid-row: 2/3;
}

.concept-imageArea_image2{
    clip-path: inset(0 0 round 10px 0 0 10px);
    grid-column: 3/5;
    grid-row: 1/3;
}

/*--------------
Campaign
--------------*/
.campaign{
    margin-bottom: 280px;
}

.campaign h3{
    text-align: center;
}

.campaign h3 span{
    display: block;
}

.campaign-bannerList{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 93%;
    margin: auto;
}

.campaign-bannerList li{
    width: 48%;
}

.campaign-bannerList li img{
    border: solid 1px #f5f5f5;
}

.campaign-bannerList li a:hover{
    opacity: 0.6;
}

/*--------------
Plan
--------------*/
.photoMenu-wrapper{
    position: relative;
    padding-bottom: min(140px, 16vw);
}

.photoMenu-wrapper::before{
    content: "";
    position: absolute;
    background: #F8F9F3;
    z-index: -1;
    top: -7%;
    left: 0;
    width: 92%;
    height: 125%;
    border-radius: 0 min(4rem,6vw) 0 0;
}

.photoMenu-list{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1340px;
    padding: 0 2%;
    justify-content: center;
}

.photoMenu-list li{
    width: calc((100% - 256px) / 4);
    margin: 0 32px 40px;
    text-align: center;
}

.photoMenu-list li picture{
    border-radius: 50%;
    position: relative;
    display: block;
    overflow: hidden;
}

.photoMenu-list li img{
    transform: rotate(0deg);
    transition: ease .5s;
    opacity: 1;
}

.photoMenu-list li a:hover{
    opacity: 0.6;
}

.photoMenu-list li a:hover img{
    transform: rotate(-8deg) scale(1.1);
    opacity: 1;
}

.photoMenu-list h4{
    font-weight: 400;
    padding-top: 8px;
    font-size: min(1.83rem, 4vw);
    line-height: 1.4;
}

.photoMenu-list h4 span{
    font-size: min(1.6rem, 3.24vw);
}

/*------- 20th res -------*/
.anniversary-reservation{
    position: relative;
    background: #fefefe;
    border: dashed 2px #99C29E;
    border-radius: 16px;
    padding: 32px 40px;
    max-width: 820px;
    margin-bottom: 92px;
}

.anniversary-reservation h3{
    text-align: center;
    padding-bottom: 24px;
}

.anniversary-reservation h3 span{
    display: block;
}

.anniversary-reservation p{
    text-align: center;
}

.anniversary-reservation p.-reservation_eventDay{
    font-size: 2.83rem;
    padding-top: 24px;
}

.anniversary-reservation p.-reservation_eventDay span{
    background: linear-gradient(transparent 80%, #e1e9b6 80%);
}

.-reservation_list{
    padding-top: 16px;
    padding-bottom: 48px;
    font-size: 1.83rem;
    font-weight: 500;
    font-family: var(--font-en);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 8px;
}

.-reservation_list dl{
    display: flex;
    justify-content: space-between;
    width: 28%;
    position: relative;
    z-index: 1;
}

.-reservation_list dl::before{
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    z-index: -1;
}

.-reservation_list dl dt{
    width: 80px;
    background: #fefefe;
}

.-reservation_list dl dd{
    background: #fefefe;
    width: 32px;
    text-align: center;
}

p.lineBubble-text{
    text-align: center;
    font-size: 2.83rem;
    padding-bottom: 16px;
}

p.lineBubble-text span{
    position: relative;
}

p.lineBubble-text span::before,
p.lineBubble-text span:after{
    position: absolute;
    content: "";
    background: #99C29E;
    width: 2px;
    height: 24px;
    bottom: 0;
}

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

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

p.decoText-circle{
    position: absolute;
    top: -20px;
    left: -20px;
    color: #fefefe;
    background: var(--color-green);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 18vw;
    height: 18vw;
    max-width: 100px;
    max-height: 100px;
    line-height: 1.3;
    font-size: 1.83rem;
}

.-reservation_linkArea{
    display: flex;
    gap: 8px 24px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 32px;
}


/*------- fade pm -------*/

.delay-time02{
    animation-delay: 0.2s;
}

.delay-time04{
    animation-delay: 0.4s;
}

.delay-time08{
    animation-delay: 0.8s;
}

.delay-time06{
    animation-delay: 0.6s;
}

.menu-fadeUp {
    animation-name:menu-fadeUpAnime;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
    }

@keyframes menu-fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(50px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

/*--------------
costume products
--------------*/

.costumeProducts{
    position: relative;
}

.costumeProducts::before{
    content: "";
    position: absolute;
    background: #F8F9F3;
    width: 92%;
    height: 110%;
    z-index: -1;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
}

.costumeProducts-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: -100px;
}

.costumeProducts-contents{
    width: calc((100% - calc(4rem * 2)) / 3);
}

.costumeProducts-contents img{
    border-radius: 10px;
}

.costumeProducts-contents_textArea{
    padding-top: 16px;
}

.costumeProducts-contents_textArea p{
    padding-bottom: 24px;
} 

.costumeProducts-contents_textArea a{
    margin: 0 0 0 auto;
}

.linkArea{
    padding: 116px 0;
}

.linkArea ul{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.linkArea a{
    color: var(--color-black);
    font-weight: 400;
    font-size: 3.2rem;
}

.linkArea a span{
    padding-right: 42px;
}

.linkArea .linkArrow span:after{
    width: 28px;
    height: 28px;
}

.linkArea .linkArrow span::before {
    width: 14px;
    right: 6px;
}

/*--------------
parallax
--------------*/
.parallax-bg{
    width: 100%;
    height: 34vw;
    background-image: url(img/parallax-image1.jpg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.parallax-bg.parallax-aboutUs{
    background-image: url(img/parallax-image2.jpg);
}


/*--------------
about us
--------------*/
.aboutUs{
    position: relative;
}

.aboutUs::before{
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 45.8125rem 45.8125rem 0 0;
    margin: 0 auto;
    background: #fefefe;
    z-index: 0;
    top: -6rem;
    width: 98.6rem;
    height: 45.8125rem;
}

.aboutUs h2{
    margin-top: -6rem;
}

.aboutUs .contents{
    z-index: 1;
    position: relative;
}

.aboutUs-contents{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.aboutUs-contents_imageArea{
    width: 58%;
}

.aboutUs-contents_imageArea img{
    border-radius: 10px;
}

.aboutUs-contents_textArea{
    width: 38%;
}

.aboutUs-contents_textArea p{
    padding-bottom: min(24px,2vw);
}

.aboutUs-staff{
    padding-bottom: 92px;
}

.link-area{
    display: flex;
    gap: 24px;
    justify-content: end;
}

.link-area a{
    width: 48%;
}

.aboutUs-contents_otherList{
    background: #F8F9F3;
    border-radius: 20px;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 58%;
}

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

.aboutUs-contents_otherList__logo{
    width: min(114px,28vw);
    padding-top: 10px;
    margin: 0 auto min(20px, 4vw);
}

.aboutUs-contents_otherList__logo img{
    border-radius: 0;
}

.aboutUs-contents_otherList__textArea{
    width: calc(100% - 148px);
}

.aboutUs-contents_otherList__textArea p{
    padding-bottom: 16px;
    font-size: min(1.4rem,3.4vw);
}

.aboutUs-contents_otherList__title{
    padding-bottom: 16px;
    display: flex;
    gap: 16px;
}

.aboutUs-contents_otherList__title h4{
    font-weight: 400;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.aboutUs-contents_otherList__title h4 span{
    display: block;
    font-size: min(1.4rem,3.4vw);
    color: var(--color-green);
    font-family: var(--font-en);
    text-transform: none;
}

.aboutUs-contents_otherList__title .instagram-icon{
    width: 20px;
    display: block;
}

.aboutUs-contents_otherList__title .instagram-icon a:hover{
    opacity: 0.6;
}

.aboutUs-contents_otherList__title .instagram-icon img{
    border-radius: 0;
}

.top-banner{
    max-width: 1140px;
    width: 90%;
    margin: auto;
    padding: 92px 0 114px;
}

.top-banner ul{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.top-banner ul li{
    width: 60%;
}

.top-banner ul li a:hover{
    opacity: 0.6;
}

.top-banner ul li img{
    border: solid 1px #f5f5f5;
}

/*--------------
instagram
--------------*/
.instagram{
    background: url(img/instagram-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 72px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.instagram h2{
    font-family: var(--font-en);
}

.instagram-linkArea{
    padding-top: 40px;
}

.instagram-linkArea .linkBox{
    text-transform: capitalize;
}


/*--------------
contact
--------------*/
.contact{
    background: #fefefe;
    padding: 46px 76px;
    border-radius: 10px;
    max-width: 1140px;
    width: 90%;
    margin:92px auto -112px;
    position: relative;
    z-index: 1;
}

.contact-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: min(4rem, 8vw);
}

.contact-textArea{
    text-align: center;
}

.contact-textArea,
.contact-listArea{
    width: 100%;
}

.contact-textArea h2{
    padding-bottom: 16px;
}

.contact-textArea p{
    padding-bottom: 16px;
}

.contact-listArea{
    text-align: center;
}

.contact-listArea_tel{
    padding-bottom: min(24px, 4vw);
}

.contact-listArea_tel a:hover{
    opacity: 0.6;
}

.contact-listArea_line a{
    font-size: min(1.83rem, 5vw);
    margin: 0 auto 12px;
    padding: min(16px, 2vw);
    border-radius: 2em;
    width: min(40rem, 90%);
    max-width: none;
    line-height: 1.5;
}

.contact-listArea_line span{
    justify-content: center;
}

.contact-listArea_line .linkArrow span:after{
    width: 30px;
    height: 30px;
}

.contact-listArea_line .linkArrow span::before {
    height: 8px;
    width: 15px;
    right: 6px;
}

.contact-listArea_line p{
    font-size: min(1.34rem, 3vw);
    line-height: 1.6;
}

.tel-number{
    font-size: min(4.24rem, 8vw);
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-green);
    letter-spacing: .05em;
    font-family: var(--font-en);
}

.tel-number span{
    position: relative;
    padding-left: 36px;
}

.tel-number span::before{
    position: absolute;
    content: "";
    background: url(img/icon-phonesvg.svg) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 32px;
    top: 8px;
    left: 0;
}

/*--------------
footer
--------------*/
footer{
    background: var(--color-green);
    padding: 172px 0 16px;
    color: #fefefe;
}

footer a{
    color: #fefefe;
}

.footer-information{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 620px;
    margin: auto;
    width: 100%;
    padding-bottom: 24px;
}

.footer-logo{
    width: 48%;
}

.footer-address{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.6;
}

.footer-links{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 32px;
    padding-bottom: min(40px,7vw);
    text-transform: uppercase;
}

.footer-links li .linkText::after{
    background: #fefefe;
}

.privacy-policy{
    text-align: center;
}

.privacy-policy a{
    text-decoration: underline;
}

.privacy-policy a:hover{
    opacity: 0.6;
}

footer small{
    display: block;
    text-align: right;
    padding-top: 72px;
    text-transform: uppercase;
    width: 98%;
    margin: auto;
    font-family: var(--font-en);
    font-weight: 400;
}

/*--------------
HAPPY NEW YEAR（バナー）
--------------*/
.hny-banner {
    max-width: 800px;
    width: 90%;
    margin: 0 auto min(80px, 10vw);
    border: solid 2px #f5f5f5;

    @media screen and (max-width: 521px){
        border: solid 1px #f5f5f5;
    }
}

.hny-banner a:hover{
    opacity: 0.6;
}

/*--------------
responsive
--------------*/


@media screen and (max-width: 1024px){
/*--------------
/* common
--------------*/
.contents-section {
    margin: 92px 0 200px;
}

.page-section{
    padding: 88px 0 92px;
}

/*--------------
/* header
--------------*/
.header-menu{
    display: none;
}

/*------- slider -------*/
.center-slider .slick-slide{
    width:48em;
    height: 34em;
}

.globalMenuSp-bg{
    width: 28vw;
}

.globalMenuSp-menu{
    width: 468px;
}

/*--------------*/
/* concept
/*--------------*/
.concept-wrapper{
    flex-wrap: wrap;
    gap: 32px;
}

.concept-textArea{
    width: 80%;
}

.concept-imageArea{
    grid-template-columns: 1fr 1fr 1.25fr 1fr;
    /* grid-template-rows: calc(24% - -56px) calc(38% - 8px); */
    width: calc(100% - 0%);
}

/*--------------*/
/* menu
/*--------------*/
.photoMenu-list li {
    width: calc((100% - 98px) / 4);
    margin: 0 12px 40px;
}

/*--------------*/
/* about us
/*--------------*/
.aboutUs::before{
    width: 88.6rem;
}

.aboutUs-contents{
    flex-wrap: wrap;
    gap: 16px;
}

.aboutUs-contents_imageArea{
    margin: auto;
    width: 74%;
}

.aboutUs-contents_textArea {
    width: 100%;
}

.aboutUs-contents_otherList{
    width: 100%;
}

/*--------------*/
/*  footer
/*--------------*/

.contact-textArea h2{
    text-align: center;
}

/*--------------
HAPPY NEW YEAR（バナー）
--------------*/

}

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

/*--------------*/
/*  common
/*--------------*/
    body{
        font-size: min(1.4rem,3.4vw);
    }

    .pc{
        display:none!important;
    }

    h1{
        font-size:5.6rem;
    }

    small{
        font-size: 1.02rem;
    }

    th{
        padding: 10px;
        width: 34%;
    }

    td{
        padding: 10px;
    }

    td.price{
        font-size: 1.6rem;
    }

    td.price ul{
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .contents-section {
        margin: 72px 0;
    }

    .page-section {
        padding: 80px 0 32px;
    }

    .contents-section_page{
        margin-bottom: 56px;
    }

    .contents-title_page{
        text-indent: -2rem;
        padding-left: 2rem;
    }

    .contents-title_page span{
        padding-left: 20px;
    }

    .contents-title_page span::before{
        width: 10px;
        height: 10px;
    }

    .page-contents {
        margin-bottom: 60px;
    }

    #loading .kvArea img{
        max-width: 200px;
    }

    .line-wrapper::before {
        background-size: 100%;
        width: 60px;
        height: 60px;
        left: -10px;
    }

    .linkBox{
        max-width: 196px;
    }

    .line-wrapper::after {
        background-size: 100%;
        width: 60px;
        height: 60px;
        right: -10px;
    }

    .parallax-bg{
        height: 240px;
        background-size: 150%;
    }

    .fixed-menu{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        z-index: 2;
    }

    .fixed-menu li{
        width: 50%;
        text-align: center;
        background: var(--color-darkgreen);
        padding: 14px 10px;
        letter-spacing: 0.14em;
    }

    .fixed-menu li:last-of-type{
        background: var(--color-green);
    }

    .fixed-menu li a{
        text-transform: uppercase;
        color: #fefefe;
        display: block;
        font-weight: 500;
    }

    .fixed-menu li a.fixed-menu_tel{
        font-family: var(--font-en);
    }

    .slick-slide{
        margin: 0 4px;
    }

    .top-news .accordion-area li{
        padding: 16px 0px;
    }

/*----- google map youtube -----*/
.googleMap {
    padding-bottom: 72.25%;
}


/*--------------*/
/*  header
/*--------------*/
header h1 {
    max-width: 160px;
}

.header-menuList{
    width: 106px;
}

.header-menuList_line a.header-menuList_line__pc{
    display: none;
}

.header-menuList_line__sp{
    display: block;
}
.header-menuList_instagram,
.header-menuList_line{
    width: 26px;
}

.header-menuList_hamberger{
    width: 32px;
}

.header-menuList_hamberger p{
    display: none;
}

.globalMenuSp{
    flex-direction: row-reverse;
}

.globalMenuSp-menu{
    width:80%;
    display: block;
    margin-top: 20vw;
    padding-bottom: 48px;
}

.globalMenuSp-menu_photo{
    width: 100%;
}

.globalMenuSp-menu_photo ul li{
    padding-bottom: 8px;
}

.globalMenuSp-bg{
    display: none;
}

.globalMenuSp-wrapper{
    width: 100%;
}

.globalMenuSp ul.globalMenu-subMenu li,
.globalMenuSp-menu_photo h4{
    padding-bottom: 6px;
}

.globalMenu-contact{
    width: 90%;
}

.globalMenu-contact h4{
    padding-bottom: 16px;
}

/*------- slider -------*/
.center-slider .slick-slide{
    width: 24em;
    height: 28em;
    margin: 0 6px;
}

/*--------------*/
/*  concept
/*--------------*/
.concept-textArea{
    width: 100%;
}

.concept-textArea p{
    width: 94%;
}

.concept-imageArea{
    gap: 6px;
    grid-template-columns: 1fr 1fr 1.25fr 1fr;
    /* grid-template-rows: calc(32% - -52px) calc(48% - 1px); */
}

.concept-imageArea_image{
    clip-path: inset(0 0 round 10px);;
}

.campaign{
    margin-bottom: 92px;
}

.campaign-bannerList li{
    width: 100%;
}

/*--------------*/
/* photoMenu
/*--------------*/

.photoMenu-wrapper::before{
    top: -3%;
}

.photoMenu-list li {
    width: calc((100% - 78px) / 3);
    margin: 0 12px 24px;
}

/*------- 20th res -------*/
.anniversary-reservation{
    padding: 32px 24px;
}

.-reservation_list dl{
    width: 31%;
}

p.lineBubble-text {
    font-size: 1.83rem;
    padding-bottom: 8px;
}

/*--------------*/
/* costume products
/*--------------*/
.costumeProducts::before{
    height: 105%;
}

.costumeProducts-contents{
    width: 100%;
    margin-top: 0px;
}

.costumeProducts-contents img{
    border-radius: 5px;
}

/*--------------*/
/* linkarea
/*--------------*/
.linkArea {
    padding: 92px 0 48px;
}

.linkArea ul{
    flex-wrap: wrap;
    gap: 32px;
    text-align: center;
}

.linkArea a{
    font-size: 2.24rem;
}

.linkArea a span {
    padding-right: 34px;
}

.linkArea .linkArrow span:after {
    width: 24px;
    height: 24px;
}

.linkArea .linkArrow span::before {
    width: 13px;
    right: 4px;
}

/*--------------*/
/* about us
/*--------------*/
.aboutUs::before{
    width: 100%;
    top: -3rem;
}

.aboutUs h2 {
    margin-top: -2rem;
}

.aboutUs-contents_imageArea{
    width: 100%;
}

.aboutUs-contents_otherList__textArea{
    width: calc(100% - 122px);
}

.aboutUs-contents_otherList__title{
    gap: 8px;
    padding-bottom: 8px;
    justify-content: center;
}

.aboutUs-contents_imageArea img{
    border-radius: 5px;
}

.top-banner{
    padding: 56px 0 92px;
}

.instagram{
    padding: 48px 0;
}

/*--------------*/
/*  contact
/*--------------*/
.contact{
    padding: 24px min(76px, 4vw);
    margin: 72px auto -112px;
}

.contact-list_item{
    width: 100%;
}

.contact-list_item p {
    padding-bottom: 16px;
}

.tel-number span{
padding-left: 28px;
}

.tel-number span::before{
    top: 6px;
    width: 26px;
    height: 26px;
}

.form-link{
    font-size: 1.6rem;
}

/*--------------*/
/* footer
/*--------------*/
footer{
    padding: 156px 0 64px;
}

.footer-information{
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
}

.footer-logo{
    margin: auto;
    width: 56%;
}

.footer-address{
    width: 100%;
}

.footer-links{
    gap: 16px;
}

}

@media screen and (max-width: 521px){
    td.price span,
    th span{
        font-size: 1.16rem;
    }

    td.price span{
        display: block;
    }

/*--------------*/
/* photo menu
/*--------------*/
.photoMenu-list li {
    width: calc((100% - 78px) / 2);
    margin: 0 12px 16px;
}

/*------- 20th res -------*/
.anniversary-reservation{
    margin-bottom: 48px;
}

.-reservation_list{
    font-size: 1.6rem;
    padding-bottom: 32px;
}

.-reservation_list dl{
    width: 48%;
}

.-reservation_list dl dt{
    width: 70px;
}

p.decoText-circle {
    top: -20px;
    left: -16px;
    font-size: 1.4rem;
}

/*--------------*/
/* about us
/*--------------*/
.aboutUs-contents_otherList{
    padding: 32px 24px;
}

.aboutUs-contents_otherList__item{
    flex-wrap: wrap;
}

.aboutUs-contents_otherList__textArea{
    width: 100%;
}

.top-banner ul{
    flex-wrap: wrap;
    gap: 14px;
}

.top-banner ul li{
    width: 100%;
}

.link-area{
    flex-wrap: wrap;
    gap: 12px;
}

.link-area a{
    width: 100%;
}

/*--------------*/
/* contact
/*--------------*/
.contact {
    margin: 64px auto -112px;
}

.linkArea a{
    font-size: 1.83rem;
}

.linkArea a span {
    padding-right: 24px;
}

.linkArea .linkArrow span:after{
    width: 20px;
    height: 20px;
}

.linkArea .linkArrow span::before {
    width: 10px;
    right: 5px;
}


/*--------------*/
/*  footer
/*--------------*/
    .footer-menu ul li {
        width: 46%;
    }

    .footer-links{
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer-links li{
        width: 100%;
    }

    footer small{
        padding-top: 40px;
    }
}