@charset "UTF-8";
/* CSS Document */
html {
  font-size:0.0520833333vw;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
  scroll-behavior: smooth;
}
@media(max-width:640px){
  html{
    font-size:0.17vw;
    /*font-size:0.1333333333vw;*/
  }
}
body {
  color: #231815;
  background-color: #efefef;
  background-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15rem;
  line-height: 2;
  text-align: left;
  overflow-x: hidden;
  font-weight: 300;
  left: 0;
  height: 100%;
}
img{
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.sp {
  display: none;
}
.spBrNone {
  display: block;
}
@media (max-width: 640px) {
  .pc{
    display: none!important;
  }
  .sp{
     display: block!important;
  }
  .spBrNone {
    display: none!important;
  }
}
.none {
  display: none;
}
/*ヘッダーロゴ*/
.drawerLogo {
  width: 300rem!important;
  margin-bottom: 120rem;
}
/*ドロワー　開閉*/
.nav-drawer {
  position: absolute;
  top: 50rem;
  right: 50rem;
}
@media (max-width: 640px) {
  .nav-drawer {
    left: 490rem;
  }
}

/* open時 */
.nav-drawer.is-open #nav-content {
  transform: translateX(0);
}
/*ドロワーボタン*/
.menu-btn {
  position: fixed;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  background: none;
  border: none;
  right: 50rem;
  z-index: 10001;
}
.menu-btn span {
  display: block;
  height: 1px;
  background: #231815;
  transition: transform .4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
  opacity .3s ease;
  transform-origin: center;
}
.menu-btn span:first-child {
  width: 50rem;
}
.menu-btn span:nth-child(2){
  width: 40rem;
}
.menu-btn span:last-child {
  width: 30rem;
}
/*
  !* --- open時のアニメーション --- *!
.menu-btn.is-open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.menu-btn.is-open span:nth-child(2) {
  transform: translateY(-11px) rotate(-45deg);
}*/
/*ドロワーコンテンツ↓*/
#nav-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #EFEFEF;
  opacity: 1;
  text-align: right;
  padding:  100rem;
  transform: translateX(-105%);
  transition: 0.5s ease-in-out;
  font-family: "CambayDevanagari", 'Noto Serif JP';

}
#nav-content ul li {
  margin: 0;
  vertical-align: top;
  padding-bottom: 20rem;
  text-align: left;
  font-size: 22rem;
}
#nav-content ul li a {
  text-decoration: none;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 5rem;
}
.drawer-menu__container {
  float: left;
}
.nav-logo {
  width: 200rem;
  margin-bottom: 100rem;
}

/* open時＝closeボタンの見た目 */
.nav-drawer.is-open .menu-btn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background: #231815!important;
}

.nav-drawer.is-open .menu-btn span:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
  background: #231815!important;
}

.nav-drawer.is-open .menu-btn span:nth-child(3) {
  opacity: 0;
}
@media (max-width: 640px) {
  .menu-btn {
    height: 26px;
    right: 30rem;
  }
  .menu-btn span:first-child {
    width: 60rem;
  }
  .menu-btn span:nth-child(2){
    width: 50rem;
  }
  .menu-btn span:last-child {
    width: 40rem;
  }
  #nav-content {
    padding: 50rem;
  }
}
/*ドロワー*/


a{
  text-decoration: none;
  color: #000;
}
ul li {
  list-style: none;
}
.spBr {
  display: none;
}
@media(max-width: 640px){
  .spBr {
    display: block;
  }
}



/*基本*/
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
/*タイトルアクセント*/
.contentsTitle {
  position: relative;
  width: 77rem;
}
.titleAlign {
  display: block;
  text-align: right;
}
.titleAccent {
  position: absolute;
  display: block;
  width: 290px;
  border: solid 0.1pt #727171;
  transform: rotate(315.7deg);
  left: -36px;
}
.transform-20 {
  transform: translateX(-20rem);
}
.transform-40 {
  transform: translateX(-40rem);
}
@media (max-width: 640px) {
  .contentsTitle {
    left: 78rem;
  }
  .titleAccent {
    left: -178rem;
    top: 109rem;tate(315.7deg);
  }
  .transform-20, .transform-40 {
    transform: translateX(0);
  }
}
/*下層タイトル*/
h1 {
  font-size: 50rem;
  letter-spacing: 25rem;
  font-weight: 400;
  line-height: 1.8;
  writing-mode: vertical-rl;
  margin: 0 auto 30rem;
  position: initial;
}
.underLayerTitleEn {
  font-size: 28rem;
  letter-spacing:8rem;
  margin-bottom: 32rem;
  text-align: center;
  font-weight: 590;
  line-height: 2;
}
.detail {
  font-size: 18rem;
}
h2{
  font-family: "CambayDevanagari", 'Noto Serif JP';
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: 2rem;
  margin-bottom: 30rem;
  line-height: 1;
}
h3 {
  font-size: 28rem;
  letter-spacing:8rem;
  margin-bottom: 32rem;
  text-align: center;
  font-weight: 590;
  line-height: 2;
}
.sectionText {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 20rem;
}
@media (max-width: 640px) {
  .titleAlign {
    text-align: left;
  }
  h2 {
    font-size: 24rem;
    transform: translateX(-0rem);
  }
}
.w70vw {
  width: 70vw;
  margin: 0 auto;
}
.w80vw {
  width: 80vw;
  margin: 0 auto;
}
.w90vw {
  width: 90vw;
  margin: 0 auto;
}
.spW90R {
  width: 70vw
}
.w90R {
  width: 85vw;
  margin: 0 0 0 auto;
}
@media (max-width: 640px) {
  .w70vw, .w80vw, .w90vw, .w90R {
    width: 83vw;
  }
  .spW90R {
    width: 92vw;
    margin: 0 0 0 auto;
  }
  .w90R {
    width: 92vw;
  }
}
.mb0{
  margin-bottom: 0;
  display: block;
}
.mb140 {
  margin-bottom: 140rem;
  display: block;
}
.mb100 {
  margin-bottom: 100rem;
  display: block;
}
.mb40 {
  margin-bottom: 40rem;
  display: block;
}
.mb60 {
  margin-bottom: 60rem;
  display: block;
}
.mb80 {
  margin-bottom: 80rem;
  display: block;
}
.mb20 {
  margin-bottom: 30rem;
  display: block;
}
.mb10 {
  margin-bottom: 10rem;
  display: block;
}
.mb200 {
  margin-bottom: 200rem;
  display: block;
}
.mt60 {
  margin-top: 60rem;
  display: block;
}
.fw600 {
  font-weight: 600;
}
.mt0 {
  margin-top: 0!important;
}
@media (max-width: 640px) {
  .w80vw {
    width: 88vw;
  }
  .firstLatterSp {
    margin-left: 26rem;
  }
  .mb140, .mb100 {
    margin-bottom: 60rem;
  }
  .mb60 {
    margin-bottom: 40rem;
  }
  .mb80 {
    margin-bottom: 40rem;
    display: block;
  }
  .mb200 {
    margin-bottom: 80rem;
  }
}
.flex {
  display: flex;
  gap: 40rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .flexSpNone {
    display: block!important;
  }
}
.br {
  display: none;
}
@media (max-width: 640px){
  .br {
    display: block;
    height: 0;
  }
}
/*ヘッダー*/


.globalMenuLists {
  margin: 50rem 0;
}
.globalMenuList ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.globalMenuList ul li {
  font-size: 22rem;
}
.globalMenuList a{
  letter-spacing: 2rem;
  color: #fff;
  font-weight: 100;
}
.logo a {
  width: 300rem;
  display: block;
  line-height: 1;
  margin-right: 130rem;
}
.sectionTitleEn {
  font-size: 20rem;
  font-weight: 600;
  margin-bottom:24rem;
  color: #CCCCCC;
  text-align: center;
}
/*背景色*/
.bgBeige {
  background: #F6F4F4;
  padding: 80rem 0;
  border-radius: 60rem;
}

/*ボタン*/
@font-face {
  font-family: "CambayDevanagari";/* font-familyで指定したい名前*/
  src: url("/asset/font/CambayDevanagari-Regular.AH.woff") format("woff");/* フォントが置かれているパス */
}
.btnContents {
  display: flex;
  justify-content: flex-end;
}
.btn {
  display: flex;
  align-items: center;
}
.btnText {
  margin-right: 10rem;
  letter-spacing: 2rem;
  font-family: "CambayDevanagari" , 'Noto Serif JP';
  font-size: 18rem;
  font-weight: 100;
}
.material-symbols-outlined {
   font-variation-settings:
           'FILL' 0,
           'GRAD' -50,
           'opsz' 0
}
.material-symbols-outlined {
  font-size: 40rem!important;
}
.btnIcon {
  font-weight: 100!important;
}
.btnIconB{
  font-size: 50rem!important;
  font-weight: 40!important;
  transform: translateX(-30px);
}
.btnBlack {
  display: flex;
  align-items: center;
  gap: 20rem;
  border: solid 1pt #000;
  color: #000;
  font-size: 24rem;
  justify-content: center;
  padding: 12rem;
  width: 300rem;
}
@media (max-width: 640px) {
  .detailBtn {
    font-size: 28rem;
    margin-top: 20rem;
  }
  .btnIconB {
    transform: translateX(-23px);
  }
}
/*写真コンテンツ*/
.imgFLex {
  display: flex;
  gap: 40rem;
}
@media (max-width: 640px) {
  .imgFLex {
    display: block;
  }
  .imgFLex Img {
    margin-bottom: 20rem;
  }
  .imgFLex Img:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .spMenu {
    display: none!important;
  }
}
/*sp用メニュー*/
.spMenu {
  display: flex;
  gap: 14rem;
  width: 100%;
  /*position: fixed;*/
  z-index: 10;
  bottom: 0;
}
.contactSp, .requestDocumentsSp {
  color: #fff;
  background-color: #9f9f9d;
  width: 100%;
  text-align: center;
  padding: 30rem;
  font-size: 20rem;
  letter-spacing: 2rem;
}
/*cta*/
.section-cta{
  text-align: center;
  margin-bottom: 200rem;
}
.ctaMsg {
  margin-bottom: 16rem;
}
.verticalLine{
  border-left: solid 1pt #727171;
  margin-bottom: 40rem;
  padding-bottom: 90rem;
  display: inline-block;
}
.contact {
  background-image: url("../image/common/contactBnr.jpg");
  background-size: cover;
}
.requestDocuments {
  background-image: url("../image/common/requestDocumentsBnr.jpg");
  background-size: cover;
}
.contact, .requestDocuments {
  flex: 1;
  height: 480rem;
  width: 100%;
}
.contact p, .requestDocuments p{
  font-size: 22rem;
  letter-spacing: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}
@media (max-width: 640px) {
  .ctaMsg {
    font-size: 18rem;
  }
  .contact, .requestDocuments {
    height: 300rem;
    display: block;
  }
  .contact {
    margin-bottom: 30rem;
  }
}
/*footer*/
.footerContents {
  display: flex;
  justify-content: space-between;
}
.footerLogo {
  width: 255rem;
  margin-bottom:30rem
}
.footerLeft {
  flex: 1;
  letter-spacing: 1rem;
}
.footerRight {
  flex: 1;
}
.footerMenu ul  {
  font-family: "CambayDevanagari", 'Noto Serif JP';
  display: flex;
  gap: 50rem;
  justify-content: flex-end;
  font-size: 20rem;
  margin-top: 10rem;
  margin-bottom: 60rem;
  letter-spacing: 3rem;
}
.footerIcons {
  display: flex;
  gap: 20rem;
  justify-content: flex-end;
  align-items: center;
}
.officialSns {
  display: block;
  width: 100rem;
  height: auto;
  margin-right: 10rem;
  margin-top: 4rem;
}
.footerInsta {
  width: 28rem;
}
.footerYoutube{
  width: 30rem;
}
.footerInsta{
  filter: brightness(0.6);
}
.footerIcons a {
  line-height: 1;
}
.PrivacyPolicyPc {
  border-bottom: solid 1pt #727171;
  display: inline-block;
  margin-bottom: 110rem;
}
.PrivacyPolicySp {
  display: none;
}
small {
  display: block;
  margin-top: 60rem;
  font-size: 14rem;
  text-align: center;
}
@media (max-width: 640px) {
  .footerContents {
    display: block;
  }
  .footerMenu ul {
    display: block;
    margin-bottom: 0;
  }
  .footerMenu ul li {
    margin-bottom: 20rem;
  }
  .footerMenu ul li:last-child {
    margin-bottom: 0;
  }
  .footerLeft {
    margin-bottom: 70rem;
  }
  .PrivacyPolicyPc {
    display: none;
  }
  .PrivacyPolicySp {
    border-bottom: solid 1pt #727171;
    width: 93rem;
    margin-bottom: 30rem;
    text-align: right;
    display: flex;
    transform: translate(398rem, -24rem);
  }
  .footerIcons{
    margin-top: -30rem;
    margin-bottom: 150rem;
  }
  small {
    margin-bottom: 100rem !important;
    display: block;
  }
}