@charset "UTF-8";
@media screen and (min-width: 1920px) {
  .mainvisual__flow {
    background: url("../img/main_bk-scaling.webp") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
@media only screen and (min-width: 1920px) and (min-resolution: 192dpi) {
  .mainvisual__flow {
    background: url("../img/main_bk-scaling@2.webp") no-repeat;
    background-position: bottom center;
    background-size: 120%;
  }
}
@media screen and (min-width: 1920px) {
  .mainvisual__wrap {
    background-position: top 18% left 18%;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__flow {
    background-position: right bottom;
    transform-origin: center top;
    background-size: cover;
  }
}
@media screen and (max-height: 832px) and (max-width: 1500px) {
  .mainvisual__flow {
    height: 77vh;
  }
}
@media screen and (max-height: 800px) and (max-width: 1500px) {
  .mainvisual__flow {
    height: 77vh;
  }
}
@media screen and (max-height: 751px) and (max-width: 1500px) {
  .mainvisual__flow {
    height: 75vh;
  }
}
@media screen and (max-height: 701px) and (max-width: 1500px) {
  .mainvisual__flow {
    height: 72vh;
  }
}
@media screen and (max-height: 651px) and (max-width: 1500px) {
  .mainvisual__flow {
    height: 71vh;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual__flow {
    background-size: cover;
  }
}
@media screen and (max-width: 1350px) {
  /* header */
  .header__nav {
    width: 78%;
  }
}
@media screen and (max-width: 1301px) {
  /* header */
  .header__nav {
    width: 72%;
  }
  .header__nav-link {
    font-size: clamp(0.95rem, 1.0625vw, 17px);
  }
}
@media screen and (max-width: 1261px) {
  /* header */
  .header__menu {
    position: absolute;
    right: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .header__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__nav {
    position: relative;
    min-width: unset;
    max-width: 1000px;
    width: 64%;
    min-width: unset;
    margin: 0 auto;
  }
  .header__nav-item {
    display: inline-block;
  }
  .header__nav-item--1 {
    order: 1;
  }
  .header__nav-item--2 {
    order: 5;
  }
  .header__nav-item--3 {
    order: 2;
  }
  .header__nav-item--4 {
    order: 6;
  }
  .header__nav-item--5 {
    order: 3;
  }
  .header__nav-item--6 {
    order: 7;
  }
  .header__nav-item--7 {
    order: 9;
  }
  .header__nav-item--8 {
    order: 4;
  }
  .header__nav-item--9 {
    order: 8;
  }
  .header__nav-item--7 {
    position: absolute;
    right: -60px;
    grid-column: 4/5; /* チケット画像を4番目の列に配置 */
    grid-row: 1/3; /* チケット画像が1行目と2行目にまたがる */
    justify-self: center; /* 横方向の中央揃え */
    align-self: center; /* 縦方向の中央揃え */
    top: 14px;
  }
  .header__nav-list {
    height: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4列 */
    grid-template-rows: auto auto; /* 2行 */
    gap: 0px; /* アイテム間の隙間を指定 */
    align-items: center; /* 垂直方向の中央寄せ */
    line-height: 30px;
  }
  .header__nav-link {
    font-size: 15px;
  }
  .header__nav-link img {
    max-width: 132px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1200px) {
  /* メインビジュアル */
  .mainvisual__flow {
    background-size: cover;
  }
  /* バナー */
  .banner__wrap {
    width: 100%;
  }
  .banner__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .banner__date {
    width: 900px;
  }
  /* welcome */
  .welcome__flex {
    justify-content: space-evenly;
    align-items: center;
  }
  .welcome__text {
    padding: 0 10px;
    text-align: justify;
  }
  /* feature1 */
  .feature1__flex,
  .feature2__flex {
    justify-content: space-evenly;
    align-items: center;
  }
  .feature1__text,
  .feature2__text {
    padding: 0 10px;
    text-align: justify;
  }
  /* feature3 */
  .feature3__flex {
    justify-content: space-evenly;
    align-items: center;
  }
  .feature3__text {
    padding: 0 10px;
    text-align: justify;
    margin-bottom: 70px;
  }
  .feature3__bland {
    margin-left: 20px;
  }
  /* vessel */
  .vessel__flex {
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 120px;
  }
  .vessel__text {
    padding: 0 10px;
    text-align: justify;
  }
  /* contest */
  .contest__box {
    gap: 0px;
  }
  .contest__box-item {
    width: calc(100% - 85px);
    margin: 0 auto;
  }
  /* concept */
  .concept__flex {
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 120px;
  }
  .concept__text {
    padding: 0 10px;
    text-align: justify;
  }
  /* booth */
  .booth__flex {
    justify-content: space-evenly;
    align-items: center;
  }
  .booth__text {
    padding: 0 10px;
    text-align: justify;
    margin-bottom: 70px;
  }
  .booth__box-item {
    margin-right: 0;
  }
  /* footer */
  .footer {
    /* 上段 */
  }
  .footer__above {
    height: auto;
  }
  .footer__above-wrap {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1101px) {
  .vessel {
    height: auto;
  }
  .vessel__wrap {
    height: auto;
  }
  .vessel__info {
    margin-top: 150px;
  }
  .vessel__box-item {
    width: 300px;
  }
}
@media screen and (max-width: 1001px) {
  /* メインビジュアル */
  .mainvisual__flow {
    background-position: center bottom;
  }
  /* header */
  .header {
    /* hamburger */
    /* ハンバーガーメニュー全体 */
    /* 各線の基本設定 */
    /* 最初の線 */
    /* 真ん中の線 */
    /* 最後の線 */
    /* ハンバーガーメニュー */
    /* SNS */
    /* メニューが表示される時 */
    /* メニューが表示される時 */
  }
  .header__wrap {
    justify-content: right;
  }
  .header__logo a img {
    min-width: 180px;
    max-width: unset;
  }
  .header__menu {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header .header__hamburger {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1000;
    margin-right: 15px;
  }
  .header .header__hamburger span {
    display: block;
    position: absolute;
    height: 2px; /* 線の太さ */
    width: 100%; /* 線の幅 */
    background-color: #333; /* 線の色 */
    transition: all 0.3s ease-in-out;
    left: 0;
  }
  .header .header__hamburger span:nth-child(1) {
    top: 0; /* 一番上の線 */
  }
  .header .header__hamburger span:nth-child(2) {
    top: 50%; /* 真ん中の位置 */
    transform: translateY(-50%); /* 縦方向の中央に配置 */
  }
  .header .header__hamburger span:nth-child(3) {
    bottom: 0; /* 一番下の線 */
  }
  .header__hamburger-menu {
    position: fixed;
    top: 0; /* 上からメニューを出す */
    width: 100%;
    height: 100vh; /* 画面全体を覆う */
    transform: translateY(-100%); /* 初期状態では画面の上に隠す */
    box-sizing: border-box; /* パディングやボーダーが含まれるように設定 */
    background-color: rgb(255, 255, 255); /* 背景色 */
    transition: transform 0.3s ease-in-out; /* スライドアニメーション */
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* メニュー項目を縦方向に配置 */
    overflow: hidden; /* メニューがはみ出さないようにする */
  }
  .header__hamburger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; /* 横幅を全体に広げる */
  }
  .header__hamburger-menu li {
    padding: 4px;
    font-size: 24px;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-style: normal;
  }
  .header__hamburger-menu li:last-child {
    display: flex;
    justify-content: center;
  }
  .header__hamburger-link {
    font-size: 17px;
  }
  .header__hamburger-list {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
  }
  .header__hamburger-list img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 2px;
  }
  .header__hamburger-list a {
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
  }
  .header__hamburger-sns {
    width: 200px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .header__hamburger-sns li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__hamburger-menu.show {
    transform: translateY(0); /* 下からメニューをスライドイン */
  }
  .header__hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: center;
    margin-bottom: 0; /* 余分な間隔をなくす */
    top: 50%; /* 真ん中の位置 */
  }
  .header__hamburger.open span:nth-child(2) {
    opacity: 0; /* 真ん中の線を消す */
  }
  .header__hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: center;
    margin-bottom: 0; /* 余分な間隔をなくす */
    top: 50%; /* 真ん中の位置 */
  }
  /* バナー */
  .banner__wrap {
    background-size: 160%;
  }
  .banner__inner {
    width: calc(100% - 40px);
  }
  .banner__text {
    width: 90%;
    top: 18px;
  }
  .banner__date {
    width: 98%;
    bottom: 18px;
  }
  /* お知らせ */
  .news {
    height: auto;
  }
  .news__wrap {
    height: auto;
    width: auto;
    padding: 99px 30px 80px;
  }
  .news__date {
    margin-right: 10px;
  }
  /* テーブルウェアフェスティバルについて */
  .about {
    height: auto;
  }
  .about__wrap {
    height: auto;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 70px;
  }
  .about__text br:first-of-type {
    display: none;
  }
  /* welcome */
  .welcome {
    height: auto;
  }
  .welcome__wrap {
    height: auto;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 80px;
  }
  .welcome__flex {
    flex-direction: column;
  }
  .welcome__flex-left {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .welcome__line {
    max-width: unset;
  }
  .welcome__flex-right {
    width: 78%;
    text-align: center;
  }
  .welcome__image-main {
    width: 100%;
  }
  .welcome__image {
    display: none;
  }
  .welcome__btn-link {
    flex-wrap: wrap;
  }
  .welcome__bland-menu {
    justify-content: flex-start;
  }
  .welcome__bland-pc {
    display: none;
  }
  .welcome__bland-sp {
    display: block;
  }
  .welcome__bland-menu {
    max-width: 250px;
  }
  .welcome-second .welcome__flex {
    flex-direction: column;
  }
  /* feature1 */
  .feature1,
  .feature2 {
    height: auto;
  }
  .feature1__wrap,
  .feature2__wrap {
    height: auto;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 80px;
  }
  .feature1__flex,
  .feature2__flex {
    flex-direction: column;
  }
  .feature1__flex-left,
  .feature2__flex-left {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .feature1__line,
  .feature2__line {
    max-width: unset;
  }
  .feature1__flex-right,
  .feature2__flex-right {
    width: 78%;
    text-align: center;
  }
  .feature1__image-main,
  .feature2__image-main {
    width: 100%;
  }
  .feature1__image,
  .feature2__image {
    display: none;
  }
  .feature1__btn-link,
  .feature2__btn-link {
    flex-wrap: wrap;
  }
  .feature1__bland-menu,
  .feature2__bland-menu {
    justify-content: flex-start;
  }
  .feature1__bland-item:nth-child(1)::after,
  .feature2__bland-item:nth-child(1)::after {
    content: ",";
  }
  .feature1__bland-item--title:nth-child(1)::after,
  .feature2__bland-item--title:nth-child(1)::after {
    content: "";
  }
  .feature1__bland-pc,
  .feature2__bland-pc {
    display: none;
  }
  .feature1__bland-sp,
  .feature2__bland-sp {
    display: block;
  }
  .feature1__bland-menu,
  .feature2__bland-menu {
    max-width: 250px;
  }
  /* feature3 */
  .feature3 {
    height: auto;
  }
  .feature3__wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 80px;
  }
  .feature3__flex {
    flex-direction: column-reverse;
  }
  .feature3__flex-right {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .feature3__flex-left {
    width: 78%;
  }
  .feature3__text {
    margin-bottom: 40px;
  }
  .feature3__line {
    max-width: unset;
  }
  .feature3__image {
    display: none;
  }
  .feature3__image-main {
    width: 90%;
  }
  .feature3__bland-pc {
    display: none;
  }
  .feature3__bland-sp {
    display: block;
  }
  .feature3__bland-menu {
    max-width: 250px;
  }
  .feature3__main-introduce {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  /* vessel */
  .vessel {
    height: auto;
  }
  .vessel__wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .vessel__flex {
    flex-direction: column;
  }
  .vessel__flex-right {
    width: 78%;
    text-align: right;
  }
  .vessel__flex-left {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .vessel__line {
    max-width: unset;
  }
  .vessel__image {
    display: none;
  }
  .vessel__text {
    margin-bottom: 40px;
  }
  .vessel__text br {
    display: none;
  }
  .vessel__image-main {
    width: 90%;
  }
  .vessel__info {
    margin-top: 120px;
  }
  .vessel__box-item {
    max-width: 270px;
    width: 100%;
  }
  /* concept */
  .concept {
    height: auto;
  }
  .concept__wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .concept__flex {
    flex-direction: column-reverse;
    margin-bottom: 42px;
  }
  .concept__flex-right {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
  .concept__flex-left {
    width: 78%;
    max-width: unset;
    text-align: center;
    max-width: 760px;
  }
  .concept__line {
    max-width: unset;
  }
  .concept__image {
    display: none;
  }
  .concept__text {
    margin-bottom: 40px;
  }
  .concept__text br {
    display: none;
  }
  .concept__text br:last-of-type {
    display: block;
  }
  .concept__text--date br {
    display: block;
  }
  .concept__image-main {
    width: 90%;
  }
  .concept__info {
    margin-top: 120px;
  }
  .concept__box-item {
    max-width: 270px;
    width: 100%;
  }
  /* contest */
  .contest {
    height: auto;
  }
  .contest__wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 80px;
  }
  .contest__box-item {
    width: calc(100% - 45px);
    margin: 0 auto;
  }
  /* booth */
  .booth {
    height: auto;
  }
  .booth__wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 80px;
  }
  .booth__title {
    margin-top: 0;
  }
  .booth__flex {
    flex-direction: column-reverse;
  }
  .booth__flex-right {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .booth__line {
    max-width: unset;
  }
  .booth__text {
    margin-bottom: 40px;
  }
  .booth__text br {
    display: none;
  }
  .booth__image {
    display: none;
  }
  .booth__box {
    justify-content: space-evenly;
  }
  .booth__image-main {
    width: 90%;
  }
  /* sponsor */
  .sponsor {
    height: auto;
  }
  .sponsor__wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  /* popup */
  .popup-content {
    height: 480px;
  }
  /* footer */
  .footer {
    /* 上段 */
  }
  .footer__above-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer__below {
    height: auto;
  }
  .footer__below-wrap {
    width: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .footer__below-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 920px) {
  /* vessel */
  .vessel__box {
    justify-content: space-between;
  }
  .vessel__box-item {
    max-width: 400px;
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  /* news */
  .news__item {
    padding-left: 0;
  }
  .news__item a {
    display: flex;
    flex-direction: column;
  }
  .news__latest::before {
    top: -2px;
    left: 78px;
  }
  /* concept */
  .concept__text {
    white-space: unset;
  }
  /* sponsor */
  .sponsor__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sponsor__flex-item {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  /* ボタン */
  .button {
    right: 10px;
    bottom: 0px;
  }
  .button__box {
    display: none;
  }
  /* header */
  .header__nav {
    transform: translate(14px, 0);
    width: 68%;
  }
  .header__nav-item {
    text-align: center;
  }
  .header__nav-item--7 {
    display: none;
  }
  /* banner */
  .banner__wrap {
    background-size: 170%;
  }
  .banner__inner {
    width: calc(100% - 20px);
  }
  /* feature3 */
  .feature3__main-box {
    padding: 54px 55px 48px;
  }
  /* contest */
  /* booth */
  /* popup */
  /* footer */
}
@media only screen and (max-width: 769px) and (min-resolution: 192dpi) {
  .contest {
    background-size: auto, auto, 40%, 40%;
  }
}
@media screen and (max-width: 769px) {
  .booth__box {
    justify-content: space-between;
  }
  .booth__box-item {
    max-width: unset;
    width: 48%;
    margin-bottom: 25px;
  }
  .popup-content {
    height: 600px;
    max-height: unset;
    padding-bottom: 20px;
    width: 88%;
  }
  .popup-flex {
    height: auto;
    flex-direction: column;
  }
  .popup-flex-left {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .popup-flex-left img {
    width: 100%;
    max-width: unset;
    border-radius: 15px 15px 0 0;
    vertical-align: bottom;
  }
  .popup-flex-right {
    width: 100%;
    height: auto;
    max-height: 360px;
    overflow: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* スクロールバーのスタイル設定（WebKit系ブラウザ向け） */
  }
  .popup-flex-right ::-webkit-scrollbar {
    width: 12px; /* スクロールバーの幅 */
  }
  .popup-flex-right ::-webkit-scrollbar-thumb {
    background-color: #d5a848; /* スクロールバーの色 */
    border-radius: 6px; /* スクロールバーの角の丸み */
  }
  .popup-flex-right ::-webkit-scrollbar-track {
    background-color: #d5a848; /* トラックの背景色 */
  }
  .footer {
    /* 上段 */
  }
  .footer__above-box-item {
    flex-direction: column;
  }
  .footer__above-box-left {
    width: 68px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
  }
  .footer__above-box-right {
    width: 100%;
  }
  .footer__below-list {
    flex-direction: column;
  }
  .footer__below-item {
    width: 100%;
    position: relative;
    margin-bottom: 21px;
  }
  .footer__below-item::before {
    display: none;
  }
  .footer__below-item::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #fff;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  /* header */
  .header__wrap {
    justify-content: right;
  }
  .header__logo a img {
    width: 154px;
    min-width: unset;
    max-width: unset;
  }
  .header__hamburger-menu {
    justify-content: flex-start;
    padding-top: 115px;
  }
  /* mainvisual */
  .mainvisual {
    height: calc(100vh - 150px);
  }
  .mainvisual__flow {
    height: 100%;
    background: url("../img/main_sp.webp") no-repeat center 80%; /* 位置をbottomの代わりに80%に調整 */
    background-size: cover;
  }
  /* banner */
  /* news */
  /* about */
  /* welcome */
  /* feature1 */
  /* section-wrap */
  /* feature3 */
  /* vessel */
  /* contest */
  /* concept */
  /* booth */
  /* footer */
  /* sponsor */
}
@media only screen and (max-width: 600px) and (min-resolution: 192dpi) {
  .mainvisual__flow {
    background: url("../img/main_sp.webp") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual__wrap {
    background-position: top 70px right 30px;
    background-size: 210px;
  }
  .banner {
    height: 201px;
  }
  .banner::before {
    height: 75px; /* 線の太さ */
    background: linear-gradient(180deg, #f5c04d 0%, #ffd564 16%, #774e25 100%);
  }
  .banner__wrap {
    position: relative;
  }
  .banner__title {
    position: absolute;
    top: 6px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
  }
  .banner__sp {
    display: block;
  }
  .banner__text, .banner__date {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none; /* ← translateX(-50%) を無効化 */
  }
  .banner__text {
    top: 10px;
    width: min(84vw, 920px);
  }
  .banner__bk {
    top: 0;
    width: 100%;
  }
  .banner__date {
    bottom: 8px;
    width: min(55vw, 920px);
  }
  .banner__pc {
    display: none;
  }
  .news__wrap {
    padding-top: 70px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .news__item {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    font-size: 15px;
  }
  .news__title {
    font-size: 24px;
  }
  .news__latest {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .news__latest::before {
    left: 85px;
  }
  .news__btn {
    text-align: center;
  }
  .about {
    background-size: cover;
  }
  .about__wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 61px;
    background-attachment: local;
  }
  .about__title {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .about__title img {
    width: 250px;
  }
  .about__text {
    text-align: left;
    font-size: 15px;
  }
  .about__text br:not(:nth-of-type(2)) {
    display: none;
  }
  .welcome {
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
  }
  .welcome__wrap {
    padding-bottom: 73px;
  }
  .welcome__inner {
    padding-top: 80px;
  }
  .welcome__title {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
  }
  .welcome__title--sub {
    font-size: 20px;
  }
  .welcome__flex-right {
    width: 100%;
  }
  .welcome__line {
    max-height: 2px;
  }
  .welcome__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .feature1,
  .feature2 {
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
  }
  .feature1__wrap,
  .feature2__wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 73px;
  }
  .feature1__inner,
  .feature2__inner {
    padding-top: 80px;
  }
  .feature1__title,
  .feature2__title {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
  }
  .feature1__title--sub,
  .feature2__title--sub {
    font-size: 20px;
  }
  .feature1__flex-right,
  .feature2__flex-right {
    width: 100%;
  }
  .feature1__line,
  .feature2__line {
    max-height: 2px;
  }
  .feature1__text,
  .feature2__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .feature1__bland-menu,
  .feature2__bland-menu {
    margin-left: 0;
  }
  .section-wrap::before {
    content: none;
    background-image: none;
  }
  .feature3__wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 72px;
    background-image: unset;
  }
  .feature3__inner {
    padding-top: 69px;
    text-align: center;
    padding-bottom: 0;
  }
  .feature3__section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .feature3__title {
    font-size: 24px;
  }
  .feature3__lead {
    font-size: 15px;
    margin-bottom: 0;
  }
  .feature3__line {
    max-width: unset;
    max-height: 2px;
  }
  .feature3__text {
    margin-bottom: 24px;
  }
  .feature3__flex {
    flex-direction: column-reverse;
    margin-bottom: 19px;
  }
  .feature3__flex-left {
    width: 100%;
    text-align: center;
  }
  .feature3__flex-left img {
    width: 100%;
  }
  .feature3__flex-right {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .feature3__image {
    display: none;
  }
  .feature3__main-box {
    padding: 50px 15px 57px;
  }
  .feature3__line {
    max-width: unset;
    max-height: 2px;
  }
  .feature3__main-text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .feature3__main-box--title {
    font-size: 20px;
  }
  .feature3__main-box-text {
    text-align: left;
    margin-bottom: 60px;
    font-size: 14px;
  }
  .feature3__main-box-text br {
    display: none;
  }
  .feature3__main-box--title span {
    display: none;
  }
  .feature3__main-introduce {
    text-align: left;
  }
  .feature3__main-box--images {
    width: 80%;
  }
  .feature3__main-box--images img {
    width: 30.6666666667%;
  }
  .vessel {
    background-image: linear-gradient(to bottom, #d2ddc5 0px, #d2ddc5 665px, #dbe4d1 666px);
  }
  .vessel__wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 67px;
    background-image: unset;
  }
  .vessel__inner {
    padding-top: 59px;
    text-align: center;
  }
  .vessel__title {
    font-size: 24px;
  }
  .vessel__flex {
    flex-direction: column;
    margin-bottom: 0;
  }
  .vessel__flex-left {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .vessel__line {
    max-width: unset;
    max-height: 2px;
  }
  .vessel__text {
    margin-bottom: 24px;
  }
  .vessel__text br {
    display: none;
  }
  .vessel__flex-right {
    width: 100%;
    text-align: center;
  }
  .vessel__flex-right img {
    width: 100%;
  }
  .vessel__info {
    margin-top: 75px;
    margin-bottom: 21px;
  }
  .vessel__image {
    display: none;
  }
  .vessel__box-item {
    width: 49%;
    margin-bottom: 12px;
  }
  .vessel__box-item-name {
    font-size: 12px;
    white-space: nowrap;
  }
  .contest__wrap {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 61px;
    background: #fff;
  }
  .contest__wrap::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 15px;
    height: 100%;
    background: linear-gradient(180deg, #ae8625 0%, #f7ef8a 30%, #d2ac47 60%, #edc967 100%);
  }
  .contest__wrap::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 15px;
    height: 100%;
    background: linear-gradient(180deg, #ae8625 0%, #f7ef8a 30%, #d2ac47 60%, #edc967 100%);
  }
  .contest__inner {
    padding-top: 49px;
  }
  .contest__title {
    font-size: 24px;
  }
  .contest__title-sub {
    font-size: 18px;
  }
  .contest__line {
    min-width: 361px;
    max-width: 540px;
    width: 96%;
    max-height: 2px;
  }
  .contest__text {
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .contest__text br {
    display: none;
  }
  .contest__box {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
  .contest__box-item {
    margin-bottom: 12px;
    max-width: 310px;
  }
  .contest__box-item--text {
    font-size: 14px;
  }
  .concept__wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 70px;
    background-image: unset;
  }
  .concept__inner {
    padding-top: 59px;
    text-align: center;
  }
  .concept__title {
    margin-top: 0;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .concept__title-sub {
    font-size: 18px;
    transform: translateX(6px);
  }
  .concept__flex {
    flex-direction: column-reverse;
    margin-bottom: 37 px;
  }
  .concept__flex-left {
    width: 100%;
  }
  .concept__flex-right {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
  .concept__line {
    max-width: unset;
    max-height: 2px;
  }
  .concept__text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .concept__text br {
    display: none;
  }
  .concept__text br:last-of-type {
    display: block;
  }
  .concept__text--date br {
    display: block;
  }
  .concept__image {
    display: none;
  }
  .concept__box-title {
    font-size: 24px;
    margin-bottom: 33px;
  }
  .concept__box-item {
    width: 49%;
    margin-bottom: 12px;
  }
  .concept__box-item-name {
    font-size: 15px;
    white-space: nowrap;
  }
  .concept__btn-box {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  .concept__btn-link {
    margin-bottom: 10px;
  }
  .booth__wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 70px;
    background-image: unset;
  }
  .booth__inner {
    padding-top: 59px;
    text-align: center;
  }
  .booth__title {
    margin-top: 0;
    font-size: 24px;
  }
  .booth__flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .booth__flex-left {
    width: 100%;
  }
  .booth__flex-right {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
  .booth__line {
    max-width: unset;
    max-height: 2px;
  }
  .booth__text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .booth__text br {
    display: none;
  }
  .booth__image {
    display: none;
  }
  .booth__box-title {
    font-size: 24px;
    margin-bottom: 33px;
  }
  .booth__box-item {
    width: 49%;
    margin-bottom: 12px;
  }
  .booth__box-item-name {
    font-size: 15px;
    white-space: nowrap;
  }
  .booth__btn-box {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  .booth__btn-link {
    margin-bottom: 10px;
  }
  .footer__above-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer__above-box {
    font-size: 12px;
  }
  .footer__above-box-item:nth-child(4) {
    margin-bottom: 20px;
  }
  .footer__above-box a {
    font-size: 12px;
  }
  .footer__below-wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .footer__below-logo {
    width: 100%;
  }
  .footer__below-logo-image {
    width: 100%;
    max-width: 435px;
  }
  .sponsor__wrap {
    background-image: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sponsor__title {
    font-size: 24px;
  }
  .sponsor__image-1 {
    width: 103px;
  }
  .sponsor__image-2 {
    width: 130px;
  }
  .sponsor__image-3 {
    width: 103px;
  }
  .sponsor__image-4 {
    width: 79px;
  }
  .sponsor__image-8 {
    width: 140px;
  }
  .sponsor__image-9 {
    width: 110px;
  }
  .sponsor__image-10 {
    width: 71px;
  }
}
@media screen and (max-width: 500px) {
  /* slick */
  .slick-prev:before,
  .slick-next:before {
    width: 26px;
    height: 26px;
    line-height: 12px;
    content: url("../img/white-arrow_left_sp.png");
  }
  .slick-next:before {
    content: url("../img/white-arrow_right_sp.png");
  }
  .slick-prev,
  .slick-next {
    width: 30px;
  }
  /* mainvisual */
  /* banner */
}
@media only screen and (max-width: 500px) and (min-resolution: 192dpi) {
  .mainvisual__flow {
    background-size: cover;
    background-position: top left;
  }
}
@media screen and (max-width: 500px) {
  .banner__date {
    width: min(60vw, 920px);
  }
  .about {
    background-size: cover;
  }
  .contest__title {
    font-size: 20px;
  }
  .contest__title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  /* header */
  .header {
    height: 60px;
  }
  .header__wrap {
    height: 60px;
  }
  .header__logo a {
    height: 60px;
  }
  .about {
    background-size: cover;
  }
  /* concept */
  .concept__title {
    left: 16px;
  }
  .concept__title img {
    left: 16px;
  }
  /* sponsor */
}
@media screen and (max-width: 475px) {
  /* banner */
  .banner__text {
    top: 12px;
  }
  .banner__date {
    width: 67%;
  }
  .about {
    background-size: cover;
  }
  .welcome__title {
    font-size: 26px !important;
  }
  .welcome__lead {
    display: flex;
    justify-content: center;
  }
  .welcome__lead img {
    width: 350px;
  }
  .feature1__title,
  .feature2__title {
    font-size: 26px !important;
  }
  .feature1__lead,
  .feature2__lead {
    display: flex;
    justify-content: center;
  }
  .feature1__lead img,
  .feature2__lead img {
    width: 350px;
  }
  .feature3__main-title {
    line-height: 45px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .feature3__main-title span {
    display: block;
    font-size: 20px;
  }
  .feature3__main-lead {
    display: flex;
    justify-content: center;
  }
  .feature3__main-lead img {
    width: 350px;
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .contest__title {
    font-size: 18px;
  }
  .contest__title span {
    font-size: 16px;
  }
  .contest__title img {
    width: 48px !important;
  }
  .contest__title img:nth-child(1) {
    left: 4px;
  }
  .contest__title img:nth-child(3) {
    right: 4px;
  }
}
@media screen and (max-width: 400px) {
  /* mainvisual */
  .mainvisual__flow {
    background-size: cover;
    background-position-y: center;
    background-position-x: 32%;
  }
  .mainvisual__wrap {
    background-position: top 70px right 30px;
    background-size: 200px;
  }
  /* banner */
  .banner__text {
    top: 16px;
    width: 94%;
  }
  .banner__date {
    width: 78%;
    bottom: 11px;
  }
  /* feature3 */
  .feature3__bland-sp ul:nth-child(2) {
    flex-wrap: wrap;
  }
  /* vessel */
  .vessel__info {
    width: 90%;
  }
  .vessel__box-item {
    margin-bottom: 7px;
  }
  /* contest */
  .contest__line {
    min-width: unset;
  }
  /* concept */
  .concept__title img:nth-child(1) {
    left: 0;
  }
  .concept__title img:nth-child(3) {
    right: 0;
  }
  .concept__title-sub {
    font-size: 17px;
  }
}
@media screen and (max-width: 376px) {
  .about {
    background-size: cover;
  }
}/*# sourceMappingURL=sp.css.map */