body {
  margin: 0px;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch; /*iOSスクロールを滑らかにする*/
}

ul,
ol,
dl {
  list-style: none;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}

header {
  height: 5rem;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

nav.navWrap {
  padding: 1rem;
  color: #776851;
  z-index: 99;
  height: 80px;
}

nav.navWrap.change-color {
  background-color: #937d56a1;
}

.logo-img {
  float: left;
  overflow: hidden;
  max-width: 180px;
  width: 100%;
}

.pc_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
}

.pc_menu ul li {
  margin-right: 0.5rem;
}

.pc_menu ul li a {
  color: #fff;
  text-decoration: none;
}

/*---- headerText hoverAction ----*/
.pc_menu ul li a {
  display: inline-block;
  transition: all 0.5s;
}
.pc_menu ul li a:hover {
  color: #ffcc00;
}

/*---- headerText hoverActionEnd ----*/

/*---- FV wave ----*/

#waveCanvas {
  position: absolute;
  left: 0;
  bottom: 32%;
  width: 100%;
  z-index: 1;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform: translateY(-16px) rotate(90deg);
  transform: translateY(-16px) rotate(90deg);
}

.sp_menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.9s;
  width: 100%;
}

.sp_menu ul {
  background: #937d56;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.sp_menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #dfddd1;
}
.sp_menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sp_menu ul li:hover {
  background: #e5b11eb5;
}

.sp_menu ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/*--- adClass jQuery ---*/
.sp_menu.active {
  transform: translateY(0%);
}

.sp_logo-img {
  width: 150px;
}

.contents:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/mv.webp") no-repeat top;
  background-size: cover;
}
.contents {
  padding: 6rem 0 0;
}

.lt-ie9 .opaque {
  display: none;
}

div#home {
  margin-top: -60px;
  padding-top: 60px;
}

.header-wrap {
  width: 100%;
  display: flex;
}

.header-R {
  width: 40%;
  z-index: 2;
}

.header-L {
  width: 60%;
  z-index: 2;
}

h1 {
  color: #000;
  font-size: 3.2rem;
  max-width: 1000px;
  line-height: 1.3;
  margin-left: 2.5rem;
  font-family: "Yu Mincho", "游明朝";
}

.header-L img {
  padding-left: 2.5rem;
  width: 85%;
}
.header-R img {
  margin: 0 auto;
  width: 100%;
}

.header-date {
  margin-left: 2.5rem;
  font-size: 1.8rem;
  color: #939393;
}
.header-date02 {
  margin-left: 2.5rem;
  font-size: 1.8rem;
  color: #97b129;
  text-shadow: 1px 1px 0 #637a00, -1px -1px 0 #637a00, -1px 1px 0 #637a00,
    1px -1px 0 #637a00, 0px 1px 0 #637a00, 0-1px 0 #637a00, -1px 0 0 #637a00,
    1px 0 0 #637a00;
}
p.day span {
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝";
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.header-wrap .header-read {
  color: #000;
  max-width: 1000px;
  width: auto;
  margin-left: 2.5rem;
  line-height: 1.4;
  padding: 1rem 0 0;
}

.header-read {
  margin: 0 auto;
  padding: 1rem 3rem 0;
}

.btn_wrap {
  max-width: 1000px;
  width: 50%;
  margin: 0 auto;
}

.btn_wrap a {
  display: block;
  background: #e5b11e;
  font-size: 1.5rem;
  padding: 1rem;
  margin: 1rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: 0.7s;
  border: 1px solid #77694f;
}

.btn_wrap_nav a {
  display: block;
  background: #e5b11e;
  font-size: 1rem;
  padding: 0.2rem 0.3rem;
  text-align: center;
  text-decoration: none;
}

.btn_wrap_nav span {
  color: #000;
}

.btn_wrap a:hover,
.btn_wrap_nav a:hover {
  background: #ffffc4;
  color: #000;
}

.btn_wrap p {
  display: block;
  background: #ccc;
  font-size: 1.5rem;
  padding: 1rem;
  margin: 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #b3b0aa;
}

.btn_wrap_nav p {
  display: block;
  background: #ccc;
  font-size: 1rem;
  padding: 0.2rem 0.3rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #b3b0aa;
}

ul#page-link_sp p {
  display: block;
  background: #ccc;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

p.deadline {
  text-align: center;
  font-size: 1.3rem;
  color: #000;
}

/*----- slideIn -----*/
/*---- fadeUp ----*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---- fadeLeft ----*/

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*---- fadeRight ----*/

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 6.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 6.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*-----　slideIn END　------*/

/*-----section speaker-------*/
/*opアニメーション*/
.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 999;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 2.4s forwards;
}
.op_logo {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  animation-delay: 0.2s;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }

  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(0.8);
  }
}

section.speaker-wrap {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 5rem 0;
  background: url(../images/welcome_bg.webp) no-repeat scroll center top;
}

.speaker-listimgSp ul {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 3rem auto;
  flex-wrap: wrap;
}

.speaker-listimgSp ul li {
  font-size: 0.8rem;
  margin: 10px;
  text-align: left;
  width: 22%;
}

.speaker-listimgSp ul li img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #937d56a6;
  box-shadow: 10px 10px 0 0 #937d56a6;
}

.speaker-listimgSp .special img {
  max-width: 200px;
  width: 100%;
  border: 1px solid #937d56a6;
  box-shadow: 10px 10px 0 0 #937d56a6;
}

.speaker-listimgSp ul.flex-between {
  justify-content: space-evenly;
}

.speaker-listimgSp ul.flex-between li dd {
  max-width: 200px;
  width: 100%;
  margin: 10px auto;
  line-height: 1.4;
}

.speaker-listimgSp ul li dd {
  max-width: 180px;
  width: 100%;
  margin: 10px auto;
  line-height: 1.4;
}

.speaker-listimgSp ul.flex-between li dd span {
  font-size: 0.758rem;
}

.speaker-listimg ul.flex-between li dd span {
  font-size: 0.758rem;
}

.speaker-listimg ul {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 3rem auto;
  flex-wrap: wrap;
}

.speaker-listimg ul li {
  font-size: 0.8rem;
  margin: 10px;
  text-align: left;
  width: 25%;
}

.speaker-listimg ul li img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #937d56a6;
  box-shadow: 10px 10px 0 0 #937d56a6;
}

.speaker-listimgSp .special img {
  max-width: 200px;
  width: 100%;
  border: 1px solid #c1a370;
  box-shadow: 10px 10px 0 0 #c38313;
}

.speaker-listimg ul.flex-between {
  justify-content: space-evenly;
}

.speaker-listimg ul.flex-between li dd {
  max-width: 200px;
  width: 100%;
  margin: 10px auto;
  line-height: 1.4;
}

.speaker-listimg ul li dd {
  max-width: 180px;
  width: 100%;
  margin: 10px auto;
  line-height: 1.4;
}

.speaker-listimg ul.flex-between li dd span {
  font-size: 0.758rem;
}

p.position {
  font-size: 0.6rem;
}

figure:hover {
  opacity: 0.7;
}
figure.pic {
  position: relative;
}
i.far.fa-hand-point-up.top4 {
  position: absolute;
  top: 96%;
  left: 92%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 2px 5px;
  color: #c38313;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #c38313;
}
i.far.fa-hand-point-up {
  position: absolute;
  top: 96%;
  left: 83%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 2px 5px;
  color: #a9987b;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #a9987b;
}

.day1-hr {
  color: #000;
  font-size: 2.5rem;
  background: #ffffff9c;
  margin: 0 auto;
}

.day1-hr span {
  color: #ffcc00;
  text-shadow: 1px 1px 0 #a47521, -1px -1px 0 #a47521, -1px 1px 0 #a47521,
    1px -1px 0 #a47521, 0px 1px 0 #a47521, 0-1px 0 #a47521, -1px 0 0 #a47521,
    1px 0 0 #a47521;
}

.day2-hr {
  margin: 5rem auto 0;
  padding-top: 5rem;
  color: #000;
  font-size: 2.5rem;
  background: #ffffff9c;
}

.day2-hr span {
  color: #ffffc4;
  margin-right: 4px;
  font-size: 2.5rem;
  text-shadow: 1px 1px 0 #7c591b, -1px -1px 0 #7c591b, -1px 1px 0 #7c591b,
    1px -1px 0 #7c591b, 0px 1px 0 #7c591b, 0-1px 0 #7c591b, -1px 0 0 #7c591b,
    1px 0 0 #7c591b;
}

/*-------speakerEnd--------*/

/*------- section schedule ---------*/

.schedule_wrap {
  text-align: center;
  padding: 5rem 0;
  background-color: #ffffffad;
  width: 100%;
}

.schedule_wrap h3 {
  text-align: left;
  color: #ffcc00;
  margin: 5rem auto 0;
  font-size: 2.5rem;
  max-width: 1000px;
  width: 90%;
  border-bottom: 1px solid #000;
}

.schedule_wrap dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.anchor {
  margin-top: 2rem;
  -webkit-perspective: 500px;
  perspective: 500px;
}

/*--- day1&day2 hoverAction ---*/

.anchor a {
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  font-weight: bold;
}
.anchor a:hover {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
  opacity: 0.7;
}

/*---- day1&2 hoverActionEnd -----*/

span.btwn {
  font-size: 2.5rem;
  color: #000;
}
.anchor a.a-day1 {
  color: #ffcc00;
  font-size: 2rem;
  text-shadow: 1px 1px 0 #a47521, -1px -1px 0 #a47521, -1px 1px 0 #a47521,
    1px -1px 0 #a47521, 0px 1px 0 #a47521, 0-1px 0 #a47521, -1px 0 0 #a47521,
    1px 0 0 #a47521;
}

.day1text {
  color: #ffcc00;
  text-shadow: 1px 1px 0 #a47521, -1px -1px 0 #a47521, -1px 1px 0 #a47521,
    1px -1px 0 #a47521, 0px 1px 0 #a47521, 0-1px 0 #a47521, -1px 0 0 #a47521,
    1px 0 0 #a47521;
}

h3 span {
  color: #000;
}

.anchor a.a-day2 {
  color: #ffffc4;
  font-size: 2rem;
  text-shadow: 1px 1px 0 #7c591b, -1px -1px 0 #7c591b, -1px 1px 0 #7c591b,
    1px -1px 0 #7c591b, 0px 1px 0 #7c591b, 0-1px 0 #7c591b, -1px 0 0 #7c591b,
    1px 0 0 #7c591b;
}

.day2text {
  color: #ffffc4;
  text-shadow: 1px 1px 0 #7c591b, -1px -1px 0 #7c591b, -1px 1px 0 #7c591b,
    1px -1px 0 #7c591b, 0px 1px 0 #7c591b, 0-1px 0 #7c591b, -1px 0 0 #7c591b,
    1px 0 0 #7c591b;
}

#speaker-day1 {
  margin-bottom: 5rem;
}

.schedule_wrap dl dt {
  width: 30%;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
  font-size: 1.2rem;
}

.schedule_wrap dl dd {
  width: 70%;
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
  padding: 1.5rem 0;
}

.schedule_wrap dl dd span.text01 {
  display: inline-block;
  background: #77694f;
  padding: 0.1rem 1rem;
  color: #fff;
  border-radius: 50px;
}

.schedule_wrap dl dd h4 {
  color: #8f0202;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 5px;
}

.schedule_wrap dl dd h4.day1_kyosan {
  color: #8f0202;
  font-size: 1.25rem;
}

.schedule_wrap dl dd h4.day2_kyosan {
  color: #8f0202;
  font-size: 1.25rem;
}

.schedule_wrap dl dd p {
  font-size: 0.825rem;
}

.schedule_wrap dl dd .panel {
  display: block;
  margin-bottom: 0.5rem;
}
.notes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
/*------- scheduleEnd --------*/

h2.heading01,
.heading02,
.heading03 {
  font-size: 3rem;
  margin: 0 auto;
  background: #ffffff9c;
}

/*------ section summary ------*/

.summary {
  text-align: center;
  background: url(../images/welcome_bg03.webp) no-repeat scroll center top/cover;
  padding: 5rem 0 3rem;
}

.summary dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
}

.summary dl dt {
  width: 30%;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}

.summary dd span.gray {
  color: #939393;
}

.summary dl dd {
  width: 70%;
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.summary dl dd a {
  text-decoration: none;
  color: #8f0202;
  transition: 0.5s;
}

.summary dl dd a:hover {
  color: #ffcc00;
}
/*------- summeryEnd ---------*/

/*---- TOP to Btn ----*/
#topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  background-color: #ffcc00;
  font-weight: bold;
  color: #000;
  border-radius: 50%;
}

/*----- footer -----*/
footer.footer-wrap {
  text-align: center;
  padding: 1rem 0 0;
  line-height: 1.8;
  background-color: #4a3411;
  color: #fff;
}

.footer-wrap .mail-link {
  margin: 10px auto;
  width: 25%;
}

.footer-wrap .mail-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
}

.footer-wrap .mail-link a img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
}

.mail-link a:hover {
  filter: invert(20%) sepia(88%) saturate(6500%) hue-rotate(330deg)
    brightness(95%) contrast(100%);
}
/*------footerEnd---------*/

/*---modaal---------------*/
.js-modal-open.special {
  max-width: 200px;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}
/*-- modal all(BG＋body) --*/
.modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
}
/*--- modal BG ---*/
.modal_bg {
  background: #4a3411c7;
  height: 100vh;
  width: 100%;
  position: absolute;
}
/*-- modal closeBtn --*/
.modal_bg .xBtn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #8f0202;
  left: 76%;
  top: 26%;
  z-index: 1;
}
.modal_bg .xBtn::before,
.modal_bg .xBtn::after {
  /*-- common --*/
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: #8f0202;
}
.modal_bg .xBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_bg .xBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*-- modal body --*/
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 50%;
  width: 60%; /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 30px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  z-index: 0;
}
.modal-content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
/*--- modalWindow displayFixed ---*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-content .info-prof {
  display: flex;
  flex-wrap: wrap;
}

.modal-content img {
  max-width: 150px;
  width: 100%;
  border: 1px solid #a9987b;
}

.modal-content .company {
  margin: 0 0 0 1rem;
  font-weight: bold;
  text-align: left;
}
.modal-content .prof-text {
  border-top: 1px solid #937d56;
  margin: 1rem 0 0 0;
  padding-top: 1rem;
  text-align: left;
}
.modal-content p span {
  display: block;
}

/*----- modaalEnd -----*/

.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.info-list a {
  text-decoration: none;
  color: #222;
}

.acMenu div {
  display: block;
  width: 72px;
  height: 26px;
  line-height: 22px;
  text-align: center;
  background-color: #8f0202;
  border: #8f0202 1px solid;
  cursor: pointer;
  margin-top: 8px;
  color: #fff;
  font-size: 0.9rem;
}
.acMenu p {
  background: #f2f2f2;
  width: 100%;
  height: auto;
  line-height: 23px;
  text-align: left;
  border: #8f0202 1px solid;
  display: none;
  margin-top: 0;
  padding: 0.5rem;
}

/*@media---------------------------------------------------------*/

@media screen and (min-width: 767px) {
  .header_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .speaker-listimg ul li {
    width: 23%;
  }
  p.deadline {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .header_sp h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
  }

  .header_sp .header-date {
    margin: 1rem auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .header_sp .header-date02 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  p.day span {
    font-size: 2rem;
  }
  .header-wrap .header-read {
    margin-left: 0;
    padding: 1.1rem;
  }

  .speaker-listimg ul.flex-between li {
    width: 40%;
  }

  .speaker-listimg ul li dd {
    font-size: 0.8rem;
  }
  .schedule_wrap dl {
    display: block;
  }

  .schedule_wrap dl dt {
    width: 100%;
    padding: 0.5rem 0;
  }

  .schedule_wrap dl dd {
    width: 100%;
  }
  .summary {
    margin: 3rem 0 1rem;
    padding: 3rem 0 3rem;
  }

  .summary dl {
    display: block;
    font-size: 0.825rem;
  }

  .summary dl dt {
    width: 100%;
    padding: 0.5rem 0;
  }

  .summary dl dd {
    width: 100%;
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 844px) {
  .pc_menu {
    display: none;
  }
  .btn_wrap {
    width: 100%;
  }
  .btn_wrap a {
    font-size: 1.3rem;
  }
  .logo-img {
    display: none;
  }
  .footer-wrap .mail-link {
    width: 80%;
  }
  .rotate-mark {
    display: none;
  }
  #waveCanvas {
    display: none;
  }

  .header-wrap h1 img {
    width: 40%;
    margin-bottom: 10px;
  }
  .header-wrap h1 {
    font-size: 2.4rem;
    line-height: 1.1;
    margin: 1rem;
  }
  /*.header-wrap .header-read {
    margin-left: 1rem;
  }*/
  .header-date,
  .header-date02 {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
  p.day span {
    font-size: 2rem;
  }

  .contents {
    background: url("../images/mv_sp.webp") center no-repeat;
    padding: 4rem 0 0;
  }
  .contents:before {
    background: url(../images/mv_sp.webp) top no-repeat;
  }
  h2.heading01,
  .heading02,
  .heading03 {
    font-size: 2rem;
  }
  .day1-hr {
    font-size: 2rem;
  }
  .day2-hr {
    font-size: 2rem;
  }
  .schedule_wrap h3 {
    font-size: 2rem;
  }
  .day2-hr span {
    font-size: 2rem;
  }
  .schedule_wrap dl dt {
    font-size: 1rem;
  }
  .schedule_wrap dl dd h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .schedule_wrap dl dd h4.day1_kyosan {
    font-size: 1.1rem;
  }
  .summary dl {
    font-size: 1rem;
  }
  .summary dl dd {
    font-size: 1rem;
  }
  .modal-content {
    width: 75%;
    top: 50%;
    padding: 20px;
    height: 56%;
  }
  .modal-content img {
    max-width: 100px;
  }
  .modal-content .company {
    margin: 0;
    font-size: 0.9rem;
  }
  .header_sp {
    background: url(../images/mv_sp.webp) center no-repeat;
  }
  .modal_bg .xBtn {
    left: 81%;
    top: 23%;
    z-index: 1;
  }
  .modal-content img {
    max-width: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .hamburger,
  .sp_logo-img {
    display: none;
  }
}

@media screen and (min-width: 667px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .modal-content {
    width: 85%;
    top: 50%;
    padding: 20px;
  }
  .modal_bg .xBtn {
    left: 80%;
  }
  .header-wrap h1 {
    font-size: 2.45rem;
  }
  .speaker-listimgSp ul li {
    width: 38%;
  }
}
@media screen and (min-width: 812px) and (max-width: 912px) {
  .sp_br02 {
    display: none;
  }
  .header-wrap .header-read {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {
  .speaker-listimg ul li {
    width: 17%;
  }
}
@media screen and (max-width: 912px) {
  .header-wrap h1 {
    font-size: 2.4rem;
  }
  .header-date,
  .header-date02 {
    font-size: 1.18rem;
  }
}
