/* ==============================================================================
# mobileFont
============================================================================== */
/* ====================
# Others
==================== */
.others {
  background: #EEF0F4;
  padding: 70px 0 100px;
  text-align: left;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others {
    padding: 70px 0;
  }
}
.others .inner {
  max-width: 1040px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.others .others__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .others__list {
    flex-direction: column;
    gap: 32px;
  }
}
.others .others__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-decoration: none;
  transition: flex 0.45s ease;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .others__item {
    flex: none;
  }
}
@media (min-width: 769px) {
  .others .others__item:hover {
    flex: 1.5;
  }
}
@media (max-width: 768px) {
  .others .others__item:active {
    flex: 1.5;
  }
}
.others .others__name {
  position: relative;
  padding-left: 18px;
  margin-left: 12px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .others__name {
    font-size: 24px;
    line-height: 150%;
  }
}
.others .others__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #E83C5C;
}
.others .others__thumb {
  position: relative;
  height: 240px;
  height: clamp(180px, 24vw, 240px);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .others__thumb {
    height: auto;
    aspect-ratio: 350/220;
  }
}
.others .others__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.others .others__thumb:hover > img {
  transform: scale(1.05);
}
.others .arrow__content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 11;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .arrow__content {
    bottom: 10px;
  }
}
.others .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .arrow {
    width: 60px;
    height: 60px;
  }
}
.others .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .arrow::before {
    width: 52px;
    height: 52px;
  }
}
.others .arrow img {
  width: 16px !important;
  position: relative;
}
.others .arrow:hover::before {
  width: 82px;
  height: 82px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others .arrow:hover::before {
    width: 60px;
    height: 60px;
  }
}

* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333333;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
    overflow-x: scroll;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .sp {
    display: block !important;
  }
}

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

.breadcrumbs {
  display: flex;
  gap: 46px;
  max-width: 1000px;
  margin: auto;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  position: relative;
  flex-shrink: 0;
}
.breadcrumbs li:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  left: -31px;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.breadcrumbs li:nth-child(3) {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 760px;
}
.breadcrumbs li a {
  color: #e83c5c;
  font-size: 15px;
  transition: all 0.3s;
}
.breadcrumbs li a:hover {
  opacity: 0.7;
}
.breadcrumbs li p {
  position: relative;
  font-size: 15px;
  color: #888888;
  margin: 0;
}
.breadcrumbs li p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  transform: rotate(225deg);
  left: -31px;
  top: 7px;
}

.animate-title {
  opacity: 0;
}
.animate-title.inview {
  animation-name: blurAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.animate-title.inview img {
  width: 300px;
}

.animate-title-fv {
  opacity: 0;
}
.animate-title-fv.inview {
  animation-name: blurAnime;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.animate-title-fv.inview img {
  width: 300px;
}

.animate-title-3 {
  opacity: 0;
}
.animate-title-3.inview {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.animate-title-3.inview img {
  width: 300px;
}

@keyframes blurAnime {
  from {
    filter: blur(15px);
    transform: scale(1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.animate-title-2 {
  opacity: 0;
}
.animate-title-2.inview {
  animation-name: blurAnime2;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime2 {
  from {
    filter: blur(15px);
    transform: scale(1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */