/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
:root {
  --color-base: #FFFFFF;
  --color-shadow : #CED4DC;
  --color-text: #3F3F3F;
}

html {
  font-size:62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-size: 1.6rem;
  font-weight:400;
  font-family: "Zen Kaku Gothic New" , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'Noto Sans JP' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-feature-settings: "palt";
  color: var(--color-text);
  background-color:var(--color-base);
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New" , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" , 'Noto Sans JP' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

a {
  color:inherit;
  text-decoration: none;
  transition: opacity 0.15s ease-out;
}

.inner{
  width: 100%;
  max-width: calc(1200px + 4.0rem);
  padding-right: 2.0rem;
  padding-left: 2.0rem;
  margin-right: auto;
  margin-left: auto;
}


p,
li,
dt,
dd,
td,
td{
  font-size:1.5rem;
  font-weight:400;
}

/* OBJECT FIT */
.of {
  line-height: 0
}
.of img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%
}
picture {
  display: block;
  line-height: 0
}
a[onclick] {
  cursor: pointer
}
address {
  font-style: normal
}

/* FONT FAMILY*/
.f_gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f_mincho{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.f_garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}


/* TEXT SIZE */
.catch {
  font-size:1.6rem;
  line-height: 2.14;
}
.read {
  font-size:1.4rem;
  line-height: 2.14;
}
.txt {
  font-size:1.2rem;
  line-height: 2.14;
}
.caption{
  font-size:1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align:center;
}

.day{
  font-size:2.0rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.name{
  font-size:1.6rem;
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height:1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align:center;
}
.name[data-name]::after{
  content: attr(data-name);
  display: block;
  font-size:1.4rem;
  white-space: pre;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.name.-en{
  content: attr(data-name);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width:641px) {
  .catch {
    font-size:2.5rem;
  }
  .read {
    font-size:2.0rem;
  }
  .txt {
    font-size:1.5rem;
  }
  .caption{
    font-size:2.0rem;
  }
  .day{
    font-size:4.0rem;
  }
  .name{
    font-size:2.0rem;
  }
  .name[data-name]::after{
    font-size:1.6rem;
  }
  .catch span,
  .read span,
  .txt span,
  .caption span{
    display: inline-block;
  }
}

[data-scroll-anchor]{
  scroll-margin-top:100px;
}
@media only screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important
  }
}
@media only screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important
  }
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  z-index:100;
}
.header .wrapper{
  height:50px;
  background-color:#FFFFFF;
}
.header.open .wrapper{
  background-color: #FFFFFF;
}
.header .wrapper_inner{
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.0rem;
  padding-left: 2.0rem;
  height:100%;
}
.header .header_container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.header .header_logo{
  width:140px;
}
.header .header_logo a{
  display: flex;
  align-items:center;
  justify-content: space-between;
  gap:10px;
}
.header .header_logo a span:nth-child(2){
  margin-top:5px;
}
.header .header_menu{
  display:none;
}
@media only screen and (min-width: 641px) {
  .header .wrapper{
    height:80px;
  }
  .header .header_logo{
    width:180px;
  }
  .header .header_menu{
    display: block;
  }
  .header .header_menu_list{
    display:flex;
    justify-content: flex-end;
    gap:1em 2em;
  }
  .header .header_menu_list li a {
    position:relative;
    font-size:1.8rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    color: #282828;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-top:5px;
    padding-bottom:5px;
  }
  .header .header_menu_list li a span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.02rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #282828;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
    transition: transform .4s cubic-bezier(.77, 0, .175, 1);
    transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1)
  }
  .header .header_menu_list li a:hover span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
}


/*========= ナビゲーションのためのCSS ===============*/
.header .spnav{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  overflow-x: hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  pointer-events: none;
  background-color: #FFFFFF;
  padding: 20px;
  transition:0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.header .spnav.panelactive{
  opacity: 1;
  pointer-events:all;
}

.header .spnavi_menu .spmenu_list{
  width: 100%;
  margin: 0 auto 40px;
}
.header .spnavi_menu .spmenu_list > li{
  position:relative;
  border-bottom:1px solid #CED4DC;
  margin-bottom:1em;
  padding-bottom:1em;
}
.header .spnavi_menu > ul > li a{
  display:block;
  font-size:1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .spnavi_menu .spnavi_submenu{
  display:flex;
  flex-wrap:wrap;
  margin-top:1em;
}
.header .spnavi_menu .spnavi_submenu > li{
  position:relative;
  display: flex;
  align-items:center;
  width:100%;
  transition-duration: 0.4s;
  margin-bottom:0.5em;
  padding-left:1.5em;
}
.header .spnavi_menu .spnavi_submenu > li:hover{
  color:var(--color-hover);
}
.header .spnavi_menu .spnavi_submenu > li::before{
  position:absolute;
  top:0;
  left: 0;
  font-size: 1em;
  font-weight: 600;
  content: "→";
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:fixed;
  z-index: 9999;
  top:0;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
.openbtn span{
  width: 45%;
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #000000;
}
.openbtn span:nth-of-type(1) {
  top:15px;
}
.openbtn span:nth-of-type(2) {
  top:23px;
}
.openbtn span:nth-of-type(3) {
  top:31px;
}
.openbtn.active span:nth-of-type(1) {
  width: 30%;
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  width: 30%;
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
}
@media only screen and (min-width: 641px) {
  .openbtn{
    display: none;
  }
}

.acd-check{
  display: none;
}
.acd-label{
  position: absolute;
  top:0;
  right:0;
  display: flex;
  align-items:center;
  background: #FFFFFF;
  color: #000000;
  border-radius:10px;
}
.acd-label:after{
  background: #FFFFFF;
  display: flex;
  align-items:center;
  width:auto;
  height:100%;
  content:'▼';
  position: absolute;
  right: 0;
  top: 0px;
  border-left:1px solid #CED4DC;
  padding: 10px 20px;
}
.acd-content{
  background:#FFFFFF;
  border-radius:0 0 10px 10px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .4s;
  padding:0;
}

.acd-check:checked + .acd-label:after{
  transform:rotateX(180deg);
  transition-duration: .4s;

}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer .wrapper{
  margin-top:30px;
  border-top:1px solid #E3E3E3;
  padding-top:30px;
  padding-bottom:30px;
}
.footer .wrapper_inner{
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.0rem;
  padding-left: 2.0rem;
  height:100%;
}
.footer_container{
  display: flex;
  justify-content: space-between;
}
.footer .footer_menu{
  width:50%;
}
.footer .footer_menu_list{
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  gap:1em 2em;
  margin-bottom:30px;
}
.footer .footer_menu_list li{
  width:100%;
}
.footer .footer_menu_list li a {
  position:relative;
  font-size:1.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #282828;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-top:5px;
  padding-bottom:5px;
}
.footer .footer_menu_list li a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #282828;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1)
}
.footer .footer_menu_list li a:hover span:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.footer .other_link_list li{
  font-size:1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding:0.5em 1em;
}
.footer .other_link_list li{
  position: relative;
  color:#000000;
}
.footer .other_link_list li a:hover{
  color:#666;
}
.footer .other_link_list li a:before {
  content: "";
  position: absolute;
  left: -0.16rem;
  top: 0;
  bottom:0;
  margin:auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.5em;
  border-color: transparent transparent transparent #28282899;
}
@media only screen and (min-width: 641px) {
  .footer .wrapper{
    margin-top:90px;
    padding-top:60px;
    padding-bottom:60px;
  }
  .footer .footer_menu_list {
    margin:0;
  }
  .footer .footer_menu_list li{
    width:auto;
  }
  .footer .other_link_list{
    display: flex;
    column-gap: 20px;
  }
}


.footer_copyright .copyright{
  font-size:1.2rem;
  padding-top:0.5em;
  padding-bottom:0.5em;
}
/*--------------------------------------------------------------
/* page-top
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  width:35px;
  height:35px;
  color:#FFFFFF;
  background-color:#000000;
  right: 15px;
  bottom: 75px;
  z-index: 2;
  opacity: 0;
  transform: translateY(150px);
}
#page-top a{
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items:center;
  font-size:150%;
  transition:all 0.3s;
}
#page-top a:hover{
  opacity: 0.75;
}
#page-top a span{
  display:block;
  font-weight:700;
  text-align:center;
  color:#000;
}
#page-top i{
  position:absolute;
  top:50%;
  bottom:0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: translateY(-50%) rotate(-45deg);
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}


@media (min-width: 992px) {
  #page-top {
    width:50px;
    height:50px;
    right: 25px;
    bottom: 25px;
  }
  #page-top a{
    font-size:200%;
  }
}

@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(150px);
  }
}


/* COMMON PARTS*/
.tag a {
  position:relative;
  color: #282828;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tag a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #282828;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1)
}
.tag a:hover span:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

/* COMMON LAYOUT*/
.page_visual{
  padding-top:50px;
}
.page_visual .page_title{
  display: grid;
  place-items: center;
  height:200px;
}
.page_visual .page_title .title{
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height:1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_visual .page_title .title span{
  display: block;
}
.page_visual .page_title .title[data-title]{
  font-size: 1.6rem;
}
.page_visual .page_title .title[data-title]::before{
  content: attr(data-title);
  display: block;
  text-align: center;
  font-size: 2.5rem;
  white-space: pre;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform:capitalize;
}

@media (min-width: 641px) {
  .page_visual{
    padding-top:100px;
  }
  .page_visual .page_title{
    height:400px;
  }
  .page_visual .page_title .title{
    font-size:5.0rem;
  }
  .page_visual .page_title .title[data-title]{
    font-size:1.8rem;
  }
  .page_visual .page_title .title[data-title]::before{
    font-size:5.0rem;
  }
}

.sec_title .title{
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height:1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec_title .title span{
  display: block;
}
.sec_title .title[data-title]{
  font-size: 1.6rem;
}
.sec_title .title[data-title]::before{
  content: attr(data-title);
  display: block;
  text-align: center;
  font-size: 3.2rem;
  white-space: pre;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec_title .title.-small{
  font-size:2.4rem;
}
.sec_title .title.-en{
  font-family: "Cormorant Garamond", serif;
}
.sec_title .title.-center{
  text-align:center;
}


@media (min-width: 641px) {
  .page_visual{
    padding-top:100px;
  }
  .sec_title{
  }
  .sec_title .title{
    font-size:5.0rem;
  }
  .sec_title .title[data-title]{
    font-size:1.8rem;
  }
  .sec_title .title[data-title]::before{
    font-size:5.0rem;
  }
  .sec_title .title.-small{
    font-size:2.8rem;
  } 
}


.team_item a img{
  transition: all 0.1s 0.1s ease-in-out;
}
.team_item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}

.btn01{
  width:225px;
  position: relative;
  font-size:2.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom:1px solid #282828;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin-top:20px;
  padding:0 10px;
}
.btn01::after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn01:hover {
  background: #333;
  color: #FFF;
}
.btn01:hover:after {
  right: 1.4rem;
}

/* BUTTON */
.btn02 {
  position: relative;
  display: grid;
  place-items: center;
  max-width:300px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size:1.6rem;
  letter-spacing: 0.10em;
  text-align: center;
  height: 40px;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 1px solid #282828;
  margin:30px auto 0;
  transition-duration: 0.4s;
}
.btn02:hover{
  color:#FFFFFF;
  background:#000000;
}
@media screen and (min-width: 641px) {
  .btn02 {
    height: 70px;
    }
  .btn02 > span {
    font-size:2.0rem;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.grecaptcha-badge {
  bottom: 100px !important;
}
@media screen and (min-width:641px) {
  .grecaptcha-badge {
    bottom: 200px !important;
  }
}