/* --------------------------------------------------
Mv
-------------------------------------------------- */
@keyframes color { 0% { transform: translate(0, 0); }
  100% { transform: translate(100%, 0); } }
@keyframes img { 0% { transform: translate(-10%, 0); }
  100% { transform: translate(0); } }
body #wrapper #content #mv { margin: 0 0 90px; width: 100%; }
body #wrapper #content #mv .slides { margin: 0 0 40px; }
body #wrapper #content #mv .slides li { overflow: hidden; }
body #wrapper #content #mv .slides li img { transform: translate(100%, 0); animation: img 1.8s cubic-bezier(0.23, 1, 0.38, 1) 1s forwards; }
body #wrapper #content #mv .slides li::after { display: block; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #f2f2f2; animation: color 1.8s cubic-bezier(0.23, 1, 0.38, 1) 1s forwards; }
body #wrapper #content #mv .slides.num-1 li img { width: 100%; }
body #wrapper #content #mv .slides.num-6 { position: relative; padding: 140.8% 0 0; }
body #wrapper #content #mv .slides.num-6 li { position: absolute; }
body #wrapper #content #mv .slides.num-6 li:nth-child(1) { top: 9%; left: 11%; width: 27.8%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(2) { top: 0; right: 0; width: 43.4%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(2) img { animation-delay: 1.3s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(2)::after { animation-delay: 1.3s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(3) { top: 35%; left: 4.3%; width: 40.7%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(3) img { animation-delay: 1.6s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(3)::after { animation-delay: 1.6s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(4) { top: 45.6%; left: 65.1%; width: 24.4%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(4) img { animation-delay: 1.9s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(4)::after { animation-delay: 1.9s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(5) { bottom: 0; left: 0; width: 41.3%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(5) img { animation-delay: 2.2s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(5)::after { animation-delay: 2.2s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(6) { bottom: 0; right: 0; width: 49.3%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(6) img { animation-delay: 2.5s; }
body #wrapper #content #mv .slides.num-6 li:nth-child(6)::after { animation-delay: 2.5s; }
body #wrapper #content #mv .zigzag::after { width: 65px; height: 16px; position: static; }

@media screen and (min-width: 768px) { body #wrapper #content #mv { margin: 0 auto 160px; max-width: 73%; }
  body #wrapper #content #mv .slides { margin: 0 auto 55px; }
  body #wrapper #content #mv .slides.num-1 li img { width: auto; display: block; margin: 0 auto; }
  body #wrapper #content #mv .zigzag::after { width: 130px; height: 31px; } }
/* --------------------------------------------------
Staff
-------------------------------------------------- */
@keyframes show { 0% { opacity: 0; transform: translate(-10%, 0); }
  100% { opacity: 1; transform: translate(0, 0); } }
body #wrapper #content #staff .staff-nav { width: 315px; margin: 0 auto 40px; }
body #wrapper #content #staff .staff-nav ul { display: flex; justify-content: space-between; }
body #wrapper #content #staff .staff-nav ul li { font-size: 3rem; letter-spacing: .05em; padding: 0 0 5px; position: relative; }
body #wrapper #content #staff .staff-nav ul li::after { display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #040000; transition: opacity .2s ease 0s; }
body #wrapper #content #staff .staff-nav ul li:not(.current)::after { opacity: .3; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby { margin: 0 0 45px; text-align: center; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby h4 { font-size: 6rem; letter-spacing: .05em; display: inline-block; padding: 0 0 18px; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby h4 span { display: block; font-size: 2.1rem; letter-spacing: .2em; margin: 10px 0 0; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list { min-width: 307px; width: 82%; margin: 0 auto; display: flex; flex-wrap: wrap; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single { width: 25.5%; margin: 22px 0 0; margin-left: calc(23.5% / 6); margin-right: calc(23.5% / 6); }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .imagearea { position: relative; padding: 140% 0 0; overflow: hidden; margin: 0 0 5px; opacity: 0; transform: translate(-10%, 0); }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .imagearea .bk { opacity: 0; transition: opacity .4s ease 0s; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .imagearea.is-show { animation: show 0.7s cubic-bezier(0.64, -0.36, 0.1, 1) 0s forwards; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .name { font-size: 2rem; line-height: 1.2; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list.is-open { display: flex !important; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single .imagearea.is-show { opacity: 1; transform: translate(0, 0); transition: all 0.7s cubic-bezier(0.64, -0.36, 0.1, 1) 0s; animation: none; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(3n-1) .imagearea.is-show { transition-delay: .1s; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(3n) .imagearea.is-show { transition-delay: .2s; }
body #wrapper #content #staff .staff-container .staff-category .staff-hobby.assistant .staff-list, body #wrapper #content #staff .staff-container .staff-category .staff-hobby.reception .staff-list { display: none; }

@media screen and (min-width: 768px) { body #wrapper #content #staff .staff-nav { width: 680px; margin: 0 auto 55px; }
  body #wrapper #content #staff .staff-nav ul li { font-size: 2.7rem; text-align: center; transition: opacity .4s ease 0s; }
  body #wrapper #content #staff .staff-nav ul li::after { height: 3px; }
  body #wrapper #content #staff .staff-nav ul li:hover { opacity: .6; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby { margin: 0 0 125px; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby h4 { font-size: 8rem; padding: 0 0 40px; margin: 0 0 5px; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby h4 span { display: none; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list { width: 1110px; max-width: 95%; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single { width: 14%; margin: 44px 0 0; margin-left: 3%; margin-right: 3%; position: relative; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .imagearea { margin: 0 0 10px; transition: transform .7s ease 0s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .name { font-size: 1.1rem; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .name br { content: ""; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single .name br::after { display: inline-block; content: ""; width: .5em; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby .staff-list .staff-single:hover .imagearea .bk { opacity: 0; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single .imagearea.is-show { opacity: 1; transform: translate(0, 0); transition: all 0.7s cubic-bezier(0.64, -0.36, 0.1, 1) 0s; animation: none; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(5n) .imagearea.is-show { transition-delay: 0s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(5n-4) .imagearea.is-show { transition-delay: .1s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(5n-3) .imagearea.is-show { transition-delay: .2s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(5n-2) .imagearea.is-show { transition-delay: .3s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(5n-1) .imagearea.is-show { transition-delay: .4s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.stylist .staff-list .staff-single:nth-child(5n) .imagearea.is-show { transition-delay: .5s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.assistant h4, body #wrapper #content #staff .staff-container .staff-category .staff-hobby.reception h4 { transition: opacity .4s ease 0s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.assistant h4::after, body #wrapper #content #staff .staff-container .staff-category .staff-hobby.reception h4::after { transition: all .4s ease 0s; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.assistant h4:hover, body #wrapper #content #staff .staff-container .staff-category .staff-hobby.reception h4:hover { cursor: pointer; opacity: .6; }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.assistant h4:hover::after, body #wrapper #content #staff .staff-container .staff-category .staff-hobby.reception h4:hover::after { opacity: .6; transform: translate(0, 3px); }
  body #wrapper #content #staff .staff-container .staff-category .staff-hobby.hover .staff-single .imagearea .bk { opacity: 1; } }
/* --------------------------------------------------
Price
-------------------------------------------------- */
body #wrapper #content #price { margin: 0 0 90px; }

@media screen and (min-width: 768px) { body #wrapper #content #price { margin: 0 0 120px; } }
/* --------------------------------------------------
Styles
-------------------------------------------------- */
body #wrapper #content #styles { margin: 0 0 90px; }
body #wrapper #content #styles h3 { margin: 0 0 20px; }
body #wrapper #content #styles .styles-list { display: flex; flex-wrap: wrap; }
body #wrapper #content #styles .styles-list .style-single { width: 50%; overflow: hidden; position: relative; }
body #wrapper #content #styles .styles-list .style-single .inner { display: block; padding: 59.7% 0 0; position: relative; }
body #wrapper #content #styles .styles-list .style-single .inner img { transform: translate(-10%, 0); }
body #wrapper #content #styles .styles-list .style-single .inner img.bk { opacity: 0; transition: opacity 0.4s ease 0s !important; }
body #wrapper #content #styles .styles-list .style-single .inner h4 { width: 102px; background: #040000; color: #fff; text-align: center; font-size: 3.6rem; letter-spacing: .05em; line-height: 22px; height: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-60%, -50%); opacity: 0; }
body #wrapper #content #styles .styles-list .style-single .inner::after { display: block; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #f2f2f2; }
body #wrapper #content #styles .styles-list .style-single a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 9; }
body #wrapper #content #styles .styles-list.is-show .style-single .inner img { transform: none; transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0s; }
body #wrapper #content #styles .styles-list.is-show .style-single .inner h4 { opacity: 1; transform: translate(-50%, -50%); transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0.5s; }
body #wrapper #content #styles .styles-list.is-show .style-single .inner::after { transform: translate(100%, 0); transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(2) .inner img { transition-delay: .3s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(2) .inner h4 { transition-delay: .8s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(2) .inner::after { transition-delay: .3s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(3) .inner img { transition-delay: .6s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(3) .inner h4 { transition-delay: 1.1s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(3) .inner::after { transition-delay: .6s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(4) .inner img { transition-delay: .9s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(4) .inner h4 { transition-delay: 1.4s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(4) .inner::after { transition-delay: .9s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(5) .inner img { transition-delay: 1.2s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(5) .inner h4 { transition-delay: 1.7s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(5) .inner::after { transition-delay: 1.2s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(6) .inner img { transition-delay: 1.5s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(6) .inner h4 { transition-delay: 2s; }
body #wrapper #content #styles .styles-list.is-show .style-single:nth-child(6) .inner::after { transition-delay: 1.5s; }

@media screen and (min-width: 768px) { body #wrapper #content #styles { margin: 0 0 130px; }
  body #wrapper #content #styles h3 { margin: 0 0 47px; }
  body #wrapper #content #styles .styles-list .style-single { width: calc(100% / 3); }
  body #wrapper #content #styles .styles-list .style-single .inner { padding: 112.5% 0 0; }
  body #wrapper #content #styles .styles-list .style-single .inner h4 { width: 194px; font-size: 3.8rem; line-height: 41px; height: 41px; }
  body #wrapper #content #styles .styles-list .style-single:hover .inner img.bk { opacity: 0 !important; }
  body #wrapper #content #styles .styles-list.hover .style-single .inner img.bk { opacity: 1; } }
/* --------------------------------------------------
News
-------------------------------------------------- */
body #wrapper #content #news { margin: 0 0 40px; text-align: center; }
body #wrapper #content #news h3 { margin: 0 0 30px; }
body #wrapper #content #news .news-list { display: flex; flex-wrap: wrap; justify-content: space-between; min-width: 285px; width: 76%; margin: 0 auto 5px; }
body #wrapper #content #news .news-list .news-single { width: 48%; margin: 0 0 25px; }
body #wrapper #content #news .news-list .news-single .imagearea { background: #040000; padding: 121.5% 0 0; margin: 0 0 10px; position: relative; }
body #wrapper #content #news .news-list .news-single .imagearea img { position: absolute; top: 50%; left: 50%; max-width: 74.2%; max-height: 78.7%; width: auto; height: auto; transform: translate(-50%, -50%); }
body #wrapper #content #news .news-list .news-single h4, body #wrapper #content #news .news-list .news-single time { display: block; font-size: 2.4rem; letter-spacing: .05em; line-height: 1.2; }
body #wrapper #content #news .news-list .news-single h4 { margin: 0 0 3px; }
body #wrapper #content #news .more { font-size: 2.8rem; letter-spacing: .05em; display: inline-block; }
body #wrapper #content #news .more a { display: block; padding: 0 0 17px; }

@media screen and (min-width: 768px) { body #wrapper #content #news { margin: 0 0 120px; }
  body #wrapper #content #news h3 { margin: 0 0 40px; }
  body #wrapper #content #news .news-list { width: 960px; max-width: 90%; margin: 0 auto 70px; }
  body #wrapper #content #news .news-list .news-single { width: 23.2%; margin: 0; }
  body #wrapper #content #news .news-list .news-single .imagearea { margin: 0 0 25px; }
  body #wrapper #content #news .news-list .news-single .imagearea img { max-width: 61.5%; max-height: 67.8%; }
  body #wrapper #content #news .news-list .news-single .imagearea::after { display: block; content: ""; background: #000; opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; transition: opacity .7s ease 0s; }
  body #wrapper #content #news .news-list .news-single h4 { font-size: 1.8rem; letter-spacing: .1em; margin: 0 0 5px; }
  body #wrapper #content #news .news-list .news-single time { font-size: 1.5rem; letter-spacing: .1em; }
  body #wrapper #content #news .news-list .news-single:hover .imagearea::after { opacity: 0 !important; pointer-events: none; }
  body #wrapper #content #news .news-list.hover .news-single .imagearea::after { opacity: .7; pointer-events: auto; }
  body #wrapper #content #news .more { font-size: 2.2rem; }
  body #wrapper #content #news .more a { padding: 0 0 35px; transition: opacity .4s ease 0s; }
  body #wrapper #content #news .more::after { transition: all .4s ease 0s; }
  body #wrapper #content #news .more:hover a { opacity: .6; }
  body #wrapper #content #news .more:hover::after { transform: translate(0, 3px); opacity: .6; } }
/* --------------------------------------------------
Add 20210811
-------------------------------------------------- */
body #wrapper #content #mv { margin: 0 0 50px; }
body #wrapper #content #news_topics { background: #040000; color: #fff; text-align: center; margin: 0 0 90px; padding: 45px 15px; }
body #wrapper #content #news_topics .group { margin: 0 auto; }
body #wrapper #content #news_topics .group .topics-title { font-size: 3rem; letter-spacing: .05em; margin: 0 0 5px; }
body #wrapper #content #news_topics .group .topics-text { font-size: 2.4rem; letter-spacing: .05em; line-height: 1.5; }
body #wrapper #content #news_topics .group + .group { margin-top: 30px; }

@media screen and (min-width: 768px) { body #wrapper #content #mv { margin: 0 auto 50px; }
  body #wrapper #content #news_topics { margin: 0 0 90px; padding: 50px 0; }
  body #wrapper #content #news_topics .group { width: 960px; max-width: 90%; }
  body #wrapper #content #news_topics .group .topics-title { font-size: 2rem; margin: 0 0 10px; }
  body #wrapper #content #news_topics .group .topics-text { font-size: 1.4rem; }
  body #wrapper #content #news_topics .group + .group { margin-top: 50px; } }
/*Add 20230509 Iwasaki */
body #wrapper #content #mv .slides.num-6 { padding: 147.5% 0 0; }
body #wrapper #content #mv .slides.num-6 li:nth-child(1) { top: 6%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(3) { top: 36%; }
body #wrapper #content #mv .slides.num-6 li:nth-child(4) { top: 44.3%; }

body #wrapper #content #staff .staff-nav { width: 215px; }
body #wrapper #content #staff .staff-nav ul { align-items: flex-start; flex-wrap: wrap; }
body #wrapper #content #staff .staff-nav ul li:nth-child(-n+3) { margin: 0 0 15px; }

@media screen and (min-width: 768px) { body #wrapper #content #staff .staff-nav { width: 860px; max-width: 96%; }
  body #wrapper #content #staff .staff-nav ul li:nth-child(-n+3) { margin: 0; } }
/* --------------------------------------------------
Add 202411 Iwasaki
-------------------------------------------------- */
body.site-front #wrapper #content { padding-top: 4rem; }
body #wrapper #content #mv .swiper-container { margin: 0 0 10rem; }
body #wrapper #content #mv .swiper-container .swiper-wrapper .swiper-slide img, body #wrapper #content #mv .swiper-container .swiper-wrapper .swiper-slide video { width: 100%; }
body #wrapper #content #mv .swiper-container .swiper-pagination { left: 0; right: 0; bottom: 2.5rem; display: flex; justify-content: center; column-gap: 1.5rem; }
body #wrapper #content #mv .swiper-container .swiper-pagination .swiper-pagination-bullet { margin: 0; height: auto; width: 1.5rem; aspect-ratio: 1; border-radius: 50%; background: #FFFFFF; opacity: .5; }
body #wrapper #content #mv .swiper-container .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; }
body #wrapper #content #staff .staff-nav { width: 55rem; }
body #wrapper #content #staff .staff-nav ul { justify-content: center; column-gap: 4rem; row-gap: 3.3rem; }
body #wrapper #content #staff .staff-nav ul li:nth-child(-n+3) { margin: 0; }
body #wrapper #content #staff .staff-nav ul li:nth-child(1) { margin: 0 20rem; }
body #wrapper #content #staff .staff-nav ul li:nth-child(3) { margin: 0 1.5rem; }
body #wrapper #content #staff .staff-nav ul li img { width: auto; height: 2.1rem; }
body #wrapper #content .banner { margin: 0 0 18rem; }
@media screen and (orientation: portrait) {
  body #wrapper #content #mv .swiper-container .swiper-wrapper .swiper-slide video.landscape { display: none; }
}
@media screen and (orientation: landscape) { 
  body #wrapper #content #mv .swiper-container .swiper-wrapper .swiper-slide video.portrait { display: none; }
}
@media screen and (min-width: 768px) {
  body #wrapper #content #mv { max-width: 100%; }
  body.site-front #wrapper #content { padding-top: 4rem; }
  body #wrapper #content #mv .swiper-container { margin: 0 0 5rem; }
  body #wrapper #content #mv .swiper-container .swiper-pagination { bottom: 2.5rem; column-gap: 1.5rem; }
  body #wrapper #content #mv .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 1rem; }
  body #wrapper #content #staff .staff-nav { width: 110rem; max-width: 96%; }
  body #wrapper #content #staff .staff-nav ul { justify-content: space-between; column-gap: 0; row-gap: 4rem; }
  body #wrapper #content #staff .staff-nav ul li:nth-child(1) { margin: 0 calc((100% - 10rem) / 2); }
  body #wrapper #content #staff .staff-nav ul li:nth-child(3) { margin: 0; }
  body #wrapper #content #staff .staff-nav ul li img { height: 2rem; }
  body #wrapper #content #price { margin: 0 auto 13.5rem; }
  body #wrapper #content .banner { width: 960px; max-width: 96%; margin: 0 auto 13.5rem; }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  body #wrapper #content #staff .staff-nav ul li img { height: 1.5rem; }
}