body {
  font-family: source-han-serif-japanese, serif;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.is-show {
  opacity: 1;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-headerWrap {
  display: flex;
}

.p-headerLogo {
  height: 75.7778px;
  width: 104.194px;
}

.c-headerLogo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.c-text--header {
  padding-left: 30px;
  font-size: 12.6479px;
}
.c-text--default {
  display: block;
}
.c-text--hover {
  position: absolute;
}
.c-text--title {
  color: gray;
  font-size: 19.9681px;
  text-align: center;
  padding-top: 20px;
}
.c-text--title--large {
  padding-top: 30px;
}
.c-text--headerMenu {
  color: gray;
  font-size: 10px;
}
.c-text--main {
  font-size: 30px;
}
.c-text--ContentsTitle {
  font-size: 15px;
}
.c-text--section {
  padding: 50px 0;
  text-align: left;
  gap: 10px;
}
.c-text--sectionLine {
  padding-bottom: 10px;
}
.c-text--sectionTitle {
  padding-top: 15px;
  font-size: 15px;
  text-align: left;
}
.c-text--schedule {
  padding-top: 15px;
  font-size: 15px;
  text-align: left;
  color: gray;
}
.c-text--concept {
  text-align: left;
  font-size: 40px;
  padding-right: 10px;
}
.c-text--conceptNumber {
  font-size: 20px;
}
.c-text--about {
  width: 50%;
  text-align: left;
}
.c-text__aboutContents {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 500;
}
.c-text--columnTopic {
  padding-top: 30px;
  font-size: 35px;
}

.u-marginLeft {
  margin-left: auto;
}

.p-headerMenu {
  display: flex;
}
.p-headerMenu--body {
  transition: 0.3s;
  position: fixed;
  top: 10px;
  right: 0;
  background: #fff;
  transform: translateX(100%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  border: solid 1px #333;
  border-radius: 5px;
  width: 500px;
}
.p-headerMenu--body.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.p-headerMenu--container {
  padding: 32.1667px;
}
.p-headerMenu--main {
  padding: 40px 0;
}
.p-headerMenu--section {
  padding: 20px 0;
}
.p-headerMenu--label {
  width: 100%;
  display: block;
  justify-content: center;
}
.p-headerMenu--content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  align-items: center;
}
.p-headerMenu--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-headerMenu--buttons {
  display: flex;
  padding-top: 21px;
  gap: 20px;
}

.p-navList {
  padding-right: 10px;
}

.c-listItem {
  display: flex;
  flex-direction: row-reverse;
}

.c-btn--item {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  outline: none;
  font-size: 15px;
  padding-left: 5px;
}
.c-btn--itemText {
  display: inline-block;
  position: relative;
}
.c-btn--sideItem {
  width: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.c-btn--sideItem--center {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.c-btn--sideItem--footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
}
.c-btn--sideText {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 30px;
  font-size: 15px;
}
.c-btn--footerButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border: grey 3px double;
}
.c-btn--about {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #333;
  font-size: 10px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-btn--primary {
  position: relative;
  overflow: hidden;
}
.c-btn--default {
  display: block;
  font-size: 20px;
}
.c-btn--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
  font-size: 20px;
}
.c-btn--hover--primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.c-img--side {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 30px;
  padding: 0 15px;
  background-size: contain;
  background-color: #fff;
}
.c-img--side--large {
  height: 60px;
}
.c-img--main {
  display: block;
  margin: 0 auto;
  width: 720px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img--hero, .c-img--subHero {
  width: 100%;
}
.c-img--flower {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img--section, .c-img--viewport {
  max-width: 350px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-img--section--about, .c-img--viewport--about {
  flex-shrink: 0;
}
.c-img--event {
  max-width: 420px;
  max-height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-img--concept {
  width: 800px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: -50px;
}
.c-img--concept--right {
  left: auto;
  right: -50px;
  max-width: none;
}
.c-img--about {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img--columnTitle {
  padding-top: 25px;
}
.c-img--columnImage {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-arrow {
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-10px);
}
.c-arrow--sideMenu {
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-10px);
}
.c-arrow--event {
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-10px);
  display: block;
  align-items: flex-start;
}

.c-btn--item:hover .c-arrow,
.c-btn--sideItem:hover .c-arrow--sideMenu,
.c-topic:hover .c-arrow,
.c-btn--event:hover .c-arrow--event {
  opacity: 1;
  transform: translateX(0);
}

.c-menu {
  display: inline-block;
  overflow: hidden;
}
.c-menu--side {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c-menu--sideFooter {
  color: gray;
  padding-left: 5px;
  position: relative;
  overflow: hidden;
}
.c-menu--default {
  display: block;
  font-size: 20px;
}
.c-menu--default--sideFooter {
  font-size: 15px;
}
.c-menu--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
  font-size: 20px;
}
.c-menu--hover--sideFooter {
  font-size: 15px;
  padding-left: 5px;
}

.c-menuText {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  background-color: #333;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  z-index: 1000;
}

.c-menuText span,
.c-menu--side span,
.c-menu--sideFooter span,
.c-btn--primary span {
  display: block;
  transition: 0.3s;
}

.c-menuText .c-text--hover,
.c-menu--side .c-menu--hover,
.c-btn--primary .c-btn--hover--primary {
  transform: translateY(100%);
}

.c-menu:hover .c-text--default,
.c-menu:hover .c-menu--default,
.c-btn--sideItem--footer:hover .c-menu--default--sideFooter,
.c-btn--primary:hover .c-btn--default--primary {
  transform: translateY(-100%);
}

.c-menu:hover .c-text--hover,
.c-menu:hover .c-menu--hover,
.c-btn--sideItem--footer:hover .c-menu--hover--sideFooter,
.c-btn--primary:hover .c-btn--hover--primary {
  transform: translateY(0);
}

.c-menu--sideFooter .c-menu--hover--sideFooter {
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
}

.c-line {
  position: relative;
  text-align: center;
}

.c-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: gray;
}

.l-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

.p-topics {
  display: flex;
  border-bottom: #ccc 1px solid;
}

.c-topic {
  display: flex;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  position: relative;
}
.c-topic__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-topic__img {
  width: 80px;
  height: 80px;
}
.c-topic__text {
  padding-left: 30px;
}
.c-topic__row--top {
  display: flex;
  padding-bottom: 10px;
  gap: 10px;
}
.c-topic__information {
  border: gray 1px solid;
  border-radius: 20px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-section {
  margin: 200px 40px;
  border-top: #ccc 1px solid;
}
.p-section__column {
  margin: 200px 0;
  border-top: none;
  position: relative;
}
.p-section--wrap {
  margin: 60px 0 100px;
}
.p-section__inner {
  display: flex;
  justify-content: space-between;
}
.p-section__text {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-section__text--right {
  align-items: flex-end;
}
.p-section__event {
  display: flex;
  gap: 15px;
}
.p-section__eventContents {
  max-width: 420px;
  width: 100%;
}
.p-section__concept {
  display: flex;
}
.p-section--textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  writing-mode: vertical-rl;
  padding-left: 50px;
}
.p-section__button {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.p-section__about {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-section__aboutBox {
  display: flex;
  gap: 20px;
  padding-top: 50px;
}
.p-section__aboutContents {
  width: 33.3333333333%;
}

.c-contentsTitle {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.c-contentsTitle--right {
  justify-content: flex-end;
}

.p-tagList {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 250px;
}

.p-tagList li {
  border: gray 1px solid;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 25px;
}

.p-imageText {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-imageText__number {
  color: #fff;
  font-size: 15px;
  top: 20px;
  position: absolute;
  left: 15px;
}
.p-imageText__about {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-imageText__title {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-imageText::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.p-imageText__title, .c-btn--about, .p-imageText__number {
  position: absolute;
  z-index: 2;
}

.p-column {
  width: 100%;
  display: flex;
  position: relative;
}
.p-column::before, .p-column::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 1px;
  background-color: #ccc;
}
.p-column::before {
  top: 0;
}
.p-column::after {
  bottom: 0;
}
.p-column__item {
  width: 50%;
  padding: 30px 30px 230px;
}
.p-column__title {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-column__body {
  margin-top: 20px;
}
.p-column__textBox {
  max-width: 570px;
  padding-top: 30px;
  text-align: left;
  margin: 0 auto;
}
.p-column__buttons {
  padding-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}

.p-column__item:first-child {
  border-right: 1px solid #ccc;
}

.p-plan {
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */