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

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-family: "ryo-gothic-plusn", "Lato", "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #472d2b;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
body .section-title li:first-child {
  width: 100%;
}
body .section-title li:first-child img {
  width: 20%;
}
body .section-title li:nth-child(2) {
  font-weight: bold;
  color: #e7770e;
}
@media only screen and (max-width: 767px) {
  body .section-title li:first-child img {
    width: 65%;
  }
}
body .loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 2000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
}
body main a {
  cursor: pointer;
}
body main .pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
body main .pagetop_arrow {
  display: block;
  height: 16px;
  width: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .pc, .pc_tablet {
    display: block;
  }
  .tablet, .tablet_sp, .sp {
    display: none;
  }
  #concept .container, #movie .container, #program .container, #programs .container, #movie02 .container, #past_event .container, #outline .container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .pc, .pc_tablet, .tablet {
    display: none !important;
  }
  .tablet_sp, .sp {
    display: block;
  }
}
.area-title li {
  display: inline-block;
}
.area-title li:nth-child(1) {
  width: 100%;
  font-size: 2rem;
  font-family: "Roboto Mono", monospace;
}
.area-title li:nth-child(2) {
  font-size: 1.2rem;
  font-weight: lighter;
  border-top: 1px solid #1a1515;
  padding: 1em 0 3em;
  margin-top: 0.7em;
}
@media only screen and (max-width: 767px) {
  .area-title li:nth-child(1) {
    font-size: 1.5rem;
  }
  .area-title li:nth-child(2) {
    font-size: 1rem;
    line-height: 1.5em;
    padding-bottom: 1em;
    margin-top: 1em;
  }
}

/*---------------------------------------
  button
---------------------------------------*/
.btn {
  width: 500px;
  height: 70px;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  box-shadow: 0 0 5px 5px #eee;
}
.btn a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: inline-block;
  width: 100%;
  height: 70px;
  border-radius: 100px;
  color: #fff;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn::before {
  content: "";
  width: 500px;
  height: 70px;
  border-radius: 100px;
  background: linear-gradient(to right, #ec7e98 0%, #cd65d5 50%, #9aa6eb 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn::after {
  content: "";
  width: 500px;
  height: 70px;
  border-radius: 100px;
  background: linear-gradient(to right, #fd6d6d 60%, #ed3389 95%, #d837bf 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -2;
}
.btn:hover::before {
  opacity: 0;
}

/*-------------------------------------------
  ヘッダー
-------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  color: #fff;
}
header .header-inner {
  height: 75px;
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .logo {
  width: 200px;
}
header .header-inner .logo img {
  width: 100%;
}
header .header-inner .global-nav {
  display: flex;
  height: 100%;
  font-size: 0.85rem;
}
header .header-inner .global-nav .global-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-inner .global-nav .global-nav-list li {
  display: inline-block;
  padding: 0 1rem;
  height: 100%;
}
header .header-inner .global-nav .global-nav-list li > a {
  display: block;
  color: #472d2b;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
header .header-inner .global-nav .global-nav-list li > a:hover {
  color: #cf490c;
  opacity: 0.8;
}
header .header-inner .global-nav .global-nav-list li > a.is-current {
  color: #cf490c;
}
header .header-inner .global-nav .global-nav-list .application_btn {
  display: inline-block;
  width: 200px;
  height: 75px;
  padding: 0 2rem;
  margin-left: 1rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 0;
}
header .header-inner .global-nav .global-nav-list .application_btn > a {
  display: flex;
  justify-content: center;
  color: #fff !important;
}
header .header-inner .global-nav .global-nav-list .application_btn::before {
  content: "";
  width: 200px;
  height: 75px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(to right, #ec7e98 0%, #cd65d5 50%, #9aa6eb 100%);
  color: #fff;
}
header .header-inner .global-nav .global-nav-list .application_btn::after {
  content: "";
  width: 200px;
  height: 75px;
  position: absolute;
  z-index: -2;
  right: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(to right, #fd6d6d 60%, #ed3389 95%, #d837bf 100%);
  color: #fff;
}
header .headerColor-default {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
@media only screen and (max-width: 599px) {
  header .mobile-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 0 15px 5px rgba(41, 44, 52, 0.8);
    display: flex;
    height: 72px;
  }
  header .mobile-menu .menu-list {
    width: 70%;
    display: flex;
    justify-content: space-around;
    background: #472d2b;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 5px 10px;
  }
  header .mobile-menu .menu-list > li {
    line-height: 1em;
    text-align: center;
  }
  header .mobile-menu .menu-list > li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .mobile-menu .menu-list > li a .menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .mobile-menu .menu-list > li a .menu > li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  header .mobile-menu .menu-list > li a .menu li:nth-child(2) {
    padding-top: 5px;
  }
  header .mobile-menu .menu-list > li a .menu .material-icons {
    color: #fff;
  }
  header .btn-wrap {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #ec7e98 0%, #cd65d5 50%, #9aa6eb 100%);
    color: #fff;
    letter-spacing: 0.05em;
  }
  header .btn-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#topwrap {
  width: 100%;
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#kv {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#kv .sp {
  display: none !important;
}
#kv .container {
  width: 60%;
  padding-top: 50px;
}
#kv .container .nymark {
  width: 100%;
  mix-blend-mode: multiply;
}
#kv .container .nymark img {
  width: 23%;
}
#kv .container .event_title {
  width: 100%;
}
#kv .container .event_title img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #kv {
    width: 100%;
    height: 100vh;
    justify-content: center;
  }
  #kv .sp {
    display: block !important;
  }
  #kv .container {
    padding-top: 0;
    width: 100%;
    height: auto;
  }
  #kv .container .logo_kv {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 3.5rem;
    padding-right: 5px;
  }
  #kv .container .logo_kv img {
    width: 100%;
    filter: drop-shadow(0 0 3px rgb(207, 73, 12));
  }
  #kv .container .nymark {
    width: 100%;
    mix-blend-mode: multiply;
  }
  #kv .container .nymark img {
    width: 30%;
  }
  #kv .container h1 {
    width: 100%;
    margin-top: auto;
  }
  #kv .container h1 > img {
    width: 95%;
  }
}

#concept {
  padding: 6rem 1rem;
  background: rgba(250, 250, 250, 0.4);
}
#concept .container {
  width: 100%;
  margin-bottom: 5rem;
}
#concept .container .wrapper {
  width: 100%;
  padding-top: 3rem;
  color: #472d2b;
}
#concept .container .wrapper ul {
  font-weight: 600;
}
#concept .container .wrapper ul li:nth-child(1) {
  font-size: 1.6rem;
}
#concept .container .wrapper ul li:nth-child(2) {
  font-size: 1.4rem;
  line-height: 2em;
  padding: 0.4em 0 1.5em;
}
#concept .container .wrapper p {
  font-weight: 600;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 2em;
  letter-spacing: 0.05;
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 3rem 1rem;
    background-image: none;
    background-color: rgba(250, 250, 250, 0.8);
  }
  #concept .container {
    width: 100%;
    margin-bottom: 0;
  }
  #concept .container .wrapper ul li:nth-child(1) {
    font-size: 1.35rem;
  }
  #concept .container .wrapper ul li:nth-child(2) {
    font-size: 1.15rem;
    line-height: 2em;
    padding: 0.2em 0 1.3em;
  }
  #concept .container .wrapper p {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    font-size: 0.95rem;
    line-height: 2em;
  }
}

#programs {
  padding: 5rem 1rem 8rem;
  box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.7) inset;
}
#programs .container {
  max-width: 980px;
}
#programs .container .program-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 1rem;
}
#programs .container .program-wrap .program-head {
  width: 100%;
}
#programs .container .program-wrap .program-head li:nth-child(1) {
  background: #472d2b;
  color: #fff;
  font-size: 1.3rem;
  line-height: 3.5em;
}
#programs .container .program-wrap .program-head li:nth-child(2) {
  background: linear-gradient(to right, #9a8596 0%, #e5dae3 100%);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7em;
  font-family: "Roboto Mono", monospace;
}
#programs .container .program-wrap .wrapper {
  background-color: #fff;
  width: 100%;
  padding-bottom: 2rem;
}
#programs .container .program-wrap .wrapper .tba {
  width: 90%;
  color: #b3b3b3;
  font-weight: bold;
  text-align: right;
  margin: 1.5em auto 0 auto;
}
#programs .container .program-wrap .wrapper .obi {
  width: 95%;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-family: serif;
  margin-left: auto;
  padding: 0.2em 1em;
}
#programs .container .program-wrap .wrapper .guest {
  background: linear-gradient(to right, #cf490c 0%, #ffa30f 100%);
}
#programs .container .program-wrap .wrapper .moderator {
  background: linear-gradient(to right, #9a8596 0%, #e5dae3 100%);
}
#programs .container .program-wrap .wrapper .title {
  padding: 3rem 0 0;
}
#programs .container .program-wrap .wrapper .title h1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1em;
}
#programs .container .program-wrap .wrapper .title .detail {
  font-weight: 500;
  text-align: justify;
  line-height: 1.7em;
}
#programs .container .program-wrap .wrapper .title .detail-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#programs .container .program-wrap .wrapper .title .detail-wrap .detail {
  width: 73%;
}
#programs .container .program-wrap .wrapper .title .detail-wrap .perovskite {
  width: 25%;
}
#programs .container .program-wrap .wrapper .title .detail-wrap .perovskite img {
  width: 100%;
}
#programs .container .program-wrap .wrapper .title .photos {
  width: 100%;
}
#programs .container .program-wrap .wrapper .title .photos > p {
  display: flex;
  align-items: center;
  margin: 2rem 0 1rem;
}
#programs .container .program-wrap .wrapper .title .photos > p::before, #programs .container .program-wrap .wrapper .title .photos > p::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background: #cf490c;
}
#programs .container .program-wrap .wrapper .title .photos > p::before {
  margin-right: 1rem;
}
#programs .container .program-wrap .wrapper .title .photos > p::after {
  margin-left: 1rem;
}
#programs .container .program-wrap .wrapper .title .photos .photo-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#programs .container .program-wrap .wrapper .title .photos .photo-list li {
  width: 33%;
}
#programs .container .program-wrap .wrapper .title .photos .photo-list li img {
  width: 100%;
}
#programs .container .program-wrap .wrapper .inner {
  width: 90%;
  margin: 0 auto;
}
#programs .container .program-wrap .wrapper .inner .photos .photo-list li {
  width: 50%;
}
#programs .container .program-wrap .wrapper .inner .photos .photo-list li img {
  width: 100%;
}
#programs .container .program-wrap .wrapper .ringside-session {
  padding: 2em 0 2.5em;
  border-top: 1px solid #9a8596;
  margin-top: 1em;
}
#programs .container .program-wrap .wrapper .speaker-wrap {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
#programs .container .program-wrap .wrapper .speaker-wrap .photo {
  width: 28%;
}
#programs .container .program-wrap .wrapper .speaker-wrap .photo img {
  width: 100%;
}
#programs .container .program-wrap .wrapper .speaker-wrap .profile {
  width: 68%;
}
#programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(n+1) {
  text-align: left;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5em;
}
#programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(1) {
  padding-top: 0.8em;
}
#programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(2) {
  border-bottom: 1px solid #cf490c;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
#programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(2) .business {
  font-size: 0.9rem;
}
#programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(3) {
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.6em;
}
#programs .container .program-wrap .wrapper .speaker-wrap .mode li:nth-child(2) {
  border-bottom: 1px solid #9a8596;
}
#programs .container .program-wrap .wrapper .later {
  margin-bottom: 1rem;
}
#programs .container .program-wrap .wrapper .later .profile {
  width: 90%;
  margin: 0 auto;
}
#programs .container .program-wrap .wrapper .later .profile li:nth-child(2) {
  border-bottom: none;
  margin-top: 0.5em;
  margin-bottom: 0;
}
#programs .container .program-wrap .wrapper .later .profile li:nth-child(3) {
  font-size: 1.1rem;
  line-height: 1.5em;
}
#programs .container .program-wrap .gain {
  background-color: #eee;
  width: 100%;
}
#programs .container .program-wrap .gain .gain-wrap {
  width: 97%;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#programs .container .program-wrap .gain .gain-wrap p {
  width: 5.5rem;
  height: 5.5rem;
  padding-top: 0.3em;
  background-color: #cf490c;
  border-radius: 50px;
  color: #fff;
  line-height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#programs .container .program-wrap .gain .gain-wrap .gain-list {
  text-align: left;
  font-weight: bold;
  line-height: 2.3em;
  margin-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  #programs {
    padding: 3rem 0.5rem 2rem;
    box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.7) inset;
  }
  #programs .container {
    width: 100%;
  }
  #programs .container .program-wrap {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
  #programs .container .program-wrap .program-head {
    width: 100%;
  }
  #programs .container .program-wrap .program-head li:nth-child(1) {
    font-size: 1.1rem;
    line-height: 3.1em;
  }
  #programs .container .program-wrap .program-head li:nth-child(2) {
    font-size: 1.2rem;
  }
  #programs .container .program-wrap .wrapper {
    width: 100%;
    padding-bottom: 1rem;
  }
  #programs .container .program-wrap .wrapper .tba {
    color: #b3b3b3;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    padding: 0 0 1em;
  }
  #programs .container .program-wrap .wrapper .inner {
    width: 90%;
    margin: 0 auto;
  }
  #programs .container .program-wrap .wrapper .obi {
    width: 95%;
    color: #fff;
    text-align: left;
    font-size: 1rem;
    font-family: serif;
    margin-left: auto;
    padding: 0.2em 1em;
  }
  #programs .container .program-wrap .wrapper .guest {
    background: linear-gradient(to right, #cf490c 0%, #ffa30f 100%);
  }
  #programs .container .program-wrap .wrapper .moderator {
    background: linear-gradient(to right, #9a8596 0%, #e5dae3 100%);
  }
  #programs .container .program-wrap .wrapper .title {
    padding: 2rem 0 0;
  }
  #programs .container .program-wrap .wrapper .title h1 {
    font-size: 1.4rem;
    line-height: 1.6em;
    padding-bottom: 1em;
  }
  #programs .container .program-wrap .wrapper .title .detail {
    font-weight: 500;
    text-align: justify;
    line-height: 1.7em;
  }
  #programs .container .program-wrap .wrapper .title .detail-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #programs .container .program-wrap .wrapper .title .detail-wrap .detail {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .title .detail-wrap .perovskite {
    width: 100%;
    padding-top: 0.8em;
  }
  #programs .container .program-wrap .wrapper .title .detail-wrap .perovskite img {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .title .photos .photo-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #programs .container .program-wrap .wrapper .title .photos .photo-list li {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .title .photos .photo-list li img {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .ringside-session {
    padding: 2em 0 2.5em;
    border-top: 1px solid #9a8596;
    margin-top: 1em;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .photo {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .photo img {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .profile {
    width: 100%;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(n+1) {
    text-align: left;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5em;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(1) {
    padding-top: 0.8em;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(2) {
    border-bottom: 1px solid #cf490c;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(2) .business {
    font-size: 0.9rem;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .profile li:nth-child(3) {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.6em;
  }
  #programs .container .program-wrap .wrapper .speaker-wrap .mode li:nth-child(2) {
    border-bottom: 1px solid #9a8596;
  }
  #programs .container .program-wrap .wrapper .later .profile {
    width: 90%;
    margin: 0 auto;
  }
  #programs .container .program-wrap .wrapper .later .profile li:nth-child(2) {
    border-bottom: none;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  #programs .container .program-wrap .wrapper .later .profile li:nth-child(3) {
    font-size: 1.1rem;
    line-height: 1.5em;
  }
  #programs .container .program-wrap .gain {
    background-color: #eee;
    width: 100%;
  }
  #programs .container .program-wrap .gain .gain-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #programs .container .program-wrap .gain .gain-wrap p {
    width: 100%;
    height: 100%;
    padding: 0.2em;
    border-radius: 0;
    line-height: 1.3em;
  }
  #programs .container .program-wrap .gain .gain-wrap .gain-list {
    width: 95%;
    text-align: justify;
    font-weight: bold;
    line-height: 1.8em;
    margin-left: 0;
    padding: 1em 0;
  }
  #programs .container .program-wrap .gain .gain-wrap .gain-list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #programs .container .program-wrap .photos {
    width: 100%;
  }
  #programs .container .program-wrap .photos > p {
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem;
  }
  #programs .container .program-wrap .photos > p::before, #programs .container .program-wrap .photos > p::after {
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    background: #cf490c;
  }
  #programs .container .program-wrap .photos > p::before {
    margin-right: 1rem;
  }
  #programs .container .program-wrap .photos > p::after {
    margin-left: 1rem;
  }
}

#pastevents {
  width: 100%;
  padding: 5rem 1rem 0;
  background: rgba(250, 250, 250, 0.6);
}
#pastevents .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 5rem;
}
#pastevents .container .wrapper {
  width: 32%;
  padding: 1.7rem 1rem 0.5rem;
  background: #221902;
  border-radius: 10px 0;
}
#pastevents .container .wrapper > ul {
  width: 100%;
  color: #fff;
}
#pastevents .container .wrapper > ul li:first-child {
  font-size: 1.1rem;
  padding: 0.4rem;
  border-bottom: 1px solid #cf490c;
  margin-bottom: 0.6rem;
  line-height: 1.5em;
}
#pastevents .container .wrapper > ul li:nth-child(2) {
  font-size: 0.85rem;
  line-height: 1.5em;
  height: 3em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pastevents .container .wrapper .video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pastevents .container .wrapper .video iframe {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #pastevents {
    padding: 3rem 1rem 0;
  }
  #pastevents .container {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0 3rem;
  }
  #pastevents .container .wrapper {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.7rem 1rem 0.5rem;
    background: #221902;
    border-radius: 10px 0;
  }
  #pastevents .container .wrapper > ul {
    width: 100%;
    color: #fff;
  }
  #pastevents .container .wrapper > ul li:first-child {
    font-size: 1.1rem;
    padding: 0.4rem;
    border-bottom: 1px solid #cf490c;
    margin-bottom: 0.6rem;
    line-height: 1.5em;
  }
  #pastevents .container .wrapper > ul li:nth-child(2) {
    font-size: 0.85rem;
    line-height: 1.5em;
    height: 3em;
    padding-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pastevents .container .wrapper .video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pastevents .container .wrapper .video iframe {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*----------------------------------------------
  開催概要
--------------------------------------------*/
#outline {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 10%, rgba(219, 168, 22, 0.8) 100%);
  padding: 80px 0 0;
  text-align: center;
  box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.7) inset;
}
#outline .container {
  max-width: 900px;
}
#outline .container h2 {
  line-height: 2rem;
  padding-bottom: 2.5em;
}
#outline .container table {
  border-collapse: collapse;
  margin: 3rem auto 40px auto;
  width: 100%;
  table-layout: fixed;
}
#outline .container table tr {
  background-color: #fff;
  border: 1px solid #bbb;
}
#outline .container table th, #outline .container table td {
  line-height: 1.6rem;
  vertical-align: middle;
  padding: 1.2em 0.3em;
}
#outline .container table th {
  background: #f6f7f7;
  width: 18%;
  text-align: center;
  font-size: 0.85rem;
}
#outline .container table td {
  background: #fff;
  width: 82%;
}
#outline .container table .part-schedule {
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0.7em auto 0.5em auto;
}
#outline .container table .part-schedule li {
  padding: 0.2em 0.8em;
}
#outline .container table .part-schedule li:nth-child(odd) {
  width: 40%;
  background: #e8e9e9;
}
#outline .container table .part-schedule li:nth-child(even) {
  width: 40%;
  background: #f6f7f7;
}
#outline .container table .bigger {
  font-size: 1.15rem;
  line-height: 1.7em;
}
#outline .container table .bigger .gray {
  display: inline-block;
  background: #eee;
  width: 14rem;
  padding: 0.2em 0.4em;
  border-radius: 5px;
}
#outline .container table .map {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
#outline .container table .map .tomap {
  display: inline-block;
  background: #4f4e4e;
  font-size: 0.8rem;
  color: #fff;
  padding: 0 1.2em;
  border-radius: 50px;
  margin-left: 0.3em;
}
#outline .container table .map .tomap:hover {
  background: #8a8989;
}
#outline .container table .move {
  margin-bottom: 0.8rem;
}
#outline .container table .middle {
  font-size: 0.9rem;
  line-height: 1.7em;
}
#outline .container table .small {
  font-size: 0.8rem;
  line-height: 1.5em;
  padding-top: 0.5em;
}
#outline .container table .contact {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
#outline .container table .contact li {
  margin-right: 1rem;
}
#outline .container table .contact li:last-child {
  margin-right: 0;
  position: relative;
  top: 5px;
}
#outline .container table .contact .material-icons {
  color: #bbb;
  position: relative;
  top: 5px;
  padding-right: 3px;
}
#outline .container .copyright {
  font-size: 0.7rem;
  line-height: 1.5rem;
  padding: 5em 1em 1em;
}

@media only screen and (max-width: 599px) {
  #outline {
    padding: 50px 0 0;
    box-shadow: none;
  }
  #outline .container {
    width: 95%;
    margin: 0 auto;
  }
  #outline .container table {
    margin-bottom: 0;
  }
  #outline .container table tr, #outline .container table th, #outline .container table td {
    display: block;
    width: 100%;
  }
  #outline .container table tr ul, #outline .container table th ul, #outline .container table td ul {
    width: 100%;
  }
  #outline .container table th {
    padding: 0.3em;
  }
  #outline .container table .part-schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.7em auto 0.5em auto;
  }
  #outline .container table .part-schedule li:nth-child(odd) {
    width: 100%;
  }
  #outline .container table .part-schedule li:nth-child(even) {
    width: 100%;
  }
  #outline .container table .bigger {
    font-size: 1.15rem;
    line-height: 1.5em;
  }
  #outline .container table .middle {
    font-size: 0.8rem;
    padding-top: 1em;
  }
  #outline .container table .small {
    font-size: 0.8rem;
    line-height: 1.5em;
    padding-top: 1em;
  }
  #outline .container table .map {
    width: 100%;
  }
  #outline .container table .map .tomap {
    display: inline-block;
    background: #4f4e4e;
    font-size: 0.8rem;
    color: #fff;
    padding: 0 1.6em;
    border-radius: 50px;
    margin-left: 0;
    margin-top: 0.6em;
  }
  #outline .container table .map .tomap:hover {
    background: #8a8989;
  }
  #outline .container table .hybrid {
    width: 90%;
    margin: 0 auto;
  }
  #outline .container table .hybrid > li:nth-of-type(1) {
    margin-bottom: 1.5rem;
  }
  #outline .container table .hybrid .place li:first-child {
    border-top: 1px dotted #472d2b;
    border-bottom: 1px dotted #472d2b;
    padding: 0.2em;
    margin-bottom: 0.8em;
  }
  #outline .container table .contact {
    flex-direction: column;
  }
  #outline .container table .contact li {
    margin-right: 0;
  }
  #outline .container table .contact li:last-child {
    margin-right: 0;
    position: relative;
    top: 7px;
  }
  #outline .container .copyright {
    font-size: 0.7rem;
    line-height: 1.2rem;
    padding: 1rem 1em 100px;
  }
}