@charset "utf-8";
/*==================================================================
  Base setting
===================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/rdi4fab.css");
html {
  font-size: 62.5% !important;
  min-width: auto !important;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.pos-rel {
  position: relative;
}
.pic_cap {
  color: #000 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  font-size: 10px;
  line-height: 1.2 !important;
  padding: 5px;
}
.pic_cap.bg {
  background: rgba(35, 24, 21, 0.5);
  color: #fff !important;
}
.pic_cap.r_side {
  right: 120px;
}
.txt_green {
  color: #f0c864;
}
.en {
  font-family: "Cormorant Infant", serif;
}
.bg_dark { background: #222a36; }
.jp { font-family: 'Noto Sans JP'; }
.agaramond { font-family: "adobe-garamond-pro", serif; }
.roboto { font-family: "Roboto", sans-serif; }
.full { width: 100%; }
@media screen and (max-width: 767px) {
  .pic_cap.r_side {
    right: 0;
  }
}
/* fade_up */
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
}
.fadeup.on {
	opacity: 1;
	transform: translateY(0);
}
/* fade_in */
.fadein {
    opacity: 0;
    transition-duration: 2s;
}
.fadein.on {
    opacity: 1;
}

/*==================================================================
  Contents setting
===================================================================*/
.area_mv {
  background: #222a36;
  /* background-image: url("../imgs/mv.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 3;
  /* height: 660px; */
  font-family: "Noto Serif JP", serif;
}
.mv_icon {
  position: absolute;
  z-index: 0;
  top: 10%;
	top: 15%;
	/*top: 50%;
	transform: translateY(-50%);*/
  left: 15%;
  width: 16%;
  max-width: 278px;
	width: 20%;
	max-width: 320px;
}
.mv_txt {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.85;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
	position: absolute;
	top: 10%;
	top: 15%;
	/*top: 50%;
	transform: translateY(-50%);*/	
	right: 20%;
}
.none-v {
	writing-mode: horizontal-tb;
	text-orientation: unset;
	display: inline-block;
	line-height: 1;
}
.mv_sliders .item {
  height: calc(100vh - 178px);
}
.mv_sliders .item img {
	height: 110%;
	object-fit: cover;
	object-position: bottom center;
}
.mv_sliders .slick-list { overflow: visible; }
.mv_sliders .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 15px 10px;
}
.mv_sliders .slick-dots li button { display: none; }
.mv_sliders .slick-dots li {
  cursor: pointer;
  display: block;
  width: 45px;
  height: 2px;
  background: #fff;
  opacity: 0.2;
  transition: all 0.3s linear;
}
.mv_sliders .slick-dots li:hover { opacity: 0.7; }
.mv_sliders .slick-dots li.slick-active { opacity: 1; }
@media screen and (max-width: 767px) {
  .mv_sliders .item {
    height: calc(100vh - 128px);
    min-height: 530px;
  }
  .mv_txt {
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 0.01em;
    top: 250px;
    right: 50%;
    transform: translateX(50%);
	  
	  /*top: calc(6vh + 210px);*/
  }
  .mv_icon {
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    top: 30px;
	  
	  /*top: 6vh;
	  width: 48vw;*/
  }
  .mv_sliders .slick-dots {
    bottom: 30px;
  }
  .mv_sliders .slick-dots li {
    width: 20px;
  }
}

@media screen and (max-width: 600px) {
  .mv_txt {
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 0.01em;
    top: 250px;
    right: 50%;
    transform: translateX(50%);
	  
	  top: calc(6vh + 210px);
  }
  .mv_icon {
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    top: 30px;
	  
	  top: 6vh;
	  width: 48vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 500px) {
	.mv_txt {top: calc(6vh + 260px);}
}

.contentSpecial {
  color: #3e3a39;
  position: static;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}

.caption_block {
  padding: 30px 0 0;
}
.caption_block .caption_txt {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.sec_inner {
  margin: auto;
  padding: 0 15px;
  max-width: 1630px;
}
.inner1200 {
  margin: auto;
  padding: 0 15px;
  max-width: 1230px;
}
.contentSpecial .notes {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.sec_head {
  position: relative;
  z-index: 0;
  padding: 90px 0 0 80px;
  margin: 0 0 100px;
}
.sec_head .ttl_en {
  color: #647486;
  display: inline-block;
  font-size: 4rem;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.4em;
  margin: 0 0 30px;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 0.3s;
}
.sec_head.on .ttl_en {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.sec_head .ttl_jp {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.24em;
  margin: 0 0 10px;
}
.sec_head .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.24em;
}
.sec_head .line_v {
  background: #647486;
  position: absolute;
  height: calc(100% + 80px);
  width: 1px;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  overflow: hidden;
}
.sec_head.on .line_v {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sec_head .line_v:before {
  content: "";
  background: #bea721;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
	animation: line_ani 3s linear infinite;
}
@keyframes line_ani {
	0% {
		transform: translateY(-100%);
	}
	50% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(100%);
	}
}
@media screen and (max-width: 767px) {
  .contentSpecial .notes {
    font-size: 1rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
  }
  .sec_head {
    padding: 30px 0 0 15px;
    margin: 0 0 40px;
  }
  .sec_head .ttl_en {
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.2em;
    margin: 0 0 5px;
  }
  .sec_head .txt {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
  .sec_head .line_v::before {
    animation-duration: 2.5s;
  }
  .sec_head .line_v {
    height: calc(100% + 30px);
  }
  .sec_head .ttl_jp {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* .sec_site */
.sec_site {
  color: #fff;
  padding: 45px 0 150px;
  position: relative;
  z-index: 10;
}
.site_list {
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px 40px;
	/*display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
}
.site_list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
	padding-left: 0.5%;
	padding-right: 0.5%;
	/*max-width: 280px;*/
	
}
@media screen and (min-width: 1201px) {
  .site_list .item:nth-child(6n+2) { transition-delay: 0.15s; }
  .site_list .item:nth-child(6n+3) { transition-delay: 0.3s; }
  .site_list .item:nth-child(6n+4) { transition-delay: 0.45s; }
  .site_list .item:nth-child(6n+5) { transition-delay: 0.6s; }
  .site_list .item:nth-child(6n+6) { transition-delay: 0.75s; }
}
/* */



.site_list .img {
  margin: 0 0 15px;
}
.site_list .ttl {
  font-size: 1.9rem;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 10px;
  text-align: left;
}
.site_list .txt {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
.site_list .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.site_list .links a {
  display: inline-flex;
  align-items: center;
  padding-left: 37px;
  position: relative;
  min-height: 27px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  transition: all 0.3s linear;
	width: 50%;
}
.site_list a { transition: all 0.3s linear; }
.site_list a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.site_list .links a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background: #666666;
  z-index: 0;
}
.site_list .links a .icon:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%) rotate(45deg);
}
.site_list .sub {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-align: center;
  position: relative;
}
.site_list .sub a {
  display: block;
  padding: 12px 40px 10px;
  text-decoration: none;
}
.site_list .sub a:hover {
  opacity: 0.7;
  color: #fff;
}
.site_list .sub:before {
  content: "";
  background: #bea721;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.3s linear;
}
.site_list .sub:hover:before {
  width: 0;
}
@media screen and (max-width: 1440px) {
  .site_list .links a {
    padding-left: 32px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .site_list { 
    gap: 40px 20px;
    grid-template-columns: repeat(4,1fr);
  }
  .site_list .item { transition-delay: 0s; }
  .site_list .item:nth-child(4n+2) { transition-delay: 0.15s; }
  .site_list .item:nth-child(4n+3) { transition-delay: 0.3s; }
  .site_list .item:nth-child(4n+4) { transition-delay: 0.45s; }
}
/* @media screen and (max-width: 1023px) {
  .site_list {
    grid-template-columns: repeat(4,1fr);
  }
  .site_list .item { transition-delay: 0s !important; }
  .site_list .item:nth-child(4n+2) { transition-delay: 0.15s; }
  .site_list .item:nth-child(4n+3) { transition-delay: 0.3s; }
  .site_list .item:nth-child(4n+4) { transition-delay: 0.45s; }
} */
@media screen and (max-width: 767px) {
  .sec_site {
    padding: 20px 0 60px;
  }
  .site_list {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 15px;
  }
  /* .site_list .item { transition-delay: 0s !important; } */
  .site_list .item:nth-child(2n+2) { transition-delay: 0.15s; }
  .site_list .links a .icon {
    width: 20px;
    height: 20px;
  }
  .site_list .links a .icon::before {
    width: 5px;
    height: 5px;
  }
  .site_list .links a {
    padding-left: 25px;
    min-height: 20px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .site_list .ttl {
    font-size: 1.6rem;
  }
  .site_list .txt {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .site_list .sub {
    font-size: 1rem;
    letter-spacing: 0.25em;    
  }
  .site_list .sub a {
    padding: 9px 30px 8px;
  }
  .site_list .sub::before {
    width: 12px;
  }
}
@media screen and (max-width: 470px) {
	.site_list {
		grid-template-columns: repeat(1,1fr);
	}
}
/* .sec_life */
.sec_life {
  background: #222a36;
  color: #fff;
  padding: 0 0 200px;
}
.life_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.life_gallery:before {
  content: "";
  background: rgba(32,38,50,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.life_gallery .icon_num {
  position: absolute;
  z-index: 2;
  width: 11.1%;
  bottom: 0;
  right: 2%;
}
.life_gallery .icon_num img {
  opacity: 0.5;
}
.life_gallery .list_small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.life_gallery .list_small .sitem:nth-child(1) {
	grid-area: 1/1/1/3;
}
.life_gallery .pic_cap {
  right: 18%;
  z-index: 3;
}
.life_gallery .fadein_img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.life_gallery .fadein_img02 { transition-delay: 0.15s; }
.life_gallery .fadein_img03 { transition-delay: 0.3s; }
.life_gallery .fadein_img04 { transition-delay: 0.45s; }
.life_gallery .fadein_img05 { transition-delay: 0.6s; }
.life_gallery.on .fadein_img {
  opacity: 1;
  visibility: visible;
}
.life_slider {
  padding-left: calc((100% - 1180px)/2);
}
.life_slider .item {
  padding: 0 20px;
  width: 80vw;
  max-width: 658px;
  text-align: center;
}
.life_slider .slick-list {
  overflow: visible;
}
.life_slider .img {
  margin: 0 0 80px;
}
.life_slider .ttl_en {
  color: #647486;
  font-size: 4rem;
  letter-spacing: 0.25em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.life_slider .ttl_en:before {
  content: "";
  background: #bea721;
  left: 50%;
  bottom: calc(100% + 15px);
  position: absolute;
  width: 1px;
  height: 126px;
  z-index: 0;
}
.life_slider .txt {
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_life {
    padding: 0 0 40px;
  }
  .life_gallery {
    grid-template-columns: 1fr 1fr;
  }
  .life_gallery .item:nth-child(2) {
    grid-area: 2/1/2/3;
  }
  .life_gallery .icon_num {
    width: 35%;
    bottom: auto;
    right: 5px;
    top: 5px;
  }
  .life_gallery .pic_cap {
    right: 0;
  }
  .life_slider {
    padding-left: 18px;
  }
  .life_slider .item {
    padding: 0 7px;
    width: 80vw;
  }
  .life_slider .ttl_en {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
  .life_slider .img {
    margin: 0 0 30px;
  }
  .life_slider .ttl_en::before {
    height: 30px;
  }
  .life_slider .txt {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

/* .sec_value */
.sec_value {
  background: #131822;
  color: #fff;
  padding: 0 0 200px;
}
.value_main {
  position: relative;
  z-index: 0;
}
.value_main:before {
  content: "";
  background: rgba(32,38,50,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.value_main .icon_num {
  position: absolute;
  z-index: 2;
  width: 12.1%;
  bottom: 0;
  left: 5px;
}
.value_main .icon_num img {
  opacity: 0.5;
}
.sec_value .sec_head {
  width: 100%;
  max-width: 510px;
}
.value_cont {
	width: calc(100% - 530px);
	margin-left: auto;
	margin-top: -240px;
	margin-right: 0;
	max-width: 790px;
}
.value_cont .txt {
	margin: 0 0 20px;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
}
.sec_value .d_grid {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;*/
}
.sec_value .sec_head .txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .value_main .icon_num {
    bottom: auto;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec_value {
    padding: 0 0 40px;
  }
  .value_cont {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .value_cont .txt {
    margin: 0 0 15px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  .value_main .icon_num {
    width: 36%;
    left: auto;
    right: 5px;
  }
  .sec_value .d_grid {
    /*grid-template-columns: auto;
    gap: 30px;*/
  }
}

.sec_notes {
  background: #ffffff;
  padding: 60px 0;
}
.sec_notes .notes li {
  color: #231815;
	font-size: 1rem;
	line-height: 1.7;
	text-indent: -1.1em;
	padding-left: 1.1em;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .sec_notes {
    padding: 30px 0;
  }
}
.r0{right: 0!important;}
.ac_p{margin-top: 0.3em !important; margin-bottom: 0 !important;}
.ac_pb{margin-bottom: 20px !important;}
.jp_ttl{
	background: rgba(255,255,255,.1);
	display: block;
	width: 60px;
	line-height: 1;
	padding: 4px 9px;
	text-align: center;
}