@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* font */
/* Colors */
/* gradation */
/* fair base css --------------------------------------------------------- */
/* *** page base *** */
body {
  background: #ffffff;
}

a {
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  text-decoration: none;
}

#fair p {
  letter-spacing: 0;
  line-height: 1.5;
}

section:not(.kv_wrap) {
  margin-bottom: 0;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(80px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.fadein.show:nth-of-type(1) {
  transition-delay: 0.2s;
}

.fadein.show:nth-of-type(2) {
  transition-delay: 0.6s;
}

.fadein.show:nth-of-type(3) {
  transition-delay: 0.8s;
}

.fadein.show:nth-of-type(4) {
  transition-delay: 1s;
}

.fadein.show:nth-of-type(5) {
  transition-delay: 1.2s;
}

.fadein.show:nth-of-type(6) {
  transition-delay: 1.4s;
}

.fadein.show:nth-of-type(7) {
  transition-delay: 1.6s;
}

.fadein.show:nth-of-type(8) {
  transition-delay: 1.8s;
}

.fadein.show:nth-of-type(9) {
  transition-delay: 2s;
}

.fadein.show:nth-of-type(10) {
  transition-delay: 2.2s;
}

.fadein.show:nth-of-type(11) {
  transition-delay: 2.4s;
}

.fadein.show:nth-of-type(12) {
  transition-delay: 2.6s;
}

.fadein.show:nth-of-type(13) {
  transition-delay: 2.8s;
}

.fadein.show:nth-of-type(14) {
  transition-delay: 3s;
}

.fadein.show:nth-of-type(15) {
  transition-delay: 3.2s;
}

.fadein.show:nth-of-type(16) {
  transition-delay: 3.4s;
}

.fadein.show:nth-of-type(17) {
  transition-delay: 3.6s;
}

.fadein.show:nth-of-type(18) {
  transition-delay: 3.8s;
}

.fadein.show:nth-of-type(19) {
  transition-delay: 4s;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.txt_color_white {
  color: #fff;
}

.txt_w_100 {
  font-weight: 100;
}

.txt_bold {
  font-weight: bold;
}

.txt_underline {
  text-decoration: underline;
}

.txt_underline_none {
  text-decoration: none;
}

#fair .txt__center {
  text-align: center;
}

#fair .txt__left {
  text-align: left;
}

#fair .txt__right {
  text-align: right;
}

/* fair common css ------------------------------------------------------ */
/*****************************************************
Layout
*****************************************************/
.contents {
  width: 100%;
  overflow: hidden;
}

.footer {
  width: 100%;
}

.header {
  width: 100%;
}

/* common */
.section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.section__wrap {
  margin: auto;
}

.section__full {
  margin: auto;
  width: 100%;
}

.content__title {
  text-align: center;
  margin: auto;
}

.content__column {
  display: flex;
  justify-content: center;
}

.column__medium {
  align-items: center;
}

.column__wrap {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .section__wrap {
    padding: 0 5%;
  }
  .main__content {
    margin: 2.6041666667vw 5% 3.90625vw;
  }
}
/* fair main-visual css ------------------------------------------------------ */
/*****************************************************
main-visual
*****************************************************/
#fair .main-visual {
  position: relative;
  width: 100%;
  margin: auto;
  background: #ffffff;
}
#fair .main-visual .main-visual__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: auto;
}
#fair .main-visual .main-visual__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__title img {
  text-align: center;
  margin: auto;
}
#fair .main-visual .main-visual__wrap .main-visual__middle {
  position: absolute;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__bg img {
  width: 100%;
}

/* page */
#fair {
  overflow: visible;
}
#fair .main-visual {
  height: 30.2083333333vw;
  max-height: 580px;
}
#fair .main-visual .main-visual__wrap {
  position: relative;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  box-sizing: border-box;
  top: 0;
  left: 0;
  max-width: 1300px;
  z-index: 3;
  margin: 0 auto;
  padding: 0 2.6041666667vw;
}
#fair .main-visual .main-visual__wrap .main-visual__title img {
  width: 67.7083333333vw;
  margin: 0 auto;
}
#fair .main-visual .main-visual__wrap .main-visual__middle {
  position: absolute;
  top: 45%;
  max-width: 1300px;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__middle img {
  width: 67.7083333333vw;
  margin: 0 auto 50px;
}
#fair .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  top: 83%;
  max-width: 700px;
  margin: 0 auto 0;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__btn img {
  width: 36.4583333333vw;
}
#fair .main-visual .main-visual__wrap .main-visual__btn .btn_text {
  color: #CC000D;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
#fair .main-visual .main-visual__wrap .main-visual__bg {
  background-color: #000;
}
#fair .main-visual .main-visual__wrap .main-visual__bg img {
  height: 30.2083333333vw;
  max-height: 580px;
}
#fair .main-visual .main-visual__wrap .main-visual__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#fair .main-visual .main-visual__wrap .main-visual__logo img {
  width: 28vw;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .main-visual .main-visual__wrap .main-visual__btn {
    position: absolute;
    top: 83%;
    max-width: 700px;
    margin: 0 auto 0;
    z-index: 2;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn img {
    width: 37.8787878788vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn .btn_text {
    font-size: min(2.5vw, 2.5rem);
  }
}
@media (max-width: 767px) {
  #fair .main-visual {
    height: 69.8666666667vw;
    max-height: 100%;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    margin: 10px auto 0;
    padding: 0 5%;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title img {
    width: 77.3333333333vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__middle {
    top: 40%;
  }
  #fair .main-visual .main-visual__wrap .main-visual__middle img {
    width: 95.2vw;
    margin: 0 auto 50px;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn {
    top: 90%;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn img {
    width: 89.3333333333vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn .btn_text {
    font-size: 4.5vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__bg img {
    height: 69.8666666667vw;
    max-height: 69.8666666667vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__logo img {
    width: 51vw;
  }
}

/* fair content-bg css ------------------------------------------------------ */
/*****************************************************
content_bg
*****************************************************/
.campaign__bg1,
.campaign__bg2,
.campaign__bg3,
.campaign__bg4,
.campaign__bg5,
.campaign__bg6 {
  position: relative;
}
.campaign__bg1::after,
.campaign__bg2::after,
.campaign__bg3::after,
.campaign__bg4::after,
.campaign__bg5::after,
.campaign__bg6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}
.campaign__bg1::before,
.campaign__bg2::before,
.campaign__bg3::before,
.campaign__bg4::before,
.campaign__bg5::before,
.campaign__bg6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}

/* page */
.campaign__bg2 {
  background-color: #c9caca;
}

.campaign__bg3 {
  background-color: #fff;
}
.campaign__bg3::before {
  background-position: top left;
  background-size: cover;
  transform: translateY(-100%);
  height: 40px;
}

.campaign__bg4 {
  height: min(55vw, 900px);
}
.campaign__bg4::before {
  background: url(/fair/202503_alllineupfair/assets/images/img-bg-004-pc.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (max-width: 767px) {
  .campaign__bg1::before {
    background: #fff;
  }
  .campaign__bg3::before {
    height: 20px;
  }
  .campaign__bg4 {
    min-height: 71vw;
  }
  .campaign__bg4::before {
    background-size: cover;
  }
}
/*****************************************************
content
*****************************************************/
#fair .lineup {
  max-width: 1920px;
  padding: 50px 0 50px;
}
#fair .lineup .section__wrap {
  max-width: 1160px;
}
#fair .lineup .section__full {
  max-width: 1920px;
}
#fair .lineup .content__img {
  position: relative;
}
#fair .lineup .content__img .width_ex {
  max-width: 108%;
  margin-left: -4%;
}
#fair .lineup .content__bg {
  background-color: #ea5504;
  background-image: url("/fair/202510_autumn-festival/assets/images/img-head-101-pc.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#fair .lineup .content__bg2 {
  background-color: #ffe100;
}
#fair .lineup .content__bg3 {
  background-color: #e60039;
  position: relative;
}
#fair .lineup .content__bg3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: url("/fair/202510_autumn-festival/assets/images/img-bg-300-pc.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#fair .lineup .content__bg4 {
  background-color: #00a83b;
}
#fair .lineup .content__title__wrap {
  margin: 0 auto;
  padding: 70px 20px;
  max-width: 1200px;
  color: #fff;
  text-align: center;
}
#fair .lineup .content__title {
  color: #fff;
  font-size: 36px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 50px;
}
#fair .lineup .anchor-list {
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
}
#fair .lineup .anchor-list li {
  flex: 0 1 48.5%;
  height: 110px;
}
#fair .lineup .anchor-list li a {
  padding-right: 18%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  color: #fff;
  font-size: 32px;
  text-align: left;
  text-decoration: none;
  background-color: #ea5504;
  transition: background-color 0.3s ease;
  position: relative;
}
#fair .lineup .anchor-list li a:hover {
  opacity: 1;
  background-color: #E13B03;
}
#fair .lineup .anchor-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: #fff;
}
#fair .lineup .anchor-list li a::after {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  top: 37%;
  right: 34px;
  rotate: 45deg;
  border: #ea5504 solid 2px;
  border-top: none;
  border-left: none;
}
#fair .lineup .col2-img {
  position: relative;
  padding: 50px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
#fair .lineup .col2-img li {
  flex: 0 1 calc((100% - 50px) / 2);
}
#fair .lineup .col2-img li img {
  width: 100%;
  z-index: 1;
  position: relative;
}
#fair .lineup .col2-img::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 200px;
  aspect-ratio: 1/1;
  background: url("/fair/202510_autumn-festival/assets/images/img-105.png");
  background-position: top left;
  background-size: cover;
}
#fair .lineup .col2-img::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 200px;
  aspect-ratio: 1/1;
  background: url("/fair/202510_autumn-festival/assets/images/img-106.png");
  background-position: bottom right;
  background-size: cover;
}
#fair .lineup .icon-wreath-l {
  position: relative;
}
#fair .lineup .icon-wreath-l::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -3px;
  background: url(/fair/202503_alllineupfair/assets/images/img-item-wreath-l.png) no-repeat;
  background-size: contain;
  width: 175px;
  height: 159px;
  z-index: 1;
}
#fair .lineup .icon-wreath-r {
  position: relative;
}
#fair .lineup .icon-wreath-r::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -3px;
  background: url(/fair/202503_alllineupfair/assets/images/img-item-wreath-r.png) no-repeat;
  background-size: contain;
  width: 175px;
  height: 159px;
  z-index: 1;
}
#fair .lineup .main__content__inner {
  padding: 30px;
  background: url(/fair/202503_alllineupfair/assets/images/img-bg-001-pc.jpg) no-repeat;
  background-size: cover;
}
#fair .lineup .accordion {
  padding: 30px 50px;
  background-color: #fff;
  border: 5px solid #003466;
  border-image-source: linear-gradient(90deg, #003466, #009FE8);
  border-image-slice: 1;
  box-shadow: 0 0 20px 15px rgba(74, 187, 239, 0.2666666667);
  position: relative;
}
#fair .lineup .accordion > img {
  width: 94%;
}
#fair .lineup .accordion #accordion_btn {
  display: none;
}
#fair .lineup .accordion label {
  position: absolute;
  top: 22px;
  right: 30px;
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 2px solid #009FE8;
  border-radius: 55px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fair .lineup .accordion label::before {
  content: "＋";
  color: #009FE8;
  font-size: 35px;
  padding-bottom: 5px;
  transition: transform 0.3s ease;
}
#fair .lineup .accordion #accordion_btn:checked + label::before {
  transform: rotate(135deg);
}
#fair .lineup .accordion #accordion_btn:checked + label + .accordion_content {
  max-height: 2600px;
}
#fair .lineup .accordion .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#fair .lineup .accordion .accordion_content h3 {
  padding: 0 0 10px 25px;
  border-left: 8px solid #002855;
  border-bottom: 1px solid #002855;
  border-image-source: linear-gradient(90deg, #002855, #009FE8);
  border-image-slice: 1;
  color: #002855;
  font-size: 36px;
  line-height: 1.3;
}
#fair .lineup .accordion .accordion_content h3 span {
  background: linear-gradient(90deg, #002855, #009FE8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#fair .lineup .accordion .accordion_content p {
  margin: 10px 30px 40px;
  font-size: 24px;
  line-height: 1.7;
}
#fair .lineup .accordion .accordion_content .note {
  padding: 0;
  margin: 0 30px 5px;
  font-size: 13px;
  line-height: 1.5;
}
#fair .lineup .content__column {
  margin: 0 auto;
}
#fair .lineup .content__column p:first-child {
  width: 50%;
  margin-right: 1%;
}
#fair .lineup .content__column p:last-child {
  width: 50%;
}
#fair .lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
#fair .lineup .lineup-list .list01 {
  flex-basis: 23%;
}
#fair .lineup .lineup-list .list01.list-header1 {
  position: relative;
  padding-left: 10px;
}
#fair .lineup .lineup-list .list01.list-header1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #002F7C;
  width: 4px;
  height: 55px;
}
#fair .lineup .lineup-list .list01.list-header2 {
  position: relative;
  padding-left: 10px;
}
#fair .lineup .lineup-list .list01.list-header2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #7F1083;
  width: 4px;
  height: 55px;
}
#fair .lineup .lineup-list .list02 {
  flex-basis: 77%;
}
#fair .lineup .lineup-list .list03 {
  flex-basis: 100%;
}
#fair .lineup .lineup-list .list-text01 {
  color: #002F7C;
  font-size: 21px;
  line-height: 1.3;
}
#fair .lineup .lineup-list .list-text02 {
  color: #7F1083;
  font-size: 21px;
  line-height: 1.3;
}
#fair .lineup .lineup-list .list-text03 {
  border: 1px solid #231815;
  color: #231815;
  display: inline-block;
  font-size: 13px;
  padding: 1px 3px;
}
#fair .lineup .lineup-list .list-text04 {
  color: #002F7C;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
}
#fair .lineup .content__img {
  line-height: 1;
  text-align: center;
  margin: 0 auto 50px;
  z-index: 1;
}
#fair .lineup .content__img:last-child {
  margin: 0 auto;
}
#fair .lineup .flex_photo_r {
  display: flex;
  justify-content: flex-end;
  gap: 20px 50px;
  margin: 0 0 180px;
}
#fair .lineup .flex_photo_r p {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
#fair .lineup .flex_photo_r img {
  width: 27%;
  height: -moz-fit-content;
  height: fit-content;
}
#fair .lineup .flex_photo_r2 {
  display: flex;
  justify-content: flex-end;
  gap: 15px 50px;
}
#fair .lineup .flex_photo_r2 img {
  width: 37%;
  height: -moz-fit-content;
  height: fit-content;
}
#fair .lineup .movie {
  width: 45%;
  transition: 0.3s;
}
#fair .lineup .movie:hover {
  cursor: pointer;
  opacity: 0.8;
}
#fair .lineup .target {
  padding: 40px 0 0;
  color: #fff;
}
#fair .lineup .target h3 {
  margin: 0 0 20px;
  padding: 5px;
  background: #8B7A4D;
  font-size: 24px;
  text-align: center;
}
#fair .lineup .target table {
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #fff;
}
#fair .lineup .target table th, #fair .lineup .target table td {
  text-align: center;
}
#fair .lineup .target table th {
  padding: 10px 0 0;
  font-size: 24px;
  color: #8B7A4D;
}
#fair .lineup .target table td {
  padding: 10px 0 20px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
#fair .lineup .target p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.6;
}
#fair .lineup .target p strong {
  font-weight: bold;
}
#fair .lineup .target p span {
  color: #8B7A4D;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .lineup .icon-snow::before {
    width: 5.7575757576vw;
    height: 3.3333333333vw;
  }
  #fair .lineup .lineup-list .list-text01 {
    color: #002F7C;
    font-size: min(1.8vw, 18px);
    line-height: 1.3;
  }
  #fair .lineup .lineup-list .list-text02 {
    color: #7F1083;
    font-size: min(1.8vw, 18px);
    line-height: 1.3;
  }
  #fair .lineup .lineup-list .list-text03 {
    font-size: min(1.2vw, 12px);
  }
  #fair .lineup .lineup-list .list-text04 {
    font-size: min(1.2vw, 12px);
  }
}
@media (max-width: 767px) {
  #fair .lineup .section__wrap,
  #fair .lineup .section__full {
    padding: 0 4%;
  }
  #fair .lineup .section__wrap-spfull {
    padding: 0;
  }
  #fair .lineup .content__img {
    margin-bottom: 20px;
  }
  #fair .lineup .content__img .width_ex {
    max-width: 108%;
    margin-left: -4%;
  }
  #fair .lineup .content__title__wrap {
    padding: 20px 0;
  }
  #fair .lineup .content__title {
    font-size: 3.5vw;
    margin: 0 0 1.5em;
  }
  #fair .lineup .anchor-list {
    padding: 0;
    gap: 10px 6%;
  }
  #fair .lineup .anchor-list li {
    flex: 0 1 47%;
    height: 50px;
  }
  #fair .lineup .anchor-list li a {
    justify-content: flex-start;
    padding: 0 0 0 8%;
    border-width: 2px;
    font-size: 12px;
    letter-spacing: -0.05em;
    text-align: left;
  }
  #fair .lineup .anchor-list li a::before {
    width: 20px;
    right: 10px;
  }
  #fair .lineup .anchor-list li a::after {
    width: 8px;
    right: 16px;
  }
  #fair .lineup .text_center {
    text-align: left !important;
  }
  #fair .lineup .col2-img {
    padding: 20px 10px;
    gap: 20px;
  }
  #fair .lineup .col2-img li {
    flex: 0 1 100%;
  }
  #fair .lineup .content__bg {
    background-size: cover;
  }
  #fair .lineup .content__bg3::after {
    height: 22vw;
  }
  #fair .lineup .icon-wreath-l::before {
    top: -5px;
    left: -3px;
    width: 78px;
    height: 70px;
  }
  #fair .lineup .icon-wreath-r::after {
    top: -5px;
    right: -3px;
    width: 78px;
    height: 70px;
  }
  #fair .lineup .main__content__inner {
    padding: 50px 6% 20px;
    background: url(/fair/202503_alllineupfair/assets/images/img-bg-001-sp.jpg) no-repeat;
    background-size: cover;
  }
  #fair .lineup .content__img {
    margin: 0 0 20px;
  }
  #fair .lineup .accordion {
    margin: 10px 0 0;
    padding: 10px 20px 50px;
  }
  #fair .lineup .accordion > img {
    width: 100%;
  }
  #fair .lineup .accordion label {
    top: unset;
    bottom: 10px;
    right: 50%;
    width: 35px;
    height: 35px;
    transform: translate(50%, 0);
  }
  #fair .lineup .accordion label::before {
    font-size: 21px;
    padding-bottom: 3px;
    transition: transform 0.3s ease;
  }
  #fair .lineup .accordion #accordion_btn:checked + label + .accordion_content {
    max-height: 1800px;
  }
  #fair .lineup .accordion .accordion_content h3 {
    padding: 0 0 10px 10px;
    border-left-width: 5px;
    font-size: 16px;
  }
  #fair .lineup .accordion .accordion_content p {
    margin: 10px 10px 30px 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  #fair .lineup .accordion .accordion_content .note {
    margin: 0 10px 5px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  #fair .lineup .main__content {
    margin: 0 auto;
  }
  #fair .lineup .content__column {
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  #fair .lineup .content__column p:first-child {
    width: 100%;
    margin-right: 0;
  }
  #fair .lineup .content__column p:last-child {
    width: 100%;
  }
  #fair .lineup .lineup-list {
    margin: 0 auto 15px;
  }
  #fair .lineup .lineup-list .list-text01 {
    font-size: 3.6vw;
  }
  #fair .lineup .lineup-list .list-text02 {
    font-size: 3.6vw;
  }
  #fair .lineup .lineup-list .list-text03 {
    font-size: 2.5vw;
    margin-top: 15px;
    padding: 1px 3px;
  }
  #fair .lineup .lineup-list .list-text04 {
    font-size: 3vw;
  }
  #fair .lineup .flex_photo_r {
    flex-direction: column;
    margin: 0 0 70px;
  }
  #fair .lineup .flex_photo_r p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #fair .lineup .flex_photo_r img {
    width: 50%;
    margin: 0 auto;
  }
  #fair .lineup .flex_photo_r2 {
    flex-direction: column-reverse;
  }
  #fair .lineup .flex_photo_r2 img {
    width: 100%;
  }
  #fair .lineup .movie {
    margin: 10px auto;
    width: 95%;
  }
  #fair .lineup .target {
    padding: 20px 20px 1px;
    background: #000;
  }
  #fair .lineup .target h3 {
    margin: 0 0 10px;
    padding: 2px;
    font-size: 16px;
  }
  #fair .lineup .target table {
    margin: 0 0 10px;
  }
  #fair .lineup .target table th {
    padding: 5px 0 0;
    font-size: 16px;
  }
  #fair .lineup .target table td {
    padding: 5px 0 10px;
    font-size: 10px;
  }
  #fair .lineup .target:last-of-type {
    padding: 20px 0 0;
    background: #fff;
    color: #000;
  }
  #fair .lineup .target:last-of-type p {
    font-size: 10px;
  }
  #fair .lineup .target:last-of-type p strong {
    font-weight: normal;
    font-size: 12px;
  }
  #fair .lineup .target:last-of-type p span {
    color: red;
  }
}
@media (max-width: 767px) {
  #fair .lineup {
    padding: 20px 0;
  }
}
#fair .sticky {
  max-width: 1920px;
  padding: 50px 0;
  position: sticky;
  bottom: 0;
  z-index: 100;
}
#fair .sticky .section__wrap {
  max-width: 1200px;
  padding: 0 20px;
}
#fair .sticky .main__content {
  margin: 0;
}
#fair .sticky .flex-2col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#fair .sticky .flex-2col .link-btn {
  margin: 0;
}
#fair .sticky .flex-2col .link-btn img {
  display: block;
}
#fair .cancel-sticky {
  position: relative !important;
}
@media (max-width: 767px) {
  #fair .sticky {
    padding: 0;
  }
  #fair .sticky .section__wrap {
    padding: 20px 6%;
  }
  #fair .sticky .section__wrap .flex-2col {
    flex-direction: column;
    gap: 10px;
  }
  #fair .sticky .section__wrap .flex-2col .link-btn {
    margin: 0;
  }
  #fair .sticky .section__wrap .flex-2col .link-btn img {
    display: block;
  }
}
#fair #crosstrek {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
#fair .campaign {
  padding: 60px 0 70px;
}
#fair .campaign.bgOnly {
  line-height: 0;
  padding: 0;
}
#fair .campaign .section__full {
  max-width: 1920px;
}
#fair .campaign .section__wrap {
  max-width: 1920px;
}
#fair .campaign .main__content {
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
}
#fair .campaign .content__title {
  color: #002F7C;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto 10px;
}
#fair .campaign .content__img {
  line-height: 1;
  text-align: center;
  margin: auto;
  padding: 0 0 30px;
}
#fair .campaign .content__img img {
  text-align: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .campaign .content__title {
    font-size: min(2.4vw, 24px);
    text-align: center;
  }
  #fair .campaign .content__img {
    max-width: 900px;
    padding: 0 0 15px;
  }
  #fair .campaign .content__img img {
    text-align: center;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #fair .campaign {
    padding: 60px 0 60px;
  }
  #fair .campaign .main__content {
    width: 100%;
    padding: 0;
  }
  #fair .campaign .content__title {
    font-size: 4.4vw;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: left;
    padding: 30px 0 0;
    margin: 0 auto 10px;
  }
  #fair .campaign .content__img {
    padding: 0 0 20px;
  }
}
#fair .event {
  padding: 50px 0 70px;
}
#fair .event .section__wrap {
  max-width: 1920px;
}
#fair .event .main__content {
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
}
#fair .event .content__title {
  color: #231815;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-align: center;
  margin: 20px auto 10px;
}
#fair .event .content__title .text {
  border-bottom: 6px solid #009DDA;
  display: inline-block;
}
#fair .event .content__title .text:first-of-type {
  margin-bottom: 20px;
}
#fair .event .content__title .text__small {
  font-size: 34px;
}
#fair .event .content__title .img-event-txt {
  vertical-align: bottom;
  margin-left: 10px;
}
#fair .event .content__title sup {
  font-size: 16px;
  vertical-align: text-top;
}
#fair .event .content__text01 {
  color: #231815;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
}
#fair .event .content__text01 span {
  font-size: 33px;
}
#fair .event .content__note {
  display: block;
  color: #231815;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 19px;
  text-align: right;
}
#fair .event .content__img {
  background: #080404;
  margin: 20px 0 50px;
}
#fair .event .content__img .content__img-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .event .main__content {
    padding: 0 5%;
  }
  #fair .event .content__title {
    font-size: min(6vw, 60px);
  }
  #fair .event .content__title .text__small {
    font-size: min(3.4vw, 34px);
  }
  #fair .event .content__title sup {
    font-size: min(1.5vw, 15px);
    vertical-align: text-top;
  }
  #fair .event .content__text01 {
    font-size: 5vw;
  }
  #fair .event .content__text01 span {
    font-size: 3vw;
  }
  #fair .event .content__img {
    margin: 20px 0 50px;
  }
  #fair .event .content__img .content__img-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 5%;
  }
}
@media (max-width: 767px) {
  #fair .event {
    padding: 30px 0 60px;
  }
  #fair .event .section__wrap {
    padding: 0;
  }
  #fair .event .main__content {
    width: 100%;
    padding: 0;
  }
  #fair .event .content__title {
    font-size: 7vw;
    line-height: 1;
    margin: 20px auto 10px;
  }
  #fair .event .content__title .text {
    border-bottom: 4px solid #009DDA;
    display: inline-block;
  }
  #fair .event .content__title .text:first-of-type {
    margin-bottom: 20px;
  }
  #fair .event .content__title .text:last-of-type {
    margin-top: 20px;
  }
  #fair .event .content__title .text__small {
    font-size: 4vw;
  }
  #fair .event .content__title .img-event-txt {
    vertical-align: bottom;
    margin-left: 10px;
    width: 11.7340286832vw;
  }
  #fair .event .content__title sup {
    font-size: 3vw;
    vertical-align: text-top;
  }
  #fair .event .content__text01 {
    font-size: 5.5vw;
    text-align: center;
  }
  #fair .event .content__text01 span {
    font-size: 4vw;
  }
  #fair .event .content__note {
    font-size: 2.5vw;
    text-align: center;
  }
  #fair .event .content__img {
    margin: 30px 0 40px;
  }
}
#fair .navipack .section__wrap {
  max-width: 1920px;
}
#fair .navipack .main__content {
  max-width: 1200px;
  margin: auto;
  padding: 70px 50px 20px;
}
#fair .navipack .content__title {
  margin: 0 auto 15px;
}
#fair .navipack .content__title img {
  filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.9));
}
#fair .navipack .content__text01 {
  color: #6A0000;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
#fair .navipack .content__text02 {
  background: #434C51;
  padding: 15px 20px;
  margin: 10px auto 0;
}
#fair .navipack .content__text02 .text02-list {
  flex-basis: 50%;
  font-feature-settings: normal;
}
#fair .navipack .content__text02 .text02-list:last-child {
  border-left: 3px solid #fff;
  font-feature-settings: normal;
  padding-left: 20px;
}
#fair .navipack .content__text02 .text02-list .text {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.4;
}
#fair .navipack .content__text02 .text02-list .text-col {
  display: flex;
}
#fair .navipack .content__text03 {
  margin-top: 40px;
}
#fair .navipack .content__bottom {
  background: #fff;
  padding: 15px 0 60px;
  margin: 0 auto;
}
#fair .navipack .content__bottom .text__col {
  background: #00205b;
  padding: 30px 0 30px;
}
#fair .navipack .content__bottom .text__col .content__text04 {
  color: #FFF79D;
  font-size: 38px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-align: center;
}
#fair .navipack .content__bottom .text__col .content__text05 {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 0;
}
#fair .navipack .content__bottom .note__col {
  max-width: 1200px;
  padding: 0 50px;
  margin: 50px auto 0;
}
#fair .navipack .content__bottom .note__col .note__text {
  font-size: 14px;
  line-height: 1.4;
}
#fair .navipack .tab .tab__nenu {
  background-color: #003993;
  transition: background-color 0.3s;
}
#fair .navipack .tab .tab__nenu.color-01 {
  background-color: #003993;
}
#fair .navipack .tab .tab__nenu.color-02 {
  background-color: #741357;
}
#fair .navipack .tab .tab__nenu.color-03 {
  background-color: #00776d;
}
#fair .navipack .tab .tab__nenu .tab__btn {
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
}
#fair .navipack .tab .tab__nenu .tab__btn li {
  background: #B7B8B8;
  flex-basis: 33.3%;
  border-left: 1px solid #fff;
}
#fair .navipack .tab .tab__nenu .tab__btn li:first-child {
  border-left: none;
}
#fair .navipack .tab .tab__nenu .tab__btn li:first-child.active {
  background: #00205b;
}
#fair .navipack .tab .tab__nenu .tab__btn li:first-child:hover {
  cursor: pointer;
  background: #00205b;
}
#fair .navipack .tab .tab__nenu .tab__btn li:nth-of-type(2).active {
  background: #4e0533;
}
#fair .navipack .tab .tab__nenu .tab__btn li:nth-of-type(2):hover {
  cursor: pointer;
  background: #4e0533;
}
#fair .navipack .tab .tab__nenu .tab__btn li:nth-of-type(3).active {
  background: #005147;
}
#fair .navipack .tab .tab__nenu .tab__btn li:nth-of-type(3):hover {
  cursor: pointer;
  background: #005147;
}
#fair .navipack .tab .tab__nenu .tab__btn li.tab__item {
  color: #fff;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 15px 0;
}
#fair .navipack .tab .tab__content .tab__panel {
  display: none;
  padding: 60px 0 40px;
}
#fair .navipack .tab .tab__content .tab__panel:first-child.active {
  background: #0078C2;
}
#fair .navipack .tab .tab__content .tab__panel:first-child .panel-skin01 {
  background: #004478;
}
#fair .navipack .tab .tab__content .tab__panel:nth-of-type(2).active {
  background: #AC4695;
}
#fair .navipack .tab .tab__content .tab__panel:nth-of-type(2) .panel-skin02 {
  background: #652658;
}
#fair .navipack .tab .tab__content .tab__panel:nth-of-type(3).active {
  background: #00AEA7;
}
#fair .navipack .tab .tab__content .tab__panel:nth-of-type(3) .panel-skin03 {
  background: #006865;
}
#fair .navipack .tab .tab__content .tab__panel.active {
  display: block;
  transition: background-color 0.3s;
}
#fair .navipack .tab .tab__content .tab__panel .panel {
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 15px 20px;
}
#fair .navipack .tab .tab__content .tab__panel .panel.panel-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fair .navipack .tab .tab__content .tab__panel .panel .text {
  color: #fff;
  display: block;
  font-size: 32px;
  line-height: 1.3;
}
#fair .navipack .tab .tab__content .tab__panel .panel .text.text-big {
  font-size: 44px;
}
#fair .navipack .tab .tab__content .tab__panel .panel .text .text-small {
  font-size: 30px;
}
#fair .navipack .tab .tab__content .tab__panel .panel .img {
  display: block;
  max-width: 1050px;
  margin: 5px auto;
}
#fair .navipack .tab .tab__content .tab__panel .panel-price {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .navipack .content__text01 {
    font-size: min(5vw, 5rem);
  }
  #fair .navipack .content__text02 {
    padding: 15px 20px;
  }
  #fair .navipack .content__text02 .text02-list .text {
    font-size: min(2.3vw, 2.3rem);
  }
  #fair .navipack .tab .tab__content .tab__panel {
    padding: 60px 50px 40px;
  }
  #fair .navipack .content__bottom .text__col .content__text04 {
    font-size: min(3.5vw, 3.5rem);
  }
  #fair .navipack .content__bottom .text__col .content__text05 {
    font-size: min(2vw, 2rem);
  }
  #fair .navipack .content__bottom .note__col {
    padding: 0 30px;
  }
  #fair .navipack .content__bottom .note__col .note__text {
    font-size: min(1.2vw, 1.2rem);
  }
}
@media (max-width: 767px) {
  #fair .navipack .main__content {
    padding: 30px 0 5px;
  }
  #fair .navipack .content__text01 {
    font-size: 6vw;
  }
  #fair .navipack .content__text02 {
    flex-wrap: wrap;
    padding: 12px 3%;
    margin: 5px auto 0;
  }
  #fair .navipack .content__text02 .text02-list {
    flex-basis: 100%;
    font-feature-settings: "palt";
    text-align: center;
    padding-bottom: 10px;
  }
  #fair .navipack .content__text02 .text02-list:last-child {
    border-top: 2px solid #fff;
    border-left: none;
    font-feature-settings: "palt";
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
  }
  #fair .navipack .content__text02 .text02-list .text {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  #fair .navipack .content__text03 {
    margin-top: 20px;
  }
  #fair .navipack .content__bottom {
    padding: 15px 0 30px;
  }
  #fair .navipack .content__bottom .text__col .content__text04 {
    font-size: 5.3vw;
    line-height: 1.5;
  }
  #fair .navipack .content__bottom .text__col .content__text05 {
    font-size: 3.5vw;
    margin: 20px auto 0;
  }
  #fair .navipack .content__bottom .note__col {
    margin: 30px auto 0;
    padding: 0 5%;
  }
  #fair .navipack .content__bottom .note__col .note__text {
    font-size: 3vw;
  }
  #fair .navipack .tab.section__wrap {
    padding: 0;
  }
  #fair .navipack .tab .tab__nenu .tab__btn {
    padding: 0;
  }
  #fair .navipack .tab .tab__nenu .tab__btn li.tab__item {
    font-size: 4.5vw;
    line-height: 1.3;
    padding: 10px 0;
  }
  #fair .navipack .tab .tab__content .tab__panel {
    padding: 30px 5% 20px;
  }
  #fair .navipack .tab .tab__content .tab__panel .panel {
    margin: 0 auto 15px;
    padding: 15px 3%;
  }
  #fair .navipack .tab .tab__content .tab__panel .panel .text {
    font-size: 4vw;
  }
  #fair .navipack .tab .tab__content .tab__panel .panel .text.text-big {
    font-size: 4.5vw;
  }
  #fair .navipack .tab .tab__content .tab__panel .panel .text .text-small {
    font-size: 3.5vw;
  }
  #fair .navipack .tab .tab__content .tab__panel .panel .img {
    margin: 5px auto;
  }
}

/* fair link-btn css ------------------------------------------------------ */
/*****************************************************
link-btn
*****************************************************/
#fair .link-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 10px;
}
@media (max-width: 767px) {
  #fair .link-btn {
    width: 100%;
    padding: 5.2083333333vw 0 1.3020833333vw;
  }
}

/* page */
#fair .campaign_link {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 80px;
}
#fair .campaign_link.content__column {
  margin: 0 auto;
}
#fair .campaign_link.content__column p:first-child {
  width: 50%;
  margin-right: 1%;
}
#fair .campaign_link.content__column p:last-child {
  width: 50%;
}
#fair .campaign_link .link-btn {
  max-width: 400px;
}
@media (max-width: 767px) {
  #fair .campaign_link {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }
  #fair .campaign_link.content__column {
    margin: 0 auto 50px;
  }
  #fair .campaign_link.content__column p:first-child {
    width: 100%;
    margin-right: auto;
  }
  #fair .campaign_link.content__column p:last-child {
    width: 100%;
  }
}
#fair .link-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 115px;
  padding: 20px 20px 20px;
  margin: -160px auto 120px;
}
#fair .link-btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
#fair .link-btn a {
  color: #231815;
  display: block;
  position: relative;
  font-weight: 400;
  text-align: center;
}
#fair .link-btn a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #fair .link-btn {
    width: 71.6145833333vw;
    height: 15.625vw;
    margin: -20vw auto 12vw;
    padding: 8px 20px 8px 20px;
  }
  #fair .link-btn a {
    font-size: 4.2vw;
  }
  #fair .link-btn .accordion__inner {
    bottom: 110px;
  }
}
#fair .link-btn__inner {
  width: 100%;
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  #fair .link-btn__inner {
    bottom: 3vw;
    width: 80%;
  }
}

/* fair note css ------------------------------------------------------ */
/*****************************************************
note
*****************************************************/
#fair .note {
  background: #ffffff;
  padding: 30px 0 40px;
}
#fair .note .main__content {
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) {
  #fair .note .main__content {
    padding: 0 50px;
  }
}
#fair .note .icon-note {
  position: relative;
  vertical-align: middle;
  padding-left: 35px;
  margin-bottom: 20px;
}
#fair .note .icon-note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/fair/assets/img/icon-note.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 28px;
  transform: translate(0, -50%);
}
#fair .note .note__text {
  color: #231815;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
#fair .note .note__text01 {
  color: #231815;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}
#fair .note .note__text02 {
  color: #231815;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #fair .note {
    padding: 30px 0 20px;
  }
  #fair .note .icon-note {
    vertical-align: middle;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  #fair .note .icon-note:before {
    width: 15px;
    height: 14px;
  }
  #fair .note .note__text {
    font-size: 3.2vw;
  }
  #fair .note .note__text01 {
    font-size: 4vw;
    text-align: left;
  }
  #fair .note .note__text02 {
    font-size: 2.5vw;
    text-align: left;
  }
}

#fair .note {
  padding: 0 0 80px;
}
#fair .note .icon-note {
  padding-left: 30px;
}
#fair .note .icon-note::before {
  width: 25px;
  height: 23px;
}
#fair .note__text01 {
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}
#fair .note__text02 {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #fair .note {
    padding: 20px 0 50px;
  }
  #fair .note__text01 {
    font-size: 3.5vw;
    text-align: left;
  }
  #fair .note__text02 {
    font-size: 8px;
  }
  #fair .note__text02 img {
    width: 12px;
  }
}

.scale-img {
  scale: 1.03;
  transform-origin: right;
}

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// マージン設定
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.m_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m_0 {
  margin: 0 !important;
}

.m_5 {
  margin: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.m_40 {
  margin: 40px !important;
}

.m_50 {
  margin: 50px !important;
}

.m_60 {
  margin: 60px !important;
}

.m_70 {
  margin: 70px !important;
}

.m_80 {
  margin: 80px !important;
}

.m_90 {
  margin: 90px !important;
}

.m_100 {
  margin: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// パディング設定
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.p_0 {
  padding: 0 !important;
}

.p_5 {
  padding: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.p_40 {
  padding: 40px !important;
}

.p_50 {
  padding: 50px !important;
}

.p_60 {
  padding: 60px !important;
}

.p_70 {
  padding: 70px !important;
}

.p_80 {
  padding: 80px !important;
}

.p_90 {
  padding: 90px !important;
}

.p_100 {
  padding: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Width / Height
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.w_100vw {
  width: 100vw !important;
}

.h_100 {
  height: 100% !important;
}

.h_auto {
  height: auto !important;
}

.h_100vw {
  height: 100vw !important;
}

.h_100vh {
  height: 100vh !important;
}

.color_white {
  color: #fff !important;
}

.text_center {
  text-align: center !important;
}

@media (max-width: 767px) {
  .m_t0 {
    margin-top: 0px !important;
  }
  .m_t5 {
    margin-top: 2px !important;
  }
  .m_t10 {
    margin-top: 5px !important;
  }
  .m_t15 {
    margin-top: 7px !important;
  }
  .m_t20 {
    margin-top: 10px !important;
  }
  .m_t25 {
    margin-top: 12px !important;
  }
  .m_t30 {
    margin-top: 15px !important;
  }
  .m_t40 {
    margin-top: 20px !important;
  }
  .m_t50 {
    margin-top: 25px !important;
  }
  .m_t60 {
    margin-top: 30px !important;
  }
  .m_t70 {
    margin-top: 35px !important;
  }
  .m_t80 {
    margin-top: 40px !important;
  }
  .m_t90 {
    margin-top: 45px !important;
  }
  .m_t100 {
    margin-top: 50px !important;
  }
  .m_b0 {
    margin-bottom: 0px !important;
  }
  .m_b5 {
    margin-bottom: 2px !important;
  }
  .m_b10 {
    margin-bottom: 5px !important;
  }
  .m_b15 {
    margin-bottom: 7px !important;
  }
  .m_b20 {
    margin-bottom: 10px !important;
  }
  .m_b25 {
    margin-bottom: 12px !important;
  }
  .m_b30 {
    margin-bottom: 15px !important;
  }
  .m_b40 {
    margin-bottom: 20px !important;
  }
  .m_b50 {
    margin-bottom: 25px !important;
  }
  .m_b60 {
    margin-bottom: 30px !important;
  }
  .m_b70 {
    margin-bottom: 35px !important;
  }
  .m_b80 {
    margin-bottom: 40px !important;
  }
  .m_b90 {
    margin-bottom: 45px !important;
  }
  .m_b100 {
    margin-bottom: 50px !important;
  }
  .p_t0 {
    padding-top: 0px !important;
  }
  .p_t5 {
    padding-top: 2px !important;
  }
  .p_t10 {
    padding-top: 5px !important;
  }
  .p_t15 {
    padding-top: 7px !important;
  }
  .p_t20 {
    padding-top: 10px !important;
  }
  .p_t25 {
    padding-top: 12px !important;
  }
  .p_t30 {
    padding-top: 15px !important;
  }
  .p_t40 {
    padding-top: 20px !important;
  }
  .p_t50 {
    padding-top: 25px !important;
  }
  .p_t60 {
    padding-top: 30px !important;
  }
  .p_t70 {
    padding-top: 35px !important;
  }
  .p_t80 {
    padding-top: 40px !important;
  }
  .p_t90 {
    padding-top: 45px !important;
  }
  .p_t100 {
    padding-top: 50px !important;
  }
  .p_b0 {
    padding-bottom: 0px !important;
  }
  .p_b5 {
    padding-bottom: 2px !important;
  }
  .p_b10 {
    padding-bottom: 5px !important;
  }
  .p_b15 {
    padding-bottom: 7px !important;
  }
  .p_b20 {
    padding-bottom: 10px !important;
  }
  .p_b25 {
    padding-bottom: 12px !important;
  }
  .p_b30 {
    padding-bottom: 15px !important;
  }
  .p_b40 {
    padding-bottom: 20px !important;
  }
  .p_b50 {
    padding-bottom: 25px !important;
  }
  .p_b60 {
    padding-bottom: 30px !important;
  }
  .p_b70 {
    padding-bottom: 35px !important;
  }
  .p_b80 {
    padding-bottom: 40px !important;
  }
  .p_b90 {
    padding-bottom: 45px !important;
  }
  .p_b100 {
    padding-bottom: 50px !important;
  }
}/*# sourceMappingURL=style.css.map */


