@charset "utf-8";

@media screen and (max-width: 800px) {
  body {-webkit-text-size-adjust: 100%;}
  .pc_cont {display: none !important;}
  .sp_cont {display: block !important;}
  .br_pc {display: none;}
  .br_tb {display: block;}
  .br_sp {display: none;}
  .br_pc.br_sp {display: none;}
  .br_tb.br_sp {display: block;}
  hr.anc {
    margin-top: -80px;
    padding-top: 80px;
  }
  #concept.anc {
    margin-top: 0;
    padding-top: 0;
  }
}

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

@media screen and (max-width: 800px) {

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

  header {
    height: 80px;
    color: var(--color01);
    padding: 22px 0 23px;
  }
  header .header_box {display: block;}
  header .header_box .logo {
    position: absolute;
    z-index: 1;
    width: 97px;
    height: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  header > p {
    width: 80px;
    height: 80px;
  }
  header.open > p {
    visibility: hidden;
    opacity: 0;
  }
  header > p a > span {font-size: 10px;}
  header > p a > span span {font-size: 14px;}
  header > p:hover a > span {transform: scale(1);}
  header.hide {top: 0;}
  
  /* :::::::::: nav :::::::::: */

  nav .menu_btn {
    position: absolute;
    z-index: 10;
    display: block;
    width: 30px;
    height: 11px;
    top: 35px;
    left: 30px;
    cursor: pointer;
  }
  nav .menu_btn::before ,
  nav .menu_btn::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color01);
    transition: 0.5s;
  }
  nav .menu_btn::before {
    box-shadow: 0 5px 0 0 var(--color01);
    top: 0;
  }
  nav .menu_btn::after {bottom: 0;}
  
  nav.open .menu_btn::before ,
  nav.open .menu_btn::after {
    width: 28px;
    background: var(--color01);
  }
  nav.open .menu_btn::before {
    box-shadow: none;
    transform: rotate(45deg);
    top: 5px;
  }
  nav.open .menu_btn::after {
    transform: rotate(-45deg);
    top: 5px;
    bottom: auto;
  }
  nav .menu_box {
    position: fixed;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 10vh 0;
    overflow-y: auto;
    background: var(--color03);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  nav.open .menu_box {
    opacity: 1;
    visibility: visible;
  }
  nav .menu_box > ul {display: block;}
  nav .menu_box > ul > li {
    display: block;
    font-size: 18px;
    margin: 0 auto 60px;
  }
  nav .menu_box > ul > li:nth-last-child(1) {margin: 0 auto;}
  nav .menu_box > ul > li > ul {margin: 100px auto 0;}
  nav ul > li > ul .btn_link {display: inline-block;}
  nav ul > li > ul .btn_link a {
    font-family: "EB Garamond","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: solid 1px var(--color01);
    padding: 0;
  }
  .page_cn   nav ul > li > ul .btn_link a {
  	font-family: "Noto Serif HK", serif!important;    font-size: 18px;

  }
  nav ul > li > ul .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 5px;
  }
  nav ul > li > ul .btn_instagram {
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
  }
  nav ul > li > ul .btn_instagram a::before {
    background: url("../img/common/ico_instagram.svg") no-repeat center / cover;
    opacity: 1;
  }
  nav ul > li.btn_lang {
    position: absolute;
    z-index: 0;
    top: 25px;
right: 0;
        left: 0;
    font-size: 14px;
    width: 80px;
  }
  .header_b nav ul > li > ul .btn_instagram a::before {opacity: 1;}
  .header_b nav ul > li > ul .btn_instagram a::after {opacity: 0;}
  

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

  .box {width: 78%;}
  .m_box {width: 78%;}
  .btn_common {width: 315px;}

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

  footer {padding: 60px 0;}
  footer .m_box > div {width: 45%;}
  footer .m_box > div .logo {
    width: 165px;
    margin: 0 0 30px;
  }
  footer .m_box > div p {
    line-height: 1.86;
    margin: 0;
  }
  footer .m_box > div ul {margin: 10px 0 40px;}
  footer .m_box > .footer_map {
    width: 52%;
    aspect-ratio: 273 / 195;
  }
  
}

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

@media screen and (max-width: 800px) {

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

  .concept {padding: 160px 0;}
  .concept h2 {
    font-size: 18px;
    line-height: 1.78;
    margin: 0 auto 40px; 
  }
  .concept p .br_sp {display: block;}
  
  /* :::::::::: profile :::::::::: */

  .profile {margin: 0 auto 105px;}
  .profile > .box {
    margin: 0 auto 80px;
    padding: 0;
  }
  .profile > .box:nth-of-type(1) {display: block;}
  .profile > .box:nth-of-type(1) figure {
    width: 78%;
    aspect-ratio: 520 / 347;
    margin: 0 auto 50px;
  }
  .profile > .box:nth-of-type(1) > div {
    position: relative;
    width: 78%;
    margin: 0 auto;
  }
  .profile > .box:nth-of-type(1) > div h2 {margin: 0 auto 30px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(1) {font-size: 20px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) {font-size: 25px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) span {font-size: 25px;}
  .profile > .box:nth-of-type(1) > div > div {width: 100%;}
  .profile > .box:nth-of-type(1) > div > div p {margin: 0 0 20px;}
  .profile > .box:nth-of-type(1) > div > div .btn_instagram {
    margin: 0;
    top: -60px;
    right: 0;
    left: auto;
    bottom: auto;
  }   
  .profile > .box:nth-of-type(1) > div > div .btn_instagram a {
    position: relative;
    padding: 0 20px 0 0;
    border: none;
  }
  .profile > .box:nth-of-type(1) > div > div .btn_instagram a:hover {
    letter-spacing: 0;
    border: none;
  }
  .profile > .box:nth-of-type(1) > div > div .btn_instagram a::before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .profile > .box:nth-of-type(2) {margin: 0 auto 60px;}
  .profile > .box:nth-of-type(2) section {display: block;}
  .profile > .box:nth-of-type(2) section > figure {
    width: 89%;
    aspect-ratio: 600 / 370;
    margin: 0 0 50px 11%;
  }
  .profile > .box:nth-of-type(2) section > div {
    width: 78%;
    margin: 0 auto;
  }
  .profile > .box:nth-of-type(2) section > div h3 {font-size: 18px;}
  .profile > .box:nth-of-type(2) section > div h3 br {display: none;}
  .profile > .box:nth-of-type(3) {
    padding: 0;
    margin: 0 auto;
  }
  .profile > .box:nth-of-type(3) section {display: block;}
  .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: relative;}
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(1) {
    width: 47.5%;
    aspect-ratio: 308 / 224;
    top: 0;
    left: 11%;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
    width: 47.5%;
    aspect-ratio: 308 / 224;
    top: -50px;
    left: 55%;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(3) {
    position: static;
    width: 78%;
    aspect-ratio: 520 / 371;
    margin: 0 auto 50px;
  }
  .profile > .box:nth-of-type(3) section > div {
    width: 78%;
    margin: 0 auto;
    padding-top: 0;
  }
  .page_en .profile > .box:nth-of-type(3) section > div {padding-top: 0;}
  .profile > .box:nth-of-type(3) section > div h3 {
    font-size: 18px;
    margin: 0 0 50px;
  }

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

  .menu {margin: 0 auto 150px;}
  .menu .box:nth-of-type(1) {
    width: 78%;
    padding: 0%;
    margin: 0 auto 105px;
  }
  .menu .box h2 {
    font-size: 28px;
    margin: 0 auto 40px;
  }
  .menu .box section {margin: 0 auto 40px;}
  .menu .box section h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .menu .box:nth-of-type(1) section:nth-of-type(1) p {font-size: 14px;}
  .menu .box section dl {margin: 15px 0 0;}
  .menu .box section dl dt {
    font-size: 19px;
    margin: 0 0 15px;
  }
  .menu .box section dl dd p {
    display: block;
    margin: 0;
  }
  .menu .box:nth-of-type(2) section {
    display: block;
    margin: 0 auto 100px;
  }
  .menu .box:nth-of-type(2) section figure {
    width: 100%;
    aspect-ratio: 520 / 345;
    margin: 0 auto 20px;
  }
  .menu .box:nth-of-type(2) section figure .slick-list,
  .menu .box:nth-of-type(2) section figure .slick-slide {
    width: 100%;
    height: 100%;
  }
  .menu .box:nth-of-type(2) section > div {width: 100%}
  .menu .box:nth-of-type(2) section > div h3 {font-size: 25px;}
  .menu .box:nth-of-type(2) section .more_slider {margin: 0 auto 20px;}

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

  .interior {margin: 0 auto 120px;}
  .interior .interior_slider .slick-slide {aspect-ratio: 680 / 380;}
  .interior .box h2 {font-size: 25px;}
  .interior .box > div > p {line-height: 1.9;}

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

  .member {margin: 0 auto 120px;}
  .member .m_box {width: 66%;}
  .member .m_box >  figure {
    aspect-ratio: 450 / 300;
    margin: 0 auto 40px;
  }
  .member .m_box > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .member .m_box > div h2 {font-size: 17px;}
  .member .m_box > div p {text-align: left;}
  .member .m_box > div p br.br_tb {display: none;}
    
  /* :::::::::: news :::::::::: */

  .news {margin: 0 auto 80px;}
  .news .m_box {display: block;}
  .news figure {
    width: 100%;
    aspect-ratio: 520 / 210;
    margin: 0 auto 40px;
  }
  .news .m_box > div {width: 100%;}
  .news h2 {font-size: 25px;}
  .news ul li {padding: 20px 0;}
  .news ul li .news_cat {
    width: 54px;
    height: 16px;
    font-size: 13px;
    line-height: 14px;
    margin: 5px 15px 0 0;
  }
  .news ul li .news_title {padding: 0 0 0 68px;}
}

/* -----------------------------------------------------------
  narrow
----------------------------------------------------------- */

@media screen and (max-width: 590px) {
  
  .br_pc {display: none;}
  .br_tb {display: none;}
  .br_sp {display: block;}
  .br_pc.br_sp {display: block;}
  .br_tb.br_sp {display: block;}
  
  /* :::::::::: main :::::::::: */

  .box {width: 80%;}
  .m_box {width: 80%;}
  .btn_list li {width: 100%;}
  .btn_common {width: 100%;}

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

  footer {padding: 60px 0 0;}
  footer .m_box {display: block;}
  footer .m_box > div {
    width: 100%;
    text-align: center;
  }
  footer .m_box > div .logo {margin: 0 auto 30px;}
  footer .m_box > div ul {margin: 30px 0 40px;}
  footer .m_box > .footer_map {
    width: 90%;
    aspect-ratio: 275 / 200;
    margin: 0 auto;
  }
  footer .m_box > .copyright {
    position: static;
    padding: 25px 0;
    text-align: center;
  }
}

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

@media screen and (max-width: 590px) {

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

  .concept {padding: 180px 0;}
  .concept .box {width: 90%;}
  .concept h2 {
    font-size: 17px;
    line-height: 1.88;
  }
  
  /* :::::::::: profile :::::::::: */

  .profile > .box {margin: 0 auto 80px;  }
  .profile > .box:nth-of-type(1) figure {
    width: 80%;
    aspect-ratio: 300 / 200;
    margin: 0 auto 30px;
  }
  .profile > .box:nth-of-type(1) > div {
    width: 80%;
    margin: 0 auto;
  }
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(1) {font-size: 18px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) {font-size: 21px;}
  .profile > .box:nth-of-type(1) > div h2 > span:nth-of-type(2) span {font-size: 21px;}
  .profile > .box:nth-of-type(1) > div > div p {margin: 0 0 50px;}
  .profile > .box:nth-of-type(1) > div > div .btn_instagram {
    top: -50px;
  }   
  .profile > .box:nth-of-type(1) > div > div .btn_instagram a {font-size: 0;}
  .profile > .box:nth-of-type(1) > div > div .btn_instagram a::before {
    width: 16px;
    height: 16px;
  }
  .profile > .box:nth-of-type(2) {margin: 0 auto 50px;}
  .profile > .box:nth-of-type(2) section > figure {
    width: 100%;
    aspect-ratio: 375 / 320;
    margin: 0 auto 50px;
  }
  .profile > .box:nth-of-type(2) section > div {width: 80%;}
  .profile > .box:nth-of-type(2) section > div h3 br {display: block;}
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(1) {
    width: 55%;
    aspect-ratio: 205 / 150;
    left: 0;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(2) {
    width: 55%;
    aspect-ratio: 344 / 245;
    top: -40px;
    left: 45%;
  }
  .profile > .box:nth-of-type(3) section > figure:nth-of-type(3) {
    width: 92%;
    aspect-ratio: 520 / 371;
    margin: 0 0 40px;
  }
  .profile > .box:nth-of-type(3) section > div {width: 80%;}
  .profile > .box:nth-of-type(3) section > div h3 {margin: 0 0 30px;}

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

  .menu {margin: 0 auto 120px;}
  .menu .box:nth-of-type(1) {
    width: 80%;
    margin: 0 auto 135px;
  }
  .menu .box h2 {margin: 0 auto 40px;}
  .menu .box section {margin: 0 auto 30px;}
  .menu .box section:nth-last-of-type(1) {margin: 0 auto 40px;}
  .menu .box section dl dt {font-size: 18px;}
  .menu .box:nth-of-type(2) section figure {aspect-ratio: 315 / 233;}
  
  /* :::::::::: interior :::::::::: */

  .interior {margin: 0 auto 100px;}
  .interior .interior_slider {margin: 0 auto 40px;}
  .interior .interior_slider .slick-slide {aspect-ratio: 375 / 280;}
  .interior .box > div {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }

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

  .member .m_box {width: 80%;} 
  .member .m_box >  figure {
    aspect-ratio: 300 / 220;
    margin: 0 auto 30px;
  }

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

  .news figure {aspect-ratio: 375 / 210;}
}


.news-page .news{
	padding: 150px 0;
	max-width: 1080px;
	width: 90%;
	margin: auto;
}
.news-page .date{
	margin-bottom: 20px;
}
.news-page .heading{
	font-size: 130%;
}
.news-page .news ul li p {
    display: block;
    margin-bottom: 15px;
}
.news-page .news ul li {
    font-size: 100%;
    padding: 100px 0 30px;
}