/* -HEADER
--------------------------------------------------------------------------------------------- */
#headertop {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  transition: .6s;
}
#headertop.fixed {
  transform: translateY(0%);
  transition: .3s;
}
/*#header {
  height: 60px;
}*/
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  /*  transform: translateY(-100%);*/
  transform: translateY(0%);
}
#headertop.fixed #header.view {
  transform: translateY(0%);
  transition: .3s;
}
.scroll_logo {
  /*  position: relative;*/
  top: 30px;
  left: 8%;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 70px;
  transition: 0.3s ease-in-out;
  position: absolute;
}
/*.scroll_logo::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo_black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
#header.view .scroll_logo::before {
  opacity: 1;
}*/
#header.view-late .scroll_logo {
  filter: invert(67%);
}
#header.view-late.view-late-return .scroll_logo {
  filter: invert(0%);
  transition: 0.3s ease-in-out;
}
#header.view.header_page .scroll_logo {
  filter: invert(0%);
}
.scroll_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.scroll_logo a:hover {
  text-decoration: none;
}
.scroll_logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .scroll_logo {
    width: 80px;
    left: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .scroll_logo {
    width: 100px;
    top: 50px;
    left: 3%;
  }
}
/*||イベント詳細ページ-LOGO||*/
.scroll_logo_event_pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .scroll_logo_event_pc {
    display: block;
  }
  .scroll_logo_event_sp {
    display: none;
  }
}
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  transition: 0.5s ease-in-out;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 7px;
  right: 3.8%;
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  transition: .3s ease-in-out;
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#header.view-late .Toggle span {
  border-bottom: 1px rgba(115, 115, 115, 0.5) solid;
}
#header.view-late.view-late-return .Toggle span {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease-in-out;
}
.Toggle span:nth-child(1) {
  top: 22px;
}
.Toggle span:nth-child(2) {
  top: 30px;
}
.Toggle span:nth-child(3) {
  top: 38px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
}
.Toggle.tgl-active span {
  transition: 0.3s ease-in-out;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.Toggle.tgl-active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(140deg);
  -webkit-transform: translate(-50%, -50%) rotate(140deg);
}
.Toggle.tgl-active span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-140deg);
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
}
.Toggle.tgl-active span:nth-child(3) {
  border-bottom: solid 1px rgba(40, 40, 40, 0.5);
  z-index: -1;
}
#header.view-late .Toggle.tgl-active span:nth-child(3) {
  border-bottom: solid 1px rgba(40, 40, 40, 0.5);
}
@media screen and (min-width: 768px) {
  .Toggle {
    width: 85px;
    height: 30px;
    top: 30px;
    /* right: 32px;*/
    right: 2.6%;
  }
  .Toggle span {
    left: 0;
    transform: translateX(0%);
  }
  .Toggle span:nth-child(1) {
    top: 8px;
  }
  .Toggle.tgl-active span:nth-child(1) {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%) rotate(142deg);
    -webkit-transform: translate(0%, -50%) rotate(142deg);
  }
  .Toggle span:nth-child(2) {
    top: 14px;
    position: relative;
  }
  .Toggle.tgl-active span:nth-child(2) {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%) rotate(-142deg);
    -webkit-transform: translate(0%, -50%) rotate(-142deg);
  }
  .Toggle span:nth-child(3)::before {
    content: "MENU";
    font-size: 0.875rem;
    color: #fff;
    display: block;
    font-family: "Cormorant", serif;
    font-weight: 400;
    position: absolute;
    top: -15px;
    left: 34px;
    transition: .3s ease-in-out;
  }
  #header.view-late .Toggle span:nth-child(3)::before {
    color: #737373;
  }
  #header.view-late.view-late-return .Toggle span:nth-child(3)::before {
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  .Toggle span:nth-child(3) {
    top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .Toggle {
    top: 49px;
    /* right: 39px;*/
    right: 2.6%;
  }
  .Toggle span:nth-child(3)::before {
    top: -17px;
  }
}
/*||トップ以外||*/
.header_page .Toggle span {
  border-bottom: 1px rgba(115, 115, 115, 0.5) solid;
}
.header_page .Toggle.tgl-active span {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.header_page .Toggle.tgl-active span:nth-child(3) {
  border-bottom: solid 1px rgba(40, 40, 40, 0.5);
}
.header_page .Toggle span:nth-child(3)::before {
  color: #737373;
}
.header_page .Toggle.tgl-active span:nth-child(3)::before {
  color: #fff;
}
/* -NAVI
--------------------------------------------------------------------------------------------- */
.pc_navi_right {
  display: none;
}
.pc_navi_right .navi {
  display: none;
}
.navi_btn {
  font-size: 0.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 140px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.navi_btn_white {
  border-radius: 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.navi_btn_white:hover {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}
#header.view-late .navi_btn_white {
  background-color: #737373;
  color: #fff;
}
#header.view-late .navi_btn_white:hover {
  background-color: #9C9C9C;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .navi_btn_white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .navi_btn_white:hover {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}
.header_page .navi_btn_white {
  background-color: #737373;
  border: 1px solid rgba(115, 115, 115, 0.5);
  color: #fff;
}
.header_page .navi_btn_white:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pc_navi_right {
    position: absolute;
    top: 30px;
    right: 154px;
    transition: .6s;
    display: flex;
    justify-content: flex-end;
  }
  #header.view .pc_navi_right {
    transition: 0.6s ease-in-out;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_right {
    top: 49px;
  }
}
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  /* height: 100%; 標準*/
  height: auto; /*トグルメニューオープンで背景を暗く*/
}
/***************************************
toggle
***************************************/
.scroll_tgl_wrap {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  /*  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);*/
  transition: 0.4s ease-in-out;
  padding-bottom: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: #282828;
}
/*togglewrap.active*/
.togglewrap.active {
  /*  -webkit-transform: translateY(0%);
  transform: translateY(0%);*/
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
}
/*ttogglewrap_inner*/
.togglewrap_inner {
  width: 100%;
  /*height: 100%;*/
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .togglewrap {
    padding-bottom: 0;
  }
  .togglewrap_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .togglewrap {
    width: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .togglewrap {
    width: 85%;
  }
}
@media screen and (min-width: 1500px) {
  .togglewrap {
    width: 88.3%;
  }
}
/*トグルメニュー*/
.toggle_main_inner {
  width: 84%;
  margin: 14.9rem auto 0;
}
.toggle_logo {
  display: flex;
  width: 70px;
  position: absolute;
  top: 30px;
  left: 8%;
}
.toggle_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toggle_contact_btn {
  display: none;
}
.toggle_unit01 {
  margin-bottom: 4.5rem;
}
.toggle_list {
  display: flex;
  justify-content: space-between;
}
.toggle_list > ul {
  width: 46%;
  border-right: 1px solid rgba(130, 130, 130, 0.5);
  padding-bottom: 5.7rem;
}
.toggle_list > ul > li {
  line-height: 1;
  margin-bottom: 2.62rem;
}
.toggle_list > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_list_item {
  font-size: 1.07rem;
  letter-spacing: 0.03em;
  color: #fff;
  transition: all 0.5s;
}
.toggle_list_item:hover {
  color: #fff;
  opacity: 0.4;
  transition: all 0.5s;
}
.toggle_policy_pc {
  display: none;
}
.toggle_unit02_inner {
  margin-bottom: 5.5rem;
}
.toggle_address {
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  margin-bottom: 0.6rem;
}
.toggle_address a {
  color: #fff;
}
.toggle_address_english {
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  line-height: 1.61;
  color: #969696;
  margin-bottom: 2rem;
}
/*SNS*/
.toggle_sns_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.toggle_sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toggle_copy_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle_policy {
  display: inline-block;
  font-size: 0.785rem;
  line-height: 1;
  color: #969696;
  letter-spacing: 0.03em;
  transition: all 0.5s;
}
.toggle_policy:hover {
  color: #969696;
  opacity: 0.4;
  transition: all 0.5s;
}
.toggle_copy {
  font-size: 0.785rem;
  line-height: 1;
  color: #969696;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .toggle_main_inner {
    width: 92%;
    margin: 0 auto;
  }
  .toggle_logo {
    width: 80px;
    left: 4%;
  }
  .toggle_contact_btn {
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 140px;
    border-radius: 15px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 30px;
    right: 154px;
    transition: all 0.5s;
  }
  .toggle_contact_btn:hover {
    background-color: #fff;
    color: #737373;
    transition: all 0.5s;
  }
  .toggle_block {
    display: flex;
    justify-content: space-between;
  }
  .toggle_unit01 {
    width: 45%;
    border-right: 1px solid rgba(130, 130, 130, 0.5);
    margin-bottom: 0;
  }
  .toggle_list {
    margin-bottom: 8rem;
  }
  .toggle_list > ul {
    border-right: none;
    padding-bottom: 0;
  }
  .toggle_policy_pc {
    display: block;
    line-height: 1;
  }
  .toggle_unit02 {
    margin-top: -0.36rem;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .toggle_unit02_inner {
    margin-bottom: 0;
  }
  .toggle_policy_sp {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  body.fixed::before {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease-in-out;
    z-index: 1;
  }
  body.fixed .scroll_logo {
    opacity: 0.3;
    transition: 0.6s ease-in-out;
  }
  .toggle_main_inner {
    width: 84%;
  }
  .toggle_logo {
    display: none;
  }
  .toggle_unit01 {
    width: 47%;
  }
  .toggle_unit02 {
    width: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .toggle_contact_btn {
    top: 49px;
  }
  .toggle_list {
    justify-content: flex-start;
    margin-bottom: 10.8rem;
  }
  .toggle_list > ul:first-child {
    width: 43%;
  }
  .toggle_list_item {
    font-size: 1.0625rem;
  }
  .toggle_policy {
    font-size: 0.6875rem;
  }
  .toggle_address {
    font-size: 0.8125rem;
  }
  .toggle_address_english {
    font-size: 0.8125rem;
    margin-bottom: 3.2rem;
  }
  .toggle_copy {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1500px) {
  .toggle_main_inner {
    width: 71.8%;
    margin-right: 13%;
  }
  .toggle_unit01 {
    width: 48.5%;
  }
  .toggle_unit02 {
    width: 40%;
  }
}
@media screen and (min-width: 1700px) {
  .toggle_unit02 {
    width: 35%;
  }
}
/**************************
ページヘッダー
**************************/
.page-head_outer {
  margin-top: 14.4rem;
  /*  margin-bottom: 3.6rem;*/
}
.page-head {
  border-top: 1px solid rgba(200, 200, 200, 0.5);
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  padding: 2.3rem 0 2.6rem;
}
.page-head_inner {
  text-align: center;
  width: 84%;
  margin: 0 auto;
}
.head-bfont {
  font-size: 2.71rem;
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.h-page-tit {
  font-size: 0.857rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-head_inner {
    width: 92%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .head-bfont {
    margin-bottom: 0;
  }
  .h-page-tit {
    padding-bottom: 0.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer {
    margin-top: 17.7rem;
    /*   margin-bottom: 3.8rem;*/
  }
  .page-head {
    padding: 3.2rem 0;
  }
  .page-head_inner {
    width: 94%;
  }
  .head-bfont {
    font-size: 3.125rem;
  }
  .h-page-tit {
    font-size: 0.875rem;
  }
}
/*||underlineライン無し||*/
.page-head_outer.page-head_noline {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  /*||underlineライン無し||*/
  .page-head_noline .page-head {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer.page-head_noline {
    margin-bottom: 3.8rem;
  }
}
/*||||*/
/*||||*/
/**************************

**************************/