@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Noto+Serif+JP:wght@400;600;700&family=Oswald&family=Questrial&familyEB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
#contents { position: relative; z-index: 10; }

.bg-white { background-color: #fff; position: relative; }

.bg-area { position: fixed; top: 0; left: 0; width: 100%; z-index: 0; background-color: #fff; /*video{
	aspect-ratio: 16 / 9;
	width:100%; height: 100%;
	object-fit: cover; object-position: center center;
}*/ }
.bg-area .bg-area-inner { width: 100%; aspect-ratio: 16 / 9; position: relative; }
@media screen and (max-width: 768px) { .bg-area { /*video{
	aspect-ratio: 14 / 16;
}*/ }
  .bg-area .bg-area-inner { aspect-ratio: 14 / 16; } }

#main-area { width: 100%; aspect-ratio: 16 / 9; position: relative; }
#main-area .main-copy { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40%; min-width: 400px; }
#main-area .main-copy img { width: 100%; height: auto; filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 30px #000); }
#main-area .note { position: absolute; bottom: 1rem; right: 1rem; color: #fff; text-shadow: 0 0 0.1em #000, 0 0 2em #000; }
@media screen and (max-width: 768px) { #main-area { aspect-ratio: 14 / 16; }
  #main-area .main-copy { width: 70%; max-width: 400px; } }

.mv-note { position: absolute; top: 0; right: 0; display: block; width: 100%; padding: 1rem; text-align: right; color: #fff; line-height: 1.4; }

#information { background: #CB9364; color: #fff; padding: 10rem 0; position: relative; }
#information p { margin-top: 2rem; font-size: 2rem; letter-spacing: .1em; line-height: 1.4; text-align: center; }
#information p:first-of-type { margin-top: 0; }
#information p .l { font-size: 175%; }
#information p .s { font-size: 80%; }
#information .kakko { display: block; max-width: 400px; margin: 2rem auto 0 auto; position: relative; padding: 0 2.5rem; text-align: center; font-size: 1.6rem; line-height: 1.8; }
#information .kakko::before, #information .kakko::after { content: ""; position: absolute; top: 0; bottom: 0; width: 2rem; }
#information .kakko::before { left: 0; border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#information .kakko::after { right: 0; border-right: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#information .top-conv { margin: 3rem 0 0 0; }
#information .top-conv ul { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
#information .top-conv ul * { min-height: 0%; }
#information .top-conv ul li { width: 100%; max-width: 400px; }
#information .top-conv ul li a { padding: 2rem .5rem; display: block; }
#information .top-conv ul li a .txt { font-size: 2rem; letter-spacing: .1em; }
@media screen and (max-width: 768px) { #information { padding: 5rem 0; } }

.top-pointlist .top-pointitem { position: relative; }
.top-pointlist .top-pointitem .img-area { display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); }
.top-pointlist .top-pointitem .txt-area { width: 94%; max-width: 1000px; margin-right: auto; margin-left: auto; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; gap: 0; grid-template-columns: 80px 1fr; }
.top-pointlist .top-pointitem .txt-area .tate { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: center; align-items: center; }
.top-pointlist .top-pointitem .txt-area .tate * { min-height: 0%; }
.top-pointlist .top-pointitem .txt-area .tate .num { text-align: center; font-size: 60px; padding-bottom: 10px; border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
.top-pointlist .top-pointitem .txt-area .tate .point-copy { position: relative; margin-top: 10px; font-size: 30px; line-height: 1.6; writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; text-orientation: mixed; font-feature-settings: "palt"; -webkit-font-smoothing: antialiased; white-space: nowrap; }
.top-pointlist .top-pointitem .txt-area .tate .point-copy sup { font-size: 12px; position: absolute; top: 0; right: 0; }
.top-pointlist .top-pointitem .txt-area .tate .point-copy .copy-num { display: inline-block; writing-mode: horizontal-tb; line-height: 1; }
.top-pointlist .top-pointitem .txt-area .yoko { align-self: end; padding-right: 80px; font-size: 20px; line-height: 2; text-align: center; }
.top-pointlist .top-pointitem .txt-area .yoko .note { margin-top: 1rem; }
.top-pointlist .top-pointitem:nth-of-type(even) .txt-area { grid-template-columns: 1fr 80px; }
.top-pointlist .top-pointitem:nth-of-type(even) .txt-area .tate { order: 2; }
.top-pointlist .top-pointitem:nth-of-type(even) .txt-area .yoko { order: 1; padding-right: 0; padding-left: 80px; }
@media screen and (max-width: 1024px) { .top-pointlist .top-pointitem:last-of-type .txt-area .yoko { align-self: center; } }
@media screen and (max-width: 768px) { .top-pointlist .top-pointitem .img-area { grid-template-columns: 1fr; }
  .top-pointlist .top-pointitem .txt-area { top: 10%; left: 50%; transform: translate(-50%, 0); grid-template-columns: 1fr; }
  .top-pointlist .top-pointitem .txt-area .tate { width: 80px; margin: 0 auto; }
  .top-pointlist .top-pointitem .txt-area .yoko { margin-top: 20px; padding-right: 0; font-size: 16px; }
  .top-pointlist .top-pointitem:nth-of-type(even) .txt-area { grid-template-columns: 1fr; }
  .top-pointlist .top-pointitem:nth-of-type(even) .txt-area .tate { order: 1; }
  .top-pointlist .top-pointitem:nth-of-type(even) .txt-area .yoko { order: 2; padding-left: 0; } }
@media screen and (max-width: 480px) { .top-pointlist .top-pointitem .txt-area .tate .num { font-size: 50px; }
  .top-pointlist .top-pointitem .txt-area .tate .point-copy { font-size: 18px; }
  .top-pointlist .top-pointitem .txt-area .yoko { font-size: 14px; }
  .top-pointlist .top-pointitem.point03 .img05 .cap.l { left: auto; right: 10px; }
  .top-pointlist .top-pointitem.point03 .img06 .cap { bottom: 6rem; } }

.smrs { background: #261A16; padding-bottom: 5rem; }
.smrs .point-note { color: #fff; font-size: 1rem; line-height: 1.4; text-align: right; }
.smrs .smrs-img { position: relative; top: -5rem; max-width: 800px; margin: 0 auto; z-index: 2; }
.smrs .smrs-img .note { margin-top: 1rem; color: #fff; }
.smrs .link { padding: 3rem 0 5rem 0; max-width: 400px; margin: 0 auto; }
.smrs .link a { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; padding: 2rem .5rem; display: block; background: #CB9364; transition: .4s; }
.smrs .link a * { min-height: 0%; }
.smrs .link a::before { left: 20px; }
.smrs .link a:hover { filter: brightness(150%); }
.smrs .link a:hover::before { left: 22px; }
.smrs .link a .txt { display: block; width: 100%; text-align: center; color: #fff; font-size: 2rem; letter-spacing: .1em; }
.smrs .link .note { margin-top: 1rem; color: #fff; line-height: 1.6; }
@media screen and (max-width: 1180px) { .smrs .smrs-img { top: 0; } }
@media screen and (max-width: 768px) { .smrs .smrs-img { max-width: 460px; } }

.top-plan { background: #F5F1EA; padding: 5rem 0; }
.top-plan .copy { font-size: 2.5rem; letter-spacing: .1em; line-height: 1.8; text-align: center; padding-bottom: 3rem; border-bottom: solid 1px rgba(0, 0, 0, 0.5); }
.top-plan .type { margin-top: 3rem; width: 100%; }
.top-plan .type .img { margin: 0 auto; max-width: 168px; }
.top-plan .top-plan-spec { margin-top: 3rem; display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; gap: 1rem 2rem; }
.top-plan .top-plan-spec * { min-height: 0%; }
.top-plan .top-plan-spec .madori { display: inline-block; }
.top-plan .top-plan-spec .madori .img { max-width: 192px; }
.top-plan .top-plan-spec .menseki { display: inline-block; }
.top-plan .top-plan-spec .menseki .img { max-width: 368px; }
.top-plan .topplan-spec-txt { margin: 2rem auto 0 auto; text-align: center; font-size: 1.4rem; }
.top-plan .zu { max-width: 600px; margin: 3rem auto 0 auto; mix-blend-mode: multiply; }
.top-plan .zu + .note { margin-top: 3rem; }
@media screen and (max-width: 768px) { .top-plan .top-plan-head { gap: 3rem 0; }
  .top-plan .top-plan-head .madori, .top-plan .top-plan-head .menseki { width: 100%; }
  .top-plan .top-plan-head .madori .img, .top-plan .top-plan-head .menseki .img { margin: 0 auto; } }

.b-classic { background: #CB9364; padding: 10rem 0; }
.b-classic .bc-copy { width: 50%; max-width: 80px; margin: 0 auto; }
.b-classic .bc-logo { margin: 3rem auto 0 auto; width: 100%; max-width: 500px; }
.b-classic .bc-main-wrap { position: relative; width: 90%; margin: 0 auto; }
.b-classic .bc-main-wrap .bc-main { width: 100%; }
.b-classic .bc-main-wrap .bc-main .bc-main-copy { width: 50%; max-width: 102px; position: relative; margin: -2.5% auto -1%; opacity: 0; transform: scale(1.3, 1.3); transition: transform 0s ease-out 0.5s, opacity 0.5s ease 0s; }
.b-classic .bc-main-wrap .bc-main .bc-main-copy img { width: 100%; height: auto; }
.b-classic .bc-main-wrap .bc-main .bc-main-copy .line1 { width: 100%; }
.b-classic .bc-main-wrap .bc-main .bc-main-copy .line2 { width: 100%; position: absolute; top: 0; left: 0; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo { width: 100%; max-width: 504px; margin: 0 auto 0; position: relative; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo img { width: 100%; height: auto; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj1, .b-classic .bc-main-wrap .bc-main .bc-main-logo .obj2, .b-classic .bc-main-wrap .bc-main .bc-main-logo .obj3, .b-classic .bc-main-wrap .bc-main .bc-main-logo .obj4 { width: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj1 { z-index: 3; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj2 { z-index: 2; height: 48%; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj2 img { opacity: 0; transform: translateY(40%); transition: transform 1s cubic-bezier(0.16, 0.55, 0.4, 1) 0s, opacity 1s linear 0s; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj3 { z-index: 3; top: 48%; height: 50%; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj3 img { opacity: 0; margin-top: -16%; transform: translateY(-16%); transition: transform 1s cubic-bezier(0.16, 0.55, 0.4, 1) 0s, opacity 1s linear 0s; }
.b-classic .bc-main-wrap .bc-main .bc-main-logo .obj4 { position: relative; z-index: 4; opacity: 0; transition: opacity 0.5s cubic-bezier(0.16, 0.55, 0.4, 1) 0s; }
.b-classic .bc-main-wrap.aos-animate .bc-main-copy { opacity: 1; transform: scale(1, 1); transition: transform 3s ease-out 0s, opacity 0.5s ease 0s; }
.b-classic .bc-main-wrap.aos-animate .bc-main-logo .obj2 img { opacity: 1; transform: translateY(0%); transition: transform 1.3s cubic-bezier(0.16, 0.55, 0.4, 1) 0.5s, opacity 1.3s linear 0.5s; }
.b-classic .bc-main-wrap.aos-animate .bc-main-logo .obj3 img { opacity: 1; transform: translateY(0%); transition: transform 1.3s cubic-bezier(0.16, 0.55, 0.4, 1) 0.5s, opacity 1.3s linear 0.5s; }
.b-classic .bc-main-wrap.aos-animate .bc-main-logo .obj4 { opacity: 1; transition: opacity 1s cubic-bezier(0.16, 0.55, 0.4, 1) 4s; }
.b-classic .kakko { display: block; max-width: 400px; margin: 2rem auto 0 auto; position: relative; padding: 0 2.5rem; text-align: center; font-size: 1.6rem; color: #fff; line-height: 1.8; }
.b-classic .kakko::before, .b-classic .kakko::after { content: ""; position: absolute; top: 0; bottom: 0; width: 2rem; }
.b-classic .kakko::before { left: 0; border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.b-classic .kakko::after { right: 0; border-right: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.b-classic .top-conv { margin: 3rem 0 0 0; }
.b-classic .top-conv ul { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.b-classic .top-conv ul * { min-height: 0%; }
.b-classic .top-conv ul li { width: 100%; max-width: 400px; }
.b-classic .top-conv ul li a { padding: 2rem .5rem; display: block; }
.b-classic .top-conv ul li a .txt { font-size: 2rem; letter-spacing: .1em; }

.movie { width: 100%; background: #000; padding: 5rem 0; }

.movie-wrap { width: 100%; position: relative; margin-bottom: 4rem; }
.movie-wrap .note { text-align: center; margin-bottom: 1rem; color: #fff; }
.movie-wrap .movie-play-btn { z-index: 2; width: 100%; height: 100%; position: relative; overflow: hidden; background-color: #000; cursor: pointer; position: absolute; top: 0; left: 0; }
.movie-wrap .movie-play-btn .img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.6; transition: opacity 0.3s ease 0s; }
.movie-wrap .movie-play-btn .img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.movie-wrap .movie-play-btn .movie-arrow { width: 20%; max-width: 150px; position: absolute; top: 50%; left: 50%; margin: 0; transform: translate(-50%, -50%); }
.movie-wrap .movie-play-btn .movie-arrow img { width: 100%; height: auto; }
.movie-wrap .movie-play-btn:hover .img { opacity: 0.8; }
@keyframes movieBtnFadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
.movie-wrap .movie-play-btn.fadeOut { animation: movieBtnFadeOut 0.3s linear 0s forwards; pointer-events: none; }
.movie-wrap .movie-inner { z-index: 1; width: 100%; aspect-ratio: 16 / 9; position: relative; }

.img07 { background: #000; }
.img07 .note { color: #fff; line-height: 1.6; padding: 1rem; }

.category { padding: 4rem 0; text-align: center; }
.category .en { font-family: "EB Garamond", serif; font-weight: 400; font-style: normal; color: #CB9364; font-size: 3rem; line-height: 1; letter-spacing: .2em; display: flex; align-items: center; }
.category .en::before, .category .en::after { content: ""; display: block; height: 1px; background: #CB9364; flex-grow: 1; }
.category .en::before { margin-right: 1rem; }
.category .en::after { margin-left: 1rem; }

/*-------------------------

modal

-------------------------*/
.modal-video-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 10000; background-color: #000; pointer-events: none; opacity: 0; transition: opacity 0.5s linear 0s; }
.modal-video-container.active { pointer-events: auto; opacity: 1; }
.modal-video-container .modal-video-inner { width: 100vh; margin: 0 2%; max-width: 1280px; aspect-ratio: 16 / 9; position: relative; }
.modal-video-container .modal-video-close { position: fixed; top: 10px; right: 10px; width: 60px; border-radius: 2px; overflow: hidden; cursor: pointer; }
.modal-video-container .modal-video-close img { width: 100%; height: auto; font-size: 0; }
