@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
/* =========================================================
body
========================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #0C1012;
  font-family: "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.15em;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  opacity: 0.6;
  transition: .5s;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block;
  /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-x {
  background: #000;
}

.phd__sns li .phd__sns__item__link-x svg {
  fill: #fff;
  height: 18px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-x svg {
    height: 13px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  margin-top: 52px;
  padding: 45px 0 58px;
  background: #222;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 70px;
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
}
.pft__logo svg {
  fill: #fff;
}
.pft__logo a {
  text-decoration: none;
}
.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}
.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}
.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

/* =========================================================
ヘッダー
========================================================= */
@keyframes showTextFromBottom {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0px);
  }
}
.header {
  position: relative;
  width: 100%;
  background-color: #FFF9F5;
  overflow: hidden;
}
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}
.header__in {
  position: relative;
}
.header__in img {
  vertical-align: bottom;
}
.header__in .mv__in.text-color-w svg path {
  transition: all 0.3s ease-in-out;
  fill: #fff;
}
.header__in .mv_txt01 {
  position: absolute;
  overflow: hidden;
}
.header__in .mv_txt01 svg {
  animation: showTextFromBottom 0.4s backwards;
}
.header__in .mv_txt01 svg:nth-child(1) {
  animation-delay: 0s;
}
.header__in .mv_txt01 svg:nth-child(2) {
  animation-delay: 0.08s;
}
.header__in .mv_txt01 svg:nth-child(3) {
  animation-delay: 0.16s;
}
.header__in .mv_txt01 svg:nth-child(4) {
  animation-delay: 0.24s;
}
.header__in .mv_txt01 svg:nth-child(5) {
  animation-delay: 0.32s;
}
.header__in .mv_txt02 {
  position: absolute;
  overflow: hidden;
}
.header__in .mv_txt02 svg {
  animation: showTextFromBottom 0.4s backwards;
}
.header__in .mv_txt02 svg:nth-child(1) {
  animation-delay: 0.4s;
}
.header__in .mv_txt02 svg:nth-child(2) {
  animation-delay: 0.48s;
}
.header__in .mv_txt02 svg:nth-child(3) {
  animation-delay: 0.56s;
}
.header__in .mv_txt03 {
  position: absolute;
  overflow: hidden;
}
.header__in .mv_txt03 span {
  display: inline-block;
  animation: showTextFromBottom 0.4s backwards;
}
.header__in .mv_txt03 span:nth-child(1) {
  animation-delay: 0.64s;
}
.header__in .mv_txt04 {
  position: absolute;
  overflow: hidden;
}
.header__in .mv_txt04 svg {
  animation: showTextFromBottom 0.4s backwards;
}
.header__in .mv_txt04 svg:nth-child(1) {
  animation-delay: 0.72s;
}
.header__in .mv_txt05 {
  position: absolute;
  overflow: hidden;
}
.header__in .mv_txt05 svg {
  animation: showTextFromBottom 0.4s backwards;
}
.header__in .mv_txt05 svg:nth-child(1) {
  animation-delay: 0.8s;
}
.header__in .mv_txt05 svg:nth-child(2) {
  animation-delay: 0.88s;
}
.header__in .mv_txt05 svg:nth-child(3) {
  animation-delay: 0.96s;
}
.header__in .mv_txt05 svg:nth-child(4) {
  animation-delay: 1.04s;
}
.header__in .mv_txt05 svg:nth-child(5) {
  animation-delay: 1.12s;
}
.header__in .mv_txt05 svg:nth-child(6) {
  animation-delay: 1.2s;
}
.header__in .mv_txt05 svg:nth-child(7) {
  animation-delay: 1.28s;
}
.header__in .mv_logo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .header__in .mv_txt01 {
    top: 60px;
    left: 10px;
  }
  .header__in .mv_txt01 svg {
    height: 56px;
    width: auto;
  }
  .header__in .mv_txt02 {
    top: 300px;
    left: 10px;
  }
  .header__in .mv_txt02 svg {
    height: 56px;
    width: auto;
  }
  .header__in .mv_txt03 {
    top: 420px;
    left: 10px;
  }
  .header__in .mv_txt03 svg {
    height: auto;
  }
  .header__in .mv_txt03 span {
    width: 216px;
  }
  .header__in .mv_txt04 {
    top: 300px;
    right: 10px;
  }
  .header__in .mv_txt04 svg {
    height: 56px;
    width: auto;
  }
  .header__in .mv_txt05 {
    bottom: 80px;
    right: 10px;
  }
  .header__in .mv_txt05 svg {
    height: 56px;
    width: auto;
  }
  .header__in .mv_logo {
    top: 420px;
    right: 20px;
    width: 65px;
  }
}
@media screen and (min-width: 769px) {
  .header__in {
    height: 788px;
    margin: 0 auto;
  }
  .header__in .mv-image {
    object-fit: cover;
    height: 788px;
    width: 100%;
  }
  .header__in .mv_txt01 {
    top: 20px;
    left: 20px;
  }
  .header__in .mv_txt01 svg:nth-child(1) {
    height: 146px;
  }
  .header__in .mv_txt01 svg:nth-child(2) {
    height: 146px;
    margin-right: 12px;
  }
  .header__in .mv_txt01 svg:nth-child(3) {
    height: 146px;
    margin-right: 10px;
  }
  .header__in .mv_txt01 svg:nth-child(4) {
    height: 151px;
    margin-right: 15px;
  }
  .header__in .mv_txt01 svg:nth-child(5) {
    height: 151px;
  }
  .header__in .mv_txt02 {
    top: 320px;
    left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header__in .mv_txt02 {
    top: 250px;
  }
}
@media screen and (min-width: 769px) {
  .header__in .mv_txt02 svg:nth-child(1) {
    height: 146px;
    margin-right: 12px;
  }
  .header__in .mv_txt02 svg:nth-child(2) {
    height: 146px;
    margin-right: 3px;
  }
  .header__in .mv_txt02 svg:nth-child(3) {
    height: 146px;
  }
  .header__in .mv_txt03 {
    top: 327px;
    right: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header__in .mv_txt03 {
    top: 280px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__in .mv_txt03 span {
    width: 380px;
  }
  .header__in .mv_txt04 {
    top: 320px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header__in .mv_txt04 {
    top: 410px;
  }
}
@media screen and (min-width: 769px) {
  .header__in .mv_txt05 {
    right: 20px;
    bottom: 20px;
  }
  .header__in .mv_txt05 svg:nth-child(1) {
    height: 151px;
    margin-right: 19px;
  }
  .header__in .mv_txt05 svg:nth-child(2) {
    height: 149px;
    margin-right: 25px;
  }
  .header__in .mv_txt05 svg:nth-child(3) {
    height: 146px;
  }
  .header__in .mv_txt05 svg:nth-child(4) {
    height: 146px;
    margin-right: 15px;
  }
  .header__in .mv_txt05 svg:nth-child(5) {
    height: 149px;
    margin-right: 25px;
  }
  .header__in .mv_txt05 svg:nth-child(6) {
    height: 146px;
    margin-right: 15px;
  }
  .header__in .mv_txt05 svg:nth-child(7) {
    height: 146px;
  }
  .header__in .mv_logo {
    bottom: 20px;
    left: 20px;
    width: 108px;
  }
}

/* =========================================================
メインコンテンツ
========================================================= */
#wrapper {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #wrapper {
    margin-bottom: 50px;
  }
}

.main-contents {
  position: relative;
}
.main-contents h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: -0.02em;
  text-align: center;
}
.main-contents h2 img {
  width: auto;
}
.main-contents h2 span {
  transform: translateY(150%);
  display: inline-block;
}
.main-contents h2.animated span {
  animation: showTextFromBottom 0.4s forwards;
}
.main-contents h2.animated span:nth-child(1) {
  animation-delay: 0s;
}
.main-contents h2.animated span:nth-child(2) {
  animation-delay: 0.08s;
}
.main-contents h2.animated span:nth-child(3) {
  animation-delay: 0.16s;
}
.main-contents h2.animated span:nth-child(4) {
  animation-delay: 0.24s;
}
.main-contents h2.animated span:nth-child(5) {
  animation-delay: 0.32s;
}
.main-contents h2.animated span:nth-child(6) {
  animation-delay: 0.4s;
}
.main-contents h2.animated span:nth-child(7) {
  animation-delay: 0.48s;
}
.main-contents h2.animated span:nth-child(8) {
  animation-delay: 0.56s;
}
.main-contents h2.animated span:nth-child(9) {
  animation-delay: 0.64s;
}
.main-contents h2.animated span:nth-child(10) {
  animation-delay: 0.72s;
}
.main-contents h2.animated span:nth-child(11) {
  animation-delay: 0.8s;
}
.main-contents h2.animated span:nth-child(12) {
  animation-delay: 0.88s;
}
.main-contents h2.animated span:nth-child(13) {
  animation-delay: 0.96s;
}
.main-contents h2.animated span:nth-child(14) {
  animation-delay: 1.04s;
}
@media screen and (min-width: 769px) {
  .main-contents h2 {
    font-size: 200px;
  }
  .main-contents h2 span.pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  .main-contents h2 {
    font-size: 14vw;
  }
  .main-contents h2 img {
    width: 3.75vw;
  }
}

.lead_area {
  background-color: #AFAFAF;
  position: relative;
}
.lead_area:after {
  background: url("../images/lead_icon.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 33px;
  position: absolute;
  bottom: 35px;
  right: 40px;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .lead_area:after {
    height: 24px;
    right: 20px;
    bottom: 20px;
    width: 9px;
  }
}
.lead_area .lead_cont p {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lead_area .lead_cont {
    padding: 45px 35px;
  }
  .lead_area .lead_cont p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (min-width: 769px) {
  .lead_area .lead_cont {
    padding: 75px 40px;
  }
  .lead_area .lead_cont p {
    font-size: 16px;
    line-height: 150%;
    max-width: 810px;
    margin: 0 auto;
  }
}

.nav_area {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
.nav_area ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.nav_area ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.nav_area ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_area ul {
    margin-bottom: 50px;
    padding: 20px 20px 20px 0;
  }
  .nav_area ul li {
    font-size: 13px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .nav_area ul {
    margin-bottom: 40px;
    max-width: 1287px;
    padding: 20px 0;
  }
  .nav_area ul li {
    font-size: 14px;
    margin-left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .sec_cont {
    max-width: 1368px;
    margin: 0 auto;
  }
}

@keyframes title_show {
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}
.modal-list .item-name.eng {
  font-family: "Roboto", sans-serif;
}
.modal-list .item-name {
  line-height: 130%;
}
.modal-list .item-name2 {
  color: #AFAFAF;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.modal-list .item-date {
  min-height: 30px;
  display: flex;
  align-items: center;
  line-height: 130%;
  position: relative;
}
.modal-list .item-date:before {
  background: url("../images/ex_icon01.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 32px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
}
.modal-list .item-place {
  min-height: 30px;
  display: flex;
  align-items: center;
  line-height: 130%;
  position: relative;
}
.modal-list .item-place:before {
  background: url("../images/ex_icon02.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 32px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
}
.modal-list .item-fee {
  min-height: 30px;
  display: flex;
  align-items: center;
  line-height: 130%;
  position: relative;
}
.modal-list .item-fee:before {
  background: url("../images/ex_icon03.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 32px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
}
.modal-list .item-txt {
  line-height: 140%;
  text-align: justify;
}
.modal-list .item-shop_add {
  line-height: 140%;
}
.modal-list .item-shop_add a {
  word-break: break-all;
  text-decoration: underline;
}
.modal-list .item-title {
  line-height: 140%;
}
.modal-list .item-title span {
  opacity: 0;
}
.modal-list .item-title.animated span {
  animation: title_show 0.4s forwards;
}
.modal-list .item-title.animated span:nth-child(1) {
  animation-delay: 0s;
}
.modal-list .item-title.animated span:nth-child(2) {
  animation-delay: 0.08s;
}
.modal-list .item-title.animated span:nth-child(3) {
  animation-delay: 0.16s;
}
.modal-list .item-title.animated span:nth-child(4) {
  animation-delay: 0.24s;
}
.modal-list .item-title.animated span:nth-child(5) {
  animation-delay: 0.32s;
}
.modal-list .item-title.animated span:nth-child(6) {
  animation-delay: 0.4s;
}
.modal-list .item-title.animated span:nth-child(7) {
  animation-delay: 0.48s;
}
.modal-list .item-title.animated span:nth-child(8) {
  animation-delay: 0.56s;
}
.modal-list .item-title.animated span:nth-child(9) {
  animation-delay: 0.64s;
}
.modal-list .item-title.animated span:nth-child(10) {
  animation-delay: 0.72s;
}
.modal-list .item-title.animated span:nth-child(11) {
  animation-delay: 0.8s;
}
.modal-list .item-title.animated span:nth-child(12) {
  animation-delay: 0.88s;
}
.modal-list .item-title.animated span:nth-child(13) {
  animation-delay: 0.96s;
}
.modal-list .item-title.animated span:nth-child(14) {
  animation-delay: 1.04s;
}
.modal-list .item-title.animated span:nth-child(15) {
  animation-delay: 1.12s;
}
.modal-list .item-title.animated span:nth-child(16) {
  animation-delay: 1.2s;
}
.modal-list .item-title.animated span:nth-child(17) {
  animation-delay: 1.28s;
}
.modal-list .item-title.animated span:nth-child(18) {
  animation-delay: 1.36s;
}
.modal-list .item-title.animated span:nth-child(19) {
  animation-delay: 1.44s;
}
.modal-list .item-title.animated span:nth-child(20) {
  animation-delay: 1.52s;
}
.modal-list .item-title.animated span:nth-child(21) {
  animation-delay: 1.6s;
}
.modal-list .item-title.animated span:nth-child(22) {
  animation-delay: 1.68s;
}
.modal-list .item-title.animated span:nth-child(23) {
  animation-delay: 1.76s;
}
.modal-list .item-title.animated span:nth-child(24) {
  animation-delay: 1.84s;
}
.modal-list .item-title.animated span:nth-child(25) {
  animation-delay: 1.92s;
}
.modal-list .item-title.animated span:nth-child(26) {
  animation-delay: 2s;
}
.modal-list .item-title.animated span:nth-child(27) {
  animation-delay: 2.08s;
}
.modal-list .item-title.animated span:nth-child(28) {
  animation-delay: 2.16s;
}
.modal-list .item-title.animated span:nth-child(29) {
  animation-delay: 2.24s;
}
.modal-list .item-title.animated span:nth-child(30) {
  animation-delay: 2.32s;
}
.modal-list .item-title.animated span:nth-child(31) {
  animation-delay: 2.4s;
}
.modal-list .item-title.animated span:nth-child(32) {
  animation-delay: 2.48s;
}
.modal-list .item-title.animated span:nth-child(33) {
  animation-delay: 2.56s;
}
.modal-list .item-title.animated span:nth-child(34) {
  animation-delay: 2.64s;
}
.modal-list .item-title.animated span:nth-child(35) {
  animation-delay: 2.72s;
}
.modal-list .item-title.animated span:nth-child(36) {
  animation-delay: 2.8s;
}
.modal-list .item-title.animated span:nth-child(37) {
  animation-delay: 2.88s;
}
.modal-list .item-title.animated span:nth-child(38) {
  animation-delay: 2.96s;
}
.modal-list .item-title.animated span:nth-child(39) {
  animation-delay: 3.04s;
}
.modal-list .item-title.animated span:nth-child(40) {
  animation-delay: 3.12s;
}
.modal-list .item-title.animated span:nth-child(41) {
  animation-delay: 3.2s;
}
.modal-list .item-title.animated span:nth-child(42) {
  animation-delay: 3.28s;
}
.modal-list .item-title.animated span:nth-child(43) {
  animation-delay: 3.36s;
}
.modal-list .item-title.animated span:nth-child(44) {
  animation-delay: 3.44s;
}
.modal-list .item-title.animated span:nth-child(45) {
  animation-delay: 3.52s;
}
.modal-list .item-title.animated span:nth-child(46) {
  animation-delay: 3.6s;
}
.modal-list .item-title.animated span:nth-child(47) {
  animation-delay: 3.68s;
}
.modal-list .item-title.animated span:nth-child(48) {
  animation-delay: 3.76s;
}
.modal-list .item-title.animated span:nth-child(49) {
  animation-delay: 3.84s;
}
@media screen and (max-width: 768px) {
  .modal-list .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .modal-list .item-title2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal-list .item-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .modal-list .item-name2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal-list .item-date {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .modal-list .item-place {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .modal-list .item-fee {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .modal-list .item-txt {
    font-size: 14px;
  }
  .modal-list .item-shop_add {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modal-list .item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .modal-list .item-title2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal-list .item-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .modal-list .item-name2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .modal-list .item-date {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .modal-list .item-place {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .modal-list .item-fee {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .modal-list .item-txt {
    font-size: 14px;
  }
  .modal-list .item-shop_add {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .exhibition_area {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .exhibition_area h2 {
    letter-spacing: 0.025em;
    font-size: 66px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .exhibition_area h2 {
    margin-bottom: 80px;
  }
}
.exhibition_area h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 0 auto 25px;
  text-align: center;
}
.exhibition_area h3 span {
  opacity: 0;
}
.exhibition_area h3.animated span {
  animation: title_show 0.4s forwards;
}
.exhibition_area h3.animated span:nth-child(1) {
  animation-delay: 0s;
}
.exhibition_area h3.animated span:nth-child(2) {
  animation-delay: 0.08s;
}
.exhibition_area h3.animated span:nth-child(3) {
  animation-delay: 0.16s;
}
.exhibition_area h3.animated span:nth-child(4) {
  animation-delay: 0.24s;
}
.exhibition_area h3.animated span:nth-child(5) {
  animation-delay: 0.32s;
}
.exhibition_area h3.animated span:nth-child(6) {
  animation-delay: 0.4s;
}
.exhibition_area h3.animated span:nth-child(7) {
  animation-delay: 0.48s;
}
.exhibition_area h3.animated span:nth-child(8) {
  animation-delay: 0.56s;
}
.exhibition_area h3.animated span:nth-child(9) {
  animation-delay: 0.64s;
}
.exhibition_area h3.animated span:nth-child(10) {
  animation-delay: 0.72s;
}
.exhibition_area h3.animated span:nth-child(11) {
  animation-delay: 0.8s;
}
.exhibition_area h3.animated span:nth-child(12) {
  animation-delay: 0.88s;
}
@media screen and (min-width: 769px) {
  .exhibition_area h3 {
    margin: 0 auto 35px;
  }
}
.exhibition_area .exhibition_info {
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .exhibition_area .exhibition_info {
    font-size: 14px;
    padding: 0 30px 30px;
  }
}
@media screen and (min-width: 769px) {
  .exhibition_area .exhibition_info {
    font-size: 14px;
    max-width: 1166px;
    margin: 0 auto 50px;
  }
}
.exhibition_area .exhibition_detail {
  background-color: #F2F2F2;
}
.exhibition_area .exhibition_detail ul li {
  display: flex;
  align-items: center;
  min-height: 35px;
  line-height: 120%;
  padding-left: 40px;
}
.exhibition_area .exhibition_detail ul li:nth-child(1) {
  background: url("../images/ex_icon01.svg") no-repeat 0 50%;
}
@media screen and (max-width: 768px) {
  .exhibition_area .exhibition_detail ul li:nth-child(1) span {
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .exhibition_area .exhibition_detail ul li:nth-child(1) span {
    margin-left: 50px;
  }
}
.exhibition_area .exhibition_detail ul li:nth-child(2) {
  background: url("../images/ex_icon02.svg") no-repeat 0 50%;
}
.exhibition_area .exhibition_detail ul li:nth-child(3) {
  background: url("../images/ex_icon03.svg") no-repeat 0 40%;
}
.exhibition_area .exhibition_detail ul li div {
  position: relative;
  padding-left: 25px;
}
.exhibition_area .exhibition_detail ul li div span.pc {
  display: none;
}
.exhibition_area .exhibition_detail ul li div span.floor {
  position: absolute;
  top: 0;
  left: 0;
}
.exhibition_area .exhibition_detail ul li div span.floor:last-child {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .exhibition_area .exhibition_detail {
    margin-bottom: 25px;
    padding: 25px 25px 10px;
  }
  .exhibition_area .exhibition_detail ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .exhibition_area .exhibition_detail {
    margin-bottom: 35px;
    padding: 20px;
  }
  .exhibition_area .exhibition_detail ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .exhibition_area .exhibition_detail ul li {
    font-size: 14px;
  }
  .exhibition_area .exhibition_detail ul li:nth-child(2) {
    margin: 0 40px;
  }
  .exhibition_area .exhibition_detail ul li span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .exhibition_area .exhibition-list .exhibition-detail {
    padding: 20px 25px 40px;
  }
}
@media screen and (min-width: 769px) {
  .exhibition_area .exhibition-list ul.exhibition {
    border-bottom: 1px solid #AFAFAF;
    display: flex;
    justify-content: space-between;
  }
  .exhibition_area .exhibition-list ul.exhibition > li {
    border-left: 1px solid #AFAFAF;
    width: 33.33%;
  }
  .exhibition_area .exhibition-list ul.exhibition > li:first-child {
    border-left: none;
  }
  .exhibition_area .exhibition-list .exhibition-detail {
    padding: 30px 25px 50px;
  }
  .exhibition_area .exhibition-list .exhibition-image {
    height: 45.2vw;
    max-height: 686px;
    display: flex;
    align-items: center;
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.event_area {
  position: relative;
}
.event_area .event_line_area {
  background-color: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event_area .event_line_area {
    height: 32px;
    top: 35px;
  }
}
.event_area .event_line_area .slick-list {
  overflow: visible;
}
.event_area .event_line_area .event_line {
  width: 450px;
}
.event_area .event_line_area .event_line_cont {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .event_area .event_line_area .event_line_cont {
    font-size: 13px;
    height: 32px;
    display: flex !important;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .event_area .event_line_area {
    top: 80px;
  }
  .event_area .event_line_area .event_line {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  .event_area .event_line_area {
    top: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .event_area {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .event_area {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .event_area h2 {
    font-size: 107px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .event_area h2 {
    margin-bottom: 50px;
  }
}
.event_area .event-lead {
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event_area .event-lead {
    font-size: 14px;
    max-width: 85vw;
    margin: 0 auto 45px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .event_area .event-lead {
    font-size: 14px;
    max-width: 745px;
    margin: 0 auto 45px;
  }
}
.event_area .event-list .event-image .slick-slider {
  margin-bottom: 0;
}
.event_area .event-list .event-image .slick-slider.slick-dotted {
  margin-bottom: 20px;
}
.event_area .event-list .event-image .slick-dots li {
  height: 8px;
  margin-top: 5px;
  width: 8px;
}
.event_area .event-list .event-image .slick-dots li button {
  height: 8px;
  padding: 0;
  width: 8px;
}
.event_area .event-list .event-image .slick-dots li button:before {
  border: 1px solid #0C1012;
  background-color: #fff;
  border-radius: 8px;
  content: "";
  height: 8px;
  width: 8px;
}
.event_area .event-list .event-image .slick-dots li.slick-active button:before {
  background-color: #0C1012;
}
.event_area .event-list .item-people,
.event_area .event-list .item-time,
.event_area .event-list .item-how,
.event_area .event-list .item-belongings {
  display: flex;
  margin-bottom: 12px;
}
.event_area .event-list .item-people dt,
.event_area .event-list .item-time dt,
.event_area .event-list .item-how dt,
.event_area .event-list .item-belongings dt {
  width: 6em;
}
.event_area .event-list .item-people dd,
.event_area .event-list .item-time dd,
.event_area .event-list .item-how dd,
.event_area .event-list .item-belongings dd {
  width: 100%;
}
.event_area .event-list .prof-img {
  margin-top: 0;
}
.event_area .event-list .prof-img dt {
  font-size: 12px;
  margin-bottom: 10px;
}
.event_area .event-list .modal-reservation {
  margin: 20px auto 20px;
  width: 190px;
}
.event_area .event-list .modal-reservation a {
  border: 1px solid #0C1012;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .event_area .event-list .event-detail {
    padding: 25px 30px;
  }
  .event_area .event-list .front-cont .item-title {
    font-size: 18px;
  }
  .event_area .event-list .item-txt {
    margin-bottom: 35px;
  }
  .event_area .event-list .prof-img {
    width: 100%;
  }
  .event_area .event-list .prof-img dt {
    font-size: 11px;
  }
  .event_area .event-list .prof-img dd {
    margin: 5px auto 0;
    width: 200px;
  }
  .event_area .event-list .modal-reservation {
    width: 240px;
  }
  .event_area .event-list .modal-reservation a {
    font-size: 16px;
  }
  .event_area .event-list .item-people dt,
  .event_area .event-list .item-time dt,
  .event_area .event-list .item-how dt,
  .event_area .event-list .item-belongings dt {
    font-size: 12px;
  }
  .event_area .event-list .item-people dd,
  .event_area .event-list .item-time dd,
  .event_area .event-list .item-how dd,
  .event_area .event-list .item-belongings dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .event_area .event-list .event-image .img {
    width: 342px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1367px) {
  .event_area .event-list .event-image .img {
    width: 20vw !important;
  }
}
@media screen and (min-width: 769px) {
  .event_area .event-list ul.event {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #ccc #333;
    scrollbar-width: thin;
    padding-bottom: 30px;
  }
  .event_area .event-list ul.event::-webkit-scrollbar {
    width: 5px;
    height: 6px;
  }
  .event_area .event-list ul.event::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #333;
  }
  .event_area .event-list ul.event::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .event_area .event-list ul.event > li {
    border-left: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    width: 25%;
  }
  .event_area .event-list ul.event > li:first-child {
    border-left: none;
  }
  .event_area .event-list .event-detail {
    padding: 25px 30px;
  }
  .event_area .event-list .front-cont .item-title {
    font-size: 18px;
  }
  .event_area .event-list .item-txt {
    margin-bottom: 35px;
  }
  .event_area .event-list .item-people dt,
  .event_area .event-list .item-time dt,
  .event_area .event-list .item-how dt,
  .event_area .event-list .item-belongings dt {
    font-size: 14px;
  }
  .event_area .event-list .item-people dd,
  .event_area .event-list .item-time dd,
  .event_area .event-list .item-how dd,
  .event_area .event-list .item-belongings dd {
    font-size: 14px;
  }
}

.gallery_area {
  position: relative;
}
.gallery_area:before {
  background: url("../images/gallery_bg.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 1014px;
  position: absolute;
  top: 63px;
  right: 50%;
  margin-right: -800px;
  width: 963px;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .gallery_area:before {
    background-image: url("../images/gallery_bg2.svg");
    margin-right: auto;
    right: 0;
    max-width: 852px;
    width: 63vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_area:before {
    display: none;
  }
}
.gallery_area h2 {
  letter-spacing: -0.065em;
}
@media screen and (max-width: 768px) {
  .gallery_area h2 {
    font-size: 97px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  .gallery_area h2 {
    margin-bottom: 60px;
  }
}
.gallery_area .sec_cont {
  max-width: 955px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.gallery_area .sec_cont.modal-show {
  z-index: inherit;
}
.gallery_area .sec_cont .gallery-list-cont {
  margin-bottom: 40px;
}
.gallery_area .sec_cont .item-num {
  font-size: 14px;
  text-align: center;
}
.gallery_area .sec_cont .item-num:before {
  border: 3px solid #0C1012;
  border-radius: 50px;
  content: "";
  height: 42px;
  display: inline-block;
  width: 42px;
}
.gallery_area .sec_cont .gallery-image .slick-slider {
  margin-bottom: 50px;
}
.gallery_area .sec_cont .gallery-image .slick-dots li {
  height: 8px;
  margin-top: 5px;
  width: 8px;
}
.gallery_area .sec_cont .gallery-image .slick-dots li button {
  height: 8px;
  padding: 0;
  width: 8px;
}
.gallery_area .sec_cont .gallery-image .slick-dots li button:before {
  border: 1px solid #0C1012;
  background-color: #fff;
  border-radius: 8px;
  content: "";
  height: 8px;
  width: 8px;
}
.gallery_area .sec_cont .gallery-image .slick-dots li.slick-active button:before {
  background-color: #0C1012;
}
.gallery_area .sec_cont .modal-detail .item-num {
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .gallery_area .sec_cont .modal-detail .item-num {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .gallery_area .sec_cont .modal-detail .item-name {
    text-align: left;
  }
}
.gallery_area .sec_cont .modal-detail .item-txt {
  margin-bottom: 45px;
}
.gallery_area .sec_cont .modal-detail .item-title2 {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gallery_area .sec_cont {
    margin-bottom: 110px;
  }
  .gallery_area .sec_cont .map_area {
    margin-bottom: 40px;
  }
  .gallery_area .sec_cont .map_area p {
    font-size: 14px;
    line-height: 140%;
    margin: 40px auto 20px;
    padding: 0 30px;
  }
  .gallery_area .sec_cont .gallery_cont {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .gallery_area .sec_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  .gallery_area .sec_cont .map_area {
    padding-top: 60px;
    max-width: 505px;
    width: 52.8%;
  }
  .gallery_area .sec_cont .map_area .map_cont {
    position: sticky;
    top: 60px;
    left: 0;
  }
  .gallery_area .sec_cont .map_area p {
    font-size: 14px;
    line-height: 140%;
    max-width: 337px;
    margin: 0 0 40px;
  }
  .gallery_area .sec_cont .gallery_cont {
    max-width: 340px;
    width: 35.6%;
  }
}
@media screen and (max-width: 768px) {
  .gallery_area .modal-detail .item-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .gallery_area .modal-detail .item-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_area .item-shop_add {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .gallery_area .item-shop_add {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .gallery_area .front-cont .item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .gallery_area .front-cont .item-name {
    font-size: 14px;
  }
}

.open-btn {
  margin: 20px auto 0;
  width: 190px;
  border: 1px solid #0C1012;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .open-btn {
    font-size: 14px;
    width: 215px;
  }
}
@media screen and (min-width: 769px) {
  .open-btn:hover {
    opacity: 0.6;
    transition: .5s;
  }
}

@media screen and (max-width: 768px) {
  .market_area {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .market_area {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .market_area h2 {
    font-size: 92px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .market_area h2 {
    margin-bottom: 60px;
  }
}
.market_area .lead {
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .market_area .lead {
    font-size: 14px;
    margin-bottom: 45px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .market_area .lead {
    font-size: 14px;
    margin-bottom: 55px;
  }
}
.market_area .market-list .item-title {
  text-align: center;
}
.market_area .market-list .item-text {
  line-height: 140%;
  text-align: justify;
}
.market_area .market-list .modal-link {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .market_area .market-list {
    border-bottom: 2px solid #F2F2F2;
  }
  .market_area .market-list .market-detail {
    padding: 25px;
    position: relative;
  }
  .market_area .market-list .item-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .market_area .market-list .item-text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .market_area .market-list .item-date {
    margin-bottom: 10px;
  }
  .market_area .market-list .modal-link {
    margin-top: 30px;
  }
  .market_area .market-list .modal-link li {
    margin: 0 15px 0 5px;
    width: 20px;
  }
}
@media screen and (min-width: 769px) {
  .market_area .market-list .market {
    border-bottom: 1px solid #AFAFAF;
    display: flex;
    justify-content: space-between;
  }
  .market_area .market-list .market .market-list-cont {
    border-left: 1px solid #AFAFAF;
    width: 33.33%;
  }
  .market_area .market-list .market .market-list-cont:first-child {
    border-left: none;
  }
  .market_area .market-list .market-detail {
    padding: 25px;
    position: relative;
  }
  .market_area .market-list .item-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .market_area .market-list .item-text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .market_area .market-list .item-date {
    margin-bottom: 25px;
  }
}

.copy_area {
  text-align: center;
}
.copy_area h3 {
  font-family: "Roboto", sans-serif;
}
.copy_area dl {
  display: flex;
  margin: 0 auto 15px;
  width: 150px;
}
.copy_area dl dt {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .copy_area h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .copy_area dt,
  .copy_area dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .copy_area h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .copy_area dt,
  .copy_area dd {
    font-size: 16px;
  }
}

.pft-sns {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.pft-sns li {
  margin: 0 10px;
  width: 34px;
}

.modal-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100vw - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    width: 92vw;
    top: inherit;
    left: inherit;
    margin: 0 auto;
    position: relative;
    transform: inherit;
    overflow-y: initial;
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-height: 770px) {
  .modal-wrap {
    top: 10%;
    transform: translate(-50%, 0);
  }
}

.modal-cont {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal-cont {
    max-width: 1200px;
    width: auto !important;
    display: -webkit-box;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 690px;
  }
}

.img-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .img-wrap {
    width: 42.25%;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
.img-wrap .img-wrap__slider {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots {
    bottom: 20px;
    right: -20px;
    width: 10px;
  }
}
.img-wrap .img-wrap__slider .slick-dots li {
  height: 10px;
  margin-top: 5px;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .img-wrap .img-wrap__slider .slick-dots li {
    margin: 0 5px;
  }
}
.img-wrap .img-wrap__slider .slick-dots li button {
  height: 10px;
  padding: 0;
  width: 10px;
}
.img-wrap .img-wrap__slider .slick-dots li button:before {
  border: 1px solid #0C1012;
  background-color: #fff;
  border-radius: 10px;
  content: "";
  height: 10px;
  width: 10px;
}
.img-wrap .img-wrap__slider .slick-dots li.slick-active button:before {
  background-color: #0C1012;
}

.modal-detail {
  box-sizing: border-box;
}
.modal-detail .item-txt2 {
  line-height: 140%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .modal-detail .item-txt2 {
    font-size: 14px;
    margin-bottom: 45px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .modal-detail .item-txt2 {
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail .item-name,
  .modal-detail .item-name2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail .prof-img {
    margin: 40px auto 20px;
    width: 230px;
  }
}
@media screen and (min-width: 769px) {
  .modal-detail .prof-img {
    margin: 40px 0 20px;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail {
    padding: 25px 25px 50px;
  }
  .modal-detail .item-title {
    font-size: 24px;
  }
  .modal-detail .item-txt {
    font-size: 14px;
  }
  .modal-detail .item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .modal-detail {
    max-height: 75vh;
    overflow-y: scroll;
    padding: 40px;
    width: 57.75%;
  }
  .modal-detail .modal-detail-innner {
    max-width: 407px;
    margin: 0 auto;
  }
  .modal-detail .item-title {
    font-size: 24px;
  }
  .modal-detail .item-txt {
    font-size: 14px;
  }
  .modal-detail .item-name2 {
    font-size: 14px;
  }
}

.modal-link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .modal-link {
    justify-content: center;
  }
}
.modal-link li {
  margin: 0 13px;
  width: 26px;
}
@media screen and (min-width: 769px) {
  .modal-link li {
    margin: 0 0 0 25px;
    width: 18px;
  }
  .modal-link li:first-child {
    margin-left: 0;
  }
}

.modal-block {
  width: 100vw;
  height: 110vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-block {
    padding: 17px 0 50px;
    overflow: scroll;
    box-sizing: border-box;
    background: #AFAFAF;
  }
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modal-bg {
    background: #AFAFAF;
  }
}
@media screen and (max-width: 768px) {
  .modal-bg {
    height: 230vh;
  }
}

.modal-close-top {
  position: absolute;
  top: 15px;
  right: -15px;
}

.modal-close {
  width: 40px;
  height: 40px;
  color: #000000;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -40px;
  transition: 0.4s;
  z-index: 1;
  position: absolute;
  border-radius: 100%;
}
.modal-close:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-close.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal-close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: -10px;
    top: -5px;
  }
}

/* =========================================================
フッター
========================================================= */
.page-ft {
  padding-top: 55px;
  text-align: center;
  background-color: #222222;
}
.page-ft__inner {
  padding: 0 51px 63.6px;
}
.page-ft .logo {
  max-width: 177px;
  margin: 0 auto 18px;
}
.page-ft .copyright {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .page-ft {
    padding-top: 85px;
  }
  .page-ft .logo {
    margin: 0 auto 25px;
  }
  .page-ft__inner {
    padding: 0 51px 86.6px;
  }
}

.footer {
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 81px 0 160px;
  }
}
.footer__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer__in {
    max-width: 835px;
  }
}
.footer__logo {
  text-align: center;
  max-width: 137px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo a {
  text-decoration: none;
}
.footer__copyright {
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
  font-family: copperplate, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.pagetop {
  display: none;
  width: 100%;
  position: fixed;
  right: 10px;
  bottom: 114px;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .pagetop {
    width: 54px;
    height: 54px;
    right: 38px;
    bottom: 48px;
  }
}
.pagetop.active {
  animation: fadeIn .5s ease-in 0s forwards;
}
@media screen and (min-width: 769px) {
  .pagetop.active {
    display: block;
  }
}

.pft {
  padding-top: 50px;
}

/* =========================================================
Contents block
========================================================= */
.contents-wrap {
  max-width: 1024px;
  margin: 40px auto 0;
}
.contents-block {
  margin: 0 0 40px;
  padding: 0 25px;
}
.contents-block:last-child {
  margin-bottom: 0;
}
.contents-ttl {
  color: #2A6DB1;
  margin: 0 auto 25px;
  line-height: 1.1;
  text-align: center;
  font-family: "lust", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .contents-wrap {
    margin: 80px auto 0;
  }
  .contents-block {
    margin: 0 0 100px;
    padding: 0;
  }
  .contents-ttl {
    margin: 0 auto 10px;
    font-size: 70px;
  }
}
/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1.0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFF100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #56C800;
  opacity: 1;
}
