@charset "utf-8";

:root {
  --color01: #FFFFFF;
  --color02: #202320;
  --color03: #171A15;
  --color04: #7C7C7C;
}
/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

* {box-sizing: border-box;}
img {max-width: 100%;}
.clear {clear: both;}
a {
  color: inherit;
  text-decoration: none;
}
figure img {
  display: block;
  width: 100%;
}
body {
font-family: "Noto Serif HK", serif!important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.7857;
  color: var(--color01);
  background: var(--color02);
}
body.page_cn{
	font-family: "Noto Serif HK", serif!important;
  font-optical-sizing: auto;
  font-style: normal;
}

.page_cn .garamond{
	font-family: "Noto Serif HK", serif;
  font-optical-sizing: auto;
  font-style: normal;
}	

.pc_cont {display: block !important;}
.sp_cont {display: none !important;}

.br_pc {display: block;}
.br_tb {display: none;}
.br_sp {display: none;}
.br_pc.br_tb {display: block;}
.br_pc.br_sp {display: block;}
hr.anc {
  height: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

/* :::::::::: header :::::::::: */

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 115px;
  color: var(--color02);
  padding: 35px 150px 30px 50px;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.5s;
}
header .header_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 2s;
}
.loaded header .header_box {opacity: 1;}
header .header_box .logo {
  position: relative;
  z-index: 0;
  width: 138px;
  height: 50px;
  font-size: 0;
  background: url("../img/common/logo.svg") no-repeat center / cover;
}
header .header_box .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header > p {
  position: fixed;
  z-index: 11;
  width: 115px;
  height: 115px;
  color: var(--color01);
  text-align: center;
  background: var(--color04);
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
header > p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header > p a > span {
  font-size: 11px;
  line-height: 1.3;
  transition: 0.5s;
}
header > p span span {
  display: block;
  font-size: 18px;
  margin: 0 auto 3px;
}
header > p:hover a > span {transform: scale(1.1);}
header.header_b {background: var(--color02);}
header.header_b > p {opacity: 1;}
header.hide {top: -120px;}
  
/* :::::::::: nav :::::::::: */

nav .menu_btn {display: none;}
nav .menu_box > ul {
  display: inline-block;
  font-size: 0;
}
nav{
	left: -70px;
    position: relative;
}
@media(max-width:800px){
nav{
	left: 0;
	position: static;
}	
}
nav ul > li {
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
nav ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color01);
  padding: 0 20px;
}
nav ul > li > ul .btn_link {display: none;}
nav ul > li > ul .btn_instagram {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 20px 2px;
  font-size: 0;
}
nav ul > li > ul .btn_instagram a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: url("../img/common/ico_instagram.svg") no-repeat center / cover;
  transition: 0.5s;
}
nav ul > li > ul .btn_instagram a:hover {opacity: 0.5;}
nav ul > li.btn_lang {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 65px;
  text-align: center;
  margin: 0 0 0 20px;
}
nav ul > li.btn_lang span {
  position: absolute;
  z-index: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
nav ul > li.btn_lang span:nth-of-type(2) {left: 25px;}
nav ul > li.btn_lang span:nth-of-type(3) {left: 60px;}
nav ul > li.btn_lang {color: var(--color01);}
nav ul > li.btn_lang .current {border-bottom: solid 1px var(--color01);}
nav ul > li.btn_lang a {transition: 0.5s;}
nav ul > li.btn_lang a:hover {letter-spacing: 0.1em;}

/* :::::::::: main :::::::::: */

main {display: block;}
main article {overflow: hidden;}
.box {
  width: 78%;
  max-width: 1500px;
  margin: 0 auto;
}
.m_box {
  width: 75%;
  max-width: 880px;
  margin: 0 auto;
}
.btn_common {
  width: 335px;
  height: 60px;
  text-align: center;
  margin: 0;
}
.btn_common a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  border: solid 1px var(--color01);
  transition: 0.5s;
}
.btn_common a > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 1.3;
}
.btn_common a > span span {
  display: block;
  font-size: 20px;
}
.btn_common a > span::before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -25px;
  background: url("../img/common/ico_link.svg") no-repeat center / cover;
}
.btn_common a:hover {
  border: solid 1px var(--color04);
  background: var(--color04);
}
.slick-dots {
  bottom: 15px!important;
  margin: auto;
  left: 0;
  right: 0;
}
.slick-dots li {
  width: 4px!important;
  height: 4px!important;
  border-radius: 50px!important;
  border: solid 1px var(--color01)!important;
  background: transparent;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.35);
  transition: 0.5s;
}
.slick-dots li button {
  width: 100%!important;
  height: 100%!important;
  padding: 0;
}
.slick-dots li button::before {content: none!important;}
.slick-dots li.slick-active {
  transform: scale(2);
  border: none!important;
  background: var(--color01);
}
.slick-arrow {
  width: 50%!important;
  height: 100%!important;
  opacity: 0;
  z-index: 10;
  cursor: inherit!important;
}
.slick-prev {top: 0;left: 0!important;}
.slick-next {top: 0;right: 0!important;}

/* :::::::::: footer :::::::::: */

footer {
  background: var(--color03);
  padding: 120px 0;
}
footer .m_box {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .m_box > div {width: 50%;}
footer .m_box > div .logo {
  width: 200px;
  margin: 0 0 40px;
}
footer .m_box > div p {margin: 0 0 5px;}
footer .m_box > div p span::after {content: "｜";}
footer .m_box > div ul {margin: 20px 0 40px;}
footer .m_box > div ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .m_box > div ul li.btn_link a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.5s;
  border-bottom: solid 1px var(--color01);
}
footer .m_box > div ul li.btn_link a:hover {
  letter-spacing: 0.1em;
  border-bottom: solid 1px transparent;
}
footer .m_box > div ul li.btn_link a::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 14px;
  background: url("../img/common/ico_link.svg") no-repeat center / cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}
footer .m_box > div ul li.btn_instagram {
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
  font-size: 0;
}
footer .m_box > div ul li.btn_instagram a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: url("../img/common/ico_instagram.svg") no-repeat center / cover;
  transition: 0.5s;
}
footer .m_box > div ul li.btn_instagram a:hover {opacity: 0.5;}
footer .m_box > .footer_map {
  position: relative;
  z-index: 0;
  width: 45%;
  aspect-ratio: 10 / 9;
}
footer .m_box > .footer_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
footer .m_box > .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.6;
}

/* -----------------------------------------------------------
 home
----------------------------------------------------------- */

/* :::::::::: kv :::::::::: */

.kv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: var(--color02);
}
.kv .btn_scroll {
  position: absolute;
  z-index: 8;
  width: 20px;
  height: 110px;
  font-size: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -55px;
  opacity: 0;
  transition: opacity 1.5s ease-in 2s;
}
.kv .btn_scroll a {
  display: block;
  width: 100%;
  height: 100%;
}
.loaded .kv .btn_scroll {opacity: 1;}
.kv .btn_scroll::before,
.kv .btn_scroll::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.kv .btn_scroll::before {
  background: var(--color01);
  animation: scroll01 2s ease infinite;
  z-index: 0;
}
.kv .btn_scroll::after {
  background: var(--color02);
  animation: scroll02 2s ease 1s infinite;
  z-index: 1;
}
.kv > .slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1.5s;
}
.slider.slick-initialized {opacity: 1;}
.kv .slick-slide,
.kv .slick-list,
.kv .slick-track {
  width: 100%;
  height: 100%;
}
.kv .slider li {overflow: hidden;}
.kv .slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* :::::::::: concept :::::::::: */

.concept {
  text-align: center;
  padding: 250px 0 330px;
}
.concept h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  margin: 0 auto 50px; 
}
.concept p {
  font-size: 14px;
  line-height: 2;
  margin: 0 auto;
}

/* :::::::::: profile :::::::::: */

.profile {margin: 0 auto 200px;}
.profile > .box {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0 auto 120px;
  padding: 0 0 0 11%;
}
.profile > .box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile > .box:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile > .box:nth-of-type(1) figure {
  width: 27.5%;
  aspect-ratio: 1 / 1;
}
.profile > .box:nth-of-type(1) > div {width: 66.7%;}
.profile > .box:nth-of-type(1) > div h2 {
  position: relative;
  z-index: 0;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.profile > .box:nth-of-type(1) > div h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color01);
  bottom: 0;
  left: 0;
}
.profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(1) {
  display: block;
  font-size: 25px;
}
.profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) {
  display: block;
  font-size: 26px;
  line-height: 1.2;
}
.profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) span {
  display: inline-block;
  font-size: 20px;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  border-left: solid 1px var(--color01);
}
.profile > .box:nth-of-type(1) > div > div {width: 72%;}
.profile > .box:nth-of-type(1) > div > div p {margin: 0 0 20px;}
.profile > .box:nth-of-type(1) > div > div .btn_instagram {
  display: inline-block;
  margin: 40px 0 0;
} 
.profile > .box:nth-of-type(1) > div > div .btn_instagram a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  transition: 0.5s;
  border-bottom: solid 1px var(--color01);
}
.profile > .box:nth-of-type(1) > div > div .btn_instagram a:hover {
  letter-spacing: 0.1em;
  border-bottom: solid 1px transparent;
}
.profile > .box:nth-of-type(1) > div > div .btn_instagram a::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/common/ico_instagram.svg") no-repeat center / cover;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.profile > .box:nth-of-type(2) {margin: 0 auto;}
.profile > .box:nth-of-type(2) section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
.profile > .box:nth-of-type(2) section > figure {
  width: 54%;
  aspect-ratio: 926 / 619;
}
.profile > .box:nth-of-type(2) section > div {width: 42%;}
.profile > .box:nth-of-type(2) section > div h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 40px;
}
.profile > .box:nth-of-type(2) section > div p {margin: 0 0 20px;}
.profile > .box:nth-of-type(2) section > div p:nth-last-of-type(1) {margin: 0;}
.profile > .box:nth-of-type(3) {
  position: relative;
  z-index: 0;
  padding: 400px 0 0 11%;
  margin: 0 auto;
}
.profile > .box:nth-of-type(3) section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
.profile > .box:nth-of-type(3) section > figure:nth-of-type(1) ,
.profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
  position: absolute;
  z-index: 0;
}
.profile > .box:nth-of-type(3) section > figure:nth-of-type(1) {
  z-index: 1;
  width: 29.4%;
  aspect-ratio: 502 / 373;
  top: 0;
  left: 11%;
}
.profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
  width: 31%;
  aspect-ratio: 530 / 372;
  top: 225px;
  left: 34.9%;
}
.profile > .box:nth-of-type(3) section > figure:nth-of-type(3) {
  width: 30%;
  aspect-ratio: 641 / 891;
}
.profile > .box:nth-of-type(3) section > div {
  width: 54%;
  padding-top: 50px;
}
.page_en .profile > .box:nth-of-type(3) section > div {padding-top: 150px;}
.profile > .box:nth-of-type(3) section > div h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 40px;
}
.profile > .box:nth-of-type(3) section > div p {margin: 0 0 20px;}
.profile > .box:nth-of-type(3) section > div p:nth-last-of-type(1) {margin: 0;}
.profile > .box:nth-of-type(1).fade figure {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s,transform 1.5s;
}
.profile > .box:nth-of-type(1).fade h2 > span:nth-of-type(1) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.3s,transform 1.5s 0.3s;
}
.profile > .box:nth-of-type(1).fade h2 > span:nth-of-type(2) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.6s,transform 1.5s 0.6s;
}
.profile > .box:nth-of-type(1).fade h2::after {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.9s,transform 1.5s 0.9s;
}
.profile > .box:nth-of-type(1).fade > div > div {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 1.2s,transform 1.5s 1.2s;
}
.profile > .box:nth-of-type(2).fade {opacity: 1;}
.profile > .box:nth-of-type(2).fade section > figure {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s,transform 1.5s;
}
.profile > .box:nth-of-type(2).fade section > div > h3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.3s,transform 1.5s 0.3s;
}
.profile > .box:nth-of-type(2).fade section > div > div {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.6s,transform 1.5s 0.6s;
}
.profile > .box:nth-of-type(1).fade.fadein figure ,
.profile > .box:nth-of-type(1).fade.fadein h2 > span:nth-of-type(1) ,
.profile > .box:nth-of-type(1).fade.fadein h2 > span:nth-of-type(2) ,
.profile > .box:nth-of-type(1).fade.fadein h2::after ,
.profile > .box:nth-of-type(1).fade.fadein > div > div ,
.profile > .box:nth-of-type(2).fade.fadein section > figure ,
.profile > .box:nth-of-type(2).fade.fadein section > div > h3 ,
.profile > .box:nth-of-type(2).fade.fadein section > div > div {
  opacity: 1;
  transform: translateY(0);
}

/* :::::::::: menu :::::::::: */

.menu {margin: 0 auto 160px;}
.menu .box:nth-of-type(1) {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 22%;
  margin: 0 auto 240px;
}
.menu .box h2 {
  position: relative;
  z-index: 0;
  font-size: 34px;
  font-weight: normal;
  margin: 0 auto 60px;
}
.page_cn .menu .box h2{
	font-family: "Noto Serif HK", serif;
}
.menu .box h2::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color01);
  bottom: 0;
  left: 0;
  transition: 0.5s 0.3s;
}
.menu .box h2.fadein::after {width: 100%;}
.menu .box section {margin: 0 auto 60px;}
.menu .box section h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px;
}
.menu .box:nth-of-type(1) section:nth-of-type(1) p {font-size: 13px;}
.menu .box section:nth-of-type(2) p span {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
.menu .box section dl {margin: 30px 0 0;}
.menu .box section dl dt {
  font-size: 18px;
  margin: 0 0 10px;
}
.menu .box section dl dd p {
  display: inline-block;
  margin: 0 6% 0 0;
}
.menu .box:nth-of-type(2) section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
}
.menu .box:nth-of-type(2) section:nth-of-type(2) {
  flex-flow: row-reverse;
  margin: 0 auto 0;
}
.menu .box:nth-of-type(2) section figure {
  width: 47%;
  aspect-ratio: 703 / 534;
}
.menu .box:nth-of-type(2) section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu .box:nth-of-type(2) section > div {width: 47.5%}
.menu .box:nth-of-type(2) section > div h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto 30px;
}
.page_cn .menu .box:nth-of-type(2) section > div h3{
	font-family: "Noto Serif HK", serif;
}
.menu .box:nth-of-type(2) section > div p {margin: 0 auto 30px;}
.menu .box:nth-of-type(2) section > div p:nth-last-of-type(1) {margin: 0;}
.menu .box:nth-of-type(2) section .more_slider {margin: 0;}
.menu > .box > section.fade {opacity: 1;}
.menu > .box > section.fade section.fade {opacity: 0;}
.menu > .box > section.fade > figure {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s,transform 1.5s;
}
.menu > .box > section.fade > h3 ,
.menu > .box > section.fade > p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.3s,transform 1.5s 0.3s;
}

.menu > .box > section.fade > div h3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.3s,transform 1.5s 0.3s;
}
.menu > .box > section.fade > div p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0.6s,transform 1.5s 0.6s;
}
.menu > .box > section.fadein,
.menu > .box > section.fadein > figure,
.menu > .box > section.fadein > h3 ,
.menu > .box > section.fadein > p ,
.menu > .box > section.fadein > div h3 ,
.menu > .box > section.fadein > div  p {
  opacity: 1;
  transform: translateY(0);
}

/* :::::::::: interior :::::::::: */

.interior {
  position: relative;
  text-align: center;
  margin: 0 auto 150px;
  opacity: 1;
}
.interior .interior_slider  {
  position: static!important;
  margin: 0 auto 20px!important;
}
.interior .interior_slider .slick-slide {aspect-ratio: 1500 / 740;}
.interior .interior_slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interior .box h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto 30px;
}
.page_cn .interior .box h2{
	font-family: "Noto Serif HK", serif;
}
.interior .box > div > p {
  line-height: 1.86;
  margin: 0 auto 30px;
}
.interior .box > div > p:nth-last-of-type(1) {margin: 0 auto;}
.interior.fade {opacity: 1;}
.interior.fade .interior_slider {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s;
}
.interior.fade .box h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s 0.3s;
}
.interior.fade .box > div > p {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s 0.6s;
}
.interior.fadein .interior_slider ,
.interior.fadein .box h2 ,
.interior.fadein .box > div > p {
  opacity: 1;
  transform: translateY(0);
}

/* :::::::::: member :::::::::: */

.member {
  text-align: center;
  margin: 0 auto 180px;
}
.member .m_box >  figure {
  aspect-ratio: 880 / 440;
  margin: 0 auto 35px;
}
.member .m_box > div h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 30px;
}
.member .m_box > div > p {
  line-height: 1.86;
  margin: 0 auto 30px;
}
.member .m_box > div > p:nth-last-of-type(1) {margin: 0 auto;}

/* :::::::::: news :::::::::: */

.news {margin: 0 auto 180px;}
.news .m_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news figure {
  width: 35%;
  aspect-ratio: 300 / 484;
}
.news figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .m_box > div {width: 60%;}
.news h2 {
  
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 10px;
}
.news ul li {
  font-size: 0;
  padding: 30px 0;
  border-top: solid 1px var(--color01);
}
.news ul li p {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.news ul li .news_cat {
  
  width: 81px;
  height: 19px;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  border: solid 1px var(--color01);
  margin: 3px 15px 0 0;
}
.news ul li .news_date {
  width: auto;
  height: 20px;
  margin: 0;
  opacity: 0.6;
}
.news ul li .news_title {
  display: block;
  padding: 0 0 0 96px;
  margin: 5px 0 0;
}
.news ul li .news_title a::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 14px;
  background: url("../img/common/ico_link.svg") no-repeat center / cover;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}
.news .news_slider .slick-slide {
  transform: translateX(10px);
  transition: opacity 0.75s ,transform 0.75s 2s!important;
}
.news .news_slider .slick-slide.slick-current {
  transform: translateX(0);
  transition: opacity 0.75s 1s,transform 0.75s 1s !important;
}
.news .news_slider .slick-arrow {
  width: 18px!important;
  height: 9px!important;
  opacity: 1;
  cursor: pointer!important;
}
.news .news_slider .slick-arrow::before {display: none;}
.news .news_slider .slick-arrow.slick-prev { 
  background: url("../img/common/ico_al.svg") no-repeat center / cover;
  top: -15px;
  right: 28px;
  left: auto!important;
}
.news .news_slider .slick-arrow.slick-next { 
  background: url("../img/common/ico_ar.svg") no-repeat center / cover;
  top: -15px;
  right: 0;
}
.news .news_slider .slick-arrow.slick-disabled {opacity: 0.5;}

/* -----------------------------------------------------------
 animation
----------------------------------------------------------- */

.fade {
  opacity: 0;
  transition: opacity 1.5s,transform 1.5s;
}
.fade.totop {transform: translateY(30px);}
.fade.fadein {opacity: 1;}
.fade.fadein.totop {transform: translateY(0);}

@keyframes scroll01 {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  5% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: top;
  }
  59% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
  60% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll02 {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  5% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: top;
  }
  59% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
  60% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}












/* -----------------------------------------------------------
 medium
----------------------------------------------------------- */

@media screen and (max-width: 1366px) {
  .concept {padding: 200px 0 190px;}
  .profile > .box {margin: 0 auto 100px;}
  .profile > .box:nth-of-type(1) figure { 
    width: 26.4%;
    aspect-ratio: 321 / 361;
  }
  .profile > .box:nth-of-type(1) > div {width: 69.7%;}
  .profile > .box:nth-of-type(1) > div > div {width: 82%;}
  .profile > .box:nth-of-type(1) > div > div p {margin: 0 0 15px;} 
  .profile > .box:nth-of-type(1) > div > div .btn_instagram {margin: 0;} 
  .profile > .box:nth-of-type(2) section > figure {aspect-ratio: 658 / 440;}
  .profile > .box:nth-of-type(3) {padding: 280px 0 0 11%;}
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(1) {
    width: 26.7%;
    aspect-ratio: 357 / 265;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
    width: 28.3%;
    aspect-ratio: 378 / 265;
    top: 150px;
    left: 31.5%;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(3) {
    width: 38%;
    aspect-ratio: 456 / 634;
  }
  .profile > .box:nth-of-type(3) section > div {width: 51%;}
}

@media screen and (max-width: 1024px) {
  
  .m_box {width: 81%;}
  footer {padding: 100px 0;}
  footer .logo {width: 180px;}  
  footer .m_box > .footer_map {
    width: 40%;
    aspect-ratio: 300 / 275;
  }
  .profile > .box {
    margin: 0 auto 70px;
    padding: 0 0 0 11%;
  }
  .profile > .box:nth-of-type(1) {position: relative;}
  .profile > .box:nth-of-type(1) figure {
    width: 30%;
    aspect-ratio: 260 / 370;
  }
  .profile > .box:nth-of-type(1) > div {width: 66%;}
  .profile > .box:nth-of-type(1) > div h2 {margin: 0 0 15px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(1) {font-size: 21px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) {font-size: 22px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) span {font-size: 16px;}
  .profile > .box:nth-of-type(1) > div > div {width: 86%;}
  .profile > .box:nth-of-type(1) > div > div p {margin: 0 0 15px;}
  .profile > .box:nth-of-type(1) > div > div .btn_instagram {
    position: absolute;
    margin: 0;
    left: -60%;
    bottom: -30px;
  }   
  .profile > .box:nth-of-type(2) {margin: 0 auto 40px;}
  .profile > .box:nth-of-type(2) section > figure {aspect-ratio: 440 / 350;}
  .profile > .box:nth-of-type(2) section > div {width: 41%;}
  .profile > .box:nth-of-type(2) section > div h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .profile > .box:nth-of-type(3) {padding: 170px 0 0 11%;}
  .profile > .box:nth-of-type(3) section {align-items: flex-end;}
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(1) {
    width: 26.7%;
    aspect-ratio: 256 / 190;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
    width: 28.2%;
    aspect-ratio: 271 / 190;
    top: 110px;
    left: 32.8%;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(3) {
    width: 38%;
    aspect-ratio: 320 / 500;
  }
  .profile > .box:nth-of-type(3) section > div {width: 57%;}
  .profile > .box:nth-of-type(3) section > div h3 {
    font-size: 18px;
  }
  .menu {margin: 0 auto 120px;}
  .menu .box:nth-of-type(1) {
    padding: 0 0 0 11%;
    margin: 0 auto 200px;
  }
  .menu .box section dl dd p {margin: 0 10% 0 0;}
  .menu .box:nth-of-type(2) {margin: 0 auto 100px;}
  .menu .box:nth-of-type(2) section figure {
    width: 51.3%;
    aspect-ratio: 400 / 320;
  }
  .menu .box:nth-of-type(2) section > div {width: 46%}
  .menu .box:nth-of-type(2) section > div h3 {
    font-size: 25px;
    margin: 0 auto 20px;
  }
  .interior {margin: 0 auto 120px;}
  .interior .box  {width: 100%;}
  .interior .interior_slider .slick-slide {aspect-ratio: 960 / 480;}
  .interior .box h2 {margin: 0 auto 20px;}
  .interior .box > div > p {margin: 0 auto 20px;}
  .interior .box > div > p .br_tb {display: block;}
  .member {margin: 0 auto 120px;}
  .member .m_box > div > p .br_tb {display: block;}
  .news {margin: 0 auto 140px;}
  .news .m_box {display: block;}
  .news figure {
    width: 100%;
    aspect-ratio: 780 / 260;
    margin: 0 auto 30px;
  }
  .news figure .pc_cont {display: none!important;}
  .news figure .sp_cont {display: block!important;}
  
  .news .m_box > div {width: 100%;}
  .news ul li {padding: 30px 0 20px;}
}

@media screen and (max-width: 900px) {
  
  nav ul > li {font-size: 16px;}
  nav ul > li > a {padding: 0 15px;}
  nav ul > li > ul .btn_instagram {margin: 0 15px;}
  nav ul > li.btn_lang {margin: 0 0 0 15px;}
  
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
    top: 60px;
  }
}
.page_cn span,
.page_cn p,
.page_cn a,
.page_cn h2{
	font-family: "Noto Serif HK", serif!important;
	
}