@charset "UTF-8";
/* ==========================================================================
   Base Resource
   ==========================================================================*/
/* --------------------------------------------------------------------------
   Reset CSS
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 License: none (public domain)
   --------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&family=Poppins:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6; }

body.is-open {
  overflow: hidden; }

a {
  color: inherit;
  text-decoration: none;
  transition: 300ms; }

a:hover {
  opacity: 0.8;
  text-decoration: none; }

input {
  margin: 0; }

img {
  vertical-align: bottom; }

/* --------------------------------------------------------------------------
   Unique Resets
   --------------------------------------------------------------------------*/
html {
  overflow: auto; }

body {
  letter-spacing: 0.05em;
  overflow: hidden; }

img {
  max-width: 100%; }

/* --------------------------------------------------------------------------
   Font
   --------------------------------------------------------------------------*/
/* -----------------------------------------------------------------
   Control
   ----------------------------------------------------------------- */
/* -----------------------------------------------------------------
	 MediaQuery @content
	 ----------------------------------------------------------------- */
/* ==========================================================================
   magnific-popup : jQuery Plugin
   ==========================================================================*/
/* ==========================================================================
   Main CSS
   ==========================================================================*/
/* ===================================================================================================================================================

  2022 New SCSS

   ===================================================================================================================================================*/
/* -----------------------------------------------------------------
   MediaQuery @content
   ----------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Common Settings
   --------------------------------------------------------------------------*/
body {
  overflow: visible !important; }

.contents__wrap .booth__wrap[data-v-56439900] {
  max-width: 1440px;
  padding: 0 40px !important; }
  @media screen and (max-width: 1180px) {
    .contents__wrap .booth__wrap[data-v-56439900] {
      padding: 0 20px !important; } }

.detail-title__wrap[data-v-015c0b94] {
  display: none; }

@media screen and (max-width: 600px) {
  .detail__wrap[data-v-b1664b48] {
    margin-bottom: 40px; } }

#__nuxt {
  height: auto !important; }

.u-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }

/* -----------------------------------------------------------------
   Button Compornent
      -------------------------------------------------------------- */
.c-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 15px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 22px;
  padding-top: 3px;
  position: relative;
  text-align: center;
  width: 240px; }
  .c-btn::before {
    background-image: url(https://shin-monodukuri-shin-service.jp/img/common/btn-arrow1@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    width: 14px;
    height: 14px;
    left: 25px;
    margin: auto;
    position: absolute;
    top: 0; }
  .c-btn--cv {
    background: #f03c58;
    background: linear-gradient(135deg, #f03c58 0%, #ce101d 100%);
    border: none;
    color: #fff; }
    .c-btn--cv::before {
      background-image: url(https://shin-monodukuri-shin-service.jp/img/common/btn-arrow2@2x.png);
      content: ""; }
  .c-btn + .c-btn {
    margin-left: 15px; }
  .c-btn__open {
    border-radius: 25px;
    padding-bottom: 13px;
    padding-top: 13px;
    width: 295px;
    margin: 0 auto; }
    .c-btn__open + .c-btn__open {
      margin: 20px auto; }
    @media screen and (max-width: 960px) {
      .c-btn__open {
        width: 100%;
        max-width: 400px; } }

/* --- Overwrite --- */
.v-application a.c-btn {
  color: #000; }

.c-kasou-btn {
  align-items: center;
  background: #f03c58;
  background: linear-gradient(135deg, #f03c58 0%, #ce101d 100%);
  border-radius: 60px;
  box-shadow: 40px 32px 60px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.13em;
  justify-content: center;
  margin: 10px auto;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 330px; }
  .c-kasou-btn::before {
    background-image: url("https://shin-monodukuri-shin-service.jp/img/common/btn-arrow3@2x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 18px;
    margin-right: 15px;
    position: relative;
    top: 1px;
    width: 18px; }
  .c-kasou-btn:hover {
    box-shadow: none;
    opacity: 1; }

/* --- Overwrite --- */
.v-application a.c-kasou-btn {
  color: #fff; }

/* -----------------------------------------------------------------
   Heading Component
      -------------------------------------------------------------- */
/* -----------------------------------------------------------------
   Detail Contents
      -------------------------------------------------------------- */
.booth__wrap {
  /* --- 詳細度調整用 --- */
  /* --- Title --- */
  /* --- titleLabel --- */
  /* --- MV description --- */
  /* --- booth番号/製品・サービス・技術等のキャッチコピー --- */
  /* ---  製品・サービス・技術等の概要・紹介/特徴、他社優位性、ユーザーメリット・体制等のPR --- */
  /* --- Image Area --- */
  /* --- 資料upload --- */
  /* --- 一番最後のコンテンツ --- */ }
  .booth__wrap section[data-v-485cc2a6],
  .booth__wrap div.title[data-v-0cedb988],
  .booth__wrap div.container[data-v-40263f15],
  .booth__wrap div.description__wrap[data-v-57c56260],
  .booth__wrap div[data-v-295e1c55],
  .booth__wrap div[data-v-9cf2fdda],
  .booth__wrap div[data-v-e4077620],
  .booth__wrap section.media-download__wrap[data-v-fd4a6994] {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1240px;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    @media screen and (max-width: 600px) {
      .booth__wrap section[data-v-485cc2a6],
      .booth__wrap div.title[data-v-0cedb988],
      .booth__wrap div.container[data-v-40263f15],
      .booth__wrap div.description__wrap[data-v-57c56260],
      .booth__wrap div[data-v-295e1c55],
      .booth__wrap div[data-v-9cf2fdda],
      .booth__wrap div[data-v-e4077620],
      .booth__wrap section.media-download__wrap[data-v-fd4a6994] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-wrap: anywhere; } }
  @media screen and (max-width: 960px) {
    .booth__wrap img[data-v-485cc2a6] {
      padding-top: 80px; } }
  .booth__wrap .title[data-v-0cedb988] {
    padding: 0;
    margin: 30px 0 0; }
    .booth__wrap .title[data-v-0cedb988] .title__content {
      padding: 0; }
      .booth__wrap .title[data-v-0cedb988] .title__content__text {
        position: relative;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        font-size: 3.2rem;
        line-height: 1;
        padding-top: 30px; }
        .booth__wrap .title[data-v-0cedb988] .title__content__text:before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 76px;
          height: 10px;
          background-image: url("https://shin-monodukuri-shin-service.jp/img/common/sec-head@2x.png");
          background-size: contain;
          top: 10px; }
  .booth__wrap .container[data-v-40263f15] .booth-category__row {
    margin: 20px 0 0;
    padding: 0; }
  .booth__wrap .container[data-v-40263f15] .booth-category__col {
    padding: 0; }
  .booth__wrap .container[data-v-40263f15] .booth-category__chip {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.12);
    padding: 4px 10px;
    margin: 0 10px 10px 0; }
    @media screen and (max-width: 600px) {
      .booth__wrap .container[data-v-40263f15] .booth-category__chip {
        padding: 2px 10px; } }
    .booth__wrap .container[data-v-40263f15] .booth-category__chip .booth-category__text {
      font-size: 1.6rem;
      font-weight: 400;
      color: #333; }
      @media screen and (max-width: 600px) {
        .booth__wrap .container[data-v-40263f15] .booth-category__chip .booth-category__text {
          font-size: 1.4rem; } }
  .booth__wrap .description__wrap[data-v-57c56260] {
    margin: 0 0 20px; }
    .booth__wrap .description__wrap[data-v-57c56260] .description {
      margin: 0 0; }
      .booth__wrap .description__wrap[data-v-57c56260] .description .html__wrap {
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-size: 1.6rem;
        font-size: 2.0rem;
        line-height: 1.5em; }
        @media screen and (max-width: 600px) {
          .booth__wrap .description__wrap[data-v-57c56260] .description .html__wrap {
            font-size: 1.5rem; } }
        .booth__wrap .description__wrap[data-v-57c56260] .description .html__wrap::after {
          content: "";
          display: block;
          border-width: 2px 0 0 0;
          border-style: dotted;
          border-color: #ccc;
          margin: 40px 0; }
          @media screen and (max-width: 960px) {
            .booth__wrap .description__wrap[data-v-57c56260] .description .html__wrap::after {
              margin: 30px 0; } }
          @media screen and (max-width: 600px) {
            .booth__wrap .description__wrap[data-v-57c56260] .description .html__wrap::after {
              margin: 20px 0; } }
  .booth__wrap div[data-v-295e1c55] {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px; }
    @media screen and (max-width: 960px) {
      .booth__wrap div[data-v-295e1c55] {
        flex-wrap: wrap; } }
    .booth__wrap div[data-v-295e1c55] .title {
      flex-basis: 20%;
      background-color: #f6f6f6;
      padding: 20px;
      border-radius: 10px;
      font-size: 1.8rem !important;
      font-weight: 700;
      text-align: left;
      color: #111;
      line-height: 1.5em; }
      @media screen and (max-width: 960px) {
        .booth__wrap div[data-v-295e1c55] .title {
          flex-basis: 100%; } }
      @media screen and (max-width: 600px) {
        .booth__wrap div[data-v-295e1c55] .title {
          padding: 10px;
          font-size: 1.5rem !important; } }
    .booth__wrap div[data-v-295e1c55] .title + div {
      margin-bottom: 0; }
    .booth__wrap div[data-v-295e1c55] .word {
      flex-basis: 80%; }
      @media screen and (max-width: 960px) {
        .booth__wrap div[data-v-295e1c55] .word {
          flex-basis: 100%;
          margin-top: 10px; } }
      @media screen and (max-width: 600px) {
        .booth__wrap div[data-v-295e1c55] .word {
          font-size: 1.5rem !important; } }
  .booth__wrap div[data-v-9cf2fdda] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    @media screen and (max-width: 960px) {
      .booth__wrap div[data-v-9cf2fdda] {
        flex-wrap: wrap; } }
    .booth__wrap div[data-v-9cf2fdda] h3[data-v-9cf2fdda], .booth__wrap div[data-v-9cf2fdda] p[data-v-9cf2fdda] {
      padding: 0; }
    .booth__wrap div[data-v-9cf2fdda] .title {
      flex-basis: 20%;
      background-color: #f6f6f6;
      padding: 20px;
      border-radius: 10px;
      font-size: 1.8rem !important;
      font-weight: 700;
      text-align: left;
      color: #111;
      line-height: 1.5em; }
      @media screen and (max-width: 960px) {
        .booth__wrap div[data-v-9cf2fdda] .title {
          flex-basis: 100%; } }
      @media screen and (max-width: 600px) {
        .booth__wrap div[data-v-9cf2fdda] .title {
          padding: 10px;
          font-size: 1.5rem !important; } }
    .booth__wrap div[data-v-9cf2fdda] .title + div {
      margin-bottom: 0; }
    .booth__wrap div[data-v-9cf2fdda] .text_content {
      white-space: normal !important;
      margin-bottom: 0; }
      @media screen and (max-width: 600px) {
        .booth__wrap div[data-v-9cf2fdda] .text_content {
          font-size: 1.5rem !important; } }
  .booth__wrap div[data-v-28d22660][data-v-9cf2fdda] {
    flex-wrap: wrap; }
    .booth__wrap div[data-v-28d22660][data-v-9cf2fdda] h2 + div {
      flex-basis: 80%; }
      @media screen and (max-width: 960px) {
        .booth__wrap div[data-v-28d22660][data-v-9cf2fdda] h2 + div {
          flex-basis: 100%;
          margin-top: 10px; } }
  .booth__wrap div[data-v-e4077620] .title[data-v-e4077620] {
    display: none; }
  .booth__wrap div[data-v-e4077620] img[data-v-e4077620] {
    margin: 20px 0; }
  .booth__wrap div[data-v-e4077620] .prHeading {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.8rem !important;
    font-weight: 700;
    text-align: center;
    color: #111; }
  .booth__wrap .primage-last:after {
    content: "";
    display: block;
    border-width: 2px 0 0 0;
    border-style: dotted;
    border-color: #ccc;
    margin: 40px 0; }
  .booth__wrap .media-download__wrap[data-v-fd4a6994]:before, .booth__wrap .media-download__wrap[data-v-fd4a6994]:after {
    content: "";
    display: block;
    border-width: 2px 0 0 0;
    border-style: dotted;
    border-color: #ccc;
    margin: 40px 0; }
    @media screen and (max-width: 960px) {
      .booth__wrap .media-download__wrap[data-v-fd4a6994]:before, .booth__wrap .media-download__wrap[data-v-fd4a6994]:after {
        margin: 30px 0; } }
    @media screen and (max-width: 600px) {
      .booth__wrap .media-download__wrap[data-v-fd4a6994]:before, .booth__wrap .media-download__wrap[data-v-fd4a6994]:after {
        margin: 20px 0; } }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download__title__wrap {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    height: auto;
    text-align: center; }
    .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download__title__wrap > span[data-v-fd4a6994] {
      font-size: 1.8rem !important;
      font-weight: 700;
      text-align: center;
      color: #111; }
      @media screen and (max-width: 600px) {
        .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download__title__wrap > span[data-v-fd4a6994] {
          font-size: 1.5rem !important; } }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download-card[data-v-432c0e8c] {
    padding: 20px; }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download-title__text[data-v-432c0e8c] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    font-size: 1.8rem; }
    @media screen and (max-width: 600px) {
      .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download-title__text[data-v-432c0e8c] {
        font-size: 1.5rem; } }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download-description__text[data-v-432c0e8c] {
    white-space: normal;
    font-size: 1.6rem;
    margin: 0; }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download__title__border {
    display: none; }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .v-divider {
    margin: 20px 0; }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .download-icon {
    filter: brightness(0) saturate(100%) invert(4%) sepia(15%) saturate(652%) hue-rotate(57deg) brightness(94%) contrast(93%); }
  .booth__wrap .media-download__wrap[data-v-fd4a6994] .media-download__download-text {
    color: #111; }
  .booth__wrap .contents-last:before {
    content: "";
    display: block;
    border-width: 2px 0 0 0;
    border-style: dotted;
    border-color: #ccc;
    margin: 80px 0 0; }

/* --------------------------------------------------------------------------
   Header
   --------------------------------------------------------------------------*/
/* --- OverWrite --- */
.header__wrap {
  display: none; }

.detail__wrap > div {
  display: none; }

.l-header {
  background-color: #fff;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
  z-index: 10; }
  .l-header::after {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1; }
  @media screen and (max-width: 1024px) {
    .l-header {
      left: 0;
      padding: 12px 20px;
      position: fixed;
      top: 0;
      width: 100%; } }
  .l-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px; }
    @media screen and (max-width: 960px) {
      .l-header__inner {
        margin: 0;
        max-width: 100%; } }
  .l-header__logo img {
    vertical-align: bottom; }
    @media screen and (max-width: 1024px) {
      .l-header__logo img {
        width: 200px;
        z-index: 10; } }
  .l-header__inner {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    justify-content: space-between; }
  .l-header__right {
    display: flex;
    flex-direction: column; }
  .l-header__login {
    display: flex;
    margin-left: auto; }
  .l-header__nav {
    margin-top: 15px; }
  .l-header__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  .l-header__menu {
    display: inline-block;
    position: relative; }
    .l-header__menu + .l-header__menu {
      margin-left: 40px; }
      @media screen and (max-width: 1180px) {
        .l-header__menu + .l-header__menu {
          margin-left: 20px; } }
  .l-header__link {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.6rem;
    color: #111;
    font-size: 1.8rem; }
    .l-header__link:hover {
      color: #CE101D;
      opacity: 1; }
  .l-header__submenu {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 30px;
    width: 300px;
    min-height: 0;
    height: 0;
    z-index: 3;
    transition: min-height 0.5s;
    display: flex;
    flex-direction: column; }
    .l-header__submenu ul {
      background: #EDDFEA;
      border-radius: 5px;
      position: relative;
      margin-top: 15px;
      padding: 20px; }
      .l-header__submenu ul:before {
        content: '';
        position: absolute;
        top: -12px;
        left: 15px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #EDDFEA transparent;
        transform: rotate(0deg); }
    .l-header__submenu li {
      border-bottom: 1px solid #999; }
    .l-header__submenu li > a {
      display: block;
      width: 100%;
      font-size: 16px;
      color: #000;
      line-height: 1.75;
      padding: 20px; }
    .l-header__submenu li:last-of-type {
      border-bottom: none; }
    .l-header__submenu li > a:hover {
      background-color: none;
      opacity: 1;
      color: #CE101D; }
    .l-header__submenu.active {
      min-height: 300px; }

/* --- Overwrite --- */
.v-application a.l-header__link {
  color: #000; }

@media screen and (max-width: 1060px) {
  .u-hidden-tb {
    display: none; } }

@media screen and (min-width: 1061px) {
  .u-hidden-pc2 {
    display: none; } }

/*----- ハンバーガー -----*/
.c-burger-btn {
  position: relative;
  z-index: 10; }
  .c-burger-btn span {
    background-color: #000;
    display: block;
    height: 2px;
    width: 20px; }
  .c-burger-btn span + span {
    margin-top: 7px; }
  .c-burger-btn.is-on span:first-child {
    top: 0;
    transform: rotate(45deg); }
  .c-burger-btn.is-on span:nth-child(2) {
    display: none; }
  .c-burger-btn.is-on span:last-child {
    bottom: 0;
    position: absolute;
    transform: rotate(-45deg); }
  .c-burger-btn.is-open .burger-menu {
    display: block; }

.c-burger-nav {
  display: none;
  opacity: 0;
  visibility: hidden; }
  .c-burger-nav.is-open {
    background-color: #fff;
    color: #004ea2;
    display: block;
    height: 100vh;
    left: 0;
    opacity: 1;
    padding-bottom: 67px;
    position: fixed;
    text-align: center;
    top: 60px;
    visibility: visible;
    width: 100%;
    z-index: 102; }
  .c-burger-nav__list {
    align-items: flex-start;
    display: flex;
    -ms-flex-align: start;
    flex-direction: column;
    padding-left: 0 !important; }
  .c-burger-nav__menu {
    position: relative;
    text-align: left;
    width: 100%; }
    .c-burger-nav__menu::after {
      border-bottom: 1px solid #eee;
      bottom: 0;
      content: "";
      height: 1px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 100vw; }
  .c-burger-nav__link {
    color: #121212;
    display: block;
    font-size: 15px;
    padding: 30px 40px;
    text-align: left;
    background: none;
    border: none;
    width: 100%; }
    .c-burger-nav__link.-accordion {
      position: relative;
      background: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%; }
      .c-burger-nav__link.-accordion::after {
        content: '';
        display: block;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 25px;
        width: 2px;
        background-color: #ed3242;
        transform: translateY(-50%);
        transition: transform 0.4s; }
      .c-burger-nav__link.-accordion.-active::after {
        transform: translateY(-50%) rotate(-90deg); }
      .c-burger-nav__link.-accordion::before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 12px;
        background-color: #ed3242;
        transform: translateY(-50%); }
  .c-burger-nav__login {
    display: block;
    margin-top: 38px;
    padding-left: 40px;
    padding-right: 40px; }

/* --- Overwrite --- */
.v-application a.c-burger-nav__link {
  color: #111; }

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s; }
  .accordion.-active {
    height: auto;
    visibility: visible; }
  .accordion__list li {
    font-size: 0.75rem;
    border-bottom: 1px solid #e7e9ee;
    width: 90%; }
  .accordion__list li:first-of-type {
    border-top: 1px solid #e7e9ee; }
  .accordion__list li:last-of-type {
    border-bottom: none; }
  .accordion__list li a {
    display: inline-block;
    padding: 30px 55px;
    font-size: 15px;
    width: 100%; }
  .accordion__link {
    color: #172e59; }

/* --- Overwrite --- */
.v-application a.accordion__link {
  color: #111; }

/* --------------------------------------------------------------------------
   Footer
   --------------------------------------------------------------------------*/
/* --- overWrite --- */
.html__wrap[data-v-d346e312] .l-footer__sns img {
  width: auto; }

.html__wrap[data-v-d346e312] .l-footer__link {
  color: #fff; }

.l-footer {
  background-color: #000;
  color: #fff;
  padding: 60px 40px; }
  .l-footer .u-container {
    position: relative; }
  .l-footer__content {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between; }
  .l-footer__list {
    align-items: flex-start;
    display: inline-flex;
    -ms-flex-align: start;
    justify-content: space-between;
    max-width: 500px; }
  .l-footer__list-right {
    margin-left: 120px; }
  .l-footer__menu + .l-footer__menu {
    margin-top: 20px; }
  .l-footer__link {
    display: block;
    position: relative; }
    .l-footer__link::before {
      background-image: url("https://shin-monodukuri-shin-service.jp/img/common/btn-arrow4.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      content: "";
      width: 13px;
      height: 13px;
      left: -20px;
      margin: auto;
      position: absolute;
      top: 0; }
  .l-footer__box {
    background-color: #fff;
    border-radius: 10px;
    padding: 31px 40px; }
    .l-footer__box p {
      color: #000;
      font-weight: bold;
      text-align: center; }
  .l-footer__sns {
    margin-top: 20px;
    text-align: left; }
  .l-footer__login {
    margin-top: 20px; }
  .l-footer__pagetop {
    position: absolute;
    right: -65px;
    top: 0;
    transition: 300ms; }
  .l-footer__copyright {
    background-color: #1a1a1a;
    padding-bottom: 15px;
    padding-top: 15px; }
    @media screen and (max-width: 600px) {
      .l-footer__copyright {
        margin-top: 0px; } }
    .l-footer__copyright p {
      color: #fff;
      font-size: 12px;
      text-align: center; }

@media screen and (max-width: 1400px) {
  .l-footer__box {
    margin-right: 65px; }
  .l-footer__pagetop {
    right: 0; } }

@media screen and (max-width: 1280px) {
  .l-footer {
    padding-bottom: 30px;
    padding-top: 70px; }
  .l-footer__list {
    justify-content: space-around;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .l-footer__list-right {
    margin-left: 60px; }
  .l-footer__box {
    width: 45%;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 20px 40px; }
  .l-footer__nav {
    width: 50%; }
  .l-footer__pagetop {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    margin-top: 40px;
    padding-right: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 0; }
  .l-footer__list {
    justify-content: space-between; }
  .l-footer__list-right {
    margin-left: 120px; }
  .l-footer .c-btn {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .l-footer__list {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 20px; }
  .l-footer__login .c-btn {
    border-radius: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .l-footer__login .c-btn + .c-btn {
    margin-top: 20px;
    margin-left: 20px; }
  .l-footer__content {
    display: block; }
  .l-footer__login .c-btn + .c-btn {
    margin-top: 0; }
  .l-footer__box {
    width: 100%; }
  .l-footer__nav {
    width: 100%; }
  .l-footer__copyright p {
    line-height: 1.8; } }

@media screen and (max-width: 768px) {
  .l-footer__list {
    flex-direction: column; }
  .l-footer__login {
    flex-direction: column; }
  .l-footer__login .c-btn {
    margin: 20px auto 0; }
  .l-footer__login .c-btn + .c-btn {
    margin: 20px auto 0; }
  .l-footer__list-right {
    margin: 20px 0 0 0; }
  .l-footer__menu {
    font-size: 14px; } }

@media screen and (max-width: 400px) {
  .l-footer__list-right {
    margin-left: 40px; } }

/* --------------------------------------------------------------------------
   Contact
   --------------------------------------------------------------------------*/
.c-heading01 {
  text-align: center; }
  .c-heading01__ttl {
    color: #000;
    font-weight: bold;
    font-size: 36px;
    margin-top: 10px; }
    @media screen and (max-width: 960px) {
      .c-heading01__ttl {
        font-size: 30px;
        line-height: 1.3; } }
  .c-heading01__subttl {
    color: #CE101D;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 10px; }
    @media screen and (max-width: 960px) {
      .c-heading01__subttl {
        font-size: 16px; } }
  .c-heading01__txt {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.55em;
    letter-spacing: 0.05em;
    margin: 30px 0; }
    @media screen and (max-width: 960px) {
      .c-heading01__txt {
        font-size: 15px; } }

/* --- overWrite --- */
.title[data-v-20189f01] {
  display: none; }

.html__wrap[data-v-20189f01] h2.c-heading01__ttl {
  color: #000;
  font-size: 36px;
  margin-top: 10px;
  background: none; }

.html__wrap[data-v-20189f01] .c-heading__head img {
  width: auto; }

.html__wrap[data-v-20189f01] h3.title {
  padding: 0; }

.html__wrap[data-v-20189f01] h4.subTitle {
  padding: 0; }

.c-home-contact {
  position: relative;
  padding-top: 50px; }
  .c-home-contact .u-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px; }
    .c-home-contact .u-container .c-home-detail {
      margin: 80px 0 0;
      padding: 60px; }
      .c-home-contact .u-container .c-home-detail .txtBox {
        margin: 10px 0 0; }
      .c-home-contact .u-container .c-home-detail .title {
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
        font-size: 30px !important;
        font-weight: 800 !important; }
      .c-home-contact .u-container .c-home-detail .subTitle {
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        font-size: 20px;
        font-weight: 800;
        margin: 20px 0 5px; }
      .c-home-contact .u-container .c-home-detail .contactList dl {
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
      .c-home-contact .u-container .c-home-detail .contactList dl + dl {
        margin-top: 15px; }
      .c-home-contact .u-container .c-home-detail .contactList dl img {
        bottom: 4px;
        margin-left: 20px;
        margin-right: 5px;
        position: relative; }
      .c-home-contact .u-container .c-home-detail .contactList dt {
        width: 80px;
        font-weight: bold;
        margin-right: 15px; }
      .c-home-contact .u-container .c-home-detail .contactList dd {
        position: relative;
        width: calc(100% - 120px);
        padding-left: 1em;
        font-size: 18px;
        line-height: 1.5em; }
      .c-home-contact .u-container .c-home-detail .contactList dd:before {
        content: ":";
        position: absolute;
        left: -5px;
        top: -2px; }
      .c-home-contact .u-container .c-home-detail .contactList p {
        margin-top: 15px; }
      .c-home-contact .u-container .c-home-detail .contactList .accessLink:hover {
        color: #CE101D;
        opacity: 1; }
      .c-home-contact .u-container .c-home-detail.visitor {
        background: #E7E8F7; }
      .c-home-contact .u-container .c-home-detail.exhibitor {
        background: #EBF7E7;
        margin-top: 40px; }
      .c-home-contact .u-container .c-home-detail.jimukyoku {
        background: #EDDFEA;
        margin: 40px auto 80px; }
        @media screen and (max-width: 960px) {
          .c-home-contact .u-container .c-home-detail.jimukyoku {
            margin: 30px auto 0px; } }
      .c-home-contact .u-container .c-home-detail.cookie {
        position: relative;
        margin-top: 150px;
        background: #E7E8F7;
        width: 100%;
        height: auto;
        margin: 40px auto 0;
        padding: 30px 10%; }
        .c-home-contact .u-container .c-home-detail.cookie .txtBox {
          margin: 0 auto;
          width: 100%; }
        .c-home-contact .u-container .c-home-detail.cookie .title {
          text-align: center; }
        .c-home-contact .u-container .c-home-detail.cookie .subTitle {
          text-align: center; }
        .c-home-contact .u-container .c-home-detail.cookie .contactList {
          margin-top: 20px; }
          .c-home-contact .u-container .c-home-detail.cookie .contactList dl {
            justify-content: center; }
          .c-home-contact .u-container .c-home-detail.cookie .contactList dt, .c-home-contact .u-container .c-home-detail.cookie .contactList dd {
            width: auto; }
  .c-home-contact.cookie {
    padding: 0;
    margin: 100px 0; }
    .c-home-contact.cookie .u-container {
      height: auto; }

@media screen and (max-width: 1350px) {
  .c-home-contact {
    padding: 100px 0; }
    .c-home-contact .u-container {
      height: auto; }
      .c-home-contact .u-container .c-home-detail {
        margin: 0 auto;
        width: 90%;
        height: auto; }
        .c-home-contact .u-container .c-home-detail.visitor {
          position: relative;
          left: 0px;
          margin-top: 50px; }
        .c-home-contact .u-container .c-home-detail.exhibitor {
          position: relative;
          right: 0px;
          margin-top: 30px; } }

@media screen and (max-width: 768px) {
  .c-home-contact {
    padding: 50px 0; }
    .c-home-contact .u-container {
      height: auto; }
      .c-home-contact .u-container .c-home-detail {
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding: 30px 20px; }
        .c-home-contact .u-container .c-home-detail .title {
          font-size: 22px;
          line-height: 1.5em; }
        .c-home-contact .u-container .c-home-detail .subTitle {
          font-size: 18px;
          margin: 0 0 20px; }
        .c-home-contact .u-container .c-home-detail .contactList dl {
          flex-direction: column; }
        .c-home-contact .u-container .c-home-detail .contactList dt {
          font-size: 14px;
          line-height: 1.5em; }
        .c-home-contact .u-container .c-home-detail .contactList dd {
          padding: 0 0 20px;
          width: 100%;
          font-size: 14px;
          line-height: 1.5em; }
        .c-home-contact .u-container .c-home-detail .contactList dd:before {
          display: none; }
        .c-home-contact .u-container .c-home-detail.visitor {
          position: relative;
          left: 0px;
          margin-top: 50px; }
        .c-home-contact .u-container .c-home-detail.exhibitor {
          position: relative;
          right: 0px;
          margin-top: 30px; }
        .c-home-contact .u-container .c-home-detail.cookie {
          padding: 30px 10%; }
          .c-home-contact .u-container .c-home-detail.cookie .txtBox {
            margin: 0 auto;
            width: 100%; }
          .c-home-contact .u-container .c-home-detail.cookie .title {
            text-align: left;
            font-size: 18px; }
          .c-home-contact .u-container .c-home-detail.cookie .subTitle {
            text-align: left;
            font-size: 16px; } }

@media screen and (max-width: 420px) {
  .c-home-contact .u-container .c-home-detail.cookie {
    padding: 30px 20px; } }

/* --------------------------------------------------------------------------
   Modal
   --------------------------------------------------------------------------*/
body.is-fixed {
  overflow: hidden; }

.l-modal {
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }
  .l-modal.is-show {
    opacity: 1;
    visibility: visible; }
  .l-modal__close {
    cursor: pointer;
    margin-left: auto;
    position: relative;
    top: -20px;
    right: 20px;
    transition: opacity 0.6s; }
  .l-modal__close span::before {
    background: #111;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 33px; }
  .l-modal__close span::after {
    background: #111;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 33px; }
  .l-modal__box {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 70px;
    padding-top: 60px;
    position: relative;
    width: 800px;
    z-index: 2; }
  .l-modal__head {
    background-color: #000;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    width: 71px; }
  .l-modal__txt {
    font-feature-settings: "palt";
    font-size: 18px;
    margin-before: 20px;
    margin-top: 20px !important;
    text-align: center; }
  .l-modal__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px; }
  .l-modal__btn + .l-modal__btn {
    margin-left: 20px; }
  .l-modal__btn-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
  .l-modal__btn-link {
    margin-top: 20px; }
  .l-modal__bg {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

/* --- Overwrite --- */
h2.l-modal__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  background: none;
  margin-top: 10px;
  text-align: center; }

p.l-modal__head {
  padding: 4px 8px; }

/* --- 要否確認最後にチェック --- */
.l-searchModal {
  align-items: center;
  bottom: 0;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: auto;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 80px 20px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 99; }
  .l-searchModal.is-show {
    opacity: 1;
    overflow: scroll;
    visibility: visible; }
  .l-searchModal__mask {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    position: fixed;
    width: 100%; }
  .l-searchModal__close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: 40px;
    top: 50px;
    transition: opacity 0.6s;
    z-index: 5; }
  .l-searchModal__close::before {
    background: #111;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 33px; }
  .l-searchModal__close::after {
    background: #111;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 33px; }
  .l-searchModal__box {
    background-color: #fff;
    border-radius: 10px;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    padding: 80px 55px;
    position: relative;
    position: relative;
    right: 0;
    top: 0;
    width: 840px;
    z-index: 2; }
  .l-searchModal__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
  .l-searchModal__subtitle {
    margin-top: 0.8em;
    text-align: center; }
  .l-searchModal__content .l-searchModal__checkboxlist {
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between; }
  .l-searchModal__content .l-searchModal__checkboxlist .control {
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 20px;
    width: 46%; }

/* ===================================================================================================================================================

  2022 New SCSS

   ===================================================================================================================================================*/
/* --------------------------------------------------------------------------
   Common Settings
   --------------------------------------------------------------------------*/
/* --- ListHeader Delete --- */
.event__header {
  display: none; }

.event__layout > div[data-v-3a2076da] {
  display: none; }

.l-wrapper.l-wrapper--sdw {
  max-width: 1440px;
  padding: 0 40px !important;
  margin: 0 auto; }
  @media screen and (max-width: 1180px) {
    .l-wrapper.l-wrapper--sdw {
      padding: 0 20px !important; } }

@media screen and (max-width: 1069px) {
  .list__wrap {
    padding-top: 60px; } }

/* -----------------------------------------------------------------
   PasteTitles
      -------------------------------------------------------------- */
.booth-list-title__text h2 {
  position: relative;
  color: #000;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 20px; }
  .booth-list-title__text h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto;
    width: 76px;
    height: 10px;
    display: block;
    background-image: url(https://shin-monodukuri-shin-service.jp/dev/img/sec-head@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain; }

.list__booth-title .booth-list-title__text {
  text-align: center;
  border-left: none; }

.list__booth-title .layout.align-center {
  flex-wrap: wrap; }

.list__booth-title .booth-list-title__layout-selector {
  flex-wrap: wrap;
  flex-direction: row-reverse; }

.v-expansion-panel-header .booth-search__button {
  background-color: #333; }
  .v-expansion-panel-header .booth-search__button .booth-search__button__icon {
    margin-right: 10px; }
    .v-expansion-panel-header .booth-search__button .booth-search__button__icon:after {
      background-color: #333; }
  .v-expansion-panel-header .booth-search__button p {
    font-size: 1.6rem; }

.v-list-item .v-list-item__content .v-list-item__subtitle, .v-list-item .v-list-item__content .v-list-item__title {
  font-size: 1.6rem; }

.v-list-group__items .booth-search__chip .booth-search__text {
  font-size: 1.4rem; }

.v-list-group__items .booth-search__chip__selected {
  background-color: #f03c58 !important;
  border: 1px solid #f03c58; }

.v-application .v-input__control .primary--text {
  color: #f03c58 !important; }

.booth-search__clear-button .v-btn__content {
  font-size: 1.6rem;
  font-weight: 600; }

.booth-search__action-button {
  border: 1px solid #f03c58 !important; }
  .booth-search__action-button .v-btn__content {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f03c58 !important; }

.v-card__text .booth-title__wrap .booth-title__text {
  overflow: visible;
  line-height: 1.2em; }

.v-card__text .booth-description__wrap .booth-description__text {
  line-height: 1.4em; }

/* ==========================================================================
   機能改善後削除
   ==========================================================================*/
.v-list.v-sheet > div.v-list-group:first-child {
  display: none; }

/* ==========================================================================
   Main CSS にマージ予定
   ==========================================================================*/
