@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Animation
  ========================================================================== */
.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  color: #333;
  font-size: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

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

::selection {
  background: #c2b4aa;
  color: #fff;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.orange {
  color: #e95c4d;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  a:hover, a img {
    transition: 0.2s linear;
  }
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

.ibm {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
}

.zenm {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}

.nun {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

/* ==========================================================================
  Parts
  ========================================================================== */
.pagetop {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: -24px;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  overflow: hidden;
  transition: 0.2s ease-out;
  background: -moz-linear-gradient(0% 50% 0deg, #ff6e18 0%, #ff5e62 100%);
  background: -webkit-linear-gradient(0deg, #ff6e18 0%, #ff5e62 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #ff6e18), color-stop(1, #ff5e62));
  background: -o-linear-gradient(0deg, #ff6e18 0%, #ff5e62 100%);
  background: -ms-linear-gradient(0deg, #ff6e18 0%, #ff5e62 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6E18', endColorstr='#FF5E62' ,GradientType=0)";
  background: linear-gradient(90deg, #ff6e18 0%, #ff5e62 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6E18",endColorstr="#FF5E62" , GradientType=1);
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/arrow-pagetop.svg) center center no-repeat;
  background-size: 33px 13px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    top: 0;
    width: 0;
    height: 0;
    border-radius: 10px;
  }
  .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-pagetop.svg) center center no-repeat;
    background-size: 50% auto;
  }
}
@media screen and (min-width: 769px) {
  .btn-entry {
    position: fixed;
    width: 48px;
    height: 220px;
    left: 0;
    bottom: 0;
    right: auto;
    top: 0;
    margin: auto auto auto 0;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
  }
  .btn-entry a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #d53131;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .btn-entry a:hover {
    background: #000;
  }
  .btn-entry a span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.2;
  }

  .btn-entry-2 {
    position: fixed;
    width: 48px;
    height: 220px;
    left: 0;
    bottom: 0;
    right: auto;
    top: 440px;
  }
  .btn-entry-2 a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .btn-entry-2 a:hover {
    background: #d53131;
  }
}
@media screen and (max-width: 768px) {
  .btn-entry {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 15px;
    background: #000;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    margin: auto auto 0 auto;
    border-radius: 0;
    overflow: hidden;
  }
  .btn-entry a {
    display: flex;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    background: #d53131;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .btn-entry a span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
  }
}
.nolink {
  cursor: default;
}
.nolink:hover {
  opacity: 1 !important;
}

/* ==========================================================================
Layout
========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.l-section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}

.l-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    min-width: inherit;
    padding: 0 2.5%;
  }
}

/* ==========================================================================
COMMON
========================================================================== */
.sec-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.sec-ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 4.5rem;
  line-height: 5.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.sec-ttl span {
  display: block;
  font-size: 60%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.sec-ttl.sec-ttl-s {
  font-size: 3.5rem;
}

.sec-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.sec-ttl.sec-ttl-wht,
.sec-lead.sec-lead-wht {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .sec-header {
    margin-bottom: 20px;
    padding: 0 5%;
  }

  .sec-ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 3.5rem;
  }
  .sec-ttl span {
    display: block;
    font-size: 60%;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .sec-ttl.sec-ttl-s {
    font-size: 2.5rem;
  }
  .sec-ttl::after {
    width: 40px;
    height: 4px;
  }

  .sec-lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.sec-time {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.sec-time small {
  font-size: 70%;
  font-weight: bold;
}

.sec-time.sec-time-wht {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .sec-time {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .sec-time small {
    font-size: 70%;
    font-weight: bold;
  }
}
.btn-wrap {
  padding: 30px 0;
  text-align: center;
}
.btn-wrap a {
  display: block;
}

@media screen and (max-width: 768px) {
  .btn-wrap {
    padding: 20px 0;
  }
}
a.btn {
  position: relative;
  display: block;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  padding: 0 15px;
  background: #fff;
  border-radius: 30px;
  transition: opacity 0.25s ease-out;
  font-weight: bold;
  font-size: 1.8rem;
  transition: all 0.25s ease-out;
}
a.btn span {
  font-weight: bold;
  letter-spacing: 0.15em;
}

a:hover.btn {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.btn {
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    padding: 0 5px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
}
/* ==========================================================================
Header / Footer
========================================================================== */
.l-header .logo-jogmec {
  position: fixed;
  left: 0;
  top: 0;
  width: 20%;
  height: 12%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-header .logo-jogmec {
    width: 40%;
    height: 24%;
  }
}
.l-header .logo-jogmec a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header .logo-jogmec a img {
  width: 100%;
  height: auto;
}

.l-header .nav-trigger {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 9;
}
.l-header .nav-trigger .lines {
  position: relative;
}
.l-header .nav-trigger .lines span {
  position: absolute;
  z-index: 2;
  background: #000;
  left: 15px;
  transition: all 0.25s ease-out;
}
.l-header .nav-trigger .lines span:nth-child(1) {
  width: 30px;
  height: 1px;
  top: 20px;
}
.l-header .nav-trigger .lines span:nth-child(2) {
  width: 30px;
  height: 1px;
  top: 30px;
}
.l-header .nav-trigger .lines span:nth-child(3) {
  width: 30px;
  height: 1px;
  top: 40px;
}
.l-header .nav-trigger.is-active .lines span:nth-child(1) {
  width: 30px;
  top: 30px;
  transform: rotate(-45deg);
}
.l-header .nav-trigger.is-active .lines span:nth-child(2) {
  width: 0;
  top: 30px;
  transform: rotate(45deg);
}
.l-header .nav-trigger.is-active .lines span:nth-child(3) {
  width: 30px;
  top: 30px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-header .nav-trigger {
    height: 60px;
    right: 0;
  }
}
.l-header {
  padding: 0 0 0;
}
.l-header .gnav {
  display: none;
  overflow: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100vw;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 8;
  padding: 7.5% 5% 0;
  transition: all 0.25s ease-out;
}
.l-header .gnav ul {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #676767;
}
.l-header .gnav ul li {
  overflow: visible;
  border-bottom: 1px solid #676767;
  text-align: center;
  margin: 0;
}
.l-header .gnav ul li a {
  border: none;
  display: block;
  padding: 30px 0;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-header .gnav ul li a:last-child {
  border: none;
}
.l-header .gnav ul li.sp-sns {
  text-align: center;
  padding: 25px 0;
}
.l-header .gnav ul li.sp-sns a {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0 20px;
  border: none;
}
.l-header .gnav.is-active {
  display: block;
  left: 0;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .l-header .gnav ul li a {
    font-size: 2rem;
    padding: 20px 0;
  }
}
.l-header .sns {
  margin: 0 20px 0 10px;
}
.l-header .sns ul {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0;
}
.l-header .sns ul li {
  margin-left: 10px;
}
.l-header .sns ul li a {
  display: block;
  width: 32px;
  height: 32px;
}
.l-header .sns ul li a img {
  width: 100%;
  height: auto;
}

.l-footer {
  position: relative;
  text-align: center;
  background: #000;
  padding: 30px 0 100px;
}
.l-footer p,
.l-footer a {
  color: #fff;
}
.l-footer a:hover {
  color: #c2b4aa;
}
.l-footer .policy {
  font-size: 1.4rem;
}
.l-footer .copyright {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 30px 10px 15px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 80px;
  }
  .l-footer .copyright {
    font-size: 1rem;
    padding: 30px 10px 15px;
    line-height: 1.5;
  }
}
/* ==========================================================================
TOP PAGE
========================================================================== */
.l-kv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .l-kv {
    padding-top: 100%;
  }
}
.l-kv .kv-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../images/kv-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-kv .kv-inner {
    background: url(../images/kv-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.l-kv h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-kv h1 {
    padding: 15%;
  }
}
.l-kv h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-kv h1 img {
    object-fit: contain;
  }
}

#logo {
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.06);
  transition: opacity 2s 0.25s ease, filter 2s 0.25s ease, transform 2s 0.25s ease;
}

#logo.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

#bg {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.02);
  transition: opacity 2s ease, filter 2s 0.2s ease, transform 2s 0.2s ease;
}

#bg.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

/* ---------------
Title
------------------ */
.l-title {
  padding: 5vw 0 5vw;
  margin-bottom: 0;
  background-size: 100vw auto;
}
.l-title .title-wrap {
  padding: 2.5%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #e95c4d;
}
.l-title .title-box {
  background: white;
  padding: 2.5%;
  width: 100%;
  border-bottom: 1px solid #e95c4d;
}
.l-title .title-box:last-child {
  border-bottom: none;
}
.l-title .title-box h2 {
  font-size: 3.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.l-title .title-box h2 span {
  font-weight: 600;
  font-size: 2.6rem;
  display: inline-block;
  margin-bottom: 5px;
}
.l-title .title-box p {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.l-title .title-box p:last-child {
  margin-bottom: 0;
}
.l-title .title-box p.notes {
  font-size: 1.64rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .l-title {
    padding: 10vw 2.5vw 10vw;
  }
  .l-title .title-box {
    padding: 2.5%;
    width: 100%;
  }
  .l-title .title-box h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .l-title .title-box h2 span {
    font-size: 1.8rem;
  }
  .l-title .title-box p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 0.75em;
    letter-spacing: 0.025em;
  }
  .l-title .title-box p.notes {
    font-size: 1.2rem;
  }
}
/* ---------------
ABOUT
------------------ */
.l-about {
  padding: 5vw 0 5vw;
  margin-bottom: 0;
  background: url(../images/about-bg.jpg) 100% bottom no-repeat;
  background-size: cover;
}
.l-about .about-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 5%;
  border-radius: 15px;
  overflow: hidden;
}
.l-about .about-box h2 {
  font-size: 3.4rem;
  margin-bottom: 30px;
}
.l-about .about-box p {
  font-size: 2.2rem;
  line-height: 2.2;
  letter-spacing: 0.025em;
}
.l-about .about-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .l-about .about-box p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .l-about {
    padding: 10vw 0 10vw;
    margin-bottom: 0;
    background: url(../images/about-bg.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .l-about .about-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 5%;
    width: 94%;
    margin: 0 auto;
  }
  .l-about .about-box h2 {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
  .l-about .about-box p {
    font-size: 1.8rem;
    line-height: 2.2;
    letter-spacing: 0.015em;
  }
}
/* ---------------
Toiawase
------------------ */
.l-toiawase {
  padding: 5vw 0 5vw;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-toiawase {
    padding: 10vw 2.5% 10vw;
    box-sizing: border-box;
    line-height: 1.5em;
  }
}
.l-toiawase h3 {
  font-size: 3rem;
  margin: 60px 0 15px;
}
.l-toiawase p {
  font-size: 2.2rem;
}
.l-toiawase .soon {
  margin: 60px 0;
  text-align: center;
  line-height: 1.5;
}
.l-toiawase .soon span {
  font-weight: bold;
}
.l-toiawase .soon .marker {
  display: inline;
  background: linear-gradient(transparent 60%, yellow 0%);
  padding: 0 0.2em 0.2em;
}
.l-toiawase .toiawase-logo {
  width: 20%;
  height: auto;
  margin: 30px auto 10px;
}
@media screen and (max-width: 768px) {
  .l-toiawase .toiawase-logo {
    width: 40%;
  }
}
.l-toiawase .toiawase-logo img {
  width: 100%;
  height: auto;
}
.l-toiawase a {
  text-decoration: underline;
}
.l-toiawase a:hover {
  text-decoration: none;
}
.l-toiawase p.kouen {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .l-toiawase h3 {
    font-size: 2.4rem;
    margin: 30px 0 15px;
  }
  .l-toiawase p {
    font-size: 1.8rem;
  }
}
.l-toiawase {
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toiawase {
    padding: 3% 3% 15%;
    box-sizing: border-box;
    line-height: 1.5em;
  }
}
.l-toiawase h3 {
  font-size: 2.5rem;
  margin: 60px 0 15px;
}
.l-toiawase .toiawase-logo {
  width: 20%;
  height: auto;
  margin: 30px auto 10px;
}
@media screen and (max-width: 768px) {
  .l-toiawase .toiawase-logo {
    width: 50%;
  }
}
.l-toiawase .toiawase-logo img {
  width: 100%;
  height: auto;
}
.l-toiawase a {
  text-decoration: underline;
}
.l-toiawase a:hover {
  text-decoration: none;
}
.l-toiawase p.kouen {
  line-height: 2;
}

/* ==========================================================================
Title
========================================================================== */
/* ---------------
Outline
------------------ */
.l-outline {
  background: url(../images/live-bg.jpg) center left no-repeat;
  background-size: cover;
}
.l-outline .date {
  position: absolute;
  width: 110px;
  height: 110px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: -80% ；;
}
.l-outline .outline-box {
  position: relative;
  background: #fff4dd;
  padding: 2.5% 5%;
}
.l-outline .outline-box .present {
  position: absolute;
  z-index: 2;
  width: 220px;
  height: 220px;
  right: -5vw;
  top: -28%;
}
.l-outline table {
  width: 100%;
}
.l-outline table tr {
  border-bottom: 2px solid #fff;
}
.l-outline table tr:last-child {
  border-bottom: none;
}
.l-outline table th,
.l-outline table td {
  padding: 30px 15px;
  vertical-align: middle;
  line-height: 1.4;
}
.l-outline table th {
  width: 20%;
  text-align: center;
  border-right: 2px solid #fff;
  padding: 5px;
}
.l-outline table td {
  width: 80%;
  line-height: 1.6;
}
.l-outline .present {
  position: absolute;
  right: -60px;
  top: -30px;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .l-outline {
    background: url(../images/live-bg-sp.jpg) center top repeat-y;
    background-size: cover;
    padding: 3% 3% 6%;
  }
  .l-outline .sec-header {
    padding-right: 0;
  }
  .l-outline .date {
    width: 80px;
    height: 80px;
    top: -30%;
    right: -80%;
  }
  .l-outline .outline-box {
    background: #fff4dd;
    padding: 2.5% 2.5%;
    margin: 0 2.5%;
  }
  .l-outline .outline-box .present {
    width: 130px;
    height: 130px;
    right: -4.5vw;
    top: -34%;
  }
  .l-outline table {
    width: 100%;
  }
  .l-outline table tr {
    border-bottom: 2px solid #fff;
  }
  .l-outline table tr:last-child {
    border-bottom: none;
  }
  .l-outline table th,
.l-outline table td {
    padding: 15px 15px;
    vertical-align: middle;
  }
  .l-outline table th {
    width: 25%;
    padding: 15px 5px;
    text-align: center;
    border-right: 2px solid #fff;
  }
  .l-outline table td {
    width: 75%;
    line-height: 1.6;
  }
  .l-outline .present {
    position: relative;
    right: auto;
    top: auto;
    width: 320px;
    height: 320px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-outline .btn-wrap {
    padding: 20px 0 10px;
  }
}
/* ---------------
PROGRAM
------------------ */
.l-program .timeline {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  text-align: center;
}
.l-program .timeline .timeline-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-program .timeline dl {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.l-program .timeline dl dt,
.l-program .timeline dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-program .timeline dl dt {
  justify-content: center;
  width: 20%;
  background: #f6951d;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
.l-program .timeline dl dd {
  justify-content: space-between;
  background: #eeeeee;
  flex: 1;
  margin-left: 5px;
  padding: 15px 15px;
}
.l-program .timeline dl dd.rest {
  margin-left: 0;
}
.l-program .timeline dl .cs_txt {
  margin: 50px 30px;
}

@media screen and (max-width: 768px) {
  .l-program .timeline {
    width: 95%;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .l-program .timeline .timeline-inner {
    padding: 0;
  }
  .l-program .timeline dl {
    margin-bottom: 0;
    display: block;
  }
  .l-program .timeline dl dt,
.l-program .timeline dl dd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-program .timeline dl dt {
    justify-content: center;
    width: 100%;
    padding: 10px 3%;
    font-size: 1.2rem;
    line-height: 1.4;
    box-sizing: border-box;
  }
  .l-program .timeline dl dd {
    width: 100%;
    margin-left: 0;
    padding: 10px 3%;
  }
  .l-program .timeline dl .cs_txt {
    margin: 30px 20px;
    font-size: 15px;
  }
}
.l-program dd .tl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  padding: 10px 0;
}
.l-program dd .tl-box .photo {
  width: 150px;
  border-radius: 8px;
  overflow: hidden;
}
.l-program dd .tl-box .profile {
  margin-left: 15px;
  flex: 1;
  text-align: left;
}
.l-program dd .tl-box .profile span {
  display: block;
  line-height: 1.4;
}
.l-program dd .tl-box .profile span.company, .l-program dd .tl-box .profile span.position {
  font-size: 1.2rem;
  margin-top: 5px;
}
.l-program dd .tl-box .profile span.name {
  margin-top: 5px;
  font-size: 1.8rem;
}
.l-program dd .tl-box .profile .img-copy {
  margin-top: 30px;
  font-size: 0.8rem;
}
.l-program dd .tl-box-full {
  width: 100%;
}
.l-program dd .tl-box-rest {
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.l-program dd .tl-theme {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 15px;
  text-align: left;
}
.l-program dd .tl-theme h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.l-program dd .tl-theme p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-program dd .tl-box {
    width: 100%;
    padding: 10px 0;
  }
  .l-program dd .tl-box .photo {
    width: 100px;
    border-radius: 6px;
  }
  .l-program dd .tl-box .profile {
    margin-left: 8px;
  }
  .l-program dd .tl-box .profile span.company, .l-program dd .tl-box .profile span.position {
    font-size: 1rem;
    margin-top: 5px;
  }
  .l-program dd .tl-box .profile span.name {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .l-program dd .tl-theme {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 10px 10px;
  }
  .l-program dd .tl-theme h4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .l-program dd .tl-theme p {
    font-size: 1.2rem;
  }
}
.l-program .attention {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.l-program .contact {
  margin-top: 40px;
  background: #c2b4aa;
  padding: 2px;
}
.l-program .contact .contact-inner {
  padding: 30px;
  background: #fff;
}
.l-program .contact .contact-inner h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.l-program .contact .contact-inner p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.l-program .contact .contact-inner .btn-wrap {
  padding: 30px 0 15px;
}
.l-program .contact .contact-inner .btn-wrap a.btn-contact {
  position: relative;
  max-width: 320px;
  background: #c2b4aa;
  color: #fff;
  border-radius: 6px;
}
.l-program .contact .contact-inner .btn-wrap a.btn-contact:hover {
  background: #90684d;
  box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .l-program .attention {
    margin-top: 10px;
    font-size: 1.1rem;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .l-program .contact {
    margin-top: 20px;
  }
  .l-program .contact .contact-inner {
    padding: 5%;
  }
  .l-program .contact .contact-inner h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .l-program .contact .contact-inner p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .l-program .contact .contact-inner .btn-wrap {
    padding: 20px 0 10px;
  }
}
/* ---------------
COLLEGE
------------------ */
.l-college {
  background: url(../images/event-bg.png) center center no-repeat;
  background-size: cover;
}
.l-college .sec-header {
  margin: 0 auto 30px;
}
.l-college .sec-header .sec-ttl {
  margin-bottom: 15px;
}
.l-college .sec-header .sec-ttl .sec-ttl-lead {
  margin-bottom: 10px;
}
.l-college .sec-header .sec-lead {
  font-size: 2rem;
  padding-bottom: 15px;
}
.l-college .soon {
  padding: 2em;
  text-align: center;
  font-size: 3rem;
  color: #676767;
}
.l-college .attention {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
}
.l-college .college-box {
  background: #fff;
  padding: 5%;
  border-radius: 15px;
}
.l-college .college-box .dot {
  padding-bottom: 8px;
  border-bottom: dotted;
  border-color: #f6951d;
  border-width: 5px;
  font-weight: 600;
  line-height: 4rem;
}
.l-college .college-box .college-box-img {
  margin: 50px 0 0;
  display: flex;
}
.l-college .college-box .college-box-img img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.l-college .college-map {
  width: 80%;
  margin: 50px auto 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.l-college .college-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-college .college-schedule {
  margin: 30px auto 0;
  padding: 3%;
  background: #fff4dd;
}
.l-college .college-schedule dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.l-college .college-schedule dl dt,
.l-college .college-schedule dl dd {
  font-weight: 500;
}
.l-college .college-schedule dl dt {
  width: 10%;
}
.l-college .college-schedule dl dd {
  width: 85%;
}
.l-college .college-schedule dl .wide-all {
  width: 100%;
}
.l-college .college-schedule dl:last-child {
  margin-bottom: 0;
}
.l-college .flyer {
  text-align: center;
}
.l-college .flyer img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .l-college {
    background: url(../images/live-bg-sp.jpg) center top repeat-y;
    background-size: cover;
    padding: 3% 3% 6%;
  }
  .l-college .sec-header {
    padding: 20px 0 0;
    width: 100%;
    margin: 0 auto 0;
  }
  .l-college .sec-header .sec-ttl-lead {
    font-size: 2rem;
  }
  .l-college .sec-header .sec-lead {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .l-college .exhibition-box {
    padding: 0 5%;
  }
  .l-college .exhibition-box .lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-college .exhibition-box h4 {
    font-size: 2rem;
  }
  .l-college .exhibition-box .group {
    padding-top: 30px;
  }
  .l-college .exhibition-box .soon {
    padding: 1em;
    font-size: 2rem;
  }
  .l-college .college-box .college-box-img {
    margin: 40px 0 0;
    display: flex;
  }
  .l-college .college-box .college-box-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .l-college .college-map {
    width: 100%;
  }
  .l-college .college-schedule {
    margin: 30px auto 0;
    padding: 3%;
    background: #fff4dd;
  }
  .l-college .college-schedule dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  .l-college .college-schedule dl dt,
.l-college .college-schedule dl dd {
    font-weight: 500;
  }
  .l-college .college-schedule dl dt {
    width: 15%;
    margin-top: 1%;
  }
  .l-college .college-schedule dl dd {
    width: 80%;
    line-height: 2rem;
  }
  .l-college .college-schedule dl .wide-all {
    width: 100%;
  }
  .l-college .college-schedule dl:last-child {
    margin-bottom: 0;
  }
  .l-college .flyer img {
    max-width: 100%;
  }
}
/* ---------------
EXHIBITION
------------------ */
.l-exhibition .sec-header {
  margin: 0 auto 10px;
}
.l-exhibition .sec-header .sec-ttl {
  color: #e95c4d;
  margin-bottom: 15px;
}
.l-exhibition .sec-header .sec-lead {
  padding-bottom: 15px;
  font-size: 2rem;
  color: #e95c4d;
}
.l-exhibition .sec-header .dot {
  padding-bottom: 8px;
  border-bottom: dotted;
  border-color: #f6951d;
  border-width: 5px;
  font-weight: 600;
  line-height: 4rem;
}
.l-exhibition .exhibition-box {
  padding: 5%;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #e95c4d;
}
.l-exhibition .exhibition-box .sec-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
.l-exhibition .exhibition-box .dot {
  padding-bottom: 8px;
  border-bottom: dotted;
  border-color: #f6951d;
  border-width: 5px;
  font-weight: 600;
  line-height: 4rem;
}
.l-exhibition .exhibition-box h4 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
}
.l-exhibition .exhibition-box .group {
  padding-top: 60px;
}
.l-exhibition .exhibition-box .soon {
  padding: 2em;
  text-align: center;
  font-size: 3rem;
  color: #676767;
}

@media screen and (max-width: 768px) {
  .l-exhibition {
    padding: 3% 3% 6%;
    box-sizing: border-box;
  }
  .l-exhibition .sec-header {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  .l-exhibition .sec-header .sec-lead {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .l-exhibition .exhibition-box {
    padding: 5%;
    width: 100%;
  }
  .l-exhibition .exhibition-box .lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-exhibition .exhibition-box .sec-lead {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    text-align: center;
  }
  .l-exhibition .exhibition-box .dot {
    padding-bottom: 8px;
    border-bottom: dotted;
    border-color: #f6951d;
    border-width: 5px;
    font-weight: 600;
    line-height: 4rem;
  }
  .l-exhibition .exhibition-box h4 {
    font-size: 2rem;
  }
  .l-exhibition .exhibition-box .group {
    padding-top: 30px;
  }
  .l-exhibition .exhibition-box .soon {
    padding: 1em;
    font-size: 2rem;
  }
}
/* ---------------
ボタン
------------------ */
.floating-btn {
  display: inline-table;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
}
.floating-btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floating-btn ul li {
  width: 32%;
  margin: 0 auto;
}
.floating-btn ul li a {
  position: relative;
  width: 100%;
  line-height: 60px;
  background: #ff4605;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 10px;
  display: inline-table;
}
.floating-btn ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.floating-btn ul li a:after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.floating-btn ul li.btn-entry-kengaku {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.floating-btn ul li.btn-entry-kengaku a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 85%;
  line-height: 1.4;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .floating-btn {
    height: 80px;
    padding: 15px 2.5%;
  }
  .floating-btn ul li {
    width: 32%;
  }
  .floating-btn ul li a {
    height: 50px;
    padding: 5px 15px 5px 5px;
    border-radius: 6px;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  .floating-btn ul li a span {
    display: inline-block;
    font-weight: bold;
    font-size: 92%;
  }
  .floating-btn ul li a.btn-entry-kengaku a {
    font-size: 70%;
    line-height: 1.4;
  }
  .floating-btn ul li a:after {
    width: 5px;
    height: 5px;
    right: 10px;
  }
}

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