@charset "UTF-8";
/*************************************************

    Foundation

*************************************************/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  min-width: 320px;
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
}

img {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
}

a, a:visited {
  color: #ff6a88;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

a:hover, a:active {
  color: #9599e2;
}

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

    Contents

*************************************************/
.main {
  background-image: url("../img/bg_dot.jpg");
  background-repeat: repeat;
  width: 100%;
  position: relative;
}

.header {
  width: 100%;
  height: 4rem;
  z-index: 100;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  justify-content: space-between;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
}
.header a {
  color: #595757;
  text-decoration: none;
}
.header li {
  list-style: none;
}

.home > .main > .header {
  position: absolute;
  top: 0;
  left: 0;
}

.siteTitle {
  font-size: 2rem;
  margin-left: 1rem;
}
.siteTitle a:hover {
  color: #9599e2;
}

.globalNav {
  margin-right: 1rem;
  height: 100%;
}
.globalNav__check, .globalNav__toggle, .globalNav__text {
  display: none;
}
.globalNav__ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.globalNav__ul > li {
  margin: 0 8px;
}
.globalNav__ul > li:last-child {
  margin-right: 0;
}
.globalNav__ul > li > a {
  padding: 10px 8px;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
}
.globalNav__ul > li > a:hover {
  box-shadow: 0 2px 3px inset rgba(89, 87, 87, 0.75);
  padding: 10px 8px 6px;
}
.globalNav__ul > li:nth-child(3n+1) > a {
  background: linear-gradient(to left, #fda085, #f6d365);
  text-shadow: 0 0 1px #e53604;
}
.globalNav__ul > li:nth-child(3n+2) > a {
  background: linear-gradient(to left, #9599e2, #8bc6ec);
  text-shadow: 0 0 1px #3036ae;
}
.globalNav__ul > li:nth-child(3n) > a {
  background: linear-gradient(to left, #ff6a88, #ff99ac);
  text-shadow: 0 0 1px #d0002a;
}

.topBanner {
  position: relative;
  z-index: 2;
  height: 95vh;
}
.topBanner__img {
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 3;
}
.topBanner__img > * {
  height: 100%;
}
.topBanner__string {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 60px 20px 60px 120px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
}
.topBanner__string:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #fbc2eb, #a6c1ee);
}

.eventTitle__main {
  font-size: 4.5rem;
  line-height: 1;
}
.eventTitle__sub {
  font-size: 3.5rem;
  line-height: 1;
}

.eventSubTitle,
.eventSpace,
.eventDate {
  text-align: right;
}

.eventSubTitle {
  font-size: 2.5rem;
}

.eventSpace {
  font-size: 1.5rem;
}

.eventDate {
  font-size: 2rem;
}

.contact {
  width: 100%;
  margin: 0;
  padding: 60px 10px;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #595757;
}
.contact:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
  width: 100%;
  height: 8px;
}
.contact__title {
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 12px;
}
.contact__body {
  text-align: center;
  font-size: 18px;
}

.information {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #595757;
}
.information:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
}
.information__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.information__title {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 8px;
}
.information__item {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}
.information__item__date {
  width: 120px;
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 8px;
  text-shadow: 0 0 1px #2868d3;
  color: #fff;
  font-weight: 600;
}
.information__item:nth-child(3n) .information__item__date {
  background: linear-gradient(to left, #fda085, #f6d365);
  text-shadow: 0 0 1px #e53604;
}
.information__item:nth-child(3n+1) .information__item__date {
  background: linear-gradient(to left, #9599e2, #8bc6ec);
  text-shadow: 0 0 1px #3036ae;
}
.information__item:nth-child(3n+2) .information__item__date {
  background: linear-gradient(to left, #ff6a88, #ff99ac);
  text-shadow: 0 0 1px #d0002a;
}
.information__item__sentence {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  width: 100%;
}

.home {
  padding-top: 0;
}

.threeContents {
  width: 100%;
  margin: 60px 0;
}
.threeContents__title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 8px;
}
.threeContents__inner {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.oneContent {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 8px 8px 8px 16px;
  width: 32%;
}
.oneContent:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #fbc2eb, #a6c1ee);
}
.oneContent__thumb {
  padding: 0;
  line-height: 1;
  border: none;
  font-size: 0;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oneContent__thumb img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  text-align: center;
}
.oneContent__thumb a:hover {
  opacity: 0.75;
}
.oneContent__text {
  padding: 4px;
  margin-bottom: 12px;
}
.oneContent__title {
  font-size: 1.5rem;
  text-align: center;
  margin: 8px 0 4px;
  color: #a6c1ee;
}
.oneContent__button {
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width: 75%;
  position: relative;
  margin: auto auto 20px;
  box-shadow: 0 3px 10px -3px #183e7d;
  text-shadow: 0 0 2px #5085de;
  transition: all 0.3s ease-in-out;
}
.oneContent__button:before, .oneContent__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.oneContent__button:before {
  transform: translate(-20%, -50%) rotate(135deg);
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
.oneContent__button:after {
  transform: translate(-200%, -50%);
  width: 20px;
  height: 0;
  border-top: 3px solid #fff;
}
.oneContent__button:hover {
  box-shadow: 0 1px 6px -3px #183e7d;
  transition: all 0.3s ease-in-out;
}
.oneContent__button:hover a {
  opacity: 0;
  transform: translateX(12px);
}
.oneContent__button:hover:before, .oneContent__button:hover:after {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.oneContent__button:hover:before {
  transform: translate(-60%, -50%) rotate(135deg);
}
.oneContent__button:hover:after {
  transform: translate(-14px, -50%);
}
.oneContent__button a {
  position: relative;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.oneContent__item {
  display: flex;
}
.oneContent__item > dt {
  text-align: center;
  flex-shrink: 0;
  width: 3rem;
  padding: 4px;
  margin: 8px 8px 8px 0;
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 1px #2868d3;
}
.oneContent__item > dd {
  padding: 4px;
  margin: 8px 0;
}

.threeContents:nth-child(3n) .oneContent:nth-child(3n),
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2),
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n):before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2):before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1):before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #fda085, #f6d365);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button {
  background: linear-gradient(to left, #fda085, #f6d365);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width: 75%;
  position: relative;
  margin: auto auto 20px;
  box-shadow: 0 3px 10px -3px #811f02;
  text-shadow: 0 0 2px #fb5221;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:before, .threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:before {
  transform: translate(-20%, -50%) rotate(135deg);
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:after {
  transform: translate(-200%, -50%);
  width: 20px;
  height: 0;
  border-top: 3px solid #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:hover,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:hover,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:hover {
  box-shadow: 0 1px 6px -3px #811f02;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:hover a,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:hover a,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:hover a {
  opacity: 0;
  transform: translateX(12px);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:hover:before, .threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:hover:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:hover:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:hover:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:hover:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:hover:after {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:hover:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:hover:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:hover:before {
  transform: translate(-60%, -50%) rotate(135deg);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button:hover:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button:hover:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button:hover:after {
  transform: translate(-14px, -50%);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__button a,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__button a,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__button a {
  position: relative;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__title,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__title,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__title {
  color: #fda085;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n) .oneContent__item > dt,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+2) .oneContent__item > dt,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+1) .oneContent__item > dt {
  background: linear-gradient(to left, #fda085, #f6d365);
  text-shadow: 0 0 1px #e53604;
}

.threeContents:nth-child(3n) .oneContent:nth-child(3n+1),
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0),
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1):before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0):before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2):before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #9599e2, #8bc6ec);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button {
  background: linear-gradient(to left, #9599e2, #8bc6ec);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width: 75%;
  position: relative;
  margin: auto auto 20px;
  box-shadow: 0 3px 10px -3px #1a1d5e;
  text-shadow: 0 0 2px #454ccc;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:before, .threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:before {
  transform: translate(-20%, -50%) rotate(135deg);
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:after {
  transform: translate(-200%, -50%);
  width: 20px;
  height: 0;
  border-top: 3px solid #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:hover,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:hover,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:hover {
  box-shadow: 0 1px 6px -3px #1a1d5e;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:hover a,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:hover a,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:hover a {
  opacity: 0;
  transform: translateX(12px);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:hover:before, .threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:hover:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:hover:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:hover:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:hover:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:hover:after {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:hover:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:hover:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:hover:before {
  transform: translate(-60%, -50%) rotate(135deg);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button:hover:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button:hover:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button:hover:after {
  transform: translate(-14px, -50%);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__button a,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__button a,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__button a {
  position: relative;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__title,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__title,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__title {
  color: #9599e2;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+1) .oneContent__item > dt,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+0) .oneContent__item > dt,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+2) .oneContent__item > dt {
  background: linear-gradient(to left, #9599e2, #8bc6ec);
  text-shadow: 0 0 1px #3036ae;
}

.threeContents:nth-child(3n) .oneContent:nth-child(3n+2),
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1),
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2):before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1):before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0):before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #ff6a88, #ff99ac);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button {
  background: linear-gradient(to left, #ff6a88, #ff99ac);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width: 75%;
  position: relative;
  margin: auto auto 20px;
  box-shadow: 0 3px 10px -3px #6a0015;
  text-shadow: 0 0 2px #ff0437;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:before, .threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:before {
  transform: translate(-20%, -50%) rotate(135deg);
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:after {
  transform: translate(-200%, -50%);
  width: 20px;
  height: 0;
  border-top: 3px solid #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:hover,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:hover,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:hover {
  box-shadow: 0 1px 6px -3px #6a0015;
  transition: all 0.3s ease-in-out;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:hover a,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:hover a,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:hover a {
  opacity: 0;
  transform: translateX(12px);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:hover:before, .threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:hover:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:hover:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:hover:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:hover:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:hover:after {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:hover:before,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:hover:before,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:hover:before {
  transform: translate(-60%, -50%) rotate(135deg);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button:hover:after,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button:hover:after,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button:hover:after {
  transform: translate(-14px, -50%);
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__button a,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__button a,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__button a {
  position: relative;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__title,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__title,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__title {
  color: #ff6a88;
}
.threeContents:nth-child(3n) .oneContent:nth-child(3n+2) .oneContent__item > dt,
.threeContents:nth-child(3n+1) .oneContent:nth-child(3n+1) .oneContent__item > dt,
.threeContents:nth-child(3n+2) .oneContent:nth-child(3n+0) .oneContent__item > dt {
  background: linear-gradient(to left, #ff6a88, #ff99ac);
  text-shadow: 0 0 1px #d0002a;
}

.footer {
  width: 100%;
  background-color: #595757;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.apply {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 16px;
  padding-bottom: 16px;
}
.apply__button {
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(to left, #ff6a88, #ff99ac);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  box-shadow: 0 3px 10px -3px #183e7d;
  transition: all 0.3s ease-in-out;
}
.apply__button > a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.apply__button:hover {
  box-shadow: 0 1px 6px -3px #6a0015;
  transition: all 0.3s ease-in-out;
}

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

    Access

*************************************************/
.access__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 16px 16px;
}

.mapThumb {
  width: 49%;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.mapThumb > a:hover {
  opacity: 0.8;
}

.description {
  width: 49%;
  background-color: #fff;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 32px 8px 32px 16px;
}
.description:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #fbc2eb, #a6c1ee);
}
.description__item {
  margin: 12px 0;
}
.description__item:nth-child(3n) > .description__title {
  color: #fda085;
}
.description__item:nth-child(3n+1) > .description__title {
  color: #9599e2;
}
.description__item:nth-child(3n+2) > .description__title {
  color: #ff6a88;
}
.description__title {
  font-size: 1.5rem;
}

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

    Form

*************************************************/
.mailForm {
  min-height: 95vh;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.progress {
  display: flex;
  width: 100%;
  max-width: 600px;
  position: relative;
  justify-content: space-around;
}
.progress:before {
  content: "";
  position: absolute;
  width: 80%;
  border: 2px solid #ccc;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
  z-index: 2;
}
.progress__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.progress__item:nth-child(3n) > .progress__number {
  background: linear-gradient(to left, #fda085, #f6d365);
}
.progress__item:nth-child(3n+1) > .progress__number {
  background: linear-gradient(to left, #9599e2, #8bc6ec);
}
.progress__item:nth-child(3n+2) > .progress__number {
  background: linear-gradient(to left, #ff6a88, #ff99ac);
}
.progress__item.active > .progress__label, .progress__item.active > .progress__step {
  opacity: 1;
}
.progress__step, .progress__label {
  opacity: 0.75;
}
.progress__number {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  position: relative;
}
.progress__number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
.progress__item.active .progress__number:before {
  content: none;
}

.form {
  max-width: 600px;
  width: 94%;
  margin-top: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 32px 8px 32px 16px;
}
.form:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #fbc2eb, #a6c1ee);
}
.form__title {
  text-align: center;
  margin-bottom: 20px;
}
.form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.form__label {
  position: relative;
  color: #777;
}
.form__label--required {
  background-color: #ff6a88;
  color: #fff;
  padding: 2px 4px;
  margin-right: 4px;
}
.form__input {
  border: 3px solid #ccc;
  line-height: 2;
  padding: 0 8px;
}
.form > form + .form__description {
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

.formName {
  padding-right: 8px;
}
.formName__input {
  display: flex;
}
.formName__input > input {
  width: 50%;
  max-width: 200px;
  margin-right: 8px;
}

.formClass {
  margin-top: 32px;
}

.formTime {
  margin-bottom: 32px;
}

:-moz-placeholder-shown {
  color: #aaa;
}

:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

select.form__input {
  /*position: relative;
  &:before{
    content: "";
    z-index: 5;
    position: absolute;
    right: 0;
    top: 16px;
    border: 16px solid $color-font;
    width: 16px;
    height: 16px;
    background-color: #f00;
  }*/
}

label.error {
  color: #ff6a88;
}

.submit {
  text-align: center;
  margin: 20px;
}
.submit__button {
  background: linear-gradient(to left, #fbc2eb, #a6c1ee);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width: 160px;
  line-height: 48px;
  position: relative;
  box-shadow: 0 3px 10px -3px #183e7d;
  transition: all 0.3s ease-in-out;
}
.submit__button:hover {
  box-shadow: 0 1px 6px -3px #183e7d;
  transition: all 0.3s ease-in-out;
}
.submit__button:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: 0 1px 6px -3px black;
}

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

    break point

*************************************************/
/**タブレット(縦)未満**/
@media screen and (max-width: 900px) {
  .globalNav {
    position: relative;
    width: 64px;
    height: 64px;
    background: linear-gradient(to left, #fbc2eb, #a6c1ee);
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
    z-index: 100000;
  }
  .globalNav:hover {
    opacity: 0.8;
  }
  .globalNav__toggle {
    content: "";
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 30000;
    transition: all 0.3s ease-in-out;
  }
  .globalNav__toggle:before, .globalNav__toggle:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 10px;
    left: 20px;
    transition: height 0.25s ease-in-out 0.3s, top 0.2s ease-in-out 0.3s, border 0s 0.3s, transform 0.25s ease-in-out 0s;
  }
  .globalNav__toggle:before {
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    top: 14px;
  }
  .globalNav__toggle:after {
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    top: 24px;
  }
  .globalNav__checked + .globalNav__toggle:before, .globalNav__checked + .globalNav__toggle:after {
    transition: height 0.25s ease-in-out 0s, top 0.2s ease-in-out 0s, border 0s 0s, transform 0.25s ease-in-out 0.3s;
  }
  .globalNav__check:checked + .globalNav__toggle:before {
    transform: rotate(135deg);
    border-bottom: none;
    top: 24px;
    height: 0;
  }
  .globalNav__check:checked + .globalNav__toggle:after {
    transform: rotate(45deg);
    border-top: none;
    top: 24px;
    height: 0;
  }
  .globalNav__text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .globalNav__ul {
    display: none;
    top: 64px;
    right: 0;
    width: 200px;
    text-align: center;
    color: #fff;
    -webkit-animation: showList 0.3s linear 0s;
            animation: showList 0.3s linear 0s;
    position: absolute;
    z-index: 400;
    justify-content: flex-start;
  }
  .globalNav__ul > li {
    width: 100%;
    margin: 0;
  }
  .globalNav__ul > li > a {
    padding: 16px 8px;
    border-radius: 0;
  }
  .globalNav__ul > li > a:hover {
    opacity: 0.75;
    box-shadow: none;
    padding: 18px 8px 14px;
  }
  .globalNav__check:checked ~ .globalNav__ul {
    display: flex;
    flex-direction: column;
  }
  @-webkit-keyframes showList {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes showList {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .topBanner__img {
    left: 0;
    width: 100%;
  }
  .topBanner__img > * {
    width: 100%;
  }
  .topBanner__string {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    padding: 20px 5px;
  }
  .eventTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .threeContents__inner {
    flex-direction: column;
    align-items: center;
  }
  .oneContent {
    width: 90%;
    margin-bottom: 16px;
  }
  .oneContent__title {
    text-align: center;
  }
  .information__item {
    flex-direction: column;
  }
  .information__item__date, .information__item__sentence {
    width: 100%;
  }
}
/**スマホ(縦)未満**/
@media screen and (max-width: 600px) {
  .siteTitle {
    font-size: 1.5rem;
  }
  .eventTitle__main {
    font-size: 3.5rem;
  }
  .eventTitle__sub {
    font-size: 1.75rem;
  }
  .eventSubTitle {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
  .eventSpace,
.eventDate {
    font-size: 1.25rem;
  }
  .contact__title {
    font-size: 1.5rem;
  }
  .contact__body {
    font-size: 14px;
  }
  .contact__body > p {
    margin-bottom: 10px;
  }
  .access__inner {
    display: flex;
    flex-direction: column;
  }
  .mapThumb {
    width: 96%;
    margin-bottom: 16px;
  }
  .description {
    width: 96%;
    padding: 16px 8px 16px 16px;
  }
}