@charset "utf-8";
/*
theme Name: ○○　theme by k.muranaka
Author: k.muranaka
Description: original theme
version： 1.0.0
*/

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* support iOS iOSでも高さいっぱいに表示する */
html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

::-moz-selection {
    background-color: #17171C;
    text-shadow: none;
    color: #fff;
}

::selection {
    background-color: #17171C;
    text-shadow: none;
    color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

div, iframe {
  max-width: 100%;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*----- iOS Safri 対策 ----*/
/*電話番号リンクを自動で追加しない*/
.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;/*クリックを無効化する*/
}

/* Base --------------------------------------------------------------------- */

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.76;
  font-weight: 400;
  background-color: #f8f8f8;
  color: #090b10;
  width: 100%;
}

h1, h2, h3, h4 {
  line-break: strict;
  font-feature-settings: "palt";
  transition: all 0.1s ease-in 0s;
	padding: 0;
	margin: 0;
  line-height: 1.2;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

a {
	color: #090b10;
  text-decoration: none;
  transition: all .3s ease-in;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}



/*----------------------------------  テキスト関係 -------------------------------*/
.fsL {
  font-size: 1.5em;
}
.fsM {
  font-size: 1.25em;
}
.fsS {
  font-size: .875em;
}
.fsSS {
  font-size: .75em;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/*-------------------------------------  flex ------------------------------*/
@media ( min-width : 768px ){
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex .box {

  }
}

@media ( min-width : 768px ){
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media print, screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

/*------- 共通 -----------*/
section {
  overflow: hidden;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
  position: relative;
}
.grd-txt {
  color: #5631b4;
  background: #2B86C5;
  background: -moz-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: -webkit-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.ttl-container {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.ttl-en {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
}
.ttl-jp {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.ttl-jp:before, .ttl-jp:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5631b4;
}
.ttl-jp:before {
  left:0;
}
.ttl-jp:after {
  right: 0;
}

.about02, .timetable, .price {
  background-color: #020031;
}
.about02 .ttl-jp, .timetable .ttl-jp, .price .ttl-jp {
  color: #fff;
}

.deco-ttl {
  color: #000;
  font-size: 212px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  opacity: .04;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: -6vw;
  bottom: 40px;
}
.timetable .deco-ttl, .price .deco-ttl {
  color: #fff;
  opacity: .04;
}

/*-- モーダル --*/
.fixed {
  /*padding: 10px;*/
}

.modal {
  background-color: #fff;
  margin: auto;
  padding: 4.4rem 4.8rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 840px;
  max-height: 540px;
  border-radius: 4px;
  z-index: 100;
  box-shadow: 20px 20px 50px rgb(2 0 49 / 50%);
  overflow: hidden;
}

.overlay {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.modal-inner {
  position: relative;
  height: 100%;
}
.modal-inner .deco-ttl {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  position: absolute;
  left: -34px;
  bottom: -80px;
}
.modal-close {
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: -2.4rem;
  right: -2.4rem;
  cursor: pointer;
  display: block;
  background: 0 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid transparent;
  outline: 0;
  background-image: url(../img/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: scroll;
  /*-webkit-overflow-scrolling: touch;*/
  overflow-scrolling: touch;
  max-height: 496px;
}
.modal-container .ttl-container {
  display: flex;
  align-items: baseline;
}
.modal-container .ttl-jp:before, .modal-container .ttl-jp:after {
  display: none;
}

.modal-speaker-container {
  width: 100%;
  display: flex;
  margin-bottom: 3.2rem;
}
.speaker-img-icon {
  width: 124px;
  height: 124px;
}
.speaker-img-icon-area {
  position: relative;
}
.speaker-img-icon-area img {
  width: 124px;
  height: 124px;
}
.speaker-img-icon-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.speaker-circle01:after {
  border: 3px solid #1b62b4;
}
.speaker-circle02:after {
  border: 3px solid #5631b4;
}
.speaker-circle03:after {
  border: 3px solid #db6c27;
}

.modal-speaker-txt {
  width: calc(100% - 124px);
  padding: 0 0 0 24px;
}

.modal-speaker-txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0.85em;
}

.modal-speaker-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 8rem 3.6rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
  body {
    font-size: 1.4rem;
  }
  .wrap {
    width: 100%;
    padding: 4rem 3rem;
  }
  .deco-ttl {
    display: none;
  }
  .ttl-container {
    margin-bottom: 2.8rem;
  }
  .ttl-en {
    font-size: 2.8rem;
  }
  .ttl-jp {
    font-size: 1.2rem;
  }
  .header {
    display: none;
  }
}

/*------- ここまで共通 -----------*/

header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}

.header-innner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 208px;
}

.header-nav {

}
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.header-nav-item {
  margin-left: 32px;
  font-size: 14px;
  font-weight: 700;
}
.header-nav-item a:hover {
  color: #5631b4;
}


.mv {
  width: 100%;
  position: relative;
  margin: 64px 0 0;
  background-color:#020031;
  background-image: url(../img/bg_mv.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.mv .wrap {
  font-feature-settings: "palt";
  background-image: url(../img/mv_speaker.png);
  background-size: 834px;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.mv-catch-container {
  padding: 48px 0 80px;
}
.mv-catch {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.mv-catch-num {
  font-size: 70px;
  letter-spacing: 3px;
  margin: 0 0 0 3px;
}

.sub-catch {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .2em;
  padding: 3px 5px 4px;
  background: #2B86C5;
  background: -moz-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: -webkit-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
}
.mv-date {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 8px;
}
.mv-date-num {
  font-size: 96px;
  letter-spacing: -3px;
  margin-right: 8px;
}
.mv-date-week {
  font-size: 22px;
  height:45px;
  width:45px;
  border-radius:50%;
  line-height:39px;
  letter-spacing: 0;
  text-align:center;
  border: 2px solid #fff;
  margin-top: 28px;
}

.mv-info-time {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: .4em;
}
.mv-info-time-small {
  font-size: .75em;
  color: rgba(255,255,255,.75);
  margin-left: 12px;
}
.mv-info-place {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .mv .wrap {
    background-size: 760px;
  }
}
@media (max-width: 768px) {
  .mv {
    margin: 0;
    background-image: url(../img/sp_bg_mv.jpg);
    background-size: cover;
    background-size: 100%;
  }
  .mv .wrap {
    background-image: none;
  }
  .mv-catch-container {
    padding: 4.2rem 0 26rem;
  }
  .mv-catch {
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 0.8rem;
  }
  .mv-catch-num {
    font-size: 4.4rem;
  }
  .sub-catch {
    font-size: 1.2rem;
    padding: .3rem .5rem .4rem;
  }
  .mv-date {
    margin-bottom: .8rem;
    margin-top: .8rem;
  }
  .mv-date-num {
    font-size: 6rem;
  }
  .mv-date-week {
    font-size: 1.4rem;
    line-height: 1.75;
    height: 2.8rem;
    width: 2.8rem;
    border: 1px solid #fff;
    margin-top: 2rem;
  }
  .mv-info-time {
    font-size: 1.6rem;
  }
  .mv-info-time-small {
    font-size: .75em;
    margin-left: .5rem;
  }
  .mv-info-place {
    font-size: 1.3rem;
  }
}

.about01 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.about01-body-container {
  display: flex;
}
.about01-body-container-img {
  width: 32%;
}
.about01-body-container-img img {
  margin: 0;
  width: 100%;
  object-fit: contain;
}
.about01-body-container-txt {
  width: 68%;
  line-height: 2.25;
}

@media (max-width: 768px) {
  .about01-body-container {
    flex-direction: column;
  }
  .about01-body-container-img {
    width: 100%;
  }
  .about01-body-container-img img {
    margin: -4.4rem 0 -5.2rem;
  }
  .about01-body-container-txt {
    width: 100%;
    font-size: 1.3rem;
  }
}

.about02 {
  color: #fff;
}
.about02 .ttl-jp {
  font-size: 18px;
  font-size: 1.8rem;
}
.about02 .ttl-jp:before, .about02 .ttl-jp:after {
  display: none;
}
.about02-body-container {
  display: flex;
  justify-content: space-between;
}
.rcmd-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1;
  margin-bottom: 1.555em;
  opacity: .75;
}
.rcmd-list li:last-child {
  margin: 0;
}
.rcmd-list li:before {
  content: url("../img/check.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .about02-body-container {
    flex-direction: column;
  }
  .about02-body-container div:first-child {
    margin-bottom: 2.4rem;
  }
  .rcmd-list li {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
    line-height: 1.5;
  }
  .rcmd-list li:before {
    top: 12%;
  }
}

.speaker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.speaker-list-item {
  max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
  margin-bottom: 28px;
  border-radius: 4px;
  background-color: #020031;
  background-image: url(../img/bg_speaker01.jpg);
  background-size: cover;
}
.speaker-list-item-img {
  width: 100%;
  height: 240px;
  font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 32px;
  border-radius: 4px;
  box-shadow: 20px 20px 20px rgb(2 0 49 / 5%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  cursor: pointer;
}
.speaker-list-item-img:hover {
  opacity: .8;
}
.speaker-list-item:nth-child(1) .speaker-list-item-img {
  background-image: url(../img/speaker001.png);
}
.speaker-list-item:nth-child(2) .speaker-list-item-img {
  background-image: url(../img/speaker002.png);
}
.speaker-list-item:nth-child(3) .speaker-list-item-img {
  background-image: url(../img/speaker003.png);
}
.speaker-list-item:nth-child(4) .speaker-list-item-img {
  background-image: url(../img/speaker004.png);
}
.speaker-list-item:nth-child(5) .speaker-list-item-img {
  background-image: url(../img/speaker005.png);
}
.speaker-list-item:nth-child(6) .speaker-list-item-img {
  background-image: url(../img/speaker006.png);
}
.speaker-list-item:nth-child(7) .speaker-list-item-img {
  background-image: url(../img/speaker007.png);
}
.speaker-list-item:nth-child(8) .speaker-list-item-img {
  background-image: url(../img/speaker008.png);
  flex-direction: column;
  justify-content: space-evenly;
}
.speaker-list-item:nth-child(9) .speaker-list-item-img {
  background-image: url(../img/speaker009.png);
}
.speaker-list-item:nth-child(10) .speaker-list-item-img {
  background-image: url(../img/speaker010.png);
}
.speaker-list-item-txt {
  width: 100%;
}
.speaker-list-item-txt p {
  width: 45%;
}
.speaker-list-item-name {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 0 12px
}
.speaker-list-item-name span {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0 12px;
}
@media (max-width: 768px) {
  .speaker-list-item {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 1.4rem;
  }
  .speaker-list-item-img {
    height: 100%;
    min-height: 11.6rem;
    padding: 0 0 0 1.2rem;
  }
  .speaker-list-item-name {
    font-size: 2.2rem;
    margin: 0 0 .6rem;
  }
  .speaker-list-item-name span {
    font-size: 1.6rem;
    margin: 0 0 0 .6rem;
  }
  .speaker-list-item-txt p {
    font-size: 1.1rem;
    width: 58%;
  }
  .dialogue .speaker-list-item-img {
    min-height: 14.6rem;
  }
  .dialogue .speaker-list-item-name {
    font-size: 2rem;
    margin: 0 0 .4rem;
  }
  .dialogue .speaker-list-item-txt {
    margin: 0 0 .4rem;
  }
}

/*タイムテーブル*/
.timetable-body-container {
  position: relative;
}
.timetable-marker {
  width: 12px;
  height: calc(100% - 50px);
  position: absolute;
  top: 5px;
  background: #2B86C5;
  background: -moz-linear-gradient(-180deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: -webkit-linear-gradient(-180deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: linear-gradient(-180deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  margin: 0 0 0 114px;
  opacity: .6;
}
.timetable-contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.timetable-contents-list-item {
  margin: 0 0 2.8rem;
  position: relative;
}
.timetable-contents-list-item-info {
  color: #fff;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.timetable-contents-list02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.timetable-contents-list02 .timetable-contents-list-item-info {
  width: 132px;
}
.timetable-contents-list02 .timetable-contents-list-item-info .note {
  display: none;
}
.timetable-contents-list02 .timetable-contents-list-item-speaker {
  margin-top: 10px;
}
.timetable-contents-list-item-info .hour {
  width: 132px;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  padding: 0 3.2rem 0 0;
}
.timetable-contents-list-item-info .hour:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #5631b4;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 0;
}
.timetable-contents-list-item-info .note {
  max-width: 900px;
  width: calc(100% - 132px);
}

.timetable-contents-list-item-speaker {
  background: #fff;
  padding: 28px 40px;
  border-radius: 4px;
  max-width: 900px;
  width: calc(100% - 132px);
  position: relative;
  z-index: 1;
}
.timetable-contents-list-item-speaker:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  background-image: url(../img/bg_speaker.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
}
.timetable-contents-list-item-speaker a {
  display: flex;
  align-items: flex-start;
  min-height: 124px;
}

.timetable-contents-list-item-speaker-txt {
  margin: 0 2rem 0 1.2rem;
  flex-grow: 1;
}
.timetable-contents-list-item-speaker-txt h3 {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 28px;
  line-height: 1;
}
.timetable-contents-list-item-speaker-txt h3:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 60px;
  height: 5px;
  display: block;
  border-radius: 3px;
  background: red;
}
.timetable-contents-list-item-speaker-txt h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6px;
}
.timetable-contents-list-item-speaker-txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.timetable-speaker-blue a:hover h3{
  color: #1b62b4;
}
.timetable-speaker-purple a:hover h3 {
  color: #5631b4;
}
.timetable-speaker-og a:hover h3 {
  color: #db6c27;
}
.timetable-speaker-blue
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #1b62b4;
}
.timetable-speaker-purple
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #5631b4;
}
.timetable-speaker-og
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #db6c27;
}
.timetable-speaker-blue h4 {
  color: #1b62b4;
}
.timetable-speaker-purple h4 {
  color: #5631b4;
}
.timetable-speaker-og h4 {
  color: #db6c27;
}

.dialogue {
  display: flex;
}
.dialogue-cross {
  width: 68px;
  position: relative;
}
.dialogue-cross::before, .dialogue-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 24px;
  background-color: #db6c27;
}
.dialogue-cross::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.dialogue-cross::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.timetable-contents-list-item-speaker-img {
  margin-left: 1.6rem;
}

@media (max-width: 768px) {
  .timetable-marker {
    margin: 0 0 0 0.6rem;
    height: calc(100% - 30px);
  }
  .timetable-contents-list, .timetable-contents-list02 {
    margin-bottom: 2rem;
  }
  .timetable-contents-list02 {
    flex-wrap: wrap;
  }
  .timetable-contents-list02 .timetable-contents-list-item-info {
    width: 100%;
  }
  .timetable-contents-list02 .timetable-contents-list-item-speaker {
    margin-top: 0;
  }
  .timetable-contents-list-item {
    margin: 0 0 .8rem;
  }
  .timetable-contents-list-item-info .hour {
    font-size: 2rem;
    padding: 0 0 0 3.2rem;
    width: 40%;
  }
  .timetable-contents-list-item-info .hour:after {
    left: 0;
    top: -.1rem;
  }
  .timetable-contents-list-item-info .note {
    font-size: 1.4rem;
    width: 92%;
  }
  .timetable-contents-list-item-speaker {
    padding: 2rem 1rem;
    width: 100%;
  }
  .timetable-contents-list-item-speaker a {
    min-height: 9.2rem;
  }
  .timetable-contents-list-item-speaker-txt {
    margin: 0 0 0 0.4rem;
  }
  .timetable-contents-list-item-speaker-txt h3 {
    font-size: 2rem;
    margin-bottom:2.4rem;
  }
  .timetable-contents-list-item-speaker-txt h3:after {
    top: 3rem;
    width: 4rem;
  }
  .timetable-contents-list-item-speaker-txt h4 {
    font-size: 1.3rem;
  }
  .timetable-contents-list-item-speaker-txt p {
    font-size: 1.1rem;
  }
  .sp .timetable-contents-list-item-speaker-img:first-child {
    margin-bottom: .4rem;
  }
  .dialogue {
    justify-content: space-between;
  }
  .dialogue-cross {
    width: 1rem;
    margin: 0 0 0 -1rem;
  }
}

@media (max-width: 768px) {
  .modal {
    width: 90%;
    height: 480px;
    padding: 4.4rem 1.6rem;
  }
  .modal-close {
    right: -0.5rem;
  }
  .timetable-contents-list-item-speaker-img {
    margin-left: .6rem;
  }
  .speaker-img-icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .speaker-img-icon-area img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .modal-speaker-txt {
    width: calc(100% - 6.4rem);
    padding: 0 0 0 1.6rem;
  }
  .modal-speaker-txt p {
    font-size: 1.4rem;
  }
}

/*アクセス*/
.access .deco-ttl {
  right: -8vw;
  bottom: -32px;
}
.access-body-container {
  display: flex;
}
.access-map,.access-info {
  width: 50%;
}

.access-map {
  height: 372px;
}

.access-map-inner {
  height: 100%;
}
.access-map-inner iframe {
  height: 100%;
  filter: grayscale(71%) hue-rotate(179deg) saturate(21%);
}
.access-info {

}
.access-info-txt {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 4rem 4rem;
}
.access-info-txt-left {
  font-weight: bold;
  padding-right: 1em;
  width: 25%;
}
.access-info-txt-left p {
  background-color: #5631b4;
  color: #fff;
  padding: 0.1em 1em;
  display: inline-block;
}
.access-info-txt-right a {
  color: #1B62B4;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .access-body-container {
    flex-direction: column;
  }
  .access-map, .access-info {
    width: 100%;
  }
  .access-map {
    height: 28rem;
    margin: 0 0 2.8rem;
  }
  .access-info-txt {
    margin: 0 0 2.4rem 0;
    font-size: 1.3rem;
  }
  .access-info-txt-left {
    width: 32%;
    padding: 0;
  }
  .access-info-txt-right {
    width: 68%;
  }
}


.price-table-container {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto 4rem;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.price-table-container dl {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 4px;
}
.price-table-container::before {
  content:'';
  z-index:-1;
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  opacity:1;
  background: #2B86C5;
  background: -moz-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: -webkit-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  filter:blur(30px);
}


.price-table-container dt {
  clear: both;
  float: left;
  max-width: 65%;
  padding: 30px 0;
  padding-left: 8%;
}
.price-table-container dt span, .price-table-container dt em, .price-table-container dd strong, .price-table-container dd span {
    position: relative;
    background: #FFFFFF;
    z-index: 2;
}
.price-table-container dt span, .price-table-container dt em {
    display: inline-block;
    padding-right: 13px;
    font-style: normal;
}
.price-table-container dt span {
    white-space: nowrap;
}
.price-table-container dd {
  position: relative;
  padding: 0 0 40px;
  text-align: right;
  padding: 30px 0;
  padding-right: 8%;
}
.price-table-container dd p {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 1;
    white-space: nowrap;
    color: #5631b4;
}
.price-table-container dd p span {
    padding-left: 13px;
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
}
.price-table-container dd i {
    font-size: 20px;
    font-size: 2rem;
    font-style: normal;
    font-weight:bold;
    margin: 0 0 0 0.4em;
}
.price-table-container dd:after {
    display: block;
    content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・';
    position: absolute;
    top: 34%;
    left: 0;
    width: 93%;
    height: 1px;
    z-index: 1;
    color: #CACCE0;
}
.price-table-container dd.scd {
  background-color: #F8F8F8;
}
.price-table-container dt.scd span, .price-table-container dd.scd p span, .price-table-container dt.scd em {
  background-color: #F8F8F8;
}

/*2022.5.7追加*/
.price-table-capacity {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.price-table-capacity p {
  text-shadow:
    rgba(0,0,0,.1) 1px 1px 10px, rgba(0,0,0,.1) -1px 1px 10px,
    rgba(0,0,0,.1) 1px -1px 10px, rgba(0,0,0,.1) -1px -1px 10px;
}

.price-btn-container {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.price-btn-container a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 1.5em 0;
  width: 400px;
  height: 88px;
  display: block;
  border-radius: 44px;
  margin: 2.8rem auto 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.price-btn-container a:after {
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 40px;
  top: 38%;
  transition: all 0.2s ease-out;
}

.price-btn-container a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
.price-btn-container a:hover:after {
  right: 24px;
  transition: all 0.2s ease-out;
}
.price-btn-container a.btn01 {
  background-color: #1b62b4;
  box-shadow: 0 4px 30px 0 rgba(27, 98, 180, 0.95);
}
.price-btn-container a.btn02 {
  background-color: #5631b4;
  box-shadow: 0 4px 30px 0 rgba(86, 49, 180, 0.95);
}
.price-btn-container a.btn03 {
  background-color: #db6c27;
  box-shadow: 0 4px 30px 0 rgba(219, 108, 39, 0.95);
}

.price-btn-container a span {
  font-size: .875em;
}

.price-info-container {
  text-align: center;
  color: #fff;
  opacity: .75;
  font-size: 14px;
  font-size: 1.4rem;
}
.price-info-txt {
  margin-bottom: 1.5rem;
}

/*20222.5.7追加*/
.price-info-capacity {
  margin-bottom: 6rem;
  opacity: 1;
}
.price-info-capacity p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #DB6C27;
  border: 4px solid #DB6C27;
  padding: 1.2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .price-table-container {
    font-size: 1.4rem;
  }
  .price-table-container dt {
    padding-left: 1.6rem;
  }
  .price-table-container dt span {
    padding-right: .6rem;
  }
  .price-table-container dd {
    padding-right: 1.6rem;
  }
  .price-table-container dd p span {
    font-size: 2.4rem;
    padding-left: .5rem;
  }
  .price-table-container dd i {
    font-size:1.4rem;
  }
  .price-table-container dd:after {
    content: '・・・・・・・・・・・・・・・・・・';
  }
  .price-btn-container {
    font-size: 1.4rem;
  }
  .price-btn-container a {
    width: 100%;
    font-size: 1.6rem;
    height: auto;
  }
  .price-info-container {
    font-size: 1.2rem;
    text-align: justify;
  }
  .price-table-capacity p {
    font-size: 1.6rem;
  }
  .price-info-capacity p {
    font-size: 1.6rem;
    border: 2px solid #DB6C27;
  }
}

/*-- フッター ---*/
.footer {
  background-color: #fff;
}
.footer .wrap {
  padding: 40px 60px;
}
.footer-inner {
  text-align: center;
}
.footer-link-list {
  display: flex;
  justify-content: center;
}
.footer-link-list li a {
  font-size: 12px;
  opacity: .4;
  margin: 0 14px;
}
.copyright {
  font-size: 12px;
  opacity: .4;
}

@media (max-width: 768px) {
  .footer .wrap {
    width: 100%;
    padding: 4rem 3rem 2.4rem;
  }
  .footer-link-list {
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
}
