@charset "UTF-8";
/*
CTC Separate Stylesheet
Updated: 2025-08-01 15:54:00
*/
/* エディター全体の背景色やフォント周りの指定 */
.block-editor .editor-styles-wrapper {
  background-color: #fff;
  color: #333;
  /* font-family とかもここでOK */
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: unset;
  outline-style: unset;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: brightness(1.1);
  height: 100%;
  cursor: pointer;
}

img {
  width: 100%;
  display: block;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
}

html {
  /* 即時に遷移する */
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

@media screen and (max-width: 769px) {
  html {
    scroll-padding-top: 108px;
  }
}

@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 37.5px;
  }
}

.entry-content {
  padding-top: 116px;
}

@media screen and (max-width: 769px) {
  .entry-content {
    padding-top: 108px;
  }
}

@media screen and (max-width: 599px) {
  .entry-content {
    padding-top: 37.5px;
  }
}

@media screen and (max-width: 781px) {
  nav.gNav {
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 999999;
    right: 10px;
    top: 16px;
    border: solid;
    background-color: #fff;
    border: unset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }
}

@media screen and (max-width: 393px) {
  nav.gNav {
    top: 28px;
  }
}

.kome {
  list-style: none;
  display: flex;
  margin-bottom: 0.5em;
  gap: 10px;
  font-size: 14px;
}

.kome:before {
  content: "※";
  flex-shrink: 0;
}

.kome:last-of-type {
  margin-bottom: 0;
}

#goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 0;
}

@media screen and (max-width: 769px) {
  #goTop {
    width: 60px;
    height: 60px;
  }
}

#goTop p a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.142));
}

#goTop p a em {
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}

#goTop p a em::before {
  display: block;
  content: "";
  width: 10px;
  margin: 0 auto;
  height: 10px;
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
}

header {
  padding-top: 4px;
  position: fixed;
  z-index: 99;
  background: rgba(0, 151, 255, 0.49);
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

header > div #mainTitle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0.25em 0;
}

@media screen and (max-width: 599px) {
  header > div #mainTitle {
    justify-content: center;
    width: 100%;
  }
}

header > div #mainTitle #rogo {
  padding-left: 20px;
  filter: drop-shadow(0px 0px 2px rgba(0, 8, 77, 0.4));
}

@media screen and (max-width: 599px) {
  header > div #mainTitle #rogo {
    padding-left: 0px;
  }
}

header > div #mainTitle #rogo img {
  display: block;
}

header > div #mainTitle #rogo > div a {
  font-size: 30px;
  display: inherit;
}

@media screen and (max-width: 599px) {
  header > div #mainTitle #rogo > div a {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  header > div #mainTitle #rogo > p {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  header > div #mainTitle #tel {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  header > div #gNav {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  header > div #gNav {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 10px;
    width: unset;
    border-radius: 10px;
  }
}

@media screen and (max-width: 599px) {
  header > div #gNav .wp-block-navigation__responsive-container-open {
    display: flex;
    width: 50px;
    height: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 599px) {
  header > div #gNav .wp-block-navigation__responsive-container-close {
    display: flex;
    width: 75px;
    height: 75px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

header > div #gNav nav > div > div > div > div > ul {
  gap: 0;
}

header > div #gNav nav > div > div > div > div > ul > li {
  padding: 10px 18px;
}

header > div #gNav nav > div > div > div > div > ul > li a {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  header > div #gNav nav > div > div > div > div > ul > li a {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 599px) {
  header > div #gNav nav > div > div > div > div > ul > li a {
    font-size: 1em;
  }
}

@media screen and (min-width: 599px) {
  header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(1) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(7) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(8) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(9) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(10) {
    display: none;
  }
}

#compact-header > div #mainTitle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0.25em 0;
}

@media screen and (max-width: 599px) {
  #compact-header > div #mainTitle {
    justify-content: center;
    width: 100%;
  }
}

#compact-header > div #mainTitle #rogo {
  padding-left: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  #compact-header > div #mainTitle #rogo {
    padding-left: 0px;
  }
}

#compact-header > div #mainTitle #rogo > div a {
  font-size: 20px !important;
  display: inherit;
}

#compact-header > div #mainTitle #rogo > p {
  display: none;
}

#compact-header > div #mainTitle #tel {
  display: none;
}

@media screen and (min-width: 599px) {
  #compact-header > div #gNav {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  #compact-header > div #gNav {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 10px;
    width: unset;
    border-radius: 10px;
  }
}

@media screen and (max-width: 599px) {
  #compact-header > div #gNav .wp-block-navigation__responsive-container-open {
    display: flex;
    width: 50px;
    height: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 599px) {
  #compact-header > div #gNav .wp-block-navigation__responsive-container-close {
    display: flex;
    width: 75px;
    height: 75px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

#compact-header > div #gNav nav > div > div > div > div > ul {
  gap: 0;
}

#compact-header > div #gNav nav > div > div > div > div > ul > li {
  padding: 5px 18px;
}

@media screen and (min-width: 599px) {
  #compact-header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(1) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  #compact-header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(7) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  #compact-header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(8) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  #compact-header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(9) {
    display: none;
  }
}

@media screen and (min-width: 599px) {
  #compact-header > div #gNav nav > div > div > div > div > ul > li:nth-of-type(10) {
    display: none;
  }
}

/*
.wp-block-navigation-item{
    background-color: #0f0;
}
.wp-block-navigation-submenu{
    border: solid #f00;
}
.open-on-hover-click{
    background-color: #0d47a1;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #f00;
}*/
@media screen and (max-width: 599px) {
  html.has-modal-open header {
    height: 100% !important;
  }
  html.has-modal-open header .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: unset;
  }
  html.has-modal-open header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: rgba(255, 255, 255, 0.98) !important;
    border: unset;
  }
  html.has-modal-open header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li {
    border-bottom: solid 1px #ccc;
  }
}

@media screen and (max-width: 599px) and (min-width: 769px) {
  html.has-modal-open header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  html.has-modal-open header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:last-child {
    border: unset;
  }
  html.has-modal-open header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:first-of-type {
    border-top: solid 1px #ccc;
  }
  html.has-modal-open header .wp-block-navigation
.has-child
.wp-block-navigation__submenu-container
> .wp-block-navigation-item
> .wp-block-navigation-item__content {
    white-space: nowrap !important;
  }
  html.has-modal-open header .is-menu-open {
    margin: 0 !important;
    padding: 0 !important;
  }
  html.has-modal-open header .wp-block-navigation-item {
    border-bottom: solid 1px #666;
  }
  html.has-modal-open header .wp-block-navigation-item a {
    background-color: #fff !important;
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  html.has-modal-open header .wp-block-navigation-submenu > ul a {
    background-color: rgba(0, 0, 0, 0.087) !important;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.8em;
    text-indent: 1em;
  }
  html.has-modal-open header .wp-block-navigation {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html.has-modal-open header .wp-block-navigation__submenu-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html.has-modal-open header .wp-block-navigation__responsive-container-content > ul {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html.has-modal-open header .wp-block-navigation__responsive-container-content > ul > li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html.has-modal-open header .wp-block-navigation__responsive-container-content > ul > li a {
    padding: 10px !important;
  }
}

/* スクロールインジケーター */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #feca57, #48dbfb);
  z-index: 10000;
  transition: width 0.3s ease;
}

.wp-block-navigation__responsive-container.is-menu-open {
  background: #d9f7ff !important;
  padding: 20px !important;
}

.schema-faq .schema-faq-section {
  padding: 20px;
  background-color: #d4f4ff;
  border-radius: 20px;
  margin-bottom: 2em;
  font-size: 1rem;
}

.schema-faq .schema-faq-section:last-of-type {
  margin-bottom: 0;
}

.schema-faq .schema-faq-section .schema-faq-question {
  font-size:  clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  color: #1047a1;
  display: flex;
  gap: 10px;
  align-items: center;
}

.schema-faq .schema-faq-section .schema-faq-question:before {
  content: "Q";
  font-size: 50px;
  color: rgba(16, 71, 161, 0.3);
}

.schema-faq .schema-faq-section .schema-faq-answer {
  line-height: 1.8;
}

#caseArea aside {
  max-width: 1200px;
  margin: 0 auto;
}

#caseArea aside ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  #caseArea aside ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 769px) {
  #caseArea aside ul {
    grid-template-columns: 1fr 1fr;
  }
}

#caseArea aside ul li {
  margin-block-start: unset;
}

#caseArea aside ul li > div {
  flex-direction: column;
  gap: 20px;
}

#caseArea aside ul li a {
  display: block;
}

#caseArea aside ul li a img {
  object-fit: cover;
  height: 14vw;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  #caseArea aside ul li a img {
    height: 34vw;
  }
}

@media screen and (max-width: 481px) {
  #caseArea aside ul li a img {
    height: 32vw;
  }
}

#caseArea aside ul li a h3 {
  line-height: 1.6;
}

.wp-block-contact-form-7-contact-form-selector {
  background-color: #fff;
  max-width: 1000px;
  padding: 60px 20px;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector {
    padding: 30px 20px;
  }
}

.wp-block-contact-form-7-contact-form-selector form .check {
  margin-bottom: 100px;
}

.wp-block-contact-form-7-contact-form-selector form dl {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form dl {
    display: flex;
    flex-direction: column;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl p {
  padding: 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt,
.wp-block-contact-form-7-contact-form-selector form dl dd {
  font-size:  clamp(1rem, 0.916rem + 0.28vw, 1.125rem);
  border-bottom: dotted #999 1px;
  padding: 1em 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt:last-of-type,
.wp-block-contact-form-7-contact-form-selector form dl dd:last-of-type {
  border-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  padding-right: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form dl dt {
    border-bottom: unset;
    padding-right: unset;
    padding: 1em 0 0 0;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dt span {
  font-size: 16px;
  background-color: #607d8b;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  color: #fff;
  line-height: 1.2;
  margin-right: 10px;
  white-space: nowrap;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea {
  border-radius: 10px;
  padding: 0.5em 0.8em;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
  border: solid 1px #999;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input:focus,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #2196f3 inset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.25em 1em;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
    gap: 0.8em 1em;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label input {
  border-radius: 10px !important;
  padding: 1em !important;
  width: 20px !important;
  height: 20px !important;
  background: aqua;
  display: block;
  border: solid 1px #999 !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div {
  margin-bottom: 0.8em;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div:last-of-type {
  margin-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-not-valid-tip {
  background-color: #ffeb3b;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  margin-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label input {
  width: 13px !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG input {
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea {
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    padding-top: 0px;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea .wpcf7-spinner {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea > p {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea > p {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
  padding: 1em 2em;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  animation: blinking 1.5s ease-in-out infinite alternate;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
  background-color: #aaa;
  width: 100%;
  cursor: pointer;
  padding: 1em 2em;
  color: #fff;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  max-width: 80%;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  background-color: #e8b941;
  margin-top: 20px;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  color: #dc3232;
  border: unset;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
}

#point001 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  overflow: auto;
  padding: 0.25em;
  scrollbar-color: #000 #000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform;
}

@media screen and (max-width: 1000px) {
  #point001 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 12px;
  }
}

@media screen and (max-width: 769px) {
  #point001 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 12px;
  }
}

@media screen and (max-width: 481px) {
  #point001 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 10px;
  }
}

.lineup001 h2 {
  text-align: center;
  color: #2196f3;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 1.5px #ffffff;
}

.lineup001 .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  .lineup001 .inner {
    padding: 0 20px;
  }
}

.lineup001 .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .lineup001 .inner ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 481px) {
  .lineup001 .inner ul {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.lineup001 .inner ul li {
  list-style: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.33);
}

.lineup001 .inner ul li a {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .lineup001 .inner ul li a {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 769px) {
  .lineup001 .inner ul li a {
    grid-template-columns: 1fr;
  }
}

.lineup001 .inner ul li a figure {
  position: relative;
  margin-bottom: 0;
}

.lineup001 .inner ul li a figure span {
  display: block;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0.25em 0.5em;
  line-height: 1;
  position: absolute;
  left: 4px;
  top: 4px;
  white-space: nowrap;
}

.lineup001 .inner ul li a figure span.label01 {
  background-color: #3290dc;
}

.lineup001 .inner ul li a figure span.label02 {
  background-color: #dc3232;
}

.lineup001 .inner ul li a figure span.label03 {
  background-color: #666666;
}

@media screen and (max-width: 769px) {
  .lineup001 .inner ul li a figure span {
    font-size: 10px;
  }
}

@media screen and (max-width: 481px) {
  .lineup001 .inner ul li a figure span {
    right: 2px;
    top: 2px;
  }
}

.lineup001 .inner ul li a figure img {
  object-fit: cover;
  height: auto;
  height: 100%;
}

.lineup001 .inner ul li a .doc {
  display: flex;
  flex-direction: column;
  padding: 1em;
}

.lineup001 .inner ul li a .doc h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #0097ff;
}

.lineup001 .inner ul li a .doc h3 span {
  display: inline-block;
  vertical-align: middle;
}

.lineup001 .inner ul li a .doc h3 span:nth-of-type(1) {
  margin-right: 4px;
}

.lineup001 .inner ul li a .doc h3 span:nth-of-type(2) {
  background-color: #ffc107;
  color: #000000;
  padding: 0.2em 0.8em 0.2em 1em;
  border-radius: 30px;
  font-size: 0.75em;
  /* line-height: 1; */
  vertical-align: middle;
  white-space: nowrap;
}

.lineup001 .inner ul li a .doc p {
  margin: 0;
}

.lineup001 .inner ul li a .doc p:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.6;
}

.lineup001 .inner ul li a .doc .price {
  display: flex;
  align-items: baseline;
}

.lineup001 .inner ul li a .doc .price span:nth-of-type(1) {
  font-size: 2.8em;
  font-weight: bold;
  color: #f00;
  padding-right: 2px;
}

@media screen and (max-width: 481px) {
  .lineup001 .inner ul li a .doc .price span:nth-of-type(1) {
    font-size: 2.5em;
  }
}

.lineup001 .inner ul li a .doc .price span:nth-of-type(3) {
  margin: 0 -4px;
  font-size: 0.75em;
}

#mainImg {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#mainImg h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#mainImg h1 figure {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
