@charset "UTF-8";
/*! purgecss start ignore */
/*========================== foundation ==========================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  word-wrap: break-word;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
}

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

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

button {
  background: 0 0;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

*,
::after,
::before {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

[role=button],
button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
html * {
  box-sizing: inherit;
}
html *:before, html *:after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #f9f9f9;
}

@media (min-resolution: 2dppx) {
  html,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
img {
  display: inline-block;
}

.icon:before {
  vertical-align: 0;
}

a {
  text-decoration: underline;
  color: #000;
}

small {
  font-size: 100%;
}

@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot");
  src: url("fonts/iconfont.eot?#iefix") format("eot"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-arrow:before {
  content: "\ea01";
}

.icon-bye:before {
  content: "\ea02";
}

.icon-cancel:before {
  content: "\ea03";
}

.icon-check:before {
  content: "\ea04";
}

.icon-edit:before {
  content: "\ea05";
}

.icon-keyboard:before {
  content: "\ea06";
}

.icon-login:before {
  content: "\ea07";
}

.icon-mortuary:before {
  content: "\ea08";
}

.icon-pin:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-print:before {
  content: "\ea0b";
}

.icon-search:before {
  content: "\ea0c";
}

.icon-sort:before {
  content: "\ea0d";
}

.icon-sortDown:before {
  content: "\ea0e";
}

.icon-sortUp:before {
  content: "\ea0f";
}

.icon-star:before {
  content: "\ea10";
}

.icon-trash:before {
  content: "\ea11";
}

.l-main {
  min-width: 1100px;
}

@media screen and (max-width: 768px) {
  .l-main {
    min-width: 0;
  }
}
.l-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 8%;
    min-width: 0;
  }
}
:root {
  --bg-fes: #f49c00;
  --bg-online: #808c96;
}

.-bgBlack {
  background: #000 !important;
}

/* Header */
header {
  background: #fff;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header {
    padding: 8px;
  }
  header img {
    height: 14px;
  }
}
/* mv */
/* .mv { background: url(../images/mv_pc.jpg) #000 no-repeat center; background-size: cover; height: calc(100vh - 200px); min-height: 670px; display: flex; justify-content: flex-end; align-items: center; position: relative;
} */
.slider {
  line-height: 0;
}

.mv_list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50.5vw;
}

.mv-01 {
  background-image: url("../images/mv-01.jpg");
}

.mv-02 {
  background-image: url("../images/mv-02.jpg");
}

.mv-03 {
  background-image: url("../images/mv-03.jpg");
}

.mv .logo {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 55%;
}
.mv .logo img {
  width: 40vw;
}
.mv .video {
  position: absolute;
  bottom: -100%;
  left: 50%;
  margin-left: -88px;
  z-index: 1;
  filter: drop-shadow(0 0 10px white) drop-shadow(0 0 10px white);
  transition: 0.6s;
  opacity: 0;
  transform: rotate(0);
}
.mv .video.-active {
  bottom: -5%;
  opacity: 1;
  transform: rotate(1080deg);
}
.mv .video:hover {
  transform: scale(1.2);
  transform-origin: center;
}
.mv .video.-active {
  bottom: 20%;
}

@media screen and (max-width: 767px) {
  .mv .logo {
    width: 90%;
    margin: -20% auto 0;
    padding-right: 0;
  }
  .mv .logo img {
    min-width: 0;
    width: 90%;
  }
  .mv .video {
    width: 30%;
    margin-left: -15%;
  }
  .mv .video.-active {
    bottom: 23%;
  }
}
/* date */
.date {
  background: #000;
  padding: 0 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  min-height: 192px;
}
.date:after {
  content: "";
  display: block;
  background: url(../images/bg_conter.png);
  background-size: auto 100%;
  position: absolute;
  right: 0;
  bottom: -12%;
  height: 100%;
  width: 55%;
  max-height: 385px;
}
.date .info {
  order: 1;
  padding: 40px 0;
  width: 50%;
}
.date .info img {
  width: 100%;
  min-width: 550px;
}

.info.sp {
  display: none;
}

@media screen and (max-width: 440px) {
  .info.pc {
    display: none;
  }
  .info.sp {
    display: block;
  }
  .date .info {
    padding: 15% 4% 5%;
  }
}
.date .info .text-s {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #afafaf;
  line-height: 1.4;
}
.date .counter {
  order: 2;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #fff;
  position: relative;
  z-index: 1;
  position: relative;
}
.date .counter span {
  writing-mode: vertical-rl;
  text-shadow: 4px 4px 0 #000;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.2;
}
.date .counter p {
  line-height: 0;
  font-size: 24vw;
  transform: translateY(-0.33em);
  text-shadow: 4px 4px 0 #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.date .counter .end {
  display: none;
}
.date .imgBox {
  position: absolute;
  z-index: 1;
}
.date .imgBox.ct_top {
  top: -120px;
  right: -20px;
  width: 72px;
}
.date .imgBox.ct_bottom {
  left: 160px;
  bottom: -90px;
  width: 140px;
}
.date .imgBox.ct_top, .date .imgBox.ct_bottom {
  display: none;
}
.date.-end .counter span,
.date.-end .counter p {
  display: none;
}
.date.-end .counter .end {
  display: block;
  width: 80%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/*--Javit_Positon--*/
/*--イベント終了後のみ適用--*/
/*--/イベント終了後のみ適用--*/
@media screen and (min-width: 1400px) {
  .date .imgBox.ct_bottom {
    bottom: -78%;
  }
}
@media screen and (min-width: 1600px) {
  .date .imgBox.ct_top {
    width: 4.5vw;
    top: -90%;
    right: -2%;
  }
  .date .imgBox.ct_bottom {
    bottom: -73%;
    left: 26%;
    width: 10vw;
  }
}
@media screen and (min-width: 1800px) {
  .date .imgBox.ct_bottom {
    bottom: -68%;
  }
}
@media screen and (min-width: 2000px) {
  .date .imgBox.ct_bottom {
    bottom: -68%;
  }
}
@media screen and (min-width: 2200px) {
  .date .imgBox.ct_top {
    top: -85%;
  }
  .date .imgBox.ct_bottom {
    bottom: -65%;
  }
}
@media screen and (min-width: 2500px) {
  .date .imgBox.ct_top {
    top: -82%;
  }
  .date .imgBox.ct_bottom {
    bottom: -62%;
  }
}
@media screen and (max-width: 1000px) {
  .date .imgBox.ct_top {
    width: 60px;
    top: -110px;
  }
  .date .imgBox.ct_bottom {
    bottom: -95px;
  }
}
@media screen and (max-width: 920px) {
  .date .imgBox.ct_bottom {
    bottom: -105px;
  }
}
@media screen and (max-width: 768px) {
  .date .imgBox.ct_top {
    width: 8vw;
    top: -85%;
    right: 1%;
    top: -85%;
  }
  .date .imgBox.ct_bottom {
    top: -95%;
    left: 52%;
    width: 110px;
  }
}
@media screen and (max-width: 440px) {
  .date .imgBox.ct_bottom {
    top: -115%;
    left: 50%;
    width: 70px;
  }
}
@media screen and (max-width: 380px) {
  .date .imgBox.ct_bottom {
    left: 52%;
    width: 60px;
  }
}
/*--/Javit_Positon--*/
@media screen and (max-width: 768px) {
  .date {
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
  }
  .date:after {
    right: 0;
    top: -3.2vw;
    height: 40%;
    width: 72%;
    transform: scale(1, -1);
  }
  .info.sp {
    display: block;
  }
  .date .info {
    padding: 12% 4% 4%;
    width: 100%;
  }
  .date .info img {
    min-width: 0;
  }
  .date .info .text-s {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .date .counter {
    width: 100%;
    padding-right: 4%;
  }
  .date .counter span {
    font-size: 6vw;
    text-shadow: none;
    filter: drop-shadow(2px 2px #000);
  }
  .date .counter p {
    font-size: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .date.-end .counter .end {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
  }
}
/* summary */
.summary {
  background: #f4f4f4;
  padding: 100px 0 120px;
}
.summary .lede {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 1px;
}
.summary .border {
  border: solid 2px #fff;
  padding: 20px;
  margin: 30px 0;
}
.summary .border + .border {
  margin-top: -30px;
  border-top: none;
}
.summary .border .program li {
  text-indent: -1em;
  padding-left: 1em;
}
.summary .border .text-center {
  text-align: center;
  padding: 20px 0;
  background: linear-gradient(-45deg, #15503c 25%, #074227 25%, #074227 50%, #15503c 50%, #15503c 75%, #074227 75%, #074227);
  background-size: 40px 40px;
  margin-top: 20px;
}
.summary .border h4 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.summary .border a {
  color: #fff;
  display: inline-block;
  background: #f4800f;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 20px;
  font-size: 2rem;
  max-width: 350px;
  line-height: 1.4;
}
.summary .border a.-soon {
  pointer-events: none;
  color: #555;
  position: relative;
  min-width: 350px;
}
.summary .border a.-soon:after {
  content: "coming soon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
.summary .check {
  text-align: center;
  margin-top: 60px;
  max-width: 460px;
  margin: 0 auto;
  padding-top: 30px;
}
.summary .check a {
  transition: 0.4s;
}
.summary .check a:hover {
  opacity: 0.7;
}
.summary .deco_wrap {
  position: relative;
  z-index: 1;
}
.summary .deco {
  position: absolute;
  top: -90px;
}
.summary .category {
  display: flex;
  padding-top: 100px;
  text-align: center;
  margin: 0 40px 80px;
  position: relative;
  z-index: 30;
}
.summary .category > div {
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
  background: #fff;
  padding-bottom: 20px;
}
.summary .category > div:first-child {
  margin-left: 0;
}
.summary .category > div.full {
  width: 100%;
}
.summary .category__head {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 0.2em 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
}
.summary .category__head.l_fes {
  background-color: var(--bg-fes);
}
.summary .category__head.l_online {
  background-color: var(--bg-online);
}
.summary .category__head p {
  font-size: 60%;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .summary .border a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .summary .border a.-soon {
    min-width: 0;
  }
  .summary .border a.-soon:after {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .summary {
    padding: 60px 0;
  }
  .summary .lede {
    text-align: left;
    letter-spacing: 0;
  }
}
/*--bglogo--*/
/*----*/
.category__fesWrap,
.category__onlineWrap {
  position: relative;
}

.category__fesWrap .imgBox {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 140px;
}

.category__onlineWrap .imgBox {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 140px;
  width: 160px;
  left: unset;
  right: -8px;
}

@media screen and (max-width: 768px) {
  .summary .category__head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.summary .category__time {
  font-size: 28px;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #1f1f1f;
}
.summary .category__time1 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #1f1f1f;
}
.summary .category__time.-yotei {
  font-size: 2.8rem;
}
.summary .category__time:before {
  content: "配信時間";
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.summary .category__time.-yotei:before {
  content: "配信時間（予定）";
}
.summary .category__time .text-s {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #939393;
}
.summary .category__time1 .text-s {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #939393;
  font-weight: 600;
}

.category__time .text-sub {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  .summary .category {
    display: block;
  }
  .summary .category > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .summary .category > div:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .summary .category {
    padding-top: 60px !important;
    margin-bottom: 40px;
  }
  .summary .category > div {
    margin-top: 30px;
  }
  .summary .category__time1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .category__fesWrap .imgBox {
    width: 120px;
  }
  .category__onlineWrap .imgBox {
    width: 140px;
  }
}
.summary__h4 {
  color: #1f1f1f;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.summary .update {
  background: #fff;
  padding: 20px;
  position: relative;
  text-align: left;
  padding-left: 130px;
  margin: 0 40px;
}
.summary .update a {
  text-decoration: none;
  color: #1f1f1f;
  display: block;
  max-width: 700px;
}
.summary .update__head {
  position: absolute;
  width: 110px;
  top: 35px;
  left: 3px;
  transform: translateX(-20px) translateY(-50%);
}
.summary .update__set {
  border-top: solid 1px #ccc;
  padding: 10px 0;
  display: flex;
  align-items: center;
  max-width: 1180px;
}
.summary .update__set:first-of-type {
  border-top: none;
}
.summary .update time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
.summary .update label {
  display: inline-block;
  border-radius: 4px;
  width: 160px;
  padding: 0 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.summary .update label.l_fes {
  background-color: var(--bg-fes);
}
.summary .update label.l_online {
  background-color: var(--bg-online);
}
.summary .update .headline {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.summary .update .headline span {
  display: block;
  line-height: 1.4;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .summary .update {
    padding-left: 20px;
  }
  .summary .update__head {
    transform: scale(0.65) translateY(-50%);
    transform-origin: left top;
    top: 10px;
    left: -12px;
  }
  .summary .update label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .summary .update .headline {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 440px) {
  .summary__h4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .summary .update .headline {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* News */
.news {
  position: relative;
  background: #000;
  padding-bottom: 210px;
}
.news:before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  background: url(../images/bg_news_l.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -1.32vw;
}

@media screen and (max-width: 768px) {
  .news:before {
    width: 54vw;
    height: 80vw;
    top: -2vw;
  }
}
.news__h2 {
  text-align: center;
  font-size: 108px;
  font-size: 11.8rem;
  line-height: 0.8;
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  transform: skewX(-0.015turn);
}
.news__h2 span {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 5px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.list + .list {
  margin-top: 40px;
}
.list.-center {
  justify-content: center;
}

.list__head {
  font-size: 80px;
  font-size: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.list .article {
  width: calc((100% - 80.01px) / 3);
  margin-left: 40px;
  position: relative;
  background: #fff;
  padding-bottom: 65px;
  margin-top: 60px;
}
.list .article.-bk {
  background: #06331e;
}
.list .article.-bk .article__txt {
  background: #06331e;
  color: #fff;
}
.list .article label {
  display: inline-block;
  border-radius: 4px;
  padding: 0 2em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-left: 1em;
  margin-bottom: 15px;
}
.list .article.-dummy {
  background: #fff;
}
.list .article.-dummy:before {
  display: none;
}
.list .article.-dummy a {
  pointer-events: none;
}
.list .article.-dummy .article__date,
.list .article.-dummy .calendar {
  display: none;
}
.list .article:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20px;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  z-index: -1;
  pointer-events: none;
}
.list .article:hover:before {
  left: 20px;
  bottom: 20px;
  background: rgba(247, 145, 0, 0.05);
}
.list .article__inner {
  display: block;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
}
.list .article:nth-child(3n+1) {
  margin-left: 0;
}
.list .article__img {
  position: relative;
}
.list .article__img img {
  max-width: none;
  display: block;
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .list .article.-dummy {
    display: none;
  }
}
.modalImg img {
  max-height: none !important;
}

.list .article__txt {
  background: #fff;
  position: relative;
  padding: 20px;
  color: #fff;
}
.list .article__date {
  color: #1f1f1f;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
.list .article__head {
  color: #1f1f1f;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}
.list .article__body {
  font-size: 14px;
  font-size: 1.4rem;
}
.list .article__btn {
  display: block;
  background: #000000;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  bottom: 5%;
  left: 6%;
  width: 88%;
  text-decoration: none;
  border-radius: 100px;
}
.list .article .calendar {
  font-size: 80px;
  font-size: 8rem;
  text-shadow: 3px 3px 0 #000;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  font-weight: bold;
  transform: skewX(-0.015turn);
}
.list .news_btn {
  background: #fff;
  color: #1f1f1f;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0 10px;
}

/*--2023--*/
.news_a {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .list {
    display: block;
  }
  .list + .list {
    padding-top: 40px;
  }
  .list .article {
    width: 100%;
    margin-left: 0;
  }
  .list .article label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list .article:first-child {
    margin-top: 0;
  }
  .list .article .calendar {
    font-size: 60px;
    font-size: 6rem;
    left: -20px;
  }
}
.list.-col2 .article {
  width: calc((100% - 40.01px) / 2);
  margin-left: 40px;
  margin-top: 60px;
}
.list.-col2 .article:nth-child(2n+1) {
  margin-left: 0;
}
.list.-col2 .article:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .list.-col2 .article {
    width: 100%;
    margin-left: 0;
  }
  .list.-col2 .article:nth-child(-n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 440px) {
  .news {
    padding-bottom: 40%;
  }
}
.footerId {
  background: var(--bg-fes);
  padding: 30px;
  position: relative;
  background-image: url(../images/ftbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footerId .imgBox {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.footerId .imgBox img {
  width: 317px;
}
.footerId .text-center {
  text-align: center;
  padding: 20px 0;
  background-size: 40px 40px;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerId a {
  color: #fff;
  display: inline-block;
  background: #000000;
  text-decoration: none;
  padding: 12px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  width: 48%;
  min-width: 320px;
  border-radius: 30px;
  box-shadow: 3px 4px #f26d00;
}
.footerId a .ico-btn {
  color: #231815;
  margin-right: 5px;
  vertical-align: sub;
}
.footerId .footer_bottom_btn {
  text-align: center;
  padding: 20px 0;
  background-size: 40px 40px;
  max-width: 911px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.footerId .footer_bottom_btn a {
  color: #fff;
  display: inline-block;
  background: #000000;
  text-decoration: none;
  padding: 12px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  width: 60%;
  min-width: 320px;
  border-radius: 30px;
  box-shadow: 3px 4px #f26d00;
  margin: 0 auto;
}
.footerId .footer_bottom_btn .sp_only {
  display: none;
}
.footerId .ico {
  width: 30px;
  margin-right: 4px;
  margin: -5px 4px 0 0;
}
.footerId .notice {
  padding-top: 16px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.footerId .notice a {
  display: inline;
  background: none;
  text-decoration: underline;
  padding: 0;
  font-size: inherit;
}

/* footer */
footer {
  background: #1f1f1f;
  padding: 40px 0;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 10px;
}
footer p img {
  width: 90px;
  height: auto;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .footerId .text-center {
    padding: 40px 0 0 0;
    flex-direction: column;
  }
  .footerId .text-center a {
    width: 95%;
    max-width: 400px;
  }
  .footerId .text-center a:nth-child(2) {
    margin-top: 1em;
  }
  .footer_bottom_btn {
    text-align: center;
    padding: 0 0 20px 0;
    background-size: 40px 40px;
    margin: 0 auto;
  }
  .footer_bottom_btn a {
    padding: 12px 0 !important;
    font-size: 1.7rem !important;
    font-weight: 600;
    width: 95% !important;
    max-width: 400px !important;
    border-radius: 50px !important;
    margin: 0 auto;
  }
  .footer_bottom_btn .sp_only {
    display: block !important;
  }
}
@media screen and (max-width: 440px) {
  .footerId .imgBox {
    top: -15%;
  }
  .footer_bottom_btn {
    text-align: center;
    padding: 0 0 20px 0;
    background-size: 40px 40px;
    margin: 0 auto;
  }
  .footer_bottom_btn a {
    padding: 12px 0 !important;
    font-size: 1.7rem !important;
    font-weight: 600;
    width: 95% !important;
    max-width: 400px !important;
    border-radius: 50px !important;
    margin: 0 auto;
  }
  .footer_bottom_btn .sp_only {
    display: block !important;
  }
}
/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.modal.-show {
  opacity: 1;
  z-index: 100;
}

.modal__inner {
  width: 80%;
  display: none;
}
.modal__inner.-bg-w {
  background: #fff;
}
.modal__inner.-show {
  display: block;
}

.modal_timetable .table thead th:last-of-type .modal_timehead {
  font-size: 1.8rem;
  max-width: 190px;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    width: 92%;
    margin-top: 50px;
  }
}
.modal__video {
  width: 100%;
  padding-top: 56.5%;
  position: relative;
}
.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__detail {
  height: 80vh;
  overflow-y: auto;
  padding: 40px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.modal__detail__head {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.modal__detail .column + .column {
  margin-top: 60px;
}

.modal__detail__program {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin: 40px 0 35px;
  line-height: 1.2;
}
.modal__detail__program p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}

.modal__detail__h3 {
  background: url(../images/bg_detail_h3.png);
  background-size: cover;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.-bk .modal__detail__h3 {
  background-image: url(../images/bg_detail_h3_bk.png);
}

.modal__detail__h3 i {
  color: #fff;
  font-size: 26px;
  font-size: 3.2rem;
  position: absolute;
  right: 10px;
  bottom: -5px;
  line-height: 1;
  opacity: 0.9;
}
.modal__detail__h3.-nobg {
  background: #ddd;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .modal__detail__h3 i {
    display: none;
  }
}
.modal__detail__h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 40px 0 20px;
  text-align: center;
  line-height: 1.5;
}

.modal__detail__body {
  text-align: center;
}
.modal__detail__body.-soon {
  color: #ba0000;
}

.modal__detail__notice {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  text-align: right;
}

.modal__detail .list {
  padding-top: 20px;
}
.modal__detail .article {
  padding-bottom: 0;
  margin-top: 0;
}
.modal__detail .article:before, .modal__detail .article:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal__detail {
    padding: 8%;
    height: 70vh;
  }
  .modal__detail__head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.modal__close:before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
}
.modal__close:after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 18px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
.information__summary {
  padding: 20px;
  border: solid 1px #ddd;
  margin-bottom: 20px;
}

.information__h3 {
  font-weight: bold;
  font-size: 140%;
}

@media screen and (max-width: 768px) {
  .information__h3 {
    font-size: 120%;
  }
}
.information__indent {
  padding-left: 3.6em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .information__indent {
    padding-left: 3em;
  }
}
.information__h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 110%;
}

.information__inquiry {
  display: flex;
}
.information__inquiry > li {
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
  text-align: center;
}
.information__inquiry > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .information__inquiry {
    display: block;
  }
  .information__inquiry > li {
    width: 100%;
    margin-left: 0;
  }
  .information__inquiry > li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ddd;
  }
}
.notice {
  font-size: 12px;
  color: #000;
  padding-top: 5px;
}
.notice li {
  text-indent: -1em;
  padding-left: 1em;
}

.en {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.viewBtn {
  background: #fff;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 14px;
  margin: 0 0 16px;
}
.viewBtn.-stage {
  color: #f4800f;
}
.viewBtn.-sp {
  color: #343697;
}
.viewBtn.-sign {
  color: #b1a00a;
}

.disp--PC {
  display: block;
}

.disp--SP {
  display: none;
}

@media screen and (max-width: 768px) {
  .disp--PC {
    display: none;
  }
  .disp--SP {
    display: block;
  }
}
.-full {
  width: 100% !important;
}

.table {
  width: 100%;
  border-left: solid 1px #ccc;
  margin-bottom: 20px;
  background: #fff;
}
.table .time {
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  font-size: 80%;
}

.table__wrap {
  margin: 0 40px 60px;
}

.table .text-s {
  font-size: 80%;
}
.table a {
  color: #fff;
}
.table .head {
  width: 18%;
}
.table th {
  padding: 12px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.table td {
  padding: 12px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #1f1f1f;
}
.table thead th {
  background: #000;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
}

.summary .table thead th:last-of-type p {
  font-size: 1.8rem;
  max-width: 220px;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 10px;
  letter-spacing: 2.2px;
}

.table thead th:last-of-type span {
  font-size: 1.4rem;
  border: solid 1px #fff;
  padding: 5px 15px;
  border-radius: 50px;
}
.table th strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 8px;
}
.table td {
  width: 24%;
  vertical-align: top;
}
.table td.-slash {
  position: relative;
}
.table td.-slash:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/slash.png) no-repeat;
  background-size: 100% 100%;
}
.table td.-slash strong {
  display: none;
}
.table strong {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}
.table small {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.table tbody .head {
  background: rgba(255, 255, 255, 0.0666666667);
  color: #333;
  border-color: #ddd;
}
.table tbody .head a {
  color: #333;
}
.table th small {
  font-weight: normal;
}
.table thead tr th {
  background-size: contain;
  background-repeat: no-repeat;
  border-right: none;
}

/*--2023--*/
#info .table thead tr th:nth-of-type(2) {
  background-image: url(../images/label_fanfes.png);
  font-size: 2.2rem;
}
#info .table thead tr th:last-of-type {
  background-image: url(../images/label_online.png);
}

.table tbody tr:nth-of-type(2) {
  background: #fffbf8;
}
.table tbody tr td strong {
  color: #d42a37;
}
.table tbody tr:last-of-type td strong {
  color: #a89648;
}
.table tbody tr:last-of-type td small {
  max-width: 270px;
}
.table tbody tr td small span {
  color: #939393;
  font-size: 1.3rem;
  font-weight: normal;
}

#timetable .table thead .th_fes {
  background-color: var(--bg-fes);
}
#timetable .table thead .th_online {
  background-color: var(--bg-online);
}
#timetable .table tbody tr:nth-of-type(2) {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .table {
    width: 160%;
    text-align: center;
  }
  .table__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table small {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .table .head {
    position: sticky;
    left: 0;
    top: 0;
    width: 20%;
    z-index: 1;
  }
  .table td {
    width: 26.6%;
  }
  .table thead th {
    letter-spacing: -1px;
  }
  .table thead .head:before, .table thead .head:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
  }
  .table thead .head:before {
    left: -1px;
  }
  .table thead .head:after {
    right: -1px;
  }
  .table tbody .head {
    background: #f1f1f1;
    color: #333;
  }
  .table tbody .head a {
    color: #333;
  }
  .table tbody .head:before, .table tbody .head:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
  }
  .table tbody .head:before {
    left: -1px;
  }
  .table tbody .head:after {
    right: -1px;
  }
  .table tbody strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .table tbody th strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modal .table {
  text-align: center;
  border-color: #ddd;
}
.modal .table__wrap {
  margin-bottom: 20px;
}
.modal .table a {
  color: #000;
}
.modal .table thead th {
  color: #fff;
  vertical-align: middle !important;
}
.modal .table th,
.modal .table td {
  border-color: #ddd;
}
.modal .table th h3,
.modal .table td h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.modal .table tbody th {
  background: none;
}
.modal .table td {
  vertical-align: middle;
}
.modal .table .blank {
  background: #ddd;
}
.modal .table .head {
  width: 20%;
}
.modal .table td {
  width: 30%;
}
.modal .table td.hilight {
  cursor: pointer;
  background: #ffefdf;
}
.modal .table td.gray {
  background: #f1f1f1;
  color: #cc0033;
}
.modal .table td .redtxt {
  color: #cc0033;
}
.modal .table .-soon {
  position: relative;
}
.modal .table .-soon div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4800f;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border: solid 10px;
}

@media screen and (max-width: 768px) {
  .modal .table .head {
    width: 10%;
  }
  .modal .table tbody .head {
    background: #f1f1f1;
  }
  .modal .table tbody .head:before, .modal .table tbody .head:after {
    content: "";
    display: block;
    height: calc(100% + 2px);
    background: transparent;
    position: absolute;
    top: -1px;
    border: solid 1px #ddd;
    left: -1px;
  }
  /* .modal .table tbody .head:before, .modal .table tbody .head:after { content: ""; display: block; width: calc(100% + 1px); height: calc(100% + 2px); background: transparent; position: absolute; top: -1px; border: solid 1px #ddd; left: -1px;
  } */
}
/*--2023--*/
.summary .update__set .update_catch {
  width: 18%;
  margin-right: 20px;
}

.news .l-inner .list {
  margin: 0 40px;
}

.modal__inner_imgBox {
  text-align: center;
  margin-bottom: 40px;
}
.modal__inner_imgBox img {
  width: 40%;
}

.modal__inner_textwrap {
  background: #fffbf8;
  padding: 15px;
  text-align: center;
}

.indent_wrap {
  padding: 0.5em 3.6em;
  background: #fffbf8;
}

.modal__inner_textwrap2 {
  border-top: solid 1px #ddd;
  padding-top: 15px;
  margin: 40px auto 20px;
  line-height: 1.6;
}

.modalImg {
  margin-top: 10px;
  margin-bottom: 30px;
}

.timetable_h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}

.modal__detail .table__wrap table thead p {
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 auto;
  padding: 15px 0;
}
.modal__detail .table__wrap table thead th:last-of-type p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.modal__detail .table__wrap table thead p .modal_timehead {
  max-width: 200px;
}

/* 文字制限_複数 */
/* #textwrap{
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#textwrap2nd{
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */
/*--2024--*/
.news .article .l_fes {
  background-color: var(--bg-fes);
  padding: 0 1.4rem;
}
.news .article .l_online {
  background-color: var(--bg-online);
}

.modal__inner .catchBox {
  max-width: 620px;
  margin: 0 auto;
}

#m001 .list .article:first-of-type, #m001 .list .article:nth-of-type(2), #m001 .list .article:nth-of-type(3) {
  margin-top: 0;
}
#m001 .info {
  font-size: 14px;
  margin-top: 30px;
}

@media screen and (max-width: 440px) {
  #m001 .list .article {
    margin-top: 40px;
  }
  #m001 .list .article:first-of-type, #m001 .list .article:nth-of-type(2), #m001 .list .article:nth-of-type(3) {
    margin-top: 40px;
  }
}
#m003 .modal__detail .article:last-of-type {
  margin-bottom: 0;
}

#m006 .text {
  margin-top: 15px;
}
#m006 .goodsList {
  margin-bottom: 20px;
}
#m006 .goodsList li p span {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

#m007 .modal__detail .list {
  padding-top: 0;
}
#m007 .modalImg {
  margin-bottom: 0;
}

#m009 .infoList {
  border: solid 2px #ddd;
  padding: 30px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
#m009 .infoList li:last-of-type {
  margin-top: 15px;
}

#m008 .goodsList li p span,
#m011 .goodsList li p span,
#m013 .tiktokList li p span {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px;
}

#m012 .modal__detail .list {
  display: block;
  padding-top: 0;
}
#m012 .modal__detail .list li {
  width: 100%;
  margin-left: 0;
}
#m012 .list .article__img img {
  max-width: 480px;
  margin-left: 0;
}
#m012 .gourmetList p span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

#m014 .list_Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 30px;
}
#m014 .list_Wrap .imgBox {
  max-width: 380px;
}

#m019 .teamItem {
  margin-bottom: 30px;
}
#m019 .teamItem p {
  padding-bottom: 10px;
}

#m020 .column p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list .modalImg {
    margin-top: 25px;
    margin-bottom: 0;
  }
  #m006 .goodsList {
    margin-bottom: 40px;
  }
  #m006 .goodsList li p span {
    margin-top: 5px;
  }
  #m006 .modal__detail .list {
    padding-top: 20px;
  }
  #m011 .modal__detail .list {
    padding-top: 20px;
  }
  #m014 .list_Wrap {
    display: block;
  }
  #m014 .list_Wrap .imgBox {
    padding-top: 15px;
  }
}
/*--NewsPop--*/
.m001-entryList ul li:last-of-type {
  padding-left: 50px;
}

.column-title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.column-imgBox {
  text-align: center;
}
.column-imgBox img {
  width: 700px;
}
.column-imgBox p {
  color: #888;
}

.modal_snsVideo {
  padding: 20px 0;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mv_list {
    background-size: cover;
    height: 100vh;
    background-position: center 28%;
  }
  .mv-01 {
    background-image: url("../images/mvsp-01.png");
  }
  .mv-02 {
    background-image: url("../images/mvsp-02.png");
  }
  .mv-03 {
    background-image: url("../images/mvsp-03.png");
  }
  .mv .logo {
    width: 80%;
    padding-right: 0;
    left: 11.2%;
    top: 30%;
  }
  .mv .logo img {
    min-width: 0;
    width: 100%;
  }
  .summary .update,
  .summary .category {
    margin: 0;
  }
  .table__wrap {
    margin: 0;
  }
  .summary .update .headline {
    margin-top: 5px;
  }
  .summary .update .headline span {
    padding-top: 0;
  }
  .summary .update__set {
    display: block;
    padding-top: 30px;
  }
  .summary .update__set .update_catch {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .summary .deco {
    top: 10px;
  }
  .summary .category {
    padding-top: 75px;
    margin-bottom: 60px;
  }
  .summary .table thead th p {
    font-size: 1.7rem;
  }
  .table tbody .head {
    background: #fafafa;
  }
  .table thead tr th:nth-of-type(2) {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .table thead th:last-of-type span {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .summary .table thead th:last-of-type p {
    font-size: 1.4rem;
    max-width: 150px;
    letter-spacing: 1px;
    padding-top: 5px;
  }
  .table tbody tr td small span {
    font-size: 1.1rem;
  }
  .news__h2 {
    padding: 80px 0 10px;
  }
  .news .l-inner .list {
    margin: 0;
  }
  .modal__inner_imgBox img {
    width: 100%;
  }
  .modal__detail .list {
    padding-top: 0;
  }
  .list {
    padding-top: 80px;
  }
  .information__indent {
    padding-left: 0;
    padding: 0.5em;
  }
  .m001-entryList ul li:last-of-type {
    padding-left: 0;
  }
  .footerId {
    background-image: url(../images/ftbg-sp.png);
    padding: 15px;
  }
}
@media screen and (max-width: 440px) {
  .mv .logo {
    top: 42.5%;
  }
  .mv_list {
    background-size: cover;
    height: 62vh;
    background-position: center;
  }
  .date:after {
    top: -4vw;
  }
  .modal_snsVideo {
    padding: 10px 0;
  }
  .modal_fbVideo {
    height: 200px !important;
  }
}
/*--優勝--*/
.trigger {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 440px) {
  .trigger {
    width: 140px;
    height: 140px;
    right: 1.5%;
    bottom: 1.5%;
  }
}/*# sourceMappingURL=style.css.map */