@charset "UTF-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  position: relative;
  /** クリック拡大用 ** */
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color-bg: #fff;
  --color-bg-gray: #f9f8ff;
  --color-gray: #a5a7b8;
  --color-footer-bg: #222527;
  --text-black: #231815;
  --main-gray-color: #E5E5E5;
  --color-primary: #0097DB;
  --color-secondary: #FFF344;
  --color-danger: #ff0000;
  --font-langJa: "Noto Sans JP", sans-serif;
  --font-langEn: "Hanken Grotesk", sans-serif;
  --font-langNum: "Hanken Grotesk", sans-serif;
}

html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-family: var(--main-langJa, "Noto Sans JP", sans-serif);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-black, #222);
  background-color: #fff;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
}

.l-main {
  position: relative;
  display: block;
  flex-grow: 1;
}

@media (max-width: 960px) {
  .l-main {
    overflow: hidden;
  }
}

body:not(.home) .l-main {
  padding-top: 106px;
}

@media (max-width: 1200px) {
  body:not(.home) .l-main {
    padding-top: 56px;
  }
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.l-inner {
  margin: 0 auto;
  width: 92%;
  max-width: 800px;
}

.l-inner.--large {
  max-width: 1000px;
}

.l-inner.--fluid {
  width: 100%;
  max-width: 100%;
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}

/**********************
* utility
**********************/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.u-en {
  font-family: var(--main-langEn);
  font-optical-sizing: auto;
  font-style: normal;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-fwb {
  font-weight: 700;
}

.u-red {
  color: #FF0000;
}

.u-theme-color {
  color: var(--color-primary);
}

.bg-white {
  background-color: #fff;
}

.bg-theme-color {
  background-color: var(--color-primary);
}

.bg-secondary-color {
  background-color: var(--color-secondary);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-58deg, transparent, transparent 30px, rgb(255, 243, 98) 30px, rgb(255, 243, 98) 60px);
}

@media (max-width: 767px) {
  .bg-stripe {
    background-image: repeating-linear-gradient(-58deg, transparent, transparent 15px, rgb(255, 243, 98) 15px, rgb(255, 243, 98) 30px);
  }
}

.bg-wave-top {
  position: relative;
}

.bg-wave-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1080/63;
  pointer-events: none;
  background-image: url(../img/common/wave_top_yellow.svg);
  background-size: 400px auto;
  background-repeat: repeat-x;
  background-position: top left;
}

@media (max-width: 1200px) {
  .bg-wave-top::before {
    background-size: 30% auto;
    aspect-ratio: 800/63;
  }
}

@media (max-width: 960px) {
  .bg-wave-top::before {
    background-size: 20% auto;
    aspect-ratio: 375/63;
  }
}

.bg-wave-bottom {
  position: relative;
}

.bg-wave-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  aspect-ratio: 1080/63;
  width: 100%;
  pointer-events: none;
  background-image: url(../img/common/wave_bottom_yellow.svg);
  background-size: 400px auto;
  background-repeat: repeat-x;
  background-position: bottom left;
}

@media (max-width: 1200px) {
  .bg-wave-bottom::after {
    background-size: 30% auto;
    aspect-ratio: 800/63;
  }
}

@media (max-width: 960px) {
  .bg-wave-bottom::after {
    background-size: 20% auto;
    aspect-ratio: 375/63;
  }
}

.bg-wave-top[data-wave-bottom=white]::before {
  background-image: url(../img/common/wave_bottom_white.svg);
}

.bg-wave-bottom[data-wave-top=white]::before {
  background-image: url(../img/common/wave_top_white.svg);
}

.u-tt-uc {
  text-transform: uppercase;
}

.u-link {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.u-link:hover,
.u-link:active,
.u-link:focus {
  text-decoration: none;
}

/**********************
* header
***********************/
.l-header {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 106px;
  z-index: 100;
  transition: 0.75s height ease-in-out;
  transition-property: opacity, height, background-color;
  padding: 0px;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 1200px) {
  .l-header {
    height: 60px;
  }
}

.l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 1600px;
  width: 95%;
  padding-left: 100px;
}

@media (max-width: 1200px) {
  .l-header .l-inner {
    width: 92%;
    padding-left: 0;
  }
}

.p-header__title {
  position: relative;
  flex-shrink: 0;
  width: 162px;
  aspect-ratio: 162/65;
}

@media (max-width: 1200px) {
  .p-header__title {
    width: 200px;
    aspect-ratio: 75/8;
  }
}

.p-header__title a {
  position: relative;
  display: block;
  height: 100%;
}

.p-logo img {
  width: 100%;
  height: auto;
}

.is-header-bg-none .p-header__title {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.fixed-btn-entry {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 106px;
  background-color: #3E3A39;
  z-index: 102;
}

@media (max-width: 1200px) {
  .fixed-btn-entry {
    height: 60px;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.fixed-btn-entry a {
  display: block;
}

.fixed-btn-entry a:hover {
  opacity: 0.6;
}

.fixed-btn-entry img {
  width: 55px;
  height: auto;
  aspect-ratio: 55/70;
}

@media (max-width: 1200px) {
  .fixed-btn-entry img {
    width: 30px;
  }
}

/**********************
* PC header
**********************/
.p-header__nav.-pc {
  height: inherit;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
  transition-property: opacity, visibility;
}

.p-header__nav.-pc .p-gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  gap: 0 20px;
}

.p-header__nav.-pc .p-gnav__item {
  position: relative;
}

.p-header__nav.-pc .p-gnav__item:not(.menu-insta) {
  padding: 0.25em 1em;
  background-color: #fff;
}

.p-header__nav.-pc .p-gnav__link {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-primary);
  text-decoration-color: var(--color-primary);
  text-underline-offset: 0.25em;
}

.p-header__nav.-pc .p-gnav__link:hover,
.p-header__nav.-pc .p-gnav__link:focus {
  color: var(--color-primary);
}

.p-header__nav.-sp {
  display: none;
}

@media (max-width: 1200px) {
  .p-header__nav.-pc {
    display: none;
  }

  .p-header__nav.-sp {
    display: flex;
  }
}

/*****
* SP drawer
**********************/
.p-header__nav.-sp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 100px;
}

.p-header__nav.-sp .p-nav-logo {
  position: fixed;
  top: 20px;
  left: 4%;
  width: 200px;
}

.p-header__nav.-sp .p-gnav {
  margin-top: 74px;
  display: block;
  width: 100%;
  padding: 0;
}

.p-header__nav.-sp .p-gnav__item {
  width: 100%;
  padding: 0 1.5em;
}

.p-header__nav.-sp .p-gnav__item {
  border-bottom: 1px solid var(--color-primary);
}

.p-header__nav.-sp .p-gnav__link {
  position: relative;
  display: block;
  color: var(--text-black);
  text-align: center;
  padding: 25px 0 25px 1.5em;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.p-header__nav.-sp .p-gnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.65em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow_menu.svg) no-repeat center/contain;
}

.p-header__nav.-sp .p-gnav__link:hover,
.p-header__nav.-sp .p-gnav__link:focus,
.p-header__nav.-sp .p-gnav__link:active {
  opacity: 0.6;
}

.p-header__nav.-sp a.p-gnav__link:hover,
.p-header__nav.-sp a.p-gnav__link:focus,
.p-header__nav.-sp a.p-gnav__link:active {
  opacity: 0.6;
}

/* メニュー表示設定*/
.p-header__nav.-sp {
  position: fixed;
  top: 0;
  right: 0;
  color: #222;
  background-color: #e5e5e5;
  text-align: center;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-out 0s;
  transition-property: opacity, visibility;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

.is-drawerActive .p-header__nav.-sp {
  opacity: 1;
  visibility: visible;
}

/* ハンバーガーメニュー*/
.p-hamburger {
  display: none;
}

@media (max-width: 1200px) {
  .p-hamburger {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 101;
    outline: 0;
    border: 0;
    width: 56px;
    height: 56px;
    background-color: #3E3A39;
    transition: background-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
  }

  .p-hamburger .icon {
    position: relative;
    margin-left: 2px;
    display: block;
    width: 30px;
    height: 17px;
  }

  .p-hamburger .text {
    margin-top: 5px;
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    transition: opacity 0.3s ease-in-out;
    transition-property: opacity, width, margin;
  }

  .p-hamburger__line {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 0.2s cubic-bezier(0.23, 1, 0.58, 1);
    margin: auto;
    border-radius: 0.25em;
    background-color: #fff;
    width: 30px;
    height: 2px;
    border-radius: 2px;
  }

  .p-hamburger__line:after,
  .p-hamburger__line:before {
    display: block;
    position: absolute;
    content: "";
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1), top 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s;
    border-radius: inherit;
    background-color: inherit;
    width: 100%;
    height: 100%;
  }

  .p-hamburger__line:before {
    top: -8px;
  }

  .p-hamburger__line:after {
    top: 8px;
  }

  .is-drawerActive .p-hamburger__line {
    background-color: transparent;
  }

  .is-drawerActive .p-hamburger__line:after,
  .is-drawerActive .p-hamburger__line:before {
    top: 0;
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s, top 0.2s cubic-bezier(0.23, 1, 0.58, 1);
  }

  .is-drawerActive .p-hamburger__line:before {
    transform: rotate(-45deg);
  }

  .is-drawerActive .p-hamburger__line:after {
    transform: rotate(45deg);
  }
}

/***********************
* header　インスタリンク（SP）
************************/
.header-link-insta {
  display: none;
}

.header-link-insta a:hover,
.header-link-insta a :focus {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .header-link-insta {
    position: fixed;
    right: 85px;
    top: 16px;
    display: block;
    width: 30px;
    height: auto;
    z-index: 101;
  }

  .header-link-insta img {
    width: 100%;
    height: auto;
  }
}

/***********************
* footer
************************/
.l-footer {
  padding: 20px 0;
  background-color: #fff;
}

.f-logo {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .l-footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 766px) {
  .f-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .f-logo p {
    padding: 10px 0 0 0;
  }
}

.kouen {
  justify-content: center;
  display: flex;
  gap: 10px;
  font-size: 12.5px;
}

.kouen2 {
  width: 90%;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.footer-logo-link {
  margin-left: 30px;
  display: block;
  width: 97px;
}

@media (max-width: 767px) {
  .kouen2 {
    width: 70%;
  }
}

/**********************
* common
***********************/
.c-title01 {
  position: relative;
  padding: 0.75em 0;
  padding-left: 4em;
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-title01 {
    padding-left: 4em;
    font-size: 1.8rem;
  }
}

.c-title01::after {
  position: absolute;
  left: 0.5em;
  top: 0;
  content: "";
  width: 3em;
  height: 3em;
  background: url(../img/common/icon_title01.png) no-repeat center left/contain;
}

.c-title02 {
  position: relative;
  padding-left: 2em;
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-title02 {
    padding-left: 2em;
    font-size: 1.8rem;
  }
}

.c-title02::after {
  position: absolute;
  left: 0.5em;
  top: 0.25em;
  content: "";
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: var(--color-primary);
  border-radius: 50%;
}

.c-subttl01 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #D4D4D4;
}

@media (max-width: 960px) {
  .c-subttl01 {
    font-size: 1.8rem;
  }
}

.c-subttl01::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  top: inherit;
  z-index: 2;
  content: "";
  width: 5em;
  height: 1px;
  background-color: var(--color-primary);
}

.c-button01 {
  display: block;
  padding: 0.75em 4em;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  border-radius: 40px;
  max-width: 344px;
  width: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.c-button01 span {
  display: inline-block;
  position: relative;
}

.c-button01::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  transition: opacity 0.3s ease-in-out;
  transition-property: opacity, transform;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
}

.c-button01:hover,
.c-button01:focus {
  opacity: 0.8;
}

.c-button02 {
  display: block;
  padding: 0.75em 3em;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: #9babd7;
  border-radius: 40px;
  max-width: 710px;
  width: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.c-button02 span {
  display: inline-block;
  position: relative;
}

.c-button02::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  transition: opacity 0.3s ease-in-out;
  transition-property: opacity, transform;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
}

.c-button02:hover,
.c-button02:focus {
  opacity: 0.8;
}

.c-button02-kome {
  display: block;
  font-size: 13.5px;
  padding: 0;
  margin: 0;
}


.c-text01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.05em;
}

.c-text02 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.02em;
}

.c-text03 {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.c-page-title {
  position: relative;
  padding: 0.75em 0;
  padding-left: 4em;
  font-size: 2.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-page-title {
    padding-left: 4em;
    font-size: 2rem;
  }
}

.c-page-title::after {
  position: absolute;
  left: 0.5em;
  top: 0;
  content: "";
  width: 3em;
  height: 3em;
  background: url(../img/common/icon_title01.png) no-repeat center left/contain;
}

.c-page-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4%;
  width: 100%;
  height: 168px;
  background: #fff;
}

@media (max-width: 767px) {
  .c-page-hero {
    height: 100px;
  }
}

.c-list01 li {
  position: relative;
  padding-left: 1.5em;
}

.c-list01 li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list02 {
  counter-reset: number 0;
}

.c-list02 li {
  position: relative;
  padding-left: 1em;
}

.c-list02 li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  left: 0;
  top: 0;
}

.c-table01 {
  width: 100%;
}

.c-table01 th {
  padding: 0.15em 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  line-height: 190%;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #4D4D4D;
  text-align: center;
  vertical-align: middle;
  width: 6em;
}

.c-table01 td {
  padding: 0.15em 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #D4D4D4;
}

@media (max-width: 960px) {
  .c-table01 td {
    font-size: 1.4rem;
  }
}

.c-table02 dt {
  padding: 1em 0;
  border-bottom: 1px dashed var(--text-black);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.c-table02 dd {
  padding: 1em 0;
  border-bottom: 1px dashed var(--text-black);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.025em;
}

.c-table02 .subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.07;
  letter-spacing: 0.025em;
}

.c-box01 {
  position: relative;
  padding: 50px 5%;
  border: 8px solid #FFF362;
  border-radius: 54px;
  background-color: #fff;
}

@media (max-width: 960px) {
  .c-box01 {
    padding: 25px 5%;
    border-radius: 28px;
  }
}

.home .c-box01 {
  border-radius: 28px;
}

@media (max-width: 960px) {
  .home .c-box01 {
    border-radius: 28px;
  }
}

.c-box01-wrap {
  display: flex;
  gap: 0 4%;
}

@media (max-width: 960px) {
  .c-box01-wrap {
    flex-direction: column;
    gap: 30px 0;
  }
}

/***********************
* top
************************/
/***********************
* mv
************************/
.mv {
  padding-top: 100px;
}

@media (max-width: 960px) {
  .mv {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

.mv img {
  width: 100%;
  height: auto;
}

.mv-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

/***********************
* 出店者募集
************************/
.area-boshu {
  color: #fff;
  padding: 18px 0 18px;
}

@media (max-width: 767px) {
  .area-boshu {
    padding: 25px 0 25px;
  }
}

.boshu-grid01 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  justify-content: center;
  grid-template-areas: "g01 g02" "g03 g03";
}

.boshu-grid01 .g01 {
  grid-area: g01;
}

.boshu-grid01 .g02 {
  grid-area: g02;
}

.boshu-grid01 .g03 {
  grid-area: g03;
}

@media (max-width: 960px) {
  .boshu-grid01 {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "g01" "g03" "g02";
    gap: 10px 0;
  }
}

.area-boshu-label {
  width: 306px;
}

@media (max-width: 960px) {
  .area-boshu-label {
    margin: 0 auto;
    width: 88%;
    max-width: 200px;
  }
}

.area-boshu-label img {
  width: 100%;
  height: auto;
}

.area-boshu-period {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-boshu-period dt {
  position: relative;
  width: 7em;
  white-space: nowrap;
}

.area-boshu-period dt::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.area-boshu-period dd {
  padding-left: 2%;
}

.area-boshu-period-date {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .area-boshu-period-date {
    font-size: 1.6rem;
  }
}

.area-boshu-period-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.area-boshu-caution {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.08;
  letter-spacing: 0.025em;
}

.area-boshu-count {
  margin: 0 auto;
  width: 95%;
  max-width: 800px;
  background-color: #0098DE;
  list-style-position: inside;

}

.area-boshu-count ul {
  padding: 10px 10px 0px 30px;
  list-style: none;
  display: inline-block;
}

.area-boshu-count li {
  font-weight: 700;
  vertical-align: middle;
  list-style: none;
  float: left;
  width: 50%;
  height: 50px;

}

.area-boshu-count-koma {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3D3736;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  height: 80px;

}

.area-boshu-count-koma2 {
  background: #fff;
  color: #3D3736;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.3ex;
  vertical-align: middle;
}

.rad {
  color: #FF0004;
}

.komakazu {
  font-size: 3rem;


}

@media (max-width: 960px) {
  .area-boshu-caution {
    font-size: 1rem;
  }

  .area-boshu-count {
    margin: 0 auto;
    width: 100%;
  }

  .area-boshu-count ul {
    padding: 10px 10px 0px 10px;
  }

  .area-boshu-count-koma {
    font-size: 15px;
  }

  .area-boshu-count-koma2 {
    font-size: 12px;

  }
}


/***********************
* 創出します
************************/
.sec-top-exhibition {
  padding: 35px 0 35px;
}

@media (max-width: 960px) {
  .sec-top-exhibition {
    padding: 30px 0 30px;
  }
}

.sec-top-exhibition .l-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .sec-top-exhibition .l-inner {
    flex-direction: column;
    gap: 10px 0;
  }
}

.top-exhibition-text {
  padding: 0 2%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  order: 2;
}

@media (max-width: 960px) {
  .top-exhibition-text {
    font-size: 1.8rem;
  }
}

.exhibition-img01 {
  order: 1;
  width: 12.75%;
}

@media (max-width: 960px) {
  .exhibition-img01 {
    align-self: flex-start;
    width: 17%;
  }
}

.exhibition-img01 img {
  width: 100%;
  height: auto;
}

.exhibition-img02 {
  order: 3;
  width: 13.375%;
}

@media (max-width: 960px) {
  .exhibition-img02 {
    align-self: flex-end;
    width: 17.8333333333%;
  }
}

.exhibition-img02 img {
  width: 100%;
  height: auto;
}

/***********************
* 防災の課題を抱える方が多く来場する展示会です！
************************/
.sec-top-about {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .sec-top-about {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.top-about-title {
  position: relative;
  padding: 0.5em 1em;
  width: 100%;
  color: #0097DB;
  background: #fff;
  border: 4px solid #0097DB;
  border-radius: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .top-about-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
}

.top-about-title::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  content: "";
  display: block;
  width: 34px;
  height: 23px;
  background: url(../img/top/balloon.png) no-repeat top center/contain;
}

.top-about-title+* {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .top-about-title+* {
    margin-top: 30px;
  }
}

.c-box01+.c-box01 {
  margin-top: 40px;
}

.top-about-caution {
  margin-top: 1em;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.05em;
}

.box01-thumb01 {
  position: absolute;
  right: 2%;
  top: -10%;
  width: 304px;
}

@media (max-width: 767px) {
  .box01-thumb01 {
    position: static;
    margin: 0 auto 0;
    width: 100%;
    max-width: 304px;
  }
}

.box01-thumb01 img {
  width: 100%;
  height: auto;
}

.box01-thumb02 {
  width: 298px;
}

@media (max-width: 767px) {
  .box01-thumb02 {
    width: 100%;
    max-width: 298px;
    align-self: center;
  }
}

.box01-thumb02 img {
  width: 100%;
  height: auto;
}

.box01-thumb02 .place {
  position: relative;
}

.box01-thumb02 .badge {
  position: absolute;
  right: 4%;
  top: 10px;
  width: 105px;
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  .box01-thumb02 .badge {
    width: 96px;
  }
}

.box01-thumb02 .badge img {
  width: 100%;
  height: auto;
}

.box01-thumb02 .detail-link {
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.box01-thumb02 .detail-link span {
  position: relative;
  padding-right: 2em;
}

.box01-thumb02 .detail-link span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "〉〉";
}

.c-button-area {
  margin: 50px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .c-button-area {
    align-items: center;
    flex-direction: column;
  }
}

.c-button-area02 {
  margin: 15px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .c-button-area02 {
    align-items: center;
    flex-direction: column;
  }
}

/***********************
* 同時開催
************************/
.sec-top-concurrent {
  padding-top: 84px;
  padding-bottom: 120px;
  background: url(../img/top/bg_concurrent_event.svg) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .sec-top-concurrent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.title-concurrent {
  margin: 0 auto;
  width: 265px;
}

@media (max-width: 767px) {
  .title-concurrent {
    width: 75%;
    max-width: 265px;
  }
}

.title-concurrent img {
  width: 100%;
  height: auto;
}

.box02 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #FFE8A2;
  border: 4px solid #FCD25B;
  border-radius: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  padding: 50px 6%;
}

@media (max-width: 960px) {
  .box02 {
    padding: 50px 6%;
    gap: 30px 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}

.box02::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6%;
  content: "";
  display: block;
  width: 49.375%;
  height: auto;
  aspect-ratio: 395/60;
  background: url(../img/top/bg_box02.svg) no-repeat top center/contain;
}

@media (max-width: 767px) {
  .box02::before {
    width: 80%;
  }
}

.box02::after {
  position: absolute;
  right: -12%;
  transform: translateX(-50%);
  top: -8%;
  content: "";
  display: block;
  width: 6.75%;
  height: auto;
  aspect-ratio: 54/57;
  background: url(../img/top/illust01.svg) no-repeat top center/contain;
}

.box02-thumb {
  width: 80%;
  height: auto;
  margin: 40px auto;

}

.box02-body {
  width: 60%;
  text-align: center;
}

@media (max-width: 767px) {
  .box02-body {
    width: 100%;
  }
}

.box02-title {
  margin: 0 auto;
  width: 194px;
}

.box02-title img {
  width: 100%;
  height: auto;
}

.box02-text {
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .box02-text {
    width: 100%;
    height: auto;
  }
}

.box02-text img {
  width: 100%;
  height: auto;
}

.box02 {
  margin-top: 50px;
}

.box03-waku {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
  border: 6px solid #94243a;
  border-radius: 62px;
  /* display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center; */
  padding: 30px 6%;

}

.box03 {
  /* margin-top: 50px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* background-color: #F7C498;
  border: 4px solid #EE847D;
  border-radius: 62px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center padding: 50px 6%;
  width: 85%;
}

@media (max-width: 960px) {
  .box03-waku {
    padding: 50px 6%;
    gap: 30px 0;
    width: 100%;
  }
}

.box03-waku::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5%;
  content: "";
  display: block;
  width: 39.5%;
  height: auto;
  aspect-ratio: 316/53;
  height: auto;
  background: url(../img/top/bg_box03.svg) no-repeat top center/contain;
}

@media (max-width: 767px) {
  .box03::before {
    width: 80%;
  }
}

.box03-title {
  margin: 0 auto;
  flex-shrink: 0;
}

.box03-title img {
  width: 90%;
  height: auto;
  margin: 10px 0 30px 0;
}

.box03-text {
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.05em;
}

.box03-text img {
  width: 100%;
  height: auto;
}

.box03-body {
  align-items: center;
  /* flex-direction: row-reverse;
  display: flex; */
  text-align: center;
}

@media (max-width: 960px) {
  .box03-body {
    flex-direction: column-reverse;
  }
}

.box03-button {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.box3 p {
  display: block;
  margin: auto;
  font-size: 17px;
}

.box03-button img {
  display: block;
  height: auto;
  width: 400px;
  margin: 30px 0 90px 0;
}

.box03-sp{
margin-top: 10px;
}

.box03-sp img {
  display: block;
  margin: auto;
}

.box3 .f-logo{
margin-top: 60px;
}
.box3 .kouen{
font-size: 10px;
}



.text-coming-soon {
  margin-top: 50px;
  position: relative;
  padding-top: 75px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .text-coming-soon {
    font-size: 2rem;
  }
}

.text-coming-soon::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  display: block;
  aspect-ratio: 316/53;
  width: 316px;
  height: auto;
  background: url(../img/top/bg_tent.png) no-repeat top center/contain;
}

.text-coming-soon span {
  display: block;
}

.text-coming-soon span::before {
  position: absolute;
  left: -10%;
  top: -105%;
  content: "";
  display: block;
  aspect-ratio: 74/195;
  width: 74px;
  height: auto;
  background: url(../img/top/illust02.svg) no-repeat top center/contain;
}

.text-coming-soon span::after {
  position: absolute;
  right: 5%;
  top: 0;
  content: "";
  display: block;
  aspect-ratio: 99/53;
  width: 99px;
  height: auto;
  background: url(../img/top/illust03.svg) no-repeat top center/contain;
}

/***********************
* 出展に関するお問い合わせ
************************/
.sec-contact {
  padding: 0 0 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.contact-text p+p {
  margin-top: 0.75em;
}

*+.button-contact {
  margin-top: 66px;
}

@media (max-width: 767px) {
  *+.button-contact {
    margin-top: 40px;
  }
}

.button-contact a {
  padding: 0.25em 2.5em;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #0097DB;
}

.button-contact+.contact-text {
  margin-top: 34px;
}

/***********************
* 出展に関するお問い合わせ
************************/
.sec-about {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .sec-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.plan-caution {
  margin-top: 20px;
}

.plan-caution li {
  position: relative;
  padding-left: 1.5em;
}

.plan-caution li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.flow {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4%;
}

@media (max-width: 767px) {
  .flow {
    justify-content: center;
    grid-template-columns: repeat(1, 200px);
    gap: 25px 0;
  }
}

.flow li {
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.flow li:not(:last-child) {
  position: relative;
}

.flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.5em;
  top: 1.5em;
  display: block;
  width: 1em;
  height: 1em;
  background: var(--text-black);
  -webkit-mask-image: url(../img/common/arrow_menu.svg);
  mask-image: url(../img/common/arrow_menu.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

@media (max-width: 767px) {
  .flow li:not(:last-child)::after {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%) rotate(90deg);
  }
}

.flow li:nth-child(1) {
  background-color: #C8E3EB;
}

.flow li:nth-child(2) {
  background-color: #BADEEB;
}

.flow li:nth-child(3) {
  background-color: #A5CDEB;
}

.flow li:nth-child(4) {
  background-color: #9DB1EB;
}

.flow-caution {
  margin-top: 10px;
}

.schedule-image {
  margin: 20px auto 0;
  width: 100%;
}

@media (max-width: 767px) {
  .schedule-image {
    max-width: 200px;
  }
}

.schedule-image img {
  width: 100%;
  height: auto;
}

.schedule-wrap {
  margin-top: 20px;
  display: flex;
  gap: 4%;
}

@media (max-width: 767px) {
  .schedule-wrap {
    flex-direction: column;
  }
}

.table03:nth-child(1) {
  width: 32%;
}

.table03:nth-child(2) {
  width: 64%;
}

@media (max-width: 767px) {
  .table03:nth-child(1) {
    width: 100%;
  }

  .table03:nth-child(2) {
    width: 100%;
  }
}

.table03-head {
  padding: 0.25em 0;
  background-color: #231815;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.table03-detail {
  padding: 0.5em 0;
}

.table03-detail figure {
  margin: 1em 0;
}

*+.c-title02 {
  margin-top: 60px;
}

.c-title02+.c-box01-wrap {
  margin-top: 30px;
}

.map-body {
  width: 50%;
}

@media (max-width: 960px) {
  .map-body {
    width: 100%;
  }
}

.map-image {
  width: 50%;
}

@media (max-width: 960px) {
  .map-image {
    width: 100%;
  }
}

.map-image img {
  width: 100%;
  height: auto;
}

/***********************
* 出展社一覧 カテゴリ移動
************************/

.button-category1 {
  padding: 0.25em 2.5em;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  background-color: #f6c68f;
}

.button-category2 {
  padding: 0.25em 2.5em;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  background-color: #afe39a;
}

.button-category3 {
  padding: 0.25em 2.5em;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  background-color: #e9b1e2;
}

.button-category4 {
  padding: 0.25em 2.5em;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  background-color: #a2c4e9;
}

.c-page-hero2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: #fff;
  gap: 15px;
}

.button-category {
  margin: auto;
}

.button-category h1 {
  border-top: 1px dashed var(--text-black);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 10px 0 10px 30px;
}

@media (max-width: 767px) {
  .button-category {
    display: flex;
    flex-direction: column;
  }

  .button-category h1 {
    padding: 5px 0 5px 10px;
  }

  .button-category1,
  .button-category2,
  .button-category3,
  .button-category4 {
    margin: 2% 0 2% 0;
  }
}
/***********************
* 出展社一覧 カテゴリ１つ
************************/
.exhibitor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 4%;
}

@media (max-width: 767px) {
  .exhibitor-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.exhibitor-item {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 45% auto;
  grid-template-rows: auto auto auto;
  gap: 0 5%;
  grid-template-areas: "g01 g01" "g04 g04" "g05 g05" "g02 g03" "g06 g06";
}

.exhibitor-item .g01 {
  grid-area: g01;
  height: 70px;
}

.exhibitor-item .g03 {
  grid-area: g03;
}

.exhibitor-item .g02 {
  grid-area: g02;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.exhibitor-item .g04 {
  grid-area: g04;
}

.exhibitor-item .g05 {
  grid-area: g05;
  padding: 15px 0 15px;
}

.exhibitor-item .g06 {
  grid-area: g06;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .exhibitor-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "g01" "g04" "g05" "g02" "g03" "g06";
  }
}

.exhibitor-tiltle {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-top: 2px solid #0097DB;
}

.exhibitor-tiltle::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  /* background: url(../img/common/sub_title01.png) no-repeat center/contain; 　企業名横の矢印*/
}

.exhibitor-thumb {
  aspect-ratio: 95/70;
}

.exhibitor-detail {
  font-size: 10px;
  font-weight: 400;
}

.stext {
  display: block;
  font-size: 14.5px;
  font-weight: 500;
  align-items: center;
  margin: auto;
}


/***********************
カテゴリが２つある出展社
************************/
.exhibitor-item2 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 45% auto;
  grid-template-rows: auto auto auto;
  gap: 0 5%;
  grid-template-areas: "g01 g01" "g04 g07" "g05 g05" "g02 g03" "g06 g06";
}

.exhibitor-item2 .g01 {
  grid-area: g01;
  height: 70px;
}

.exhibitor-item2 .g03 {
  grid-area: g03;
}

.exhibitor-item2 .g02 {
  grid-area: g02;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.exhibitor-item2 .g04 {
  grid-area: g04;
  width: 111%;
}

.exhibitor-item2 .g05 {
  grid-area: g05;
  padding: 15px 0 15px;
}

.exhibitor-item2 .g06 {
  grid-area: g06;
  margin-top: 5px;
}

.exhibitor-item2 .g07 {
  grid-area: g07;
  margin-left: auto;
}


@media (max-width: 767px) {
  .exhibitor-item2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "g01" "g04" "g07" "g05" "g02" "g03" "g06";
  }

  .exhibitor-item2 .g07,
  .exhibitor-item2 .g04 {
    width: 100%;
  }
}

/***********************
カテゴリが3つある出展社
************************/
.exhibitor-item3 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 45% auto;
  grid-template-rows: auto auto auto auto;
  gap: 0 5%;
  grid-template-areas: "g01 g01" "g04 g07" "g08 g08" "g05 g05" "g02 g03" "g06 g06";
}

.exhibitor-item3 .g01 {
  grid-area: g01;
  height: 70px;
}

.exhibitor-item3 .g03 {
  grid-area: g03;
}

.exhibitor-item3 .g02 {
  grid-area: g02;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.exhibitor-item3 .g04 {
  grid-area: g04;
  width: 112%;
}

.exhibitor-item3 .g05 {
  grid-area: g05;
  padding: 15px 0 15px;
  ;
}

.exhibitor-item3 .g06 {
  grid-area: g06;
  margin-top: 5px;
}

.exhibitor-item3 .g07 {
  grid-area: g07;
  margin-left: auto;
}

.exhibitor-item3 .g08 {
  grid-area: g08;
  width: 50%;
}


@media (max-width: 767px) {
  .exhibitor-item3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "g01" "g04" "g07" "g08" "g05" "g02" "g03" "g06";
  }

  .exhibitor-item3 .g07,
  .exhibitor-item3 .g04,
  .exhibitor-item3 .g08 {
    width: 100%;
  }
}


/* ------------------------- */

.g06 a{
  width: 30%;
  padding: 2px 5px 0 0;
  display: flex;
}

.g06 img{
object-fit: contain;
}

.g06 div{
  align-items: center;
  display: flex;
  padding: 2px;
  font-size: 10px;
}

/***********************
* 画像ズーム
************************/

@media (min-width: 766px) {
  .mouseover {
    height: 92px;
    width: auto;
  }

  .mouseover-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mouseover img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s ease;
    transform-origin: center center;
  }

  /* ホバー時に拡大し、ボックスの外も見えるように */
  .mouseover:hover {
    overflow: visible;
  }

  .mouseover:hover .mouseover-inner {
    overflow: visible;
    object-fit: cover;
  }

  .mouseover:hover img {
    transform: scale(4);
    /* ← ズーム後の倍率 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    max-width: 100px;
    /* ← ズーム後のサイズ*/
    max-height: 100px;
    width: auto;
    height: auto;
  }
}


@media (hover: none),
(max-width: 767px) {
  .mouseover img {
    width: auto;
    height: auto;
  }
}

/***********************
* 出展社一覧ページ カテゴリー
************************/

.category1 {
  display: block;
  width: 100%;
  padding: 5px 0 5px 10px;
  background-color: #f6c68f;
  font-size: 1.1rem;
  font-weight: 500;
}

.category2 {
  display: block;
  width: 100%;
  padding: 5px 0 5px;
  background-color: #afe39a;
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 10px;
}

.category3 {
  display: block;
  width: 100%;
  padding: 5px 0 5px;
  background-color: #e9b1e2;
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 10px;
}

.category4 {
  display: block;
  width: 100%;
  padding: 5px 0 5px;
  background-color: #a2c4e9;
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 10px;
}

/***********************
* 出展社一覧ページ スマホ
************************/

@media (max-width: 767px) {

  .exhibitor-tiltle {
    padding: 20px 0 20px 20px;
  }

  .stext {
    margin: 0;
    font-size: 12px;
  }

  .exhibitor-item .g03,
  .exhibitor-item2 .g03,
  .exhibitor-item3 .g03 {
    padding: 20px 0 10px 0;
  }

  .exhibitor-item,
  .exhibitor-item2,
  .exhibitor-item3 {
    grid-auto-rows: auto;
    gap: 0 8%;
  }

  .g06 img {
    width: 100%;
    margin: auto;
  }

  .exhibitor-list {
    gap: 60px 4%;
  }
}

.list-number {
  display: inline-flex;
   align-items: center;              /* 縦方向の中央揃え */
  justify-content: center;  
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;              /* ← 高さと揃えて縦中央に！ */
  border-radius: 50%;
  border: 2px solid #0097DB;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}

.button-category h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding: 20px 0 10px 30px;
}



/* 番号振る時ここ消す */

.exhibitor-tiltle::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background: url(../img/common/sub_title01.png) no-repeat center / contain;
}

.exhibitor-tiltle {
    padding: 0 0 0 1.25em;
}



/* トップへ戻る */

#page_top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}

@media screen and (min-width: 1200px){
  #page_top{
    right: calc(50% - 520px);
  }
}
