@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* Resetting default margin and padding
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML, Body, Anchor
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

a {
  outline: 0;
}

/* Paragraph
   ========================================================================== */
p {
  margin-bottom: 0;
}

/* List
   ========================================================================== */
ol,
ul {
  list-style: none;
}

/* Table
   ========================================================================== */
table {
  font-size: inherit;
  font-family: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  padding: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

/* Form
   ========================================================================== */
fieldset {
  border: none;
}

input,
textarea,
select,
label {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

/* Embedded
   ========================================================================== */
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}

a img {
  border: none;
}

object {
  vertical-align: middle;
  outline: none;
}

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

/* Other
   ========================================================================== */
em {
  font-weight: bold;
  font-style: normal;
}

abbr {
  border: none;
  font-variant: normal;
}

q,
blockquote {
  quotes: none;
}

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

address,
caption,
cite,
code,
dfn,
var {
  font-weight: normal;
  font-style: normal;
}

code,
pre {
  font-family: monospace;
}

.container {
  width: 100%;
}
@media only screen and (min-width: 741px) {
  .container {
    max-width: 640px;
    margin: 0 auto;
  }
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clearfix-solo {
  display: flex;
  flex-wrap: wrap;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
}

body {
  min-width: 0;
  background: url(../img/index/bg1.png);
  color: #000;
  font-size: 14px;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 741px) {
  body {
    line-height: 36px;
  }
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a.blue-color {
  color: rgb(30, 136, 229);
}
a:link,
a:visited {
  outline: 0;
}
a:hover,
a:active {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}

.global-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 741px) {
  .global-wrapper {
    min-width: 1200px;
  }
}

main {
  overflow: hidden;
}

.top-theme {
  position: relative;
  width: 100%;
  height: 145px;
}
@media only screen and (min-width: 741px) {
  .top-theme {
    height: 440px;
  }
}
.top-theme canvas {
  position: absolute;
  top: -520px;
  left: 0;
  width: 100%;
  height: 900px;
}
@media only screen and (min-width: 741px) {
  .top-theme canvas {
    top: -900px;
    width: 100%;
    height: 1760px;
  }
}

.pagetop-image--about,
.pagetop-image--event,
.pagetop-image--howto,
.pagetop-image--offsite-class,
.pagetop-image--contest,
.pagetop-image--startup,
.pagetop-image--store {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 741px) {
  .pagetop-image--about,
  .pagetop-image--event,
  .pagetop-image--howto,
  .pagetop-image--offsite-class,
  .pagetop-image--contest,
  .pagetop-image--startup,
  .pagetop-image--store {
    padding-top: 24%;
    height: auto;
    background-size: contain;
    background-position: center top;
  }
}

.pagetop-image--about {
  background-image: url(../img/main/top_about_sp.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--about {
    padding-top: 32%;
    background-image: url(../img/main/top_about_pc.png);
  }
}

.pagetop-image--event {
  background-image: url(../img/main/top_event_sp.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--event {
    background-image: url(../img/main/top_event_pc.png);
  }
}

.pagetop-image--howto {
  background-image: url(../img/main/top_howto_sp.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--howto {
    background-image: url(../img/main/top_howto_pc.png);
  }
}

.pagetop-image--offsite-class {
  background-image: url(../img/main/top_offsite-class_sp.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--offsite-class {
    background-image: url(../img/main/top_offsite-class_pc.png);
  }
}

.pagetop-image--contest {
  background-image: url(../img/main/top_contest_sp.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--contest {
    background-image: url(../img/main/top_contest_pc.png);
  }
}

.pagetop-image--startup {
  background-image: url(../img/main/top_startup.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--startup {
    background-image: url(../img/main/top_startup.png);
  }
}

.pagetop-image--store {
  background-image: url(../img/main/top_store.png);
}
@media only screen and (min-width: 741px) {
  .pagetop-image--store {
    background-image: url(../img/main/top_store.png);
  }
}

@media only screen and (min-width: 741px) {
  .include-control {
    display: none;
  }
}
#js-device {
  content: "sp";
}
@media only screen and (min-width: 741px) {
  #js-device {
    content: "pc";
  }
}

.joint-top-bottom {
  position: relative;
}
.joint-top-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1%;
  padding: 2% 0 0;
  z-index: 10;
  background: url(../img/joint/joint_bg3.png) center center no-repeat;
  background-size: contain;
  top: -10px;
}
@media only screen and (min-width: 741px) {
  .joint-top-bottom:before {
    top: -15px;
  }
}
.joint-top-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1%;
  padding: 2% 0 0;
  z-index: 10;
  background: url(../img/joint/joint_bg4.png) center center no-repeat;
  background-size: contain;
  bottom: -10px;
}
@media only screen and (min-width: 741px) {
  .joint-top-bottom:after {
    bottom: -15px;
  }
}

.joint-bottom {
  position: relative;
}
.joint-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1%;
  padding: 2% 0 0;
  z-index: 10;
  background: url(../img/joint/joint_bg4.png) center center no-repeat;
  background-size: contain;
  bottom: -10px;
}
@media only screen and (min-width: 741px) {
  .joint-bottom:after {
    bottom: -15px;
  }
}

.joint-top {
  position: relative;
}
.joint-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1%;
  padding: 2% 0 0;
  z-index: 10;
  background: url(../img/joint/joint_bg3.png) center center no-repeat;
  background-size: contain;
  top: -10px;
}
@media only screen and (min-width: 741px) {
  .joint-top:before {
    top: -15px;
  }
}

@media only screen and (min-width: 741px) {
  .joint-howto:before {
    top: -5%;
  }
  .joint-howto:after {
    bottom: -5%;
  }
}
canvas.wave-border {
  position: absolute;
  left: 0;
  top: -30px;
}
@media only screen and (min-width: 741px) {
  canvas.wave-border {
    top: -30px;
  }
}

section {
  position: relative;
}

.header {
  position: relative;
  z-index: 999;
  height: 90px;
  width: 100%;
}
@media only screen and (min-width: 741px) {
  .header {
    height: 50px;
  }
}
.header .head-inner {
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 741px) {
  .header .head-inner {
    padding: 7px 17px 7px 20px;
  }
}
.header .head-inner .head-img-cont {
  float: left;
}
.header .head-inner .head-img-cont img {
  width: 95px;
  display: block;
}
@media only screen and (min-width: 741px) {
  .header .head-inner .head-img-cont img {
    width: 120px;
  }
}
.header .head-inner .hours_cont {
  position: relative;
  float: right;
  text-align: center;
}
.header .head-inner .hours_cont .situation-cont {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.header .head-inner .hours_cont .situation-cont:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media only screen and (min-width: 741px) {
  .header .head-inner .hours_cont .situation-cont {
    font-size: 12px;
    line-height: 12.5px;
    right: -3px;
    top: 5px;
  }
  .header .head-inner .hours_cont .situation-cont:before {
    width: 6px;
    height: 6px;
    top: 3px;
  }
}
.header .head-inner .hours_cont .soon-hour {
  color: #8a8a8a;
}
.header .head-inner .hours_cont .soon-hour:before {
  background: #8a8a8a;
}
.header .head-inner .hours_cont .open-hour {
  color: #1e88e5;
}
.header .head-inner .hours_cont .open-hour:before {
  background: #1e88e5;
}
.header .head-inner .hours_cont .close-hour {
  color: #8a8a8a;
}
.header .head-inner .hours_cont .close-hour:before {
  background: #8a8a8a;
}
.header .head-inner .hours_cont .none-hours {
  visibility: hidden;
}
.header .head-inner .hours_cont .hours {
  margin: 15px auto 0;
  width: 100%;
  font-size: 12px;
  font-family: Avenir Next;
  font-weight: lighter;
}
@media only screen and (min-width: 741px) {
  .header .head-inner .hours_cont .hours {
    margin-top: 20px;
    font-size: 12.5px;
    line-height: 12.5px;
  }
}
.header .head-scroll-cont {
  position: relative;
  z-index: 999;
  background: #edecdf;
  width: 100%;
  height: 47px;
}
@media only screen and (min-width: 850px) {
  .header .head-scroll-cont {
    display: none;
  }
}
.header .head-scroll-cont .scroll-menu {
  padding: 13px 10px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.header .head-scroll-cont .scroll-menu li {
  display: inline-block;
  margin-right: 20px;
}
.header .head-scroll-cont .scroll-menu li:last-child {
  margin-left: 0;
}
.header .head-scroll-cont .scroll-menu li a {
  color: #afaea4;
}
.header .head-scroll-cont .scroll-menu li a.current {
  color: #51514c;
  border-bottom: solid #51514c 2px;
  padding-bottom: 2px;
}
.header .pc-menu {
  display: none;
}
@media only screen and (min-width: 900px) {
  .header .pc-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
    display: block;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .header .pc-menu li {
    display: inline-block;
    margin-right: 20px;
  }
  .header .pc-menu li:last-child {
    margin-left: 0;
  }
  .header .pc-menu li a {
    line-height: 32px;
    color: #afaea4;
  }
  .header .pc-menu li a.current {
    color: #51514c;
    border-bottom: solid #51514c 2px;
    padding-bottom: 2px;
  }
}

.footer {
  position: relative;
  padding: 80px 0 100px;
  text-align: center;
  background: url(../img/index/bg_pattern_black.png);
}
@media only screen and (min-width: 741px) {
  .footer {
    padding: 160px 0;
    text-align: left;
  }
}
.footer .inner {
  padding-bottom: 30px;
  width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  .footer .inner {
    min-width: 640px;
    width: 1200px;
  }
}
.footer .foot-img-cont img {
  width: 210px;
}
@media only screen and (min-width: 741px) {
  .footer .foot-img-cont img {
    width: 370px;
  }
}
.footer .footer-link li {
  margin: 10px 0;
}
@media only screen and (min-width: 741px) {
  .footer .footer-link li {
    margin: 20px 0;
  }
}
.footer .footer-link a {
  color: #edecdf;
}
@media only screen and (min-width: 741px) {
  .footer .footer-link a {
    font-size: 24px;
    letter-spacing: 5px;
  }
}
.footer .current {
  border-bottom: solid #edecdf 2px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 741px) {
  .footer .foot-nemu-cont {
    float: left;
    margin-right: 200px;
  }
  .footer .foot-description-cont {
    float: right;
  }
}
.footer .info-cont {
  margin: 0 auto;
  padding: 20px 0;
  width: 260px;
  border-bottom: solid #40403e 3px;
  text-align: left;
  color: #dfded2;
}
@media only screen and (min-width: 741px) {
  .footer .info-cont {
    margin: 0;
    width: 560px;
    padding: 35px 0;
  }
}
.footer .info-cont dt {
  float: left;
  width: 60px;
}
.footer .info-cont dt p {
  width: 48px;
  font-size: 12px;
  line-height: 1.5em;
}
@media only screen and (min-width: 741px) {
  .footer .info-cont dt p {
    width: 120px;
    font-size: 21px;
  }
}
.footer .info-cont dd {
  margin-left: 15px;
  float: left;
}
@media only screen and (min-width: 741px) {
  .footer .info-cont dd {
    margin-left: 70px;
  }
}
.footer .info-cont dd p,
.footer .info-cont dd a {
  font-size: 14px;
  line-height: 1.5em;
  color: #dfded2;
}
.footer .info-cont dd p span {
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  .footer .info-cont dd p,
  .footer .info-cont dd a {
    font-size: 21px;
  }
  .footer .info-cont dd p span {
    font-size: 21px;
  }
}
.footer .top-info {
  margin: 60px auto 0;
  border-top: solid #40403e 3px;
}
@media only screen and (min-width: 741px) {
  .footer .top-info {
    margin: 0;
  }
}
.footer .sns_cont {
  margin: 40px auto 35px;
  /*width: 190px;*/
}
@media only screen and (min-width: 741px) {
  .footer .sns_cont {
    float: left;
    margin: 0;
  }
}
.footer .sns_cont a {
  display: block;
  float: left;
  width: 90px;
  display: block;
}
.footer .sns_cont img {
  width: 70px;
  display: block;
}
.footer .sns_cont canvas {
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 741px) {
  .footer .sns_cont canvas {
    width: 90px;
    height: 90px;
  }
}
.footer .footer-btn {
  margin-bottom: 40px;
}
@media only screen and (min-width: 741px) {
  .footer .footer-btn {
    display: none;
  }
}
.footer .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  .footer .copyright {
    margin-top: 75px;
    font-size: 14px;
  }
  .footer .copyright br {
    display: none;
  }
}

.is-hidden {
  display: none;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

.btn-yellow {
  position: relative;
  background-color: #ffe401;
  border-radius: 12px;
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  .btn-yellow {
    margin: 0 auto;
    height: 70px;
    width: 320px;
    line-height: 70px;
    font-size: 21px;
  }
}

.top-btn-yellow {
  float: left;
  height: 55px;
  width: 130px;
  background-color: #ffe401;
  display: block;
  padding: 5px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  line-height: 20px;
  letter-spacing: 1px;
}
.top-btn-yellow span {
  font-size: 13px;
  line-height: 24px;
}
@media only screen and (min-width: 741px) {
  .top-btn-yellow {
    height: 70px;
    width: 200px;
    margin: 0 auto;
    font-size: 21px;
    padding: 7px 0;
    letter-spacing: 1px;
  }
  .top-btn-yellow span {
    font-size: 16px;
    line-height: 32px;
  }
}

.top-left-btn-yellow {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: solid #ffd400 1px;
}

.top-right-btn-yellow {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: solid #ffd400 1px;
}

.route-search-btn {
  position: relative;
  margin: 40px auto 0;
  background-color: #1e88e5;
  border-radius: 12px;
  display: block;
  line-height: 60px;
  width: 280px;
  height: 60px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.route-search-btn:hover {
  color: #fff;
}
@media only screen and (min-width: 741px) {
  .route-search-btn {
    margin: 40px auto 30px auto;
    height: 70px;
    width: 320px;
    line-height: 70px;
    font-size: 21px;
  }
}

.event-more-btn {
  position: relative;
  background-color: #dcdac3;
  border-radius: 12px;
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.event-more-btn:hover,
.event-more-btn:active {
  opacity: 0.6;
}
@media only screen and (min-width: 741px) {
  .event-more-btn {
    width: 320px;
    margin: 0 auto;
    font-size: 24px;
  }
}

.youtube-play-btn {
  background: url(../img/event/youtube_play_btn.png) center center no-repeat;
  background-size: contain;
  width: 75px;
  height: 55px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 741px) {
  .youtube-play-btn {
    width: 145px;
    height: 100px;
  }
}

.youtube-link-btn {
  margin: 35px auto 0;
  background: url(../img/event/youtube_link_btn.png) center center no-repeat;
  background-size: contain;
  position: relative;
  background-color: #e62d28;
  width: 261px;
  height: 78px;
  display: block;
  border-radius: 10px;
}
@media only screen and (min-width: 741px) {
  .youtube-link-btn {
    margin: 80px auto 0;
    width: 370px;
    height: 74px;
    background: #e62d28 url(../img/pc/event/youtube_link_btn.png) center center
      no-repeat;
    background-size: contain;
  }
}

.footer-btn {
  position: relative;
  background-color: #585751;
  border-radius: 12px;
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #edecdf;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  .footer-btn {
    width: 320px;
    margin: 0 auto;
    font-size: 24px;
  }
}
.footer-btn:before {
  content: "";
  display: block;
  height: 18px;
  width: 17px;
  position: absolute;
}

#top .inner {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #top .inner {
    min-width: 640px;
    width: 1200px;
  }
}
#top .main-contens {
  padding: 60px 0;
}
@media only screen and (min-width: 741px) {
  #top .main-contens {
    padding: 60px 0 160px;
  }
}
#top .bg-white {
  background: url(../img/index/bg_pattern_white.png);
}
#top .bg-gray {
  background: url(../img/index/bg_pattern_gray.png);
}
#top .main {
  position: relative;
  padding: 50px 0 100px;
  background: url(../img/index/top/top_main_bg.png) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 741px) {
  #top .main {
    background: url(../img/pc/index/top_main_bg.png) center center no-repeat;
    background-size: cover;
  }
}
#top .main .top-opening-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#top .main .top-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main .top-bg canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
#top .main .top-ttl-cont-wrapper {
  position: relative;
}
#top .main .top-ttl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main .top-ttl-bg canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 265px;
  height: 265px;
}
@media only screen and (min-width: 741px) {
  #top .main .top-ttl-bg canvas {
    width: 100%;
    height: 100%;
  }
}
#top .main .top-ttl-cont {
  position: relative;
  height: 100%;
  padding: 13% 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  top: 0;
  left: 0;
}
#top .main .top-ttl-cont .sabae-img {
  background: url(../img/index/top/sabae_logo.png) center center no-repeat;
  background-size: contain;
  height: 100%;
  padding: 9% 0 0;
  width: 14%;
  margin: 0 auto;
}
#top .main .top-ttl-cont .ttl-img {
  background: url(../img/index/top/main_ttl.png) center center no-repeat;
  background-size: contain;
  height: 100%;
  padding: 24% 0 0;
  width: 65%;
  margin: 7% auto 0;
  position: relative;
}
#top .main .top-ttl-cont .catch-copy-cont {
  width: 100%;
  height: 3%;
  padding-top: 5%;
  position: absolute;
  bottom: 2px;
  left: 10px;
  background: url(../img/index/top/top_ttl_copy.png) center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 741px) {
  #top .main .top-ttl-cont .catch-copy-cont {
    bottom: 10px;
    left: 20px;
  }
}
#top .main .top-ttl-cont .hours_cont {
  margin: 15px auto 0;
  width: 32%;
  height: 100%;
  padding: 15% 0 0;
  position: relative;
}
#top .main .top-ttl-cont .hours_cont .situation-cont {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  width: 100px;
  left: 18px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#top .main .top-ttl-cont .hours_cont .situation-cont:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media only screen and (min-width: 741px) {
  #top .main .top-ttl-cont .hours_cont .situation-cont {
    width: 180px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    left: 55px;
  }
  #top .main .top-ttl-cont .hours_cont .situation-cont:before {
    width: 13px;
    height: 13px;
    top: 6px;
    left: -19px;
  }
}
#top .main .top-ttl-cont .hours_cont .soon-hour {
  color: #8a8a8a;
}
#top .main .top-ttl-cont .hours_cont .soon-hour:before {
  background: #8a8a8a;
}
#top .main .top-ttl-cont .hours_cont .open-hour {
  color: #1e88e5;
  left: 12px;
}
@media only screen and (min-width: 741px) {
  #top .main .top-ttl-cont .hours_cont .open-hour {
    left: 45px;
  }
}
#top .main .top-ttl-cont .hours_cont .open-hour:before {
  background: #1e88e5;
}
#top .main .top-ttl-cont .hours_cont .close-hour {
  color: #8a8a8a;
}
#top .main .top-ttl-cont .hours_cont .close-hour:before {
  background: #8a8a8a;
}
#top .main .top-ttl-cont .hours_cont .none-hours {
  visibility: hidden;
}
#top .main .top-ttl-cont .hours_cont .hours {
  margin: -25px auto 0;
  font-family: Avenir Next;
  font-weight: 600;
  width: 100px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 741px) {
  #top .main .top-ttl-cont .hours_cont .hours {
    width: 155px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}

#top .link-cont {
  margin-top: 5%;
  display: block;
  letter-spacing: 0.1em;
  color: #1e88e5;
  position: relative;
}

@media only screen and (min-width: 741px) {
  #top .link-cont {
    font-size: 24px;
    width: auto;
    margin: 0 auto;
  }
}
#top .main .top-btn-cont {
  margin: 16px auto 0;
  width: 260px;
  height: 55px;
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (min-width: 741px) {
  #top .main .top-btn-cont {
    width: 400px;
    height: 70px;
  }
}
#top .information-cont {
  margin-bottom: 100px;
  padding: 20px;
  background-color: #edecdf;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #top .information-cont {
    width: 720px;
    margin: 0 auto 150px;
  }
}
#top .information-cont .information-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  #top .information-cont .information-ttl {
    font-size: 21px;
  }
}
#top .information-cont .information-date {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  #top .information-cont .information-date {
    font-size: 20px;
  }
}
#top .information-cont .information-sentens {
  font-size: 16px;
  margin-bottom: 20px;
}
#top .information-cont .information-sentens span {
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #top .information-cont .information-sentens {
    font-size: 24px;
  }
  #top .information-cont .information-sentens span {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#top .main-img-cont {
  margin: 0 auto 40px;
  width: 100%;
  height: 210px;
}
@media only screen and (min-width: 741px) {
  #top .main-img-cont {
    float: left;
    margin: 0;
    height: 430px;
    width: 562px;
  }
}
#top .main-img-cont canvas {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 741px) {
  #top .about-img-cont {
    float: left;
  }
}
@media only screen and (min-width: 741px) {
  #top .event-img-cont {
    float: right;
  }
}
@media only screen and (min-width: 741px) {
  #top .howto-img-cont {
    float: left;
  }
}
#top img {
  display: block;
  /*margin: 0 auto 40px auto;*/
}
#top .ttl {
  margin: 25px 0 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 16px;
}
#top .ttl span {
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
}
#top .english-ttl {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  #top .ttl {
    margin: 0 0 15px 4px;
    width: 560px;
    text-align: left;
    font-size: 48px;
    line-height: 32px;
  }
  #top .ttl span {
    font-size: 24px;
  }
  #top .english-ttl {
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 4px;
    width: 560px;
    text-align: left;
    font-weight: bold;
  }
}
#top .description {
  margin: 28px auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
}
#top .english-description {
  margin: 28px auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 741px) {
  #top .description {
    margin: 45px 0 0;
    width: 550px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
  #top .english-description {
    margin: 45px 0 0;
    width: 550px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (min-width: 741px) {
  #top .about-cont {
    float: left;
    margin: 35px 0 0 50px;
  }
  #top .event-cont {
    float: right;
    margin: 80px 50px 0 0;
  }
  #top .howto-cont {
    float: left;
    margin: 100px 0 0 50px;
  }
}
#top .btn-wrapper {
  margin: 40px auto;
}
@media only screen and (min-width: 741px) {
  #top .btn-wrapper {
    margin: 70px auto 0;
  }
}
#top .equipment-cont {
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 10px;
  background: #edecdf;
}
@media only screen and (min-width: 741px) {
  #top .equipment-cont {
    margin: 70px auto 0;
  }
}
#top .equipment-cont .ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
}
#top .equipment-cont .ttl span {
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 741px) {
  #top .equipment-cont .ttl {
    width: 100%;
    font-size: 48px;
  }
  #top .equipment-cont .ttl span {
    font-size: 24px;
  }
}
#top .equipment-cont .equipment-item-cont canvas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#top .equipment-cont .equipment-item {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  height: 205px;
}
#top .equipment-cont .equipment-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 741px) {
  #top .equipment-cont .equipment-item-cont {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #top .equipment-cont .equipment-item {
    margin: 0;
    width: 400px;
    height: 275px;
  }
  #top .equipment-cont .equipment-item:hover {
    cursor: pointer;
  }
}
#top .equipment-cont .itigojam-img:after {
  background: url(../img/index/txt_Ichigojam.png) center center no-repeat;
  background-size: 112px;
}
@media only screen and (min-width: 741px) {
  #top .equipment-cont .itigojam-img:after {
    background-size: 145px;
  }
}
#top .equipment-cont .printer-img:after {
  background: url(../img/index/txt_3dprinter.png) center center no-repeat;
  background-size: 128px;
}
@media only screen and (min-width: 741px) {
  #top .equipment-cont .printer-img:after {
    background-size: 166px;
  }
}
#top .access-cont {
  padding: 80px 0;
}

#top .access-cont .dojo-view .inner img {
  border-radius: 30px;
  margin-top: 30px;
  width: inherit;
  height: auto;
}

@media only screen and (min-width: 741px) {
  #top .access-cont .dojo-view {
    display: flex;
  }

  #top .access-cont .dojo-view .inner {
    display: inherit;
    position: relative;
  }

  #top .access-cont .dojo-view .inner img {
    border-radius: 30px;
  }

  #top .access-cont .dojo-view .inner .image {
    margin-right: 58px;
  }
}

@media only screen and (min-width: 741px) {
  #top .access-cont {
    padding: 160px 0;
  }
}
#top .access-cont .ttl {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .ttl {
    margin-bottom: 75px;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 36px;
  }
}
#top .access-cont .access-map-cont .map-cont {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .access-map-cont .map-cont {
    float: left;
    padding: 0;
    width: 560px;
    height: 580px;
  }
}
@media only screen and (min-width: 741px) {
  #top .access-cont .access-map-cont {
    width: 1200px;
    margin: 0 auto;
  }
}
#top .access-cont .description-cont {
  margin: 20px auto 0;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont {
    float: left;
    margin: 0 0 0 75px;
  }
}
#top .access-cont .description-cont .description {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .description {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 36px;
  }
}
#top .access-cont .description-cont .info-cont {
  margin: 0 auto;
  padding: 20px 0;
  width: 260px;
  border-bottom: solid #dcdac3 3px;
  text-align: left;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .info-cont {
    margin: 0;
    width: 560px;
    padding: 30px 0;
  }
}
#top .access-cont .description-cont .info-cont dt {
  float: left;
}
#top .access-cont .description-cont .info-cont dt p {
  width: 48px;
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .info-cont dt p {
    width: 120px;
    font-size: 21px;
    line-height: 32px;
  }
}
#top .access-cont .description-cont .info-cont dd {
  margin-left: 15px;
  float: left;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .info-cont dd {
    margin-left: 70px;
  }
}
#top .access-cont .description-cont .info-cont dd p {
  font-size: 14px;
}
#top .access-cont .description-cont .info-cont dd p span {
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .info-cont dd p {
    font-size: 21px;
  }
  #top .access-cont .description-cont .info-cont dd p span {
    font-size: 21px;
  }
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .info-cont dd .top-info-cont {
    line-height: 40px;
  }
}
#top .access-cont .description-cont .top-info {
  margin: 40px auto 0;
  border-top: solid #dcdac3 3px;
}
@media only screen and (min-width: 741px) {
  #top .access-cont .description-cont .top-info {
    margin: 0;
  }
}

#about .about .inner {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #about .about .inner {
    min-width: 640px;
    width: 1200px;
  }
}
#about .about .top-ttl {
  margin-top: 55px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 44px;
}
@media only screen and (min-width: 741px) {
  #about .about .top-ttl {
    margin-top: 80px;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 2px;
  }
}
#about .about .link-cont {
  margin-top: 5%;
  display: block;
  letter-spacing: 0.1em;
  color: #1e88e5;
  position: relative;
}
#about .about .link-cont:after {
  content: "〉";
  -webkit-transform: scale(1.5, 0.7);
  -ms-transform: scale(1.5, 0.7);
  transform: scale(1.5, 0.7);
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: left;
}
#about .about .about-contens {
  width: 100%;
  margin: 60px auto 0;
  padding-bottom: 80px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-contens {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 741px) {
  #about .about .about-contens .contens-items {
    float: left;
    margin-right: 60px;
    width: 360px;
  }
  #about .about .about-contens .contens-items:last-child {
    margin-right: 0;
  }
}
#about .about .about-contens .contens-items .items-pictogram {
  margin: 42px auto 33px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
@media only screen and (min-width: 741px) {
  #about .about .about-contens .contens-items .items-pictogram {
    width: 140px;
    height: 140px;
  }
}
#about .about .about-contens .contens-items .grow-img {
  background: #ffe401 url(../img/about/pictogram_grow.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-contens .contens-items .interacting-img {
  background: #ffe401 url(../img/about/pictogram_interacting.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-contens .contens-items .inherit-img {
  background: #ffe401 url(../img/about/pictogram_inherit.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-contens .contens-items .items-ttl {
  text-align: center;
  margin-bottom: 35px;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 28px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-contens .contens-items .items-ttl {
    font-size: 42px;
    line-height: 42px;
  }
}
#about .about .about-contens .contens-items .items-description {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-contens .contens-items .items-description {
    font-size: 18px;
    line-height: 36px;
  }
}
#about .about .about-contens .blog-link {
  width: 160px;
  font-size: 16px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-contens .blog-link {
    margin: 60px auto 0;
    width: 240px;
    font-size: 24px;
  }
}
#about .about .about-staff-cont {
  padding: 100px 0;
  background: url(../img/index/bg2.png);
}
#about .about .about-staff-cont:before {
  top: -15px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont {
    padding: 160px 0 0;
  }
}
#about .about .about-staff-cont .staff-ttl {
  font-size: 28px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .staff-ttl {
    font-size: 48px;
  }
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .staff-cont {
    margin: 0 auto;
    width: 890px;
  }
}
#about .about .about-staff-cont .staff-box {
  margin-top: 40px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .staff-box {
    float: left;
    margin: 10px 90px 0 0;
    width: 400px;
    height: 480px;
  }
  #about .about .about-staff-cont .staff-box:nth-child(2n) {
    margin: 10px 0 0 0;
  }
}
#about .about .about-staff-cont .staff-img-cont {
  float: left;
  width: 95px;
  height: 122px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .staff-img-cont {
    width: 150px;
    height: 185px;
  }
}
#about .about .about-staff-cont .takebe-img {
  /*background: get-url("about/menber_takebe_img.png") center center no-repeat;
  写真の切り替えができます*/
  background: url(../img/about/menber_takebe2_img.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-staff-cont .fukuno-img {
  background: url(../img/about/menber_fukuno2_img.png) center center no-repeat;
  /*background: get-url("about/menber_fukuno_img.png") center center no-repeat;
  写真の切り替えができます*/
  background-size: contain;
}
#about .about .about-staff-cont .yoshikoshi-img {
  background: url(../img/about/menber_yoshikoshi_img.png) center center
    no-repeat;
  /*background: get-url("about/menber_yoshikoshi2_img.png") center center no-repeat;
  写真の切り替えができます*/
  background-size: contain;
}
#about .about .about-staff-cont .tanaka-img {
  background: url(../img/about/menber_tanaka_img.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-staff-cont .introduction-cont {
  float: left;
  margin-left: 25px;
}
#about .about .about-staff-cont .company-name {
  font-size: 12px;
  font-weight: lighter;
  line-height: 16px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .company-name {
    font-size: 18px;
    line-height: 24px;
  }
}
#about .about .about-staff-cont .staff-name {
  font-size: 24px;
  line-height: 28px;
}
#about .about .about-staff-cont .staff-name span {
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .staff-name {
    font-style: 36px;
    line-height: 42px;
  }
  #about .about .about-staff-cont .staff-name span {
    font-size: 18px;
  }
}
#about .about .about-staff-cont .blog-link {
  width: 102px;
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .blog-link {
    width: 150px;
    font-size: 18px;
  }
}
#about .about .about-staff-cont .introduction-link {
  width: 116px;
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .introduction-link {
    width: 171px;
    font-size: 18px;
  }
}
#about .about .about-staff-cont .interview-link {
  width: 140px;
  font-size: 12px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .interview-link {
    width: 210px;
    font-size: 18px;
  }
}
#about .about .about-staff-cont .staff-comment {
  position: relative;
  margin-top: 20px;
  padding: 30px 20px;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 24px;
  letter-spacing: 1.3px;
}
#about .about .about-staff-cont .staff-comment:before {
  position: absolute;
  top: -29px;
  left: 30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  border-left: 15px solid transparent;
}
@media only screen and (min-width: 741px) {
  #about .about .about-staff-cont .staff-comment {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.3px;
    width: 390px;
  }
  #about .about .about-staff-cont .staff-comment:before {
    left: 60px;
  }
}
#about .about .about-team-cont {
  padding-bottom: 80px;
  background: url(../img/index/bg2.png);
}
#about .about .about-team-cont:after {
  bottom: -8px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont {
    padding: 0 0 160px;
  }
  #about .about .about-team-cont:after {
    bottom: -20px;
  }
}
#about .about .about-team-cont .team-cont {
  padding: 35px 0;
  width: 100%;
  background: #dcdac3;
  border-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont .team-cont {
    padding: 80px 0 60px;
    width: 850px;
    margin: 0 auto;
  }
}
#about .about .about-team-cont .team-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont .team-ttl {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont .individual-team-cont {
    margin: 0 auto;
    width: 760px;
  }
}
#about .about .about-team-cont .team-logo-cont {
  margin: 35px auto 15px;
  width: 215px;
  height: 40px;
  background: url(../img/about/team_logo.png) center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont .team-logo-cont {
    float: left;
    margin: 0;
    width: 320px;
    height: 80px;
  }
}
#about .about .about-team-cont .team-comment {
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.3px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont .team-comment {
    margin-left: 50px;
    padding: 0;
    float: left;
    width: 390px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
#about .about .about-team-cont .team-comment .linkarea {
  text-align: right;
}
@media only screen and (min-width: 741px) {
  #about .about .about-team-cont .team-comment .linkarea {
    text-align: left;
  }
}
#about .about .about-team-cont .team-comment a {
  position: relative;
  display: inline-block;
  color: #1e88e5;
  padding-right: 20px;
}
#about .about .about-team-cont .team-comment a:after {
  content: "〉";
  -webkit-transform: scale(1.5, 0.7);
  -ms-transform: scale(1.5, 0.7);
  transform: scale(1.5, 0.7);
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: left;
  width: 10px;
  height: 100%;
}
#about .about .about-sponsor-cont {
  padding: 80px 0;
}
@media only screen and (min-width: 741px) {
  #about .about .about-sponsor-cont {
    padding: 160px 0;
  }
}
#about .about .about-sponsor-cont .team-ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  #about .about .about-sponsor-cont .team-ttl {
    font-size: 48px;
  }
}
#about .about .about-sponsor-cont .sponsors-cont {
  margin-bottom: 20px;
  height: 80px;
  width: 100%;
  background: #edecdf;
  border-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-sponsor-cont .sponsors-cont {
    float: left;
    margin-right: 30px;
    width: 380px;
    height: 150px;
  }
  #about .about .about-sponsor-cont .sponsors-cont:nth-child(3n) {
    margin-right: 0;
  }
}
#about .about .about-sponsor-cont .sponsor-sap {
  background: #edecdf url(../img/about/sponsor_sap.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-asin {
  background: #edecdf url(../img/about/sponsor_asin.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-itoen {
  background: #edecdf url(../img/about/sponsor_itoen.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-eki {
  background: #edecdf url(../img/about/sponsor_eki.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-kayac {
  background: #edecdf url(../img/about/sponsor_kayac.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-megane {
  background: #edecdf url(../img/about/sponsor_megane.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-yahoo {
  background: #edecdf url(../img/about/sponsor_yahoo.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-lenovo {
  background: #edecdf url(../img/about/sponsor_lenovo.png) center center
    no-repeat;
  background-size: 72% auto;
}
#about .about .about-sponsor-cont .sponsor-intel {
  background: #edecdf url(../img/about/sponsor_intel.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-nec {
  background: #edecdf url(../img/about/sponsor_nec.png) center center no-repeat;
  background-size: 80% auto;
}
#about .about .about-sponsor-cont .sponsor-neccom {
  background: #edecdf url(../img/about/sponsor_neccom.png) center center
    no-repeat;
  background-size: 80% auto;
}
#about .about .about-sponsor-cont .sponsor-jm {
  background: #edecdf url(../img/about/sponsor_jm.png) center center no-repeat;
  background-size: 60% auto;
}
#about .about .about-sponsor-cont .sponsor-sakura {
  background: #edecdf url(../img/about/sponsor_sakura.png) center center
    no-repeat;
  background-size: 80% auto;
}
#about .about .about-sponsor-cont .sponsor-hard {
  background: #edecdf url(../img/about/sponsor_hard.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-shinku {
  background: #edecdf url(../img/about/sponsor_shinku.png) center center
    no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-jig {
  background: #edecdf url(../img/about/sponsor_jig.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-kddi {
  background: #edecdf url(../img/about/sponsor_kddi.png) center center no-repeat;
  background-size: contain;
}
#about .about .about-sponsor-cont .sponsor-list {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #edecdf;
  border-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #about .about .about-sponsor-cont .sponsor-list {
    margin-top: 80px;
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 21px;
    line-height: 32px;
    background-color: transparent;
  }
  #about .about .about-sponsor-cont .sponsor-list li {
    float: left;
    margin: 0 64px 20px 0;
    width: 340px;
  }
  #about .about .about-sponsor-cont .sponsor-list li:nth-child(-n + 3) {
    height: 64px;
  }
  #about .about .about-sponsor-cont .sponsor-list li:nth-child(3n) {
    margin-right: 0;
  }
}

#event .top-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 44px;
}
#event .top-ttl span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 741px) {
  #event .top-ttl {
    font-size: 48px;
    line-height: 64px;
  }
  #event .top-ttl span {
    font-size: 24px;
    line-height: 32px;
  }
}
#event .description {
  margin: 35px 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 741px) {
  #event .description {
    margin: 35px auto;
    width: 715px;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
#event .inner {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #event .inner {
    min-width: 640px;
    width: 1200px;
  }
}
#event .event .inner {
  padding: 30px 0 80px;
}
@media only screen and (min-width: 741px) {
  #event .event .inner {
    padding: 30px 0 160px;
  }
}
#event .event .link-cont {
  font-size: 16px;
  color: #1e88e5;
  position: relative;
  display: block;
  width: 190px;
}
#event .event .link-cont:after {
  content: "〉";
  -webkit-transform: scale(1.5, 0.7);
  -ms-transform: scale(1.5, 0.7);
  transform: scale(1.5, 0.7);
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: left;
}
@media only screen and (min-width: 741px) {
  #event .schedule-cont-wrapper {
    margin-right: -30px;
  }
}
.category-list__item[data-active="false"] {
  opacity: 1;
  background-color: #dbdac5;
}
.category-list__item[data-active="true"] {
  opacity: 1;
  background-color: #ffe401;
}
.category-btn-yellow-right {
  position: relative;
  border-right: thin solid;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
  border-color: #bebda6;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 -5px;
}

.category-btn-yellow-both {
  position: relative;
  border-left: thin solid;
  border-right: thin solid;
  border-color: #bebda6;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 -5px;
}

.category-btn-yellow-left {
  position: relative;
  border-left: thin solid;
  border-color: #bebda6;
  border-radius: 0 10px 10px 0 / 0 10px 10px 0;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 -5px;
}
@media only screen and (min-width: 741px) {
  .pc-category-btn-yellow-right,
  .pc-category-btn-yellow-both,
  .pc-category-btn-yellow-left {
    /*height: 70px;*/
    /*width: 16%;*/
    /*line-height: 70px;*/
    font-size: 21px;
  }

  .pc-category-btn-yellow-right {
    border-radius: 10px 0 0 10px / 10px 0 0 10px;
    width: 13%;
    font-size: 18px;
  }
  .pc-category-btn-yellow-both {
    border-left: thin solid;
    border-right: thin solid;
    border-color: #bebda6;
    border-radius: 0;
    width: 13%;
    font-size: 18px;
  }
  .pc-category-btn-yellow-left {
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    width: 13%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 741px) {
  #event .event .link-cont {
    font-size: 24px;
    width: 300px;
    margin: 0 auto;
  }
}
#event .event-schedule {
  padding: 80px 0;
  background: url(../img/index/bg2.png);
}
@media only screen and (min-width: 741px) {
  #event .event-schedule {
    padding: 160px 0;
  }
}
#event .event-schedule .schedule-cont {
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: solid #dcdac3 2px;
  background: #fff;
  box-sizing: border-box;
  /*    下記をコピーして写真を選択してください。
        .schedule-sample-imgのリネームしたクラスをHTMLに追加することを忘れずにお願い致します。
       .schedule-sample-img {
          background: get-url("画像の保存先を指定してください 例）event/schedule_20160130_bg.png") center center no-repeat;
          background-size: cover;
        }
  */
}
@media only screen and (min-width: 741px) {
  #event .event-schedule .schedule-cont {
    float: left;
    margin: 30px 10px 0 0;
    width: 380px;
    height: 280px;
    border-radius: 15px;
    border: solid #dcdac3 3px;
  }
}
#event .event-schedule .schedule-cont .schedule-img-cont {
  height: 125px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #event .event-schedule .schedule-cont .schedule-img-cont {
    height: 190px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
}
#event .event-schedule .schedule-cont .schedule-img-cont .schedule-dates-cont {
  padding-left: 20px;
  width: 50px;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #event
    .event-schedule
    .schedule-cont
    .schedule-img-cont
    .schedule-dates-cont {
    width: 77px;
  }
}
#event
  .event-schedule
  .schedule-cont
  .schedule-img-cont
  .schedule-dates-cont
  .manth-cont {
  width: 100%;
  height: 20px;
  background: #d32f2f;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 741px) {
  #event
    .event-schedule
    .schedule-cont
    .schedule-img-cont
    .schedule-dates-cont
    .manth-cont {
    height: 33px;
    font-size: 21px;
  }
}
#event
  .event-schedule
  .schedule-cont
  .schedule-img-cont
  .schedule-dates-cont
  .days-cont {
  width: 100%;
  height: 35px;
  font-size: 24px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #event
    .event-schedule
    .schedule-cont
    .schedule-img-cont
    .schedule-dates-cont
    .days-cont {
    padding: 10px 0;
    box-sizing: border-box;
    height: 55px;
    font-size: 36px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
#event .event-schedule .schedule-cont .schedule-img-cont .end-cont {
  margin: -55px 0 0 20px;
  text-align: center;
  width: 50px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #1f84de;
}
@media only screen and (min-width: 741px) {
  #event .event-schedule .schedule-cont .schedule-img-cont .end-cont {
    margin-top: -88px;
    padding: 8px 0 0;
    width: 77px;
    height: 48px;
    font-size: 24px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

#event .event-schedule .schedule-cont .schedule-0000-img {
  background: url(../img/event_schedule_img/schedule_0000_bg.png) center center
    no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20151129-img {
  background: url(../img/event_schedule_img/schedule_20151129_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20151206-img {
  background: url(../img/event_schedule_img/schedule_20151206_bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20151220-img {
  background: url(../img/event_schedule_img/schedule_20151220_bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160112-img {
  background: url(../img/event_schedule_img/schedule_20160112_bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160115-img {
  background: url(../img/event_schedule_img/schedule_20160115_bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160130-img {
  background: url(../img/event_schedule_img/schedule_20160130_bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160202-img {
  background: url(../img/event_schedule_img/schedule_20160202_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160312-img {
  background: url(../img/event_schedule_img/schedule_20160312_bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160326-img {
  background: url(../img/event_schedule_img/schedule_20160326_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160424-img {
  background: url(../img/event_schedule_img/schedule_20160424_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160505-img {
  background: url(../img/event_schedule_img/schedule_20160505_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160521-img {
  background: url(../img/event_schedule_img/schedule_20160521_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160528-img {
  background: url(../img/event_schedule_img/schedule_20160528_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160619-img {
  background: url(../img/event_schedule_img/schedule_20160619_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160618-img {
  background: url(../img/event_schedule_img/schedule_20160618_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160625-img {
  background: url(../img/event_schedule_img/schedule_20160625_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160709-img {
  background: url(../img/event_schedule_img/schedule_20160709_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160720-img {
  background: url(../img/event_schedule_img/schedule_20160720_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160723-img {
  background: url(../img/event_schedule_img/schedule_20160723_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160726-img {
  background: url(../img/event_schedule_img/schedule_20160726_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160726a-img {
  background: url(../img/event_schedule_img/schedule_20160726a_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160730-img {
  background: url(../img/event_schedule_img/schedule_20160730_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160731-img {
  background: url(../img/event_schedule_img/schedule_20160731_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160806-img {
  background: url(../img/event_schedule_img/schedule_20160806_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160827-img {
  background: url(../img/event_schedule_img/schedule_20160827_bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160924-img {
  background: url(../img/event_schedule_img/schedule-20160924-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161015-img {
  background: url(../img/event_schedule_img/schedule-20161015-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161022-img {
  background: url(../img/event_schedule_img/schedule-20161022-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161030-img {
  background: url(../img/event_schedule_img/schedule-20161030-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161112-img {
  background: url(../img/event_schedule_img/schedule-20161112-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161113-img {
  background: url(../img/event_schedule_img/schedule-20161113-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161126-img {
  background: url(../img/event_schedule_img/schedule-20161112-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20161129-img {
  background: url(../img/event_schedule_img/schedule-oc20161129-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161203-img {
  background: url(../img/event_schedule_img/schedule-20161203-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161204-img {
  background: url(../img/event_schedule_img/schedule-20161204-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161210-img {
  background: url(../img/event_schedule_img/schedule-20161210-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161215-img {
  background: url(../img/event_schedule_img/schedule-20161215-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20161217-img {
  background: url(../img/event_schedule_img/schedule-20161217-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170107-img {
  background: url(../img/event_schedule_img/schedule-20170107-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20170111-img {
  background: url(../img/event_schedule_img/schedule-oc20170111-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170114-img {
  background: url(../img/event_schedule_img/schedule-20170114-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170126-img {
  background: url(../img/event_schedule_img/schedule-20170126-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170127-img {
  background: url(../img/event_schedule_img/schedule-20170127-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170128-img {
  background: url(../img/event_schedule_img/schedule-20170128-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170218-img {
  background: url(../img/event_schedule_img/schedule-20170218-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170225-img {
  background: url(../img/event_schedule_img/schedule-20170225-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170304-img {
  background: url(../img/event_schedule_img/schedule-20170304-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170318-img {
  background: url(../img/event_schedule_img/schedule-20170318-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170321-img {
  background: url(../img/event_schedule_img/schedule-20170321-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170327-img {
  background: url(../img/event_schedule_img/schedule-20170327-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20170402-img {
  background: url(../img/event_schedule_img/schedule-oc20170402-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170404-img {
  background: url(../img/event_schedule_img/schedule-20170404-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170426-img {
  background: url(../img/event_schedule_img/schedule-20170426-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170408-img {
  background: url(../img/event_schedule_img/schedule-20170408-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170513-img {
  background: url(../img/event_schedule_img/schedule-20170513-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170527-img {
  background: url(../img/event_schedule_img/schedule-20170527-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170505-img {
  background: url(../img/event_schedule_img/schedule-20170505-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170520-img {
  background: url(../img/event_schedule_img/schedule-20170520-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170525-img {
  background: url(../img/event_schedule_img/schedule-20170525-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20160426-img {
  background: url(../img/event_schedule_img/schedule-20160426-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170604-img {
  background: url(../img/event_schedule_img/schedule-20170604-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170612-img {
  background: url(../img/event_schedule_img/schedule-20170612-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170610-img {
  background: url(../img/event_schedule_img/schedule-20170610-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170624-img {
  background: url(../img/event_schedule_img/schedule-20170624-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170626-img {
  background: url(../img/event_schedule_img/schedule-20170626-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170709-img {
  background: url(../img/event_schedule_img/schedule-20170709-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170707-img {
  background: url(../img/event_schedule_img/schedule-20170707-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170710-img {
  background: url(../img/event_schedule_img/schedule-20170710-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20170822-img {
  background: url(../img/event_schedule_img/schedule-oc20170822-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170828-img {
  background: url(../img/event_schedule_img/schedule-20170828-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170823-img {
  background: url(../img/event_schedule_img/schedule-20170823-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170724-img {
  background: url(../img/event_schedule_img/schedule-20170724-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170818-img {
  background: url(../img/event_schedule_img/schedule-20170818-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170805-img {
  background: url(../img/event_schedule_img/schedule-20170805-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170825-img {
  background: url(../img/event_schedule_img/schedule-20170825-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170826-img {
  background: url(../img/event_schedule_img/schedule-20170826-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20170812-img {
  background: url(../img/event_schedule_img/schedule-20170812-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171006-img {
  background: url(../img/event_schedule_img/schedule-20171006-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171014-img {
  background: url(../img/event_schedule_img/schedule-20171014-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171021-img {
  background: url(../img/event_schedule_img/schedule-20171021-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171027-img {
  background: url(../img/event_schedule_img/schedule-20171027-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171006-1-img {
  background: url(../img/event_schedule_img/schedule-20171006-1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171008-img {
  background: url(../img/event_schedule_img/schedule-20171008-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171015-img {
  background: url(../img/event_schedule_img/schedule-20171015-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171029-img {
  background: url(../img/event_schedule_img/schedule-20171029-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171016-img {
  background: url(../img/event_schedule_img/schedule-20171016-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171023-img {
  background: url(../img/event_schedule_img/schedule-20171023-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171030-img {
  background: url(../img/event_schedule_img/schedule-20171030-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171128-img {
  background: url(../img/event_schedule_img/schedule-20171128-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171119-img {
  background: url(../img/event_schedule_img/schedule-20171119-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171111-img {
  background: url(../img/event_schedule_img/schedule-20171111-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171125-img {
  background: url(../img/event_schedule_img/schedule-20171125-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171117-img {
  background: url(../img/event_schedule_img/schedule-20171117-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171123-img {
  background: url(../img/event_schedule_img/schedule-20171123-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171214-img {
  background: url(../img/event_schedule_img/schedule-20171214-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171201-img {
  background: url(../img/event_schedule_img/schedule-20171201-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20171209-img {
  background: url(../img/event_schedule_img/schedule-20171209-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180113-img {
  background: url(../img/event_schedule_img/schedule-20180113-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180119-img {
  background: url(../img/event_schedule_img/schedule-20180119-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180114-img {
  background: url(../img/event_schedule_img/schedule-20180114-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180121-img {
  background: url(../img/event_schedule_img/schedule-20180121-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180222-img {
  background: url(../img/event_schedule_img/schedule-20180222-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180219-img {
  background: url(../img/event_schedule_img/schedule-20180219-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180210-img {
  background: url(../img/event_schedule_img/schedule-20180210-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180202-img {
  background: url(../img/event_schedule_img/schedule-20180202-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180211-img {
  background: url(../img/event_schedule_img/schedule-20180211-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180219-1-img {
  background: url(../img/event_schedule_img/schedule-20180219-1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180302-img {
  background: url(../img/event_schedule_img/schedule-20180302-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180310-img {
  background: url(../img/event_schedule_img/schedule-20180310-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180319-img {
  background: url(../img/event_schedule_img/schedule-20180319-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180326-img {
  background: url(../img/event_schedule_img/schedule-20180326-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180312-img {
  background: url(../img/event_schedule_img/schedule-20180312-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180401-img {
  background: url(../img/event_schedule_img/schedule-20180401-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180407-img {
  background: url(../img/event_schedule_img/schedule-20180407-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180413-img {
  background: url(../img/event_schedule_img/schedule-20180413-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180405-img {
  background: url(../img/event_schedule_img/schedule-20180405-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180513-img {
  background: url(../img/event_schedule_img/schedule-20180513-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180527-img {
  background: url(../img/event_schedule_img/schedule-20180527-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180512-img {
  background: url(../img/event_schedule_img/schedule-20180512-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180518-img {
  background: url(../img/event_schedule_img/schedule-20180518-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180616-img {
  background: url(../img/event_schedule_img/schedule-20180616-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180602-img {
  background: url(../img/event_schedule_img/schedule-20180602-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180623-img {
  background: url(../img/event_schedule_img/schedule-20180623-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180630-img {
  background: url(../img/event_schedule_img/schedule-20180630-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180608-img {
  background: url(../img/event_schedule_img/schedule-20180608-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180714-img {
  background: url(../img/event_schedule_img/schedule-20180714-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180706-img {
  background: url(../img/event_schedule_img/schedule-20180706-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180712-img {
  background: url(../img/event_schedule_img/schedule-20180712-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180722-img {
  background: url(../img/event_schedule_img/schedule-20180722-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180803-img {
  background: url(../img/event_schedule_img/schedule-20180803-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180810-img {
  background: url(../img/event_schedule_img/schedule-20180810-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20180816-img {
  background: url(../img/event_schedule_img/schedule-20180816-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20180822-img {
  background: url(../img/event_schedule_img/schedule-20180822-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180915-img {
  background: url(../img/event_schedule_img/schedule-20180915-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20180907-img {
  background: url(../img/event_schedule_img/schedule-20180907-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181013-img {
  background: url(../img/event_schedule_img/schedule-20181013-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181020-img {
  background: url(../img/event_schedule_img/schedule-20181020-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181027-img {
  background: url(../img/event_schedule_img/schedule-20181027-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181110-img {
  background: url(../img/event_schedule_img/schedule-20181110-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181124-img {
  background: url(../img/event_schedule_img/schedule-20181124-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181118-img {
  background: url(../img/event_schedule_img/schedule-20181118-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181208-img {
  background: url(../img/event_schedule_img/schedule-20181208-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181209-img {
  background: url(../img/event_schedule_img/schedule-20181209-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181222-img {
  background: url(../img/event_schedule_img/schedule-20181222-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181223-img {
  background: url(../img/event_schedule_img/schedule-20181223-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20181226-img {
  background: url(../img/event_schedule_img/schedule-20181226-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190105-img {
  background: url(../img/event_schedule_img/schedule-20190105-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190112-img {
  background: url(../img/event_schedule_img/schedule-20190112-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190113-img {
  background: url(../img/event_schedule_img/schedule-20190113-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20190113-img {
  background: url(../img/event_schedule_img/schedule-oc20190113-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190209-img {
  background: url(../img/event_schedule_img/schedule-20190209-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190223-img {
  background: url(../img/event_schedule_img/schedule-20190223-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190202-img {
  background: url(../img/event_schedule_img/schedule-20190202-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190222-img {
  background: url(../img/event_schedule_img/schedule-20190222-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190309-img {
  background: url(../img/event_schedule_img/schedule-20190309-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190331-img {
  background: url(../img/event_schedule_img/schedule-20190331-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190403-img {
  background: url(../img/event_schedule_img/schedule-20190403-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190407-img {
  background: url(../img/event_schedule_img/schedule-20190407-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190413-img {
  background: url(../img/event_schedule_img/schedule-20190413-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190505-img {
  background: url(../img/event_schedule_img/schedule-20190505-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190518-img {
  background: url(../img/event_schedule_img/schedule-20190518-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190608-img {
  background: url(../img/event_schedule_img/schedule-20190608-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190602-img {
  background: url(../img/event_schedule_img/schedule-20190602-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190615-img {
  background: url(../img/event_schedule_img/schedule-20190615-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190604-img {
  background: url(../img/event_schedule_img/schedule-20190604-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190713-img {
  background: url(../img/event_schedule_img/schedule-20190713-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190721-img {
  background: url(../img/event_schedule_img/schedule-20190721-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190728-img {
  background: url(../img/event_schedule_img/schedule-20190728-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190726-img {
  background: url(../img/event_schedule_img/schedule-20190726-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190818-img {
  background: url(../img/event_schedule_img/schedule-20190818-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190819-img {
  background: url(../img/event_schedule_img/schedule-20190819-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190804-img {
  background: url(../img/event_schedule_img/schedule-20190804-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20190711-img {
  background: url(../img/event_schedule_img/schedule-oc20190711-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190817-img {
  background: url(../img/event_schedule_img/schedule-20190817-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20190806-img {
  background: url(../img/event_schedule_img/schedule-oc20190806-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20190921-img {
  background: url(../img/event_schedule_img/schedule-20190921-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20191012-img {
  background: url(../img/event_schedule_img/schedule-20191012-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20190810-img {
  background: url(../img/event_schedule_img/schedule-oc20190810-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20190819-img {
  background: url(../img/event_schedule_img/schedule-oc20190819-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20190831-img {
  background: url(../img/event_schedule_img/schedule-oc20190831-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20191116-img {
  background: url(../img/event_schedule_img/schedule-20191116-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20191201-img {
  background: url(../img/event_schedule_img/schedule-20191201-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20191117-img {
  background: url(../img/event_schedule_img/schedule-20191117-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20191209-img {
  background: url(../img/event_schedule_img/schedule-20191209-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20191214-img {
  background: url(../img/event_schedule_img/schedule-20191214-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200111-img {
  background: url(../img/event_schedule_img/schedule-20200111-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200105-img {
  background: url(../img/event_schedule_img/schedule-20200105-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200119-img {
  background: url(../img/event_schedule_img/schedule-20200119-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20191221-img {
  background: url(../img/event_schedule_img/schedule-oc20191221-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200208-img {
  background: url(../img/event_schedule_img/schedule-20200208-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200221-img {
  background: url(../img/event_schedule_img/schedule-20200221-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20200206-img {
  background: url(../img/event_schedule_img/schedule-oc20200206-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200314-img {
  background: url(../img/event_schedule_img/schedule-20200314-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20200229-img {
  background: url(../img/event_schedule_img/schedule-oc20200229-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20200210-img {
  background: url(../img/event_schedule_img/schedule-oc20200210-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200411-img {
  background: url(../img/event_schedule_img/schedule-20200411-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200401-img {
  background: url(../img/event_schedule_img/schedule-20200401-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200412-img {
  background: url(../img/event_schedule_img/schedule-20200412-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200505-img {
  background: url(../img/event_schedule_img/schedule-20200505-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200518-img {
  background: url(../img/event_schedule_img/schedule-20200518-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200512-img {
  background: url(../img/event_schedule_img/schedule-20200512-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200531-img {
  background: url(../img/event_schedule_img/schedule-20200531-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200613-img {
  background: url(../img/event_schedule_img/schedule-20200613-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200627-img {
  background: url(../img/event_schedule_img/schedule-202006127-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200712-img {
  background: url(../img/event_schedule_img/schedule-20200712-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200711-img {
  background: url(../img/event_schedule_img/schedule-20200711-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200719-img {
  background: url(../img/event_schedule_img/schedule-20200719-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200808-img {
  background: url(../img/event_schedule_img/schedule-20200808-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200912-img {
  background: url(../img/event_schedule_img/schedule-20200912-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200926-img {
  background: url(../img/event_schedule_img/schedule-20200926-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20200926_2-img {
  background: url(../img/event_schedule_img/schedule-20200926_2-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201010-img {
  background: url(../img/event_schedule_img/schedule-20201010-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201122-img {
  background: url(../img/event_schedule_img/schedule-20201122-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201206-img {
  background: url(../img/event_schedule_img/schedule-20201206-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201213-img {
  background: url(../img/event_schedule_img/schedule-20201213-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201031-img {
  background: url(../img/event_schedule_img/schedule-20201031-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201227-img {
  background: url(../img/event_schedule_img/schedule-20201227-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20201212-img {
  background: url(../img/event_schedule_img/schedule-20201212-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210110-img {
  background: url(../img/event_schedule_img/schedule-20210110-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210116-img {
  background: url(../img/event_schedule_img/schedule-20210116-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210130-img {
  background: url(../img/event_schedule_img/schedule-20210130-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210117-img {
  background: url(../img/event_schedule_img/schedule-20210117-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210116-1-img {
  background: url(../img/event_schedule_img/schedule-20210116-bg.JPG) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210124-img {
  background: url(../img/event_schedule_img/schedule-20210124-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210213-img {
  background: url(../img/event_schedule_img/schedule-20210213-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210221-img {
  background: url(../img/event_schedule_img/schedule-20210221-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210313-img {
  background: url(../img/event_schedule_img/schedule-20210313-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210227-img {
  background: url(../img/event_schedule_img/schedule-20210227-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210328-img {
  background: url(../img/event_schedule_img/schedule-20210328-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210329-img {
  background: url(../img/event_schedule_img/schedule-20210329-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210403-img {
  background: url(../img/event_schedule_img/schedule-20210403-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210411-img {
  background: url(../img/event_schedule_img/schedule-20210411-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210430-img {
  background: url(../img/event_schedule_img/schedule-20210430-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210505-img {
  background: url(../img/event_schedule_img/schedule-20210505-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210508-img {
  background: url(../img/event_schedule_img/schedule-20210508-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210509-img {
  background: url(../img/event_schedule_img/schedule-20210509-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210522-img {
  background: url(../img/event_schedule_img/schedule-20210522-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210612-img {
  background: url(../img/event_schedule_img/schedule-20210612-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210613-img {
  background: url(../img/event_schedule_img/schedule-20210613-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20210821-img {
  background: url(../img/event_schedule_img/schedule-20210821-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210802-img {
  background: url(../img/event_schedule_img/schedule-20210802-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210806-img {
  background: url(../img/event_schedule_img/schedule-20210806-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210724-img {
  background: url(../img/event_schedule_img/schedule-20210724-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210911-img {
  background: url(../img/event_schedule_img/schedule-20210911-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20210925-img {
  background: url(../img/event_schedule_img/schedule-20210925-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211009-img {
  background: url(../img/event_schedule_img/schedule-20211009-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211023-img {
  background: url(../img/event_schedule_img/schedule-20211023-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211114-img {
  background: url(../img/event_schedule_img/schedule-20211114-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211120-img {
  background: url(../img/event_schedule_img/schedule-20211120-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211205-img {
  background: url(../img/event_schedule_img/schedule-20211205-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211218-img {
  background: url(../img/event_schedule_img/schedule-20211218-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .chedule-oc20210719-img {
  background: url(../img/event_schedule_img/schedule-oc20210719-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20210719-2-img {
  background: url(../img/event_schedule_img/schedule-oc20210719-2-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-oc20210911-img {
  background: url(../img/event_schedule_img/schedule-oc20210911-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211225-img {
  background: url(../img/event_schedule_img/schedule-20211225-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20211226-img {
  background: url(../img/event_schedule_img/schedule-20211226-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20220108-img {
  background: url(../img/event_schedule_img/schedule-20220108-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20220115-img {
  background: url(../img/event_schedule_img/schedule-20220115-bg.jpg) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20220212-img {
  background: url(../img/event_schedule_img/schedule-20220212-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220312-img {
  background: url(../img/event_schedule_img/schedule-20220312-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220331-img {
  background: url(../img/event_schedule_img/schedule-20220331-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220403-img {
  background: url(../img/event_schedule_img/schedule-20220403-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220409-img {
  background: url(../img/event_schedule_img/schedule-20220409-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220423-img {
  background: url(../img/event_schedule_img/schedule-20220423-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220514-img {
  background: url(../img/event_schedule_img/schedule-20220514-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220505-img {
  background: url(../img/event_schedule_img/schedule-20220505-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220611-img {
  background: url(../img/event_schedule_img/schedule-20220611-bg.JPG) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220612-img {
  background: url(../img/event_schedule_img/schedule-20220612-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220702-img {
  background: url(../img/event_schedule_img/schedule-20220702-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220710-img {
  background: url(../img/event_schedule_img/schedule-20220710-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220806-img {
  background: url(../img/event_schedule_img/schedule-20220806-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220827-img {
  background: url(../img/event_schedule_img/schedule-20220827-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220806_1-img {
  background: url(../img/event_schedule_img/schedule-20220806_1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220807-img {
  background: url(../img/event_schedule_img/schedule-20220807-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220821-img {
  background: url(../img/event_schedule_img/schedule-20220821-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20220910-img {
  background: url(../img/event_schedule_img/schedule-20220910-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221008_1-img {
  background: url(../img/event_schedule_img/schedule-20221008_1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221008_2-img {
  background: url(../img/event_schedule_img/schedule-20221008_2-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221008_3-img {
  background: url(../img/event_schedule_img/schedule-20221008_3-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221105-img {
  background: url(../img/event_schedule_img/schedule-20221105-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221210-img {
  background: url(../img/event_schedule_img/schedule-20221210-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221119-img {
  background: url(../img/event_schedule_img/schedule-20221119-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230114-img {
  background: url(../img/event_schedule_img/schedule-20230114-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230128-1-img {
  background: url(../img/event_schedule_img/schedule-20230128-1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230128-2-img {
  background: url(../img/event_schedule_img/schedule-20230128-2-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20221204-img {
  background: url(../img/event_schedule_img/schedule-20221204-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230107-img {
  background: url(../img/event_schedule_img/schedule-20230107-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230114-1-img {
  background: url(../img/event_schedule_img/schedule-20230114-1-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230204-img {
  background: url(../img/event_schedule_img/schedule-20230204-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230311-img {
  background: url(../img/event_schedule_img/schedule-20230311-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230218-img {
  background: url(../img/event_schedule_img/schedule-20230218-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230408-img {
  background: url(../img/event_schedule_img/schedule-20230408-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230513-img {
  background: url(../img/event_schedule_img/schedule-20230513-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230610-img {
  background: url(../img/event_schedule_img/schedule-20230610-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230715-img {
  background: url(../img/event_schedule_img/schedule-20230715-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230715_1-img {
  background: url(../img/event_schedule_img/schedule-20230715_1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230715_2-img {
  background: url(../img/event_schedule_img/schedule-20230715_2-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230715_3-img {
  background: url(../img/event_schedule_img/schedule-20230715_3-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230805-img {
  background: url(../img/event_schedule_img/schedule-20230805-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230819-img {
  background: url(../img/event_schedule_img/schedule-20230819-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230818-img {
  background: url(../img/event_schedule_img/schedule-20230818-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20230909-img {
  background: url(../img/event_schedule_img/schedule-20230909-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231007-img {
  background: url(../img/event_schedule_img/schedule-20231007-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231007_1-img {
  background: url(../img/event_schedule_img/schedule-20231007_1-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231007_2-img {
  background: url(../img/event_schedule_img/schedule-20231007_2-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231007_3-img {
  background: url(../img/event_schedule_img/schedule-20231007_3-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231104-img {
  background: url(../img/event_schedule_img/schedule-20231104-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231118-img {
  background: url(../img/event_schedule_img/schedule-20231118-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20231202-img {
  background: url(../img/event_schedule_img/schedule-20231202-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240113-1-img {
  background: url(../img/event_schedule_img/schedule-20240113-1-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240113-2-img {
  background: url(../img/event_schedule_img/schedule-20240113-2-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240209-img {
  background: url(../img/event_schedule_img/schedule-20240209-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240210-img {
  background: url(../img/event_schedule_img/schedule-20240210-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240302-img {
  background: url(../img/event_schedule_img/schedule-20240302-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240401-img {
  background: url(../img/event_schedule_img/schedule-20240401-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240413-img {
  background: url(../img/event_schedule_img/schedule-20240413-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240413-1-img {
  background: url(../img/event_schedule_img/schedule-20240413-1-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240413-2-img {
  background: url(../img/event_schedule_img/schedule-20240413-2-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240511-img {
  background: url(../img/event_schedule_img/schedule-20240511-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240608-img {
  background: url(../img/event_schedule_img/schedule-20240608-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240713-1-img {
  background: url(../img/event_schedule_img/schedule-20240713-bg-1.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240713-2-img {
  background: url(../img/event_schedule_img/schedule-20240713-bg-2.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240713-js-1-img {
  background: url(../img/event_schedule_img/schedule-20240713-bg-js-1.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240713-js-2-img {
  background: url(../img/event_schedule_img/schedule-20240713-bg-js-2.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240817-img {
  background: url(../img/event_schedule_img/schedule-20240817-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240824-img {
  background: url(../img/event_schedule_img/schedule-20240824-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240831-img {
  background: url(../img/event_schedule_img/schedule-20240817-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240907-img {
  background: url(../img/event_schedule_img/schedule-20240907-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20240928-img {
  background: url(../img/event_schedule_img/schedule-20240907-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241005-img {
  background: url(../img/event_schedule_img/schedule-20241005-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241020-img {
  background: url(../img/event_schedule_img/schedule-20241020-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20241005-img1 {
  background: url(../img/event_schedule_img/schedule-20241005-bg-1.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20241005-img2 {
  background: url(../img/event_schedule_img/schedule-20241005-bg-2.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241109-img {
  background: url(../img/event_schedule_img/schedule-20241109-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241130-img {
  background: url(../img/event_schedule_img/schedule-20241130-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241207-img {
  background: url(../img/event_schedule_img/schedule-20241207-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241208-img {
  background: url(../img/event_schedule_img/schedule-20241208-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20241113-img {
  background: url(../img/event_schedule_img/schedule-20241113-bg.jpeg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250111-img {
  background: url(../img/event_schedule_img/schedule-20250111-bg.jpg) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250111-ij-img {
  background: url(../img/event_schedule_img/schedule-20250111-ij-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250111-js-1-img {
  background: url(../img/event_schedule_img/schedule-20250111-js-bg-1.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250111-js-2-img {
  background: url(../img/event_schedule_img/schedule-20250111-js-bg-2.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-test-img {
  background: #000;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250208-img {
  background: url(../img/event_schedule_img/schedule-20250208-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250215-img {
  background: url(../img/event_schedule_img/schedule-20250215-bg.JPG) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250308-img {
  background: url(../img/event_schedule_img/schedule-20250308-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250329-img {
  background: url(../img/event_schedule_img/schedule-20250329-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250405-img {
  background: url(../img/event_schedule_img/schedule-20250405-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20250405pm-img {
  background: url(../img/event_schedule_img/schedule-20250405pm-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250412-img {
  background: url(../img/event_schedule_img/schedule-20250412-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250412-img-JSstandard {
  background: url(../img/event_schedule_img/schedule-20250412-JSstandard-bg.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250412-img-JSadvanced {
  background: url(../img/event_schedule_img/schedule-20250412-JSadvanced-bg.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250412-img-Adult {
  background: url(../img/event_schedule_img/schedule-20250412-Adult-bg.png)
    center center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250510-img {
  background: url(../img/event_schedule_img/schedule-20250510-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250530-img {
  background: url(../img/event_schedule_img/schedule-20250530-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20250712-3-img {
  background: url(../img/event_schedule_img/schedule-20250712-3-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20250712-2-img {
  background: url(../img/event_schedule_img/schedule-20250712-2-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20250712-img {
  background: url(../img/event_schedule_img/schedule-20250712-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20250614-img {
  background: url(../img/event_schedule_img/schedule-20250614-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20250726-img {
  background: url(../img/event_schedule_img/schedule-20250726-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250802-img {
  background: url(../img/event_schedule_img/schedule-20250802-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250906-img {
  background: url(../img/event_schedule_img/schedule-20250906-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20250930-img {
  background: url(../img/event_schedule_img/schedule-20250930-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20251011-img {
  background: url(../img/event_schedule_img/schedule-20251011-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20251011-2-img {
  background: url(../img/event_schedule_img/schedule-20251011-2-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20251011-3-img {
  background: url(../img/event_schedule_img/schedule-20251011-3-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20251011-4-img {
  background: url(../img/event_schedule_img/schedule-20251011-4-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-20251115-img {
  background: url(../img/event_schedule_img/schedule-20251115-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20251108-img {
  background: url(../img/event_schedule_img/schedule-20251108-bg.png) center
    center no-repeat;
  background-size: cover;
}
#event .event-schedule .schedule-cont .schedule-20251213-img {
  background: url(../img/event_schedule_img/schedule-20251213-bg.png) center
    center no-repeat;
  background-size: cover;
}

#event .event-schedule .schedule-cont .schedule-comment {
  padding: 15px 25px;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}
@media only screen and (min-width: 741px) {
  #event .event-schedule .schedule-cont .schedule-comment {
    padding: 10px 25px;
    height: 70px;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
#event .event-schedule .event-more-btn {
  margin-top: 42px;
  color: #79776a;
  cursor: pointer;
}
@media only screen and (min-width: 741px) {
  #event .event-schedule .event-more-btn {
    height: 75px;
    font-size: 21px;
    line-height: 75px;
  }
}

#ez-map {
  min-height: 150px;
  min-width: 150px;
  height: 400px;
  margin: 25px;
}
@media only screen and (min-width: 741px) {
  #ez-map {
    min-height: 150px;
    min-width: 150px;
    height: 700px;
    width: 1200px;
    margin: 100px;
  }
}

#event .event-map {
  padding: 80px 0;
  background: url(../img/index/bg2.png);
}

#event .contest-map {
  padding: 80px 0;
}

.fix-text-size {
  font-size: 16px;
  margin: 10px 20px;
}

@media only screen and (min-width: 741px) {
  #event .event-map {
    padding: 160px 0;
  }
  #event .event-map .description {
    text-align: center;
    margin: 40px auto 40px;
    font-size: 24px;
  }
  .fix-text-size {
    font-size: 24px;
    margin: 10px 20px;
  }
}

#event .event-calendar {
  padding: 80px 0;
}

#event .event-calendar .inner {
  margin-bottom: 50px;
}

#event .calendar-cont {
  margin: 35px auto 50px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 741px) {
  #event .calendar-cont {
    width: 720px;
    height: 540px;
    margin: 0 auto 80px;
  }
}
#event .calendar-cont .googlecal {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 741px) {
  #event .calendar-cont .googlecal {
    padding-bottom: 75%;
  }
}
#event .calendar-cont .googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 741px) {
  #event .calendar-cont .googlecal iframe {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 741px) {
  #event .calendar-cont .big-cal {
    display: block;
  }
}
#event .calendar-cont .small-cal {
  padding-bottom: 575px;
}
@media only screen and (min-width: 741px) {
  #event .calendar-cont .small-cal {
    display: none;
  }
}

#event .event-movie {
  padding: 80px 0;
}
@media only screen and (min-width: 741px) {
  #event .event-movie {
    padding: 160px 0;
  }
  #event .event-movie .description {
    text-align: center;
    margin: 40px auto 80px;
    font-size: 18px;
  }
}
#event .event-movie .video-cont {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 741px) {
  #event .event-movie .video-cont {
    position: static;
    margin: 0 auto;
    padding: 0px;
    width: 1200px;
    height: 670px;
  }
}
#event .event-movie .video-cont iframe {
  width: 560px;
  height: 315px;
}
@media only screen and (min-width: 741px) {
  #event .event-movie .video-cont iframe {
    width: 1200px;
    height: 670px;
  }
}
#event .event-movie .video-cont iframe,
#event .event-movie .video-cont object,
#event .event-movie .video-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 741px) {
  #event .event-movie .video-cont iframe,
  #event .event-movie .video-cont object,
  #event .event-movie .video-cont embed {
    position: static;
    width: 1200px;
    height: 670px;
  }
}
#event .event-movie .movie-cont {
  background: url(../img/event/youtube_img.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding: 56% 0 0;
  position: relative;
}
@media only screen and (min-width: 741px) {
  #event .event-movie .movie-cont {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    height: 670px;
  }
}

@media only screen and (min-width: 741px) {
  #howto .pc-inner {
    margin: 0 auto;
    width: 720px;
  }
}
#howto .top-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 44px;
  letter-spacing: 5px;
}
#howto .top-ttl span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}
#howto .sub-ttl {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 20px 0;
}
#howto .sub-ttl span {
  font-size: 18px;
  line-height: 28px;
  text-decoration: underline;
  margin: 0 10px;
}
@media only screen and (min-width: 741px) {
  #howto .top-ttl {
    font-size: 48px;
    line-height: 64px;
  }
  #howto .top-ttl span {
    font-size: 24px;
    line-height: 32px;
  }
  #howto .sub-ttl {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    margin: 40px 0;
  }
  #howto .sub-ttl span {
    font-size: 26px;
    line-height: 32px;
    text-decoration: underline;
  }
}
#howto .description {
  margin: 35px 0;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
}
@media only screen and (min-width: 741px) {
  #howto .description {
    font-size: 24px;
    line-height: 48px;
  }
}
#howto .inner {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #howto .inner {
    min-width: 640px;
    width: 1200px;
  }
}
#howto .link-cont {
  font-size: 16px;
  color: #1e88e5;
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  text-align: left;
}
#howto .link-cont:after {
  content: "〉";
  -webkit-transform: scale(1.5, 0.7);
  -ms-transform: scale(1.5, 0.7);
  transform: scale(1.5, 0.7);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
}
#howto .howto .inner {
  padding: 30px 0 80px;
}
@media only screen and (min-width: 741px) {
  #howto .howto .inner {
    padding: 30px 0 160px;
  }
}
#howto .howto .btn-yellow {
  margin-bottom: 40px;
}
@media only screen and (min-width: 741px) {
  #howto .howto .btn-yellow {
    margin: 80px auto 75px;
  }
}
#howto .howto .campaign-coment {
  margin: 20px 0 0;
  width: 100%;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: bold;
  color: #1e88e5;
  border: solid #1e88e5 3px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  line-height: 28px;
}
#howto .howto .campaign-coment span {
  text-align: left;
  display: block;
  margin-top: 20px;
  font-weight: lighter;
}
@media only screen and (min-width: 741px) {
  #howto .howto .campaign-coment {
    font-size: 24px;
    line-height: 42px;
    padding: 30px 75px;
  }
  #howto .howto .campaign-coment span {
    font-weight: lighter;
    letter-spacing: 1px;
  }
}
#howto .howto-tool {
  padding: 80px 0;
  background: url(../img/index/bg2.png);
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool {
    padding: 160px 0;
  }
}
#howto .howto-tool .top-ttl {
  margin-bottom: 35px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .top-ttl {
    margin-bottom: 80px;
  }
}
#howto .howto-tool .tool-cont {
  margin-bottom: 75px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont {
    margin: 80px auto 75px;
  }
}
#howto .howto-tool .tool-cont .tool-img-cont {
  margin: 0 auto;
  width: 165px;
  height: 165px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .tool-img-cont {
    float: left;
    width: 400px;
    height: 400px;
  }
}
#howto .howto-tool .tool-cont .tool-img-cont canvas {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .detail-cont {
    float: left;
    margin-left: 80px;
    width: 720px;
  }
}
#howto .howto-tool .tool-cont .top-ttl {
  margin: 30px 0 35px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .top-ttl {
    text-align: left;
    font-size: 40px;
  }
}
#howto .howto-tool .tool-cont .description {
  text-align: left;
  font-weight: normal;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .description {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 36px;
  }
}
#howto .howto-tool .tool-cont .price-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .price-name {
    font-size: 24px;
    line-height: 48px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
#howto .howto-tool .tool-cont .price {
  font-size: 28px;
  line-height: 38px;
}
#howto .howto-tool .tool-cont .price span {
  font-size: 12px;
  font-weight: 100;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .price {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.1em;
  }
  #howto .howto-tool .tool-cont .price span {
    font-size: 18px;
  }
}
#howto .howto-tool .tool-cont .caution {
  margin: 20px 0 40px 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  list-style-type: disc;
  text-align: left;
}
#howto .howto-tool .tool-cont .caution li {
  margin-bottom: 10px;
}
#howto .howto-tool .tool-cont .caution li span {
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .caution {
    letter-spacing: 1px;
  }
}
#howto .howto-tool .tool-cont .icigojam-img {
  background: url(../img/howto/ichigojam_img.png) center center no-repeat;
  background-size: contain;
}
#howto .howto-tool .tool-cont .ichigojam-cont {
  margin-bottom: 35px;
  padding: 10px 25px;
  height: 80px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  border: solid #dcdac3 3px;
  border-radius: 10px;
}
#howto .howto-tool .tool-cont .ichigojam-cont .price-ichigojam {
  padding: 3px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 5px;
  font-weight: normal;
  text-align: left;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .ichigojam-cont .price-ichigojam {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
  }
}
#howto .howto-tool .tool-cont .ichigo-link {
  width: 240px;
}
#howto .howto-tool .tool-cont .printer-img {
  background: url(../img/howto/printer_img.png) center center no-repeat;
  background-size: contain;
}
#howto .howto-tool .tool-cont .printer-cont {
  padding: 15px;
  text-align: center;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  border: solid #dcdac3 3px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .printer-cont {
    float: left;
    padding: 15px 25px;
    width: 360px;
    height: 140px;
  }
}
#howto .howto-tool .tool-cont .radius-first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .radius-first {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#howto .howto-tool .tool-cont .radius-second {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .radius-second {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
#howto .howto-tool .tool-cont .second-price-cont {
  border-top: none;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .second-price-cont {
    border-top: solid #dcdac3 3px;
    border-left: none;
  }
}
#howto .howto-tool .tool-cont .printer_link {
  margin-top: 35px;
  width: 265px;
}
#howto .howto-tool .tool-cont .lasercutter-img {
  background: url(../img/howto/lasercutter_img.png) center center no-repeat;
  background-size: contain;
}
#howto .howto-tool .tool-cont .cutter-cont {
  padding: 15px;
  text-align: center;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  border: solid #dcdac3 3px;
  border-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #howto .howto-tool .tool-cont .cutter-cont {
    padding: 15px 25px;
    width: 360px;
    height: 140px;
  }
}
#howto .howto-tool .tool-cont .cutter-link {
  margin-top: 35px;
  width: 290px;
}
#howto .howto-reservation {
  padding: 80px 0;
  width: 100%;
}
@media only screen and (min-width: 741px) {
  #howto .howto-reservation {
    padding: 160px 0;
  }
}
#howto .howto-reservation .reservation-list {
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#howto .howto-reservation .reservation-list li {
  margin: 10px 0;
}
@media only screen and (min-width: 741px) {
  #howto .howto-reservation .reservation-list {
    font-size: 24px;
    width: 720px;
    height: auto;
    margin: 0 auto;
  }
  #howto .howto-reservation .reservation-list li {
    margin: 30px 0px;
  }
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
}

/* Custom Styles */
img.logo_view {
  margin: 5px 0;
}

img.pin_view {
  height: 50px;
  padding: 5px;
}

@media only screen and (min-width: 741px) {
  .sp-br {
    display: none;
  }
}

/* Contest */
#event .contest-items-ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 28px;
}
@media only screen and (min-width: 741px) {
  #event .contest-items-ttl {
    font-size: 32px;
    line-height: 42px;
  }
}

#event .calendar-cont-solo {
  margin-bottom: 35px;
}

@media only screen and (min-width: 741px) {
  #event .category-cont-solo {
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 10px;
    width: 325px;
  }
}
#event .category-cont-solo .category-box {
  text-align: center;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  background: #ffd400;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 24px;
  letter-spacing: 1.3px;
}
#event .category-cont-solo .category-box span {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -1px;
}
@media only screen and (min-width: 741px) {
  #event .category-cont-solo .category-box {
    float: left;
    width: 325px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1.3px;
  }
  #event .category-cont-solo .category-box span {
    font-size: 18px;
    letter-spacing: 1.3px;
  }
}

#event .category-cont {
  margin-bottom: 35px;
}
@media only screen and (min-width: 741px) {
  #event .category-cont {
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 10px;
    width: 650px;
  }
}
#event .category-cont .category-box {
  text-align: center;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  background: #ffd400;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 24px;
  letter-spacing: 1.3px;
}
#event .category-cont .category-box span {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -1px;
}
@media only screen and (min-width: 741px) {
  #event .category-cont .category-box {
    float: left;
    margin: 10px 50px 0 0;
    width: 300px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1.3px;
  }
  #event .category-cont .category-box span {
    font-size: 18px;
    letter-spacing: 1.3px;
  }
  #event .category-cont .category-box:nth-child(2n) {
    margin: 10px 0 0 0;
  }
}

@media only screen and (min-width: 741px) {
  #event .judge-cont {
    margin: 0 auto;
    width: 660px;
  }
}
#event .judge-cont .judge-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #1e88e5;
  border: solid #1e88e5 3px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 24px;
  letter-spacing: 1.3px;
}
@media only screen and (min-width: 741px) {
  #event .judge-cont .judge-item {
    float: left;
    margin-right: 60px;
    width: 180px;
  }
  #event .judge-cont .judge-item:last-child {
    margin-right: 0;
  }
}

#event .contest-cont {
  padding: 35px 0;
  width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  margin: 35px 0;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont {
    padding: 80px 0 60px;
    width: 850px;
    margin: 35px auto;
  }
}

#event .contest-cont .contest-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#event .contest-cont .contest-ttl span {
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .contest-ttl {
    font-size: 48px;
    margin-bottom: 40px;
  }
  #event .contest-cont .contest-ttl span {
    font-size: 24px;
  }
}

@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont {
    margin: 0 auto;
    width: 890px;
  }
}
#event .contest-cont .work-cont .work-box {
  margin-top: 40px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .work-box {
    float: left;
    margin: 10px 20px 0 0;
    width: 415px;
  }
  #event .contest-cont .work-cont .work-box:nth-child(2n) {
    margin: 10px 0 0 0;
  }
}

#event .contest-cont .work-cont .work-img-cont {
  width: 200px;
  height: 190px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .work-img-cont {
    width: 280px;
    height: 230px;
    margin: 0 auto;
  }
}

#event .contest-cont .work-cont-solo .work-img-cont {
  width: 200px;
  height: 190px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .work-img-cont {
    width: 280px;
    height: 230px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo {
    margin: 0 auto;
    width: 425px;
  }
}
#event .contest-cont .work-cont-solo .work-box {
  margin-top: 40px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .work-box {
    float: left;
    margin: 10px 20px 0 0;
    width: 415px;
  }
  #event .contest-cont .work-cont-solo .work-box:nth-child(2n) {
    margin: 10px 0 0 0;
  }
}

#event .contest-cont .work-cont-solo .work-img-cont {
  width: 200px;
  height: 190px;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .work-img-cont {
    width: 280px;
    height: 230px;
    margin: 0 auto;
  }
}

#event .contest-cont .work-cont .first-anim-img {
  background: url(../img/contest/first_anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .first-game-img {
  background: url(../img/contest/first_game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .fukuno-anim-img {
  background: url(../img/contest/fukuno_anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .fukuno-game-img {
  background: url(../img/contest/fukuno_game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .yoshi-anim-img {
  background: url(../img/contest/yoshi_anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .yoshi-game-img {
  background: url(../img/contest/yoshi_game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .okubo-anim-img {
  background: url(../img/contest/okubo_anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .okubo-game-img {
  background: url(../img/contest/okubo_game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .first-anim2022-img {
  background: url(../img/contest/2022/first_anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .first-game2022-img {
  background: url(../img/contest/2022/first_game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .first-anim2023-img {
  background: url(../img/contest/2023/first_anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .first-game2023-img {
  background: url(../img/contest/2023/first_game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont-solo .first-game2024-img {
  background: url(../img/contest/2024/first_game.png) center center no-repeat;
  background-size: contain;
}

#event .contest-cont .work-cont .introduction-cont {
  margin: 0 auto;
}
#event .contest-cont .work-cont .category-name {
  font-size: 17px;
  line-height: 2px;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .category-name {
    font-size: 22px;
    font-style: 36px;
    line-height: 42px;
  }
}

#event .contest-cont .work-cont .work-name {
  color: #6e6d61;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .work-name {
    font-size: 22px;
    font-style: 36px;
    line-height: 42px;
  }
}

#event .contest-cont .work-cont .creator-name {
  font-size: 13px;
  font-weight: lighter;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .creator-name {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

#event .contest-cont .work-cont .work-description {
  font-size: 12px;
  line-height: 16px;
  padding: 0 15px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .work-description {
    font-size: 17px;
    line-height: 24px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .work-description {
    font-size: 17px;
    line-height: 24px;
    padding: 0 30px;
  }
}
#event .contest-cont .work-cont-solo .introduction-cont {
  margin: 0 auto;
}
#event .contest-cont .work-cont-solo .category-name {
  font-size: 17px;
  line-height: 2px;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .category-name {
    font-size: 22px;
    font-style: 36px;
    line-height: 42px;
  }
}

#event .contest-cont .work-cont-solo .work-name {
  color: #6e6d61;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .work-name {
    font-size: 22px;
    font-style: 36px;
    line-height: 42px;
  }
}

#event .contest-cont .work-cont-solo .creator-name {
  font-size: 13px;
  font-weight: lighter;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .creator-name {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

#event .contest-cont .work-cont-solo .work-description {
  font-size: 12px;
  line-height: 16px;
  padding: 0 15px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .work-description {
    font-size: 17px;
    line-height: 24px;
    padding: 0 30px;
  }
}

#event .contest-cont .judge-comment {
  margin-top: 30px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .judge-comment {
    margin-top: 50px;
  }
}

#event .contest-cont .judge-comment .fukuno-img {
  background: url(../img/contest/judge_fukuno_img.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .judge-comment .yoshi-img {
  background: url(../img/contest/judge_yoshi_img.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .judge-comment .okubo-img {
  background: url(../img/contest/judge_okubo_img.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .judge-comment .misaki-img {
  background: url(../img/contest/judge_misaki_img.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .judge-comment .sano-img {
  background: url(../img/contest/judge_sano_img.png) center center no-repeat;
  background-size: contain;
}

#event .contest-cont .judge-comment .judge-img-cont {
  position: relative;
  float: left;
  margin-left: 90px;
  margin-bottom: 55px;
  width: 95px;
  height: 122px;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .judge-comment .judge-img-cont {
    margin-left: 50px;
    width: 150px;
    height: 185px;
  }
}

#event .contest-cont .judge-comment .judge-img-cont .judge-name {
  position: absolute;
  transform: translateY(100%);
  bottom: -10px;
  width: 180px;
  margin-left: -42.5px;
  font-size: 13px;
  font-weight: lighter;
  line-height: 23px;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .judge-comment .judge-img-cont .judge-name {
    margin-left: -15px;
    font-size: 18px;
    line-height: 28px;
  }
}

#event .contest-cont .judge-comment .comment {
  float: left;
  position: relative;
  width: 260px;
  margin-top: 24px;
  margin-left: 10px;
  padding: 30px 20px;
  font-size: 14px;
  background: #dcdac3;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 24px;
  letter-spacing: 1.3px;
}
#event .contest-cont .judge-comment .comment span {
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.7px;
}
#event .contest-cont .judge-comment .comment:before {
  position: absolute;
  top: -28px;
  left: 113px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dcdac3;
  border-left: 15px solid transparent;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .judge-comment .comment {
    margin-top: 0;
    margin-left: 30px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.3px;
    width: 550px;
  }
  #event .contest-cont .judge-comment .comment span {
    font-size: 15px;
    line-height: 30px;
  }
  #event .contest-cont .judge-comment .comment:before {
    left: -28px;
    top: 75px;
    border-top: 15px solid transparent;
    border-right: 15px solid #dcdac3;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
  }
}

#event .event-btn-cont {
  margin-bottom: 35px;
}
@media only screen and (min-width: 741px) {
  #event .event-btn-cont {
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 10px;
    width: 750px;
  }
}

#event .event-box {
  margin-top: 20px;
}
@media only screen and (min-width: 741px) {
  #event .event-box {
    float: left;
    margin: 10px 50px 0 0;
  }
  #event .event-box:nth-child(2n) {
    margin: 10px 0 0 0;
  }
}

#event .contest-cont .work-cont .winner-img-cont {
  width: 200px;
  height: 145px;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont .winner-img-cont {
    width: 280px;
    height: 180px;
    margin: 0 auto 15px auto;
  }
}
#event .contest-cont .work-cont-solo .winner-img-cont {
  width: 200px;
  height: 145px;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 741px) {
  #event .contest-cont .work-cont-solo .winner-img-cont {
    width: 280px;
    height: 180px;
    margin: 0 auto 15px auto;
  }
}
#event .contest-cont .work-cont .hashio-img {
  background: url(../img/contest/hashio.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .miyashita-img {
  background: url(../img/contest/miyashita.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .anim2022-img {
  background: url(../img/contest/2022/anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .game2022-img {
  background: url(../img/contest/2022/game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .anim2023-img {
  background: url(../img/contest/2023/anim.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont .game2023-img {
  background: url(../img/contest/2023/game.png) center center no-repeat;
  background-size: contain;
}
#event .contest-cont .work-cont-solo .game2024-img {
  background: url(../img/contest/2024/game.png) center center no-repeat;
  background-size: contain;
}

#startup {
  font-family: "Inter" "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 741px) {
  #startup {
    font-weight: 400;
  }
}

#startup .logo-cont {
  text-align: center;
  height: 70vh;
  width: auto;
  display: flex;
  vertical-align: center;
  margin-top: -2%;
}
#startup .logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100vw;
  max-height: 100vw;
}

#startup .infomation-cont {
  background: url(../img/index/bg2.png);
  padding: 50px 3%;
  padding-top: 10px;
  position: relative;
}
@media only screen and (min-width: 741px) {
  #startup .infomation-cont {
    padding: 75px 15%;
  }
}
#startup .menter-cont {
  padding: 30px 3% 100px 3%;
  position: relative;
}
@media only screen and (min-width: 741px) {
  #startup .menter-cont {
    padding: 30px 10% 1px 10%;
    margin-bottom: 100px;
  }
}
#startup .menter-images {
  margin: 2% 0;
  text-align: center;
}
#startup .obj-cont {
  display: block;
}
#startup .textbox {
  display: block;
  padding: 2% 10px 4% 0px;
  margin: 0 2em;
  margin-right: 0;
  position: relative;
}
@media only screen and (min-width: 741px) {
  #startup .textbox {
    margin-right: auto;
  }
}
#startup .spacer {
  margin: 10px 0px;
}
#startup .text-mini {
  line-height: 1em;
}
#startup .text-small {
  font-size: 1rem;
}
#startup .text-normal {
  font-size: 1rem;
}
#startup .text-large {
  font-size: 1.2rem;
}
#startup .text-big {
  font-size: 1.2rem;
}
@media only screen and (min-width: 741px) {
  #startup .text-small {
    font-size: 1.2rem;
  }
  #startup .text-normal {
    font-size: 1.5rem;
  }
  #startup .text-large {
    font-size: 2rem;
  }
  #startup .text-big {
    font-size: 2.5rem;
  }
}
#startup .yellow-box {
  background-color: #ffe401;
  display: inline-block;
  border-radius: 35px;
  padding: 5px 20px;
  margin: 10px 0px;
  font-weight: 500;
  position: relative;
}
#startup .box-menter {
  margin: 10px 6%;
}
#startup .ellipse {
  position: relative;
  padding: 10px;
  right: 0;
  top: 0;
  background-color: #ffe401;
  display: inline-block;
  border-radius: 50%;
  font-weight: 500;
}
@media only screen and (min-width: 741px) {
  #startup .ellipse {
    position: absolute;
    right: 17%;
    top: 30px;
    padding: 15px 15px;
  }
}
#startup .white-box {
  background-color: white;
  display: inline-block;
  padding: 2px 20px;
  width: 18em;
  margin: 10px 0px;
  font-weight: 500;
  border: solid #1c9acc 1px;
  text-align: left;
}
#startup ul {
  list-style: inside;
}
#startup .wide {
  line-height: 2em;
}
#startup .indent {
  margin-left: 1em;
}
#startup .plus {
  display: block;
  width: 20em;
  font-weight: 600;
  position: absolute;
  left: 120%;
  transform: translateY(-100%);
}
#startup .sap {
  margin-top: 1em;
  font-weight: bold;
}
#startup .number {
  list-style: decimal;
  margin: 10px 0px;
}
#startup .whatis_startup {
  position: relative;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  display: inline;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2em;
}
@media only screen and (min-width: 741px) {
  #startup .whatis_startup {
    position: absolute;
    right: 5%;
    top: 20%;
    width: 30%;
    height: 30%;
  }
}
#startup .address {
  text-decoration-line: underline;
  display: block;
}
@media only screen and (min-width: 741px) {
  #startup .address {
    display: inline;
  }
}
#startup .triangle {
  color: #1c9acc;
  font-size: 1.3rem;
  margin: -0.5rem 0;
}
#startup .flow {
  display: inline-block;
  text-align: center;
  margin: 1em 1em;
}
#startup .menter-img-cont {
  width: 175px;
  display: block;
  margin: 0px auto;
}
@media only screen and (min-width: 741px) {
  #startup .menter-img-cont {
    display: inline-block;
    margin: 0px 60px;
  }
}
#startup .menter-img {
  border-radius: 50%;
  display: inline-block;
  height: 175px;
  width: 175px;
}
#startup .desc-cont {
  display: block;
  text-align: center;
}
#startup .menter-desc {
  display: inline-block;
  min-height: 100px;
  font-weight: 500;
}
#startup .menter-info-cont {
  margin-top: -1em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
#startup .menter-info {
  color: #58b1d4;
  text-align: right;
  display: block;
}
#startup .phone-push {
  position: absolute;
  right: 25%;
  transform: scaleX(10);
  opacity: 0%;
}
@media only screen and (min-width: 741px) {
  #startup .phone-push {
    display: none;
  }
}

#startup .popup-cont {
  display: none;
  text-align: left;
  background-color: white;
  border-radius: 20px;
  border: solid #ffe401 2px;
  line-height: 1.3em;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 741px) {
  #startup .popup-cont {
    position: absolute;
    left: -100%;
    top: 100%;
    transform: translateX(0%);
  }
}
#startup .fukuno-info {
  max-width: 35em;
  width: 90vw;
}
#startup .yajima-info {
  max-width: 48em;
  width: 90vw;
}
#startup .katsuya-info {
  max-width: 38em;
  width: 90vw;
}
#startup .honjo-info {
  max-width: 35em;
  width: 90vw;
}
#startup .morimoto-info {
  max-width: 37em;
  width: 90vw;
}
#startup .hara-info {
  max-width: 35em;
  width: 90vw;
}
#startup .sugihara-info {
  max-width: 37em;
  width: 90vw;
}
#startup .matsuno-info {
  max-width: 35em;
  width: 90vw;
}
#startup .yoshikoshi-info {
  max-width: 38em;
  width: 90vw;
}

#startup .phone-push:checked ~ .popup-cont {
  display: inline-block;
  animation: fadein-phone 1s ease-in-out;
}
@media only screen and (min-width: 741px) {
  #startup .menter-info-cont:hover .popup-cont {
    display: inline-block;
    animation: fadein 1s ease-in-out;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadein-phone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#startup .ellipse-cont {
  display: block;
  text-align: right;
}
@media only screen and (min-width: 741px) {
  #startup .ellipse-cont {
    display: inline;
    text-align: right;
  }
}

#startup .wave {
  position: relative;
}

#startup .team-cont {
  margin-top: 100px;
  padding: 35px 0;
  width: 100%;
  background: #f4f2df;
  border-radius: 10px;
}
@media only screen and (min-width: 741px) {
  #startup .team-cont {
    padding: 80px 0 60px;
    width: 850px;
    margin: 0 auto;
    margin-top: 100px;
  }
}
#startup .team-ttl {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 741px) {
  #startup .team-ttl {
    font-size: 3em;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 741px) {
  #startup .individual-team-cont {
    margin: 0 auto;
    width: 760px;
  }
}
#startup .team-logo-cont {
  margin: 35px auto 15px;
  width: 215px;
  height: 40px;
  background: url(../img/about/team_logo.png) center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 741px) {
  #startup .team-logo-cont {
    float: left;
    margin: 0;
    width: 320px;
    height: 80px;
  }
}
#startup .team-comment {
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.3px;
}
@media only screen and (min-width: 741px) {
  #startup .team-comment {
    margin-left: 50px;
    padding: 0;
    float: left;
    width: 390px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
#startup .team-comment .linkarea {
  text-align: right;
}
@media only screen and (min-width: 741px) {
  #startup .team-comment .linkarea {
    text-align: left;
  }
}
#startup .team-comment .linkarea {
  text-align: right;
}
@media only screen and (min-width: 741px) {
  #startup .team-comment .linkarea {
    text-align: left;
  }
}
#startup .team-comment .linkarea a {
  position: relative;
  display: inline-block;
  color: #1e88e5;
  padding-right: 20px;
}
#startup .team-comment a:after {
  content: "〉";
  -webkit-transform: scale(1.5, 0.7);
  -ms-transform: scale(1.5, 0.7);
  transform: scale(1.5, 0.7);
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: left;
  width: 10px;
  height: 100%;
}

#startup .sponsor-cont {
  text-align: center;
  font-weight: bold;
  margin-bottom: 200px;
}
#startup .sponsors-container {
  margin-top: 50px;
}
#startup .sponsor {
  display: block;
  margin: 30px auto;
  width: 80vw;
  height: 20vw;
  padding-top: 10vw;
  border-radius: 10px;
  font-size: 7vw;
}
#startup .sponsor-cont .ichigojam {
  background: #edecdf url(../img/startup/ichigojam.png) center center no-repeat;
  background-size: contain;
}
#startup .sponsor-cont .sapjapan {
  background: #edecdf;
}
#startup .supporter-cont {
  margin: 40px auto;
  width: 70vw;
  padding-bottom: 3vw;
  border-radius: 10px;
  background: #edecdf;
}
#startup .supporter {
  display: block;
  font-size: 15px;
  padding: 10px 0;
  margin: 0 auto;
  width: 10em;
  text-align: justify;
  text-align-last: justify;
}
@media only screen and (min-width: 741px) {
  #startup .sponsor-cont {
    text-align: center;
    font-weight: bold;
    margin-bottom: 200px;
  }
  #startup .sponsors-container {
    margin-top: 50px;
  }
  #startup .sponsor {
    display: inline-block;
    margin: 0 30px 0 0;
    width: 380px;
    height: 90px;
    padding-top: 60px;
    border-radius: 10px;
    font-size: 30px;
  }
  #startup .sponsor-cont .ichigojam {
    background: #edecdf url(../img/startup/ichigojam.png) center center
      no-repeat;
    background-size: contain;
  }
  #startup .sponsor-cont .sapjapan {
    background: #edecdf;
  }
  #startup .supporter-cont {
    background: none;
    width: auto;
    margin: 0;
    margin-top: 70px;
  }
  #startup .supporter {
    display: inline-block;
    text-align: left;
    margin: 0;
    width: 200px;
    height: 90px;
    padding: 60px 0 0 0;
    font-size: 20px;
    text-align-last: auto;
  }
}
#startup .player-2025 {
  background: url(../img/index/bg2.png);
  padding: 50px 3% 0 3%;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 741px) {
  #startup .player-2025 {
    padding: 75px 15% 0 15%;
  }
}
#startup .player-header {
  display: flex;
  padding: 0 28px;
  font-weight: 500;
  align-items: normal;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 741px) {
  #startup .player-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: left;
  }
}
#startup .player-ic {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.5em;
  padding: 10px;
  background-color: none;
  border-radius: 20%;
}
@media only screen and (min-width: 741px) {
  #startup .player-ic {
    text-align: center;
    margin-bottom: 0;
    background-color: #ffe401;
  }
}
#startup .player-ic hr {
  margin: 0 0 4px 0;
}
#startup .ic-text {
  font-size: 4em;
  line-height: 1em;
}
#startup .ic-subtext-pc {
  display: none;
  font-size: 1.5em;
}
@media only screen and (min-width: 741px) {
  #startup .ic-subtext-pc {
    display: inline-block;
  }
}
#startup .ic-subtext-phone {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.5em;
}
@media only screen and (min-width: 741px) {
  #startup .ic-subtext-phone {
    display: none;
  }
}
#startup .player-desc {
  display: inline-block;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media only screen and (min-width: 741px) {
  #startup .player-desc {
    margin: 0 0 7px 30px;
  }
}
#startup .mediabreak {
  display: none;
}
@media only screen and (min-width: 741px) {
  #startup .mediabreak {
    display: block;
  }
}
#startup .player-cont {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 741px) {
  #startup .player-cont {
    flex-direction: row;
  }
}
#startup .player {
  display: inline-block;
  width: 500px;
  padding: 0 20px;
  margin-bottom: 50px;
  /* background-color: red; */
  text-align: center;
}
#startup .player-img {
  display: inline-block;
  background-color: gray;
  width: 250px;
  height: 250px;
}
#startup .company-cont {
  display: inline-block;
  text-align: left;
  letter-spacing: -0.5px;
  width: 250px;
  height: 60px;
  margin: 0 auto;
}
#startup .company-cont-name {
  font-size: 1.3rem;
}
@media only screen and (min-width: 741px) {
  #startup .company-cont-name {
    font-size: 1.5rem;
  }
}
#startup .player-name {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1.2rem;
  width: 250px;
  margin-bottom: 1.5em;
  height: auto;
  text-align: left;
}
@media only screen and (min-width: 741px) {
  #startup .player-name {
    height: 6em;
    margin-bottom: 0;
  }
}
#startup .company-desc {
  display: flex;
  background-color: white;
  height: 13em;
  width: 250px;
  line-height: 1.5em;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#startup .company-desc-text {
  display: inline-block;
  margin: 1em;
  text-align: left;
}
#startup .player-xrice {
  background: url(../img/startup/xrice.jpg) center center no-repeat;
  background-size: cover;
}
#startup .player-minakano {
  background: url(../img/startup/minakano.jpg) center center no-repeat;
  background-size: cover;
}
#startup .player-kotohiro {
  background: url(../img/startup/kotohiro-pic.jpg) center center no-repeat;
  background-size: cover;
}

#store {
  font-weight: 400;
  position: relative;
  text-align: center;
}
#store .wave {
  position: relative;
}
#store .store-header {
  margin: 0 0 50px 0;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 741px) {
  #store .store-header {
    margin: 100px;
    font-size: 48px;
  }
}
#store .store-description {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 90vw;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 48px;
}
@media only screen and (min-width: 741px) {
  #store .store-description {
    font-size: 24px;
  }
}
#store .mediabreak {
  display: none;
}
@media only screen and (min-width: 741px) {
  #store .mediabreak {
    display: block;
  }
}
#store .attention {
  display: inline-block;
  padding: 10px 30px;
  width: 80vw;
  max-width: 720px;
  margin-bottom: 100px;
  color: #1e88e5;
  border: 3px solid #1e88e5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2rem;
}
@media only screen and (min-width: 741px) {
  #store .attention {
    width: 720px;
    font-size: 20px;
    padding: 30px 30px;
  }
}
#store .underline {
  text-decoration: underline;
}
#store .store-main {
  padding: 10px;
  background: url(../img/index/bg2.png);
  position: relative;
  color: #2a1e10;
}
@media only screen and (min-width: 741px) {
  #store .store-main {
    padding: 80px;
  }
}
#store .store-main .sorter {
  display: none;
  cursor: pointer;
  background-color: #dadac4;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
}
#store #sorter-phone1,
#store #sorter-phone2 {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 741px) {
  #store .store-main #sorter {
    display: inline-block;
  }
  #store .store-main .sorter {
    font-size: 18px;
  }
  #store #sorter-phone1,
  #store #sorter-phone2 {
    display: none;
  }
}
#store {
  .home,
  .ichigojam,
  .acce,
  .other {
    display: inline-block;
    width: 100px;
    padding: 10px 10px;
  }
  .home,
  .acce {
    border-right: 2px solid #bdbda5;
  }
  [selected="true"] {
    background-color: #ffe401;
  }
}
@media screen and (min-width: 741px) {
  #store {
    .home,
    .ichigojam,
    .acce,
    .other {
      width: 180px;
      padding: 10px 30px;
    }
    .ichigojam {
      border-right: 2px solid #bdbda5;
    }
  }
}
#store #items-cont {
  display: flex;
  max-width: 740px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  text-align: center;
}
@media screen and (min-width: 741px) {
  #store {
    .home,
    .ichigojam,
    .acce,
    .other {
      width: 180px;
      padding: 10px 30px;
    }
    .ichigojam {
      border-right: 2px solid #bdbda5;
    }
  }
}
#store #items-cont {
  display: flex;
  max-width: 740px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  text-align: center;
}
@media screen and (min-width: 741px) {
  #store #items-cont {
    max-width: 105.6vw;
    justify-content: left;
  }
}
#store .item {
  display: inline-block;
  position: relative;
  width: 160px;
  min-width: 160px;
  height: 300px;
  margin: 5px;
  font-size: 12px;
  font-weight: 600;
  background-color: #f6f7f7;
  border-radius: 5px;
  text-align: center;
  @media screen and (min-width: 740px) {
    width: 23%;
    min-width: 180px;
    margin: 1%;
    font-size: 17px;
  }
  .item-img-cont {
    display: inline-block;
    background-color: white;
    margin-top: 20px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: relative;
    img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
  }
  .name {
    height: 56px;
    line-height: 20px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .price {
    height: 25px;
    color: #5a5a5a;
    line-height: 20px;
  }
  .hurusato-badge {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe401;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    top: -10px;
    right: -20px;
    z-index: 5;
    @media screen and (min-width: 740px) {
      width: 100px;
      height: 100px;
      right: -40px;
      top: -20px;
    }
  }
  .hurusato-badge .badge-text {
    padding-top: 5px;
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 1rem;
    @media screen and (min-width: 740px) {
      font-size: 0.9rem;
      line-height: 1.4rem;
    }
  }
  .hurusato {
    display: block;
    font-weight: 400;
    margin-top: -2rem;
    @media screen and (min-width: 740px) {
      margin-top: -2rem;
    }
  }
  .hurusato .hrst-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    background-color: #ffe401;
    padding: 0 1rem;
    margin: 0 3vw;
    margin-bottom: 0.5rem;
    border-radius: 10px;
  }
  @media screen and (min-width: 740px) {
    .hurusato .hrst-btn:nth-child(2) {
      margin-bottom: 0rem;
    }
  }
  .hurusato .hrst-btn p {
    line-height: 0.7rem;
    font-size: 0.6rem;
    .sp-br {
      display: block;
    }
    @media screen and (min-width: 740px) {
      line-height: 1.3rem;
      font-size: 0.9rem;
      .sp-br {
        display: none;
      }
    }
  }
  .tag {
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    border-radius: 3px;
    background-color: #e8e7da;
  }
  a:hover {
    opacity: 1;
  }
  a:hover .name,
  a:hover .price {
    animation: item-hover 0.2s linear;
    color: #c03030;
  }
}

#store .item[hidden="true"] {
  display: none;
}
@keyframes item-hover {
  from {
    color: #2a1e10;
  }
  to {
    color: #c03030;
  }
}
