@charset "UTF-8";
@font-face {font-family:CenturyGothic;font-weight:400;}
@font-face {font-family:Gothic MB101 Light;font-weight:300;}
@font-face {font-family:Gothic MB101 Medium;font-weight:400;}
@font-face {font-family:Gothic MB101 DemiBold;font-weight:500;}
@font-face {font-family:Gothic MB101 DemiBold;font-weight:600;}
@font-face {font-family:Gothic MB101 DemiBold;font-weight:700;}
@font-face {font-family:Gothic Medium BBB;font-weight:400;}
@font-face {font-family:Midashi Go MB31;font-weight:400;}
@font-face {font-family:ゴシックMB101 L;}
@font-face {font-family:ゴシックMB101 R;}
@font-face {font-family:ゴシックMB101 M;}
@font-face {font-family:ゴシックMB101 DB;}

*,
::-webkit-input-placeholder,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  color: inherit;
}
*,
:-ms-input-placeholder,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-feature-settings: inherit;
  color: inherit;
}
*,
::placeholder,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  color: inherit;
}
[id] {
  scroll-margin-top: 90px;
}
body,
html {
  height: 100%;
  font-family: "YakuHanJP",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
html {
  height: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a img,
button {
  outline: 0;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
button {
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  background: 0 0;
}
input[type="text"]:focus,
textarea:focus {
  outline: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*====================================

show

====================================*/
.sp_show, 
.sp_show2 {
    display:none
}
@media (max-width:768px) {
.pc_show {
    display: none;
  }
.sp_show {
    display:block;
  } 
}
@media (max-width:768px) {
  .pc_show2 {
    display: none;
}
.sp_show2 {
    display:block;
  } 
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover,
button:hover {
  outline: 0;
}
em,
i {
  font-style: normal;
}
a:disabled,
button:disabled,
input:disabled {
  pointer-events: none;
}
.firstview {
  margin: 20px auto 100px;
}
@media (min-width: 600px) {
  .firstview {
    margin: 50px auto 100px;
    position: relative;
  }
  .firstview::after {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background-color: #fdf12d;
    position: absolute;
    left: 0;
    bottom: 0;
    translate: 0 50%;
    z-index: -2;
  }
}
.firstview__wrap {
  width: calc(100% - (38px * 2));
  max-width: 886px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 600px) {
  .firstview__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    max-width: 962px;
  }
}
.firstview__kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .firstview__kv {
    position: relative;
  }
  .firstview__kv::after {
    content: "";
    display: block;
    width: calc(100% + (38px * 2));
    height: 30px;
    background-color: #fdf12d;
    position: absolute;
    left: 0;
    bottom: 0;
    translate: 0 50%;
    z-index: -2;
    margin: 0 -38px;
  }
}
@media (min-width: 600px) {
  .firstview__kv {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.firstview__kv .copy {
  width: 60%;
  translate: 15px 0;
  margin-bottom: -20px;
}
@media (min-width: 600px) {
  .firstview__kv .copy {
    translate: -15px 0;
    margin-bottom: -30px;
  }
}
.firstview__kv .key-visual {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: -1;
  background-color: #fff;
}
.firstview__kv .key-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  scale: 1;
  opacity: 0;
  -webkit-transition: scale 0.2s ease-out 1s, opacity 2s;
  transition: scale 0.2s ease-out 1s, opacity 2s;
  z-index: 1;
}
.firstview__kv .key-visual img.active {
  z-index: 2;
  scale: 1.1;
  opacity: 1;
  -webkit-transition: scale 3.1s ease-out, opacity 1s;
  transition: scale 3.1s ease-out, opacity 1s;
}
@media (min-width: 600px) {
  .firstview__title {
    width: 40%;
    max-width: 368px;
  }
}
.statement {
  width: calc(100% - (38px * 2));
  max-width: 613px;
  margin: 90px auto;
}
@media (min-width: 600px) {
  .statement {
    margin: 150px auto;
  }
}
.statement h2 {
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .statement h2 {
    margin-bottom: 45px;
  }
}
.statement p {
  font-size: 13px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .statement p {
    font-size: 15px;
  }
}
.statement p + p {
  margin-top: 1.5em;
}
.navi {
  width: calc(100% - (38px * 2));
  max-width: 748px;
  margin: 150px auto 100px;
  position: relative;
}
.navi a {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 39.7%;
  height: 19%;
  background-color: rgba(255, 255, 255, 0);
  color: transparent;
}
.navi a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 600px) {
  .navi a {
    width: 27.9%;
    height: 37%;
  }
}
.navi a[href="#events"] {
  width: 48%;
  left: 52%;
}
@media (min-width: 600px) {
  .navi a[href="#events"] {
    width: 40%;
    left: 52.2%;
  }
}
.navi a[href="#art"] {
  top: 27.5%;
  left: 6%;
}
@media (min-width: 600px) {
  .navi a[href="#art"] {
    top: 59.5%;
    left: 0;
  }
}
.navi a[href="#fashion"] {
  top: 52.5%;
  left: 31.7%;
}
@media (min-width: 600px) {
  .navi a[href="#fashion"] {
    top: 59.5%;
    left: 35.7%;
  }
}
.navi a[href="#life-style"] {
  top: 79.3%;
  left: 48.5%;
}
@media (min-width: 600px) {
  .navi a[href="#life-style"] {
    top: 59.5%;
    left: 71.2%;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  left: 0;
  height: 0;
  background-color: rgba(255, 0, 0, 0.2);
  max-width: 1004px;
  margin: auto;
  color: #fdf12d;
  pointer-events: none;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.sticky p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  font-family: "YakuHanJP",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 26px;
  translate: 0 -50%;
  overflow: hidden;
}
.sticky p.left {
  rotate: 180deg;
  left: -10px;
  
}
.sticky p.right {
  right: -10px;
}
@media (max-width: 599px) {
  .sticky p {
  font-size: 40px;
}
  .sticky p.left {
    display: none;
  }
  .sticky p.right {
  rotate: 180deg;
    right: 0px;
}
}
html {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 1025px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.heading {
  margin: -50px auto 50px;
  padding-top: 100px;
  width: 239px;
  font-family: "YakuHanJP",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 8.5px solid #fdf12d;
}
@media (min-width: 600px) {
  .heading {
    margin: 0 auto 100px;
    font-size: 30px;
    width: 299px;
    border-width: 11px;
  }
}
@media (max-width: 600px) {
  .heading2 {
    margin-top: 50px;
  }
}
.event-heading {
  width: calc(100% - (38px * 2));
  max-width: 886px;
  margin: 150px auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-family: "YakuHanJP",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media (min-width: 600px) {
  .event-heading {
    margin: 280px auto 100px;
    gap: 10px;
  }
}
.event-heading::after {
  content: "";
  height: 1px;
  width: auto;
  background-color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.event-heading strong {
  font-size: 39px;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
@media (min-width: 600px) {
  .event-heading strong {
    font-size: 60px;
    font-weight: bold;
  }
}
.event-heading strong i {
  font-size: 10px;
  font-family: futura-pt, kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #9c9c9d;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 100%;
}
@media (min-width: 600px) {
  .event-heading strong i {
    font-size: 16px;
  }
}
.event-heading small {
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 600px) {
  .event-heading small {
    font-size: 23px;
  }
}
.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  .block {
    width: calc((100% / 2) - (40px * 1 / 2));
  }
}
@media (min-width: 1025px) {
  .block {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
}
.block__wrap {
  width: calc(100% - (38px * 2));
  max-width: 886px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 150px;
}
@media (min-width: 600px) {
  .block__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px 40px;
  }
}
.block__photo {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.block__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.block__title {
  font-family: futura-pt, kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.07em;
  font-style: italic;
  padding-top: 5px;
}
.block__title span {
  font-size: 20px;
  letter-spacing: 0.15em;
}
.block__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.92;
  letter-spacing: 0.09em;
  text-align: justify;
  word-break: break-all;
}
.block__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-family: "YakuHanJP",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  font-size: 16px;
  padding: 8px;
}
.block__button a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  rotate: 45deg;
  translate: 0 -20%;
}
.events {
  width: calc(100% - (38px * 2));
  max-width: 886px;
  margin: -70px auto 70px;
  padding-top: 70px;
}
@media (min-width: 600px) {
  .events {
    margin: -100px auto 100px;
    padding-top: 100px;
  }
}
.events__title {
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdf12d;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .events__title {
    height: 34px;
  }
}
.events__title i {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  height: 100%;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: center;
  -ms-flex-direction: center;
  flex-direction: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 600px) {
  .events__title i {
    font-size: 14px;
    padding: 2px 1em 0;
  }
}
.events__title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 0.25em 0.5em 0;
}
@media (min-width: 600px) {
  .events__title span {
    font-size: 24px;
    padding: 0.25em 0.25em 0;
  }
}
.events__title span.condensed {
  white-space: nowrap;
  -webkit-transform: scale(0.79, 1);
  transform: scale(0.79, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  letter-spacing: 0;
  width: 50%;
}
@media (min-width: 600px) {
  .events__title span.condensed {
    -webkit-transform: scale(0.76, 1);
    transform: scale(0.76, 1);
  }
}
@media (min-width: 1025px) {
  .events__title span.condensed {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    letter-spacing: 0.06em;
  }
}
.events__date {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.09em;
  font-size: 12px;
}
@media (min-width: 600px) {
  .events__date {
    font-size: 14px;
  }
}
.events > hr {
  border: none;
  display: block;
  height: 1px;
  background-color: #000;
  margin: 18px 0 8px;
}
@media (min-width: 600px) {
  .events > hr {
    margin: 28px 0;
  }
}
.events__info {
  text-align: justify;
  letter-spacing: 0.09em;
  line-height: 1.8;
  font-size: 12px;
}
@media (min-width: 600px) {
  .events__info {
    font-size: 14px;
  }
}
.events__info p {
  margin: 2em 0;
}
.events__info .bold {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
}
.events__info .button {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  padding: 0.5em 1.5em 0.25em;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.75em 0;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  gap: 1em;
}
@media (min-width: 600px) {
  .events__info .button {
    min-width: 435px;
  }
}
.events__info .button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  rotate: -45deg;
  translate: 20% -20%;
}
.events__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "YakuHanJP",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
}
.events__button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-top: none;
  border-left: none;
  rotate: 45deg;
}
@media (min-width: 600px) {
  .events__button::after {
    width: 20px;
    height: 20px;
  }
}
.events__button.open {
  color: #fff;
}
.events__button.open::after {
  rotate: 225deg;
}
.other {
  margin-top: 300px;
  padding: 80px 38px;
  background-color: #ececed;
  text-align: center;
}
.other__title {
  max-width: 532px;
  margin: auto;
  margin-bottom: 20px;
}
.other__date {
  font-size: 14px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
}
@media (min-width: 600px) {
  .other__date {
    font-size: 14px;
  }
}
.other__place {
  font-size: 12px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
  margin: 0.5em 0;
}
@media (min-width: 600px) {
  .other__place {
    font-size: 14px;
  }
}
.other__small {
  font-size: 10px;
}
@media (min-width: 600px) {
  .other__small {
    font-size: 14px;
  }
}
.other__button {
  width: 200px;
  margin: 30px auto 0;
}
@media (min-width: 600px) {
  .other__button {
    width: 280px;
  }
}
.other__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  background-color: #000;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.07em;
  font-size: 13px;
  padding: 8px;
  padding-top: 10px;
}
@media (min-width: 600px) {
  .other__button a {
    font-size: 15px;
  }
}
.other__button a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  rotate: -45deg;
  translate: -25% -1px;
}
footer {
  background-color: #fff;
  z-index: 10;
  position: relative;
}
#footer {
  z-index: 10;
  position: relative;
  border: none;
}
.footer2{
  border-top: none;
}
@media (max-width: 768px) {
  #contact-SP {
    background-color: #fff;
    z-index: 10;
    position: relative;
  }
}
#footer .view {
  max-width: 780px;
  margin: auto;
}
#footer .inner {
  padding: 50px;
}
@media (max-width: 500px) {
  #footer .inner {
    padding: 45px 20px;
  }
}
#footer .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .share:first-child {
  margin-top: 0;
}
#footer .share:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #footer .share {
    margin: 70px auto 35px;
  }
}
#footer .share li {
  margin: auto 22px;
}
@media (max-width: 400px) {
  #footer .share li {
    margin: auto 12px;
  }
}
#footer .share a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 0 15px;
  padding-left: 10px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .share a {
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  #footer .share a {
    font-size: 10px;
    height: 25px;
    padding: 0 7px;
  }
}
#footer .share a:hover {
  opacity: 0.6;
}
#footer .share a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}
@media (max-width: 768px) {
  #footer .share a:before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}
#footer .share .facebook {
  background-color: #2c5aa0;
  border-radius: 4px;
}
#footer .share .facebook:before {
  background-image: url(../img/sns_facebook.png);
}
#footer .share .line {
  background-color: #06c755;
  border-radius: 4px;
}
#footer .share .line:before {
  background-image: url(../img/sns_line.png);
}
#footer .note {
  font-size: 12px;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 768px) {
  #footer .note {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
#footer .f-totop {
  display: block;
  margin: 100px auto 20px;
  width: 80px;
}
@media (max-width: 768px) {
  #footer .f-totop {
    margin-top: 70px;
  }
}
@media (max-width: 500px) {
  #footer .f-totop {
    margin-top: 40px;
    width: 66px;
  }
}
#footer .copyright {
  margin: 20px auto;
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 500px) {
  #footer .copyright {
    margin-top: 1.2em;
  }
}
.instabanner {
  width: calc(100% - 100px);
  max-width: 258px;
  margin: 40px auto 80px;
}
.map_button {
  margin: 40px auto 10px;
}
.ponta {
  width: calc(100% - 40px);
  max-width: 380px;
  margin: auto;
}
#footer .share li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*====================================

title

====================================*/
#title{
  padding-top:72px;
}
.subWrapper{
  width:100%;   
  max-width:980px;
  margin:0 auto;
}
.subTitle{
  width:332px;
  height:175px;
  margin:0 10px 0 auto;
  position: relative;
  z-index:10;
}
@media all and (max-width:768px) {
#title{
  padding-top:10px;
}
.subWrapper{
  width:100%;   
  max-width:100%;
  margin:0 auto;
}    
.subTitle{
  margin-right:7vw;
  width:50%;
  height:auto;
}
}
@media all and (max-width:376px){
.subTitle{
  margin-right:12vw;
}
}

.mainTitlelWrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:-40px auto 0;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width:100%;
  max-width: 962px;
  gap: 40px;
}
.header-notes2 {
width: 373px;
}
.titleUnderline.pc_show {
    width: 100%;
    height: 140px;
    margin-top: -55px;
    background-color: yellow;
}
.titleUnderline.sp_show{
height: 30px;
margin: 0 auto;
background-color: yellow;
}
.mainVisual {
width: 544px;
}
@media all and (max-width:1080px) {
.mainVisual {
width: 51.08%;
}
.header-notes2 {
width: 35.024%;
}
}
@media all and (max-width:768px) {
.mainTitlelWrapper{
display: block;
}
.mainVisual {
width: 100%;
margin-top: 7%;
}
.header-notes2 {
width: 77.867%;
margin-top: 40px;
margin-right:auto;
margin-left:auto;
}
.titleUnderline.pc_show{
  display: none;
  }
}
@media all and (max-width:500px) {
.header-notes2 {
  margin-top: 20px;
}
}


.mainTitlelWrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:-40px auto 0;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width:100%;
  max-width: 962px;
  gap: 40px;
}

@media all and (max-width:768px) {
  .mainTitlelWrapper{
    display: block;
  }
}

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

 sliderArea 

----------------------------------------------------------------*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 ;
}
@media all and (max-width:768px) {
  .sliderArea {
    width:100%;
    margin: auto;
    padding: 0 0;/*rl 11.75%*/
  }
  .section--3 .gallery-container .small-cap{
    margin-top: 30px;
  }
  .section--3 .gallery-container .small-cap-3-2{
    margin-top: 0;
  }
  .para3.small-cap {
    margin-top: 0;
    padding-top: 0;
}
}
.slider--i{

  width: 100%;
  max-width: 100%;
}

.slider--i .sliderArea{
    position: relative;
}
.slider--i .sliderArea i{
    display: block;
    width: 100%;
    position: absolute;
    top: 23px;
    right: 78px;
}
.mainVisual .slider--i{
  background-color: #fff;
}
.eventVisual{
  width: 100%;
  padding: 70px 0;
  text-align: center;
  background-color: #ECECED;
}
.eventVisual p{
    font-family: 'ゴシックMB101 R',"YakuHanJP", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8rem;
}
.event-others{
  max-width: 258px;
  margin: 45px auto 0;
}
.event-others a img{
  width: 100%;
}
.eventVisual .slider--i{
  width: 100%;
  max-width: 535px;
  margin: 0 auto;
}
.eventVisual .sliderArea{
  max-width: 1080px;
  margin: 33px auto;
  text-align: center;
}
.eventVisual .sliderArea li{
  width: 375px;
  margin: 0 10px;
}
.eventVisual .slider3 img{
  max-width: 100%;
}
@media all and (max-width:768px) {
.eventVisual .sliderArea{
  max-width: 100%;
}    
  .slider--i .sliderArea i{
      width: 20%;
      top: 5px;
      right: 5px;
}
.eventVisual .slider--i{
    width: 88%;
    max-width: 100%;      
}
.event-others{
  max-width: 56.3%;
  margin: 22px auto 0;    
}    
.eventVisual p{
    font-size: 3.73333vw;
    line-height: 2.6rem;
}
.slider--i .sp_show2{
    margin-bottom:20px;
}
}
@media all and (max-width:500px) {
.slider--i .sliderArea i{
    width: 18.8%;
    top: 10px;
    right: 5px;
}
.eventVisual .slider--i{
    width: 81.6%;      
}    
.eventVisual .sliderArea li{
    width: 375px;  
    margin: 0;
}
.eventVisual p{
    font-size: 3.73333vw;
    line-height: 1.6rem;
}
    
}

/* 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;
}

.sliderArea small {
    display:block;
    font-size: 11px;
    text-align:center;
}

@keyframes zoomUp {
  0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    80% {
         opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1.1) ;
}
}
.slideshow .slide.slick-active, 
.slideshow2 .slide2.slick-active{
animation: zoomUp 4s linear 0s 1 normal both;
}

/*====================================

アコーディオン

====================================*/

.accordion-area{
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin:2rem auto;
}

.hide-area {
  display: none;
}
.hide-area-button {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 8.75rem;
}
h4{
  width: 38px;
  height: 29px;
  background: url(../img/more-button.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
h4.open{
  width: 28px;
  height: 15px;
  background: url(../img/close-button.png) no-repeat;  
  background-size: 100% 100%;
}
@media (max-width: 768px){
h4{    
    width: 10.14vw;
    height: 7.734vw;
}
h4.open{
    width: 7.47vw;
    height: 4vw;
}
    
}
@media (max-width: 500px){
.hide-area-button {    
    margin: 0 auto 3.5rem;

}
}