@charset "UTF-8";

body {
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 87.5%;
  letter-spacing: 0.05em;
  line-height: 2;
}

a {
  color: #333;
}

/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
  padding: 30px 0 30px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

header h1 {
  text-align: center;
}

header h1 img {
  width: 290px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 0 15px;
  }
  header h1 img {
    width: 50vw;
  }
}

/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
  border-top: 2px solid #dbdbdb;
  padding: 80px 0;
  background-color: #fff;
}

footer .logo {
  text-align: center;
  margin-bottom: 30px;
}

footer .logo img {
  width: 290px;
  height: auto;
}
footer .logo2 img {
  width: 290px;
  height: auto;
  margin-left: 100px;
}

footer address {
  font-style: normal;
  margin-bottom: 40px;
}

footer .btn {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.15em;
  width: 200px;
  position: relative;
}

footer .btn::after {
  content: "";
  background: url(../img/ico_window1.png);
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transition: all 0.3s;
}

footer .btn:hover::after {
  content: "";
  background: url(../img/ico_window2.png);
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 22px;
}

footer p {
  text-align: center;
  color: #808080;
  margin: 20px 0 60px 0;
}

@media screen and (max-width: 767px) {
  footer .logo img {
    width: 50vw;
  }

  footer .btn {
    width: auto;
    margin: 0 20px;
  }
}

/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
.heading {
  text-align: center;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.57rem;
  margin-bottom: 60px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.btn {
  text-align: center;
  line-height: 1;
  display: block;
  width: 180px;
  padding: 10px;
  transition: all 0.3s;
  /*	border: solid 1px #333333;*/
  /*	padding: 20px;*/
  margin: 0 auto;
  /*	border-radius: 3px;*/
}

.btn:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 30px;
  }
  .btn {
    width: auto;
  }
}

.btn2 {
  text-align: center;
  line-height: 1;
  display: block;
  width: 180px;
  padding: 10px;
  transition: all 0.3s;
  border: solid 1px #333333;
  padding: 20px;
  margin: 0 auto;
  border-radius: 3px;
}

.btn2:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .btn2 {
    width: auto;
  }
}

.btn3 {
  text-align: center;
  line-height: 1;
  display: block;
  width: 180px;
  padding: 10px;
  transition: all 0.3s;
  border: solid 1px #333333;
  padding: 20px;
  margin-top: 20px;
  /*    margin: 0 auto;*/
  border-radius: 3px;
}

.btn3:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}



@media screen and (max-width: 767px) {
  .btn3 {
    width: auto;
  }
}

/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
.base-width {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .base-width {
    width: 90%;
  }
}

/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
  line-height: 1;
  position: fixed;
  z-index: 999;
}

#page-top a {
  color: #333;
  /* カラー */
}

@media screen and (min-width: 768px) {
  #page-top {
    bottom: 20px;
    right: 15px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 15px;
    right: 10px;
    font-size: 32px;
  }
}

/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.6s ease;
  -moz-animation: fadeInUp 0.6s ease;
  -ms-animation: fadeInUp 0.6s ease;
  animation: fadeInUp 0.6s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade {
  opacity: 0;
}

.delay1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}

.delay2 {
  animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}

.delay3 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.delay4 {
  animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.delay5 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.fit {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }
}

footer {
  border-top: #ececec 4px solid;
  padding: 6rem 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

/*
footer a {
    text-decoration: underline;
}
*/

.ftr-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftr-inner > *:first-of-type {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.ftr-inner .logo {
  width: 18rem;
  margin-right: 4rem;
}

footer address {
  font-style: normal;
  margin: 1.5rem 0;
}

.ftr-inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 4rem;
  width: 200px;
  gap: 0.1rem;
  margin-right: auto;
  margin-left: auto;
}

.ftr-inner ul li {
  width: 2.5rem;
}

.ftr-inner > *:last-child {
    margin-right: 2rem;
}


/* .ftr-container {
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
  padding-left: 60px;
} */
footer small {
  font-family: futura, serif;
  display: block;
  font-size: 11px;
  text-align: right;
}
footer .policy {
  font-size: 12px;
  align-self: self-end;
  margin-top: 0.2rem;
  margin-right: 0.5rem !important;
}

@media screen and (max-width: 767px) {
  /* .ftr-container {
    flex-direction: column;
  } */
  .ftr-inner {
    width: 90%;
    display: block;
  }

  .ftr-inner > *:first-of-type {
    display: block;
  }

  .ftr-inner > *:last-child {
    margin-right: 0;
  }

  .ftr-inner .logo {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .ftr-inner .logo img {
    width: 40vw;
  }

  .ftr-inner > div:first-of-type {
    text-align: center;
    margin-left: 0;
  }

  .ftr-inner ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }

  .ftr-inner ul li {
    width: 2.5rem;
  }

  footer small {
    text-align: center;
  }
  .ftr-official {
    margin: 0.5rem auto 0 auto;
    width: 240px;    
  }
  footer .policy {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 480px) {
  footer .btn::after {
    content: "";
    background: url(../img/ico_window1.png);
    background-size: 15px 10px;
    width: 15px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 14px;
    transition: all 0.3s;
  }

  footer .btn:hover::after {
    content: "";
    background: url(../img/ico_window2.png);
    background-size: 15px 10px;
    width: 15px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 22px;
  }

  .ftr-inner > *:first-child {
    margin-left: 0rem;
  }
  .ftr-inner > *:last-child {
    margin-right: 0rem;
  }
}

/*  ----------------------------------------------------------

search

----------------------------------------------------------  */
.search-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 36px;
  width: 24px;
}
.search-btn:hover {
  cursor: pointer;
}
.login {
  width: 22px;
  position: absolute;
  right: 100px;
  top: 50px;
}
.search-btn img,
.login img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .search-btn {
    right: 15px;
    top: 22px;
  }
  .login {
    width: 22px;
    right: 55px;
    top: 22px;
  }
}

#searchArea > div {
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -99999;
  transition: all 0.3s;
  height: 160px;
  width: 100%;
}
.openArea > div {
  z-index: 999999999 !important;
  opacity: 1 !important;
}
#searchArea .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}
#searchArea .inner input[type="text"] {
  width: 400px;
  padding: 10px;
  font-size: 16px;
  color: #666;
}
#searchArea .inner input[type="submit"] {
  background: url(../img/ico_search.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  border: none;
  margin-right: 10px;
  text-indent: -9999;
}
#searchArea .inner input[type="submit"]:hover {
  cursor: pointer;
}
.closeArea {
  position: absolute;
  right: 30px;
  top: 60px;
  width: 40px;
  height: 40px;
  background: #fff;
}
.closeArea > div {
  position: relative;
}
.closeArea:hover {
  cursor: pointer;
}
.closeArea span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.closeArea span:first-of-type {
  width: 40px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  margin-top: 20px;
}
.closeArea span:last-of-type {
  width: 40px;
  height: 1px;
  background: #333;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #searchArea > div {
    height: 140px;
  }
  #searchArea .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 140px;
    padding: 1.6rem 0 0 3rem;
  }
  .closeArea {
    right: 10px;
    top: 50px;
  }
  #searchArea form {
    margin-top: -20px;
  }
  #searchArea .inner input[type="text"] {
    width: 200px;
  }
  #searchArea .inner input[type="submit"] {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .closeArea {
    right: 20px;
    top: 50px;
  }
}

/*  ----------------------------------------------------------
  
  hamburger
  
  ----------------------------------------------------------  */
nav.gnav-sp {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -50%;
  width: 50%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
nav.gnav-sp .inner h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.gnav-sp-maker {
  margin-bottom: 60px !important;
}
.open nav.gnav-sp {
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 99999;
}
nav.gnav-sp .inner {
  padding: 70px 25px;
}
nav.gnav-sp .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.gnav-sp .inner ul.layer1 > li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #000;
}
nav.gnav-sp .inner ul li:last-child {
  border-bottom: none;
}
nav.gnav-sp .inner ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav.gnav-sp .inner ul.layer2 {
  padding: 10px 0;
}
nav.gnav-sp .inner ul.layer2 > li {
  font-size: 13px;
  padding: 5px 0;
  font-weight: bold;
  margin-left: 10px;
}
nav.gnav-sp .inner ul.layer2 > li > ul {
  border-left: 1px solid #000;
  margin-left: 5px;
  padding-left: 10px;
}
nav.gnav-sp .inner ul.layer3 {
  border-left: 1px solid #000;
  margin-top: 5px;
}
nav.gnav-sp .inner ul.layer3 li {
  font-weight: normal;
}
nav.gnav-sp .inner ul.layer3 li a {
  padding: 0.2em;
  text-decoration: none;
}
nav.gnav-sp .inner ul.layer2 li > a {
  padding: 0.1em;
  text-decoration: none;
}

nav.gnav-sp .accordion-menu-splitter {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  margin: 25px 0 5px -5px;
}

.ticket-humburger div {
  margin: 1em;
}

@media screen and (max-width: 767px) {
  nav.gnav-sp {
    right: -75%;
    width: 75%;
  }
}

/* toggle_btn */
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  left: 50px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100000;
}
.toggle_btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 19px;
  left: 14px;
}
.toggle_btn span:nth-child(2) {
  top: 29px;
  left: 14px;
}
.toggle_btn span:nth-child(3) {
  top: 39px;
  left: 14px;
}
.toggle_btn i {
  font-size: 10px;
  font-style: normal;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.open .toggle_btn i {
  color: #fff;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* mask */
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  opacity: 0.6;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .toggle_btn {
    width: 60px;
    height: 60px;
    top: 0;
    left: 10px;
  }
  .toggle_btn i {
    white-space: nowrap;
  }
}

.item-title-1 {
  position: relative;
  display: block;
  background: #fafafa;
  transition: all 0.3s;
  font-weight: bold;
  padding: 13px 15px;
  line-height: 1;
}

.item-title-1,
.item-title-2,
.item-title-3 {
  position: relative;
  display: block;
}
.item-title-1:hover,
.item-title-2:hover,
.item-title-3:hover {
  cursor: pointer;
  opacity: 0.5;
}
.item-title-1::before,
.item-title-2::before,
.item-title-3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #333;
  transition: all 0.3s ease-in-out;
}
.item-title-1::after,
.item-title-2::after,
.item-title-3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #333;
  transition: all 0.2s ease-in-out;
}
.item-title-1.open::before,
.item-title-2.open::before,
.item-title-3.open::before {
  transform: rotate(180deg);
}
.item-title-1.open::after,
.item-title-2.open::after,
.item-title-3.open::after {
  opacity: 0;
}

nav.gnav-sp form {
  margin: 40px auto;
}
.search_container {
  position: relative;
  border: 1px solid #ccc;
  display: block;
  padding: 3px 10px;
  border-radius: 6px;
  height: 30px;
  width: 320px;
  margin: 0 auto;
  background: url(../img/ico_search2.png) no-repeat center left 12px;
  background-size: 12px auto;
}
.search_container input[type="text"] {
  border: none;
  position: relative;
  height: 2em;
  background: none;
  width: 75%;
  margin-left: 7%;
  transform: translateY(-20%);
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  border: none;
  border-radius: 0 6px 6px 0;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(84, 108, 197) 0%,
    rgb(111, 164, 198) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(84, 108, 197) 0%,
    rgb(111, 164, 198) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(84, 108, 197) 0%,
    rgb(111, 164, 198) 100%
  );
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  outline: none;
  width: 60px;
  height: 30px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.search_container input[type="submit"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .search_container {
    width: 100%;
  }
  .search_container input[type="text"] {
    margin-left: 5%;
    font-size: 14px;
  }
}
