@charset "UTF-8";
/* CSS Document */


.eventbody{
	  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
	background-image:url("images/backimg.png");
	background-repeat: no-repeat;
	
}

/* -------------------- 第2回イベント ---------- */


/* =========================================================
   ソフビ造形大賞2026
   eventbody2nd 専用CSS
   ========================================================= */


/* -------------------------
   共通
------------------------- */

.eventbody2nd {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  line-height: 1.8;
}

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

.eventbody2nd img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.eventbody2nd a {
  color: inherit;
}


/* -------------------------
   ヘッダー
------------------------- */

.eventbody2nd .eventHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);

  transition:
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.eventbody2nd .eventHeader.scrolled {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}


/* ロゴ */

.eventbody2nd .header-inner {
  width: 120px;
  margin: 0 auto;
  padding: 15px 0 10px;
}

.eventbody2nd .header-inner a {
  display: block;
}

.eventbody2nd .header-inner img {
  display: block;
  width: 100%;
}


/* PCナビ */

.eventbody2nd .header-nav {
  border-top: 1px solid #eee;
}

.eventbody2nd .nav-list {
  display: flex;
  justify-content: center;
  align-items: stretch;

  margin: 0;
  padding: 0;

  list-style: none;
}

.eventbody2nd .nav-list-item {
  margin: 0;
  padding: 0;
}

.eventbody2nd .nav-list-item a {
  display: block;

  padding: 12px 25px;

  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.eventbody2nd .nav-list-item a:hover {
  background: #222;
  color: #fff;
}


/* -------------------------
   ハンバーガー
------------------------- */

.eventbody2nd #hamburger {
  display: none;

  position: absolute;
  top: 15px;
  right: 15px;

  width: 45px;
  height: 45px;

  padding: 0;
  border: 0;

  background: transparent;

  cursor: pointer;
}

.eventbody2nd .eventicon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;

  width: 30px;
  height: 30px;

  margin: auto;
}

.eventbody2nd .eventicon span {
  display: block;

  width: 100%;
  height: 2px;

  background: #222;

  transition: transform 0.25s ease;
}


/* スマホメニュー */

.eventbody2nd .sm {
  display: none;

  border-top: 1px solid #eee;
  background: #fff;
}

.eventbody2nd .nav-list02 {
  margin: 0;
  padding: 0;

  list-style: none;
}

.eventbody2nd .nav-list02 li {
  border-bottom: 1px solid #eee;
}

.eventbody2nd .nav-list02 a {
  display: block;

  padding: 15px 20px;

  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}


/* -------------------------
   メインビジュアル
------------------------- */

.eventbody2nd .topimg {
  position: relative;

  width: 100%;
  max-width: 1400px;

  margin: 0 auto;
  padding: 0 20px 70px;

  text-align: center;
}

.eventbody2nd .topimg-main img {
  display: block;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


.eventbody2nd .toptext {
  margin: 40px auto 30px;

  text-align: center;
}

.eventbody2nd .toptext p {
  margin: 0;

  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.12em;
}


.eventbody2nd .topimg-logo {
  width: 280px;
  max-width: 60%;

  margin: 0 auto;
}

.eventbody2nd .topimg-logo img {
  display: block;
  width: 100%;
}


/* -------------------------
   募集要項
------------------------- */

.eventbody2nd .description {
  width: 100%;
  max-width: 1100px;

  margin: 0 auto;
  padding: 0 20px 100px;
}


/* 見出し */

.eventbody2nd .descriptionHed {
  margin-bottom: 40px;

  text-align: center;
}

.eventbody2nd .descriptionHed h1 {
  display: inline-block;

  margin: 0;

  padding: 12px 25px;

  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5;

  border-bottom: 4px solid #222;
}


/* テーブル */

.eventbody2nd .descriptionTableWrap {
  width: 100%;
  overflow-x: auto;
}

.eventbody2nd .descriptionTable {
  width: 100%;

  margin: 0;

  border-collapse: collapse;
  table-layout: fixed;

  background: #fff;
}

.eventbody2nd .descriptionTable th,
.eventbody2nd .descriptionTable td {
  border: 1px solid #ccc;

  vertical-align: top;
}

.eventbody2nd .descriptionTable th {
  width: 190px;

  padding: 20px 15px;

  color: #fff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;

  text-align: center;
}

.eventbody2nd .descriptionTable td {
  padding: 20px 25px;

  font-size: 15px;
  line-height: 1.9;

  background: #fff;
}


/* 見出しカラー */

.eventbody2nd .descriptionTable th.theme {
  background: #333;
}

.eventbody2nd .descriptionTable th.eligibility {
  background: #555;
}

.eventbody2nd .descriptionTable th.product {
  background: #333;
}

.eventbody2nd .descriptionTable th.prize {
  background: #555;
}

.eventbody2nd .descriptionTable th.judge {
  background: #333;
}

.eventbody2nd .descriptionTable th.judgedate {
  background: #555;
}

.eventbody2nd .descriptionTable th.apply {
  background: #333;
}

.eventbody2nd .descriptionTable th.deadline {
  background: #555;
}

.eventbody2nd .descriptionTable th.shipping {
  background: #333;
}

.eventbody2nd .descriptionTable th.return {
  background: #555;
}

.eventbody2nd .descriptionTable th.caution {
  background: #333;
}


/* -------------------------
   リスト
------------------------- */

.eventbody2nd ul.event_02 {
  margin: 0;

  padding-left: 1.5em;

  list-style: disc;
}

.eventbody2nd ul.event_02 li {
  margin: 0 0 8px;
  padding-left: 0.2em;
}

.eventbody2nd ul.event_02 li:last-child {
  margin-bottom: 0;
}


/* -------------------------
   応募方法
------------------------- */

.eventbody2nd .applyStep {
  margin-bottom: 25px;
  padding-bottom: 25px;

  border-bottom: 1px dashed #ccc;
}

.eventbody2nd .applyStep:last-child {
  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom: none;
}

.eventbody2nd .applyStep strong {
  display: block;

  margin-bottom: 8px;

  font-size: 17px;
}

.eventbody2nd .applyStep p {
  margin: 5px 0;
}

.eventbody2nd .entryButton {
  margin: 15px 0 !important;
}

.eventbody2nd .entryButton a {
  display: inline-block;

  padding: 10px 20px;

  border-radius: 5px;

  background: #222;
  color: #fff;

  font-weight: 700;
  text-decoration: none;

  transition: opacity 0.2s ease;
}

.eventbody2nd .entryButton a:hover {
  opacity: 0.7;
}

.eventbody2nd .note {
  color: #666;
  font-size: 13px;
}

.eventbody2nd address {
  margin: 15px 0;

  padding: 15px 20px;

  border-left: 4px solid #222;

  background: #f7f7f7;

  font-style: normal;
}


/* -------------------------
   締め切り強調
------------------------- */

.eventbody2nd .deadline + td strong {
  font-size: 18px;
}


/* -------------------------
   フッター
------------------------- */

.eventbody2nd footer {
  margin-top: 50px;

  padding: 50px 20px;

  background: #222;

  color: #fff;

  text-align: center;
}

.eventbody2nd .footerImg {
  width: 180px;
  max-width: 60%;

  margin: 0 auto 25px;
}

.eventbody2nd .footerImg img {
  display: block;

  width: 100%;

  filter: brightness(0) invert(1);
}

.eventbody2nd .footer {
  font-size: 13px;
  line-height: 2;
}

.eventbody2nd .footer p {
  margin: 3px 0;
}


/* =========================================================
   スマートフォン
   ========================================================= */

@media screen and (max-width: 767px) {


  /* ヘッダー */

  .eventbody2nd .header-inner {
    width: 100px;
    padding: 12px 0 8px;
  }

  .eventbody2nd .header-nav {
    display: none;
  }

  .eventbody2nd #hamburger {
    display: block;
  }


  /* メインビジュアル */

  .eventbody2nd .topimg {
    padding: 0 12px 50px;
  }

  .eventbody2nd .toptext {
    margin: 30px auto 25px;
  }

  .eventbody2nd .toptext p {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.08em;
  }

  .eventbody2nd .topimg-logo {
    width: 220px;
    max-width: 70%;
  }


  /* 募集要項 */

  .eventbody2nd .description {
    padding: 0 12px 60px;
  }

  .eventbody2nd .descriptionHed {
    margin-bottom: 25px;
  }

  .eventbody2nd .descriptionHed h1 {
    width: 100%;

    padding: 10px 5px;

    font-size: 20px;

    border-bottom-width: 3px;
  }


  /* テーブルを縦型にする */

  .eventbody2nd .descriptionTable,
  .eventbody2nd .descriptionTable tbody,
  .eventbody2nd .descriptionTable tr,
  .eventbody2nd .descriptionTable th,
  .eventbody2nd .descriptionTable td {
    display: block;
    width: 100%;
  }

  .eventbody2nd .descriptionTable tr {
    margin-bottom: 20px;

    border: 1px solid #ccc;
  }

  .eventbody2nd .descriptionTable th {
    padding: 11px 15px;

    border: none;

    font-size: 15px;

    text-align: left;
  }

  .eventbody2nd .descriptionTable td {
    padding: 15px;

    border: none;

    font-size: 14px;
    line-height: 1.8;
  }


  /* リスト */

  .eventbody2nd ul.event_02 {
    padding-left: 1.4em;
  }

  .eventbody2nd ul.event_02 li {
    margin-bottom: 8px;
    padding-left: 0;
  }


  /* 応募方法 */

  .eventbody2nd .applyStep strong {
    font-size: 15px;
  }

  .eventbody2nd .entryButton a {
    display: block;

    width: 100%;

    padding: 12px 10px;

    text-align: center;
  }

  .eventbody2nd address {
    padding: 12px 15px;

    font-size: 14px;
  }


  /* フッター */

  .eventbody2nd footer {
    margin-top: 30px;

    padding: 40px 15px;
  }

  .eventbody2nd .footerImg {
    width: 150px;
  }

  .eventbody2nd .footer {
    font-size: 11px;
  }

}


/* =========================================================
   小型スマートフォン
   ========================================================= */

@media screen and (max-width: 375px) {

  .eventbody2nd .header-inner {
    width: 125px;
  }

  .eventbody2nd #hamburger {
    right: 8px;
  }

  .eventbody2nd .toptext p {
    font-size: 10px;
  }

  .eventbody2nd .descriptionHed h1 {
    font-size: 18px;
  }

  .eventbody2nd .descriptionTable td {
    font-size: 13px;
  }

}