@charset "UTF-8";
@media print {
  a {
    text-decoration: none !important;
  }
  .fixed {
    position: static !important;
  }
}
.fit_move {
  aspect-ratio: 16/9 !important;
}
.fit_move.reversal {
  aspect-ratio: 9/16 !important;
}

.fit_cam {
  aspect-ratio: 3/2 !important;
}
.fit_cam.reversal {
  aspect-ratio: 2/3 !important;
}

.fit_dis {
  aspect-ratio: 4/3 !important;
}
.fit_dis.reversal {
  aspect-ratio: 3/4 !important;
}

.fit_gold {
  aspect-ratio: 8/5 !important;
}
.fit_gold.reversal {
  aspect-ratio: 5/8 !important;
}

.fit_none {
  aspect-ratio: auto !important;
}

.back_filter {
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(-1px 1px 0 rgb(255, 255, 255)) drop-shadow(1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255));
}

.d_font {
  color: #FF595C !important;
}

.d_back {
  background-color: #FF595C !important;
}

.d_white {
  background-color: #FFFFFF !important;
}

.d_back_h:hover, .d_back_h:active, .d_back_h:focus {
  background-color: #FF595C !important;
  color: #FFFFFF !important;
}

.d_border {
  border-color: #FF595C !important;
}

.d2_font {
  color: #3E3A39 !important;
}

.d2_back {
  background-color: #3E3A39 !important;
}

.d2_back_h:hover, .d2_back_h:active, .d2_back_h:focus {
  background-color: #3E3A39 !important;
  color: #FFFFFF !important;
}

.d2_border {
  border-color: #3E3A39 !important;
}

.d3_font {
  color: white !important;
}

.d3_back {
  background-color: white !important;
}

.d3_back_h:hover, .d3_back_h:active, .d3_back_h:focus {
  background-color: white !important;
  color: #FFFFFF !important;
}

.d3_border {
  border-color: white !important;
}

.d4_back {
  background-color: #481603 !important;
}

a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .table-smxs th, .table-smxs td {
    display: block;
    width: 100% !important;
  }
  .table-smxs th {
    border-bottom: none;
  }
  .table-smxs td {
    border-top: none;
  }
}

.animate__animated {
  visibility: hidden;
}
.animate__animated.action {
  visibility: visible;
}

/*ドロワー*/
@media (max-width: 991.98px) {
  .over_hidden {
    overflow: hidden !important;
  }
}

.l-drawer {
  --drawer-width:20rem;
  --icon-space:20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-drawer {
    --icon-space:15px;
  }
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  top: var(--icon-space);
  right: var(--icon-space);
  background: #FF595C;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .l-drawer__icon {
    width: 60px;
  }
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #FFFFFF;
  display: block;
  width: 45%;
  height: 2px;
  margin: auto;
}
.l-drawer__icon-parts {
  position: relative;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  width: 100%;
}
.l-drawer__icon-parts:before {
  top: -20px;
}
.l-drawer__icon-parts:after {
  bottom: -20px;
}
@keyframes roop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-drawer__icon-text {
  position: absolute;
  color: #FF595C;
  font-size: 0.875em;
  text-shadow: 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 0px 0px #FFFFFF, 0px 1px 0px #FFFFFF, -1px 0px 0px #FFFFFF, 0px -1px 0px #FFFFFF;
  text-align: center;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: roop_rotate 15s linear infinite;
}
.l-drawer__icon-text.animation-stop {
  animation-play-state: paused;
}
@media (max-width: 767.98px) {
  .l-drawer__icon-text {
    font-size: 0.75em;
  }
}
.l-drawer__icon-text span {
  position: absolute;
  height: 100%;
  line-height: 1em;
  transform-origin: center bottom; /* 回転の基準点 */
}
.l-drawer__icon-text span:nth-child(1) {
  transform: translate(-50%, -1.4em) rotate(-22.5deg);
}
.l-drawer__icon-text span:nth-child(2) {
  transform: translate(-50%, -1.4em) rotate(-7.5deg);
}
.l-drawer__icon-text span:nth-child(3) {
  transform: translate(-50%, -1.4em) rotate(7.5deg);
}
.l-drawer__icon-text span:nth-child(4) {
  transform: translate(-50%, -1.4em) rotate(22.5deg);
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  max-width: 100%;
  width: var(--drawer-width);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: calc(-1 * var(--drawer-width));
  padding: 0 0;
  background: var(--main-bg);
}
.l-drawer__menu .navgation {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100svh;
  padding: 0 0 1em;
  overflow-x: hidden;
  transition: 0.3s;
}
.l-drawer__menu .navgation-nav {
  border-top: 1px solid #CCCCCC;
}
.l-drawer__menu .navgation-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.125em;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  --trans-time:0.3s;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-link {
    font-size: 1em;
  }
}
.l-drawer__menu .navgation-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 5px;
  background: #FF595C;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link::after {
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link-text {
  margin: 0;
}
.l-drawer__menu .navgation-link-eng {
  color: #FF595C;
  font-size: 70%;
  margin: 0;
}
.l-drawer__menu .navgation-link:hover, .l-drawer__menu .navgation-link:active {
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover::before, .l-drawer__menu .navgation-link:active::before {
  height: 100%;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover::after, .l-drawer__menu .navgation-link:active::after {
  right: 2%;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-sub_link {
  display: inline-block;
  font-size: 0.8125em;
  margin: 0 auto;
}
.l-drawer__menu .navgation-sub_link:hover, .l-drawer__menu .navgation-sub_link:active {
  text-decoration: underline;
}
.l-drawer__menu .navgation-logo {
  padding: 1.5em 0;
  background: #481603;
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .l-drawer__menu .navgation-logo {
    max-width: 100%;
  }
}
.l-drawer__menu .navgation-sns {
  display: block;
  transition: 0.3s;
  max-width: 40px;
}
.l-drawer__menu .navgation-sns:hover, .l-drawer__menu .navgation-sns:active {
  transform: translateY(-5px);
}
.l-drawer__menu .navgation-text {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-text {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  .l-drawer__menu .navgation-text {
    font-size: 1em;
  }
}
.l-drawer__icon {
  z-index: 100;
}
.l-drawer__menu {
  z-index: 99;
}
.l-drawer__overlay {
  z-index: 98;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon {
  right: calc(var(--drawer-width) + var(--icon-space));
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  transform: rotate(45deg);
  bottom: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
  touch-action: none;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon, .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  transition: all 0.3s;
}

.img_fit {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.img_fit-back {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.img_fit-back.logo_img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.img_fit-back.fit_auto {
  aspect-ratio: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_fit-space {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
}
.img_fit-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #FFFFFF;
  font-size: 1.875em;
  font-weight: bolder;
  letter-spacing: 0.05em;
}
.img_fit.back_opacity:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.img_fit.img_link:hover::after, .img_fit.img_link:active::after, .img_fit.img_link:focus::after {
  opacity: 0;
}

.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-slide {
  height: auto !important;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #999999;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-target-mask] {
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-delay: 0.2s;
  visibility: hidden;
}
[data-target-mask][data-top] {
  -webkit-clip-path: inset(99.99% 0 0 0);
  clip-path: inset(99.99% 0 0 0);
}
[data-target-mask][data-left] {
  -webkit-clip-path: inset(0 0 0 99.99%);
  clip-path: inset(0 0 0 99.99%);
}
[data-target-mask][data-right] {
  -webkit-clip-path: inset(0 99.99% 0 0);
  clip-path: inset(0 99.99% 0 0);
}
[data-target-mask][data-bottom] {
  -webkit-clip-path: inset(0 0 99.99% 0);
  clip-path: inset(0 0 99.99% 0);
}
[data-target-mask].action {
  visibility: visible;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

html {
  scroll-behavior: auto !important;
  --main-text: #3E3A39;
  --main-text2: #FF595C;
  --main-bg: #FFFFFF;
  --main-bd:#CCCCCC;
  --main-chk:#C9C9C8;
  --main-input:#FFFFFF;
  --main-placeholder:inherit;
  --main-shadow:#CCCCCC;
}
@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}
html.dark_mode {
  --main-text: #FFFFFF;
  --main-text2: #FFFFFF;
  --main-bg: #000000;
  --main-bd:#FFFFFF;
  --main-chk:#FFFFFF;
  --main-input:#202327;
  --main-placeholder:#6c6c6c;
  --main-shadow:#FFFFFF;
}
html.dark_mode .icon_filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1706%) hue-rotate(109deg) brightness(113%) contrast(100%);
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: var(--main-text);
  background: var(--main-bg);
}

.noto_serif {
  font-family: "Noto Serif JP";
}

.eng {
  font-family: "Kalam";
}

.grecaptcha-badge {
  visibility: hidden;
}

.simpleParallax {
  height: 100%;
}

.parallax_effect-section {
  position: relative;
  overflow: hidden;
}
.parallax_effect-back {
  z-index: -1;
  transition: transform 1s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.container.sp_space {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section_space {
  overflow: hidden;
}
.section_space.over_space {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}
@media (max-width: 767.98px) {
  .section_space.over_space {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767.98px) {
  .section_space.over_space.sp_space {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
}

.back_color {
  background: var(--main-bg);
}

.bg_grid {
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.sticky_space {
  position: relative;
}
.sticky_space .sticky_top {
  position: sticky;
  z-index: 0;
  top: 0;
}
.sticky_space .sticky_top-mv {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.sticky_space .sticky_sub {
  background: var(--main-bg);
  position: relative;
}

.h1_5 {
  font-size: 2.1875rem;
}

.h2_5 {
  font-size: 1.875rem;
}

.h5_5 {
  font-size: 1.125rem;
}

.h7 {
  font-size: 0.9375rem;
}

.lh_2 {
  line-height: 2em;
}

.lh_18 {
  line-height: 1.8em;
}

.lh_15 {
  line-height: 1.5em;
}

.lh_1 {
  line-height: 1em;
}

.lt_50 {
  letter-spacing: 0.05em;
}

.lt_100 {
  letter-spacing: 0.1em;
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-line {
  text-decoration: none;
}
.text-line:hover, .text-line:active {
  text-decoration: none;
}

.text_shadow {
  text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
}

.lead {
  font-size: 1.15rem;
  font-weight: inherit;
}

a {
  color: inherit;
}
a:hover, a:active {
  outline: none;
  color: inherit;
}

a[href^="tel:"] {
  cursor: default;
  color: inherit;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: inherit;
  text-decoration: none;
}

.blank_link {
  color: #0066cb;
  text-decoration: underline;
}
.blank_link:hover, .blank_link:active {
  color: #0066cb;
  text-decoration: none;
}

.breadcrumbs {
  background: #FF595C;
  padding: 0.5em 1em;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: inherit;
  text-decoration: underline;
}

.content_space {
  overflow: hidden;
  zoom: 1;
  line-height: 2em;
}
.content_space:after {
  content: "";
  display: block;
  clear: both;
}
.content_space strong {
  font-weight: bold;
}
.content_space em {
  font-style: italic;
}
.content_space blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.content_space .aligncenter {
  margin: 0 auto;
}
.content_space .alignright {
  float: right;
}
.content_space .alignleft {
  float: left;
}
.content_space img {
  max-width: 100%;
  height: auto;
}

.pager {
  text-align: center;
  margin: 0 0;
}
.pager a.page-numbers, .pager .current {
  border: solid 1px #221714;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  background: transparent;
  color: #221714;
}
.pager a.page-numbers:hover, .pager a.page-numbers:active, .pager .current:hover, .pager .current:active {
  text-decoration: none;
  color: #FFFFFF;
  background: #221714;
}
.pager .current {
  border: solid 1px #221714;
  color: #FFFFFF;
  background: #221714;
}

.side_category-title {
  display: block;
  width: 100%;
  background: #FF595C;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  padding: 0.5em 1em;
  margin: 0;
}
.side_category-list {
  list-style: none;
  margin: 0;
}
.side_category-list .list-group-item {
  padding: 0;
}
.side_category-list .list-group-item:first-child {
  border-radius: 0 !important;
}
.side_category-list a {
  display: block;
  padding: 0.75rem 1.25rem;
}
.side_category-list a:hover, .side_category-list a:active {
  background: rgba(255, 89, 92, 0.2);
  text-decoration: none;
}
.side_category-list .children {
  padding-left: 1.5rem;
}
.side_category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.side_category-btn:focus-visible {
  outline: none;
}
.side_category-btn[aria-expanded=true] i {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  input[type=text], input[type=tel], input[type=email], textarea, select {
    font-size: 16px !important;
  }
}

.information_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FF595C;
  color: #FFFFFF;
  padding: 1.5em 2em;
}
@media (max-width: 767.98px) {
  .information_title {
    padding: 0.5em 1em;
  }
}
.information_title-text01 {
  margin: 0;
  font-size: 1.4375em;
}
@media (max-width: 991.98px) {
  .information_title-text01 {
    font-size: 1.25em;
  }
}
.information_title-text02 {
  margin: 0;
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .information_title-text02 {
    font-size: 1.125em;
  }
}

.btn_detail {
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #FF595C;
  background: #FF595C;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 20px;
  padding: 0.5em 0.75em;
  line-height: 1em;
  transition: 0.3s;
}
.btn_detail i {
  transition: 0.3s;
}
.btn_detail:hover, .btn_detail:active {
  background: #FFFFFF;
  color: #FF595C;
}
.btn_detail:hover i, .btn_detail:active i {
  transform: translateX(10px);
}

.blog_list_link {
  position: relative;
  display: block;
  padding: 1.5em 0;
}
@media (max-width: 575.98px) {
  .blog_list_link {
    padding: 1em 0;
  }
}
.blog_list_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #FF595C, #FF595C 5px, transparent 5px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.blog_list_link:hover, .blog_list_link:active {
  text-decoration: none;
  color: inherit;
}
.blog_list_link:hover .fit_img, .blog_list_link:active .fit_img {
  transform: scale(1.2);
}
.blog_list_link .ov-h {
  position: relative;
}
.blog_list_link .fit_space {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  background: #FFFFFF;
  z-index: 1;
  border: 1px solid #CCCCCC;
}
.blog_list_link .fit_space .fit_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  transition: 0.2s;
}
.blog_list_link .fit_space .fit_img.logo_img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.blog_list_link-date {
  font-size: 1.125em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-date {
    font-size: 0.875em;
  }
}
.blog_list_link-cat {
  font-size: 1em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-cat {
    font-size: 0.875em;
  }
}
.blog_list_link-cat .cat_space {
  border: 1px solid #3E3A39;
  color: #3E3A39;
  font-weight: bold;
  border-radius: 25px;
  line-height: 1em;
  padding: 0em 1em;
}
@media (max-width: 767.98px) {
  .blog_list_link-cat .cat_space {
    padding: 0em 1em;
  }
}
.blog_list_link-title {
  font-size: 1.375em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-title {
    font-size: 1.125em;
  }
}
.blog_list_link-excerpt {
  position: relative;
  font-size: 1.125em;
}
@media (max-width: 991.98px) {
  .blog_list_link-excerpt {
    font-size: 1.125em;
  }
}
.blog_list_link-excerpt .ov-t {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
}
.blog_list_link-excerpt .ov-t.one_line {
  -webkit-line-clamp: 1;
  height: 1.4em;
}

.scroll_menu {
  width: 270px;
  --disp: 84%;
  z-index: 90;
  position: fixed;
  bottom: 5%;
  right: 0;
  transform: translate(var(--disp), 0);
}
@media (max-width: 767.98px) {
  .scroll_menu {
    bottom: 3%;
  }
}
.scroll_menu-btn {
  display: flex;
  align-items: center;
  background: #FF595C;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  border-right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0.5em;
  transition: all 0.5s;
}
.scroll_menu-btn i {
  font-size: 1.5em;
  padding: 0.125em 0;
  margin-right: 0.5em;
}
.scroll_menu-btn-text {
  font-size: 1.25em;
  font-weight: bold;
  color: inherit;
  margin: 0;
}
.scroll_menu-btn.vertical {
  flex-direction: column;
  row-gap: 0.5em;
}
.scroll_menu-btn.vertical i {
  margin-right: 0;
}
@media (hover: hover) {
  .scroll_menu-btn:hover, .scroll_menu-btn:active {
    transform: translateX(calc(var(--disp) * -1));
  }
}
.scroll_menu-tel {
  display: flex;
  align-items: center;
  background: #FF595C;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  border-right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0.75em 0.5em;
  transition: all 0.5s;
  display: inline-block;
}
@media (max-height: 500px) {
  .scroll_menu-tel {
    padding: 0.5em;
  }
}
.scroll_menu-tel i {
  font-size: 1.5em;
  padding: 0.125em 0;
  margin-bottom: 0.25em;
}
@media (max-height: 500px) {
  .scroll_menu-tel i {
    margin-bottom: 0;
  }
}
.scroll_menu-tel-text {
  font-size: 1.5625em;
  font-weight: bold;
  line-height: 1em;
  color: inherit;
  margin: auto;
  writing-mode: vertical-rl;
}
@media (max-width: 767.98px) {
  .scroll_menu-tel-text {
    font-size: 1.25em;
  }
}
@media (max-height: 500px) {
  .scroll_menu-tel-text {
    display: none;
  }
}

.sub_visual {
  min-height: 250px;
  display: flex;
  align-items: center;
  position: relative;
}
.sub_visual.img_none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF595C;
}
.sub_visual-title {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  filter: drop-shadow(3px 3px 4px rgb(0, 0, 0));
  margin: 0 0;
}
@media (max-width: 1399.98px) {
  .sub_visual-title {
    font-size: 2.1875em;
  }
}
@media (max-width: 1199.98px) {
  .sub_visual-title {
    font-size: 1.875em;
  }
}
@media (max-width: 991.98px) {
  .sub_visual-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .sub_visual-title {
    font-size: 1.5625em;
  }
}
.sub_visual-text {
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  filter: drop-shadow(3px 3px 4px rgb(0, 0, 0));
  margin: 0;
  text-align: right;
}
@media (max-width: 1399.98px) {
  .sub_visual-text {
    font-size: 1.5625em;
  }
}
@media (max-width: 1199.98px) {
  .sub_visual-text {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .sub_visual-text {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .sub_visual-text {
    font-size: 1.125em;
  }
}

.sp_logo {
  position: relative;
  z-index: 10;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  background: #481603;
}
.sp_logo-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  color: #FF595C;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sp_logo-link img {
  max-height: 50px;
}

.lineup_group {
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #CCCCCC;
  overflow: hidden;
}
.lineup_group-img {
  background-color: #FF595C;
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .lineup_group-img {
    min-height: 250px;
  }
}
.lineup_group-info {
  padding: 1em 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}