@charset "UTF-8";
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #fff;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 25.641025641vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1000px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Noto Sans JP", "Lato", sans-serif;
  letter-spacing: 0.0065em;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    line-height: 1.6;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    font-size: 0.14rem;
  }
}

#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #fff;
  text-decoration: underline;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

a.chg-hover {
  transition: background-color 0.3s;
}
a.chg-hover:hover {
  background-color: rgb(34.6936758893, 98.5375494071, 247.8063241107) !important;
}

a.chg-opacity {
  transition: opacity 0.3s;
}
a.chg-opacity:hover {
  opacity: 0.5;
}

a .chg-opacity {
  transition: opacity 0.3s;
}

a:hover .chg-opacity {
  opacity: 0.5;
}

.chg-opacity a {
  transition: opacity 0.3s;
}
.chg-opacity a:hover {
  opacity: 0.5;
}

.chg-opacity02 a {
  transition: opacity 0.3s;
}
.chg-opacity02 a:hover {
  opacity: 0.6;
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}
/* float
   ========================================================================== */
.clearfix::after,
.fbox::after {
  display: block;
  clear: both;
  content: "";
}

.fr {
  float: right;
}

.fl {
  float: left;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0vw !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 1.28vw !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 2.56vw !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 3.85vw !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 5.13vw !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 6.41vw !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 7.69vw !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 8.97vw !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 10.26vw !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .mt45 {
    margin-top: 11.54vw !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 12.82vw !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .mt55 {
    margin-top: 14.1vw !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 15.38vw !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0vw !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 1.28vw !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 2.56vw !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 3.85vw !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 5.13vw !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 6.41vw !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 7.69vw !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0vw !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .mr5 {
    margin-right: 1.28vw !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .mr10 {
    margin-right: 2.56vw !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .mr15 {
    margin-right: 3.85vw !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .mr20 {
    margin-right: 5.13vw !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0vw !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .ml5 {
    margin-left: 1.28vw !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .ml10 {
    margin-left: 2.56vw !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .ml15 {
    margin-left: 3.85vw !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .ml20 {
    margin-left: 5.13vw !important;
  }
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .pc-pdg {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 2.05vw;
    padding-right: 2.05vw;
  }
}
/* text-align
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* wrapper */
html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 320px;
  }
}

#wrapper {
  height: 100%;
}

.contents-body {
  overflow: hidden;
}
.contents-inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contents-inner {
    width: 100%;
  }
}

.contents-inner-lrg {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contents-inner-lrg {
    width: 100%;
  }
}

.flex-box {
  display: flex;
}
.flex-box.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .flex-box.rev {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .flex-box {
    display: block;
  }
  .flex-box.sp-flex {
    display: flex;
  }
}
.flex-box.col2 > * {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .flex-box.col2 > * {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .flex-box.col2 > *:last-child {
    margin-bottom: 0;
  }
}
.flex-box.col2 > *:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .flex-box.col2 > *:nth-child(2n) {
    margin-left: 0;
  }
}
.flex-box.col3 > * {
  width: 31.33%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .flex-box.col3 > * {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .flex-box.col3 > *:last-child {
    margin-bottom: 0;
  }
}
.flex-box.col3 > *:nth-child(3n) {
  margin-left: 0;
}
.flex-box.flex-wrap {
  flex-wrap: wrap;
}

.flex-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex-box-wrap.sp-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

/*共通スタイル*/
.contents-main-wrapper.blk {
  padding-top: 0.74rem;
  background-color: #221714;
  color: #fff;
}
.contents-main-wrapper.blk .main-titleset {
  padding: 1.4rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .contents-main-wrapper.blk .main-titleset {
    padding: 0.5rem 0 0.3rem;
  }
}
.contents-main-wrapper.blk .main-titleset .main-title {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .contents-main-wrapper.blk .main-titleset .main-title {
    margin-bottom: 0.13rem;
  }
}

/* header
   ========================================================================== */
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  transition: background-color 0.3s;
  pointer-events: inherit;
  height: 80px;
}
@media screen and (max-width: 767px) {
  header {
    transition: none;
    height: 60px;
  }
}
header .header-inner {
  max-width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 25px;
  }
}
header .header-inner .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  header .header-inner .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header-inner .header-logo .anchor--en {
  max-width: 160px;
}
header .header-inner .gnavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: #E60050;
  padding: 0rem 0rem 0rem;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A51F7;
    padding: 0.11rem 0.13rem 0.11rem;
  }
}
header .header-inner .gnavi .lang {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi .lang {
    display: block;
  }
}
header .header-inner .gnavi-inner {
  width: 100%;
  height: 100%;
  /*高さを指定*/
  display: flex;
  justify-content: center;
  /*これを指定*/
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner {
    padding-top: 0;
    gap: 120px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
}
header .header-inner .gnavi-inner ul li span {
  font-size: 0.12rem;
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li {
    padding: 0;
    font-weight: 400;
  }
}
header .header-inner .gnavi-inner ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 2px 8px 4px;
  font-size: clamp(20px, 1.7vw, 30px);
  text-align: right;
  color: #231815;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
header .header-inner .gnavi-inner ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  transition: all 0.4s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li a {
    margin: 0 auto;
    padding: 0 8px 2px;
    text-align: center;
    line-height: 1.2;
    color: #231815;
    background: #ffffff;
  }
}
header .header-inner .gnavi-inner ul li a:hover {
  opacity: 1;
}
header .header-inner .gnavi-inner ul li a:hover::after {
  content: "";
  width: 100%;
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li a:hover::after {
    content: "";
    width: 0;
  }
}
header .header-inner .gnavi-inner ul li.link-coming a {
  padding: 0.8em 4em 0.8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li.link-coming a {
    background: #000;
  }
}
header .header-inner .gnavi-inner ul li.link-coming a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  top: 0;
  right: 0;
  transition: all 0.4s;
  z-index: -1;
}
header .header-inner .gnavi-inner ul li.link-coming a span {
  position: absolute;
  font-size: clamp(20px, 1.7vw, 30px);
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li.link-coming a span {
    font-size: 25px;
  }
}
header .header-inner .gnavi-inner ul li.link-coming a span.text-default {
  top: 50%;
  transform: translate(0%, -50%);
  opacity: 1;
  right: 8px;
}
header .header-inner .gnavi-inner ul li.link-coming a span.text-hover {
  top: 100%;
  opacity: 0;
  transform: translate(0%, -50%);
  right: 8px;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li.link-coming a span.text-default {
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
  }
  header .header-inner .gnavi-inner ul li.link-coming a span.text-hover {
    transform: translate(-50%, -50%);
    opacity: 1;
    right: auto;
    left: 50%;
    top: 50%;
    color: #fff;
  }
}
header .header-inner .gnavi-inner ul li.link-coming a:hover::after {
  content: "";
  width: 100%;
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li.link-coming a:hover::after {
    content: "";
    width: 0;
  }
}
header .header-inner .gnavi-inner ul li.link-coming a:hover span.text-default {
  top: 0%;
  opacity: 0;
}
header .header-inner .gnavi-inner ul li.link-coming a:hover span.text-hover {
  color: #fff;
  top: 50%;
  opacity: 1;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul li.link-coming a:hover span.text-hover {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
  }
}
header .header-inner .gnavi-inner ul a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner ul a {
    display: block;
    color: #fff;
    padding: 0;
  }
}
header .header-inner .gnavi-inner__icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .header-inner .gnavi-inner__icons-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
header .header-inner .gnavi-inner__icons-item > a {
  display: block;
  max-width: 42px;
}
header .header-inner .gnavi-inner__icons-item > a img {
  width: 100%;
}
@media (max-width: 768px) {
  header .header-inner .gnavi-inner__icons-item > a {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi-inner .ham_logo {
    max-width: 220px;
  }
  header .header-inner .gnavi-inner .ham_logo img {
    width: 100%;
  }
}
header .header-inner .naviBox {
  display: flex;
  gap: 32px;
  height: 100%;
}
header .header-inner .naviBox .lang {
  font-size: 20px;
  letter-spacing: 0.03rem;
  margin-right: 5px;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  header .header-inner .naviBox .lang {
    display: none;
  }
}
header .header-inner .naviBox .lang .lang_en {
  text-decoration: none;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}
header .header-inner .naviBox .lang .lang_en:hover {
  text-decoration: underline;
}
header .header-inner .naviBox .lang .lang_jp {
  color: #221714;
  background: #fff;
  font-family: "Geist", sans-serif;
  line-height: 1.2;
  padding-inline: 8px;
  text-decoration: none;
  font-weight: 400;
}
header .header-inner .naviBox .lang--en .lang_en {
  color: #221714;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding-inline: 8px;
  text-decoration: none;
}
header .header-inner .naviBox .lang--en .lang_jp:hover {
  text-decoration: underline;
}
header .header-inner .naviBox .lang--en .lang_jp {
  color: #fff;
  background: none;
  text-decoration: none;
}
header .header-inner .lang {
  gap: 10px;
}
header .header-inner .lang > a:nth-of-type(2) {
  pointer-events: none;
  opacity: 0.6;
}
header .header-inner .naviBox p {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-inner .nav-btn {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
header .header-inner .nav-btn .btn {
  position: relative;
  width: 100%;
}
header .header-inner .nav-btn .btn .bar {
  position: relative;
  display: block;
  height: 4px;
  width: 100%;
  text-indent: -9999px;
  transition: opacity 0.2s;
}
header .header-inner .nav-btn .btn .bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
}
header .header-inner .nav-btn .btn::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s;
}
header .header-inner .nav-btn .btn::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s;
}
header .header-inner .nav-btn.open .btn .bar {
  opacity: 0;
}
header .header-inner .nav-btn.open .btn::before {
  transform: rotate(-45deg);
  top: 1px;
  width: 30px;
  background-color: #fff;
}
header .header-inner .nav-btn.open .btn::after {
  transform: rotate(45deg);
  bottom: -1px;
  width: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header .header-inner .nav-btn {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-inner .nav-btn .btn {
    position: relative;
    height: 3px;
    width: 26px;
  }
  header .header-inner .nav-btn .btn .bar {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    text-indent: -9999px;
    transition: opacity 0.2s;
  }
  header .header-inner .nav-btn .btn .bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
  }
  header .header-inner .nav-btn .btn::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s;
  }
  header .header-inner .nav-btn .btn::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s;
  }
  header .header-inner .nav-btn.open .btn .bar {
    opacity: 0;
  }
  header .header-inner .nav-btn.open .btn::before {
    transform: rotate(-45deg);
    top: 1px;
    width: 25px;
  }
  header .header-inner .nav-btn.open .btn::after {
    transform: rotate(45deg);
    bottom: -1px;
    width: 25px;
  }
}
header .header-inner .gnavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: #E60050;
  padding: 0rem 0rem 0rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A51F7;
  }
}
header .header-inner .gnavi::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 600px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header .header-inner .gnavi::after {
    display: none !important;
  }
}
header.no-click {
  pointer-events: none;
}
header.blk {
  background-color: #221714;
}
header.blk .header-inner {
  height: 0.6rem;
  padding-bottom: 0.08rem;
}
@media screen and (max-width: 767px) {
  header.blk .header-inner {
    height: 0.6rem;
    padding-bottom: 0.08rem;
  }
}
header.blk .header-inner .gnavi {
  background-color: #221714;
}
@media screen and (max-width: 767px) {
  header.blk .header-inner .gnavi {
    background-color: #221714;
  }
}
header.blk .header-inner .gnavi-inner ul a {
  color: #fff;
}
header.blk .header-inner .nav-btn .btn .bar::after {
  background-color: #fff;
}
header.blk .header-inner .nav-btn .btn::before {
  background-color: #fff;
}
header.blk .header-inner .nav-btn .btn::after {
  background-color: #fff;
}
/* footer
   ========================================================================== */
/*------フッター------*/
footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 0.9rem;
}
footer img.instagram_icon {
  width: 0.5rem;
  height: auto;
}
footer .footer-inner-sns {
  background-color: #0A51F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  width: 100%;
}
footer .footer-inner-sns p {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner-sns .footer-inner-sns {
    background-color: #0A51F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    width: 100%;
  }
}
footer .copyright {
  font-size: 0.09rem;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 0.11rem;
    white-space: nowrap;
    margin-bottom: 0.5rem !important;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボタン
   ========================================================================== */
.button-001 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.35rem;
  height: 0.4rem;
  font-weight: 400;
  color: #0A51F7;
  background-image: url(../img/common/btn_ylw.svg);
  background-repeat: no-repeat;
  background-size: 2.35rem;
  text-decoration: none;
  font-size: 0.14rem;
}

.button-002 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.35rem;
  height: 0.4rem;
  font-weight: 400;
  color: #000;
  background-image: url(../img/common/btn_sow.svg);
  background-repeat: no-repeat;
  background-size: 2.35rem;
  font-size: 0.14rem;
  text-decoration: none;
}

.button-003 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 0.55rem;
  background-size: 3.3rem;
  font-weight: 400;
  color: #fff;
  background-image: url(../img/common/btn_live.svg);
  background-repeat: no-repeat;
  font-size: 0.15rem;
  text-decoration: none;
}

.button-004 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 0.5rem;
  background-size: 3rem;
  font-weight: 400;
  color: #0A51F7;
  background-image: url(../img/common/btn_glay.svg);
  background-repeat: no-repeat;
  font-size: 0.15rem;
  text-decoration: none;
}

/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.list-disc li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-disc li {
    margin-bottom: 2.56vw;
  }
}

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list-decimal li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-decimal li {
    margin-bottom: 2.56vw;
  }
}

/* テーブル
   ========================================================================== */
.normal-tb {
  width: 100%;
  color: #303030;
}
.normal-tb th, .normal-tb td {
  padding: 0.08rem 0.16rem;
}
@media screen and (max-width: 767px) {
  .normal-tb th, .normal-tb td {
    padding: 0.06rem 0.12rem;
  }
}
.normal-tb th[scope=row], .normal-tb td {
  border-bottom: 1px solid #bfbfbf;
}
.normal-tb th[scope=row] {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .normal-tb th[scope=row] {
    white-space: nowrap;
  }
}
.normal-tb th[scope=col] {
  background-color: #e5f1f0;
  border-right: 3px solid #fff;
}
.normal-tb th[colspan="2"] {
  border-bottom: 3px solid #fff;
}
.normal-tb th[rowspan="2"] {
  vertical-align: middle;
}

.company-tb {
  width: 100%;
  color: #303030;
  line-height: 1.65;
}
.company-tb th, .company-tb td {
  padding: 0.08rem 0.16rem;
}
@media screen and (max-width: 767px) {
  .company-tb th, .company-tb td {
    padding: 0.06rem 0.12rem;
  }
}
.company-tb td {
  border-bottom: 1px solid #bfbfbf;
  padding-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .company-tb td {
    padding-left: 0.18rem;
  }
}
.company-tb th[scope=row] {
  font-weight: normal;
  background-color: #e5f1f0;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .company-tb th[scope=row] {
    white-space: nowrap;
  }
}

/* タイトル
   ========================================================================== */
/* Webフォント
   ========================================================================== */
/* Google font Icon */
/* その他パーツ
   ========================================================================== */
/* アニメーション*/
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

/* スライダーパーツ */
.slick-dots .slick-active button::before {
  opacity: 1 !important;
  color: #0A51F7 !important;
}

/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* ==========================================================================
   05. pages
   ========================================================================== */
#index {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #index #box01,
  #index #box02,
  #index #box03,
  #index #box04,
  #index #box05 {
    background: url(../img/bk_2024_sp.jpg) no-repeat top center;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #index .movie_delet_sp {
    overflow: hidden;
  }
}
#index .slider {
  margin: 0;
  padding: 0;
  display: flex;
}
#index .slider img {
  width: 130px;
  height: 100px;
  margin: 0;
  padding: 0;
  display: block;
}
#index #es-media-card .es-box {
  border: 1px solid #000;
}
#index .es-box {
  border: 1px solid #000;
}
#index .top .main-wrapper {
  position: relative;
  height: 100vh;
}
#index .top .main-wrapper .logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  letter-spacing: 0.011rem;
  text-align: center;
  z-index: 10;
}
#index .top .main-wrapper .logo-wrapper .txt {
  color: #fff;
  margin-top: 0.95rem;
  display: block;
}
#index .top .main-wrapper .logo-wrapper .txt .material-icons {
  font-size: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .top .main-wrapper {
    height: auto;
    width: 100%;
  }
  #index .top .main-wrapper .logo-wrapper {
    width: 2.9rem;
    color: #0A51F7;
    font-size: 0.16rem;
  }
}
#index .top .main-wrapper .kv-video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #index .top .main-wrapper .kv-video {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#index .top .main-wrapper .kv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 767px) {
  #index .top .main-wrapper .kv-video video {
    overflow: hidden;
    height: 7.02rem;
    width: auto;
  }
}
#index .top .es-widget-container {
  padding: 0;
}
#index .top .testtestetest {
  overflow: hidden;
}
#index .top .news_top {
  width: 7rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .top .news_top {
    width: 100%;
  }
  #index .top .news_top .marg {
    margin: 0 0.1rem;
  }
}
#index .top .news_top .newsBox {
  width: 7rem;
  height: 1rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .top .news_top .newsBox {
    width: 100%;
    height: 1.15rem;
    margin: 0;
  }
}
#index .top .news_top .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .top .news_top .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
  }
}
#index .top .news_top .ttl2 {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
  margin-top: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #index .top .news_top .ttl2 {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
  }
}
#index .top .news_top .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  #index .top .news_top .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#index .top .snsBox {
  width: 11.1rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .top .snsBox {
    width: 100%;
  }
  #index .top .snsBox .marg {
    margin: 0 0.1rem;
  }
}
#index .top .snsBox .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .top .snsBox .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
  }
}
#index .top .snsBox .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  #index .top .snsBox .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#index .top .snsBox .fa-instagram {
  color: #ecff01;
  margin-right: 5px;
}
#index .top .snsBox .es-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .top .snsBox .es-footer-btn {
  background-color: #000;
  color: #ecff01;
  padding: 0;
  background-color: #000;
}
#index .top .insta01 {
  color: #0A51F7;
  width: 2rem;
  margin-top: -0.28rem;
}
#index .top .graduation2024 {
  display: block;
  background-color: #000;
}
#index .top .contents-body {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #index .top .contents-body {
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px), print {
  #index .top .contents-body .sp_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index .top .contents-body .pc_none {
    display: none;
  }
}
#index .top .c {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index .top .c {
    margin-bottom: 1.5rem;
  }
}
#index .top .award-block {
  width: 100%;
  background-image: url(../img/bk_award-works.png);
  background-repeat: no-repeat;
  min-height: 6.05rem;
}
#index .top .award-block .award-works-blocks {
  width: 8rem;
  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks {
    width: 100%;
    margin: 0;
    padding-top: 1rem;
    display: block;
  }
  #index .top .award-block .award-works-blocks .marg {
    margin: 0 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks .award-left {
    display: none;
  }
}
#index .top .award-block .award-works-blocks .award-right {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  #index .top .award-block .award-works-blocks .award-right .sp_img {
    display: none;
  }
}
#index .top .award-block .award-works-blocks .ttl01 {
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks .ttl01 {
    font-size: 0.2rem;
    text-align: center;
    font-weight: 700;
  }
}
#index .top .award-block .award-works-blocks .img {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.2rem;
  width: 4.2rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks .img {
    min-height: 1.3rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks .sp_img {
    text-align: center;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index .top .award-block .award-works-blocks .sp_img img {
    max-width: 100%;
    height: auto;
  }
}
#index .top .award-block .award-works-blocks .ttl02 {
  font-size: 0.22rem;
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks .ttl02 {
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
    text-align: center;
  }
}
#index .top .award-block .award-works-blocks .ttl03 {
  font-size: 0.14rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #index .top .award-block .award-works-blocks .ttl03 {
    font-size: 0.12rem;
    text-align: center;
  }
}
#index .top .about-wrapper {
  width: 8rem;
  margin: 0 auto;
  display: block;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .top .about-wrapper {
    width: auto;
    padding-top: 1rem;
  }
  #index .top .about-wrapper .marg {
    margin: 0 0.1rem;
  }
}
#index .top .about-wrapper .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #index .top .about-wrapper .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#index .top .about-wrapper .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index .top .about-wrapper .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#index .top .about-wrapper .ttl2 {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #8a814d;
}
@media screen and (max-width: 767px) {
  #index .top .about-wrapper .ttl2 {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
}
#index .top .about-wrapper .ttl_sub2 {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #8a814d;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index .top .about-wrapper .ttl_sub2 {
    margin-bottom: 0.05rem;
  }
}
#index .top .about-wrapper iframe {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  display: block;
  margin: 0 auto;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  #index .top .about-wrapper iframe {
    width: 3rem;
    height: 2.5rem;
  }
}
#index .top .event-wrapper {
  width: 8rem;
  margin: 0 auto;
  display: block;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper {
    width: auto;
    font-size: 0.5rem;
    margin: 0 0.08rem 0 0.08rem;
    text-align: center;
    line-height: 0;
    padding-top: 1rem;
  }
  #index .top .event-wrapper .marg {
    margin: 0 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .button-004 {
    width: 3rem;
    margin: 0 auto;
  }
}
#index .top .event-wrapper .bk01 {
  background-image: url(../img/bk_fashion_show.png);
  width: 8.3rem;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .bk01 {
    background-image: url(../img/bk_fashion_show02.png);
    width: auto;
    padding-top: 2.6rem;
    padding-bottom: 0.2rem;
    background-size: 100%;
  }
  #index .top .event-wrapper .bk01 .txt01 {
    font-size: 0.14rem;
  }
}
#index .top .event-wrapper .bk02 {
  background-image: url(../img/bk_original_shop.png);
  width: 8.3rem;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 3.5rem;
  height: 5.2rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .bk02 {
    background-image: url(../img/bk_original_shop02.png);
    width: auto;
    padding-top: 2.6rem;
    padding-bottom: 0.2rem;
    background-size: 100%;
  }
}
#index .top .event-wrapper .bk03 {
  background-color: #f0e800;
  width: 8rem;
  height: 1.44rem;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .bk03 {
    background-color: #f0e800;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.3rem 0.1rem;
    margin-bottom: 0.9rem !important;
  }
}
#index .top .event-wrapper .bk03 .right {
  width: 3.8rem;
  color: #000;
  font-weight: 500;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .bk03 .right {
    display: block;
    width: auto;
    margin: 0;
    padding-top: 0.05rem;
  }
}
#index .top .event-wrapper .bk03 .right .live {
  font-size: 0.14rem;
}
#index .top .event-wrapper .bk03 .right .live span {
  font-size: 0.3rem;
  font-weight: 700;
  margin-left: 0.1rem;
}
#index .top .event-wrapper .bk03 .left .button-002 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .bk03 .left .button-002 {
    display: block;
    width: 2.35rem;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
}
#index .top .event-wrapper .txt_youtube img {
  width: 3.2rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .txt_youtube img {
    width: 3.2rem;
    margin-bottom: 0rem;
    padding: 0;
  }
}
#index .top .event-wrapper .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#index .top .event-wrapper .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#index .top .event-wrapper .ttl_sub .outlineBox {
  background-color: #fff;
  color: #000;
}
#index .top .event-wrapper .txt01 {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .txt01 {
    font-size: 0.14rem;
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #index .top .event-wrapper .right p {
    font-size: 0.14rem;
    text-align: left;
    line-height: 1.4;
  }
}
#index .outline-wrapper {
  width: 8rem;
  margin: 0 auto;
  display: block;
  padding-top: 2rem;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper {
    width: auto;
    font-size: 0.5rem;
    line-height: 1.2;
    margin: 0 0.08rem 0.9rem 0.08rem;
    padding-top: 1.1rem;
  }
  #index .outline-wrapper .marg {
    margin: 0 0.1rem;
  }
}
#index .outline-wrapper .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#index .outline-wrapper .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#index .outline-wrapper .outlineBox {
  background-color: #fff;
  color: #000;
}
#index .outline-wrapper .outlineBox .ttl {
  width: 100%;
  background-color: #0A51F7;
  font-size: 0.14rem;
  padding: 0.1rem 0;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .ttl {
    margin-bottom: 0rem;
  }
}
#index .outline-wrapper .outlineBox .txt01 {
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.4rem;
}
#index .outline-wrapper .outlineBox .txt02 {
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .txt02 {
    font-size: 0.19rem;
    font-weight: 700;
    margin-top: 0.2rem;
  }
  #index .outline-wrapper .outlineBox .txt02 span {
    display: block;
    text-align: center;
  }
}
#index .outline-wrapper .outlineBox .txt03 {
  font-size: 0.19rem;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .txt03 {
    font-size: 0.14rem;
    font-weight: 400;
  }
  #index .outline-wrapper .outlineBox .txt03 p {
    overflow-wrap: break-word;
  }
  #index .outline-wrapper .outlineBox .txt03 span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .txt03 span {
    font-size: 0.19rem;
    font-weight: 700;
  }
}
#index .outline-wrapper .outlineBox .txt04 {
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .txt04 {
    font-size: 0.14rem;
    text-align: left;
  }
}
#index .outline-wrapper .outlineBox .txt05a {
  margin-bottom: 0.3rem;
  width: 5rem;
  margin: 0 auto;
  padding: 0.35rem 0;
}
#index .outline-wrapper .outlineBox .txt05a p span {
  color: #0a51f7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .txt05a {
    width: 100%;
    font-size: 0.14rem;
    text-align: left;
  }
  #index .outline-wrapper .outlineBox .txt05a p {
    overflow-wrap: normal;
  }
  #index .outline-wrapper .outlineBox .txt05a p span {
    color: #0a51f7;
    font-weight: 700;
  }
}
#index .outline-wrapper .outlineBox .accordionBox {
  margin-bottom: 50px;
  display: block;
}
#index .outline-wrapper .outlineBox .accordion-005 {
  max-width: 5.8rem;
  border: 1px solid #000;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .accordion-005 {
    width: 100%;
    font-size: 0.12rem;
    text-align: left;
  }
}
#index .outline-wrapper .outlineBox .accordion-005:not([open]) {
  margin-bottom: 7px;
}
#index .outline-wrapper .outlineBox .accordion-005 summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
#index .outline-wrapper .outlineBox .accordion-005 summary::-webkit-details-marker {
  display: none;
}
#index .outline-wrapper .outlineBox .accordion-005 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  transition: transform 0.3s;
  right: 0.2rem;
  position: absolute;
}
#index .outline-wrapper .outlineBox .accordion-005[open] summary::after {
  transform: rotate(225deg);
}
#index .outline-wrapper .outlineBox .accordion-005 .content_txt {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
  border-top: 1px solid #000;
}
#index .outline-wrapper .outlineBox .accordion-005[open] .content_txt {
  transform: none;
  opacity: 1;
}
#index .outline-wrapper .outlineBox p.border {
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #000;
}
#index .outline-wrapper .outlineBox .notice {
  font-size: 0.12rem;
  padding-top: 0.35rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .outlineBox .notice {
    overflow-wrap: break-word;
  }
}
#index .outline-wrapper .showBox {
  padding: 0.3rem;
  width: 5.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .showBox {
    width: auto;
    padding: 0.3rem 0;
  }
}
#index .outline-wrapper .showBox .show {
  font-size: 0.12rem;
  text-align: center;
  margin-bottom: 0.12rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .showBox .show {
    margin-bottom: 0.2rem;
  }
}
#index .outline-wrapper .showBox .show02 {
  font-size: 0.12rem;
  margin-bottom: 0.12rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .showBox .show02 {
    margin-top: 0rem;
  }
}
#index .outline-wrapper .showBox .timeBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .showBox .timeBox {
    flex-direction: column;
  }
}
#index .outline-wrapper .showBox .timeBox .time01 {
  border: 2px solid #000;
  display: block;
  width: 2.4rem;
  padding: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .showBox .timeBox .time01 {
    width: 2.4rem;
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
  }
}
#index .outline-wrapper .showBox .timeBox .time01 span {
  font-size: 0.24rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
#index .outline-wrapper .liveBox {
  background-color: #f0e800;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.35rem 0;
}
@media screen and (max-width: 767px) {
  #index .outline-wrapper .liveBox {
    height: 2rem;
  }
}
#index .outline-wrapper .liveBox .button-002 {
  width: 2.35rem;
  margin: 0 auto;
}
#index .outline-wrapper .liveBox .logo {
  line-height: 0;
}
#index .outline-wrapper .liveBox .txt {
  margin: 0.1rem 0;
  font-size: 0.12rem;
  line-height: 1.6;
}
#index .awarding-wrapper {
  margin-bottom: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper {
    width: auto;
    margin: 0 0.08rem 0.5rem 0.08rem;
  }
}
#index .awarding-wrapper .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#index .awarding-wrapper .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#index .awarding-wrapper .ttl2 {
  font-weight: 500;
  font-size: 0.24rem;
  text-align: center;
  color: #0A51F7;
}
@media screen and (min-width: 768px), print {
  #index .awarding-wrapper .ttl2 {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper .ttl2 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
}
#index .awarding-wrapper .newsBox {
  width: 11rem;
  height: 14rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper .newsBox {
    width: 100%;
    height: 5rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px), print {
  #index .awarding-wrapper .judge_txt {
    width: 6.5rem;
    margin: 0.4rem auto 0 auto;
  }
}
#index .awarding-wrapper dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 0.14rem;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper dl {
    display: block;
  }
}
#index .awarding-wrapper dl dt {
  padding: 5px 0 5px 10px;
  width: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 0rem;
  }
}
#index .awarding-wrapper dl dd {
  padding: 5px 0 5px 10px;
  width: calc(100% - 0.9rem);
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  #index .awarding-wrapper dl dd {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
#index .map-wrapper {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper {
    width: auto;
    margin: 0 0.08rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .googlemap {
    width: 100%;
  }
}
#index .map-wrapper .mapBox {
  display: flex;
  width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .mapBox {
    width: 100%;
    display: block;
  }
}
#index .map-wrapper .ttl {
  font-weight: 100;
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .ttl {
    font-size: 0.5rem;
  }
}
#index .map-wrapper .ttl_sub {
  font-weight: 600;
  font-size: 0.15rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .ttl_sub {
    margin-bottom: 0.2rem;
  }
}
#index .map-wrapper .newsBox {
  width: 7rem;
  height: 1rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .newsBox {
    width: 100%;
    height: 1.15rem;
    margin: 0;
  }
}
#index .map-wrapper .map_left p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .map_left p {
    text-align: center;
  }
}
#index .map-wrapper .map_left .ttl {
  text-align: initial;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .map_left .ttl {
    font-size: 0.2rem;
    text-align: center;
  }
}
#index .map-wrapper .map_left .ttl2 {
  text-align: initial;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .map_left .ttl2 {
    text-align: center;
  }
}
#index .map-wrapper .map_left dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 4.5rem;
  font-size: 0.12rem;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .map_left dl {
    display: block;
    width: 100%;
  }
}
#index .map-wrapper .map_left dl dt {
  padding: 5px 0;
  width: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .map_left dl dt {
    width: auto;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
}
#index .map-wrapper .map_left dl dd {
  padding: 5px 0;
  width: 3.9rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  #index .map-wrapper .map_left dl dd {
    width: auto;
    text-align: center;
    padding: 0;
    margin-bottom: 0.2rem;
  }
}
#index .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d0e0ef;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #index .footer-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
#index .footer-wrapper .ttl {
  font-size: 0.24rem;
}
#index .footer-wrapper .txt {
  font-size: 0.13rem;
}
#index .footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0A51F7;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  #index .footer_menu {
    padding: 0.1rem 0;
  }
}
#index .news_txt dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #000;
}
#index .news_txt dl dt {
  padding: 0.05rem 0;
  width: 0.9rem;
  font-weight: 700;
  background-color: #0A51F7;
  border-bottom: 1px solid #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .news_txt dl dd {
  padding: 5px 0 5px 10px;
  width: calc(100% - 0.9rem);
  border-bottom: 1px solid #000;
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: left;
  align-items: center;
}
#index .awarding_txt {
  display: block;
  background-color: #fff;
}
#index .awarding_txt h3 {
  width: 100%;
  color: #fff;
  background-color: #0A51F7;
  padding: 0.1rem 0rem;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
}
#index .awarding_txt .glay {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
#index .awarding_txt dl {
  display: -moz-flex;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 10px;
  color: #000;
  background-color: #fff;
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
#index .awarding_txt dl dt {
  padding: 0.05rem 0 0.05rem 0.05rem;
  width: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.16rem;
}
#index .awarding_txt dl dt .midasi {
  color: #c8c8c8;
  font-weight: 400;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  #index .awarding_txt dl dt {
    width: 1.4rem;
  }
}
#index .awarding_txt dl dd {
  padding: 0.05rem 0 0.05rem 0.05rem;
  width: calc(50% - 1rem);
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.12rem;
}
@media screen and (max-width: 767px) {
  #index .awarding_txt dl dd {
    width: calc(50% - 0.7rem);
  }
}
#index .awardBox {
  width: 11rem;
  height: 18rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .awardBox {
    width: 100%;
    height: 35rem;
    margin-bottom: 0.4rem;
  }
}
#index .awardings_txt {
  display: block;
  background-color: #fff;
}
#index .awardings_txt h3 {
  width: 100%;
  color: #fff;
  background-color: #0A51F7;
  padding: 0.1rem 0rem;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
}
#index .awardings_txt .glay {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
  #index .awardings_txt .glay {
    border-top: none;
    border-bottom: none;
  }
}
#index .awardings_txt dl {
  display: -moz-flex;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 10px;
  color: #000;
  background-color: #fff;
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  #index .awardings_txt dl {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
#index .awardings_txt dl dt {
  padding: 0.05rem 0 0.05rem 0.05rem;
  width: 4rem;
  font-weight: 400;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  #index .awardings_txt dl dt {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: normal;
  }
}
#index .awardings_txt .midasi {
  color: #c8c8c8 !important;
}
#index .awardings_txt .bold2 {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #index .awardings_txt .bold2 {
    font-weight: 900;
  }
}
#index .awardings_txt .bold3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .awardings_txt .bold3 {
    font-size: 0.2rem;
  }
}
#index .awardings_txt dl dd {
  padding: 0.05rem 0 0.05rem 0.05rem;
  width: calc(50% - 2rem);
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  #index .awardings_txt dl dd {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: normal;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #index .awardings_txt .boder {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
  }
}
#index footer img.instagram_icon {
  width: 0.5rem;
  height: auto;
}

.menu2024 {
  text-align: center;
  background-color: #000;
  width: 100%;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .menu2024 {
    padding: 1.5rem 0 0.5rem 0;
  }
  .menu2024 .marg {
    margin: 0 0.1rem;
    padding: 0;
  }
}
.menu2024 .txt01 {
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .menu2024 .txt01 {
    font-size: 0.14rem;
    margin-bottom: 0;
  }
}
.menu2024 .txt02 {
  font-size: 0.36rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .menu2024 .txt02 {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
}
.menu2024 .txt03 {
  font-size: 0.15rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .menu2024 .txt03 {
    font-size: 0.11rem;
    margin-bottom: 0.5rem;
  }
}
.menu2024 .txt04 {
  font-size: 0.36rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .menu2024 .txt04 {
    font-size: 0.28rem;
  }
}
.menu2024 .txt05 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .menu2024 .txt05 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
}
.menu2024 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 11rem;
  margin: 0 auto 0.5rem auto;
}
@media screen and (max-width: 767px) {
  .menu2024 .list {
    flex-direction: column;
    width: auto;
    margin-bottom: 0.4rem;
    width: 100%;
  }
}
.menu2024 .list p a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 2.6rem;
  height: 2.05rem;
  background-color: #fff;
  color: #000;
  font-size: 0.25rem;
  font-weight: 700;
}
.menu2024 .list p a span {
  font-size: 0.1rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .menu2024 .list p a {
    width: 3rem;
    height: 0.8rem;
    margin: 0 auto 0.1rem 0;
    font-size: 0.19rem;
    font-weight: 700;
  }
  .menu2024 .list p a span {
    font-size: 0.1rem;
    margin-top: 0;
  }
}
.menu2024 .list p a {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.menu2024 .list p a:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.menu2024 .list p a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 2.6rem;
  height: 2.05rem;
  background-color: #a5b8f9;
  color: #000;
  font-size: 0.25rem;
  font-weight: 700;
}
.menu2024 .list p a:hover span {
  font-size: 0.1rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .menu2024 .list p a:hover {
    width: 3rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    font-size: 0.19rem;
    font-weight: 700;
  }
  .menu2024 .list p a:hover span {
    font-size: 0.1rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 0.1rem;
  }
}

footer img.instagram_icon {
  width: 0.5rem;
  height: auto;
}

#show {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #show #box01,
  #show #box02,
  #show #box03,
  #show #box04,
  #show #box05 {
    background: url(../img/bk_2024_sp.jpg) no-repeat top center;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #show .movie_delet_sp {
    overflow: hidden;
  }
}
#show .slider {
  margin: 0;
  padding: 0;
  display: flex;
}
#show .slider img {
  width: 130px;
  height: 100px;
  margin: 0;
  padding: 0;
  display: block;
}
#show #es-media-card .es-box {
  border: 1px solid #000;
}
#show .es-box {
  border: 1px solid #000;
}
#show .top .main-wrapper {
  position: relative;
  height: 100%;
}
#show .top .main-wrapper .logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 4rem;
  letter-spacing: 0.011rem;
  text-align: center;
}
#show .top .main-wrapper .logo-wrapper .txt {
  color: #fff;
  margin-top: 0.95rem;
  display: block;
}
#show .top .main-wrapper .logo-wrapper .txt .material-icons {
  font-size: 0.5rem;
}
@media screen and (max-width: 767px) {
  #show .top .main-wrapper {
    height: auto;
    width: 100%;
  }
  #show .top .main-wrapper .logo-wrapper {
    width: 2.9rem;
    color: #0A51F7;
    font-size: 0.16rem;
  }
}
#show .top .es-widget-container {
  padding: 0;
}
#show .top .news_top {
  width: 7rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #show .top .news_top {
    width: 100%;
  }
  #show .top .news_top .marg {
    margin: 0 0.1rem;
  }
}
#show .top .news_top .newsBox {
  width: 7rem;
  height: 1rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #show .top .news_top .newsBox {
    width: 100%;
    height: 1.15rem;
    margin: 0;
  }
}
#show .top .news_top .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #show .top .news_top .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
  }
}
#show .top .news_top .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  #show .top .news_top .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#show .top .snsBox {
  width: 11.1rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #show .top .snsBox {
    width: 100%;
  }
  #show .top .snsBox .marg {
    margin: 0 0.1rem;
  }
}
#show .top .snsBox .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #show .top .snsBox .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
  }
}
#show .top .snsBox .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  #show .top .snsBox .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#show .top .snsBox .fa-instagram {
  color: #ecff01;
  margin-right: 5px;
}
#show .top .snsBox .es-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#show .top .snsBox .es-footer-btn {
  background-color: #000;
  color: #ecff01;
  padding: 0;
  background-color: #000;
}
#show .top .insta01 {
  color: #0A51F7;
  width: 2rem;
  margin-top: -0.28rem;
}
#show .top .graduation2024 {
  display: block;
  background-color: #000;
}
#show .top .contents-body {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #show .top .contents-body {
    background: url(../img/bk_2024.jpg) no-repeat top center;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px), print {
  #show .top .contents-body {
    padding-bottom: 1rem;
  }
  #show .top .contents-body .sp_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #show .top .contents-body .pc_none {
    display: none;
  }
}
#show .top .event-wrapper {
  width: 8rem;
  margin: 0 auto;
  display: block;
  padding-top: 1rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper {
    width: auto;
    font-size: 0.5rem;
    margin: 0 0.08rem 0 0.08rem;
    text-align: center;
    line-height: 0;
    padding-top: 1rem;
  }
  #show .top .event-wrapper .marg {
    margin: 0 0.1rem;
  }
}
#show .top .event-wrapper .menu_show {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  margin-bottom: 1.6rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .menu_show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
  }
}
#show .top .event-wrapper .menu_show li a {
  text-decoration: none;
  color: #fff;
  padding: 0 0.05rem;
}
#show .top .event-wrapper .menu_show li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0A51F7;
  opacity: 1;
  padding: 0 0.05rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .button-004 {
    width: 3rem;
    margin: 0 auto;
  }
}
#show .top .event-wrapper .bk01 {
  background-image: url(../img/bk_fashion_show.png);
  width: 8.3rem;
  height: 5.18rem;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .bk01 {
    background-image: url(../img/bk_fashion_show02.png);
    width: auto;
    height: auto;
    padding-top: 2.6rem;
    padding-bottom: 0.2rem;
    background-size: 100%;
  }
  #show .top .event-wrapper .bk01 .txt01 {
    font-size: 0.14rem;
    text-align: center;
  }
}
#show .top .event-wrapper .bk02 {
  background-image: url(../img/bk_original_shop.png);
  width: 8.3rem;
  height: 5.18rem;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .bk02 {
    background-image: url(../img/bk_original_shop02.png);
    width: auto;
    height: auto;
    padding-top: 2.6rem;
    padding-bottom: 0.2rem;
    background-size: 100%;
  }
}
#show .top .event-wrapper .bk03 {
  background-color: #f0e800;
  width: 10.2rem;
  height: 1.44rem;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 1rem;
  margin: 0 auto 0.5rem auto;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .bk03 {
    background-color: #f0e800;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.3rem 0.1rem;
    margin-bottom: 0.9rem !important;
  }
}
#show .top .event-wrapper .bk03 .right {
  width: 3.8rem;
  color: #000;
  font-weight: 500;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .bk03 .right {
    display: block;
    width: auto;
    margin: 0;
    padding-top: 0.05rem;
  }
}
#show .top .event-wrapper .bk03 .right .live {
  font-size: 0.14rem;
}
#show .top .event-wrapper .bk03 .right .live span {
  font-size: 0.3rem;
  font-weight: 700;
  margin-left: 0.1rem;
}
#show .top .event-wrapper .bk03 .left .button-002 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .bk03 .left .button-002 {
    display: block;
    width: 2.35rem;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
}
#show .top .event-wrapper .txt_youtube img {
  width: 3.2rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .txt_youtube img {
    width: 3.2rem;
    margin-bottom: 0rem;
    padding: 0;
  }
}
#show .top .event-wrapper .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#show .top .event-wrapper .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#show .top .event-wrapper .ttl_sub .outlineBox {
  background-color: #fff;
  color: #000;
}
#show .top .event-wrapper .txt01 {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .txt01 {
    font-size: 0.14rem;
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #show .top .event-wrapper .right p {
    font-size: 0.14rem;
    text-align: left;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #show .block110 {
    padding-top: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #show .block50 {
    padding-top: 0.5rem;
  }
}
#show .fashion-wrapper {
  width: 10.2rem;
  margin: 0 auto 0.5rem auto;
  display: block;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #show .fashion-wrapper {
    width: auto;
    font-size: 0.5rem;
    line-height: 1.2;
  }
  #show .fashion-wrapper .marg {
    margin: 0 0.1rem;
  }
}
#show .fashion-wrapper .ttl {
  font-size: 0.6rem;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #0A51F7;
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  #show .fashion-wrapper .ttl {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#show .fashion-wrapper .ttl_sub {
  font-weight: 400;
  font-size: 0.15rem;
  text-align: center;
  color: #0A51F7;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  #show .fashion-wrapper .ttl_sub {
    margin-bottom: 0.4rem;
  }
}
#show .fashion-wrapper .ttl_sub2 {
  width: 8rem;
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.15rem;
  color: fff;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  #show .fashion-wrapper .ttl_sub2 {
    margin-bottom: 0.4rem;
    width: 100%;
  }
}
#show .fashion-wrapper ul.super_designer_block {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #show .fashion-wrapper ul.super_designer_block {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
#show .fashion-wrapper ul.super_designer_block li {
  margin-left: 0;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  padding: 0;
  background-color: #0A51F7;
}
#show .fashion-wrapper ul.super_designer_block li:last-of-child {
  margin-right: 0;
}
#show .fashion-wrapper ul.super_designer_block li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  width: 2.45rem;
  height: 2.45rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.22rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #show .fashion-wrapper ul.super_designer_block li a {
    width: 1.75rem;
    height: 1.75rem;
  }
}
#show .fashion-wrapper ul.super_designer_block li.designer01 a {
  background-image: url(../img/designer01.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer02 a {
  background-image: url(../img/designer02.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer03 a {
  background-image: url(../img/designer03.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer04 a {
  background-image: url(../img/designer04.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer05 a {
  background-image: url(../img/designer05.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer06 a {
  background-image: url(../img/designer06.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer07 a {
  background-image: url(../img/designer07.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer08 a {
  background-image: url(../img/designer08.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer09 a {
  background-image: url(../img/designer09.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer10 a {
  background-image: url(../img/designer10.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer11 a {
  background-image: url(../img/designer11.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.designer12 a {
  background-image: url(../img/designer12.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator01 a {
  background-image: url(../img/creator01.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator02 a {
  background-image: url(../img/creator02.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator03 a {
  background-image: url(../img/creator03.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator04 a {
  background-image: url(../img/creator04.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator05 a {
  background-image: url(../img/creator05.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator06 a {
  background-image: url(../img/creator06.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator07 a {
  background-image: url(../img/creator07.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator08 a {
  background-image: url(../img/creator08.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creator09 a {
  background-image: url(../img/creator09.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative01 a {
  background-image: url(../img/creative01.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative02 a {
  background-image: url(../img/creative02.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative03 a {
  background-image: url(../img/creative03.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative04 a {
  background-image: url(../img/creative04.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative05 a {
  background-image: url(../img/creative05.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative06 a {
  background-image: url(../img/creative06.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative07 a {
  background-image: url(../img/creative07.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.creative08 a {
  background-image: url(../img/creative08.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist01 a {
  background-image: url(../img/stylist01.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist02 a {
  background-image: url(../img/stylist02.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist03 a {
  background-image: url(../img/stylist03.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist04 a {
  background-image: url(../img/stylist04.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist05 a {
  background-image: url(../img/stylist05.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist06 a {
  background-image: url(../img/stylist06.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist07 a {
  background-image: url(../img/stylist07.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist08 a {
  background-image: url(../img/stylist08.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist09 a {
  background-image: url(../img/stylist09.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist10 a {
  background-image: url(../img/stylist10.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist11 a {
  background-image: url(../img/stylist11.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist12 a {
  background-image: url(../img/stylist12.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist13 a {
  background-image: url(../img/stylist13.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist14 a {
  background-image: url(../img/stylist14.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist15 a {
  background-image: url(../img/stylist15.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist16 a {
  background-image: url(../img/stylist16.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist17 a {
  background-image: url(../img/stylist17.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist18 a {
  background-image: url(../img/stylist18.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist19 a {
  background-image: url(../img/stylist19.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist20 a {
  background-image: url(../img/stylist20.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist21 a {
  background-image: url(../img/stylist21.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist22 a {
  background-image: url(../img/stylist22.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist23 a {
  background-image: url(../img/stylist23.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.stylist24 a {
  background-image: url(../img/stylist24.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.business01 a {
  background-image: url(../img/business01.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.business02 a {
  background-image: url(../img/business02.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.business03 a {
  background-image: url(../img/business03.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.business04 a {
  background-image: url(../img/business04.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce01 a {
  background-image: url(../img/produce01.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce02 a {
  background-image: url(../img/produce02.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce03 a {
  background-image: url(../img/produce03.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce04 a {
  background-image: url(../img/produce04.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce05 a {
  background-image: url(../img/produce05.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce06 a {
  background-image: url(../img/produce06.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce07 a {
  background-image: url(../img/produce07.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce08 a {
  background-image: url(../img/produce08.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce09 a {
  background-image: url(../img/produce09.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.produce10 a {
  background-image: url(../img/produce10.png);
  background-size: 100%;
}
#show .fashion-wrapper ul.super_designer_block li.producer01 a {
  background-image: url(../img/producer01.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #show .pc_banner {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  #show .sp_banner {
    display: none;
  }
}
#show .special_section {
  background-color: #fff;
}
#show .special_section img {
  width: 100%;
  height: auto;
}
#show .special_section span {
  color: #c06561;
  font-size: 0.16rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #show .special_section span {
    line-height: 1.8;
  }
}
#show .special_section .txt {
  padding: 0.2rem;
  color: #000;
  font-size: 0.12rem;
}
#show .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d0e0ef;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #0A51F7;
}
@media screen and (max-width: 767px) {
  #show .footer-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
#show .footer-wrapper .ttl {
  font-size: 0.24rem;
}
#show .footer-wrapper .txt {
  font-size: 0.13rem;
}
#show .footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0A51F7;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  #show .footer_menu {
    padding: 0.1rem 0;
  }
}
#show .news_txt dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #000;
}
#show .news_txt dl dt {
  padding: 0.05rem 0;
  width: 0.9rem;
  font-weight: 700;
  background-color: #0A51F7;
  border-bottom: 1px solid #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#show .news_txt dl dd {
  padding: 5px 0 5px 10px;
  width: calc(100% - 0.9rem);
  border-bottom: 1px solid #000;
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: left;
  align-items: center;
}
#show .bk03 {
  background-color: #f0e800;
  width: 10.2rem;
  height: 1.44rem;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0.8rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 1rem;
}
@media screen and (max-width: 767px) {
  #show .bk03 {
    background-color: #f0e800;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0.3rem 0;
    margin: 0 0 0.5rem 0;
  }
}
#show .bk03 .right {
  width: 3.8rem;
  color: #000;
  font-weight: 500;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  #show .bk03 .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    margin: 0;
    padding-top: 0.05rem;
  }
}
#show .bk03 .right .live {
  font-size: 0.14rem;
}
#show .bk03 .right .live span {
  font-size: 0.3rem;
  font-weight: 700;
  margin-left: 0.1rem;
}
@media screen and (max-width: 767px) {
  #show .bk03 .left {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#show .bk03 .left .button-002 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #show .bk03 .left .button-002 {
    display: block;
    width: 2.35rem;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  #show .youtube .marg {
    margin: 0 0.1rem;
  }
}
#show .txt_youtube img {
  width: 3.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  #show .txt_youtube img {
    width: 2.9rem;
    margin-bottom: 0rem;
    padding: 0;
  }
}
#show .awarding_txt {
  padding: 0.05rem;
  display: block;
  background-color: #fff;
}
#show .awarding_txt h3 {
  width: 100%;
  color: #fff;
  background-color: #0A51F7;
  padding: 0.1rem 0rem;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
}
#show .awarding_txt .glay {
  background-color: #c4c4c4;
}
#show .awarding_txt dl {
  display: -moz-flex;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 10px;
  color: #000;
  background-color: #fff;
  margin-bottom: 0.4rem;
}
#show .awarding_txt dl dt {
  padding: 0.05rem 0 0.05rem 0.05rem;
  width: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.16rem;
}
@media screen and (max-width: 767px) {
  #show .awarding_txt dl dt {
    width: 1.4rem;
  }
}
#show .awarding_txt dl dd {
  padding: 0.05rem 0 0.05rem 0.05rem;
  width: calc(50% - 1rem);
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.12rem;
}
@media screen and (max-width: 767px) {
  #show .awarding_txt dl dd {
    width: calc(50% - 0.7rem);
  }
}
#show footer img.instagram_icon {
  width: 0.5rem;
  height: auto;
}

#student .loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#student .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
#student .loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#student .loader:after {
  background: #000;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  #student .marg {
    margin: 0 0.2rem;
  }
}
#student .contents-body {
  width: 100%;
  background-color: #000;
}
@media screen and (min-width: 768px), print {
  #student .contents-body .sp_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #student .contents-body .pc_none {
    display: none;
  }
}
#student .student {
  width: 10rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #student .student {
    width: 100%;
    flex-direction: column;
  }
}
#student .student .sliderBox {
  margin-bottom: 0.6rem;
  margin-top: 1.4rem;
  /*--スライダーの位置とサイズ調整--*/
  /*--------画像サイズ調整---------*/
  /*-----------height調整----------*/
  /*-----------矢印表示----------*/
}
@media screen and (max-width: 767px) {
  #student .student .sliderBox {
    margin-top: 0.35rem;
  }
}
#student .student .sliderBox .slider2 {
  margin: 0;
  padding: 0;
  width: 4.2rem;
  height: 6.3rem;
  display: block;
}
#student .student .sliderBox img {
  display: block;
  width: 100%;
  max-width: 420px;
  max-height: 630px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#student .student .sliderBox .slick-slide {
  overflow: clip;
  height: 630px;
}
#student .student .sliderBox a.slick-next {
  right: 0.15rem !important;
  top: 5.8rem !important;
  background-image: url(../img/arrow_right2.svg);
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 0.3rem !important;
  height: 0.3rem !important;
  opacity: 1 !important;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #student .student .sliderBox a.slick-next {
    right: 0.3rem !important;
  }
}
#student .student .sliderBox a:hover.slick-next {
  background-image: url(../img/arrow_right2-2.svg);
}
#student .student .sliderBox a.slick-prev {
  left: 0.15rem !important;
  top: 5.8rem !important;
  z-index: 100;
  background-image: url(../img/arrow_left2.svg);
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 0.3rem !important;
  height: 0.3rem !important;
  opacity: 1 !important;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #student .student .sliderBox a.slick-prev {
    left: 0.3rem !important;
  }
}
#student .student .sliderBox a:hover.slick-prev {
  background-image: url(../img/arrow_left2-2.svg);
}
#student .student .sliderBox .slick-arrow {
  z-index: 2 !important;
}
#student .student .sliderBox .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
#student .student .txt_block {
  width: 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #student .student .txt_block {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
#student .student .txt_block .txt01 {
  font-size: 0.62rem;
  color: #0A51F7;
  line-height: 1;
  margin-bottom: 0.2rem;
}
#student .student .txt_block .txt02 {
  font-size: 0.15rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
#student .student .txt_block .txt03 {
  font-size: 0.15rem;
  color: #fff;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  #student .student .txt_block .txt03 {
    width: 100%;
    text-align: left;
    margin-bottom: 0.55rem;
  }
}
#student .list_block {
  width: 3.5rem;
  margin: 0 auto 0.9rem auto;
}
@media screen and (max-width: 767px) {
  #student .list_block {
    width: 100%;
    margin: 0 auto 0.5rem auto;
  }
}
#student .list_block .btn_sns a {
  width: 3.5rem;
  padding: 0.1rem 0;
  border: 1px solid #fff;
  border-radius: 0.6rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  opacity: 1;
}
#student .list_block .btn_sns a:hover {
  background-color: #0A51F7;
}
#student .list_block .nav_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.35rem;
}
#student .list_block .nav_menu .txt a {
  font-size: 0.15rem;
  text-decoration: none;
}
#student .list_block .nav_menu .nav01 a {
  background: url(../img/arrow_left2.svg) no-repeat;
  width: 0.31rem !important;
  height: 0.31rem !important;
  opacity: 1 !important;
  display: block !important;
  z-index: 100;
  text-indent: -9999px;
}
#student .list_block .nav_menu .nav01 a:hover {
  background: url(../img/arrow_left2-2.svg) no-repeat;
}
#student .list_block .nav_menu .nav02 a {
  background: url(../img/arrow_right2.svg) no-repeat;
  width: 0.31rem !important;
  height: 0.31rem !important;
  opacity: 1 !important;
  display: block !important;
  z-index: 100;
  text-indent: -9999px;
}
#student .list_block .nav_menu .nav02 a:hover {
  background: url(../img/arrow_right2-2.svg) no-repeat;
}/*# sourceMappingURL=common.css.map */