@charset "UTF-8";
/* --- ブレイクポイント定義（Bootstrap 4に準拠） --- */
/* --- キーフレーム定義 --- */
/* 登場：フェードアップ */
@keyframes customFadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 登場：吹き出し用ポップ */
@keyframes customPopIn {
  0% {
    opacity: 0;
    transform: scale(0.95) rotate(var(--angle, 0deg));
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(var(--angle, 0deg));
  }
}
@keyframes softFloat {
  0%, 100% {
    transform: translateY(0) rotate(var(--angle, 0deg));
  }
  50% {
    transform: translateY(-15px) rotate(var(--angle, 0deg));
  }
}
/* ループ：キラキラ用（不透明度の変化） */
@keyframes softBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* ローディング：スピナー用（回転） */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* --- スタイル定義 --- */
/* 共通設定 */
/* メインカラー */
/* 背景色 */
/* 背景色2 */
/* 文字色 */
.portfolio-loading-spinner {
  width: 32px;
  height: 32px;
  border: 4px solid rgba(255, 111, 97, 0.2);
  border-top: 4px solid #FF6F61;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@media screen and (max-width: 767px) {
  .siteHeader_logo {
    padding: 0 10px 0 40px;
  }
}

.header-site-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.header-site-title {
  line-height: 1.4;
  text-align: left;
}

.header-site-title-text {
  font-size: 1.4rem;
  font-weight: bolder;
}
@media screen and (max-width: 575px) {
  .header-site-title-text {
    font-size: 1.25rem;
  }
}

.header-site-subtitle {
  font-size: 0.8rem;
}
@media screen and (max-width: 575px) {
  .header-site-subtitle {
    font-size: 0.75rem;
  }
}

/* トップページ */
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline {
  position: relative;
  z-index: 0;
  border-radius: 0;
  padding: 12px 35px;
  letter-spacing: 0.1em;
  width: 240px;
  box-shadow: none;
  opacity: 1;
}
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: currentColor;
  z-index: -1;
  transition: 0.3s;
}
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline:hover::before {
  width: 100%;
}
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  bottom: 50%;
  right: -45px;
  border-bottom: solid 2px currentColor;
}
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  background: currentColor;
  bottom: calc(50% + 5px);
  right: -45px;
  transform: rotate(45deg);
}
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption:hover {
  opacity: unset;
  box-shadow: unset;
  background-color: transparent !important;
  border: solid 1px;
}

#firstview {
  width: 100%;
  height: 30vw; /* 幅に対する高さの割合を指定 */
  max-height: 440px; /* 最大高さを440pxに制限 */
  min-height: 220px; /* 最小高さを220pxに制限 */
  background-color: #FFF0F0;
  overflow: hidden;
}

/* 基本設定：最初は非表示 */
.anim-item-monoqlo, .anim-item-sns1, .anim-item-mid2, .anim-item-sns2,
.anim-item-man, .anim-item-woman, .anim-item-team, .anim-item-blink1, .anim-item-blink2, .anim-item-blink3,
.anim-nami, .anim-bubble {
  opacity: 0;
  animation-fill-mode: forwards;
}

/* 1. 吹き出し・コピー */
.anim-item-fukidashi {
  width: 25%;
  left: 37.5%;
  top: 6%;
  animation: customPopIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
@media screen and (min-width: 1200px) {
  .anim-item-fukidashi {
    top: 2%;
  }
}

.anim-item-textbox {
  width: 240px;
  left: calc(50% - 120px);
  bottom: 2%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  animation: customPopIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.top__item {
  width: calc(50% - 1rem);
  font-weight: bold;
  font-size: 1rem;
  color: white;
  background-color: #FF6F61;
  padding: 0.1rem 0.2rem;
  margin: 0.2rem 0.5rem;
}

/* 2. 高月ナミさん */
.anim-item-nami {
  width: 9%;
  left: 58%;
  bottom: 0;
  z-index: 1;
  animation: customPopIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

/* 3. キャラクター */
.anim-item-team {
  width: 26%;
  left: 13%;
  bottom: 0;
  animation: customPopIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}
@media screen and (min-width: 1200px) {
  .anim-item-team {
    width: 22%;
    left: 19%;
  }
}

.anim-item-man {
  width: 6.5%;
  left: 62.5%;
  top: 10.8%;
  animation: customPopIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

.anim-item-woman {
  width: 10%;
  left: 28%;
  top: 1%;
  animation: customPopIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
@media screen and (min-width: 1200px) {
  .anim-item-woman {
    left: 27%;
  }
}

/* 4. 背景パーツ */
.anim-item-monoqlo {
  width: 30.7%;
  left: 1%;
  top: 2%;
  animation: customFadeUp 1.2s ease-out 1.6s forwards;
}

.anim-item-sns1 {
  width: 27.5%;
  right: 1%;
  top: 3%;
  animation: customFadeUp 1.2s ease-out 1.5s forwards;
}

.anim-item-sns2 {
  width: 13.2%;
  right: 21.5%;
  bottom: 3.6%;
  animation: customFadeUp 1.2s ease-out 1.7s forwards;
}

/* 5. キラキラ */
.anim-item-blink1 {
  width: 3%;
  left: 36%;
  top: 27%;
  z-index: 10;
  animation: customPopIn 1.5s ease-out 1.5s forwards, softFloat 5s ease-in-out 1s infinite;
}

.anim-item-blink2 {
  width: 4%;
  left: 2%;
  top: 6%;
  z-index: 10;
  --angle: -50deg;
  animation: customPopIn 1.5s ease-out 1.5s forwards, softFloat 5s ease-in-out 2s infinite;
}

.anim-item-blink3 {
  width: 4%;
  right: 1%;
  bottom: 4%;
  z-index: 10;
  --angle: 180deg;
  animation: customPopIn 1.5s ease-out 1.5s forwards, softFloat 5s ease-in-out 3s infinite;
}

#firstview-sp {
  background-color: #FFF0F0;
}
#firstview-sp .sp-fv__fukidashi {
  padding: 0.5rem 1rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#firstview-sp .sp-fv__fukidashi-img {
  width: 75%;
  display: block;
}
#firstview-sp .sp-fv__nami {
  width: 20%;
  display: block;
}
#firstview-sp .sp-fv__tags {
  padding: 0.3rem 0.5rem;
  justify-content: center;
  margin-top: 0;
}
#firstview-sp .sp-fv__tags .sp-fv__tag-item {
  font-size: 0.9rem;
  padding: 0.15rem 0.4rem 0.05rem;
  width: auto;
  margin: 0.15rem 0.2rem;
}
#firstview-sp .sp-fv__images {
  height: 370px;
  min-height: 370px;
  width: 100%;
  position: relative;
}
#firstview-sp .sp-fv__manga {
  width: 73%;
  left: 0;
  top: 0;
  z-index: 1;
}
#firstview-sp .sp-fv__sns {
  width: 26%;
  right: 3%;
  top: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3rem;
  z-index: 1;
}
#firstview-sp .sp-fv__sns img {
  width: 100%;
}
#firstview-sp .sp-fv__team {
  width: 65%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#firstview-sp .sp-fv__woman-mini {
  width: 20%;
  left: 57%;
  bottom: 55%;
  z-index: 2;
}
#firstview-sp .sp-fv__man-mini {
  width: 16%;
  left: 53%;
  bottom: 34%;
  z-index: 3;
}
#firstview-sp .sp-fv__blink {
  opacity: 0;
  animation-fill-mode: forwards;
  z-index: 10;
}
#firstview-sp .sp-fv__blink--1 {
  width: 8%;
  left: 35%;
  top: 10%;
  animation: customPopIn 1.5s ease-out 1.5s forwards, softFloat 5s ease-in-out 1s infinite;
}
#firstview-sp .sp-fv__blink--2 {
  width: 7%;
  right: 4%;
  bottom: 25%;
  --angle: 180deg;
  animation: customPopIn 1.5s ease-out 1.5s forwards, softFloat 5s ease-in-out 3s infinite;
}

.copy {
  margin-top: 10rem;
}
.copy__text {
  font-size: 1.4rem;
  text-align: center;
}
.copy__text::before, .copy__text::after {
  content: "";
  display: inline-block;
  width: 10%;
  min-height: 100px;
  background-image: url(../images/copy-decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.copy__text::after {
  transform: rotate(180deg);
}
.copy__text-inner {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .copy {
    margin-top: 3rem;
    position: relative;
  }
  .copy__text {
    font-size: 1rem;
  }
  .copy__text::before, .copy__text::after {
    position: absolute;
    top: 50%;
    min-height: 60px;
  }
  .copy__text::before {
    left: -10px;
    transform: translateY(-50%);
  }
  .copy__text::after {
    right: -10px;
    transform: translateY(-50%) rotate(180deg);
  }
}
.copy__emphasis {
  font-weight: bolder;
  font-size: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .copy__emphasis {
    font-size: 1.2rem;
  }
}
.copy__emphasis--strong {
  color: #FF6F61;
}

.portfolio-filter__buttons {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #FF6F61;
}
.portfolio-filter__btn {
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.25rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.5;
  position: relative;
  background-color: #FF6F61;
  color: white;
  margin-right: 0.5rem;
}
.portfolio-filter__btn:hover {
  opacity: 0.8;
}
.portfolio-filter__btn--active {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .portfolio-filter__btn {
    font-size: 0.8rem;
    padding: 0.2rem 0.75rem;
    margin-right: 0.25rem;
  }
}

.portfolio-section {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.portfolio-section .portfolio-item {
  height: 100%;
  transition: all 0.3s ease;
}
.portfolio-section .portfolio-item:hover {
  transform: translateY(-4px);
}
.portfolio-section .portfolio-item:hover .portfolio-item__image img {
  transform: scale(1.05);
}
.portfolio-section .portfolio-item__image {
  overflow: hidden;
  margin-bottom: 1rem;
}
.portfolio-section .portfolio-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.portfolio-section .portfolio-item__content {
  padding: 0.5rem;
}
.portfolio-section .portfolio-item__title {
  font-size: 1rem;
  margin-bottom: 0;
  border-bottom: none;
}
.portfolio-section .portfolio-item__title::after {
  content: none;
}

.contact-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #FF6F61;
  color: white;
  margin-top: 2rem;
}
.contact-section h2 {
  color: white;
  letter-spacing: 0.05em;
}
.contact-section .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.95rem;
}

.contact-content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact-content {
    width: 100%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-content {
    width: 80%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .contact-content {
    flex-direction: column;
    align-items: center;
  }
  .contact-content > *:first-child {
    order: 2;
    flex: 0 0 42%;
    max-width: 42%;
    align-self: flex-start;
  }
  .contact-content > *:last-child {
    max-width: 100%;
  }
}

.contact-bubble {
  background-image: url(../images/contact-fukidashi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact-bubble {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact-bubble {
    background-size: 73%;
    background-position: right;
    margin-top: -10vw;
    margin-bottom: -30vw;
    margin-left: auto;
  }
}
.contact-bubble__text {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #212529;
  height: 100%;
  padding: 12% 9% 24% 14%;
}
@media screen and (max-width: 991px) {
  .contact-bubble__text {
    padding: 16% 9% 20% 14%;
  }
}
@media screen and (max-width: 575px) {
  .contact-bubble__text {
    font-size: 0.9rem;
    padding: 15% 6% 15% 12%;
    margin: 0;
    width: 75%;
    margin-left: auto;
  }
}
.contact-bubble__btn {
  width: 240px;
  font-weight: bold;
  text-align: center;
  padding: 12px 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  color: white;
  background-color: #FF6F61;
  border: 1px solid #FF6F61;
  z-index: 1;
}
.contact-bubble__btn span {
  position: relative;
  z-index: 2;
}
.contact-bubble__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease;
  transition-property: transform;
  background: white;
  z-index: 0;
}
.contact-bubble__btn:hover {
  color: #FF6F61;
  text-decoration: none;
}
.contact-bubble__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (max-width: 575px) {
  .contact-bubble__btn {
    width: 10.5rem;
    height: 32px;
    padding: 8px 24px;
    font-size: 0.9rem;
  }
}

.trouble-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #F2FAFF;
  padding-bottom: 5rem;
}
.trouble-section__header {
  width: 100%;
  background-image: url(../images/bg-trouble.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 5rem 0 2rem;
}
.trouble-section__text {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .trouble-section__text {
    font-size: 1.2rem;
  }
}
.trouble-section__text::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  background-image: url(../images/icon-impatience.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.trouble-section__image {
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .trouble-section__image {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .trouble-section__image {
    max-width: 70%;
  }
}

.merit-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../images/bg-merit.svg) no-repeat center top;
  background-size: contain;
  padding-top: 6rem;
  margin-bottom: 8rem;
}
.merit-section__header {
  font-weight: normal;
  padding: 0;
  margin: 4rem 0;
}
@media screen and (max-width: 575px) {
  .merit-section__header {
    font-size: 1.4rem;
  }
}
.merit-section__bubble {
  background-image: url(../images/bg-fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.5rem;
  left: -8.5%;
  bottom: 0.5rem;
}
@media screen and (max-width: 575px) {
  .merit-section__bubble {
    bottom: -0.5rem;
    left: -25%;
  }
}
.merit-section__bubble-text {
  font-size: 1rem;
}
.merit-section__lead {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: -1rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .merit-section__lead {
    text-align: right;
    font-size: 1.2rem;
  }
}
.merit-section__lead::before, .merit-section__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .merit-section__lead::before, .merit-section__lead::after {
    top: calc(50% + 0.8rem);
    width: 45px;
    height: 45px;
  }
}
.merit-section__lead::before {
  left: -3.5rem;
  transform: translateY(-50%) rotate(-12deg);
  background-image: url(../images/icon-manga.png);
}
.merit-section__lead::after {
  right: -4rem;
  transform: translateY(-50%) rotate(6deg);
  background-image: url(../images/icon-bikkuri.png);
}
.merit-section__highlight {
  font-size: 2.4rem;
  font-weight: bolder;
  color: #FF6F61;
  background: linear-gradient(to bottom, transparent 60%, rgba(255, 139, 135, 0.2) 60%, rgba(255, 139, 135, 0.2) 100%);
  padding-bottom: 2px;
}
@media screen and (max-width: 575px) {
  .merit-section__highlight {
    font-size: 1.8rem;
  }
}
.merit-section__services {
  margin-bottom: 8rem;
}
.merit-section__service-box img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.merit-section__service-text {
  margin-top: 0.75rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .merit-section__service-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575px) {
  .merit-section__service-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.merit-section__sample {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
}
.merit-section__sample::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg-samples.jpg");
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: -1;
}
.merit-section__sample-caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .merit-section__sample-caption {
    font-size: 1.2rem;
  }
}
.merit-section__sample__item {
  object-fit: contain;
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.merit-section__sample__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .vk-mobile-nav-menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: url(../../../lightning/_g2/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat #FF6F61;
    background-size: 24px 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 0;
    overflow: hidden;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background: url(../../../lightning/_g2/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat #FF6F61;
    background-size: 24px 24px;
  }
}

.sp-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.sp-fixed-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background-color: #FF6F61;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  height: 57px;
}
.sp-fixed-cta a i {
  font-size: 1.6rem;
}
.sp-fixed-cta a:hover {
  text-decoration: none;
  color: white;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 767px) {
  #gMenu_outer {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #firstview-sp .sp-fv__images {
    height: 360px;
    min-height: 360px;
  }
  #firstview-sp .sp-fv__manga {
    width: 60%;
  }
  #firstview-sp .sp-fv__team {
    width: 46%;
  }
  #firstview-sp .sp-fv__sns {
    width: 40%;
    margin-top: 0.8vw;
    flex-direction: row-reverse;
    align-items: flex-start;
    overflow: hidden;
    max-height: 360px;
    height: 100%;
  }
  #firstview-sp .sp-fv__sns img:first-child {
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    height: 100%;
  }
  #firstview-sp .sp-fv__sns img:last-child {
    flex: 1 1 0%;
    min-width: 0;
    width: 0;
    height: auto;
  }
  #firstview-sp .sp-fv__tags {
    margin-top: 0;
    padding-top: 0;
  }
  #firstview-sp .sp-fv__man-mini {
    width: 13%;
    left: 50%;
    bottom: 2%;
  }
  #firstview-sp .sp-fv__woman-mini {
    width: 18%;
    left: 58%;
    bottom: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #firstview {
    min-height: 300px;
  }
  .top__item {
    font-size: 0.8rem;
  }
  .anim-item-textbox {
    font-size: 1rem;
  }
  .anim-item-blink1,
  .anim-item-blink2,
  .anim-item-blink3 {
    opacity: 1;
    animation: softFloat 5s ease-in-out infinite;
  }
}
@media screen and (max-width: 767px) {
  #firstview-sp .sp-fv__blink--1, #firstview-sp .sp-fv__blink--2 {
    width: 5%;
    opacity: 1;
    animation: softFloat 5s ease-in-out infinite;
  }
  #firstview-sp .sp-fv__blink--1 {
    left: 5%;
  }
  #firstview-sp .sp-fv__blink--2 {
    right: 4%;
    bottom: 34%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1191px) {
  .anim-item-nami {
    left: 62%;
  }
  .top__item {
    font-size: 0.8rem;
  }
  .anim-item-textbox {
    font-size: 1rem;
  }
}
/* ===== 表示・非表示ユーティリティ ===== */
.sp-only {
  display: block;
}
@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-only {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .tab-hide {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .pc-hide {
    display: none !important;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 575px) {
  .sp-br {
    display: block;
  }
}