@charset "UTF-8";
@keyframes title-v1 {
  0% {
    transform: translateX(960px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hiding-text-ani {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes appear-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear-text-v1 {
  0% {
    left: 100px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes rightThenLeft {
  0% {
    left: -50px;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* border: 1px solid light-dark(#767676, #858585); */
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }

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

  a, .btn-reset {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  display: block;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  background: linear-gradient(to right, #e60021, #ff6379);
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
} */

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    text-align: center;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #e60021;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #e60021;
}

.txt-br {
  display: block;
}

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

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

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

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

a {
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

sup {
  font-size: 1.1rem;
  position: relative;
  top: -0.1em;
  vertical-align: top;
}

.link--border {
  border-bottom: 1px solid;
}

.small--desc {
  display: block;
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .small--desc {
    margin-top: 0;
    line-height: 1;
    font-size: 1.6rem;
  }
}

.text-accent {
  color: #f00;
}

.text-bottom {
  border-bottom: 1px solid;
}

.common-wrap {
  display: block;
  background: linear-gradient(to right, #e60021, #ff6379);
  background: 	#E60012;
}

.x-sp {
  padding: 15px;
}

.common-wrap27 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .common-wrap-v2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .common-wrap-v2 {
    width: 100%;
    max-width: calc(1200px + 80px);
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.common-wrap-v3 {
  width: 100%;
  max-width: calc(1200px + 40px);
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  display: block;
  width: 100%;
  max-width: calc(1000px + 60px);
  padding: 30px 30px 80px;
  margin-right: auto;
  margin-left: auto;
}
.main-v2 {
  display: block;
  width: 100%;
  max-width: calc(1000px + 60px);
  min-height: calc(100vh - 300px);
  padding: 100px 30px;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------
タイトル
--------------------------------------------------------*/
.common-title-v1 {
  display: block;
}
.common-title-v1--en {
  display: block;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #e60021;
  font-size: 3rem;
}
.common-title-v1--ja {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.5rem;
}

.common-title-v2 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 400;
  border-bottom: 2px solid #e60021;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .common-title-v2 {
    margin-bottom: 40px;
  }
}

.common-title-v3 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #e60021;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.8rem;
}

.common-title-v4 {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.8rem;
}

.common-title-v5 {
  display: flex;
  align-items: center;
}
.common-title-v5-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: calc(30px + 12px);
  color: #e60021;
  font-size: 3rem;
}
.common-title-v5-num:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-color: #fff;
  border: 1px solid #e60021;
  transform: rotate(45deg);
}
.common-title-v5-num:after {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: -2;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-color: #e60021;
  border: 1px solid #e60021;
  transform: rotate(45deg);
}
.common-title-v5-text {
  font-size: 2.4rem;
}

.common-title-v6 {
  display: block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-title-v5-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: calc(30px + 12px);
  margin-left: 10px;
  color: #e60021;
  font-size: 3rem;
}
.common-title-v5-num:before {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background-color: #fff;
  border: 1px solid #e60021;
  transform: rotate(45deg);
}
.common-title-v5-num:after {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -2;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background-color: #e60021;
  border: 1px solid #e60021;
  transform: rotate(45deg);
}
  .common-title-v6 {
    padding-bottom: 10px;
    border-bottom: 2px solid #e60021;
  }
}
@media screen and (min-width: 768px) {
  .common-title-v6 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .common-title-v6:before {
    display: block;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    content: "";
    background-color: #e60021;
  }
}

@media screen and (max-width: 768px) {
  .common-title-v7 {
    margin-bottom: calc(14px + 20px);
  }
}
@media screen and (min-width: 768px) {
  .common-title-v7 {
    display: flex;
    flex-direction: column;
    width: 80px;
  }
}
.common-title-v7__item-v1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .common-title-v7__item-v1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #e60021;
    text-align: center;
    border: 2px solid #e60021;
    font-size: 1.6rem;
  }
}
.common-title-v7__item-v2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .common-title-v7__item-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #e60021;
  }
}
.common-title-v7__item-v2 img {
  display: block;
  flex: none;
}
@media screen and (max-width: 768px) {
  .common-title-v7__item-v3 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    color: #e60021;
    text-align: center;
    background-color: #fff;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .common-title-v7__item-v3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .common-title-v7__item-v3:before, .common-title-v7__item-v3:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .common-title-v7__item-v3:before {
    z-index: -1;
    background-color: #fff;
    border: 1px solid #e60021;
  }
}
@media screen and (max-width: 768px) {
  .common-title-v7__item-v3:after {
    z-index: -2;
    margin-right: -10px;
    background-color: #e60021;
  }
}

.common-title-v8 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .common-title-v8 {
    font-weight: 700;
    color: #e60021;
  }
}

.common-title-v9 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .common-title-v9 {
    font-size: 3.6rem;
    line-height: 1.8;
  }
}

.common-title-v10 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2.4rem;
}
.common-title-v10:before {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  background-color: #e60021;
}

.common-title-v11 {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #e60021;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .common-title-v11 {
    font-size: 2.8rem;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
  }
}
.common-title-v11:before {
  display: block;
  flex: none;
  width: 20px;
  height: 4px;
  margin-right: 14px;
  content: "";
  background-color: #fff;
}

.animate-title {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  animation: rightThenLeft 0.8s linear forwards;
}
.animate-title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff4141;
  animation: passing-bar 0.9s linear forwards;
  animation-delay: 0.18s;
}
.animate-title-v2 {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  animation: rightThenLeft 1s linear forwards;
}
.animate-title-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff4141;
  animation: passing-bar 0.85s linear forwards;
  animation-delay: 0.5s;
}
.animate-title-v3 {
  position: absolute;
  top: calc(114px + 82px);
  left: -100px;
  white-space: nowrap;
  animation: rightThenLeft 1.2s linear forwards;
}
.animate-title-v3:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff4141;
  animation: passing-bar 0.85s linear forwards;
  animation-delay: 0.8s;
}
.animate-title-v4 {
  position: absolute;
  top: calc(114px + 126px);
  left: -100px;
  white-space: nowrap;
  animation: rightThenLeft 1.45s linear forwards;
}
.animate-title-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff4141;
  animation: passing-bar 0.85s linear forwards;
  animation-delay: 1s;
}

/*--------------------------------------------------------
メインビジュアル
--------------------------------------------------------*/
.common-mv-v1 {
  width: 100%;
  height: 240px;
  margin-bottom: 56px;
  background-image: url(../images/common/mv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .common-mv-v1 {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 0px 150px;
  }
}
@media screen and (min-width: 768px) {
  .common-mv-v1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    margin-bottom: 0;
  }
}
.common-mv-v1--title {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .common-mv-v1--title {
    font-size: 6rem;
  }
}

.common-mv-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .common-mv-v2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .common-mv-v2 {
    height: 200px;
    margin-bottom: 30px;
  }
}
.common-mv-v2--title {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .common-mv-v2--title {
    font-size: 6rem;
  }
}

/*--------------------------------------------------------
ぱんくず
--------------------------------------------------------*/
.common-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .common-breadcrumb {
    display: flex;
    margin-bottom: 80px;
  }
}
.common-breadcrumb__item {
  display: flex;
  align-items: center;
  color: #444444;
}
.common-breadcrumb__item + .common-breadcrumb__item:before {
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  content: "";
  background-color: #e60021;
}
.common-breadcrumb__item--link {
  color: #b1b1b1;
}

/*--------------------------------------------------------
テキスト
--------------------------------------------------------*/
.common-text-v1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.common-text-v1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.common-text-v2 {
  font-size: 1.5rem;
  line-height: 1.6;
}

.common-text-v3 {
  font-size: 1.6rem;
}

.common-text-v4 {
  font-size: 2rem;
}

.common-text-v5 {
  font-size: 2.4rem;
}

.common-text-v6 {
  font-size: 2.6rem;
}

.common-text-v7 {
  font-size: 1.3rem;
}

.common-text-v8 {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .common-text-v8 {
    font-size: 1.3rem;
  }
}

.common-text-v9 {
  font-size: 1.2rem;
}

.common-text-v10 {
  font-size: 1.8rem;
  line-height: 1.3;
}

.common-text-accent {
  color: #e60021;
}
@media screen and (min-width: 768px) {
  .common-text-accent-pc {
    color: #e60021;
  }
}

.common-text-default {
  color: #444444;
}

.common-color-v1 {
  color: #1c68ec;
}

.common-text-link {
  color: #2faee6;
  text-decoration: underline;
}

.common-text-regular {
  font-weight: 400;
}

.common-text-medium {
  font-weight: 500;
}

.common-text-bold {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .common-text-bold-pc {
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .common-text-bold-sp {
    font-weight: 700;
  }
}

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

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

.common-text-ul {
  text-decoration: underline;
}

/*--------------------------------------------------------
テーブル
--------------------------------------------------------*/
.table-v1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table-v1 {
    display: flex;
  }
}
.table-v1--title {
  width: 65px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .table-v1--title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .table-v1--title {
    padding: 20px 0;
    border-bottom: 1px solid #e60021;
  }
}
.table-v1--text {
  font-size: 1.5rem;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #e60021;
}
@media screen and (min-width: 768px) {
  .table-v1--text {
    width: calc(100% - 105px);
    padding: 20px 0;
    margin-left: 40px;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 768px) {
  .table-v1 + .table-v1 {
    margin-top: 20px;
  }
}

.table-v2 {
  width: 100%;
  border: 1px solid #e9e9e9;
}
.table-v2 th,
.table-v2 td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  font-size: 1.5rem;
}
.table-v2 th {
  font-weight: 700;
  background-color: #f5f5f5;
}

.table-v3 {
  border: 1px solid #e9e9e9;
}
.table-v3 th,
.table-v3 td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  font-size: 1.5rem;
}
.table-v3 th {
  font-weight: 700;
  text-align: left;
  background-color: #f5f5f5;
}
.table-v3 th.common-text-center {
  text-align: center;
}
.table-v3-col3 {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .table-v3-col3 {
    width: 30%;
  }
}

/*--------------------------------------------------------
リスト
--------------------------------------------------------*/
.common-list-v1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-list-v1__item {
  display: block;
  width: 48%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46;
}
.common-list-v1__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.common-list-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-list-v2__item {
  width: 46%;
}
.common-list-v2__item__link {
  display: block;
  font-size: 1.8rem;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.common-list-v2__item__link-v2 {
  display: block;
  font-size: 1.5rem;
}

.common-list-v3 {
  display: flex;
  align-items: baseline;
}
.common-list-v3:before {
  position: relative;
  top: -4px;
  display: block;
  flex: none;
  width: 16px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: #e60021;
}

.common-table__wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-table__wrap {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .common-table__wrap table {
    width: 600px;
  }
}

.common-table-v1 {
  width: 100%;
}
.common-table-v1__text-v1 {
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.5rem;
}
.common-table-v1__text-v2 {
  padding: 22px 10px;
}

@media screen and (min-width: 768px) {
  .common-table-v2 {
    display: flex;
    align-items: baseline;
  }
}
.common-table-v2 + .common-table-v2 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .common-table-v2 + .common-table-v2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-table-v2__text-v1 {
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 4px solid #e60021;
  }
}
@media screen and (min-width: 768px) {
  .common-table-v2__text-v1 {
    display: flex;
    flex: none;
    align-items: center;
    width: 140px;
    min-height: 40px;
    padding-left: 20px;
    border-left: 4px solid #e60021;
  }
}

@media screen and (max-width: 768px) {
  .common-table-v3 {
    padding-bottom: 20px;
    border-bottom: 4px solid #e60021;
  }
}
@media screen and (min-width: 768px) {
  .common-table-v3 {
    display: flex;
    align-items: baseline;
  }
}
.common-table-v3 + .common-table-v3 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-table-v3__text-v1 {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .common-table-v3__text-v1 {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 105px;
    padding-bottom: 20px;
    border-bottom: 4px solid #e60021;
  }
}
@media screen and (min-width: 768px) {
  .common-table-v3__text-v2 {
    padding-bottom: 20px;
    margin-left: 40px;
    border-bottom: 1px solid #e9e9e9;
  }
}

@media screen and (max-width: 768px) {
  .common-table-v4 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .common-table-v4 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 768px) {
  .common-table-v4 tr,
.common-table-v4 thead,
.common-table-v4 tfoot,
.common-table-v4 tbody,
.common-table-v4 th,
.common-table-v4 td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common-table-v4 tr + tr {
    margin-top: 10px;
  }
}
.common-table-v4__text-v1 {
  padding: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .common-table-v4__text-v1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .common-table-v4__text-v1 {
    width: 125px;
    padding: 10px 0;
    vertical-align: middle;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
}
.common-table-v4__text-v2 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .common-table-v4__text-v2 {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
  }
}
.common-table-v4__color-v1 {
  color: #fff;
  background-color: #e60021;
}
.common-table-v4__color-v2 {
  color: #fff;
  background-color: #1c68ec;
}

/*--------------------------------------------------------
セクション
--------------------------------------------------------*/
.section-v1 {
  display: block;
  width: 100%;
  overflow: hidden;
}
.section-v1 + .section-v1 {
  margin-top: 80px;
}

.section-v2 {
  display: block;
  width: 100%;
}
.section-v2 + .section-v2 {
  margin-top: 40px;
}

.section-v3 {
  display: block;
  width: 100%;
}

.section-v4 {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.section-v5 {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-v5 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}
.section-v5 + .section-v5 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 768px) {
  .section-v5 + .section-v5 {
    margin-top: 30px;
  }
}

.section-v6 {
  display: block;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .section-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.common-flex-v1 {
  display: flex;
  align-items: center;
}

.common-flex-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-flex-v3 {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.common-flex-v4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.common-bg__box {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.common-bg__box--img {
  position: relative;
  display: block;
}
.common-bg__box--img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.common-bg__box--img img {
  display: block;
  width: 100%;
}
.common-bg__box--text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 1200px;
  margin: auto;
  font-weight: 400;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  font-size: 2.4rem;
}

.common-btn-v1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 80px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #e60021;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .common-btn-v1 {
    justify-content: center;
  }
}
.common-btn-v1:after {
  position: absolute;
  right: 20px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.common-btn-v1__icon {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}
.common-btn-v1__icon:before {
  display: block;
  margin-right: 12px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.common-btn-v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 80px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #e60021;
  border-radius: 4px;
}
.common-btn-v2:after {
  position: absolute;
  right: 20px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.common-btn-v2__icon {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}
.common-btn-v2__icon:before {
  display: block;
  margin-right: 12px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.common-btn-v3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  color: #e60021;
  border: 1px solid #e60021;
}
@media screen and (min-width: 768px) {
  .common-btn-v3 {
    width: 100%;
    max-width: 240px;
  }
}
.common-btn-v3:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.common-btn-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.common-btn-v4__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 19px;
}
@media screen and (min-width: 768px) {
  .common-btn-v4__item {
    padding: 10px 8px;
  }
}

/*--------------------------------------------------------
その他
--------------------------------------------------------*/
.common-box-v1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-box-v1 {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .common-box-v1 {
    flex-wrap: wrap;
    gap: 60px 0;
    justify-content: space-between;
  }
}
.common-box-v1__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .common-box-v1__item {
    width: 49%;
  }
}

.common-box-v2 {
  display: flex;
  align-items: flex-start;
}
.common-box-v2__item + .common-box-v2__item {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e9e9e9;
}
@media screen and (min-width: 768px) {
  .common-box-v2__item + .common-box-v2__item {
    padding-left: 20px;
    margin-left: 20px;
  }
}

.common-item-v1 {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 16px 20px;
  color: #e60021;
  border: 1px solid #e60021;
}
.common-item-v2 {
  display: flex;
  align-items: baseline;
  height: 60px;
  padding: 16px 20px;
  color: #fff;
  background-color: #e60021;
  border: 1px solid #e60021;
}
@media screen and (min-width: 768px) {
  .common-item-v3 {
    padding: 20px;
    border: 2px solid #e60021;
  }
}
.common-item-v4 {
  width: 100%;
}

.common-icon-v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #e60021;
}
.common-icon-v1 img {
  flex: none;
  max-width: 75%;
}

.icon-pdf:before {
  flex: none;
  width: 16px;
  height: 21px;
  background-image: url(../images/common/icon_pdf.svg);
}

.icon-dl:before {
  flex: none;
  width: 16px;
  height: 21px;
  background-image: url(../images/common/icon_dl.svg);
}

.icon-search:after {
  flex: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url(../images/common/icon_search.svg);
}

/*--------------------------------------------------------
マージン
--------------------------------------------------------*/
.u-mt0 {
  margin-top: 0px !important;
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-pt0 {
  padding-top: 0px !important;
}
.u-pr0 {
  padding-right: 0px !important;
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-pl0 {
  padding-left: 0px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}
.u-pr5 {
  padding-right: 5px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-pl5 {
  padding-left: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}
.u-pr15 {
  padding-right: 15px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-pl15 {
  padding-left: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mr25 {
  margin-right: 25px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-ml25 {
  margin-left: 25px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}
.u-pr25 {
  padding-right: 25px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-pl25 {
  padding-left: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-mr35 {
  margin-right: 35px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-ml35 {
  margin-left: 35px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}
.u-pr35 {
  padding-right: 35px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-pl35 {
  padding-left: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-mr45 {
  margin-right: 45px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-ml45 {
  margin-left: 45px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}
.u-pr45 {
  padding-right: 45px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-pl45 {
  padding-left: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pr50 {
  padding-right: 50px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-pl50 {
  padding-left: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-mr55 {
  margin-right: 55px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-ml55 {
  margin-left: 55px !important;
}
.u-pt55 {
  padding-top: 55px !important;
}
.u-pr55 {
  padding-right: 55px !important;
}
.u-pb55 {
  padding-bottom: 55px !important;
}
.u-pl55 {
  padding-left: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-mr60 {
  margin-right: 60px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-ml60 {
  margin-left: 60px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
.u-pr60 {
  padding-right: 60px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
.u-pl60 {
  padding-left: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
}
.u-mt65 {
  margin-top: 65px !important;
}
.u-mr65 {
  margin-right: 65px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-ml65 {
  margin-left: 65px !important;
}
.u-pt65 {
  padding-top: 65px !important;
}
.u-pr65 {
  padding-right: 65px !important;
}
.u-pb65 {
  padding-bottom: 65px !important;
}
.u-pl65 {
  padding-left: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
}
.u-mt70 {
  margin-top: 70px !important;
}
.u-mr70 {
  margin-right: 70px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-ml70 {
  margin-left: 70px !important;
}
.u-pt70 {
  padding-top: 70px !important;
}
.u-pr70 {
  padding-right: 70px !important;
}
.u-pb70 {
  padding-bottom: 70px !important;
}
.u-pl70 {
  padding-left: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
}
.u-mt75 {
  margin-top: 75px !important;
}
.u-mr75 {
  margin-right: 75px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-ml75 {
  margin-left: 75px !important;
}
.u-pt75 {
  padding-top: 75px !important;
}
.u-pr75 {
  padding-right: 75px !important;
}
.u-pb75 {
  padding-bottom: 75px !important;
}
.u-pl75 {
  padding-left: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mr80 {
  margin-right: 80px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-ml80 {
  margin-left: 80px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}
.u-pr80 {
  padding-right: 80px !important;
}
.u-pb80 {
  padding-bottom: 80px !important;
}
.u-pl80 {
  padding-left: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
}
.u-mt85 {
  margin-top: 85px !important;
}
.u-mr85 {
  margin-right: 85px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-ml85 {
  margin-left: 85px !important;
}
.u-pt85 {
  padding-top: 85px !important;
}
.u-pr85 {
  padding-right: 85px !important;
}
.u-pb85 {
  padding-bottom: 85px !important;
}
.u-pl85 {
  padding-left: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
}
.u-mt90 {
  margin-top: 90px !important;
}
.u-mr90 {
  margin-right: 90px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-ml90 {
  margin-left: 90px !important;
}
.u-pt90 {
  padding-top: 90px !important;
}
.u-pr90 {
  padding-right: 90px !important;
}
.u-pb90 {
  padding-bottom: 90px !important;
}
.u-pl90 {
  padding-left: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
}
.u-mt95 {
  margin-top: 95px !important;
}
.u-mr95 {
  margin-right: 95px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-ml95 {
  margin-left: 95px !important;
}
.u-pt95 {
  padding-top: 95px !important;
}
.u-pr95 {
  padding-right: 95px !important;
}
.u-pb95 {
  padding-bottom: 95px !important;
}
.u-pl95 {
  padding-left: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
}
.u-mt100 {
  margin-top: 100px !important;
}
.u-mr100 {
  margin-right: 100px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.u-ml100 {
  margin-left: 100px !important;
}
.u-pt100 {
  padding-top: 100px !important;
}
.u-pr100 {
  padding-right: 100px !important;
}
.u-pb100 {
  padding-bottom: 100px !important;
}
.u-pl100 {
  padding-left: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
}
.u-mt105 {
  margin-top: 105px !important;
}
.u-mr105 {
  margin-right: 105px !important;
}
.u-mb105 {
  margin-bottom: 105px !important;
}
.u-ml105 {
  margin-left: 105px !important;
}
.u-pt105 {
  padding-top: 105px !important;
}
.u-pr105 {
  padding-right: 105px !important;
}
.u-pb105 {
  padding-bottom: 105px !important;
}
.u-pl105 {
  padding-left: 105px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt105 {
    margin-top: 105px !important;
  }
  .u-pc-mr105 {
    margin-right: 105px !important;
  }
  .u-pc-mb105 {
    margin-bottom: 105px !important;
  }
  .u-pc-ml105 {
    margin-left: 105px !important;
  }
  .u-pc-pt105 {
    padding-top: 105px !important;
  }
  .u-pc-pr105 {
    padding-right: 105px !important;
  }
  .u-pc-pb105 {
    padding-bottom: 105px !important;
  }
  .u-pc-pl105 {
    padding-left: 105px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt105 {
    margin-top: 105px !important;
  }
  .u-sp-mr105 {
    margin-right: 105px !important;
  }
  .u-sp-mb105 {
    margin-bottom: 105px !important;
  }
  .u-sp-ml105 {
    margin-left: 105px !important;
  }
  .u-sp-pt105 {
    padding-top: 105px !important;
  }
  .u-sp-pr105 {
    padding-right: 105px !important;
  }
  .u-sp-pb105 {
    padding-bottom: 105px !important;
  }
  .u-sp-pl105 {
    padding-left: 105px !important;
  }
}
.u-mt110 {
  margin-top: 110px !important;
}
.u-mr110 {
  margin-right: 110px !important;
}
.u-mb110 {
  margin-bottom: 110px !important;
}
.u-ml110 {
  margin-left: 110px !important;
}
.u-pt110 {
  padding-top: 110px !important;
}
.u-pr110 {
  padding-right: 110px !important;
}
.u-pb110 {
  padding-bottom: 110px !important;
}
.u-pl110 {
  padding-left: 110px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt110 {
    margin-top: 110px !important;
  }
  .u-pc-mr110 {
    margin-right: 110px !important;
  }
  .u-pc-mb110 {
    margin-bottom: 110px !important;
  }
  .u-pc-ml110 {
    margin-left: 110px !important;
  }
  .u-pc-pt110 {
    padding-top: 110px !important;
  }
  .u-pc-pr110 {
    padding-right: 110px !important;
  }
  .u-pc-pb110 {
    padding-bottom: 110px !important;
  }
  .u-pc-pl110 {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt110 {
    margin-top: 110px !important;
  }
  .u-sp-mr110 {
    margin-right: 110px !important;
  }
  .u-sp-mb110 {
    margin-bottom: 110px !important;
  }
  .u-sp-ml110 {
    margin-left: 110px !important;
  }
  .u-sp-pt110 {
    padding-top: 110px !important;
  }
  .u-sp-pr110 {
    padding-right: 110px !important;
  }
  .u-sp-pb110 {
    padding-bottom: 110px !important;
  }
  .u-sp-pl110 {
    padding-left: 110px !important;
  }
}
.u-mt115 {
  margin-top: 115px !important;
}
.u-mr115 {
  margin-right: 115px !important;
}
.u-mb115 {
  margin-bottom: 115px !important;
}
.u-ml115 {
  margin-left: 115px !important;
}
.u-pt115 {
  padding-top: 115px !important;
}
.u-pr115 {
  padding-right: 115px !important;
}
.u-pb115 {
  padding-bottom: 115px !important;
}
.u-pl115 {
  padding-left: 115px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt115 {
    margin-top: 115px !important;
  }
  .u-pc-mr115 {
    margin-right: 115px !important;
  }
  .u-pc-mb115 {
    margin-bottom: 115px !important;
  }
  .u-pc-ml115 {
    margin-left: 115px !important;
  }
  .u-pc-pt115 {
    padding-top: 115px !important;
  }
  .u-pc-pr115 {
    padding-right: 115px !important;
  }
  .u-pc-pb115 {
    padding-bottom: 115px !important;
  }
  .u-pc-pl115 {
    padding-left: 115px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt115 {
    margin-top: 115px !important;
  }
  .u-sp-mr115 {
    margin-right: 115px !important;
  }
  .u-sp-mb115 {
    margin-bottom: 115px !important;
  }
  .u-sp-ml115 {
    margin-left: 115px !important;
  }
  .u-sp-pt115 {
    padding-top: 115px !important;
  }
  .u-sp-pr115 {
    padding-right: 115px !important;
  }
  .u-sp-pb115 {
    padding-bottom: 115px !important;
  }
  .u-sp-pl115 {
    padding-left: 115px !important;
  }
}
.u-mt120 {
  margin-top: 120px !important;
}
.u-mr120 {
  margin-right: 120px !important;
}
.u-mb120 {
  margin-bottom: 120px !important;
}
.u-ml120 {
  margin-left: 120px !important;
}
.u-pt120 {
  padding-top: 120px !important;
}
.u-pr120 {
  padding-right: 120px !important;
}
.u-pb120 {
  padding-bottom: 120px !important;
}
.u-pl120 {
  padding-left: 120px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt120 {
    margin-top: 120px !important;
  }
  .u-pc-mr120 {
    margin-right: 120px !important;
  }
  .u-pc-mb120 {
    margin-bottom: 120px !important;
  }
  .u-pc-ml120 {
    margin-left: 120px !important;
  }
  .u-pc-pt120 {
    padding-top: 120px !important;
  }
  .u-pc-pr120 {
    padding-right: 120px !important;
  }
  .u-pc-pb120 {
    padding-bottom: 120px !important;
  }
  .u-pc-pl120 {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt120 {
    margin-top: 120px !important;
  }
  .u-sp-mr120 {
    margin-right: 120px !important;
  }
  .u-sp-mb120 {
    margin-bottom: 120px !important;
  }
  .u-sp-ml120 {
    margin-left: 120px !important;
  }
  .u-sp-pt120 {
    padding-top: 120px !important;
  }
  .u-sp-pr120 {
    padding-right: 120px !important;
  }
  .u-sp-pb120 {
    padding-bottom: 120px !important;
  }
  .u-sp-pl120 {
    padding-left: 120px !important;
  }
}
.u-mt125 {
  margin-top: 125px !important;
}
.u-mr125 {
  margin-right: 125px !important;
}
.u-mb125 {
  margin-bottom: 125px !important;
}
.u-ml125 {
  margin-left: 125px !important;
}
.u-pt125 {
  padding-top: 125px !important;
}
.u-pr125 {
  padding-right: 125px !important;
}
.u-pb125 {
  padding-bottom: 125px !important;
}
.u-pl125 {
  padding-left: 125px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt125 {
    margin-top: 125px !important;
  }
  .u-pc-mr125 {
    margin-right: 125px !important;
  }
  .u-pc-mb125 {
    margin-bottom: 125px !important;
  }
  .u-pc-ml125 {
    margin-left: 125px !important;
  }
  .u-pc-pt125 {
    padding-top: 125px !important;
  }
  .u-pc-pr125 {
    padding-right: 125px !important;
  }
  .u-pc-pb125 {
    padding-bottom: 125px !important;
  }
  .u-pc-pl125 {
    padding-left: 125px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt125 {
    margin-top: 125px !important;
  }
  .u-sp-mr125 {
    margin-right: 125px !important;
  }
  .u-sp-mb125 {
    margin-bottom: 125px !important;
  }
  .u-sp-ml125 {
    margin-left: 125px !important;
  }
  .u-sp-pt125 {
    padding-top: 125px !important;
  }
  .u-sp-pr125 {
    padding-right: 125px !important;
  }
  .u-sp-pb125 {
    padding-bottom: 125px !important;
  }
  .u-sp-pl125 {
    padding-left: 125px !important;
  }
}
.u-mt130 {
  margin-top: 130px !important;
}
.u-mr130 {
  margin-right: 130px !important;
}
.u-mb130 {
  margin-bottom: 130px !important;
}
.u-ml130 {
  margin-left: 130px !important;
}
.u-pt130 {
  padding-top: 130px !important;
}
.u-pr130 {
  padding-right: 130px !important;
}
.u-pb130 {
  padding-bottom: 130px !important;
}
.u-pl130 {
  padding-left: 130px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt130 {
    margin-top: 130px !important;
  }
  .u-pc-mr130 {
    margin-right: 130px !important;
  }
  .u-pc-mb130 {
    margin-bottom: 130px !important;
  }
  .u-pc-ml130 {
    margin-left: 130px !important;
  }
  .u-pc-pt130 {
    padding-top: 130px !important;
  }
  .u-pc-pr130 {
    padding-right: 130px !important;
  }
  .u-pc-pb130 {
    padding-bottom: 130px !important;
  }
  .u-pc-pl130 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt130 {
    margin-top: 130px !important;
  }
  .u-sp-mr130 {
    margin-right: 130px !important;
  }
  .u-sp-mb130 {
    margin-bottom: 130px !important;
  }
  .u-sp-ml130 {
    margin-left: 130px !important;
  }
  .u-sp-pt130 {
    padding-top: 130px !important;
  }
  .u-sp-pr130 {
    padding-right: 130px !important;
  }
  .u-sp-pb130 {
    padding-bottom: 130px !important;
  }
  .u-sp-pl130 {
    padding-left: 130px !important;
  }
}
.u-mt135 {
  margin-top: 135px !important;
}
.u-mr135 {
  margin-right: 135px !important;
}
.u-mb135 {
  margin-bottom: 135px !important;
}
.u-ml135 {
  margin-left: 135px !important;
}
.u-pt135 {
  padding-top: 135px !important;
}
.u-pr135 {
  padding-right: 135px !important;
}
.u-pb135 {
  padding-bottom: 135px !important;
}
.u-pl135 {
  padding-left: 135px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt135 {
    margin-top: 135px !important;
  }
  .u-pc-mr135 {
    margin-right: 135px !important;
  }
  .u-pc-mb135 {
    margin-bottom: 135px !important;
  }
  .u-pc-ml135 {
    margin-left: 135px !important;
  }
  .u-pc-pt135 {
    padding-top: 135px !important;
  }
  .u-pc-pr135 {
    padding-right: 135px !important;
  }
  .u-pc-pb135 {
    padding-bottom: 135px !important;
  }
  .u-pc-pl135 {
    padding-left: 135px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt135 {
    margin-top: 135px !important;
  }
  .u-sp-mr135 {
    margin-right: 135px !important;
  }
  .u-sp-mb135 {
    margin-bottom: 135px !important;
  }
  .u-sp-ml135 {
    margin-left: 135px !important;
  }
  .u-sp-pt135 {
    padding-top: 135px !important;
  }
  .u-sp-pr135 {
    padding-right: 135px !important;
  }
  .u-sp-pb135 {
    padding-bottom: 135px !important;
  }
  .u-sp-pl135 {
    padding-left: 135px !important;
  }
}
.u-mt140 {
  margin-top: 140px !important;
}
.u-mr140 {
  margin-right: 140px !important;
}
.u-mb140 {
  margin-bottom: 140px !important;
}
.u-ml140 {
  margin-left: 140px !important;
}
.u-pt140 {
  padding-top: 140px !important;
}
.u-pr140 {
  padding-right: 140px !important;
}
.u-pb140 {
  padding-bottom: 140px !important;
}
.u-pl140 {
  padding-left: 140px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt140 {
    margin-top: 140px !important;
  }
  .u-pc-mr140 {
    margin-right: 140px !important;
  }
  .u-pc-mb140 {
    margin-bottom: 140px !important;
  }
  .u-pc-ml140 {
    margin-left: 140px !important;
  }
  .u-pc-pt140 {
    padding-top: 140px !important;
  }
  .u-pc-pr140 {
    padding-right: 140px !important;
  }
  .u-pc-pb140 {
    padding-bottom: 140px !important;
  }
  .u-pc-pl140 {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt140 {
    margin-top: 140px !important;
  }
  .u-sp-mr140 {
    margin-right: 140px !important;
  }
  .u-sp-mb140 {
    margin-bottom: 140px !important;
  }
  .u-sp-ml140 {
    margin-left: 140px !important;
  }
  .u-sp-pt140 {
    padding-top: 140px !important;
  }
  .u-sp-pr140 {
    padding-right: 140px !important;
  }
  .u-sp-pb140 {
    padding-bottom: 140px !important;
  }
  .u-sp-pl140 {
    padding-left: 140px !important;
  }
}
.u-mt145 {
  margin-top: 145px !important;
}
.u-mr145 {
  margin-right: 145px !important;
}
.u-mb145 {
  margin-bottom: 145px !important;
}
.u-ml145 {
  margin-left: 145px !important;
}
.u-pt145 {
  padding-top: 145px !important;
}
.u-pr145 {
  padding-right: 145px !important;
}
.u-pb145 {
  padding-bottom: 145px !important;
}
.u-pl145 {
  padding-left: 145px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt145 {
    margin-top: 145px !important;
  }
  .u-pc-mr145 {
    margin-right: 145px !important;
  }
  .u-pc-mb145 {
    margin-bottom: 145px !important;
  }
  .u-pc-ml145 {
    margin-left: 145px !important;
  }
  .u-pc-pt145 {
    padding-top: 145px !important;
  }
  .u-pc-pr145 {
    padding-right: 145px !important;
  }
  .u-pc-pb145 {
    padding-bottom: 145px !important;
  }
  .u-pc-pl145 {
    padding-left: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt145 {
    margin-top: 145px !important;
  }
  .u-sp-mr145 {
    margin-right: 145px !important;
  }
  .u-sp-mb145 {
    margin-bottom: 145px !important;
  }
  .u-sp-ml145 {
    margin-left: 145px !important;
  }
  .u-sp-pt145 {
    padding-top: 145px !important;
  }
  .u-sp-pr145 {
    padding-right: 145px !important;
  }
  .u-sp-pb145 {
    padding-bottom: 145px !important;
  }
  .u-sp-pl145 {
    padding-left: 145px !important;
  }
}
.u-mt150 {
  margin-top: 150px !important;
}
.u-mr150 {
  margin-right: 150px !important;
}
.u-mb150 {
  margin-bottom: 150px !important;
}
.u-ml150 {
  margin-left: 150px !important;
}
.u-pt150 {
  padding-top: 150px !important;
}
.u-pr150 {
  padding-right: 150px !important;
}
.u-pb150 {
  padding-bottom: 150px !important;
}
.u-pl150 {
  padding-left: 150px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt150 {
    margin-top: 150px !important;
  }
  .u-pc-mr150 {
    margin-right: 150px !important;
  }
  .u-pc-mb150 {
    margin-bottom: 150px !important;
  }
  .u-pc-ml150 {
    margin-left: 150px !important;
  }
  .u-pc-pt150 {
    padding-top: 150px !important;
  }
  .u-pc-pr150 {
    padding-right: 150px !important;
  }
  .u-pc-pb150 {
    padding-bottom: 150px !important;
  }
  .u-pc-pl150 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
  .u-sp-mr150 {
    margin-right: 150px !important;
  }
  .u-sp-mb150 {
    margin-bottom: 150px !important;
  }
  .u-sp-ml150 {
    margin-left: 150px !important;
  }
  .u-sp-pt150 {
    padding-top: 150px !important;
  }
  .u-sp-pr150 {
    padding-right: 150px !important;
  }
  .u-sp-pb150 {
    padding-bottom: 150px !important;
  }
  .u-sp-pl150 {
    padding-left: 150px !important;
  }
}
.u-mt155 {
  margin-top: 155px !important;
}
.u-mr155 {
  margin-right: 155px !important;
}
.u-mb155 {
  margin-bottom: 155px !important;
}
.u-ml155 {
  margin-left: 155px !important;
}
.u-pt155 {
  padding-top: 155px !important;
}
.u-pr155 {
  padding-right: 155px !important;
}
.u-pb155 {
  padding-bottom: 155px !important;
}
.u-pl155 {
  padding-left: 155px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt155 {
    margin-top: 155px !important;
  }
  .u-pc-mr155 {
    margin-right: 155px !important;
  }
  .u-pc-mb155 {
    margin-bottom: 155px !important;
  }
  .u-pc-ml155 {
    margin-left: 155px !important;
  }
  .u-pc-pt155 {
    padding-top: 155px !important;
  }
  .u-pc-pr155 {
    padding-right: 155px !important;
  }
  .u-pc-pb155 {
    padding-bottom: 155px !important;
  }
  .u-pc-pl155 {
    padding-left: 155px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt155 {
    margin-top: 155px !important;
  }
  .u-sp-mr155 {
    margin-right: 155px !important;
  }
  .u-sp-mb155 {
    margin-bottom: 155px !important;
  }
  .u-sp-ml155 {
    margin-left: 155px !important;
  }
  .u-sp-pt155 {
    padding-top: 155px !important;
  }
  .u-sp-pr155 {
    padding-right: 155px !important;
  }
  .u-sp-pb155 {
    padding-bottom: 155px !important;
  }
  .u-sp-pl155 {
    padding-left: 155px !important;
  }
}
.u-mt160 {
  margin-top: 160px !important;
}
.u-mr160 {
  margin-right: 160px !important;
}
.u-mb160 {
  margin-bottom: 160px !important;
}
.u-ml160 {
  margin-left: 160px !important;
}
.u-pt160 {
  padding-top: 160px !important;
}
.u-pr160 {
  padding-right: 160px !important;
}
.u-pb160 {
  padding-bottom: 160px !important;
}
.u-pl160 {
  padding-left: 160px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt160 {
    margin-top: 160px !important;
  }
  .u-pc-mr160 {
    margin-right: 160px !important;
  }
  .u-pc-mb160 {
    margin-bottom: 160px !important;
  }
  .u-pc-ml160 {
    margin-left: 160px !important;
  }
  .u-pc-pt160 {
    padding-top: 160px !important;
  }
  .u-pc-pr160 {
    padding-right: 160px !important;
  }
  .u-pc-pb160 {
    padding-bottom: 160px !important;
  }
  .u-pc-pl160 {
    padding-left: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt160 {
    margin-top: 160px !important;
  }
  .u-sp-mr160 {
    margin-right: 160px !important;
  }
  .u-sp-mb160 {
    margin-bottom: 160px !important;
  }
  .u-sp-ml160 {
    margin-left: 160px !important;
  }
  .u-sp-pt160 {
    padding-top: 160px !important;
  }
  .u-sp-pr160 {
    padding-right: 160px !important;
  }
  .u-sp-pb160 {
    padding-bottom: 160px !important;
  }
  .u-sp-pl160 {
    padding-left: 160px !important;
  }
}
.u-mt165 {
  margin-top: 165px !important;
}
.u-mr165 {
  margin-right: 165px !important;
}
.u-mb165 {
  margin-bottom: 165px !important;
}
.u-ml165 {
  margin-left: 165px !important;
}
.u-pt165 {
  padding-top: 165px !important;
}
.u-pr165 {
  padding-right: 165px !important;
}
.u-pb165 {
  padding-bottom: 165px !important;
}
.u-pl165 {
  padding-left: 165px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt165 {
    margin-top: 165px !important;
  }
  .u-pc-mr165 {
    margin-right: 165px !important;
  }
  .u-pc-mb165 {
    margin-bottom: 165px !important;
  }
  .u-pc-ml165 {
    margin-left: 165px !important;
  }
  .u-pc-pt165 {
    padding-top: 165px !important;
  }
  .u-pc-pr165 {
    padding-right: 165px !important;
  }
  .u-pc-pb165 {
    padding-bottom: 165px !important;
  }
  .u-pc-pl165 {
    padding-left: 165px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt165 {
    margin-top: 165px !important;
  }
  .u-sp-mr165 {
    margin-right: 165px !important;
  }
  .u-sp-mb165 {
    margin-bottom: 165px !important;
  }
  .u-sp-ml165 {
    margin-left: 165px !important;
  }
  .u-sp-pt165 {
    padding-top: 165px !important;
  }
  .u-sp-pr165 {
    padding-right: 165px !important;
  }
  .u-sp-pb165 {
    padding-bottom: 165px !important;
  }
  .u-sp-pl165 {
    padding-left: 165px !important;
  }
}
.u-mt170 {
  margin-top: 170px !important;
}
.u-mr170 {
  margin-right: 170px !important;
}
.u-mb170 {
  margin-bottom: 170px !important;
}
.u-ml170 {
  margin-left: 170px !important;
}
.u-pt170 {
  padding-top: 170px !important;
}
.u-pr170 {
  padding-right: 170px !important;
}
.u-pb170 {
  padding-bottom: 170px !important;
}
.u-pl170 {
  padding-left: 170px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt170 {
    margin-top: 170px !important;
  }
  .u-pc-mr170 {
    margin-right: 170px !important;
  }
  .u-pc-mb170 {
    margin-bottom: 170px !important;
  }
  .u-pc-ml170 {
    margin-left: 170px !important;
  }
  .u-pc-pt170 {
    padding-top: 170px !important;
  }
  .u-pc-pr170 {
    padding-right: 170px !important;
  }
  .u-pc-pb170 {
    padding-bottom: 170px !important;
  }
  .u-pc-pl170 {
    padding-left: 170px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt170 {
    margin-top: 170px !important;
  }
  .u-sp-mr170 {
    margin-right: 170px !important;
  }
  .u-sp-mb170 {
    margin-bottom: 170px !important;
  }
  .u-sp-ml170 {
    margin-left: 170px !important;
  }
  .u-sp-pt170 {
    padding-top: 170px !important;
  }
  .u-sp-pr170 {
    padding-right: 170px !important;
  }
  .u-sp-pb170 {
    padding-bottom: 170px !important;
  }
  .u-sp-pl170 {
    padding-left: 170px !important;
  }
}
.u-mt175 {
  margin-top: 175px !important;
}
.u-mr175 {
  margin-right: 175px !important;
}
.u-mb175 {
  margin-bottom: 175px !important;
}
.u-ml175 {
  margin-left: 175px !important;
}
.u-pt175 {
  padding-top: 175px !important;
}
.u-pr175 {
  padding-right: 175px !important;
}
.u-pb175 {
  padding-bottom: 175px !important;
}
.u-pl175 {
  padding-left: 175px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt175 {
    margin-top: 175px !important;
  }
  .u-pc-mr175 {
    margin-right: 175px !important;
  }
  .u-pc-mb175 {
    margin-bottom: 175px !important;
  }
  .u-pc-ml175 {
    margin-left: 175px !important;
  }
  .u-pc-pt175 {
    padding-top: 175px !important;
  }
  .u-pc-pr175 {
    padding-right: 175px !important;
  }
  .u-pc-pb175 {
    padding-bottom: 175px !important;
  }
  .u-pc-pl175 {
    padding-left: 175px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt175 {
    margin-top: 175px !important;
  }
  .u-sp-mr175 {
    margin-right: 175px !important;
  }
  .u-sp-mb175 {
    margin-bottom: 175px !important;
  }
  .u-sp-ml175 {
    margin-left: 175px !important;
  }
  .u-sp-pt175 {
    padding-top: 175px !important;
  }
  .u-sp-pr175 {
    padding-right: 175px !important;
  }
  .u-sp-pb175 {
    padding-bottom: 175px !important;
  }
  .u-sp-pl175 {
    padding-left: 175px !important;
  }
}
.u-mt180 {
  margin-top: 180px !important;
}
.u-mr180 {
  margin-right: 180px !important;
}
.u-mb180 {
  margin-bottom: 180px !important;
}
.u-ml180 {
  margin-left: 180px !important;
}
.u-pt180 {
  padding-top: 180px !important;
}
.u-pr180 {
  padding-right: 180px !important;
}
.u-pb180 {
  padding-bottom: 180px !important;
}
.u-pl180 {
  padding-left: 180px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt180 {
    margin-top: 180px !important;
  }
  .u-pc-mr180 {
    margin-right: 180px !important;
  }
  .u-pc-mb180 {
    margin-bottom: 180px !important;
  }
  .u-pc-ml180 {
    margin-left: 180px !important;
  }
  .u-pc-pt180 {
    padding-top: 180px !important;
  }
  .u-pc-pr180 {
    padding-right: 180px !important;
  }
  .u-pc-pb180 {
    padding-bottom: 180px !important;
  }
  .u-pc-pl180 {
    padding-left: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt180 {
    margin-top: 180px !important;
  }
  .u-sp-mr180 {
    margin-right: 180px !important;
  }
  .u-sp-mb180 {
    margin-bottom: 180px !important;
  }
  .u-sp-ml180 {
    margin-left: 180px !important;
  }
  .u-sp-pt180 {
    padding-top: 180px !important;
  }
  .u-sp-pr180 {
    padding-right: 180px !important;
  }
  .u-sp-pb180 {
    padding-bottom: 180px !important;
  }
  .u-sp-pl180 {
    padding-left: 180px !important;
  }
}
.u-mt185 {
  margin-top: 185px !important;
}
.u-mr185 {
  margin-right: 185px !important;
}
.u-mb185 {
  margin-bottom: 185px !important;
}
.u-ml185 {
  margin-left: 185px !important;
}
.u-pt185 {
  padding-top: 185px !important;
}
.u-pr185 {
  padding-right: 185px !important;
}
.u-pb185 {
  padding-bottom: 185px !important;
}
.u-pl185 {
  padding-left: 185px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt185 {
    margin-top: 185px !important;
  }
  .u-pc-mr185 {
    margin-right: 185px !important;
  }
  .u-pc-mb185 {
    margin-bottom: 185px !important;
  }
  .u-pc-ml185 {
    margin-left: 185px !important;
  }
  .u-pc-pt185 {
    padding-top: 185px !important;
  }
  .u-pc-pr185 {
    padding-right: 185px !important;
  }
  .u-pc-pb185 {
    padding-bottom: 185px !important;
  }
  .u-pc-pl185 {
    padding-left: 185px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt185 {
    margin-top: 185px !important;
  }
  .u-sp-mr185 {
    margin-right: 185px !important;
  }
  .u-sp-mb185 {
    margin-bottom: 185px !important;
  }
  .u-sp-ml185 {
    margin-left: 185px !important;
  }
  .u-sp-pt185 {
    padding-top: 185px !important;
  }
  .u-sp-pr185 {
    padding-right: 185px !important;
  }
  .u-sp-pb185 {
    padding-bottom: 185px !important;
  }
  .u-sp-pl185 {
    padding-left: 185px !important;
  }
}
.u-mt190 {
  margin-top: 190px !important;
}
.u-mr190 {
  margin-right: 190px !important;
}
.u-mb190 {
  margin-bottom: 190px !important;
}
.u-ml190 {
  margin-left: 190px !important;
}
.u-pt190 {
  padding-top: 190px !important;
}
.u-pr190 {
  padding-right: 190px !important;
}
.u-pb190 {
  padding-bottom: 190px !important;
}
.u-pl190 {
  padding-left: 190px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt190 {
    margin-top: 190px !important;
  }
  .u-pc-mr190 {
    margin-right: 190px !important;
  }
  .u-pc-mb190 {
    margin-bottom: 190px !important;
  }
  .u-pc-ml190 {
    margin-left: 190px !important;
  }
  .u-pc-pt190 {
    padding-top: 190px !important;
  }
  .u-pc-pr190 {
    padding-right: 190px !important;
  }
  .u-pc-pb190 {
    padding-bottom: 190px !important;
  }
  .u-pc-pl190 {
    padding-left: 190px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt190 {
    margin-top: 190px !important;
  }
  .u-sp-mr190 {
    margin-right: 190px !important;
  }
  .u-sp-mb190 {
    margin-bottom: 190px !important;
  }
  .u-sp-ml190 {
    margin-left: 190px !important;
  }
  .u-sp-pt190 {
    padding-top: 190px !important;
  }
  .u-sp-pr190 {
    padding-right: 190px !important;
  }
  .u-sp-pb190 {
    padding-bottom: 190px !important;
  }
  .u-sp-pl190 {
    padding-left: 190px !important;
  }
}
.u-mt195 {
  margin-top: 195px !important;
}
.u-mr195 {
  margin-right: 195px !important;
}
.u-mb195 {
  margin-bottom: 195px !important;
}
.u-ml195 {
  margin-left: 195px !important;
}
.u-pt195 {
  padding-top: 195px !important;
}
.u-pr195 {
  padding-right: 195px !important;
}
.u-pb195 {
  padding-bottom: 195px !important;
}
.u-pl195 {
  padding-left: 195px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt195 {
    margin-top: 195px !important;
  }
  .u-pc-mr195 {
    margin-right: 195px !important;
  }
  .u-pc-mb195 {
    margin-bottom: 195px !important;
  }
  .u-pc-ml195 {
    margin-left: 195px !important;
  }
  .u-pc-pt195 {
    padding-top: 195px !important;
  }
  .u-pc-pr195 {
    padding-right: 195px !important;
  }
  .u-pc-pb195 {
    padding-bottom: 195px !important;
  }
  .u-pc-pl195 {
    padding-left: 195px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt195 {
    margin-top: 195px !important;
  }
  .u-sp-mr195 {
    margin-right: 195px !important;
  }
  .u-sp-mb195 {
    margin-bottom: 195px !important;
  }
  .u-sp-ml195 {
    margin-left: 195px !important;
  }
  .u-sp-pt195 {
    padding-top: 195px !important;
  }
  .u-sp-pr195 {
    padding-right: 195px !important;
  }
  .u-sp-pb195 {
    padding-bottom: 195px !important;
  }
  .u-sp-pl195 {
    padding-left: 195px !important;
  }
}
.u-mt200 {
  margin-top: 200px !important;
}
.u-mr200 {
  margin-right: 200px !important;
}
.u-mb200 {
  margin-bottom: 200px !important;
}
.u-ml200 {
  margin-left: 200px !important;
}
.u-pt200 {
  padding-top: 200px !important;
}
.u-pr200 {
  padding-right: 200px !important;
}
.u-pb200 {
  padding-bottom: 200px !important;
}
.u-pl200 {
  padding-left: 200px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt200 {
    margin-top: 200px !important;
  }
  .u-pc-mr200 {
    margin-right: 200px !important;
  }
  .u-pc-mb200 {
    margin-bottom: 200px !important;
  }
  .u-pc-ml200 {
    margin-left: 200px !important;
  }
  .u-pc-pt200 {
    padding-top: 200px !important;
  }
  .u-pc-pr200 {
    padding-right: 200px !important;
  }
  .u-pc-pb200 {
    padding-bottom: 200px !important;
  }
  .u-pc-pl200 {
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt200 {
    margin-top: 200px !important;
  }
  .u-sp-mr200 {
    margin-right: 200px !important;
  }
  .u-sp-mb200 {
    margin-bottom: 200px !important;
  }
  .u-sp-ml200 {
    margin-left: 200px !important;
  }
  .u-sp-pt200 {
    padding-top: 200px !important;
  }
  .u-sp-pr200 {
    padding-right: 200px !important;
  }
  .u-sp-pb200 {
    padding-bottom: 200px !important;
  }
  .u-sp-pl200 {
    padding-left: 200px !important;
  }
}
.u-mt205 {
  margin-top: 205px !important;
}
.u-mr205 {
  margin-right: 205px !important;
}
.u-mb205 {
  margin-bottom: 205px !important;
}
.u-ml205 {
  margin-left: 205px !important;
}
.u-pt205 {
  padding-top: 205px !important;
}
.u-pr205 {
  padding-right: 205px !important;
}
.u-pb205 {
  padding-bottom: 205px !important;
}
.u-pl205 {
  padding-left: 205px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt205 {
    margin-top: 205px !important;
  }
  .u-pc-mr205 {
    margin-right: 205px !important;
  }
  .u-pc-mb205 {
    margin-bottom: 205px !important;
  }
  .u-pc-ml205 {
    margin-left: 205px !important;
  }
  .u-pc-pt205 {
    padding-top: 205px !important;
  }
  .u-pc-pr205 {
    padding-right: 205px !important;
  }
  .u-pc-pb205 {
    padding-bottom: 205px !important;
  }
  .u-pc-pl205 {
    padding-left: 205px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt205 {
    margin-top: 205px !important;
  }
  .u-sp-mr205 {
    margin-right: 205px !important;
  }
  .u-sp-mb205 {
    margin-bottom: 205px !important;
  }
  .u-sp-ml205 {
    margin-left: 205px !important;
  }
  .u-sp-pt205 {
    padding-top: 205px !important;
  }
  .u-sp-pr205 {
    padding-right: 205px !important;
  }
  .u-sp-pb205 {
    padding-bottom: 205px !important;
  }
  .u-sp-pl205 {
    padding-left: 205px !important;
  }
}
.u-mt210 {
  margin-top: 210px !important;
}
.u-mr210 {
  margin-right: 210px !important;
}
.u-mb210 {
  margin-bottom: 210px !important;
}
.u-ml210 {
  margin-left: 210px !important;
}
.u-pt210 {
  padding-top: 210px !important;
}
.u-pr210 {
  padding-right: 210px !important;
}
.u-pb210 {
  padding-bottom: 210px !important;
}
.u-pl210 {
  padding-left: 210px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt210 {
    margin-top: 210px !important;
  }
  .u-pc-mr210 {
    margin-right: 210px !important;
  }
  .u-pc-mb210 {
    margin-bottom: 210px !important;
  }
  .u-pc-ml210 {
    margin-left: 210px !important;
  }
  .u-pc-pt210 {
    padding-top: 210px !important;
  }
  .u-pc-pr210 {
    padding-right: 210px !important;
  }
  .u-pc-pb210 {
    padding-bottom: 210px !important;
  }
  .u-pc-pl210 {
    padding-left: 210px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt210 {
    margin-top: 210px !important;
  }
  .u-sp-mr210 {
    margin-right: 210px !important;
  }
  .u-sp-mb210 {
    margin-bottom: 210px !important;
  }
  .u-sp-ml210 {
    margin-left: 210px !important;
  }
  .u-sp-pt210 {
    padding-top: 210px !important;
  }
  .u-sp-pr210 {
    padding-right: 210px !important;
  }
  .u-sp-pb210 {
    padding-bottom: 210px !important;
  }
  .u-sp-pl210 {
    padding-left: 210px !important;
  }
}
.u-mt215 {
  margin-top: 215px !important;
}
.u-mr215 {
  margin-right: 215px !important;
}
.u-mb215 {
  margin-bottom: 215px !important;
}
.u-ml215 {
  margin-left: 215px !important;
}
.u-pt215 {
  padding-top: 215px !important;
}
.u-pr215 {
  padding-right: 215px !important;
}
.u-pb215 {
  padding-bottom: 215px !important;
}
.u-pl215 {
  padding-left: 215px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt215 {
    margin-top: 215px !important;
  }
  .u-pc-mr215 {
    margin-right: 215px !important;
  }
  .u-pc-mb215 {
    margin-bottom: 215px !important;
  }
  .u-pc-ml215 {
    margin-left: 215px !important;
  }
  .u-pc-pt215 {
    padding-top: 215px !important;
  }
  .u-pc-pr215 {
    padding-right: 215px !important;
  }
  .u-pc-pb215 {
    padding-bottom: 215px !important;
  }
  .u-pc-pl215 {
    padding-left: 215px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt215 {
    margin-top: 215px !important;
  }
  .u-sp-mr215 {
    margin-right: 215px !important;
  }
  .u-sp-mb215 {
    margin-bottom: 215px !important;
  }
  .u-sp-ml215 {
    margin-left: 215px !important;
  }
  .u-sp-pt215 {
    padding-top: 215px !important;
  }
  .u-sp-pr215 {
    padding-right: 215px !important;
  }
  .u-sp-pb215 {
    padding-bottom: 215px !important;
  }
  .u-sp-pl215 {
    padding-left: 215px !important;
  }
}
.u-mt220 {
  margin-top: 220px !important;
}
.u-mr220 {
  margin-right: 220px !important;
}
.u-mb220 {
  margin-bottom: 220px !important;
}
.u-ml220 {
  margin-left: 220px !important;
}
.u-pt220 {
  padding-top: 220px !important;
}
.u-pr220 {
  padding-right: 220px !important;
}
.u-pb220 {
  padding-bottom: 220px !important;
}
.u-pl220 {
  padding-left: 220px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt220 {
    margin-top: 220px !important;
  }
  .u-pc-mr220 {
    margin-right: 220px !important;
  }
  .u-pc-mb220 {
    margin-bottom: 220px !important;
  }
  .u-pc-ml220 {
    margin-left: 220px !important;
  }
  .u-pc-pt220 {
    padding-top: 220px !important;
  }
  .u-pc-pr220 {
    padding-right: 220px !important;
  }
  .u-pc-pb220 {
    padding-bottom: 220px !important;
  }
  .u-pc-pl220 {
    padding-left: 220px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt220 {
    margin-top: 220px !important;
  }
  .u-sp-mr220 {
    margin-right: 220px !important;
  }
  .u-sp-mb220 {
    margin-bottom: 220px !important;
  }
  .u-sp-ml220 {
    margin-left: 220px !important;
  }
  .u-sp-pt220 {
    padding-top: 220px !important;
  }
  .u-sp-pr220 {
    padding-right: 220px !important;
  }
  .u-sp-pb220 {
    padding-bottom: 220px !important;
  }
  .u-sp-pl220 {
    padding-left: 220px !important;
  }
}
.u-mt225 {
  margin-top: 225px !important;
}
.u-mr225 {
  margin-right: 225px !important;
}
.u-mb225 {
  margin-bottom: 225px !important;
}
.u-ml225 {
  margin-left: 225px !important;
}
.u-pt225 {
  padding-top: 225px !important;
}
.u-pr225 {
  padding-right: 225px !important;
}
.u-pb225 {
  padding-bottom: 225px !important;
}
.u-pl225 {
  padding-left: 225px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt225 {
    margin-top: 225px !important;
  }
  .u-pc-mr225 {
    margin-right: 225px !important;
  }
  .u-pc-mb225 {
    margin-bottom: 225px !important;
  }
  .u-pc-ml225 {
    margin-left: 225px !important;
  }
  .u-pc-pt225 {
    padding-top: 225px !important;
  }
  .u-pc-pr225 {
    padding-right: 225px !important;
  }
  .u-pc-pb225 {
    padding-bottom: 225px !important;
  }
  .u-pc-pl225 {
    padding-left: 225px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt225 {
    margin-top: 225px !important;
  }
  .u-sp-mr225 {
    margin-right: 225px !important;
  }
  .u-sp-mb225 {
    margin-bottom: 225px !important;
  }
  .u-sp-ml225 {
    margin-left: 225px !important;
  }
  .u-sp-pt225 {
    padding-top: 225px !important;
  }
  .u-sp-pr225 {
    padding-right: 225px !important;
  }
  .u-sp-pb225 {
    padding-bottom: 225px !important;
  }
  .u-sp-pl225 {
    padding-left: 225px !important;
  }
}
.u-mt230 {
  margin-top: 230px !important;
}
.u-mr230 {
  margin-right: 230px !important;
}
.u-mb230 {
  margin-bottom: 230px !important;
}
.u-ml230 {
  margin-left: 230px !important;
}
.u-pt230 {
  padding-top: 230px !important;
}
.u-pr230 {
  padding-right: 230px !important;
}
.u-pb230 {
  padding-bottom: 230px !important;
}
.u-pl230 {
  padding-left: 230px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt230 {
    margin-top: 230px !important;
  }
  .u-pc-mr230 {
    margin-right: 230px !important;
  }
  .u-pc-mb230 {
    margin-bottom: 230px !important;
  }
  .u-pc-ml230 {
    margin-left: 230px !important;
  }
  .u-pc-pt230 {
    padding-top: 230px !important;
  }
  .u-pc-pr230 {
    padding-right: 230px !important;
  }
  .u-pc-pb230 {
    padding-bottom: 230px !important;
  }
  .u-pc-pl230 {
    padding-left: 230px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt230 {
    margin-top: 230px !important;
  }
  .u-sp-mr230 {
    margin-right: 230px !important;
  }
  .u-sp-mb230 {
    margin-bottom: 230px !important;
  }
  .u-sp-ml230 {
    margin-left: 230px !important;
  }
  .u-sp-pt230 {
    padding-top: 230px !important;
  }
  .u-sp-pr230 {
    padding-right: 230px !important;
  }
  .u-sp-pb230 {
    padding-bottom: 230px !important;
  }
  .u-sp-pl230 {
    padding-left: 230px !important;
  }
}
.u-mt235 {
  margin-top: 235px !important;
}
.u-mr235 {
  margin-right: 235px !important;
}
.u-mb235 {
  margin-bottom: 235px !important;
}
.u-ml235 {
  margin-left: 235px !important;
}
.u-pt235 {
  padding-top: 235px !important;
}
.u-pr235 {
  padding-right: 235px !important;
}
.u-pb235 {
  padding-bottom: 235px !important;
}
.u-pl235 {
  padding-left: 235px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt235 {
    margin-top: 235px !important;
  }
  .u-pc-mr235 {
    margin-right: 235px !important;
  }
  .u-pc-mb235 {
    margin-bottom: 235px !important;
  }
  .u-pc-ml235 {
    margin-left: 235px !important;
  }
  .u-pc-pt235 {
    padding-top: 235px !important;
  }
  .u-pc-pr235 {
    padding-right: 235px !important;
  }
  .u-pc-pb235 {
    padding-bottom: 235px !important;
  }
  .u-pc-pl235 {
    padding-left: 235px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt235 {
    margin-top: 235px !important;
  }
  .u-sp-mr235 {
    margin-right: 235px !important;
  }
  .u-sp-mb235 {
    margin-bottom: 235px !important;
  }
  .u-sp-ml235 {
    margin-left: 235px !important;
  }
  .u-sp-pt235 {
    padding-top: 235px !important;
  }
  .u-sp-pr235 {
    padding-right: 235px !important;
  }
  .u-sp-pb235 {
    padding-bottom: 235px !important;
  }
  .u-sp-pl235 {
    padding-left: 235px !important;
  }
}
.u-mt240 {
  margin-top: 240px !important;
}
.u-mr240 {
  margin-right: 240px !important;
}
.u-mb240 {
  margin-bottom: 240px !important;
}
.u-ml240 {
  margin-left: 240px !important;
}
.u-pt240 {
  padding-top: 240px !important;
}
.u-pr240 {
  padding-right: 240px !important;
}
.u-pb240 {
  padding-bottom: 240px !important;
}
.u-pl240 {
  padding-left: 240px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt240 {
    margin-top: 240px !important;
  }
  .u-pc-mr240 {
    margin-right: 240px !important;
  }
  .u-pc-mb240 {
    margin-bottom: 240px !important;
  }
  .u-pc-ml240 {
    margin-left: 240px !important;
  }
  .u-pc-pt240 {
    padding-top: 240px !important;
  }
  .u-pc-pr240 {
    padding-right: 240px !important;
  }
  .u-pc-pb240 {
    padding-bottom: 240px !important;
  }
  .u-pc-pl240 {
    padding-left: 240px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt240 {
    margin-top: 240px !important;
  }
  .u-sp-mr240 {
    margin-right: 240px !important;
  }
  .u-sp-mb240 {
    margin-bottom: 240px !important;
  }
  .u-sp-ml240 {
    margin-left: 240px !important;
  }
  .u-sp-pt240 {
    padding-top: 240px !important;
  }
  .u-sp-pr240 {
    padding-right: 240px !important;
  }
  .u-sp-pb240 {
    padding-bottom: 240px !important;
  }
  .u-sp-pl240 {
    padding-left: 240px !important;
  }
}
.u-mt245 {
  margin-top: 245px !important;
}
.u-mr245 {
  margin-right: 245px !important;
}
.u-mb245 {
  margin-bottom: 245px !important;
}
.u-ml245 {
  margin-left: 245px !important;
}
.u-pt245 {
  padding-top: 245px !important;
}
.u-pr245 {
  padding-right: 245px !important;
}
.u-pb245 {
  padding-bottom: 245px !important;
}
.u-pl245 {
  padding-left: 245px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt245 {
    margin-top: 245px !important;
  }
  .u-pc-mr245 {
    margin-right: 245px !important;
  }
  .u-pc-mb245 {
    margin-bottom: 245px !important;
  }
  .u-pc-ml245 {
    margin-left: 245px !important;
  }
  .u-pc-pt245 {
    padding-top: 245px !important;
  }
  .u-pc-pr245 {
    padding-right: 245px !important;
  }
  .u-pc-pb245 {
    padding-bottom: 245px !important;
  }
  .u-pc-pl245 {
    padding-left: 245px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt245 {
    margin-top: 245px !important;
  }
  .u-sp-mr245 {
    margin-right: 245px !important;
  }
  .u-sp-mb245 {
    margin-bottom: 245px !important;
  }
  .u-sp-ml245 {
    margin-left: 245px !important;
  }
  .u-sp-pt245 {
    padding-top: 245px !important;
  }
  .u-sp-pr245 {
    padding-right: 245px !important;
  }
  .u-sp-pb245 {
    padding-bottom: 245px !important;
  }
  .u-sp-pl245 {
    padding-left: 245px !important;
  }
}
.u-mt250 {
  margin-top: 250px !important;
}
.u-mr250 {
  margin-right: 250px !important;
}
.u-mb250 {
  margin-bottom: 250px !important;
}
.u-ml250 {
  margin-left: 250px !important;
}
.u-pt250 {
  padding-top: 250px !important;
}
.u-pr250 {
  padding-right: 250px !important;
}
.u-pb250 {
  padding-bottom: 250px !important;
}
.u-pl250 {
  padding-left: 250px !important;
}
@media screen and (min-width: 768px) {
  .u-pc-mt250 {
    margin-top: 250px !important;
  }
  .u-pc-mr250 {
    margin-right: 250px !important;
  }
  .u-pc-mb250 {
    margin-bottom: 250px !important;
  }
  .u-pc-ml250 {
    margin-left: 250px !important;
  }
  .u-pc-pt250 {
    padding-top: 250px !important;
  }
  .u-pc-pr250 {
    padding-right: 250px !important;
  }
  .u-pc-pb250 {
    padding-bottom: 250px !important;
  }
  .u-pc-pl250 {
    padding-left: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt250 {
    margin-top: 250px !important;
  }
  .u-sp-mr250 {
    margin-right: 250px !important;
  }
  .u-sp-mb250 {
    margin-bottom: 250px !important;
  }
  .u-sp-ml250 {
    margin-left: 250px !important;
  }
  .u-sp-pt250 {
    padding-top: 250px !important;
  }
  .u-sp-pr250 {
    padding-right: 250px !important;
  }
  .u-sp-pb250 {
    padding-bottom: 250px !important;
  }
  .u-sp-pl250 {
    padding-left: 250px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

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

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mr205 {
  margin-right: 205px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.ml205 {
  margin-left: 205px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pr205 {
  padding-right: 205px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pl205 {
  padding-left: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mr210 {
  margin-right: 210px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.ml210 {
  margin-left: 210px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pr210 {
  padding-right: 210px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pl210 {
  padding-left: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pr215 {
  padding-right: 215px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pl215 {
  padding-left: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mr220 {
  margin-right: 220px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.ml220 {
  margin-left: 220px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pr220 {
  padding-right: 220px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pl220 {
  padding-left: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mr225 {
  margin-right: 225px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pr225 {
  padding-right: 225px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pl225 {
  padding-left: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mr230 {
  margin-right: 230px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.ml230 {
  margin-left: 230px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pr230 {
  padding-right: 230px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mr235 {
  margin-right: 235px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.ml235 {
  margin-left: 235px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pr235 {
  padding-right: 235px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pl235 {
  padding-left: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pr240 {
  padding-right: 240px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mr245 {
  margin-right: 245px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.ml245 {
  margin-left: 245px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pr245 {
  padding-right: 245px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pl245 {
  padding-left: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mr250 {
  margin-right: 250px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pr250 {
  padding-right: 250px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pl250 {
  padding-left: 250px !important;
}

html {
  font-size: 62.5%;
  /*10px*/
}
html.large-font {
  font-size: 70%;
}

body {
  text-align: left;
  color: #444444;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  word-wrap: break-word;
  font-feature-settings: palt;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

table, td, th {
  border-collapse: collapse;
}

p,
dt,
dd {
  font-weight: 400;
  font-size: 1.5rem;
}

.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  /* left: 50%;
  transform: translateX(-50%); */
  left: 100px;
}

.scrollbar_04 {
  position: absolute;
  /* left: 50%;
  transform: translateX(-50%); */
  left: 115px;
  bottom: 1px;
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.header-v1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #e60021, #ff6379);
    background: 	#E60012;
    align-items: center;
    padding: 10px 20px;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .header-v1 {
    justify-content: space-between;
    width: 100%;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-v1__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-v1__toggle {
    display: none;
  }
}
.header-v1__toggle__head {
  width: 30px;
}
.header-v1__toggle__item {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
}
.header-v1__toggle__item:nth-of-type(1) {
  top: 0;
}
.header-v1__toggle__item:nth-of-type(2) {
  opacity: 1;
  top: calc(2px + 4px);
}
.header-v1__toggle__item:nth-of-type(3) {
  top: calc(2px + 4px + 2px + 4px);
}
.header-v1__toggle.js-toggle .header-v1__toggle__item:nth-of-type(1) {
  top: calc(2px + 4px);
  transform: rotate(45deg);
}
.header-v1__toggle.js-toggle .header-v1__toggle__item:nth-of-type(2) {
  opacity: 0;
}
.header-v1__toggle.js-toggle .header-v1__toggle__item:nth-of-type(3) {
  top: calc(2px + 4px);
  transform: rotate(-45deg);
}
.header-v1__toggle__text {
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header-v1__main-content {
    width: 100%;
    height: calc(100vh - 60px);
    overflow: scroll;
    padding: 20px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main-content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main {
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header-v1__main__logo {
    max-width: 137px;
  }
}
.header-v1__main__nav {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav {
    display: flex;
    margin-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header-v1__main__nav__item {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav__item {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav__item + .header-v1__main__nav__item {
    margin-left: 50px;
  }
}
.header-v1__main__nav__item__link {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-v1__main__nav__item__link {
    display: block;
    width: 90%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav__item__link {
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
    cursor: pointer;
  }
}
.header-v1__main__nav__child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-v1__main__nav__child {
    display: none;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav__child {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav__child__item + .header-v1__main__nav__child__item {
    border-top: 1px dashed #e9e9e9;
  }
}
@media screen and (max-width: 768px) {
  .header-v1__main__nav__child__item__link {
    display: flex;
    align-items: center;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__main__nav__child__item__link {
    padding: 10px 5px;
    color: #e60021;
    display: block;
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .header-v1__main__nav__child__item__link:before {
    content: "";
    display: block;
    background-image: url(../images/common/icon_arrow02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 9px;
    margin-right: 10px;
  }
}
.header-v1__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-v1__right {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__right__head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__right__foot {
    display: flex;
    justify-content: flex-end;
  }
}
.header-v1__exhibitors {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-right: 40px;
}
.header-v1__exhibitors:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_user.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.header-v1__contact {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-right: 40px;
}
.header-v1__contact:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_email.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  margin-right: 8px;
}
.header-v1__lang {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-v1__lang {
    padding: 20px 0;
  }
}
.header-v1__lang--toggle {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-v1__lang--toggle {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
  }
}
.header-v1__lang--toggle:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_global.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.header-v1__lang--toggle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin-left: 8px;
}
.header-v1__lang--toggle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header-v1__lang__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__lang__box {
    position: absolute;
    top: 30px;
    padding: 10px 20px;
    display: none;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
  }
}
.header-v1__lang__box__item {
  color: #e60021;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .header-v1__lang__box__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header-v1__lang__box__item {
    font-size: 1.4rem;
    display: block;
    color: #e60021;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .header-v1__lang__box__item:before {
    content: "";
    display: block;
    background-image: url(../images/common/icon_arrow02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 9px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .js-header-sp__child {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .js-header-sp__child:before, .js-header-sp__child:after {
    content: "";
    display: block;
    background-color: #e60021;
    position: absolute;
    transition: 0.5s;
  }
}
.js-header-sp__child:before {
  width: 20px;
  height: 2px;
  top: 20px;
  right: -10%;
}
.js-header-sp__child:after {
  width: 2px;
  height: 20px;
  top: 11px;
  right: -7.5%;
}
.js-header-sp__child.js-toggle:after {
  transform: rotate(90deg);
}

.js-header-v1__main__nav {
  display: none;
  width: 220px;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .header-right,
.js-header-gnav__list__child--hover4 {
    right: 0;
  }
}

.footer-v1 {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  padding: 40px 20px;
  background-color: #a1a1a1;
}
@media screen and (min-width: 768px) {
  .footer-v1 {
    padding: 80px 40px;
  }
}
.footer-v1--title {
  display: block;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer-v1--title {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}
.footer-v1__main {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .footer-v1__main {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-v1__main__list--item {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}
.footer-v1-tel {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-v1-copy {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.form {
  display: block;
  width: 100%;
}

.form-item-v1 {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 20px;
}

.form-item-v2 {
  display: block;
  font-size: 1.6rem;
  width: 120px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 20px;
}

.form-item-v3 {
  display: inline-block;
  width: 80px;
  font-size: 1.6rem;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 20px;
}

.form-item-v4 {
  display: block;
  width: 100%;
  height: 140px;
  font-size: 1.6rem;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 20px;
}

.form-item-v5 {
  display: inline-block;
  width: 80px;
  font-size: 1.6rem;
  padding: 10px 20px;
  margin: 0 20px;
}

.form-default__label {
  margin-right: 32px;
  padding-left: 40px;
  cursor: pointer;
  display: block;
  position: relative;
}
.form-default__label-wrap {
  display: flex;
  flex-wrap: wrap;
}
.form-default__label-radio {
  display: none;
}
.form-default__label-radio[type=radio]:checked + span:after {
  content: "";
}
.form-default__label-radio__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.form-default__label-radio__text:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  width: 22px;
  height: 22px;
  transform: translateY(-10px);
}
.form-default__label-radio__text:after {
  background-color: #e60021;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  left: 5px;
  transform: translateY(-5px);
}
.form-default__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.form-default__btn-v1, .form-default__btn-v2, .form-default__btn-v3 {
  display: block;
  height: 64px;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .form-default__btn-v1:hover, .form-default__btn-v2:hover, .form-default__btn-v3:hover {
    opacity: 0.8;
  }
}
.form-default__btn-v1 {
  width: 240px;
  border: 1px solid #e60021;
  color: #e60021;
}
.form-default__btn-v2 {
  width: 304px;
  border: 1px solid #e60021;
  color: #e60021;
  margin-left: 20px;
}
.form-default__btn-v3 {
  width: 304px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}

.form-select {
  position: relative;
  display: inline-block;
}
.form-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #e60021 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .form-select:after {
    border-width: 10px 5px 0 5px;
  }
}
.form-select-v2 {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .form-select-v2 {
    width: 60%;
  }
}

/* .index-page {
  padding-bottom: 80px;
} */
.index-page__section-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* padding-bottom: 30px; */
}
@media screen and (max-width: 768px) {
  .index-page__section-mv {
    margin-top: 58px;
  }
}
.index-page__section-mv .slick-dots {
  text-align: center;
  bottom: 30px;
}
.index-page__mv {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .index-page__mv {
    bottom: 20vh;
  }
}
@media screen and (min-width: 768px) {
  .index-page__mv {
    width: 100%;
    max-width: 1366px;
    padding-top: calc(85px - 30px);
    padding-bottom: 85px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .index-page__mv__title {
    position: relative;
    display: flex;
    align-items: center;
    height: 520px;
  }
}
.index-page__mv__title__main {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .index-page__mv__title__main {
    width: 100%;
    max-width: 600px;
  }
}
.index-page__mv__title__main--item {
  display: inline-block;
  position: relative;
}
.index-page__mv__title__main-v1 {
  animation: appear-text-v1 0.0001s linear forwards;
  animation-delay: 1.45s;
  position: absolute;
}
.index-page__mv__title__main-v2:after {
  animation: hiding-text-ani 0.5s cubic-bezier(0, 0.8, 0.6, 0.8) forwards;
  animation-delay: 0.7s;
}
.index-page__mv__title__main-v3:after {
  animation: hiding-text-ani 0.3s cubic-bezier(0, 0.8, 0.6, 0.8) forwards;
  animation-delay: 0.9s;
}
.index-page__mv__title__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .index-page__mv__title__img {
    width: 900px;
  }
}
.index-page__mv__title__img--item {
  opacity: 0;
  position: absolute;
}
.index-page__mv__title__img img {
  width: 100%;
  max-width: 900px;
}
.index-page__mv--text-v1 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .index-page__mv--text-v1 {
    font-size: 2rem;
  }
}
.index-page__mv--text-v2 {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .index-page__mv--text-v2 {
    font-size: 1.8rem;
  }
}
.index-page__mv--text-v3 {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-page__mv--text-v3 {
    font-size: 1.8rem;
    margin-left: -5px;
  }
}
.index-page__mv--text-v4 {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-page__mv--text-v4 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
  }
}
.index-page__mv--text-v5 {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  .index-page__mv--text-v5 {
    width: 80%;
    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-page__mv--text-v6 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.index-page__mv--text-v7 {
  font-size: 1.7rem;
  font-weight: 500;
}
.index-page__mv--text-v8 {
  font-size: 3.2rem;
  font-weight: 700;
}
.index-page__mv--text-v9 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5;
  line-height: 2.26;
}
.index-page__mv__box-v1 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-page__mv__box-v1 {
    margin-top: 20px !important;
  }
}
.index-page__mv__box-v1--title {
  font-size: 1.2rem;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .index-page__mv__box-v1--title {
    border: 1px solid #fff;
    width: 60px;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    padding: 6px 0;
    background-color: rgba(255, 255, 255, 0.15);
    margin-right: 12px;
  }
}
.index-page__mv__box-v1--text {
  display: flex;
  align-items: baseline;
}
.index-page__mv__box-v2 {
  position: absolute;
  bottom: -34px;
  right: 50px;
  background: linear-gradient(to top right, #FF6379, #E60021);
  padding: 10px;
  color: #fff;
  box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.5);
}
.index-page__mv__box-v2__wrap {
  border: 1px solid #fff;
  padding: 20px 22px 15px;
}
.index-page__mv__box-v2--title {
  border: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  padding: 6px 8px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-right: 8px;
}
.index-page__mv__box-v2--text {
  display: flex;
  align-items: baseline;
}
.index-page__slide {
  display: block;
  /* margin-bottom: 55px; */
}
@media screen and (min-width: 768px) {
  .index-page__slide {
    /* margin-bottom: 80px; */
  }
}
.index-page__slide__item {
  display: block;
}
.index-page__slide__item img {
  width: 100%;
}
.index-page__slide__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 206px;
  height: 80px;
  color: #fff;
  position: absolute;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-page__slide__btn {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .index-page__slide__btn {
    width: 333px;
    height: 128px;
    right: 20px;
    bottom: 80px;
  }
}
.index-page__slide__btn-v1 {
  background-image: url(../images/index/slide_bg01.svg);
}
.index-page__slide__btn-v2 {
  background-image: url(../images/index/slide_bg02.svg);
}
.index-page__slide__btn-v3 {
  background-image: url(../images/index/slide_bg03.svg);
}
.index-page__slide__btn-ja {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .index-page__slide__btn-ja {
    font-size: 2.2rem;
  }
}
.index-page__slide__btn-en {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .index-page__slide__btn-en {
    font-size: 1.5rem;
  }
}
.index-page__section-v1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .index-page__section-v1 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .index-page__section-v1 {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .index-page__news {
    width: 56.6%;
  }
}
.index-page__news__head {
  display: flex;
  justify-content: space-between;
}
.index-page__news__title {
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #e60021;
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1.3;
}
.index-page__news__title:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_volume.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 22px;
  margin-right: 8px;
}
.index-page__news__link {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.46;
  color: #444444;
  margin-left: auto;
}
.index-page__news__link:after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  margin-left: 8px;
}
.index-page__news--time {
  display: block;
  font-size: 1.5rem;
}
.index-page__news--title {
  display: block;
  margin-left: 35px;
  text-decoration: underline;
}
.index-page__news__main {
  display: block;
}
.index-page__news__main__list {
  border-bottom: 1px solid #e9e9e9;
}
/* .index-page__news__main__list:nth-of-type(1) {
  animation: title-v1 3s;
}
.index-page__news__main__list:nth-of-type(2) {
  animation: title-v1 3.5s;
}
.index-page__news__main__list:nth-of-type(3) {
  animation: title-v1 4s;
} */
.index-page__news__main__list__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 1.5rem;
  line-height: 1.46;
}
.index-page__bnr-area {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index-page__bnr-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area {
    width: 36.6%;
  }
}
.index-page__bnr-area__large {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-page__bnr-area__large {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__large {
    width: 62.9%;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-page__bnr-area__large img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-page__bnr-area__item__text-v1 {
  font-weight: 700;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item__text-v1 {
    font-weight: 900;
    font-size: 2.2rem;
  }
}
.index-page__bnr-area__item__text-v2 {
  font-weight: 700;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item__text-v2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.index-page__bnr-area__item__text-v3 {
  color: #444444;
  display: flex;
  align-items: baseline;
  margin-top: 4px;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item__text-v3 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.index-page__bnr-area__item__text-v3:after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item__text-v3:after {
    width: 6px;
    height: 11px;
  }
}
.index-page__bnr-area__item-v1 {
  width: 100%;
  background-image: url(../images/index/bnr02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-page__bnr-area__item-v1 {
    min-height: 85px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item-v1 {
    background-size: contain;
    width: 440px;
    height: 112px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .index-page__bnr-area__item-v1 {
    padding-left: 15px;
  }
}
.index-page__bnr-area__item-v1.bnr1 {
  background-image: url(../images/index/bnr01.jpg);
}
.index-page__bnr-area__item-v2 {
  width: 100%;
  display: flex;
  align-items: center;
  border: 4px solid #e60021;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item-v2 {
    width: 440px;
    height: 112px;
  }
}
.index-page__bnr-area__item-v2__box {
  width: 48%;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item-v2__box {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
  }
}
.index-page__bnr-area__item-v2__img {
  width: 52%;
  height: calc(100% + 4px);
  background-color: #e60021;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  -webkit-clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  right: -1px;
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__item-v2__img {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.index-page__bnr-area__item-v2__img img {
  flex: none;
}
@media screen and (max-width: 768px) {
  .index-page__bnr-area__item-v2__img img {
    max-width: 115px;
  }
}
.index-page__bnr-area__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-page__bnr-area__list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__list {
    gap: 12px;
  }
}
.index-page__bnr-area__list__item {
  display: block;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .index-page__bnr-area__list__item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .index-page__bnr-area__list__item {
    max-width: 190px;
  }
}
.index-page__bnr-area__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index-page__bnr-area__list__item img {
  flex: none;
  display: block;
  object-fit: contain;
}
.index-page__bnr-area__list__item-v1 {
  border: 1px solid #DBDBDB;
}
.index-page__events {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .index-page__events {
    margin-bottom: 80px;
  }
}
.index-page__events__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .index-page__events__title {
    margin-bottom: 40px;
  }
}
.index-page__events__title:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/common/icon_event.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 40px;
  margin-bottom: 8px;
}
.index-page__events__title-en {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 4rem;
  line-height: 1.5;
  color: #e60021;
}
@media screen and (min-width: 768px) {
  .index-page__events__title-en {
    line-height: 1;
    font-size: 6rem;
  }
}
.index-page__events__title-ja {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
}
.index-page__events__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .index-page__events__list {
    gap: 20px 1.46%;
  }
}
.index-page__events__list__item {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  padding: 40px 24px;
  aspect-ratio: 335/217;
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item {
    align-items: center;
    padding: 30px;
    width: 31.3%;
    min-height: 277px;
    aspect-ratio: 428/277;
    font-size: 2.9282576867vw;
    line-height: 1.5;
  }
}
.index-page__events__list__item-v1 {
  background-image: url(../images/index/event01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item-v1 {
    background-image: url(../images/index/event01_pc.jpg);
  }
}
.index-page__events__list__item-v2 {
  background-image: url(../images/index/event02_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item-v2 {
    background-image: url(../images/index/event02_pc.jpg);
  }
}
.index-page__events__list__item-v3 {
  background-image: url(../images/index/event03_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item-v3 {
    background-image: url(../images/index/event03_pc.jpg);
  }
}
.index-page__events__list__item-v4 {
  background-image: url(../images/index/event04_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item-v4 {
    background-image: url(../images/index/event04_pc.jpg);
  }
}
.index-page__events__list__item-v5 {
  background-image: url(../images/index/event05_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item-v5 {
    background-image: url(../images/index/event05_pc.jpg);
  }
}
.index-page__events__list__item-v6 {
  background-image: url(../images/index/event06_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-page__events__list__item-v6 {
    background-image: url(../images/index/event06_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .index-page__igaslive {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 768px) {
  .index-page__igaslive__main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-page__igaslive__img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .index-page__igaslive__img {
    max-width: 620px;
    width: 100%;
    margin-left: 84px;
  }
}
.index-page__igaslive__img img {
  flex: none;
  display: block;
}
.index-page__igaslive__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .index-page__igaslive__title {
    width: 71%;
  }
}
@media screen and (min-width: 768px) {
  .index-page__igaslive__title {
    margin-bottom: 35px;
  }
}
.index-page__igaslive__text {
  font-size: 1.5rem;
  line-height: 2;
}
.index-page__igaslive__responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.index-page__igaslive__responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cs-item {
  position: relative;
  cursor: initial;
}
.cs-item:hover {
  opacity: 1;
}
.cs-item:before {
  content: "";
  display: block;
  background-color: rgba(68, 68, 68, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cs-item__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 3;
  color: #fff;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cs-item__text {
    font-size: 4rem;
  }
}
.cs-item__text-v2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 3;
  color: #fff;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cs-item__text-v2 {
    font-size: 4rem;
  }
}

.cs-item-v2 {
  position: relative;
}
.cs-item-v2 a {
  pointer-events: none;
}
.cs-item-v2:before {
  content: "COMING SOON";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-area {
  width: 100%;
  height: 300px;
  background-color: #ccc;
}

.news-page__item + .news-page__item {
  border-top: 1px solid #DBDBDB;
  padding-top: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .news-page__item + .news-page__item {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.news-page--time {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 400;
}
.news-page--title {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: underline;
  line-height: 1.46;
}
.news-page--title-v2 {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.46;
}
.news-page--text {
  margin-top: 20px;
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
}

.form-page__box {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-page__box {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .form-page__box {
    width: 706px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .form-page__box-v2 {
    display: block;
    width: 706px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-page--title {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-page--title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .form-page--title {
    width: calc(100% - 540px);
    white-space: nowrap;
  }
}
.form-page--title-v2 {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.form-page--desc {
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-page--desc {
    width: 500px;
    margin-left: 40px;
  }
}
.form-page--desc-v2 {
  display: block;
  width: 100%;
  font-size: 1.5rem;
}
.form-page--input, .form-page--textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #F5F5F5;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  line-height: 1.6;
}
.form-page--textarea {
  height: 280px;
}
.form-page__label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .form-page__label {
    margin-right: 30px;
    padding-left: 40px;
  }
}
.form-page__label-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form-page__label-wrap {
    gap: 30px;
  }
}
.form-page__label-radio {
  display: none;
}
.form-page__label-radio[type=radio]:checked + span:after {
  content: "";
}
.form-page__label-radio__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.form-page__label-radio__text:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform: translateY(-10px);
}
.form-page__label-radio__text:after {
  background-color: #e60021;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 10px;
  height: 10px;
  left: 5px;
  transform: translateY(-5px);
}
.form-page__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #e60021;
  border-radius: 4px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form-page__btn {
    width: 350px;
  }
}
.form-page__btn:after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 20px;
}
.form-page__btn--send {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  transition: 0.5s;
}
.form-page__btn--send:hover {
  opacity: 0.7;
}

.application-page__item-v1 {
  font-size: 2.6rem;
  font-weight: 500;
}
.application-page__item-v2 {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin-left: -10px;
}
.application-page__item-v3 {
  font-size: 2.6rem;
  font-weight: 400;
  position: relative;
  margin-left: -8px;
}
.application-page__item-v4 {
  font-size: 2.6rem;
  font-weight: 700;
}
.application-page__box-v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #b1b1b1;
  padding: 40px;
}
.application-page__box-v2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #b1b1b1;
  padding: 40px;
}

.search-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .search-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .search-list {
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.search-list__item {
  color: #e60021;
  background-color: #fff;
  font-size: 1.5rem;
  border: 1px solid #e60021;
  height: 42px;
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-list__item {
    max-width: 140px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .search-list__item:hover {
    background-color: #e60021;
    color: #fff;
    opacity: 1;
  }
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.search-form__item-v1 {
  border: 1px solid #e9e9e9;
  height: 42px;
  padding: 10px;
  font-size: 1.6rem;
  width: 67%;
}
@media screen and (min-width: 768px) {
  .search-form__item-v1 {
    max-width: 240px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.search-form__item-submit {
  border: 1px solid #e60021;
  text-align: center;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  width: 29%;
}
@media screen and (min-width: 768px) {
  .search-form__item-submit {
    font-size: 1.5rem;
    max-width: 140px;
    width: 100%;
  }
}
.search-form__item-submit:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 56%;
}
@media screen and (min-width: 768px) {
  .search-form__item-submit:after {
    margin-left: 55px;
  }
}
.search-form__item-submit input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #e60021;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .search-form__item-submit input {
    font-size: 1.5rem;
    max-width: 140px;
    width: 100%;
    cursor: pointer;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .search-form__item-submit input:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .search-page__link {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .search-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 906px;
    height: 40px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
}
.search-page__link__box {
  display: none;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-page__link__item__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    color: #e60021;
  }
}
@media screen and (max-width: 768px) {
  .search-page__link__item__toggle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #e60021 transparent transparent transparent;
    margin-top: 8px;
    position: absolute;
    right: 20px;
  }
}
.search-page__link__item {
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .search-page__link__item {
    border-top: 1px solid #e9e9e9;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .search-page__link__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% / 5);
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .search-page__link__item:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #e60021 transparent transparent transparent;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .search-page__link__item:hover {
    color: #e60021;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .search-page__link__item + .search-page__link__item {
    border-left: 1px solid #e9e9e9;
  }
}

.detail-section {
  margin-top: 40px;
}
.detail-section-v1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .detail-section-v1 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .detail-section-v1 {
    align-items: flex-start;
    gap: 60px;
  }
}
.detail-section-v1__img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detail-section-v1__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.detail-section-v1__img img {
  flex: none;
  display: block;
}
.detail-section-v1__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .detail-section-v1__main {
    width: calc(100% - 300px - 60px);
  }
}
.detail-section__img-v1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detail-section__img-v1 {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 768px) {
  .detail-section__img-v1 {
    width: 100%;
  }
}
.detail-section__img-v1 img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.detail-section__title-v1 {
  color: #fff;
  background-color: #e60021;
  display: flex;
  padding: 18px 0;
  align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.detail-section__title-v1:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  margin-right: 14px;
}
.detail-section__title-v2 {
  display: flex;
  align-items: center;
  border-top: 4px solid #e60021;
  height: 70px;
  margin-bottom: 40px;
}
.detail-section__title-v2__item-v1 {
  background-color: #e60021;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .detail-section__title-v2__item-v1 {
    width: 110px;
  }
}
.detail-section__title-v2__item-v1 img {
  flex: none;
}
.detail-section__title-v2__item-v2 {
  width: calc(100% - 80px);
  padding-left: 10px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .detail-section__title-v2__item-v2 {
    width: calc(100% - 70px);
  }
}
.detail-section__box-v1 {
  border: 2px solid #e60021;
  width: 100%;
  display: block;
  padding: 20px;
}
.detail-section__box-v2 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .detail-section__box-v2 {
    flex-direction: column;
  }
}
.detail-section__box-v2__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .detail-section__box-v2__item {
    width: 31.6%;
  }
}
.detail-section__box-v2__item-v2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .detail-section__box-v2__item-v2 {
    width: 48%;
  }
}
.detail-section__box-v2__item-v2 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.detail-section__box-v2__img {
  width: 100%;
}
.detail-section__box-v2__img img {
  display: block;
  object-fit: cover;
}
.detail-section__box-v2__text-v1 {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.sitemap-page__main {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sitemap-page__main {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-page__main {
    gap: 80px;
  }
}

.search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
.search-list + article {
  margin-top: 40px;
}
.search-list label {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search-list label {
    cursor: pointer;
    transition: 0.5s;
  }
}
.search-list label:before {
  content: "";
  display: block;
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .search-list label:hover {
    opacity: 0.7;
  }
}
.search-list label input:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 7px;
  top: 4px;
  left: 3px;
  transform: rotate(-45deg);
}
.search-list label input:checked:before {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.event-page {
  overflow: hidden;
}
.event-page__section-v1 {
  position: relative;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .event-page__section-v1 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .event-page__section-v1:before {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    width: 83vw;
    max-width: 1142px;
    height: 100%;
    aspect-ratio: 1142/995;
    right: 50%;
    bottom: 134px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .event-page__section-v1:after {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    width: 83vw;
    max-width: 1142px;
    height: 100%;
    aspect-ratio: 1142/995;
    left: 50%;
    bottom: 0;
    z-index: -1;
  }
}
.event-page__section-v2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .event-page__section-v2 {
    padding: 80px;
  }
}
.event-page__section-v3 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .event-page__section-v3 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .event-page__section-v3 {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .event-page__section-v4 {
    display: flex;
    align-content: flex-start;
    gap: 10.8%;
  }
}
.event-page__section-v4__item-v1 {
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .event-page__section-v4__item-v1 {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .event-page__section-v4__item-v1 {
    max-width: 720px;
    width: 100%;
  }
}
.event-page__section-v4__item-v1 img {
  width: 100%;
  display: block;
}
.event-page__section-v4__item-v2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .event-page__section-v4__item-v2 {
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-page__section-v4__item-v3 {
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .event-page__section-v4__item-v3 {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .event-page__section-v4__item-v3 {
    width: 100%;
  }
}
.event-page__section-v4__item-v3 img {
  width: 100%;
  display: block;
}
.event-page__title-v1 {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 3rem;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .event-page__title-v1 {
    font-size: 4.6rem;
  }
}
.event-page__title-v1 + .event-page__link-v1 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .event-page__title-v1 + .event-page__link-v1 {
    margin-top: 80px;
  }
}
.event-page__title-v1 + .event-page__text-v1 {
  margin-top: 24px;
}
.event-page__title-v2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.event-page__title-v2:before {
  content: "";
  display: block;
  width: 8px;
  margin-right: 14px;
  flex: none;
  aspect-ratio: 8/44;
}
.event-page__title-v3 {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.event-page__title-v4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .event-page__title-v4 {
    font-size: 2.4rem;
  }
}
.event-page__title-v5 {
  display: flex;
  align-items: center;
}
.event-page__title-v5__item-v1 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-page__title-v5__item-v1 {
    font-size: 3.6rem;
  }
}
.event-page__title-v5__item-v2 {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-page__title-v5__item-v2 {
    font-size: 2rem;
    margin-left: 16px;
  }
}
.event-page__title-v6 {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9e9e9;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .event-page__title-v6 {
    padding-bottom: 20px;
  }
}
.event-page__text-v1 {
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .event-page__text-v1 {
    font-size: 2.4rem;
    margin-bottom: 80px;
  }
}
.event-page__text-v2 {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3;
}
.event-page__link-v1 {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #e60021;
}
.event-page__link-v1:after {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  right: 20px;
}
.event-page__link-v1__icon {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #F8DB47;
  color: #000;
  font-weight: 700;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .event-page__link-v1__icon {
    width: 120px;
    height: 50px;
    font-size: 2rem;
  }
}
.event-page__link-v1__icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #B29C2C;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  bottom: -20px;
}
.event-page__link-v1__text {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .event-page__link-v1__text {
    font-size: 2.4rem;
  }
}
.event-page__link-v1__text-v1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-page__link-v1__text-v2 {
  position: absolute;
  bottom: -15px;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.event-page__link-v2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  position: relative;
  padding: 20px 60px 20px 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event-page__link-v2 {
    border-radius: 4px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  .event-page__link-v2 {
    max-width: 570px;
    width: 100%;
    height: 120px;
    font-size: 2.7rem;
    line-height: 1.6;
    text-align: center;
    justify-content: center;
    padding: 20px 40px 20px 20px;
  }
}
.event-page__link-v2:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .event-page__link-v2:after {
    background-image: url(../images/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .event-page__link-v2:after {
    width: 16.5px;
    height: 21px;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}
.event-page__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  padding: 2px;
  font-size: 1.2rem;
}
.event-page__tag-last {
  margin-top: auto;
}
.event-page__tag-v1 {
  background-color: #E60021;
  color: #fff;
}
.event-page__tag-v2 {
  color: #fff;
  background-color: #1C68EC;
}
.event-page__box-v1 {
  padding: 20px;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.event-page__box-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .event-page__box-v2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .event-page__box-v2 {
    gap: 10px 20px;
  }
}
.event-page__box-v2__item {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .event-page__box-v2__item {
    width: calc(50% - 10px);
  }
}
.event-page__box-v2__item__img {
  max-width: 80px;
}
.event-page__box-v2__item__img img {
  flex: none;
}
.event-page__box-v2__item__main {
  width: calc(100% - 80px - 5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-page__box-v2__item__text {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  margin-bottom: 5px;
}
.event-page__box-v2__item__text-v1 {
  font-size: 1.5rem;
  line-height: 1.6;
}
.event-page__box-v2__item__text-v2 {
  font-size: 1.2rem;
  line-height: 2;
}
.event-page__box-v2__item__text-v3 {
  font-size: 1.3rem;
  line-height: 1.38;
}
.event-page__box-v3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-page__box-v3__item-v1 {
  font-weight: 900;
  font-size: 2.5rem;
  margin-right: 5px;
}
.event-page__box-v3__item-v2 {
  font-weight: 900;
  font-size: 1.3rem;
}
.event-page__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .event-page__table {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table {
    border: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 768px) {
  .event-page__table thead, .event-page__table tfoot, .event-page__table tbody, .event-page__table tr, .event-page__table th, .event-page__table td {
    display: block;
  }
}
.event-page__table__text-v1 {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .event-page__table__text-v1 {
    text-align: center;
    border-bottom: 1px solid #E9E9E9;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table__text-v1 {
    padding: 15px 25px;
    border-right: 1px solid #E9E9E9;
  }
}
.event-page__table__text-v2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .event-page__table__text-v2 {
    padding: 15px 25px;
  }
}
.event-page__table__text-v3 {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 12px;
  white-space: nowrap;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .event-page__table__text-v3 {
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table__text-v3 {
    vertical-align: middle;
    border-right: 1px solid #E9E9E9;
  }
}
.event-page__table__text-v4 {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .event-page__table__text-v4 {
    border-top: 1px solid #E9E9E9;
  }
}
.event-page__table__text-v5 {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 10px;
  white-space: nowrap;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .event-page__table__text-v5 {
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table__text-v5 {
    vertical-align: middle;
    border-right: 1px solid #E9E9E9;
  }
}
.event-page__table__wrap {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .event-page__table__wrap {
    overflow-x: scroll;
  }
}
.event-page__table__wrap table {
  width: 400px;
}
@media screen and (min-width: 768px) {
  .event-page__table__wrap table {
    width: 636px;
  }
}
.event-page__table__wrap .event-page__table-v2 {
  width: 400px;
}
@media screen and (min-width: 768px) {
  .event-page__table__wrap .event-page__table-v2 {
    width: 636px;
  }
}
.event-page__table-v1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}
.event-page__table-v1__item-v1 {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  width: 70px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .event-page__table-v1__item-v1 {
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table-v1__item-v1 {
    font-size: 1.2rem;
  }
}
.event-page__table-v1__item-v2 {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  width: 226px;
}
.event-page__table-v1__item-v3 {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .event-page__table-v1__item-v3 {
    padding: 2px;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table-v1__item-v3 {
    font-size: 1.1rem;
  }
}
.event-page__table-v1__item-v4 {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}
.event-page__table-v1__item-v5 {
  width: 113px;
  text-align: center;
  vertical-align: middle;
}
.event-page__table-v1__item__color-v1 {
  background-color: #e60021;
  color: #fff;
}
.event-page__table-v1__item__color-v2 {
  background-color: #1C68EC;
  color: #fff;
}
.event-page__table-v1__item__color-v3 {
  background-color: #F7F5F6;
}
.event-page__table-v1 th, .event-page__table-v1 td {
  border: 1px solid #cccccc;
}
.event-page__table-v2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .event-page__table-v3 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .event-page__table-v3 {
    width: 58%;
    border: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 768px) {
  .event-page__table-v3 thead, .event-page__table-v3 tfoot, .event-page__table-v3 tbody, .event-page__table-v3 tr, .event-page__table-v3 th, .event-page__table-v3 td {
    display: block;
  }
}
.event-page__table-v4 {
  width: 100%;
  border: 1px solid #E9E9E9;
}
.event-page__table-v4 th {
  vertical-align: middle;
}
.event-page__table-v4 th + th {
  border-left: 1px solid #e9e9e9;
}
.event-page-archive {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .event-page-archive {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .event-page-archive a {
    white-space: nowrap;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.event-page__archive-button {
  position: relative;
  width: 100%;
  max-width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #E60021;
  white-space: nowrap;
  margin-left: 20px;
  margin-bottom: 10px;
}
.event-page__archive-button:after {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  right: 20px;
}
.event-page__archive-button__text {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.event-page__archive-button__text-v1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-page.panel-page .event-page__title-v2:before {
  background-color: #FF8C44;
}
.event-page.panel-page .event-page__title-v3 {
  border: 2px solid #FF8C44;
}
.event-page.panel-page .event-page__title-v4 {
  color: #FF8C44;
}
.event-page.panel-page .event-page__title-v6 {
  border-bottom: 2px solid #FF8C44;
}
.event-page.panel-page .event-page__table__text-v1,
.event-page.panel-page .event-page__table__text-v2 {
  color: #FF8C44;
  background-color: rgba(255, 140, 68, 0.2);
}
.event-page.tour-page .event-page__title-v2:before {
  background-color: #F8D839;
}
.event-page.tour-page .event-page__title-v3 {
  border: 2px solid #F8D839;
}
.event-page.tour-page .event-page__title-v4 {
  color: #F8D839;
}
.event-page.tour-page .event-page__title-v6 {
  border-bottom: 2px solid #F8D839;
}
.event-page.tour-page .event-page__table__text-v1,
.event-page.tour-page .event-page__table__text-v2 {
  color: #F8D839;
  background-color: rgba(248, 216, 57, 0.2);
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-block {
    display: flex;
  }
}
.event-page .asia-print-block__text {
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-block__text {
    width: calc((820 / 1200) * 100%);
    margin-top: 0;
  }
}
.event-page .asia-print-block__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-block__img {
    width: calc((320 / 1200) * 100%);
    margin-right: calc((60 / 1200) * 100%);
  }
}
.event-page .asia-print-introduction {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction {
    margin-top: 100px;
  }
}
.event-page .asia-print-introduction__list {
  display: flex;
  flex-wrap: wrap;
}
.event-page .asia-print-introduction__text {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__text {
    margin-top: 20px;
    font-size: 18px;
  }
}
.event-page .asia-print-introduction__item {
  width: 46%;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__item {
    width: calc((360 / 1200) * 100%);
  }
}
.event-page .asia-print-introduction__item:nth-of-type(odd) {
  margin-right: 8%;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__item:nth-of-type(odd) {
    margin-right: 0;
  }
}
.event-page .asia-print-introduction__item:nth-of-type(n + 3) {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__item:not(:nth-of-type(3n)) {
    margin-right: calc((60 / 1200) * 100%);
  }
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__item:nth-of-type(n + 4) {
    margin-top: calc((60 / 1200) * 100%);
  }
}
@media screen and (min-width: 768px) {
  .event-page .asia-print-introduction__item:last-of-type {
    width: calc((424.33 / 1200) * 100%);
  }
}

.innovative-page__section-v1:before, .innovative-page__section-v1:after {
  background: linear-gradient(0deg, rgba(163, 71, 207, 0.2) 0%, white 100%);
}
.innovative-page__box-v1 {
  border: 2px solid #A347CF;
}

.innovative-color {
  color: #A347CF;
}

.jpex-page__section-v1:before, .jpex-page__section-v1:after {
  background: linear-gradient(0deg, rgba(172, 172, 172, 0.2) 0%, white 100%);
}
.jpex-page__box-v1 {
  border: 2px solid #ACACAC;
}

.jpex-color {
  color: #ACACAC;
}

.panel-page__section-v1:before, .panel-page__section-v1:after {
  background: linear-gradient(0deg, rgba(255, 140, 68, 0.2) 0%, white 100%);
}
.panel-page__box-v1 {
  border: 2px solid #FF8C44;
}

.panel-color {
  color: #FF8C44;
}

.tour-page__section-v1:before, .tour-page__section-v1:after {
  background: linear-gradient(0deg, rgba(248, 216, 57, 0.2) 0%, white 100%);
}
.tour-page__box-v1 {
  border: 2px solid #F8D839;
}

.tour-color {
  color: #F8D839;
}

.igaslivetv-page .event-page__link-v2 {
  background-color: #EC1C7A;
  color: #fff;
}
.igaslivetv-page .common-mv-v2 {
  margin-bottom: 0;
}
.igaslivetv-page__color-v1 .event-page__title-v2 {
  color: #444444;
}
.igaslivetv-page__color-v1 .event-page__title-v2:before {
  background-color: #EC1C7A;
}
.igaslivetv-page__color-v1 .event-page__title-v3 {
  border: 2px solid #EC1C7A;
}
.igaslivetv-page__color-v1 .event-page__title-v4 {
  color: #EC1C7A;
}
.igaslivetv-page__color-v1 .event-page__title-v6 {
  border-bottom: 2px solid #EC1C7A;
}
.igaslivetv-page__color-v1 .event-page__table__text-v1,
.igaslivetv-page__color-v1 .event-page__table__text-v2 {
  color: #fff;
  background-color: #EC1C7A;
}
.igaslivetv-page__color-v1 .event-page__table__text-v5 {
  color: #EC1C7A;
  background-color: rgba(236, 28, 122, 0.2);
}
.igaslivetv-page__color-v2 .event-page__title-v2 {
  color: #444444;
}
.igaslivetv-page__color-v2 .event-page__title-v2:before {
  background-color: #22D491;
}
.igaslivetv-page__color-v2 .event-page__title-v3 {
  border: 2px solid #22D491;
}
.igaslivetv-page__color-v2 .event-page__title-v4 {
  color: #22D491;
}
.igaslivetv-page__color-v2 .event-page__title-v6 {
  border-bottom: 2px solid #22D491;
}
.igaslivetv-page__color-v2 .event-page__table__text-v1,
.igaslivetv-page__color-v2 .event-page__table__text-v2 {
  color: #fff;
  background-color: #22D491;
}
.igaslivetv-page__color-v2 .event-page__table__text-v5 {
  color: #22D491;
  background-color: rgba(34, 212, 145, 0.2);
}
.igaslivetv-page__color-v3 .event-page__title-v2 {
  color: #444444;
}
.igaslivetv-page__color-v3 .event-page__title-v2:before {
  background-color: #1C68EC;
}
.igaslivetv-page__color-v3 .event-page__title-v3 {
  border: 2px solid #1C68EC;
}
.igaslivetv-page__color-v3 .event-page__title-v4 {
  color: #1C68EC;
}
.igaslivetv-page__color-v3 .event-page__title-v6 {
  border-bottom: 2px solid #1C68EC;
}
.igaslivetv-page__color-v3 .event-page__table__text-v1,
.igaslivetv-page__color-v3 .event-page__table__text-v2 {
  color: #fff;
  background-color: #1C68EC;
}
.igaslivetv-page__color-v3 .event-page__table__text-v5 {
  color: #1C68EC;
  background-color: rgba(28, 104, 236, 0.2);
}
.igaslivetv-page__bg-v1 {
  padding-top: 30px;
  position: relative;
}
.igaslivetv-page__bg-v1:before {
  content: "";
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__bg-v1:before {
    background-image: url(../images/special_events/igaslivetv/bg01_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
}
.igaslivetv-page__bg-v2 {
  background-color: #EC1C7A;
  color: #fff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__bg-v2 {
    padding: 80px 20px;
    background-image: url(../images/special_events/igaslivetv/bg02_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1 {
    padding-bottom: 92px;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1__head {
    display: flex;
    align-items: center;
    gap: 7.16%;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1__head__item-v1 {
    max-width: 483px;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1__head__item-v2 {
    width: 100%;
    max-width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .igaslivetv-page__section-v1__foot {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1__foot {
    display: flex;
    align-items: flex-start;
    gap: 7.16%;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1__foot__item-v1 {
    max-width: 483px;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__section-v1__foot__item-v2 {
    width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
.igaslivetv-page__box-v1 {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .igaslivetv-page__box-v1 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__box-v1 {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 46px 0;
  }
}
.igaslivetv-page__box-v1__item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__box-v1__item {
    width: 46.6%;
    max-width: 560px;
  }
}
.igaslivetv-page__box-v1__item:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  aspect-ratio: 10/106;
}
.igaslivetv-page__table th, .igaslivetv-page__table td {
  white-space: break-spaces;
}
.igaslivetv-page__img-v1 {
  display: block;
}
@media screen and (max-width: 768px) {
  .igaslivetv-page__img-v1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .igaslivetv-page__img-v1 img {
    width: 100%;
  }
}
.igaslivetv-page__img-v2 {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .igaslivetv-page__img-v2 {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.igaslivetv-page__img-v2:before {
  content: "";
  display: block;
  background-color: #EC1C7A;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  width: 300px;
  height: 210px;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__img-v2:before {
    width: 428px;
    height: 300px;
    left: -46px;
  }
}
.igaslivetv-page__img-v2 img {
  flex: none;
}
@media screen and (max-width: 768px) {
  .igaslivetv-page__img-v2 img {
    width: 300px;
    margin-left: auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__img-v2 img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.igaslivetv-page__title-v1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.igaslivetv-page__title-v1__icon {
  margin-bottom: 8px;
}
.igaslivetv-page__title-v1__icon img {
  flex: none;
}
.igaslivetv-page__title-v1__text {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__title-v1__text {
    font-size: 6rem;
  }
}
.igaslivetv-page__text-v1 {
  font-size: 1.8rem;
  line-height: 2;
}
.igaslivetv-page__text-v2 {
  color: #EC1C7A;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.6;
}
.igaslivetv-page__text-v3 {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__text-v3__item-v1 {
    font-size: 3.4rem;
  }
}
.igaslivetv-page__text-v3__item-v2 {
  margin-left: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__text-v3__item-v2 {
    font-size: 2.4rem;
  }
}
.igaslivetv-page__text-v4 {
  background-color: #EC1C7A;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.igaslivetv-page__text-v5 {
  background-color: #fff;
  font-weight: 500;
  width: 100%;
  max-width: 600px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 20px;
  border: 4px solid #EC1C7A;
}
.igaslivetv-page__text-v6 {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .igaslivetv-page__text-v6 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .innovative-page .event-page__section-v1:before,
.jpex-page .event-page__section-v1:before {
    bottom: 0;
  }
}

.panel-page__section-v2 {
  background-color: #FF8C44;
}
@media screen and (min-width: 768px) {
  .panel-page__section-v2 {
    background-image: url(../images/special_events/panel_discussion_seminar/bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.tour-page__section-v2 {
  background-color: #F8D839;
}
@media screen and (min-width: 768px) {
  .tour-page__section-v2 {
    background-image: url(../images/special_events/tour/bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .covid19-page__link__item {
    width: calc(100% / 3);
  }
}
.covid19-page__box-v1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 19px;
}
@media screen and (min-width: 768px) {
  .covid19-page__box-v1 {
    max-width: 930px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 30px 40px;
  }
}
.covid19-page__box-v1__item {
  width: calc((100% / 2) - (19px / 2));
}
@media screen and (min-width: 768px) {
  .covid19-page__box-v1__item {
    width: 200px;
  }
}
.covid19-page__box-v1__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 158/158;
  background-color: #e60021;
  height: 158px;
}
@media screen and (max-width: 768px) {
  .covid19-page__box-v1__item__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .covid19-page__box-v1__item__icon {
    width: 100%;
    aspect-ratio: 200/200;
    height: 200px;
  }
}
.covid19-page__box-v1__item__icon img {
  flex: none;
}
.covid19-page__box-v1__item__text {
  color: #e60021;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.46;
  font-size: 1.8rem;
}

.award-page__ttl {
  text-align: center;
}
.award-page__ttl--ja {
  font-weight: 700;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .award-page__ttl--ja {
    font-size: 4.6rem;
  }
}
.award-page__subttl {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #e60021;
  padding-bottom: 30px;
  font-size: 2rem;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .award-page__subttl {
    font-size: 3rem;
  }
}
.award-page__img {
  width: 100%;
  margin: 15px auto;
}
.award-page__awardtitle {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 30px;
  font-weight: 500;
}
.award-page__desc {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* 追加分2027 */

.event-list {
  
}

.event-list__item {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.event-list__item::before {
  display: block;
  content: url(../images/common/icon_archive.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* .event-list__item:last-child {
  margin-bottom: 0px;
} */

.event-list__item a {
  font-size: 15px;
  color: #E60021;
  text-decoration: underline;
}

.add-map {
  border: none;
  font-weight: bold;
}

.info-wrap {
  padding: 20px;
  position: absolute;
  left: 68%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.info-wrap--list {
  color: #fff;
  color: 	#E81122;
}

.info-wrap--item {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 20px;
}

.info-wrap--item:last-child {
  margin-bottom: 0;
}

.info-wrap--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #E81122; */
  margin-left: 30px;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
}

.ori-al {
  align-items: center;
  margin-bottom: 0;
}

.info-wrap--item a img {
  transition: transform .6s ease;
}

.info-wrap--item a:hover img {
  transform: scale(1.1); /* 拡大 */
}

.info-wrap--item__text {
  display: inline-block;
  border: 1px solid #E81122;
  padding: 10px 0;
  padding: 5px 0;
  white-space: nowrap;
  text-align: center;
  width: 80px;
  width: 60px;
  font-size: 20px;
}

.info-wrap--item__text-v2 {
  font-size: 28px;
  font-size: 20px;
  white-space: nowrap;
}

.info-wrap--item__text-v2 small{
  font-size: 16px;
}

.info-wrap--item__text-small {
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.8;
}

.info-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.info-connect .en {
  font-size: 54px;
  font-weight: 700;
}

.info-connect .ja {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .info-wrap {
    width: auto;
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0%);
    bottom: 100px;
    padding: 0 20px;
  }
  .info-wrap--item {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
  }
  .info-wrap--item__text {
    font-size: 11px;
    width: 40px;
    padding: 3px 0;
  }
  .info-wrap--item__text-v2 {
    font-size: 11px;
  }
  .info-wrap--item__text-v2 small{
    font-size: 8.1px;
  }
  .info-wrap--item__text-small {
    font-size: 7px;
    margin-top: 5px;
    white-space: nowrap;
  }
  .info-wrap--item:last-child {
    justify-content: center;
  }
  .info-wrap--item a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #E81122; */
    margin-left: 0px;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    width: 60%;
  }

  .info-connect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
  }

  .info-connect .en {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
  }

  .info-connect .ja {
    font-size: 11px;
    font-weight: 700;
  }
}

.program-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.program-flex-img {
  min-width: 400px;
}

.program-flex-img img {
  width: 100%;
}

.program-flex-text {
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .program-flex {
    flex-direction: column;
    gap: 40px;
  }

  .program-flex-img {
    min-width: auto;
    width: 100%;
  }

  .program-flex-img img {
    width: 100%;
  }

  .program-flex-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .common-item-v2 {
    /* flex-direction: column; */
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 16px;
    color: #fff;
    background-color: #e60021;
    border: 1px solid #e60021;
  }

  .application-page__item-v1 {
    font-size: 2rem;
    font-weight: 500;
  }
  .application-page__item-v2 {
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    margin-left: -10px;
  }
  .application-page__item-v3 {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    margin-left: -8px;
  }
  .application-page__item-v4 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .add-flex-v3 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .application-page__box-v2 {
    padding: 20px;
  }
}

/* .common-wrap26 {
  background: #B3B3B3 !important;
} */

.top-icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto; 
  gap: 20px;
}

.top-icon-item {
  overflow: hidden;
  position: relative;
}

.top-icon-bg img {
  width: 100%;
  /* height: 100%; */
}

.top-icon-item a img {
  transition: transform .6s ease;
}

.top-icon-item a:hover img {
  transform: scale(1.1); /* 拡大 */
}

.top-icon-text {
  text-align: center;
  color: #fff;
  font-size: 44px;
  white-space: nowrap;
  text-shadow: 0px 0px 10px rgba(5, 5, 5, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .top-icon-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto; 
    gap: 20px;
  }

  .top-icon-text {
    text-align: center;
    color: #fff;
    font-size: 36px;
    white-space: nowrap;
    text-shadow: 0px 0px 10px rgba(5, 5, 5, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}