@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/*  template style
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
button{background-color: transparent;border: none;cursor: pointer;padding: 0;appearance: none;}
em{font-style: normal;}
b, strong{font-weight: normal;}

body{
  color: #000;
  /*font-family: 'YakuHanJP','Noto Sans JP', sans-serif;*/
  /*font-family: 'YakuHanJP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";*/
  font-family: 'YakuHanMP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin: auto;
  padding: 0;
  /* opacity: 0; */
  overflow-x: hidden;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
}
body.loaded{
  opacity: 1;
}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
#wrap{ position:relative; }
.sp-bl,.sp-il,.tablet-bl{ display:none !important; }
.tablet .tablet-bl{ display:block !important; }
.opa{ transition: 0.3s ease-in-out; }
.opa1{ opacity: 1 !important; }
.w100{ width: 100% !important; }
.h100{ height: 100% !important; }
.none{ display: none !important }
.visuallyhidden{ position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.tc{ text-align: center !important; }
.tl{ text-align: left !important; }
.tr{ text-align: right !important; }
.tj{ text-align: justify !important; }
.cf::before,.cf::after{ content: ""; display: table; }
.cf::after{ clear: both; }
.cf{ zoom: 1; }
.fl{ float: left; }
.fr{ float: right; }
.outer{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner{
  position:relative;
  width:95%;
  max-width:1400px;
  margin-right:auto;
  margin-left:auto;
}
.bl{ display: block; }
.ib{ display: inline-block; }
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }
@media (hover: hover) and (pointer: fine) {
.opa:hover { opacity: 0.7 !important; }
}
@media screen and (max-width:768px) {
.pc{ display:none !important; }
.sp-bl{ display:block !important; }
.sp-il{ display:inline !important; }
.inner{ width:85.333333%; max-width:560px; }
}

/*  custom template
=========================================================================================*/
:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
}
.wrapper{
  position: relative;
  overflow: hidden;
}
/* スクロールバーガタつき対策 */
body.noScroll .wrapper{
  scrollbar-gutter: stable;
}
.bold{
  font-weight: 500;
  font-weight: 600;
}
.noScroll{ overflow: hidden; }
.upper{ text-transform: uppercase; }
.noLink{ pointer-events: none; user-select: none; }
.movieWrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieWrap iframe,
.movieWrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vTxt{
  font-family: "Noto Serif JP",serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.vNum {
  text-combine-upright: all;
}
.vTxt .vNum.vertical {
  vertical-align: -3px;
}
@media screen and (min-width: 769px) {
  .sp-vTxt {
    font-family: "Noto Serif JP",serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .sp-vTxt .vNum {
    text-combine-upright: all;
  }
  .sp-vTxt .vNum.vertical {
    vertical-align: -3px;
  }
}

summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

.btnWrap{
  position: relative;
  margin-inline: auto;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  transition: .4s;
  z-index: 0;
}
.btn.shadow{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
  padding: 10px 8px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.p-caption.l,.f-caption.l{
  right: auto;
  left: 0;
  text-align: left;
}
.p-caption.t,.f-caption.t{
  top: 0;
  bottom: auto;
}
.p-caption._static,.f-caption._static{
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption,.f-caption {
    font-size: 8px;
  }
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}

/* color
---------------------------------------------- */
:root {
  --base-color: #1e1210;
  --accent-color: #978236;
}
.bg_base {
  background-color: var(--base-color);
}
.accent {
  color: var(--accent-color);
}

/* font
---------------------------------------------- */
body.loaded .main {
  font-family: YakuHanMP, "Noto Serif JP",serif;
}
body.loaded .mincho {
  font-family: YakuHanMP, "Noto Serif JP",serif;
}
.cormorant {
  font-family: "Cormorant", serif;
}
.infant {
  font-family: "Cormorant Infant", serif;
}
body.loaded .yakuhan {
  font-family: YakuHanMP,"Noto Serif JP",serif;
}

/* tab
---------------------------------------------- */
.tab{
  cursor: pointer;
}
.tabpanel{
  display: none;
  position: relative;
}
.tabpanel.active{
  display: block;
  animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
/* .tabItem{
  display: none;
  position: relative;
}
.tabItem.active{
  display: block;
  animation: tabFadeIn .5s;
} */

/* swipe
---------------------------------------------- */
.swipe{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.swipe::-webkit-scrollbar{
  display: none;
}
.swipeInner{
  position: relative;
}
.swipeInner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.swipeInner img{
  vertical-align: top;
}
.swipeCaution{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../imgs/common/icon_scrollCaution.svg) no-repeat center/202px auto rgba(51,51,51,.8);
  border-radius: 20px;
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}

/* swiper
---------------------------------------------- */
.swiper-slide{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  width: 60px;
  height: 60px;
  /* margin-top: -25px; */
}
.swiper-button-prev{
  left: 0;
  /*background: url(../img/common/pc/icon_prev.svg) no-repeat center/100% auto;*/
}
.swiper-button-next{
  right: 0;
  /*background: url(../img/common/pc/icon_next.svg) no-repeat center/100% auto;*/
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}
.swiper-pagination{
  position: relative;
  transition: none;
  transform: none;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 9px;
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #333;
}

/* bottomArea
---------------------------------------------- */
.bottomArea {
  background-color: var(--base-color);
}
.bottomArea .caption {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.bottomArea .caption > a {
  text-decoration: underline;
}

/* section
---------------------------------------------- */
.section {
  position: relative;
  z-index: 0;
}
.sectionTitle {
  font-size: 24px;
  letter-spacing: .26em;
  color: var(--accent-color);
  text-indent: .26em;
}
.sectionTitle--center {
  text-align: center;
}
.sectionTitle--ja {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 16px;
  }

  .pageCopy.vTxt {
    font-size: 18px;
  }
}

/* bracketCopy
---------------------------------------------- */
.bracketCopy {
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1.7;
  padding-block: .5em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.bracketCopy::before,
.bracketCopy::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 50%;
  z-index: 0;
}
.bracketCopy::before {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}
.bracketCopy::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .bracketCopy {
    font-size: 14px;
    margin-inline: auto;
  }
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
.site-theme-black .contentMenu__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .85);
  z-index: 0;
}

.contentMenu-inner {
  max-width: 1200px;
}

.contentMenu-pageList__link {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: .8em;
}
.contentMenu-pageList__subCopy {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 80%;
}
.contentMenu-pageList__subCopy::before {
  content: '';
  display: block;
  width: 1.5em;
  height: .5px;
  background-color: rgb(255 255 255 / .7);
}

.contentMenu-specialList__item--coming {
  pointer-events: none;
  opacity: .5;
}
.contentMenu-specialList__item--coming .contentMenu-dropdown__head .statusIcon {
  display: none;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    vertical-align: 6px;
  }

  .site-theme-black .contentMenu__bg {
    background: url(../imgs/home/img_mv03.jpg) center/cover no-repeat;
  }

  .contentMenu-listGroup {
    row-gap: 60px;
  }
  .contentMenu-pageList {
    justify-content: flex-start;
    column-gap: calc(20 / 1200 * 100%);
    width: 100%;
  }
  .contentMenu-pageList__item {
    width: calc((100% - 40px) / 3);
  }
  .contentMenu-pageList__item:nth-of-type(even) .contentMenu-pageList__link {
    margin-left: 0;
  }
  .contentMenu-pageList__item::before,
  .contentMenu-pageList__item:nth-of-type(odd)::before {
    right: 10%;
  }
  .site-theme-black .contentMenu-pageList__item:after {
    background-color: rgb(255 255 255 / .3);
  }
  .site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link,
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link,
  .contentMenu-specialList__item:hover {
    background-color: rgb(30 18 16 / .9);
  }
  .contentMenu-pageList__link {
    width: 100%;
    font-size: 16px;
    padding: 25px 15% 25px 5%;
  }
  .contentMenu-specialList {
    justify-content: center;
    gap: 10px 5%;
    width: 100%;
  }
  .contentMenu-specialList::after {
    content: none;
  }
  .contentMenu-specialList__item:not(:last-of-type)::after {
    content: none;
  }
  .contentMenu-specialList__item--brand {
    width: 400px;
    border-bottom: 1px solid #999;
    padding: .5em;
  }
  .contentMenu-dropdown__head {
    padding-bottom: 24px;
  }
  .contentMenu-dropdown__link {
    font-size: 16px;
  }
  .contentMenu-dropdown__txt {
    font-size: 12px;
    line-height: 1.6;
  }

  .contentMenu-subNav {
    justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mansionSymbol-bukkenLogo__bk {
    width: 131px;
  }

  .site-theme-black .contentMenu__bg {
    background: url(../imgs/home/img_mv03_sp.jpg) center/cover no-repeat;
  }

  .contentMenu {
    padding-inline: 20px;
  }
  .contentMenu-pageList__link {
    font-size: 14px;
    line-height: 1.6;
    padding-block: 20px;
  }
  .contentMenu-dropdown__head {
    padding-block: 30px;
  }
  .contentMenu-dropdown__link {
    font-size: 13px;
  }
  .contentMenu-dropdown__txt {
    font-size: 11px;
  }

  .contentMenu-subNav {
    margin-top: 50px;
  }
  .contentMenu-subNav__link {
    font-size: 12px;
  }
}

/* CV Menu
---------------------------------------------- */
.cvMenu-corporateLogo__text {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    justify-content: center;
  }

  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
    margin-left: 0;
  }

  .cvMenu-corporateLogo + .cvMenu-corporateLogo {
    margin-left: 40px;
  }
  .cvMenu-corporateLogo__text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .cvMenu-corporateLogo--mitsubishi .cvMenu-corporateLogo__text {
    margin-left: 30px;
  }
  .cvMenu-corporateLogo--jr .cvMenu-corporateLogo__text {
    margin-left: 40px;
  }
  .cvMenu-corporateLogo__image--jr {
    width: 224px;
  }

  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-top: 40px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .cvMenu-corporateLogo + .cvMenu-corporateLogo {
    margin-top: 40px;
  }
  .cvMenu-corporateLogo__text {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .cvMenu-corporateLogo--mitsubishi .cvMenu-corporateLogo__text {
    margin-left: 22px;
  }
  .cvMenu-corporateLogo--jr .cvMenu-corporateLogo__text {
    margin-left: 30px;
  }
  .cvMenu-corporateLogo__image--jr {
    width: 170px;
  }

  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-top: 30px;
    margin-left: 0;
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main{
  color: #231815;
  position: relative;
  /* overflow-x: hidden; */
}

.pageBox {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 8%;
  color: #fff;
}
.pageBox.jc-c {
  justify-content: center;
}

.pageCopy {
  font-size: clamp(16px, 0.75rem + 0.52vw, 22px);
  letter-spacing: .1em;
  line-height: 2.1;
}
.pageCopy--center {
  text-align: center;
}
.pageCopy.vTxt {
  letter-spacing: .2em;
}
.pageCopy--small {
  font-size: clamp(16px, 0.83rem + 0.35vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.pageText {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2;
}
.pageText.vTxt {
  letter-spacing: .3em;
}

.pageText--small {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2.8;
}

.pageNote {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.6;
}
.pageNote .small {
  font-size: 12px;
  letter-spacing: .1em;
}

@media screen and (min-width: 769px) {
  .pageText.vTxt,
  .pageText.sp-vTxt {
    letter-spacing: .3em;
    line-height: 3;
  }
}

@media screen and (max-width: 768px) {
  .pageText {
    font-size: 13px;
    line-height: 2.1;
  }
  .pageText.vTxt {
    line-height: 2.3;
  }
  .pageText--small {
    font-size: 11px;
    line-height: 2.6;
    letter-spacing: 0.05em;
  }
  .pageNote {
    font-size: 12px;
  }
}

/* kv
---------------------------------------------- */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.kvBox {
  color: #fff;
  width: 90%;
  max-width: 1440px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.kvHgroup {
  align-items: flex-end;
  column-gap: 3%;
}
.kv__copy {
  font-size: clamp(32px, 1.5rem + 1.04vw, 44px);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.kv__title {
  font-size: 18px;
  letter-spacing: 0.34em;
}

.kv__img {
  position: relative;
  z-index: 0;
}
.kv__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.kv__img img {
  height: 100vh;
  object-fit: cover;
}

.kv .p-caption {
  z-index: 2;
}

.kvAnimation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base-color);
  transform: scaleX(1);
	transform-origin: top right;
	transition: transform .6s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 5;
}
.loaded .kvAnimation::before{
	transform: scaleX(0);
}
.kvAnimation .kvBox {
  opacity: 0;
  filter: blur(10px);
  transform: translate(-52%, -50%);
  transition: .8s .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.loaded .kvAnimation .kvBox {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%);
}

.sub-kv {
  padding-top: 150px;
}
.sub-kvHgroup {

  text-align: center;
}
.sub-kv__title {
  font-size: clamp(18px, 0.73rem + 0.82vw, 24px); /* 769 - 1500 */
  letter-spacing: 0.25em;
  color: var(--accent-color);
}
.sub-kv__copy {
  font-size: clamp(24px, -0.21rem + 3.56vw, 50px); /* 769 - 1500 */
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .kvHgroup {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    row-gap: 10vh;
  }
  .kv__title {
    font-size: 20px;
  }
  .kv__copy {
    width: 28px;
    /* -ms-writing-mode: tb-rl; */
    /* writing-mode: vertical-rl; */
    /* letter-spacing: 0.34em; */
  }

  .kv__img::before {
    content: none;
  }

  .kvAnimation::before {
    transform: scaleY(1);
    transform-origin: top right;
  }
  .loaded .kvAnimation::before{
    transform: scaleY(0);
  }
  .kvAnimation .kvBox {
    transform: translate(-50%, -48%);
  }

  .sub-kv {
    padding-top: 80px;
  }
}

/* section
---------------------------------------------- */
.sectionHead {
  color: #fff;
}
.sectionHead .sectionTitle + .pageCopy {
  margin-top: 1.5em;
}
.sectionTitle + .sectionBox {
  margin-top: 100px;
}


@media screen and (min-width: 769px) {
  .sectionBox--pc-reverse {
    flex-direction: row-reverse;
  }
  .sectionBoxBody {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .sectionBox.flex {
    /* flex-direction: column-reverse; */
    row-gap: 70px;
  }
  .sectionTitle + .sectionBox {
    margin-top: 40px;
  }
  .sectionBoxBody {
    flex: revert;
    width: fit-content;
    column-gap: 2.5em;
    margin-inline: auto;
  }
  .sectionBox__img {
    width: 100%;
  }
}

/* contentsBox
---------------------------------------------- */
.contentsBox {
  max-width: 1500px;
  background: url(../imgs/common/bg_contents.jpg) center/100%;
  padding: min(calc(50 / 1500 * 100%), 50px);
}
.contentsBox__inner {
  border-top: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  padding: 50px calc(50 / 1400 * 100%);
  position: relative;
  z-index: 0;
}
.contentsBox__inner::before,
.contentsBox__inner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: .5px;
  background-color: #4c4948;
  z-index: 0;
}
.contentsBox__inner::before {
  top: 6px;
}
.contentsBox__inner::after {
  bottom: 6px;
}

.contentsBox__copy,
.contentsBox__text {
  letter-spacing: .1em;
  text-align: center;
}
.contentsBox__copy .small {
  display: block;
  font-size: 83%;
}

.contentsBox__note {
  font-size: 11px;
  letter-spacing: .1em;
  text-align: center;
}
* + .contentsBox__note {
  margin-top: 1em;
}

* + .contentsBox__copy,
* + .contentsBox__text {
  margin-top: 2em;
}

.contentsBox__link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .contentsBox {
    width: calc(340 / 375 * 100%);
    max-width: 400px;
    padding: 20px;
  }
  .contentsBox__inner {
    padding: 40px 0;
  }

  .contentsBox__copy {
    line-height: 2;
    margin-top: 1.5em;
  }
  .contentsBox__text {
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
  .contentsBox__note {
    font-size: 10px;
    letter-spacing: .05em;
  }
}

/* border-top
---------------------------------------------- */
.border-top {
  border-top: 1px solid rgb(255 255 255 / .5);
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
.border-top::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: .5px;
  background-color: rgb(255 255 255 / .5);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .border-top {
    padding-top: 60px;
  }
}

/* entryMeritSect
---------------------------------------------- */
.entryMeritSect {
  color: #fff;
  padding-block: 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .entryMeritSect {
    padding-block: 50px;
  }
}

.entryMeritSect__inner {
  max-width: 1200px;
}


.entryMeritSect__head + .entryMeritSect__cont {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .entryMeritSect__head + .entryMeritSect__cont {
    margin-top: 32px;
  }
}

.entryMeritSect__head .txt {
  text-align: center;
}

.entryMeritSect__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.4;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .entryMeritSect__heading {
    font-size: 16px;
  }
}

.entryMeritSect__heading:before,
.entryMeritSect__heading:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgb(255 255 255 / .5);
}

.entryMeritSect__heading + .txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .entryMeritSect__heading + .txt {
    font-size: 13px;
    margin-top: 1.5em;
  }
}

.entryMeritSect__cont {
  border-bottom: 1px solid rgb(255 255 255 / .5);
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .entryMeritSect__cont {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .entryMeritSect__body {
    margin-right: -32px;
    overflow: scroll;
  }
  .entryMeritSect__body::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .entryMeritSect__list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .entryMeritSect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-right: 41px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.entryMeritSect__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .entryMeritSect__item {
    width: 308px;
  }
}

.entryMeritSect__item .arrow {
  aspect-ratio: 20 / 28;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .entryMeritSect__item .arrow {
    left: calc(100% + 6px);
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .entryMeritSect__item .arrow {
    left: calc(100% + 6px);
    width: 20px;
  }
}

.entryMeritCard {
  background: linear-gradient(320deg, rgba(244, 244, 244, 0.03) 0%, rgba(244, 244, 244, 0.2) 100%);
  color: #ffffff;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .entryMeritCard {
    padding: 32px;
  }
}

@media screen and (max-width: 768px) {
  .entryMeritCard {
    padding: 32px;
  }
}

.entryMeritCard__step {
  color: #e5dfcf;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
  text-align: center;
}

.entryMeritCard__step {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .entryMeritCard__step {
    font-size: 14px;
  }
}

.entryMeritCard__step .num {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  .entryMeritCard__step .num {
    font-size: 24px;
  }
}

.entryMeritCard__step + .txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .entryMeritCard .txt {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .entryMeritCard .txt + .caption {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .entryMeritCard .txt + .caption {
    margin-top: 20px;
  }
}

.entryMeritCard .caption {
  color: #f0f6fa;
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.footer-corporateList__link {
  flex-direction: column;
}
.footer-corporateList__text {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .footer-corporateList__link {
    align-items: flex-start;
  }

  .footer-corporateList__text {
    font-size: 10px;
  }
  .footer-corporateList__item--mitsubishi .footer-corporateList__text {
    margin-left: 32px;
  }
  .footer-corporateList__item--jr .footer-corporateList__text {
    margin-left: 40px;
  }

  .footer-corporateList__logo--jr {
      width: 226px;
  }
}

@media screen and (max-width: 767px) {
  /* .footer-corporateList__link {
    width: fit-content;
    margin-inline: auto;
  } */

  .footer-corporateList__text {
    font-size: 9px;
    margin-right: 0;
  }
  .footer-corporateList__item--jr .footer-corporateList__text {
    margin-right: 76px;
  }

  .footer-corporateList__logo--jr {
    width: 170px;
  }
}


/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fade_slide.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
.fi.inview{ animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp{ from { opacity: 0; filter: blur(10px); transform: translate3d(0, 20px, 0); } to { opacity: 1; filter: blur(0);  transform: none; }}
.fi_u.inview{ animation-name: fadeInUp; animation-fill-mode:both; animation-duration:.8s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown{ from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fi_d.inview{ animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight{ from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fi_r.inview{ animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft{ from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fi_l.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/*  slide animation
--------------------------------------------------*/
.si{
	position: relative;
	overflow: hidden;
}
.si::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #362d11;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .8s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si.inview::before{
	transform: scaleX(0);
}

.si2{
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.si2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #362d11;
	transform-origin: right;
	transition: transform .6s .4s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si2.inview{
	transform: scaleX(1);
}
.si2.inview::before{
	transform: scaleX(0);
}

.js_zoom {
  overflow: hidden;
}
.js_zoom img {
  transform: scale(1.15);
  transition: transform 1s cubic-bezier(0.09, 0.58, 0.36, 1);
}
.js_zoom.inview img {
  transform: scale(1);
}

/* print
---------------------------------------------- */
@media print{
	body,html{
		zoom:.8 !important;
	}
	.header,
	.footer,
	.box-bukken,
	.pageDirection,
	.entryMeritSect,
	.bottomArea,
  .cvBnr,
	.kv,
	.print-hidden{
		display: none;
	}
	.contents-property{
		padding-top: 0 !important;
	}
}
