@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "しっぽり明朝", Shippori Mincho, serif, "Noto Serif", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #E2DAD3;
  color: #1E2644;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

.mincho {
  font-family: "しっぽり明朝", Shippori Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#about-mission {
  margin-top: -120px;
  padding-top: 120px;
}

#about-background {
  margin-top: -120px;
  padding-top: 180px;
}
@media screen and (max-width: 639px) {
  #about-background {
    padding-top: 120px;
  }
}

#about-action-guidelines {
  margin-top: -100px;
  padding-top: 140px;
}
@media screen and (max-width: 639px) {
  #about-action-guidelines {
    padding-top: 110px;
  }
}

.phone-none {
  pointer-events: none;
}

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

@media screen and (min-width: 641px) {
  .br-sp {
    display: none;
  }
}

.slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.slide-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.js-clip-animate {
  clip-path: circle(0% at 50% 100%);
  transition: clip-path 2s ease-out;
}
.js-clip-animate.is-show {
  clip-path: circle(150% at 50% 100%);
}

.button {
  display: block;
  background-color: #FF9D01;
  border-radius: 5rem;
  width: 340px;
  height: 70px;
  margin: 5rem auto;
  align-content: center;
  text-align: center;
  position: relative;
}
.button::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  width: 350px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 5rem;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
  pointer-events: none;
}
.button:hover {
  background-color: #ffcc01;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.button:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0;
}
.button a {
  text-decoration: none;
  color: #000000;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.button p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.4rem;
}
.button p::after {
  content: "";
  display: block;
  position: relative;
  left: 2rem;
  width: 50px;
  height: 50px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/button_allow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.button p:hover::after {
  transform: rotate(41deg);
}
.button-kaijo {
  width: 400px;
  height: 90px;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .button-kaijo {
    width: 340px;
    height: 70px;
    margin: 0 auto;
  }
}
.button-kaijo::before {
  top: 2.8rem;
  width: 410px;
  height: 100px;
}
@media screen and (max-width: 639px) {
  .button-kaijo::before {
    top: 2.2rem;
    width: 350px;
    height: 80px;
  }
}

.button__fixed {
  position: fixed;
  bottom: 1rem;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #FF9D01;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  align-content: center;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .button__fixed {
    width: 100px;
    height: 100px;
  }
}
.button__fixed::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  width: 190px;
  height: 190px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  .button__fixed::before {
    width: 110px;
    height: 110px;
    top: 3.1rem;
  }
}
.button__fixed.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  right: 4rem;
}
@media screen and (max-width: 639px) {
  .button__fixed.show {
    right: 1rem;
  }
}
.button__fixed:hover {
  background-color: #ffcc01;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.button__fixed:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0;
}
.button__fixed a {
  text-decoration: none;
  color: #000000;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.button__fixed p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  gap: 4px;
}
@media screen and (max-width: 639px) {
  .button__fixed p {
    font-size: 0.8rem;
  }
}
.button__fixed p span {
  width: 50px;
  height: 50px;
  background: url(/wp/wp-content/themes/twentynineteen/images/conference/button_allow.png) no-repeat center/cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 639px) {
  .button__fixed p span {
    width: 25px;
    height: 25px;
  }
}
.button__fixed p:hover span {
  transform: rotate(41deg);
}

.button__next {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E2DAD3;
}
.button__next::after {
  content: "";
  display: block;
  position: relative;
  left: 2.6rem;
  top: 2.6rem;
  width: 35px;
  height: 35px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/button_allow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 639px) {
  .button__next::after {
    left: 1.4rem;
    top: 1.4rem;
    width: 25px;
    height: 25px;
  }
}
.button__next:hover {
  background: #C9B56C;
}
.button__next:hover::after {
  transform: rotate(-41deg);
}
.button__next-white {
  background: #fff;
}
@media screen and (max-width: 639px) {
  .button__next-white {
    width: 70px;
  }
}

.button__next-comming {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  color: #1F2544;
  text-align: center;
  align-content: center;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .button__next-comming {
    width: 70px;
    font-size: 0.7rem;
  }
}
.button__next-comming--more {
  border: none;
}
.button__next-comming--more:hover {
  background: #C9B56C;
}

.button__pdf {
  display: block;
  background-color: #FF9D01;
  border-radius: 5rem;
  width: 340px;
  height: 70px;
  margin: 0 auto;
  align-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 639px) {
  .button__pdf {
    width: 285px;
  }
}
.button__pdf:hover {
  background-color: #ffcc01;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.button__pdf a {
  text-decoration: none;
  color: #000000;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.button__pdf p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.4rem;
  right: 1rem;
}
@media screen and (max-width: 639px) {
  .button__pdf p {
    font-size: 1.1rem;
  }
}
.button__pdf p::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5rem;
  width: 50px;
  height: 50px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/pdf_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.button__pdf p:hover::after {
  transform: translateY(-8px);
}

.footer {
  width: 100%;
  background: #600E0F;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.footer img {
  width: 60px;
  margin: 50px auto 20px;
}

.footer__list {
  display: flex;
  justify-content: center;
}
.footer__list li {
  margin: 0 15px;
}
.footer__list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#splash.show {
  opacity: 1;
  transform: scale(1);
}
#splash.fade-out {
  opacity: 0;
  transform: translateY(-200px);
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  #splash.fade-out {
    transform: translateY(-180px);
  }
}
#splash img {
  width: 25%;
}
@media screen and (max-width: 639px) {
  #splash img {
    width: 67%;
  }
}

#mainContent {
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}
#mainContent.visible {
  opacity: 1;
}

.front__top {
  height: 100vh;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/top_bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  padding: 0 7rem;
}
@media screen and (max-width: 639px) {
  .front__top {
    padding: 3rem 1rem 0;
    background-attachment: scroll;
  }
}
.front__top .logo__pc {
  width: 65%;
  margin: 0 auto;
  padding: 3rem 0;
}
.front__top .logo__pc img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .front__top .logo__pc {
    display: none;
  }
}
.front__top .logo__sp {
  width: 86%;
  margin: 0 auto;
  padding: 3rem 0;
}
.front__top .logo__sp img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .front__top .logo__sp {
    display: none;
  }
}
.front__top .nextskd {
  color: #600E0F;
  font-size: 1.5rem;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 639px) {
  .front__top .nextskd {
    font-size: 1.3rem;
  }
}
.front__top a:hover .nextskd {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.front__top .nextskd__announce {
  background-color: #600E0F;
  color: white;
  padding: 1rem 1rem 0 1rem;
  position: relative;
  top: 1rem;
  z-index: 1;
}
.front__top .nextskd__announce::after {
  content: "";
  display: block;
  width: 23px;
  background-color: #600E0F;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: relative;
  top: 1rem;
  margin: 0 auto;
  z-index: -1;
}
.front__top .nextskd__info {
  background-color: white;
  padding: 1rem;
}
.front__top .nextskd__date {
  font-size: 2.2rem;
}
@media screen and (max-width: 639px) {
  .front__top .nextskd__date {
    font-size: 1.67rem;
  }
}
.front__top .nextskd__pre {
  background-color: #600E0F;
  color: white;
  font-size: 1.3rem;
  padding: 0.4rem;
  position: relative;
  bottom: 4px;
  right: 3px;
}
@media screen and (max-width: 639px) {
  .front__top .nextskd__pre {
    font-size: 1rem;
  }
}
.front__top .nextskd__place {
  position: relative;
  bottom: 1rem;
}

.front__copy {
  padding: 50px 0;
  max-width: 1200px;
  margin: 2rem auto;
}
.front__copy h1 {
  font-size: 2rem;
  color: #600E0F;
  margin: 0 auto;
  letter-spacing: 7px;
  display: flex;
  position: relative;
  justify-content: space-between;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 639px) {
  .front__copy h1 {
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
}
.front__copy h1::before {
  content: "";
  display: block;
  position: relative;
  bottom: 5rem;
  width: 60px;
  height: 60px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/front_kakko.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 639px) {
  .front__copy h1::before {
    bottom: 3rem;
    width: 40px;
    height: 40px;
  }
}
.front__copy h1::after {
  content: "";
  display: block;
  position: relative;
  top: 7rem;
  width: 60px;
  height: 60px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/front_kakko.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
@media screen and (max-width: 639px) {
  .front__copy h1::after {
    top: 8rem;
    width: 40px;
    height: 40px;
  }
}

.front__ttl {
  position: relative;
  text-align: left;
  color: #600E0F;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .front__ttl {
    margin: 0 1rem;
    max-width: 375px;
    min-width: 320px;
  }
}
.front__ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .front__ttl h1 {
    font-size: 3rem;
  }
}
.front__ttl p {
  font-size: 1.5rem;
  position: relative;
  bottom: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .front__ttl p {
    font-size: 1rem;
    bottom: 1.6rem;
  }
}
.front__ttl-cream {
  color: #E2DAD3;
}

.front__about {
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .front__about {
    width: 100%;
    max-width: 375px;
    min-width: 320px;
  }
}
.front__about .about__text {
  border-left: solid 1px #600E0F;
  margin: 0 7rem;
  padding: 2rem;
}
@media screen and (max-width: 639px) {
  .front__about .about__text {
    margin: 0 1.3rem;
  }
}
.front__about .about__text p {
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.front__about .about__text p:last-child {
  padding-top: 2rem;
}
.front__about .about__text .about__text-yellow {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 0%, #C9B56C 0%);
  background-size: 0% 70%;
  background-repeat: no-repeat;
  transition: background-size 2s ease;
  transition-delay: 0.5s;
}
.front__about .about__text .about__text-yellow.inview {
  background-size: 100% 50%;
}
.front__about .about__list {
  display: flex;
  border-top: solid 1px #600E0F;
  border-bottom: solid 1px #600E0F;
  justify-content: space-around;
}
@media screen and (max-width: 639px) {
  .front__about .about__list {
    display: block;
  }
}
.front__about .about__list li {
  border-right: solid 1px #600E0F;
  padding: 3rem 4rem;
}
.front__about .about__list li:last-child {
  border-right: none;
}
@media screen and (max-width: 639px) {
  .front__about .about__list li {
    border-right: none;
    border-bottom: solid 1px #600E0F;
  }
  .front__about .about__list li:last-child {
    border-bottom: none;
  }
}
.front__about .about__item {
  font-weight: 600;
}
.front__about .about__item p {
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.front__about .about__img {
  width: 100%;
}
.front__about .about__img img {
  width: 100%;
}

.front__worry {
  border-left: solid 1px #E2DAD3;
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  min-width: 1024px;
  max-width: 1200px;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .front__worry {
    margin: 0 1.3rem;
    max-width: 375px;
    min-width: 320px;
  }
}
.front__worry::before {
  content: "";
  display: block;
  width: 60px;
  background-color: #600E0F;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: relative;
  top: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .front__worry::before {
    top: 67.5rem;
  }
}
.front__worry .worry__list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 639px) {
  .front__worry .worry__list {
    display: block;
    position: relative;
    left: 1rem;
  }
}
.front__worry .worry__img {
  min-width: 255px;
  height: auto;
}
.front__worry .worry__img .worry__img-pc {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .front__worry .worry__img .worry__img-pc {
    display: none;
  }
}
.front__worry .worry__img .worry__img-sp {
  width: 284px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  .front__worry .worry__img .worry__img-sp {
    display: none;
  }
}
.front__worry li {
  background-color: #E2DAD3;
  padding: 2.4rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  width: 650px;
}
@media screen and (max-width: 639px) {
  .front__worry li {
    width: 284px;
    padding: 1rem;
  }
}

.front__worry-heading {
  margin: 0 auto;
  max-width: 1200px;
}
.front__worry-heading h1 {
  font-size: 2rem;
  color: #600E0F;
  margin: 0 10rem;
  letter-spacing: 7px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .front__worry-heading h1 {
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin: 0 1rem;
  }
}

.front__join {
  border-left: solid 1px #600E0F;
  padding: 2rem;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .front__join {
    margin: 0 1.3rem;
    max-width: 375px;
    min-width: 320px;
  }
}
.front__join h2 {
  border-bottom: solid 1px #600E0F;
  display: inline-block;
  padding: 0 1rem 1rem;
  position: relative;
  right: 2rem;
}
.front__join .join__img {
  width: 76%;
  position: relative;
  left: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .front__join .join__img {
    left: -1rem;
    width: 125%;
    margin: 1rem auto;
  }
}
.front__join .join__img .join__img-pc {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .front__join .join__img .join__img-pc {
    display: none;
  }
}
.front__join .join__img .join__img-sp {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .front__join .join__img .join__img-sp {
    display: none;
  }
}

.front__event {
  border-left: solid 1px #600E0F;
  padding: 2rem;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .front__event {
    margin: 0 1.3rem;
    padding: 1rem 0;
    max-width: 375px;
    min-width: 320px;
  }
}
@media screen and (max-width: 639px) {
  .front__event h2 {
    font-size: 1rem;
  }
}
.front__event span {
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .front__event span {
    font-size: 0.6rem;
  }
}
.front__event ul {
  display: flex;
  justify-content: center;
  border-top: solid 1px #600E0F;
  border-bottom: solid 1px #600E0F;
  position: relative;
  right: 2rem;
}
@media screen and (max-width: 639px) {
  .front__event ul {
    right: 0;
  }
}
.front__event a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #1E2644;
}
.front__event li {
  border-right: solid 1px #600E0F;
  padding: 1rem 5rem 2rem;
}
.front__event li:last-child {
  border-right: none;
}
@media screen and (max-width: 639px) {
  .front__event li {
    padding: 1rem 1rem 2rem;
  }
}
.front__event .event__img {
  position: relative;
  overflow: hidden;
}
.front__event .event__img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.front__event .event__img:hover img {
  transform: scale(1.05);
}
.front__event .event__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.4s ease;
}
.front__event .event__img-overlay:hover {
  opacity: 1;
}
.front__event .event__next {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding-left: 9rem;
  gap: 18rem;
}
@media screen and (max-width: 639px) {
  .front__event .event__next {
    padding-left: 1rem;
    gap: 0;
  }
}
.front__event .event__next p {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .front__event .event__next p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

.front__schdule {
  border-left: solid 1px #E2DAD3;
  padding: 2rem;
  position: relative;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .front__schdule {
    margin: 0 1.3rem;
    padding: 1rem 0;
    max-width: 375px;
    min-width: 320px;
  }
}
.front__schdule ul {
  border-top: solid 1px #E2DAD3;
  position: relative;
  right: 2rem;
}
@media screen and (max-width: 639px) {
  .front__schdule ul {
    right: 0;
  }
}
.front__schdule li {
  border-bottom: solid 1px #E2DAD3;
}
.front__schdule li:hover {
  background-color: #E2DAD3;
}
.front__schdule a {
  display: flex;
  color: #E2DAD3;
  text-decoration: none;
  gap: 6rem;
}
.front__schdule a:hover {
  color: #1F2544;
}
@media screen and (max-width: 639px) {
  .front__schdule a {
    gap: 0.7rem;
  }
}
.front__schdule .schdule__kaijo {
  border-right: solid 1px #E2DAD3;
  font-size: 1.5rem;
  align-content: center;
  text-align: center;
  width: 225px;
  padding: 1rem;
}
@media screen and (max-width: 639px) {
  .front__schdule .schdule__kaijo {
    font-size: 0.9rem;
    width: 80px;
    padding: 1px;
  }
}
.front__schdule .schdule__detail {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  gap: 18rem;
}
@media screen and (max-width: 639px) {
  .front__schdule .schdule__detail {
    gap: 0.4rem;
  }
}
.front__schdule p {
  font-size: 1.4rem;
  width: 305px;
}
@media screen and (max-width: 639px) {
  .front__schdule p {
    font-size: 1rem;
    width: 129px;
  }
}
.front__schdule span {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .front__schdule span {
    font-size: 0.8rem;
  }
}

.front__news {
  border-left: solid 1px #600E0F;
  padding: 2rem;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .front__news {
    margin: 0 1.3rem;
    padding: 1rem 0;
    max-width: 375px;
    min-width: 320px;
  }
}
.front__news .news__item {
  border-bottom: solid 1px #600E0F;
  position: relative;
  right: 2rem;
  padding: 2rem 0 2rem 4rem;
  font-size: 1.4rem;
}
.front__news .news__item:first-child {
  border-top: solid 1px #600E0F;
}
.front__news .news__item:hover {
  background-color: #CCC1A8;
}
@media screen and (max-width: 639px) {
  .front__news .news__item {
    right: 0;
    padding: 1rem 0 1rem 1rem;
    font-size: 1rem;
  }
}
.front__news .news__item.hidden {
  display: none;
}
.front__news a {
  display: flex;
  color: #1F2544;
  text-decoration: none;
  gap: 11rem;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .front__news a {
    gap: 0.7rem;
  }
}
@media screen and (max-width: 639px) {
  .front__news .news__topic {
    font-size: 0.9rem;
  }
}
.front__news .news__next {
  position: relative;
  padding: 2rem 0 0 53rem;
}
@media screen and (max-width: 639px) {
  .front__news .news__next {
    padding: 2rem 0 0 14rem;
  }
}

.header {
  width: 100%;
  padding: 15px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .header {
    padding: 15px 15px 15px 10px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 155px;
  margin-right: 10rem;
}
@media screen and (max-width: 639px) {
  .header__logo {
    width: 130px;
    margin: 0;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  margin-right: 40px;
  position: relative;
}
.header__nav-list a {
  color: #1E2644;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.header__nav-list a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1E2644;
  bottom: -0.6rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header__nav-list a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header__nav-trigger {
  color: #1E2644;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.header__nav-trigger::after {
  content: "+";
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.js-header-sub-nav-trigger.is-open .header__nav-trigger::after {
  content: "−";
  transform: rotate(0deg);
}

.header__sub-nav {
  position: absolute;
  top: 3rem;
  right: 0;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: auto;
  display: flex;
  gap: 20px;
  z-index: 99;
}
.js-header-sub-nav-trigger.is-open .header__sub-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__sub-nav-list {
  display: flex;
  gap: 20px;
}

.header__sub-nav-item {
  width: 140px;
}

.header__sub-nav-link {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #1E2644;
  font-weight: 600;
  /* ハンバーガー */
}
.header__sub-nav-link .header__sub-nav-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.header__sub-nav-link .header__sub-nav-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.header__sub-nav-link .header__sub-nav-img:hover img {
  transform: scale(1.05);
}
.header__sub-nav-link .header__sub-nav-img .header__sub-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.4s ease;
}
.header__sub-nav-link:hover .header__sub-nav-overlay {
  opacity: 1;
}
.header__sub-nav-link .header__sub-nav-kaijo {
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__nav-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .header__nav-sp {
    display: block;
  }
}
.header__nav-sp .header__hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  /* メニューより上 */
}
.header__nav-sp .header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__nav-sp .header__hamburger span:nth-child(1) {
  top: 0;
}
.header__nav-sp .header__hamburger span:nth-child(2) {
  top: 9px;
}
.header__nav-sp .header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__nav-sp .header__hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.header__nav-sp .header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__nav-sp .header__hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}
.header__nav-sp .header__hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E2DAD3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1000;
}
.header__nav-sp .header__hamburger-nav ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
.header__nav-sp .header__hamburger-nav li {
  margin: 20px 0;
}
.header__nav-sp .header__hamburger-nav a {
  font-size: 2rem;
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.header__nav-sp .header__hamburger-nav a:hover {
  color: #999;
}
.header__nav-sp .header__hamburger-nav.active {
  opacity: 1;
  visibility: visible;
}
.header__nav-sp .header__hamburger-nav p {
  font-size: 2rem;
  color: #333;
}
.header__nav-sp .header__hamburger-nav .hamburger__kaijo {
  font-size: 1.6rem;
  padding-left: 1rem;
  color: #999;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.kaijo__top {
  position: relative;
  height: 770px;
  margin: 3rem 0;
}
@media screen and (max-width: 639px) {
  .kaijo__top {
    margin: 3rem 0 0 0;
  }
}
.kaijo__top .top__place {
  display: flex;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__place {
    display: block;
  }
}
.kaijo__top .top__name {
  position: relative;
  z-index: 1;
  left: 14rem;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__name {
    margin: 1rem auto;
    text-align: center;
    left: 0;
  }
}
.kaijo__top .top__name .place__en {
  font-weight: 700;
  font-size: 8rem;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__name .place__en {
    font-size: 4rem;
  }
}
.kaijo__top .top__name .place__jp {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__name .place__jp {
    font-size: 1rem;
    justify-content: center;
  }
}
.kaijo__top .top__name .place__jp::before {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__name .place__jp::before {
    width: 70px;
  }
}
.kaijo__top .top__name .place__jp::after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__name .place__jp::after {
    width: 70px;
  }
}
.kaijo__top .top__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  top: 4rem;
  max-height: 620px;
  min-height: 400px;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__img {
    top: -3rem;
    height: auto;
  }
}
.kaijo__top .top__img .img__pc {
  display: block;
  margin-left: auto;
  transform-origin: right center;
  animation: zoomImg 12s infinite ease-in-out;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__img .img__pc {
    display: none;
  }
}
.kaijo__top .top__img .img__sp {
  display: block;
  margin-left: auto;
  transform-origin: right center;
  animation: zoomImg 12s infinite ease-in-out;
}
@media screen and (min-width: 641px) {
  .kaijo__top .top__img .img__sp {
    display: none;
  }
}
@keyframes zoomImg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.kaijo__top .top__info {
  display: flex;
  z-index: 1;
  position: relative;
  bottom: 12rem;
  margin: 0 auto;
  align-items: end;
  max-width: 1200px;
  min-width: 1024px;
  gap: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__info {
    display: block;
    bottom: 12rem;
    margin: 0 1rem;
    max-width: 370px;
    min-width: 320px;
  }
}
.kaijo__top .top__logo {
  width: 90%;
  padding: 1rem;
  margin: 0 auto;
}
.kaijo__top .top__logo img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__logo {
    padding: 1rem 1rem 0 1rem;
  }
}
.kaijo__top .top__content {
  background-color: #fff;
  width: 433px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__content {
    margin: 0 auto;
    width: 320px;
    margin: 0 auto 4rem;
  }
}
.kaijo__top .top__content .nextskd {
  color: #600E0F;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__content .nextskd {
    font-size: 1.3rem;
  }
}
.kaijo__top .top__content .nextskd .nextskd__announce {
  background-color: #600E0F;
  color: white;
  padding: 1rem 1rem 0 1rem;
  position: relative;
  top: 1rem;
  z-index: 1;
}
.kaijo__top .top__content .nextskd .nextskd__announce::after {
  content: "";
  display: block;
  width: 23px;
  background-color: #600E0F;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: relative;
  top: 1rem;
  margin: 0 auto;
  z-index: -1;
}
.kaijo__top .top__content .nextskd .nextskd__info {
  background-color: #E3DAD3;
  padding: 1rem;
  color: #600E0F;
}
.kaijo__top .top__content .nextskd .nextskd__date {
  font-size: 2.2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__content .nextskd .nextskd__date {
    font-size: 1.3rem;
  }
}
.kaijo__top .top__content .nextskd .nextskd__place {
  position: relative;
  bottom: 1rem;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__content .nextskd .nextskd__place {
    font-size: 1.2rem;
  }
}
.kaijo__top .top__announce {
  padding: 1rem;
  color: #600E0F;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__top .top__announce {
    font-size: 1.1rem;
  }
}

.kaijo__ttl {
  position: relative;
  text-align: center;
  color: #600E0F;
  margin: 0 5rem;
  border-bottom: solid 1px #600E0F;
  border-top: solid 1px #600E0F;
}
@media screen and (max-width: 639px) {
  .kaijo__ttl {
    margin: 0 1rem;
  }
}
.kaijo__ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .kaijo__ttl h1 {
    font-size: 3rem;
  }
}
.kaijo__ttl p {
  font-size: 1.5rem;
  position: relative;
  bottom: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .kaijo__ttl p {
    font-size: 1rem;
    bottom: 1.6rem;
  }
}

.kaijo__program {
  max-width: 1200px;
  min-width: 1024px;
  margin: 4rem auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .kaijo__program {
    max-width: 375px;
    min-width: 320px;
    margin: 2rem auto;
  }
}
.kaijo__program ul {
  position: relative;
  margin: 0 auto;
  width: 800px;
  z-index: 1;
}
.kaijo__program ul::before {
  content: "";
  border-left: solid 2px #600E0F;
  position: absolute;
  left: 3.5rem;
  height: 450px;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .kaijo__program ul::before {
    height: 300px;
    left: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .kaijo__program ul {
    width: 300px;
  }
}
.kaijo__program li {
  display: flex;
  align-items: center;
  margin: 2rem 0 2rem 2rem;
  gap: 3rem;
}
@media screen and (max-width: 639px) {
  .kaijo__program li {
    margin: 1rem 0;
    gap: 1rem;
  }
}
.kaijo__program .program__icon {
  width: 7%;
}
.kaijo__program .program__icon img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .kaijo__program .program__icon {
    width: 18%;
  }
}
.kaijo__program .program__time {
  font-size: 1.7rem;
  color: #600E0F;
}
@media screen and (max-width: 639px) {
  .kaijo__program .program__time {
    font-size: 1.5rem;
  }
}
.kaijo__program .program__content {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .kaijo__program .program__content {
    font-size: 1.1rem;
    width: 190px;
  }
}

.kaijo__speaker {
  max-width: 1200px;
  min-width: 1024px;
  margin: 4rem auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker {
    max-width: 375px;
    min-width: 320px;
    margin: 2rem auto;
  }
}
.kaijo__speaker ul {
  position: relative;
  margin: 0 3rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker ul {
    margin: 0;
  }
}
.kaijo__speaker li {
  background: #E2DAD3;
  margin: 2rem;
  position: relative;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker li {
    margin: 2rem 0;
  }
}
.kaijo__speaker li:hover {
  background-color: #CCC1A8;
}
.kaijo__speaker a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.kaijo__speaker .speaker__time {
  display: block;
  position: relative;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__time {
    text-align: left;
  }
}
.kaijo__speaker .speaker__time p {
  display: inline-flex;
  position: relative;
  gap: 1rem;
  background-color: #600E0F;
  padding: 1rem 1.8rem;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__time p {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.kaijo__speaker .speaker__time p::before {
  content: "";
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/kaijo_time.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__time p::before {
    width: 30px;
    height: 30px;
  }
}
.kaijo__speaker .speaker__inner {
  display: flex;
  gap: 3rem;
  position: relative;
  margin: 0 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__inner {
    display: block;
    margin: 0 1rem;
    bottom: 1rem;
  }
}
.kaijo__speaker .speaker__img {
  width: 320px;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__img {
    width: 100%;
  }
}
.kaijo__speaker .speaker__img img {
  width: 100%;
}
.kaijo__speaker .speaker__info {
  background-color: #600E0F;
  padding: 1rem;
  width: 320px;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__info {
    width: 100%;
  }
}
.kaijo__speaker .speaker__co {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__co {
    font-size: 0.8rem;
  }
}
.kaijo__speaker .speaker__name {
  font-size: 1.2rem;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__name {
    font-size: 1.1rem;
  }
}
.kaijo__speaker .speaker__name::before {
  content: "";
  border-left: solid 8px #fff;
  right: 0.2rem;
  position: relative;
}
.kaijo__speaker .speaker__right {
  width: 700px;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__right {
    width: 280px;
    margin: 0 auto;
  }
}
.kaijo__speaker .speaker__label {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__label {
    margin-top: 1rem;
  }
}
.kaijo__speaker .speaker__tag {
  background-color: #600E0F;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__tag {
    font-size: 1.1rem;
  }
}
.kaijo__speaker .speaker__title {
  border-bottom: solid 1px #600E0F;
  padding-bottom: 1rem;
  margin: 2rem 0;
  color: #600E0F;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__title {
    font-size: 1.3rem;
    margin: 1rem 0;
  }
}
.kaijo__speaker .speaker__detail {
  color: #1F2544;
  display: flex;
  gap: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__speaker .speaker__detail {
    font-size: 1rem;
  }
}
.kaijo__speaker .speaker__next {
  text-align: center;
}
.kaijo__speaker .speaker__next .next__announce {
  font-size: 0.8rem;
  padding-top: 0.4rem;
}

.kaijo__ex {
  margin: 0 auto;
  padding: 2rem;
  max-width: 1200px;
  min-width: 1024px;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .kaijo__ex {
    max-width: 375px;
    min-width: 320px;
    margin: 2rem auto;
  }
}
.kaijo__ex a {
  text-decoration: none;
  color: #1F2544;
}
.kaijo__ex .swiper-slide {
  transition: transform 0.4s, opacity 0.4s;
  transform: scale(0.8);
  opacity: 0.6;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .swiper-slide {
    transform: scale(0.8);
  }
}
.kaijo__ex .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .swiper-slide-active {
    transform: scale(1);
  }
}
.kaijo__ex .card {
  background: #fff;
  border: 1px solid #600E0F;
  padding: 1rem 0;
}
.kaijo__ex .card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0 1rem;
}
.kaijo__ex .card h3 {
  background-color: #600E0F;
  color: #fff;
  padding: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .card h3 {
    font-size: 1.2rem;
  }
}
.kaijo__ex .card p {
  padding: 0 1rem;
  font-weight: 600;
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .card p {
    font-size: 0.8rem;
  }
}
.kaijo__ex .swiper-button-prev {
  justify-content: left;
}
.kaijo__ex .swiper-button-prev::after {
  content: none !important;
}
.kaijo__ex .swiper-button-prev .pre {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .swiper-button-prev .pre {
    width: 50px;
    height: 50px;
  }
}
.kaijo__ex .swiper-button-prev .pre:hover {
  background: #C9B56C;
}
.kaijo__ex .swiper-button-prev .pre::after {
  content: "";
  display: block;
  position: relative;
  left: 1.5rem;
  top: 1.6rem;
  width: 40px;
  height: 40px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/button_allow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
@media screen and (max-width: 639px) {
  .kaijo__ex .swiper-button-prev .pre::after {
    left: 0.9rem;
    top: 0.9rem;
    width: 25px;
    height: 25px;
  }
}
.kaijo__ex .swiper-button-next {
  justify-content: right;
}
.kaijo__ex .swiper-button-next::after {
  content: none !important;
}
.kaijo__ex .swiper-button-next .next {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .swiper-button-next .next {
    width: 50px;
    height: 50px;
  }
}
.kaijo__ex .swiper-button-next .next:hover {
  background: #C9B56C;
}
.kaijo__ex .swiper-button-next .next::after {
  content: "";
  display: block;
  position: relative;
  left: 1.5rem;
  top: 1.6rem;
  width: 40px;
  height: 40px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/button_allow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 639px) {
  .kaijo__ex .swiper-button-next .next::after {
    left: 0.9rem;
    top: 0.9rem;
    width: 25px;
    height: 25px;
  }
}

.kaijo__commig-soon {
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
}

.kaijo__flow {
  max-width: 1200px;
  min-width: 1024px;
  margin: 4rem auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .kaijo__flow {
    max-width: 375px;
    min-width: 320px;
    margin: 2rem auto;
  }
}
.kaijo__flow ul {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  width: 900px;
}
@media screen and (max-width: 639px) {
  .kaijo__flow ul {
    display: block;
    width: 300px;
  }
}
.kaijo__flow ul::before {
  content: "";
  border-bottom: solid 2px #600E0F;
  position: absolute;
  width: 650px;
  z-index: -1;
  margin: 2rem 7rem;
}
@media screen and (max-width: 639px) {
  .kaijo__flow ul::before {
    border-bottom: none;
    border-left: solid 2px #600E0F;
    height: 600px;
    left: 6rem;
    margin: 5rem 0;
    width: 0;
  }
}
.kaijo__flow li {
  text-align: center;
}
.kaijo__flow span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 2rem;
  background-color: #600E0F;
  border-radius: 50%;
  padding: 1rem;
  color: #E2DAD3;
}
@media screen and (max-width: 639px) {
  .kaijo__flow span {
    font-size: 1.3rem;
    position: relative;
    top: 3rem;
    right: 7rem;
  }
}
.kaijo__flow .flow__item {
  display: block;
}
@media screen and (max-width: 639px) {
  .kaijo__flow .flow__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.kaijo__flow p {
  text-align: center;
  padding: 1rem 0;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .kaijo__flow p {
    text-align: left;
    width: 220px;
  }
}
.kaijo__flow .flow__img {
  width: 100%;
  padding: 0 2rem;
}
.kaijo__flow .flow__img img {
  width: 100%;
}

.kaijo__access {
  max-width: 1200px;
  min-width: 1024px;
  margin: 4rem auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .kaijo__access {
    max-width: 375px;
    min-width: 320px;
    margin: 2rem auto;
  }
}
.kaijo__access ul {
  margin: 0 auto;
  position: relative;
  margin: 0 3rem;
}
@media screen and (max-width: 639px) {
  .kaijo__access ul {
    margin: 0;
  }
}
.kaijo__access ul::before {
  content: "";
  border-left: solid 1px #600E0F;
  position: absolute;
  height: 693px;
  left: 8.5rem;
}
@media screen and (max-width: 639px) {
  .kaijo__access ul::before {
    left: 5.5rem;
    height: 703px;
  }
}
.kaijo__access li {
  display: flex;
  border-top: solid 1px #600E0F;
  padding: 1rem 2rem;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 639px) {
  .kaijo__access li {
    padding: 1rem;
    gap: 1rem;
  }
}
.kaijo__access li:last-child {
  border-bottom: solid 1px #600E0F;
}
.kaijo__access li:nth-child(odd) {
  background-color: #CCC1A8;
}
.kaijo__access h3 {
  width: 130px;
}
@media screen and (max-width: 639px) {
  .kaijo__access h3 {
    font-size: 1rem;
    width: 70px;
  }
}
.kaijo__access p {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .kaijo__access p {
    font-size: 1rem;
    width: 220px;
  }
}
.kaijo__access a {
  color: #1E2644;
}

.speaker__commig-soon {
  font-size: 2rem;
  text-align: center;
}

.kaijo__map {
  width: 90%;
  height: 600px;
  margin: 2rem auto;
  padding: 0 10rem;
}
@media screen and (max-width: 639px) {
  .kaijo__map {
    padding: 0;
    height: 400px;
  }
}

.news__ttl {
  position: relative;
  text-align: left;
  color: #600E0F;
  margin: 0 5rem;
}
@media screen and (max-width: 639px) {
  .news__ttl {
    margin: 0 1rem;
  }
}
.news__ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .news__ttl h1 {
    font-size: 3rem;
  }
}
.news__ttl p {
  font-size: 1.5rem;
  position: relative;
  bottom: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .news__ttl p {
    font-size: 1rem;
    bottom: 1.6rem;
  }
}

.news__single {
  margin: 2rem auto;
}
.news__single .news__heading {
  margin: 0 5rem;
}
@media screen and (max-width: 639px) {
  .news__single .news__heading {
    margin: 0;
  }
}
.news__single .news__heading .news__date {
  padding-bottom: 1rem;
}
.news__single .news__heading h2 {
  border-bottom: solid 1px #600E0F;
  border-top: solid 1px #600E0F;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 639px) {
  .news__single .news__heading h2 {
    font-size: 1.4rem;
    padding: 1rem;
    margin: 0;
  }
}
.news__single .news__inner {
  margin: 3rem auto;
  width: 900px;
}
@media screen and (max-width: 639px) {
  .news__single .news__inner {
    width: 350px;
  }
}
.news__single .news__img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  .news__single .news__img {
    margin-bottom: 1rem;
  }
}
.news__single .news__img img {
  width: 100%;
}
.news__single .news__text {
  border: solid 1px #600E0F;
  padding: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.past__ttl {
  position: relative;
  text-align: left;
  color: #600E0F;
  margin: 0 5rem;
}
@media screen and (max-width: 639px) {
  .past__ttl {
    margin: 0 1rem;
  }
}
.past__ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .past__ttl h1 {
    font-size: 3rem;
  }
}
.past__ttl p {
  font-size: 1.5rem;
  position: relative;
  bottom: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .past__ttl p {
    font-size: 1rem;
    bottom: 1.6rem;
  }
}

.past__item {
  max-width: 1200px;
  min-width: 1024px;
  margin: 4rem auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .past__item {
    max-width: 375px;
    min-width: 320px;
    margin: 2rem auto;
  }
}
.past__item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .past__item ul {
    display: block;
  }
}
.past__item li {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  height: 470px;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 639px) {
  .past__item li {
    margin-bottom: 4rem;
  }
}
.past__item li:hover {
  box-shadow: 0 8px 20px rgba(96, 14, 15, 0.4);
  transform: scale(1.03);
}
.past__item .pest__event {
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #600E0F;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  bottom: 29.35rem;
}
.past__item .pest__event span {
  font-size: 0.9rem;
  padding-left: 1rem;
}
.past__item .past__img {
  width: 100%;
  height: 53%;
  overflow: hidden;
}
.past__item .past__img img {
  width: 100%;
  transition: transform 0.4s ease;
}
.past__item .past__img:hover img {
  transform: scale(1.05);
}
.past__item .past__data {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.past__item .data__list {
  text-align: center;
  margin: 1rem auto;
}
.past__item .data__list .data__q {
  font-size: 0.9rem;
  padding-bottom: 3px;
  border-bottom: solid 1px #600E0F;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .past__item .data__list .data__q {
    font-size: 0.8rem;
  }
}
.past__item .data__list .data__a {
  color: #600E0F;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .past__item .data__list .data__a {
    font-size: 3rem;
  }
}
.past__item .data__list .data__a span {
  font-size: 1rem;
}

.speaker__ttl {
  position: relative;
  text-align: left;
  color: #600E0F;
  margin: 0 5rem;
}
@media screen and (max-width: 639px) {
  .speaker__ttl {
    margin: 0 1rem;
  }
}
.speaker__ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .speaker__ttl h1 {
    font-size: 3rem;
  }
}
.speaker__ttl p {
  font-size: 1.5rem;
  position: relative;
  bottom: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .speaker__ttl p {
    font-size: 1rem;
    bottom: 1.6rem;
  }
}

.speaker__single {
  margin: 2rem auto;
}
.speaker__single .speaker__heading {
  border-bottom: solid 1px #600E0F;
  border-top: solid 1px #600E0F;
  padding: 1rem 2rem;
  margin: 0 5rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__heading {
    padding: 1rem;
    margin: 0;
  }
}
.speaker__single .speaker__heading h2 {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__heading h2 {
    font-size: 1.4rem;
  }
}
.speaker__single .speaker__heading .heading__sub {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__heading .heading__sub {
    font-size: 1.2rem;
  }
}
.speaker__single .speaker__inner {
  margin: 3rem auto;
  width: 900px;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__inner {
    width: 350px;
  }
}
.speaker__single .speaker__img {
  width: 100%;
  position: relative;
  bottom: 4.8rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__img {
    bottom: 2.9rem;
  }
}
.speaker__single .speaker__img img {
  width: 100%;
}
.speaker__single .speaker__time {
  display: block;
  position: relative;
  text-align: left;
  z-index: 1;
}
.speaker__single .speaker__time p {
  display: inline-flex;
  position: relative;
  gap: 1rem;
  background-color: #600E0F;
  padding: 1rem 1.8rem;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__time p {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.speaker__single .speaker__time p::before {
  content: "";
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/conference/kaijo_time.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__time p::before {
    width: 30px;
    height: 30px;
  }
}
.speaker__single .speaker__label {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__label {
    margin-top: 1rem;
  }
}
.speaker__single .speaker__tag {
  background-color: #600E0F;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__tag {
    font-size: 1.1rem;
  }
}
.speaker__single .speaker__content h1 {
  color: #600E0F;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__content h1 {
    font-size: 1.3rem;
  }
}
.speaker__single .speaker__content h1::before {
  content: "";
  border-left: solid 8px #600E0F;
  right: 0.2rem;
  position: relative;
}
.speaker__single .speaker__content p {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__content p {
    font-size: 1.1rem;
  }
}
.speaker__single .speaker__profile h1 {
  color: #600E0F;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__profile h1 {
    font-size: 1.3rem;
  }
}
.speaker__single .speaker__profile h1::before {
  content: "";
  border-left: solid 8px #600E0F;
  right: 0.2rem;
  position: relative;
}
.speaker__single .speaker__profile .speaker__co {
  font-size: 1rem;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 639px) {
  .speaker__single .speaker__profile .speaker__co {
    font-size: 0.8rem;
  }
}
.speaker__single .speaker__profile .speaker__name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.speaker__single .speaker__profile .speaker__profile-text {
  border: solid 1px #600E0F;
  padding: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.terms {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .terms {
    width: 94%;
  }
}

.terms__ttl {
  position: relative;
  text-align: center;
  color: #600E0F;
  margin: 0 5rem;
}
@media screen and (max-width: 639px) {
  .terms__ttl {
    margin: 0 1rem;
  }
}
.terms__ttl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .terms__ttl h1 {
    font-size: 3rem;
  }
}
.terms__ttl p {
  font-size: 1.5rem;
  position: relative;
  bottom: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .terms__ttl p {
    font-size: 1rem;
    bottom: 1.6rem;
  }
}

.terms__content h1 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 20px;
  font-size: 1.25rem;
}
.terms__content h2 {
  margin: 25px 0;
  font-size: 16px;
  font-size: 1rem;
}
.terms__content p {
  line-height: 1.7em;
  font-size: 14px;
  font-size: 0.875rem;
}
.terms__content ol {
  padding-left: 20px;
}
.terms__content ol li {
  line-height: 1.7em;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.terms__content ol li ol {
  list-style-type: decimal-leading-zero;
  margin: 20px 0;
}
.terms__content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
}
.terms__content ul li {
  line-height: 1.7em;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.sns {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.sns p {
  color: #102650;
  font-weight: bold;
  margin-bottom: 20px;
}
.sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns ul li {
  width: 40px;
  margin: 0 10px;
}

.wrapper__front-top {
  width: 100%;
  padding: 50px 0 0;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .wrapper__front-top {
    padding: 0;
  }
}

.wrapper__kaijo-top {
  width: 100%;
}

.wrapper__cream {
  width: 100%;
  padding: 50px 7rem;
}
@media screen and (max-width: 639px) {
  .wrapper__cream {
    padding: 50px 1rem;
  }
}

.wrapper__red {
  width: 100%;
  padding: 50px 7rem;
  background: #600E0F;
}
@media screen and (max-width: 639px) {
  .wrapper__red {
    padding: 50px 1rem;
  }
}

.wrapper__white {
  width: 100%;
  padding: 50px 7rem;
  background: #fff;
}
@media screen and (max-width: 639px) {
  .wrapper__white {
    padding: 50px 1rem;
  }
}

/*# sourceMappingURL=conference.css.map */
