@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym {
  border: 0;
}

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

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #663300;
  background: #FFFBF0;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

h1 {
  font-family: "Kiwi Maru", serif;
  font-size: 48px;
  padding-top: 1.5em;
  color: #327ec1;
  margin: 0 0 2em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h1 span {
  font-size: 16px;
  display: block;
}
h1::after {
  position: relative;
  content: "";
  display: block;
  bottom: -20px;
  left: calc(50% - 80px);
  width: 160px;
  height: 20px;
  background-image: url(../images/h_underline.svg);
  background-repeat: repeat-x;
  background-size: 100%;
}

.page__wrapper {
  max-width: 100%;
  width: 1180px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page__wrapper {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1179px) {
  .page__wrapper {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1180px) {
  .pc_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 1179px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: block;
  }
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #327ec1;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.column__wrapper {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  max-width: 100%;
  margin: auto;
}

.column {
  width: 46%;
}

.column__outside-left {
  flex: 1;
  margin-left: calc(46% - 46vw);
  margin-right: 4%;
}

.column__outside-right {
  flex: 1;
  margin-right: calc(46% - 46vw);
  padding-left: 4%;
}

.block__btn {
  text-align: center;
}
.block__btn .btn_margin {
  margin-top: 20px;
}
.block__btn .btn_center {
  margin-inline: auto;
}
.block__btn .btn {
  display: block;
  width: 320px;
  background-color: #327ec1;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.block__btn .btn::after {
  content: "◎";
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}
.block__btn .btn:hover {
  background-color: #ECB02D;
}

.comingsoon {
  text-align: center;
}

.header {
  border-top: #327ec1 10px solid;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
    border-top: #327ec1 6px solid;
    border-bottom: #327ec1 6px solid;
    border-left: #ECB02D 6px solid;
    border-right: #ECB02D 6px solid;
  }
}
.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.header .header__logo {
  width: 320px;
  margin-top: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 1179px) {
  .header .header__logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    display: none;
    width: calc(100% - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-left: 20px;
  }
}
.header .header__logo a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .header__logo .pc_logo {
    min-height: auto;
    display: none;
  }
}
.header .header__logo .sp_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header__logo .sp_logo {
    display: block;
  }
}
.header .header__nav {
  width: calc(100% - 420px);
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1179px) {
  .header .header__nav {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .header .header__nav {
    width: 60px;
    margin-top: 0px;
    padding: 3px;
  }
}
.header .header__nav nav {
  display: block;
  width: 100%;
  margin-top: -20px;
  margin-right: 40px;
}
@media screen and (max-width: 1179px) {
  .header .header__nav nav {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__nav nav {
    display: none;
  }
}
.header .header__nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 54px;
  height: 54px;
  background: #327ec1;
  cursor: pointer;
}
@media (min-width: 767px) {
  .header .header__nav__toggle {
    display: none;
  }
}
.header .header__nav__toggle-line {
  display: block;
  width: 35%;
  border-bottom: 2px solid #fff;
}
.header .header__nav__toggle-line:nth-child(2) {
  margin: 10% 0px;
}
.header .header__nav__toggle.open .header__nav__toggle-line:nth-child(1) {
  transform: rotate(45deg);
}
.header .header__nav__toggle.open .header__nav__toggle-line:nth-child(2) {
  display: none;
}
.header .header__nav__toggle.open .header__nav__toggle-line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.header .header__nav .sp_menu_nav {
  position: absolute;
  top: 80px;
  left: 20%;
  width: 80%;
  display: none;
  background: rgba(50, 126, 193, 0.94);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
}
.header .header__nav .sp_menu_nav.show {
  display: block;
}
.header .header__nav .sp_menu_nav ul {
  width: 100%;
}
.header .header__nav .sp_menu_nav li {
  padding: 0;
  font-size: 18px;
}
.header .header__nav .sp_menu_nav li span {
  display: block;
  font-size: 12px;
  padding-left: 2em;
}
.header .header__nav .sp_menu_nav li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.header .header__nav .sp_menu_nav a {
  font-family: "Kiwi Maru", serif;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
}

.menu__main {
  width: 100%;
  display: flex;
  background: #327ec1;
  padding: 6px 10px;
  border-radius: 5px;
  box-shadow: 0px 18px 0px -10px #ECB02D;
}
.menu__main li {
  flex: 1;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1179px) {
  .menu__main li {
    font-size: 16px;
  }
}
.menu__main li i {
  display: block;
  margin-bottom: 0.5em;
}
.menu__main li span {
  display: block;
  font-size: 12px;
  margin-top: 0.3em;
  white-space: nowrap;
}
.menu__main li a {
  font-family: "Kiwi Maru", serif;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
}
@media screen and (max-width: 1179px) {
  .menu__main li a {
    padding: 10px 6px;
  }
}
.menu__main li a:hover {
  background-color: #ECB02D;
}

.menu__sub {
  margin-right: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.menu__sub li {
  margin-left: 2em;
}
.menu__sub a {
  color: #327ec1;
  text-decoration: none;
}
.menu__sub a.booth_entry__guide {
  color: #FF6699;
  text-decoration: none;
}
.menu__sub a:hover {
  color: #ECB02D;
  text-decoration: underline;
}
.menu__sub a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  display: inline-block;
  margin-right: 0.3em;
}

/*
footer
------------------------------------------------------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  background: #327ec1;
  box-shadow: 0px -20px 0px -10px #ECB02D;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.8));
  margin-top: 180px;
  /*
      &::before {
          position: absolute;
          content: "";
          top: -16px;
          left: 0;
          width: 100%;
          height: 20px;
          background:
              linear-gradient(45deg, $main_color 10px, transparent 0), 
              linear-gradient(315deg, $main_color 10px, transparent 0);
      	background-size: 20px 20px;
      }
  */
}
#footer ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer ul {
    display: block;
  }
}
#footer li {
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#footer .column__info {
  width: 38%;
}
#footer .column__info .font_normal {
  font-weight: normal;
}
#footer .column__info .organizer_info {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .column__info {
    width: 100%;
    padding-top: 60px;
  }
}
#footer .column__books {
  width: 58%;
}
@media screen and (max-width: 767px) {
  #footer .column__books {
    width: 100%;
    margin-top: 40px;
  }
}
#footer .associate {
  padding: 0.5em 0;
}
#footer .btn_block {
  border-top: solid 1px #ECB02D;
  margin-top: 10px;
  padding: 10px 10px;
}
#footer .btn_block a {
  display: block;
  width: 200px;
  margin-inline: auto;
  background: #ECB02D;
  color: #fff;
  padding: 0.4em;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: normal;
}
#footer .btn_block a:hover {
  background: #e0803a;
}
#footer div.books {
  display: flex;
  justify-content: space-between;
  background: #FFFBF0;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #footer div.books {
    flex-wrap: wrap;
  }
}
#footer div.books div.item {
  width: 25%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #footer div.books div.item {
    width: 50%;
  }
}
#footer div.books div.item img {
  border: 1px solid #ccc;
}
#footer div.books div.title {
  font-size: 12px;
  font-weight: normal;
  padding: 0.3em;
  line-height: 1.4em;
}
#footer div.books a {
  text-decoration: none;
}
#footer #copyright {
  background: #ECB02D;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  background: #ECB02D;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

/*
TOP
------------------------------------------------------------------------------------------*/
#top h1 {
  margin: 0 0 1em 0;
  padding: 0;
}
#top h1::after {
  bottom: -10px;
  left: calc(50% - 80px);
  width: 160px;
  height: 20px;
}

.top_nav {
  position: relative;
  width: 900px;
  max-width: 90%;
  z-index: 9999;
  margin: -40px auto 0 auto;
}

.menu__sub.menu__sub__stop {
  margin-top: 20px;
  margin-bottom: 0;
}

.top_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.top_header nav .menu__sub a {
  color: #fff;
}
.top_header nav .menu__sub a:hover {
  color: #ECB02D;
}

.main__visual {
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg_main_visual_2025_pc_2.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 20px 0px -10px #ECB02D;
  border-top: solid 10px #00519b;
  z-index: 1;
}
.main__visual::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  height: 10px;
  background-color: #327ec1;
}
@media screen and (max-width: 767px) {
  .main__visual {
    margin-top: 60px;
    background: none;
    border: none;
  }
}
@media screen and (max-width: 1179px) {
  .main__visual {
    background-image: url(../images/bg_main_visual_2024_pc.jpg);
    background-size: auto 100%;
  }
}
.main__visual .video-container {
  width: 100%;
  height: 900px;
  position: relative;
  margin-top: -20px;
}
@media screen and (max-width: 1179px) {
  .main__visual .video-container {
    height: 700px;
  }
}
.main__visual .top_main_logo {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  z-index: 9998;
}
.main__visual .date_place {
  position: absolute;
  z-index: 9997;
  right: 30px;
  bottom: 30px;
  width: 40%;
}

.top_pickup {
  padding: 60px 0 60px 0;
  background-image: url(../images/background/illust_002.svg);
  background-repeat: no-repeat;
  background-position: right 40px top;
  background-size: 30%;
}
@media screen and (max-width: 767px) {
  .top_pickup {
    margin: 30px 0;
    padding: 30px 0;
    background-size: 50%;
    background-position: right 10px top;
  }
}

.pickup_slide {
  display: flex;
}
.pickup_slide li {
  background: #F4EAC4;
  padding: 10px;
  margin: 0px;
}
.pickup_slide li a {
  text-decoration: none;
  color: #327ec1;
  font-size: 14px;
  text-align: center;
}
.pickup_slide li img {
  display: block;
  margin: 0 auto 6px auto;
  width: 30vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
@media screen and (max-width: 767px) {
  .pickup_slide li img {
    width: 60vw;
  }
}
.pickup_slide .slick-track {
  display: flex;
}
.pickup_slide .slick-slide {
  height: auto !important;
}
.pickup_slide .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.pickup_slide .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ECB02D; /*矢印の色*/
  border-right: 2px solid #ECB02D; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 32%;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 13%;
  }
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 32%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 13%;
  }
}

.top_news {
  margin: 30px 0 0px 0;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top_news {
    margin: 30px 0 30px 0;
    padding: 10px 0;
    background-position: right 10px top;
  }
}
.top_news .page__wrapper {
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top_news .page__wrapper {
    width: 100%;
  }
}
.top_news dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_news dl {
    display: block;
  }
}
.top_news dt {
  color: #327ec1;
}
.top_news dd {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .top_news dd {
    margin-left: 1em;
  }
}

#top_notice {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #top_notice {
    display: block;
  }
}
#top_notice .attention {
  width: 49%;
  padding: 16px 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #top_notice .attention {
    width: 100%;
    padding: 10px 10px;
  }
}
#top_notice .attention img {
  width: 45px;
  display: inline-block;
  margin-right: 5px;
}
#top_notice .attention .ttl_attention {
  display: flex;
  align-items: center;
}
#top_notice .attention .ttl_attention span {
  display: inline-block;
  margin-left: 20px;
  padding: 0 1em;
  font-size: 16px;
  background: #327ec1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top_notice .attention .ttl_attention span {
    font-size: 14px;
    margin-left: 10px;
    padding: 0.2em 1em;
  }
}
#top_notice .attention ul {
  margin-top: 10px;
}
#top_notice .attention li {
  line-height: 1.4em;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
#top_notice .attention li span {
  color: #327ec1;
}
#top_notice .news {
  width: 49%;
  padding: 16px 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #top_notice .news {
    width: 100%;
    margin-top: 20px;
    padding: 10px 10px;
  }
}
#top_notice .news dl, #top_notice .news dt, #top_notice .news dd {
  margin-inline-start: 0px;
}
#top_notice .news .ttl_news {
  margin-bottom: 1em;
}
#top_notice .news .ttl_news span {
  display: inline-block;
  padding: 0 1em;
  font-size: 14px;
  background: #327ec1;
  color: #fff;
}
#top_notice .news dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 120px;
  overflow-y: auto;
}
#top_notice .news dt {
  width: 24%;
  margin: 0;
  color: #e0803a;
}
#top_notice .news dd {
  width: 76%;
  margin: 0;
  padding-right: 15px;
}
#top_notice .news dl::-webkit-scrollbar {
  width: 14px;
}
#top_notice .news dl::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ccc;
}
#top_notice .news dl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #327ec1;
}
#top_notice .news a {
  color: #FF6699;
}
#top_notice .news a:hover {
  color: #FF0000;
}

.top_outline.fix_bg {
  background-color: rgba(255, 0, 0, 0.5);
  background-image: url(https://www.motorcamp-expo.jp/2024/images/bg-test-2024-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .top_outline.fix_bg {
    background-size: auto 100%;
  }
}

.top_outline {
  margin: 60px 0 0 0;
  padding: 60px 0;
  /*
      .column__outside-left {
          @include mq('sp') {
             display: none;
             margin-left: 0;
             margin-right: 0;
          }
      }
      .column__outside-left img {
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          @include mq('sp'){
             display: none;
          }
      }
  */
}
@media screen and (max-width: 767px) {
  .top_outline {
    margin: 60px 0 0 0;
    padding: 30px 0;
  }
}
.top_outline .column__wrapper {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .top_outline .column__wrapper {
    display: block;
    justify-content: none;
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_outline .column {
    width: 100%;
  }
}
.top_outline .column.poster {
  width: 45%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_outline .column.poster {
    display: none;
  }
}
.top_outline .column.poster img {
  width: 90%;
  box-shadow: 5px 5px 0px -1px #ECB02D;
}
.top_outline .column.column__txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_outline .column.column__txt {
    width: 100%;
  }
}
.top_outline .column__txt_wrapper {
  width: 100%;
}
.top_outline .column__txt {
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_outline .column__txt {
    padding: 0 20px;
    display: block;
  }
}
.top_outline .campaign_banner {
  padding: 60px 30px 0 30px;
  text-align: center;
}
.top_outline .campaign_banner img {
  width: 480px;
}
.top_outline .event-date,
.top_outline .event-place {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .top_outline .event-date,
  .top_outline .event-place {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top_outline .event-time {
    text-align: center;
  }
}
.top_outline .event-time::after {
  position: relative;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 160px;
  height: 20px;
  margin-bottom: 10px;
  background-image: url(../images/h_underline.svg);
  background-repeat: repeat-x;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .top_outline .event-time::after {
    margin-inline: auto;
  }
}
.top_outline .event-time,
.top_outline .event-price {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_outline .event-time,
  .top_outline .event-price {
    font-size: 16px;
  }
}
.top_outline .event-price .event-price-wrapper {
  border: 1px solid #fff;
  padding: 0 1em 0.5em 1em;
  margin-block: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_outline .event-price .event-price-wrapper {
    padding: 0.5em 1em;
  }
}
.top_outline .event-price .ticket-title {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .top_outline .event-price .ticket-title {
    text-align: center;
  }
}
.top_outline .event-price .ticket-item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_outline .event-price .ticket-item {
    display: block;
    text-align: center;
  }
}
.top_outline .event-price .ticket-item span {
  font-size: 30px;
  color: #ffe084;
}
@media screen and (max-width: 767px) {
  .top_outline .event-price .ticket-item span {
    font-size: 18px;
    margin-left: 1em;
  }
}
.top_outline .event-price .ticket-item + .ticket-item::before {
  content: " ／ ";
}
@media screen and (max-width: 767px) {
  .top_outline .event-price .ticket-item + .ticket-item::before {
    content: "";
  }
}
.top_outline .event-price_note {
  font-size: 14px;
}
.top_outline .txt_wrapper {
  background-color: #327ec1;
  padding: 2em 2em;
  border-radius: 10px;
  box-shadow: 5px 5px 0px -1px #ECB02D;
}
@media screen and (max-width: 767px) {
  .top_outline .txt_wrapper {
    padding: 1em 1em;
    margin: 0 auto;
  }
}
.top_outline .block__outline-note {
  display: flex;
  width: 780px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .top_outline .block__outline-note {
    display: block;
  }
}
.top_outline .block__outline-note .outline-note-icons {
  white-space: nowrap;
  text-align: center;
}
.top_outline .block__outline-note .outline-note {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top_outline .block__outline-note .outline-note {
    margin-right: 20px;
  }
}
.top_outline .block__outline-note .outline-note li {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.top_outline .special-sponsor {
  margin-top: 10px;
}
.top_outline .special-sponsor::before {
  position: relative;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 160px;
  height: 20px;
  margin-bottom: 20px;
  background-image: url(../images/h_underline.svg);
  background-repeat: repeat-x;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .top_outline .special-sponsor::before {
    margin-inline: auto;
  }
}
.top_outline .special-sponsor .special-sponsor-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_outline .special-sponsor .special-sponsor-container label {
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.5em;
}
.top_outline .special-sponsor .special-sponsor-container .logo-sponsor {
  width: 200px;
  max-width: 60%;
}
.top_outline .block__btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_outline .block__btn {
    display: block;
  }
}
.top_outline .block__btn .btn {
  width: 48%;
  background-color: #FF6699;
  box-shadow: 5px 5px 0px -1px #ECB02D;
}
@media screen and (max-width: 767px) {
  .top_outline .block__btn .btn {
    width: 90%;
  }
}
.top_outline .block__btn .btn:hover {
  background-color: #327ec1;
}

.block__outline-note {
  background-color: #efefef;
  padding: 0.5rem 0;
}
.block__outline-note .block__outline-note_wrapper {
  display: flex;
  width: 700px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .block__outline-note .block__outline-note_wrapper {
    display: block;
  }
}
.block__outline-note .block__outline-note_wrapper .outline-note-icons {
  white-space: nowrap;
  text-align: center;
}
.block__outline-note .block__outline-note_wrapper .outline-note {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .block__outline-note .block__outline-note_wrapper .outline-note {
    margin-right: 20px;
  }
}
.block__outline-note .block__outline-note_wrapper .outline-note li {
  font-size: 14px;
  font-weight: bold;
}

.social .page__wrapper {
  width: 980px;
  max-width: 100%;
}
.social .fb-page {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .social .column__wrapper {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .social .column {
    width: 100%;
  }
}
.social .column__outside-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .social .column__outside-right {
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.social .column__outside-right img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .social .column__outside-right img {
    display: none;
  }
}

.top_contents_list {
  margin: 0 0 30px 0;
  padding: 100px 0 0 0;
  background-image: url(../images/background/illust_002.svg);
  background-repeat: no-repeat;
  background-position: right 40px top;
  background-size: 30%;
}
@media screen and (max-width: 767px) {
  .top_contents_list {
    margin: 0 0 30px 0;
    padding: 60px 0 0 0;
    background-size: 50%;
    background-position: right 10px top;
  }
}

.contents_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contents_list {
    display: block;
    margin-top: 60px;
  }
}

.contens_list_card {
  width: 33.3333333%;
  padding: 0 20px 60px 20px;
}
@media screen and (max-width: 767px) {
  .contens_list_card {
    width: 100%;
    padding: 0 20px 60px 20px;
  }
}
.contens_list_card .contens_list_card_title {
  margin: 1em 0 1em 0;
  font-size: 14px;
  text-align: center;
}
.contens_list_card img {
  border-radius: 5px;
  box-shadow: 5px 5px 0px -1px #ECB02D;
}
.contens_list_card .btn {
  padding: 6px;
  max-width: 90%;
}
@media screen and (min-width: 1180px) {
  .contens_list_card:nth-child(1) {
    margin-top: -30px;
  }
  .contens_list_card:nth-child(2) {
    margin-top: 0px;
  }
  .contens_list_card:nth-child(3) {
    margin-top: 30px;
  }
  .contens_list_card:nth-child(4) {
    margin-top: -30px;
  }
  .contens_list_card:nth-child(5) {
    margin-top: 0px;
  }
  .contens_list_card:nth-child(6) {
    margin-top: 30px;
  }
}

#map .map_wrapper {
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
}
#map img {
  border-radius: 5px;
  box-shadow: 4px 4px 0px 0px rgb(236, 176, 45);
}
#map .block__btn {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #map .block__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #map .btn {
    padding: 6px;
    max-width: 90%;
  }
}

/*
OUTLINE
------------------------------------------------------------------------------------------*/
#outline {
  background-image: url(../images/background/illust_001.svg);
  background-repeat: no-repeat;
  background-position: right 30px top;
  background-size: 30%;
}
@media screen and (max-width: 767px) {
  #outline {
    background-position: right 10px top;
  }
}

.outline__item {
  text-align: center;
}

.outline__item__title {
  font-size: 16px;
  margin: 0 auto;
  width: 12em;
  padding: 0 0.5em;
  border-radius: 5px;
  background-color: #327ec1;
  color: #fff;
  box-shadow: 0px 6px 0px -3px #ECB02D;
}

.outline__note {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .outline__note {
    text-align: left;
  }
}

.outline__item__content {
  margin: 20px 0 60px 0;
}

.outline__item__content.ticket_store {
  margin: -40px 0 60px 0;
}

.text__size__large {
  font-size: 22px;
}

.text__size__small {
  font-size: 14px;
}

.gmap {
  margin: 1em 0;
}

#outline .event-price .event-price-wrapper {
  display: inline-block;
  border: 1px solid #327ec1;
  background-color: #fff;
  padding: 0 3em 0.5em 3em;
  margin-block: 0.5em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #outline .event-price .event-price-wrapper {
    display: block;
    padding: 0.5em 1em;
  }
}
#outline .event-price .ticket-title {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #outline .event-price .ticket-title {
    text-align: center;
  }
}
#outline .event-price .ticket-item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #outline .event-price .ticket-item {
    display: block;
    text-align: center;
  }
}
#outline .event-price .ticket-item span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #outline .event-price .ticket-item span {
    font-size: 18px;
    margin-left: 1em;
  }
}
#outline .event-price .ticket-item + .ticket-item::before {
  content: " ／ ";
}
@media screen and (max-width: 767px) {
  #outline .event-price .ticket-item + .ticket-item::before {
    content: "";
  }
}
#outline .outline__item__content.ticket_store .block__btn .btn {
  background-color: #FF6699;
}
#outline .outline__item__content.ticket_store .block__btn .btn:hover {
  background-color: #ECB02D;
}
#outline .logo-sponsor {
  margin-block: 30px 0;
  margin-inline: auto;
  width: 200px;
  max-width: 60%;
}

/*
TICKET
------------------------------------------------------------------------------------------*/
#ticket {
  background-image: url(../images/background/illust_001.svg);
  background-repeat: no-repeat;
  background-position: right 30px top;
  background-size: 30%;
}
@media screen and (max-width: 767px) {
  #ticket {
    background-position: right 10px top;
  }
}

.ticket__item {
  text-align: center;
}

.ticket__item__title {
  font-size: 16px;
  margin: 0 auto;
  width: 12em;
  padding: 0 0.5em;
  border-radius: 5px;
  background-color: #327ec1;
  color: #fff;
  box-shadow: 0px 6px 0px -3px #ECB02D;
}

.ticket__note {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .ticket__note {
    text-align: left;
  }
}

.ticket__attention {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .ticket__attention {
    text-align: left;
  }
}
.ticket__attention:before {
  display: block;
  content: "-----";
  text-align: center;
}

.ticket__item__content {
  margin: 20px 0 60px 0;
}

.ticket_store {
  margin: -40px 0 60px 0;
}

#ticket .ticket__event-price .event-price-wrapper {
  display: inline-block;
  border: 1px solid #327ec1;
  background-color: #fff;
  padding: 0 3em 0.5em 3em;
  margin-block: 0.5em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #ticket .ticket__event-price .event-price-wrapper {
    display: block;
    padding: 0.5em 1em;
  }
}
#ticket .ticket__event-price .ticket-title {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #ticket .ticket__event-price .ticket-title {
    text-align: center;
  }
}
#ticket .ticket__event-price .ticket-item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #ticket .ticket__event-price .ticket-item {
    display: block;
    text-align: center;
  }
}
#ticket .ticket__event-price .ticket-item span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #ticket .ticket__event-price .ticket-item span {
    font-size: 18px;
    margin-left: 1em;
  }
}
#ticket .ticket__event-price .ticket-item + .ticket-item::before {
  content: " ／ ";
}
@media screen and (max-width: 767px) {
  #ticket .ticket__event-price .ticket-item + .ticket-item::before {
    content: "";
  }
}
#ticket .ticket_store_info {
  margin: 40px auto 60px auto;
  width: 840px;
  max-width: 100%;
}
#ticket .ticket_store_info .ticket_store_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #ticket .ticket_store_info .ticket_store_list {
    justify-content: center;
  }
}
#ticket .ticket_store_info .ticket_store_item {
  width: 32%;
  border: solid 1px #327ec1;
  background-color: #fff;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  #ticket .ticket_store_info .ticket_store_item {
    width: 90%;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #ticket .ticket_store_info .ticket_store_name {
    margin-top: -40px;
    padding: 0.3em;
    border: solid 1px #327ec1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #ticket .ticket_store_info .ticket_store_name img {
    height: 40px;
  }
}
#ticket .ticket_store_info .ticket_code {
  margin-block: 1em;
}
#ticket .ticket_store_info .ticket_code .code {
  background-color: #efefef;
  padding: 0.5em 1em;
  font-size: 16px;
}
#ticket .ticket_store_info .purchase_note {
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: 14px;
  text-align: left;
}

/*
EXHIBITION
------------------------------------------------------------------------------------------*/
#exhibition {
  margin: 0px 0;
  background-image: url(../images/background/illust_002.svg);
  background-repeat: no-repeat;
  background-position: right 40px top;
  background-size: 30%;
}
#exhibition h2 {
  text-align: center;
  margin: 2em 0 1em 0;
  color: #327ec1;
  font-family: "Kiwi Maru", serif;
  font-size: 26px;
}

.exhibition_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .exhibition_list ul {
    gap: 4%;
  }
}
.exhibition_list li {
  width: 18%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .exhibition_list li {
    width: 46%;
    margin-bottom: 40px;
  }
}
.exhibition_list li div {
  font-size: 12px;
  text-align: center;
  margin-top: 1em;
}
.exhibition_list li a {
  text-decoration: none;
  color: #333;
}

/*
FAQ
------------------------------------------------------------------------------------------*/
#faq {
  background-image: url(../images/background/illust_001.svg);
  background-repeat: no-repeat;
  background-position: right 30px top;
  background-size: 30%;
}

@media screen and (min-width: 1180px) {
  .faq_list {
    margin: 0 120px;
  }
}
@media screen and (max-width: 1179px) {
  .faq_list {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq_list {
    margin: 0 10px;
  }
}
.faq_list .open::before {
  transform: rotate(-45deg);
  top: 22px;
}
.faq_list dl {
  position: relative;
  text-align: left;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: solid 1px #f7c200;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq_list dl {
    padding: 15px 15px;
  }
}
.faq_list dl::before {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 30px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 3px solid #e0803a;
  border-right: 3px solid #e0803a;
}
@media screen and (max-width: 767px) {
  .faq_list dl::before {
    right: 15px;
  }
}
.faq_list dt {
  position: relative;
  padding: 0 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .faq_list dt {
    padding: 0 30px 0 30px;
  }
}
.faq_list dt::before {
  display: inline-block;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.　";
  color: #e0803a;
}
.faq_list dd {
  display: none;
  font-weight: normal;
  padding: 0.5em 30px 0 0;
}
@media screen and (max-width: 767px) {
  .faq_list dd {
    margin-left: 30px;
    padding-right: 0px;
  }
}

/*
PICK UP
------------------------------------------------------------------------------------------*/
#pickup {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #pickup {
    margin-top: 120px;
  }
}

.contents__header {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents__header {
    display: block;
  }
}

.pickup_badge {
  background-color: #ECB02D;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .pickup_badge {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -40px;
    right: 10px;
    font-size: 12px;
  }
}

.contents__header__title {
  margin-left: 1em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 26px;
  border-top: solid 3px #327ec1;
  border-bottom: solid 3px #327ec1;
  width: calc(100% - 120px - 2em);
  background-color: #fffdf7;
}
.contents__header__title .note {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contents__header__title .note {
    font-size: 12px;
  }
}
.contents__header__title .link_url {
  display: block;
  font-size: 12px;
}
.contents__header__title .external-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .contents__header__title {
    margin-left: 0;
    padding: 1em;
    width: 96%;
    font-size: 18px;
    margin: 0 10px;
  }
}

.pickup__contents {
  margin: 30px auto;
  width: 860px;
  max-width: 100%;
  padding: 60px 60px;
  background-color: #fffdf7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pickup__contents {
    padding: 30px 20px;
  }
}

.contents__title {
  margin-bottom: 60px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .contents__title {
    font-size: 18px;
  }
}

.introduction_items {
  margin: 60px auto;
  padding: 0 10px;
}
.introduction_items li {
  margin-bottom: 60px;
}
.introduction_items li p {
  margin: 1em 0;
}
.introduction_items li p.side_bar {
  border-left: solid 6px #ECB02D;
  padding-left: 1em;
}

.exhibition_info {
  border: solid 3px #327ec1;
  border-radius: 10px;
  padding: 1em;
  text-align: center;
  background-color: #FFFBF0;
}
.exhibition_info .ttl {
  width: 6em;
  margin: 0 auto;
  background-color: #327ec1;
  color: #fff;
}
.exhibition_info dt {
  font-size: 20px;
}
.exhibition_info dd {
  font-size: 14px;
}
.exhibition_info dd .external-link {
  display: block;
}

.pickup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
@media screen and (max-width: 767px) {
  .pickup_list {
    gap: 3%;
  }
}
.pickup_list li {
  width: 19%;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 4px 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .pickup_list li {
    width: 30%;
    padding: 2px 0;
  }
}
.pickup_list li p {
  margin-top: 1em;
}
.pickup_list li img {
  border-radius: 5px;
}

/*
PICK UP MAIN LIST
------------------------------------------------------------------------------------------*/
#pickup_main {
  margin: 0px 0;
  background-image: url(../images/background/illust_002.svg);
  background-repeat: no-repeat;
  background-position: right 40px top;
  background-size: 30%;
}

.pickup_main_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
@media screen and (max-width: 767px) {
  .pickup_main_list ul {
    gap: 4%;
  }
}
.pickup_main_list li {
  width: 24%;
  font-size: 14px;
  margin-bottom: 60px;
  padding: 4px 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .pickup_main_list li {
    width: 46%;
    padding: 2px 0;
    margin-bottom: 30px;
  }
}
.pickup_main_list li p {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup_main_list li p {
    text-align: left;
  }
}
.pickup_main_list li img {
  border-radius: 5px;
  box-shadow: 4px 4px 0px 0px rgb(244, 234, 196);
}
.pickup_main_list li .title {
  display: none;
  border-top: solid 1px #ECB02D;
  margin-top: 0.5em;
  padding-top: 1em;
}
.pickup_main_list li a {
  color: #663300;
}
.pickup_main_list li a:hover img {
  opacity: 0.5;
  box-shadow: 4px 4px 0px 0px rgb(236, 176, 45);
}
.pickup_main_list li a:hover p {
  color: #327ec1;
}

/*
activity
------------------------------------------------------------------------------------------*/
#activity {
  margin: 0px 0;
  background-image: url(../images/background/illust_002.svg);
  background-repeat: no-repeat;
  background-position: right 40px top;
  background-size: 30%;
}
@media screen and (max-width: 767px) {
  #activity {
    margin: 0 0 30px 0;
    background-size: 40%;
    background-position: right 10px top;
  }
}
#activity table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  font-weight: normal;
}
#activity table th, #activity table td {
  border: solid 1px #ccc;
  padding: 0.5em;
}
#activity table th {
  background-color: #efefef;
  text-align: center;
  white-space: nowrap;
}
#activity #activity_list {
  margin-bottom: 60px;
}
#activity #activity_list h2 {
  border-top: solid 2px #f7c200;
  border-bottom: solid 2px #f7c200;
  padding: 0.3em 0;
  text-align: center;
  font-size: 18px;
}
#activity #activity_list .catch {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 2em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #activity #activity_list .catch {
    font-size: 22px;
  }
}
#activity #activity_list .catch.youtuber {
  margin-top: 3em;
}
#activity #activity_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #activity #activity_list ul {
    display: block;
  }
}
#activity #activity_list li {
  width: 48%;
  margin: 0.5em 1%;
  background: #fff;
  padding: 30px;
  border: solid 1px #efefef;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #activity #activity_list li {
    width: 100%;
    padding: 20px;
  }
}
#activity #activity_list li img {
  margin: 20px auto;
}
#activity #activity_list li p {
  font-size: 14px;
  font-weight: normal;
}
#activity #activity_list li .detail_note {
  margin-bottom: 1em;
}
#activity #activity_list li .detail_note .list {
  text-indent: -1em;
  padding-left: 1em;
}
#activity #activity_list li .subinfo {
  background-color: #efefef;
  padding: 1em;
  font-size: 14px;
  font-weight: normal;
}
#activity #activity_list li p + .subinfo {
  margin-top: 1.6em;
}
#activity #activity_list li .subinfo-item {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
}
#activity #activity_list li .subinfo-item .flex-list {
  display: flex;
  flex-wrap: wrap;
}
#activity #activity_list li .subinfo-item .flex-list dt {
  width: 10em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #activity #activity_list li .subinfo-item .flex-list dt {
    display: block;
    width: 100%;
  }
}
#activity #activity_list li .subinfo-item .flex-list dt::before {
  content: "◆";
}
@media screen and (max-width: 767px) {
  #activity #activity_list li .subinfo-item .flex-list {
    display: block;
  }
}
#activity #activity_list li .subinfo-item .flex-list dd {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #activity #activity_list li .subinfo-item .flex-list dd {
    display: block;
    margin-left: 1em;
  }
}
#activity #activity_list li .subinfo-item .flex-list dd + dd {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  #activity #activity_list li .subinfo-item .flex-list dd + dd {
    margin-left: 1em;
  }
}
#activity #activity_list li .subinfo-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  display: inline-block;
  margin-right: 0.3em;
}
#activity #activity_list li .prize-sponsor div {
  display: inline-block;
}
#activity #activity_list li .prize-sponsor div::after {
  content: "／";
}
#activity #activity_list .text-wrapper {
  background-color: #fff;
  margin-inline: 1%;
  padding: 60px 120px;
  border: solid 1px #efefef;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #activity #activity_list .text-wrapper {
    width: 100%;
    padding: 20px;
  }
}
#activity #activity_list .text-wrapper p {
  font-size: 14px;
  font-weight: normal;
}
#activity #activity_list .text-wrapper .detail_note {
  margin-bottom: 1em;
}
#activity #activity_list .text-wrapper .detail_note .list {
  text-indent: -1em;
  padding-left: 1em;
}
#activity #activity_list .text-wrapper .subinfo {
  background-color: #efefef;
  padding: 1em;
  font-size: 14px;
  font-weight: normal;
}
#activity #activity_list .text-wrapper p + .subinfo {
  margin-top: 1.6em;
}
#activity #activity_list .text-wrapper p + .subinfo {
  margin-top: 1.6em;
}
#activity #activity_list .text-wrapper .subinfo-item {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
}
#activity #activity_list .text-wrapper .subinfo-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  display: inline-block;
  margin-right: 0.3em;
}
#activity #activity_list .flex-wrapper {
  display: flex;
  gap: 1.6em;
}
@media screen and (max-width: 767px) {
  #activity #activity_list .flex-wrapper {
    display: block;
  }
}
#activity #activity_list .flex-wrapper .image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #activity #activity_list .flex-wrapper .image {
    width: 70%;
    margin-block: 1em;
    margin-inline: auto;
  }
}
#activity #activity_list .flex-wrapper .exp {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #activity #activity_list .flex-wrapper .exp {
    width: 100%;
  }
}
#activity #activity_list .flex-wrapper .exp .subinfo {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #activity #activity_list .flex-wrapper .exp .subinfo {
    position: relative;
  }
}
#activity #activity_list .flex-wrapper .exp h2 {
  margin-bottom: 1em;
}
#activity #workshop_list {
  margin-bottom: 60px;
}
#activity #workshop_list h2 {
  border-top: solid 2px #f7c200;
  border-bottom: solid 2px #f7c200;
  padding: 0.3em 0;
  text-align: center;
  font-size: 18px;
}
#activity #workshop_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #activity #workshop_list ul {
    display: block;
  }
}
#activity #workshop_list li {
  width: 32%;
  margin: 0.5em 0.5% 2em 0.5%;
  background: #fff;
  padding: 30px;
  border: solid 1px #efefef;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #activity #workshop_list li {
    width: 100%;
  }
}
#activity #workshop_list li img {
  display: block;
  margin: 20px auto;
  width: 380px;
}
@media screen and (max-width: 767px) {
  #activity #workshop_list li img {
    width: 80%;
  }
}
#activity #workshop_list li p {
  font-size: 14px;
  font-weight: normal;
}
#activity #gourmet_list .logo_list-section {
  text-align: center;
}
#activity #gourmet_list .logo_list-section img {
  width: 180px;
  max-width: 40%;
}
#activity #gourmet_list h1 {
  padding-top: 0.5em;
  line-height: 1.2em;
}
#activity #gourmet_list h2 {
  border-top: solid 2px #f7c200;
  border-bottom: solid 2px #f7c200;
  padding: 0.3em 0;
  text-align: center;
  font-size: 18px;
}
#activity #gourmet_list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #activity #gourmet_list ul {
    display: block;
  }
}
#activity #gourmet_list li {
  width: 31%;
  margin: 0.5em 1%;
  background: #fff;
  padding: 20px 15px 15px 20px;
  border: solid 1px #efefef;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #activity #gourmet_list li {
    width: 100%;
  }
}
#activity #gourmet_list li img {
  display: block;
  margin: 20px auto 10px auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #activity #gourmet_list li img {
    width: 80%;
  }
}
#activity #gourmet_list li p {
  font-size: 14px;
  font-weight: normal;
}

/*
strada
------------------------------------------------------------------------------------------*/
#strada .intro_base {
  margin-top: 120px;
}
#strada .intro_base .sponsor_mark {
  text-align: center;
}
#strada .intro_base .sponsor_mark span {
  background: #327ec1;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
}
#strada .intro_base .strada_top_logo {
  text-align: center;
  margin-block: 1em 1.5em;
}
#strada .intro_base h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 32px;
  color: #327ec1;
  margin: 0 0 2em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #strada .intro_base h2 {
    font-size: 28px;
  }
}
#strada .intro_base h2 span {
  font-size: 16px;
  display: block;
}
#strada .intro_base h2::after {
  position: relative;
  content: "";
  display: block;
  bottom: -20px;
  left: calc(50% - 80px);
  width: 160px;
  height: 20px;
  background-image: url(../images/h_underline.svg);
  background-repeat: repeat-x;
  background-size: 100%;
}
#strada .intro_base .intro_container {
  width: 900px;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#strada .intro_base .intro_container .intro_item.image img {
  border-radius: 10px;
  box-shadow: 5px 5px 0px -1px #ECB02D;
}
#strada .intro_base .intro_container .intro_item {
  width: 100%;
  max-width: 100%;
}
#strada .intro_base .intro_container .intro_item .main_catch {
  font-size: 18px;
  margin-block: 3em 2em;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  #strada .intro_base .intro_container .intro_item .main_catch {
    font-size: 16px;
    margin-block: 1em 2em;
  }
}
#strada .intro_base .intro_container .intro_item img {
  border-radius: 10px;
}
#strada .intro_base .intro_container .intro_item .intro_item_note {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
#strada .intro_base .intro_container .intro_item .intro_item_image {
  text-align: center;
  margin-block: 1em;
}
#strada .intro_base .intro_container .intro_item .strada_enquete {
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
  padding: 1em 2em;
  margin-bottom: 2em;
  background-color: #fff;
  border-radius: 10px;
}
#strada .intro_base .intro_container .intro_item .strada_enquete .strada_enquete_title {
  text-align: center;
}
#strada .product_base {
  width: 900px;
  max-width: 100%;
  margin-top: 100px;
  margin-inline: auto;
  padding: 2em 1em;
  background-color: #fff;
  border-radius: 10px;
  border: solid 6px #F4EAC4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #strada .product_base {
    width: 100%;
    padding: 1em 0.5em;
    margin-top: 60px;
  }
}
#strada .product_base h2 {
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #strada .product_base h2 {
    padding-top: 1.5em;
  }
}
#strada .product_base .h2_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
@media screen and (max-width: 767px) {
  #strada .product_base .h2_inner {
    display: block;
  }
  #strada .product_base .h2_inner img {
    display: block;
    width: 280px;
    margin-inline: auto;
  }
}
#strada .product_base .main_image {
  margin: 2em 0 0 0;
  border-radius: 10px 10px 0 0;
}
#strada .product_base .main_catch {
  font-size: 16px;
  background-color: #F4EAC4;
  padding: 1em 2em;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #strada .product_base .main_catch {
    font-size: 14px;
    padding: 1em 1em;
  }
}
#strada .product_base .main_title {
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #strada .product_base .main_title {
    font-size: 18px;
  }
}
#strada .product_base .main_title span {
  color: #327ec1;
}
#strada .product_base .back_circle {
  background-image: url(../../images/background/circle.svg);
  background-size: 240px;
  width: 240px;
  height: 240px;
  position: absolute;
  z-index: 999;
  top: -50px;
  right: -120px;
}
@media screen and (max-width: 1179px) {
  #strada .product_base .back_circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #strada .product_base .back_circle {
    display: none;
  }
}
#strada .product_items {
  padding: 0 4em;
}
@media screen and (max-width: 767px) {
  #strada .product_items {
    padding: 0 2em;
  }
}
#strada .item_header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-left: -30px;
  margin-top: 80px;
}
#strada .item_header.first_item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #strada .item_header {
    display: block;
    margin-left: -10px;
    margin-top: 80px;
  }
  #strada .item_header.first_item {
    margin-top: 40px;
  }
}
#strada .item_header .ttl_item {
  border-top: dashed 2px #327ec1;
  border-bottom: dashed 2px #327ec1;
  padding: 0.5em 1em;
  width: calc(100% - 120px);
  color: #327ec1;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #strada .item_header .ttl_item {
    width: 100%;
    padding: 0.5em;
    font-size: 18px;
    text-align: center;
  }
}
#strada .item_badge {
  background-color: #ECB02D;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #strada .item_badge {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -35px;
    left: -10px;
    font-size: 12px;
  }
}
#strada .item_badge span {
  width: 100%;
  font-size: 36px;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #strada .item_badge span {
    font-size: 26px;
  }
}
#strada .item_image {
  margin-top: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #strada .item_image {
    padding: 0;
  }
}
#strada .item_image img {
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgb(244, 234, 196);
}
@media screen and (max-width: 767px) {
  #strada .item_image img {
    display: block;
    margin-inline: auto;
  }
}
#strada .item_image p {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-left: solid 6px #ECB02D;
}
@media screen and (max-width: 767px) {
  #strada .item_image p {
    font-size: 14px;
  }
}
#strada .item_image.flex_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #strada .item_image.flex_item {
    display: block;
  }
}
#strada .item_image.flex_item p {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  #strada .item_image.flex_item p {
    margin-left: 0;
  }
}
#strada .detail-explain {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 2em;
  background-color: #FFFBF0;
}
@media screen and (max-width: 767px) {
  #strada .detail-explain {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  #strada .detail-explain p {
    font-size: 14px;
  }
}
#strada .detail-explain p + p {
  margin-top: 1em;
}
#strada .product_exhibition {
  text-align: center;
  background-color: #F4EAC4;
  border-radius: 10px;
  padding: 1em;
}
#strada .product_exhibition .ttl {
  margin-bottom: 1em;
}
#strada .product_exhibition .ttl span {
  background: #327ec1;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
}
#strada .product_exhibition a {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */