@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="radio"] {
  border: 1px solid #000;
  border-radius: 50%;
  height: 25px;
  position: relative;
  vertical-align: -3px;
  width: 25px;
}

input[type="radio"]:checked:before {
  background: var(--main-color);
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}

input[type="radio"]#all:checked:before, input[type="radio"]#all2:checked:before {
  background: #000;
}

input[type="submit"]:hover, input[type="radio"]:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all .5s;
}

a:link img, a:visited img, a:hover img, a img {
  border: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

video, img {
  height: auto;
  max-width: 100%;
}

hr {
  background: #636363;
  height: 1px;
  margin: 30px 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

:root {
  --main-color: #ba702d;
  scroll-behavior: smooth;
}

.wrapper .closed {
  color: #e50020;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  width: min(350px, 90%);
}

/* =====================================================
  header
===================================================== */  
.wrapper .header .header__navi {
  background: #f7f6f6;
  position: relative;
  width: 100%;
  z-index: 10;
}

.wrapper .header .header__navi ul {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width: min(1200px, 92%);
}

.wrapper .header .header__navi ul li {
  font-weight: bold;
  text-align: center;
  width: calc(100% / 4);
}

.wrapper .header .header__navi ul li a {
  display: block;
  padding: 20px 0;
}

.wrapper .header .header__navi ul li a:hover {
  background: var(--main-color);
  color: #fff;
}

.wrapper .header .header__navi ul li img {
  margin: 0 auto;
}

.wrapper .main .section .section__main-visual {
  background: url(main.png) no-repeat top center/cover;
  display: flex;
  height: auto;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}

/* =====================================================
  drawer-hamburger
===================================================== */  

.wrapper .drawer-hamburger {
  display: none;
}

/* =====================================================
  main
===================================================== */  

.wrapper .main .section .section__main-visual .main-visual {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: min(880px, 92%);
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper {
  margin-bottom: 30px;
  width: 100%;
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner {
  background-color: #357a08;
  color: #fff;
  display: block;
  font-size: clamp(21px, 3.4vw, 30px);
  line-height: 1.5;
  padding: 15px clamp(15px, 3.4vw, 30px) 25px;
  text-align: center;
  transition: background-color .5s, box-shadow .5s;
  width: 100%;
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner span {
  display: block;
  font-weight: bold;
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner span:first-child {
  font-size: clamp(21px, 4.5vw, 40px);
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner span:nth-last-of-type(2) {
  margin-bottom: 15px;
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner span:last-child {
  background-color: #fff;
  border-radius: 45px;
  box-shadow: 0 2px 8px rgba(0,0,0,.10), 0 1.5px 3px rgba(0,0,0,.06);
  color: #357a08;
  display: inline-block;
  padding: 10px 50px;
  transition: background-color .5s, color .5s, box-shadow .5s, transform .5s;
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner:hover {
  background-color: #236305;
  box-shadow: 0 6px 32px rgba(0, 113, 188, .10);
}

.wrapper .main .section .section__main-visual .main-visual .main-visual__banner-wrapper .banner:hover span:last-child {
  background-color: #f0f8ff;
  box-shadow: 0 12px 36px rgba(0,113,188,.10), 0 2px 8px rgba(0,0,0,.06);
  color: #236305;
  transform: translateY(-2px) scale(1.04);
}

.wrapper .main .section {
  position: relative;
}

.wrapper .main .section .event {
  align-items: center;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding: 15px;
  width: 100%;
}

.wrapper .main .section .event .event__date {
  align-items: center;
  display: flex;
}

.wrapper .main .section .event .event__date span {
  font-size: 28px;
  margin-right: 6px;
}

.wrapper .main .section .event .event__date span:nth-child(n+2) {
  margin-left: 6px;
}

.wrapper .main .section .event .event__date .time {
  padding-top: 6px;
}

.wrapper .main .section .event .event__location {
  font-size: 21px;
  margin-left: 30px;
}

.wrapper .main .section .section__navi {
  background: #636363;
  position: relative;
  z-index: 10;
}

.wrapper .main .section .section__navi ul {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 1078px;
  z-index: 10;
}

.wrapper .main .section .section__navi ul li {
  width: calc(100% / 6);
}

.wrapper .main .section .section__navi ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 10px;
}

.wrapper .main .section .section__navi ul li a.current {
  border: 1px solid #fff;
}

.wrapper .main .section .section__navi ul li a:hover {
  opacity: .8;
}

.wrapper .main .section .section__navi ul li a span:first-child {
  font-size: 28px;
}

.wrapper .main .section .section__navi ul li:first-child a {
  background: #0071bc;
}

.wrapper .main .section .section__navi ul li:nth-child(2) a {
  background: #028e80;
}

.wrapper .main .section .section__navi ul li:nth-child(3) a {
  background: #589331;
}

.wrapper .main .section .section__navi ul li:nth-child(4) a {
  background: #ba702d;
}

.wrapper .main .section .section__navi ul li:nth-child(5) a {
  background: #bc1b68;
}

.wrapper .main .section .section__navi ul li:last-child a {
  background: #93278f;
}

.wrapper .main .section.section--bg-color-main {
  background-color: var(--main-color);
}

.wrapper .main .section.section--padding {
  padding-top: 30px;
}

.wrapper .main .section .section__event {
  padding-top: 30px;
  position: relative;
}

.wrapper .main .section .section__event:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
}

.wrapper .main .section .section__event:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: calc(-50% - 400px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.wrapper .main .section .section__event .lead {
  font-weight: bold;
  margin: 24px auto 60px;
  width: min(690px, 92%);
}

.wrapper .main .section .section__event .about-program {
  color: #e50020;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto;
  width: min(900px, 92%);
}

.wrapper .main .section .section__event .event-box {
  background: url(back.png) no-repeat top 50px center / 100%;
  position: relative;
  z-index: 3;
}

.wrapper .main .section .section__event .event-box .overview {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 70px;
  padding: 50px 34px 30px;
  width: min(900px, 92%);
}

.wrapper .main .section .section__event .event-box .overview dl {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.wrapper .main .section .section__event .event-box .overview dl dt {
  display: flex;
  flex-basis: 22%;
  font-weight: bold;
  justify-content: flex-end;
  padding: 0 20px 0 0;
}

.wrapper .main .section .section__event .event-box .overview dl dd {
  border-left: 1px solid #636363;
  flex-basis: 78%;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.wrapper .main .section .section__event .event-box .overview dl dd .sponsor span {
  display: inline-block;
}

.wrapper .main .section .section__event .event-box .overview dl dd a {
  text-decoration: underline;
}

.wrapper .main .section .section__event .event-box .overview dl dd a:hover {
  opacity: .5;
}

.wrapper .main .section .section__event .event-box h2 {
  color: var(--main-color);
  font-size: 34px;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  width: min(900px, 92%);
}

.wrapper .main .section .section__event .event-box #program h2 {
  margin-bottom: 30px;
}

.wrapper .main .section .section__event .event-box .program-wrap {
  padding-bottom: 70px;
}

.wrapper .main .section .section__event .event-box .program {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 15px auto 0;
  padding: 50px 114px 30px;
  width: min(900px, 92%);
}

.wrapper .main .section .section__event .event-box .program .program__attention {
  font-weight: bold;
  margin-bottom: 30px;
}

.wrapper .main .section .section__event .event-box .program .entry-box {
  display: flex;
  position: relative;
}

.wrapper .main .section .section__event .event-box .program .entry-box:before {
  background: var(--main-color);
  content: "";
  display: block;
  height: 25px;
  left: -114px;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 95px;
}

.wrapper .main .section .section__event .event-box .program .entry-box.entry-box--black:before {
  background: #000;
}

.wrapper .main .section .section__event .event-box .program .entry-box.entry-box--margin-top {
  margin-top: 50px;
}

.wrapper .main .section .section__event .event-box .program .entry-box label {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 10px;
}

.wrapper .main .section .section__event .event-box .program .entry-box label:hover {
  cursor: pointer;
}

.wrapper .main .section .section__event .event-box .program h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}

.wrapper .main .section .section__event .event-box .program h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.wrapper .main .section .section__event .event-box .program h4 span {
  display: block;
}

.wrapper .main .section .section__event .event-box .program .session {
  margin: 50px 0;
}

.wrapper .main .section .section__event .event-box .program .session .calender {
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-align: center;
}

.wrapper .main .section .section__event .event-box .program .session .local-lab {
  display: flex;
  margin-bottom: 24px;
}

.wrapper .main .section .section__event .event-box .program .session .summary {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.wrapper .main .section .section__event .event-box .program .session .speaker-text {
  margin-left: 20px;
}

.wrapper .main .section .section__event .event-box .program .session .speaker-text .coposition .job-title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.wrapper .main .section .section__event .event-box .program .session .speaker-text .coposition .job-title:nth-last-of-type(2) {
  margin-bottom: 6px;
}

.wrapper .main .section .section__event .event-box .program .session .speaker-text .coposition .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.wrapper .main .section .section__event .event-box .program .session .speaker .button {
  margin: 24px auto 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.wrapper .main .section .section__event .event-box .program .session .speaker .button a {
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: .25em;
  color: var(--main-color);
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .1));
  font-weight: bold;
  padding: .5em;
  width: auto;
}

.wrapper .main .section .section__event .event-box .program .session .speaker .button a:hover {
  background: var(--main-color);
  color: #fff;
}

.wrapper .main .section .section__event .event-box .program .break-time {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.wrapper .main .section .section__event .event-box .program .break-time:before {
  background-color: #636363;
  border-radius: 1px;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.wrapper .main .section .section__event .event-box .program .break-time:after {
  background-color: #636363;
  border-radius: 1px;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.wrapper .main .section .section__event .event-box .program .break-time span {
  border: 1px solid #636363;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 20px;
  text-align: center;
  width: 200px;
}

.wrapper .main .section .section__event .event-box .sponsors-wrap {
  padding-bottom: 100px;
}

.wrapper .main .section .section__event .event-box .sponsors {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 0;
  padding: 50px 114px 30px;
  width: min(900px, 92%);
}

.wrapper .main .section .section__event .event-box .sponsors .sponsors__type {
  background: #f7f6f6;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  padding: 15px;
  text-align: center;
}

.wrapper .main .section .section__present {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 70px;
  padding: 20px 114px 20px;
  text-align: center;
  width: min(900px, 92%);
}

.wrapper .main .section .section__present p:nth-child(2) {
  color: #e50020;
  font-size: 20px;
}

.wrapper .main .section .section__present p:last-child small {
  font-size: 11px;
}

.wrapper .main .section .section__lunch {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 70px;
  padding: 20px 114px 20px;
  width: min(900px, 92%);
}

.wrapper .main .section .section__event .event-box .sponsors ul {
  margin-bottom: 40px;
  text-align: center;
}

.wrapper .main .section .section__event .event-box .sponsors ul li {
  display: inline-block;
  padding: 12px 18px;
  vertical-align: middle;
}

.wrapper .entry {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 15px -5px #000;
  position: relative;
  width: 100%;
  z-index: 990;
}

.wrapper .entry .entry__inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: min(1078px, 92%);
}

.wrapper .entry .entry__inner .location {
  transform: translateY(15px);
}

.wrapper .entry .entry__inner .entry__area {
  margin-left: 140px;
  max-width: 100%;
  width: 400px;
}

.wrapper .entry .entry__inner .radio-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.wrapper .entry .entry__inner .radio-buttons label {
  font-size: 21px;
  font-weight: bold;
}

.wrapper .entry .entry__inner .radio-buttons label:hover {
  cursor: pointer;
}

.wrapper .entry .entry__inner .entry__area .disable {
  background: #636363;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.wrapper .entry .entry__inner .entry__area .disable:after {
  background: rgba(99, 99, 99, .8);
  border-radius: 10px;
  bottom: 0;
  content: "終日・午前・午後のいずれかを\a選択してください。";
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 1.2;
  margin: auto;
  padding: 8px 15px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 0 #000;
  top: 0;
  white-space: pre;
  width: 100%;
}

.wrapper .entry .entry__inner .entry__area .coming-soon {
  background: #e2e2e2;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}

.wrapper .entry.disable .entry__inner .entry__area input[type="submit"] {
  display: none;
}

.wrapper .entry .entry__inner .entry__area input[type="submit"] {
  background: #e50020;
  border-radius: 10px;
  box-shadow: 0 4px #af0f24;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  padding: 10px 15px;
  transition: all .5s;
  width: 100%;
}

.wrapper .entry .entry__inner .entry__area input[type="submit"]:hover {
  opacity: .5;
}

.speakers {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.speakers .speaker {
  flex-basis: 50%;
}

.speaker-inner {
  align-items: center;
  display: flex;
}

.photo {
  flex-shrink: 0;
  max-width: 100%;
  width: 150px;
}

/* =====================================================
  footer
===================================================== */  
.wrapper .footer {
  background: #fff;
  position: relative;
  z-index: 24;
}

.wrapper .footer .footer__attention {
  background: #e2e2e2;
  box-shadow: 0 -5px 10px -5px #555;
  padding: 30px 0;
}

.wrapper .footer .footer__text {
  font-size: 14px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  width: min(640px, 92%);
}

.wrapper .footer .footer__contact {
  border-top: 1px solid #636363;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  width: min(540px, 92%);
}

.wrapper .footer .footer__contact p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper .footer .footer__contact p {
  margin-top: 12px;
}

.wrapper .footer .footer__contact p:last-child img {
  margin-right: 10px;
}

.wrapper .footer .footer__contact p:last-child a {
  font-size: 20px;
  text-decoration: underline;
}

.wrapper .footer .footer__contact p:last-child a:hover {
  opacity: .5;
}

.wrapper .footer .footer__nes {
  border-bottom: 1px solid #636363;
  padding: 30px 0;
}

.wrapper .footer .footer__nes a {
  display: block;
  margin: 0 auto;
  width: min(280px, 92%);
}

.wrapper .footer .footer__nes img {
  margin: 0 auto;
}

.wrapper .footer .footer__copyright {
  padding: 30px 0;
}

.wrapper .footer .footer__copyright p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  margin: 0 auto;
  width: min(350px, 92%);
}

.wrapper .footer .footer__copyright span {
  flex-shrink: 0;
}

.wrapper .footer .footer__copyright img {
  margin-left: 10px;
}

/* =====================================================
  詳細ポップアップ（magnific-popup使用）
===================================================== */
.mfp-content .detail {
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
  padding-bottom: 1em;
  position: relative;
}

.mfp-content .detail .popup, .mfp-content .detail input {
  display: none !important;
}

.mfp-content .detail.mode0 button.mfp-close {
  color: #bababa !important;
}

.mfp-content .detail div, .mfp-content .detail section {
  overflow: hidden;
}

.mfp-content .detail p {
  font-size: 1.1em;
  line-height: 1.5;
  margin: .5em 0;
}

.mfp-content .detail ul {
  margin: 7px 0;
}

.mfp-content .detail li {
  margin: 0 0 4px 0;
}

.mfp-content .detail .speaker .button + div {
  margin-top: 1.5em;
}

.mfp-content .detail img {
  vertical-align: bottom;
}

/* セミナータイトル（ヘッドの帯） */
.mfp-content .detail .seminar-title {
  background: var(--main-color);

/*色設定欄参照*/
  color: rgba(255, 255, 255, .8);
  font-size: 90%;
  line-height: 1.5;
  margin: 0 !important;
  padding: 10px 40px 10px 20px;
}

.mfp-content .detail > .pad {
  padding: 10px 27px 10px 27px;
}

/* property */
.mfp-content .detail .property {
  background: #ddd;
  font-weight: bold;
  line-height: 2em;
  margin: 10px -7px 15px -7px;
  padding: 10px 15px;
  /*色設定欄参照*/
}

.mfp-content .detail .track {
  background: #0502ae;
  color: #fff;
  margin: .5em 0 0 0;
  padding: 0 .8em 0 .8em;
  /*色設定欄参照*/
}

.mfp-content .detail .time {
  font-size: 1.2em;
  margin-right: 10px;
}

.mfp-content .detail .status {
  color: #f22;
  display: inline-block;
  margin-right: 10px;
}

.mfp-content .detail span.label {
  margin: 4px 10px 4px 0;
}

/* shoulder = プログラム欄のh3相当 */
.mfp-content .detail .shoulder, .mfp-content .detail p.shoulder {
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 .5em 0;
  padding: 1em 0 1em 0;
  padding-left: 0;
  /*色設定欄参照*/
}

.mfp-content .detail span.shoulder {
  color: #000;
}

.mfp-content .detail .shoulder.noline {
  border-bottom: none;
  margin: 15px 0 0 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* title = プログラム欄のh4相当 */
.mfp-content .detail .title {
  border-bottom: solid 1px #ddd;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 1.2em 0;
  padding-bottom: .5em;
}

.mfp-content .detail .title span {
  font-size: 90%;
}

.mfp-content .detail .title .shoulder {
  border: none;
  display: block;
  font-weight: normal;
  padding: 0 0 0 0;
}

.mfp-content .detail .title .subtitle {
  display: block;
  margin-top: .2em;
}

/* photo */
.mfp-content .detail .photo {
  float: none;
  margin: 0 0 10px 0;
  overflow: initial;
  padding: 0 20px 0 0;
}

.mfp-content .detail .photo.right {
  float: right !important;
  padding: 4px 10px 0 15px !important;
}

.mfp-content .detail .photo.left {
  float: left !important;
  margin: 0 0 5px 0;
  padding: 0 15px 0 5px !important;
}

.mfp-content .detail .photo img {
  height: auto;
  width: auto;
}

/* speaker */
.mfp-content .detail .speaker {
  border-left: none;
  font-size: .8em;
  line-height: 1.4;
  line-height: 1.45;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  /*色設定欄参照*/
}

.mfp-content .detail .speaker .name {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: .4em;
}

.mfp-content .detail .speaker .job-title {
  display: block;
}

.mfp-content .detail .speaker ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mfp-content .detail .speaker li:last-child, .mfp-content .detail .speaker p:last-child {
  margin-bottom: 0;
}

.mfp-content .detail .speaker .detail {
  display: none;
}

/* note */
.mfp-content .detail .note {
  margin: 10px 5px;
}

/* summary */
.mfp-content .detail .summary {
  clear: both;
}

/* profile */
.mfp-content .detail .profile {
  line-height: 1.5;
  margin: 15px 0 10px 0;
}


@media screen and (max-width: 1024px) {
  .wrapper .main .section .section__event .event-box {
    background: none;
  }

  .wrapper .main .section .section__event .event-box:after {
    background: url(back.png) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 960px) {
  .wrapper .main .section .event {
    flex-direction: column;
  }

  .speakers {
    flex-direction: column;
  }

  .speakers .speaker:nth-child(n + 2) {
    margin-top: 20px;
  }

  .speakers .speaker {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 840px) {
  .wrapper .main .section .section__event {
    width: 96%;
  }
}

@media screen and (min-width: 751px) {
  .wrapper .main .section .section__event .event-box .program h4 span.font--small {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .wrapper .drawer-hamburger {
    display: none;
  }

  .wrapper .drawer-hamburger {
    background: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    z-index: 999;
  }

  .wrapper .drawer-hamburger span {
    background: var(--main-color);
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    left: 14px;
    position: absolute;
    transition: all .5s;
    width: 45%;
  }

  .wrapper .drawer-hamburger span:nth-of-type(1) {
    top: 15px;
  }

  .wrapper .drawer-hamburger span:nth-of-type(2) {
    top: 23px;
    width: 30%;
  }

  .wrapper .drawer-hamburger span:nth-of-type(3) {
    top: 31px;
  }

  .wrapper .drawer-hamburger.active span:nth-of-type(1) {
    left: 18px;
    top: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }

  .wrapper .drawer-hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .wrapper .drawer-hamburger.active span:nth-of-type(3) {
    left: 18px;
    top: 30px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }

  .wrapper .header .header__navi ul {
    flex-wrap: wrap;
    padding-top: 15px;
  }

  .wrapper .header .header__navi ul li:first-child {
    margin-bottom: 10px;
    width: 100%;
  }

  .wrapper .header .header__navi ul li:not(:first-child) {
    width: calc(100% / 3);
  }

  .wrapper .main .section .event .event__location {
    margin-left: 0;
  }

  .wrapper .main .section .section__navi {
    display: flex;
    height: 100dvh;
    position: fixed;
    right: -200%;
    top: 0;
    transition: all 1s ease;
    width: 100%;
    z-index: 998;
  }

  .wrapper .main .section .section__navi.active {
    right: 0;
  }

  .wrapper .main .section .section__navi ul {
    flex-direction: column;
    justify-content: center;
  }

  .wrapper .main .section .section__navi ul li {
    width: 100%;
  }

  .wrapper .main .section .section__event .event-box h2 {
    font-size: 27px;
  }

  .wrapper .main .section .section__event .event-box .overview {
    padding: 30px 15px 30px;
  }

  .wrapper .main .section .section__event .event-box .overview dl {
    flex-direction: column;
  }

  .wrapper .main .section .section__event .event-box .overview dl dt {
    flex-basis: 100%;
    justify-content: flex-start;
    padding: 0 0 0 0;
  }

  .wrapper .main .section .section__event .event-box .overview dl dd {
    border-bottom: 1px solid #636363;
    border-left: none;
    flex-basis: 100%;
    padding: 0 0 15px 0;
  }

  .wrapper .main .section .section__event .event-box .program {
    padding: 30px 15px 30px;
  }

  .wrapper .main .section .section__event .event-box .sponsors {
    padding: 30px 15px 30px;
  }

  .wrapper .main .section .section__event .event-box .program h3 {
    font-size: 21px;
  }

  .wrapper .main .section .section__event .event-box .program h4 {
    font-size: 21px;
  }

  .photo {
    width: 120px;
  }

  .wrapper .main .section .section__event .event-box .program .entry-box:before {
    left: -15px;
    width: 50px;
  }

  .wrapper .main .section .section__present {
    padding: 20px 15px 20px;
  }

  .wrapper .main .section .section__lunch {
    padding: 20px 15px 20px;
  }

  .wrapper .main .section .section__event .event-box .program .entry-box {
    padding-left: 45px;
  }

  .wrapper .entry .entry__inner .entry__area {
    margin-left: 0;
    padding: 15px 0 30px;
  }

  .wrapper .entry .entry__inner .radio-buttons {
    margin-bottom: 15px;
    padding: 0 0;
  }

  .wrapper .entry .entry__inner {
    flex-direction: column;
  }

  .wrapper .entry .entry__inner .location img {
    max-width: 100px;
  }
}

@media screen and (max-width: 550px) {
  .wrapper .main .section .section__event .event-box .overview dl dd .time {
    display: block;
  }

  .wrapper .main .section .section__event .event-box .sponsors ul li {
    width: 100%;
  }

  .wrapper .main .section .section__event .event-box .sponsors ul li img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  .wrapper .header .header__navi ul li a {
    font-size: 14px;
  }

  .wrapper .main .section .event .event__date {
    flex-direction: column;
  }

  .wrapper .main .section .event .event__date .time {
    padding-top: 0;
  }

  .wrapper .main .section .event .event__date p {
    line-height: 1.4;
  }

  .wrapper .main .section .event .event__date span {
    font-size: 24px;
  }

  .wrapper .entry .entry__inner .entry__area input[type="submit"] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .wrapper .entry .entry__inner .radio-buttons {
    align-items: center;
    flex-direction: column;
  }

  .wrapper .entry .entry__inner .entry__area .disable:after {
    font-size: 15px;
  }
}