.container {
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
/* breadcrumbs ================================== */
.breadcrumbs {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .04em;
    padding: 18px 0;
    background: #F3F3F3;
}
.breadcrumbs .container {
    max-width: 1260px !important;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li a {
    position: relative;
    color: #454545;
    transition: 0.2s;
    padding-right: 30px;
}
.breadcrumbs li a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #BCBCBC;
  border-right: 2px solid #BCBCBC;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
  right: 12px;
}
.breadcrumbs .menu-home a{
  color: #4187BA;
}
@media(hover:hover){
    .breadcrumbs li a:hover {
        color: #FFE12B;
    }
}
@media(hover:none){
    .breadcrumbs li a:active {
        color: #FFE12B;
    }
}
@media (max-width:750px) {
    .breadcrumbs {
        padding-top: 5px;
        font-size: 1.2rem;
    }
    .breadcrumbs li a:before {
        top: -9px;
        right: -1px;
    }
}
@media (max-width:480px) {
    .breadcrumbs li a:before {
        top: -6px;
    }
}
.yuji-syuku {
  font-family: "Yuji Syuku", serif;
}
/* ichigeki-content ================================ */
.ichigeki-content .mv .video video{
  height: 800px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ichigeki-content .mv {
  position: relative;
  background: #333333;
  padding-bottom: 95px;
}
.ichigeki-content .mv::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 42px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% !important;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
}
@keyframes circlemove{
    0%{bottom: 20px;}
    100%{bottom: 0}
 }
 @keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
.ichigeki-content .mv .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ichigeki-content .mv .txt img {
  max-width: 610px;
  width: 80%;
}
.ichigeki-content .cmt-content {
  padding-top: 90px;
  position: relative;
}
.ichigeki-content .cmt-content .bg-top {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.ichigeki-content .cmt-content h2 {
  font-size: 5rem;
  font-family: "Yuji Syuku", serif;
  text-align: center;
  line-height: 1.44;
  color: #ffff;
  font-weight: 400;
}
.ichigeki-content .cmt-content h2 .lg {
  font-size: 8rem;
  font-family: "Yuji Syuku", serif; 
  position: relative;
  font-weight: 400;
}
.ichigeki-content .cmt-content h2 .lg::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: url(../images/cmt-tl-bg1.png) no-repeat;
  background-size: 100% !important;
  background-position: bottom !important;
  z-index: -1;
  left: -18px;
  bottom: 2px;
}
.ichigeki-content .cmt-content h2 .lg.bg2::after {
  width: 110%;
  height: 100%;
  background: url(../images/cmt-tl-bg2.png) no-repeat;
  z-index: -1;
  left: -5px;
  bottom: 8px;
}
.ichigeki-content .cmt-content .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 100px;
}
.ichigeki-content .cmt-content .content .img {
  width: 55%;
  padding: 0 20px;
}
.ichigeki-content .cmt-content .content .txt {
  width: 45%;
  text-align: center;
  padding: 0 20px;
}
.ichigeki-content .cmt-content .content .txt img {
  width: 90%;
}

@media(max-width: 1450px){
  .ichigeki-content .cmt-content .bg-top {
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
}
@media(max-width:1024px){
  .ichigeki-content .cmt-content {
    padding-top: 50px;
    position: relative;
  }
  .ichigeki-content .cmt-content h2 .lg {
    font-size: 5rem;
  }
  .ichigeki-content .cmt-content h2 {
    font-size: 3rem;
  }
  .ichigeki-content .cmt-content .content {
    padding-top: 50px;
  }
}
@media(max-width: 1024px) {
  .ichigeki-content .mv .video{
    position: relative;
    padding-top: 41.66%;
  }
  .ichigeki-content .mv .video video{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media(max-width: 750px) {
  .ichigeki-content .cmt-content .content {
    margin: 0;
  }
  .ichigeki-content .cmt-content .content .txt {
    padding: 0;
    width: 100%;
  }
  .ichigeki-content .cmt-content .content .img {
    width: 100%;
    padding: 0 0 30px;
  }
  .ichigeki-content .cmt-content h2 .lg {
    display: block;
    width: max-content;
    margin: 0 auto;
    font-size: 4rem;
  }
  .ichigeki-content .cmt-content h2 {
      font-size: 2.5rem;
  }
  .ichigeki-content .cmt-content {
    padding-top: 30px;
  }
  .ichigeki-content .cmt-content .content {
      padding-top: 30px;
  }
}
.ichigeki-content .advantages h2 {
  text-align: center;
  color: #0D0D0D;
  padding-top: 150px;
  font-weight: 400;
  margin-bottom: 80px;
}
.ichigeki-content .advantages h2 span {
  font-size: 6rem;
  font-family: "Yuji Syuku", serif; 
  position: relative;
  text-align: center;
  font-weight: 400;
}
.ichigeki-content .advantages h2 span::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  background: url(../images/advantages-tl-bg.png) no-repeat;
  background-size: 100% !important;
  background-position: bottom !important;
  z-index: -1;
  left: 0;
  bottom: -10px;
}
.ichigeki-content {
  font-family: "Noto Sans", sans-serif;
}
.ichigeki-content .advantages .items h3 {
  background: #0D0D0D;
  color: #fff;
  text-align: center;
  font-family: "Yuji Syuku", serif; 
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  padding: 17px 0;
  position: relative;
}
.ichigeki-content .advantages .items h3 span {
  z-index: 10;
  position: relative;
  font-family: "Yuji Syuku", serif; 
}
.ichigeki-content .advantages .items h4 {
  font-family: "Yuji Syuku", serif; 
  font-size: 4rem;
  line-height: 1;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
  color: #0D0D0D;
}
.ichigeki-content .advantages .items p {
  line-height: 1.88;
}
.ichigeki-content .advantages .items h4::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/advantages-list.png);
  background-size: 100% !important;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.ichigeki-content .advantages .items h3::after {
  content: "";
  position: absolute;
  width: 48%;
  height: 100%;
  background: url(../images/advantages-ttl-bg.png);
  right: 0;
  top: 0;
  
}
.ichigeki-content .advantages .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.ichigeki-content .advantages .items .item {
  width: 50%;
  padding: 0 20px;
  color: #0D0D0D;
  font-size: 1.8rem;
  line-height: 1.88;
}
.ichigeki-content .advantages .items .item .inner {
  border: 1px solid #707070;
  padding: 0 30px 20px;
}
.ichigeki-content .advantages .items .item .img {
  padding: 10px 12px 30px;
}
.ichigeki-content .advantages .items .item img {
  width: 100%;
}
.ichigeki-content .advantages .items .item.w100 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
}
.ichigeki-content .indoors h2 {
  font-size: 5rem;
  font-family: "Yuji Syuku", serif; 
  text-align: center;
  letter-spacing: -0.05em;
  color: #fff;
  /* padding-top: 20px; */
  position: relative;
  line-height: 1.44;
  font-weight: 400;
  padding-bottom: 80px;
}
.ichigeki-content .indoors h2.arr {
  padding-bottom: 155px;
}
.ichigeki-content .indoors h2.arr::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 42px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% !important;
  left: 50%;
  margin-left: -9px;
  bottom: 55px;
}
.ichigeki-content .indoors h2 span.lg {
  font-family: "Yuji Syuku", serif; 
  font-size: 5.2rem;
  font-weight: 400;
}
.ichigeki-content .indoors .content {
  background: #333333;
}
.ichigeki-content .indoors .content h2 .line {
  position: relative;
  font-weight: 400;
  font-family: "Yuji Syuku", serif; 
}
.ichigeki-content .indoors .content h2 .line::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 20px !important;
  background: url(../images/advantages-tl-bg.png) no-repeat;
  background-size: 100% 100% !important;
  background-position: bottom !important;
  z-index: -1;
  left: 0 !important;
  bottom: -2px;
}
.ichigeki-content .indoors .content h2 .sm {
  font-size: 4rem;
  font-family: "Yuji Syuku", serif; 
  bottom: -15px;
  position: relative;
  font-weight: 400;
}
.ichigeki-content .indoors .img {
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.ichigeki-content .indoors .img.txt img {
  max-width: 960px;
  width: 100%;
}
.ichigeki-content .indoors .content h2.fm1 {
  line-height: 1;
  padding-top: 160px;
  font-weight: 400;
  position: relative;
}
.ichigeki-content .indoors .img.txt .bg-left {
  position: absolute;
  width: 680px;
  left: -25%;
  top: 36.5%;
  /* animation: zoomInRight  1s ease-out forwards; */
}
@keyframes zoomInRight {
  0% {
    transform: scale(0.5) translateX(50px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}
.ichigeki-content .indoors .content h2.fm1 .line::after {
  content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background: url(../images/indoors-tl-bg1.png) no-repeat;
    background-size: 100% !important;
    background-position: bottom !important;
    z-index: -1;
    left: -20px;
    bottom: 2px;
}
.ichigeki-content .indoors .content h2.fm1 .lg {
  font-size: 6.2rem;
  font-weight: 400;
}
.ichigeki-content .indoors .content h2.fm1 .no {
  font-size: 10rem;
  font-family: "Yuji Syuku", serif; 
  font-weight: 400;
  line-height: 1;
}
.ichigeki-content .indoors .img {
  position: relative;
  padding-bottom: 150px;
}
.ichigeki-content .indoors .img.arr::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 42px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100% !important;
    left: 50%;
    margin-left: -9px;
    bottom: -30px;
}
.ichigeki-content .indoors .img-bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ichigeki-content .indoors .img-bottom .bg {
  width: 100%;
  position: relative;
  z-index: 2;
}
.ichigeki-content .indoors .img-bottom .arrow {
  width: 55.81%;
  position: absolute;
  z-index: 1;
  top: 15.5%;
  right: 0;
  overflow: hidden;
}
.ichigeki-content .indoors .img-bottom .arrow-img {
  width: 100%;
  position: relative;
  left: -100%;
}
.ichigeki-content .indoors .img-bottom.exhaust-ani .arrow-img {
  animation: slideExhaustInLeft 2s ease forwards;
  animation-delay: 0s;
}
@keyframes slideExhaustInLeft {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
.ichigeki-content .indoors .mask-txt {
  position: absolute;
  z-index: 3;
  top: 20%;
  /* left: 53%; */
  left: 44.19%;
  right: 0;
  height: 9%;
  background: #333333;
}
.ichigeki-content .indoors .img-bottom.exhaust-ani .mask-txt {
  animation: slideExhaustMaskInLeft 2s ease forwards;
  animation-delay: 0s;
}
@keyframes slideExhaustMaskInLeft {
  from {
    left: 44.19%;
  }
  to {
    left: 100%;
  }
}
.ichigeki-content .indoors .note {
  margin-top: 30px;
  font-size: 18px;
  color: #ffdddd;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 2s;
  opacity: 0;
}
@keyframes slideInLeft {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ichigeki-content .indoors .bottom-txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.88;
  text-align: center;
  margin-top: 90px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-weight: 500;
}
.ichigeki-content .indoors .bottom-txt h2 {
  padding-top: 5px;
  line-height: 1.2;
}
.ichigeki-content .indoors .bottom-txt::before,
.ichigeki-content .indoors .bottom-txt::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 0;
}
.ichigeki-content .indoors .bottom-txt::before {
  left: 0;
  border-left: 1px solid #fff;
}
.ichigeki-content .indoors .bottom-txt::after {
  right: 0;
  border-right: 1px solid #fff;
}
.ichigeki-content .indoors .bottom-txt h2 {
  padding-bottom: 15px;
}
.ichigeki-content .indoors .bg-top {
  width: 100%;
}
.ichigeki-content .indoors .content h2 .line::after {
    width: 110%;
    height: 100%;
    background: url(../images/bottom-txt-tl.png) no-repeat;
    left: -5%;
    bottom: 4px;
}
.ichigeki-content .indoors .bg-bt {
  width: 100%;
}
.ichigeki-content .slider {
  margin-top: 100px;
}
.ichigeki-content .equipment h2 {
  font-size: 6rem;
  text-align: center;
  letter-spacing: -0.05em;
  padding-top: 20px;
  position: relative;
  line-height: 1.44;
}
.ichigeki-content .equipment h2 span {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  position: relative;
}
.ichigeki-content .equipment h2 span::after {
  content: "";
  position: absolute;
  width: 108%;
  height: 100%;
  background: url(../images/equipment-tl-bg1.png) no-repeat;
  background-size: 100% !important;
  background-position: bottom !important;
  z-index: -1;
  left: -4%;
  bottom: -10px;
}
.lb-sp {
  display: none;
}
.ichigeki-content .equipment .img {
  padding-top: 55px;
  margin-bottom: 60px;
}
.ichigeki-content .equipment .img img {
  width: 100%;
}
.ichigeki-content .equipment .item .img {
  text-align: center;
}
.ichigeki-content .equipment .item .img img {
  max-width: 994px;
  width: 100%;
  padding: 0 20px;
}
.ichigeki-content .equipment .item {
  border: 1px solid #707070;
  margin-bottom: 60px;
}
.ichigeki-content .equipment .item h3 {
    background: #0D0D0D;
    color: #fff;
    font-family: "Yuji Syuku", serif;
    font-size: 4rem;
    line-height: 1;
    padding: 25px 0;
    position: relative;
    padding-left: 160px;
}
.ichigeki-content .equipment .item h3 span {
  font-family: "Yuji Syuku", serif;
}
.ichigeki-content .equipment .item h3 .no {
  font-family: "Yuji Syuku", serif;
  font-size: 6rem !important;
  line-height: 1 !important;
  position: absolute !important;
  left: 25px !important;
  top: 50% !important;
  margin-top: -32px !important; 
}
.ichigeki-content .equipment .item .img {
    padding-top: 35px;
    margin-bottom: 40px;
}
.ichigeki-content .equipment .item h3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200px;
  background: url(../images/equipment-h2.png);
  background-position: top center;
  background-size: 100% 100% !important;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.ichigeki-content .indoors .content .line-sp{
  font-family: "Yuji Syuku", serif;
}
.ichigeki-content .equipment .item h3 .sm {
  font-size: 2rem;
  font-weight: 600;
    font-family: "Noto Sans", sans-serif;
}
.ichigeki-content .equipment .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.ichigeki-content .equipment .items .item {
  width: 50%;
  padding: 0 20px;
  border: unset;
}
.ichigeki-content .equipment .items .item .inner {
  border: 1px solid #707070;
  height: 100%;
}
.ichigeki-content .equipment .items .item .inner h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  padding-left: 160px !important;
}
.ichigeki-content .equipment .items .item .inner h3 .md {
  font-family: "Yuji Syuku", serif;
  font-size: 3.2rem;
  display: block;
}
.ichigeki-content .equipment .items .item .inner h3 .lg {
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
}
.ichigeki-content .equipment .items .item .inner h3 {
  padding: 10px 0;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ichigeki-content .equipment .items .item .inner h3 span {
  position: relative;
  z-index: 1;
  font-family: "Yuji Syuku", serif;
  line-height: 1.2;
}
.ichigeki-content .equipment .items .item .inner .img img {
  max-width: 410px;
}
.ichigeki-content .situations h2 {
    font-size: 6rem;
    text-align: center;
    letter-spacing: -0.04em;
    padding-top: 20px;
    position: relative;
    line-height: 1.2;
}
.ichigeki-content .situations h2 span {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    display: inline-block;
}
.ichigeki-content .situations h2 span::after {
    content: "";
    position: absolute;
    height: 100%;
    background: url(../images/equipment-tl-bg1.png) no-repeat;
    background-size: 100% !important;
    background-position: bottom !important;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -20px;
}
.ichigeki-content .situations .items  {
  padding-top: 55px;
}
.ichigeki-content .situations .items .item .inner {
  display: flex;
}
.ichigeki-content .situations .items .item .inner .img {
  width: 32%;
}
.ichigeki-content .situations .items .item .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ichigeki-content .situations .items .item .inner .txt {
  flex: 1;
}
.ichigeki-content .situations .items .item .inner .txt h3 {
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  letter-spacing: 0.015em;
  padding: 17px 0;
  padding-left: 40px;
  background: #0D0D0D;
  color: #fff;
}
.ichigeki-content .situations .items .item .inner .txt .tag {
  background: #D3DEE5;
}
.ichigeki-content .situations .items .item .inner .txt .tag span{
  font-size: 2rem;
  line-height: 1;
  background: #A3021C;
  color: #fff;
  padding-left: 40px;
  display: inline-block;
  padding-right: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.ichigeki-content .situations .items .item .inner .txt .tag span::after {
  content: "";
  position: absolute;
  height: 40px;
  top: 0;
  border-top: 40px solid #A3021C;
  border-right: 30px solid transparent;
  right: -30px;
}
.ichigeki-content .situations .items .item .inner .txt ul {
  font-size: 2.4rem;
  padding-left: 40px;
  padding-top: 20px;
}
.ichigeki-content .situations .items .item .inner .txt ul li {
  padding-left: 35px;
  line-height: 1.66;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}
.ichigeki-content .situations .items .item .inner .txt ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/advantages-list.png) no-repeat;
  background-size: 100% !important;
  left: 0;
  top: 9px;
}
.ichigeki-content .situations .items .item .inner .txt ul li .sm {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}
.ichigeki-content .situations .items .item .inner {
  border: 1px solid #707070;
}
.ichigeki-content .situations .items .item {
  margin-bottom: 60px;
  letter-spacing: 0.075em;
}
.ichigeki-content .situations .items .item .inner .txt .tag span.sm {
  font-size: 1.4rem;
  padding: 0 0 0 10px;
}
.ichigeki-content .situations .items .item .inner .txt .tag span.sm::after {
  display: none;
}
.situations {
  padding-bottom: 120px;
  padding-top: 80px;
}
.collective {
  background: #F2F2F2;
  padding: 110px 0 110px;
  border-bottom: 4px solid #fff;
}
.collective h2 {
  font-size: 5rem;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 20px;
}
.collective .img img {
  width: 100%;
}
.collective .img {
  padding-bottom: 50px;
}
.collective .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 20px;
}
.collective .items .item {
  width: 50%;
  padding: 0 20px;
}
.collective .items .item img {
  width: 100%;
}
.collective a {
  display: inline-block;
  transition: .3s;
}
.collective a:hover {
  opacity: .7;
}
@media(max-width:1700px){
  .ichigeki-content .indoors .img.txt .bg-left {
      width: 500px;
      left: -15%;
      top: 65%;
  }
}
@media(max-width:1500px){
  .ichigeki-content .indoors .img.txt .bg-left {
      left: 0;
      top: 43%;
  }
}
@media(max-width: 1120px){
  .ichigeki-content .indoors h2{
    font-size: 4.4vw;
  }
  .ichigeki-content .indoors h2 span.lg{
    font-size: 5.2vw;
  }
}
@media(max-width: 1060px){
  .ichigeki-content .advantages .items h4 {
    font-size: 2.5rem;
    padding-left: 25px;
  }
  .ichigeki-content .advantages .items h4::before {
    width: 20px;
    height: 20px;
    top: 24px;
    margin-top: 0;
  }
  .ichigeki-content .advantages .items .item .inner {
    padding: 0 20px 20px;
    height: calc(100% - 70px);
  }
  .ichigeki-content .advantages .items p {
    font-size: 1.6rem;
  }
  .ichigeki-content .equipment .items .item .inner h3 .lg {
    font-size: 2.5rem;
  }
  .ichigeki-content .equipment .items .item .inner h3 {
    padding-left: 80px !important;
  }
  .ichigeki-content .equipment .items .item .inner h3 .md {
    font-size: 2.5rem;
  }
  .ichigeki-content .equipment .items .item .inner h3 span {
    font-size: 2.2rem;
  }
  .ichigeki-content .equipment .item h3 {
    font-size: 3rem;
  }
  .ichigeki-content .equipment .item h3 .sm {
    font-size: 1.6rem;
  }
  .ichigeki-content .equipment .item h3 {
    padding-left: 120px;
  }
  .ichigeki-content .equipment .item h3::before {
    width: 150px;
  }
}
@media(max-width: 1024px){
  .ichigeki-content .indoors .content h2.fm1 .lg {
    font-size: 4rem;
  }
  .ichigeki-content .indoors .content h2.fm1 .no {
    font-size: 6rem;
  }
  .ichigeki-content .indoors .content h2 .sm {
    font-size: 3rem;
    bottom: 0px;
  }
  .ichigeki-content .indoors .content h2.fm1 {
    padding-top: 60px;
  }
  .ichigeki-content .indoors .img {
    position: relative;
    padding-bottom: 50px;
  }
  .ichigeki-content .indoors .img.txt img{
    max-width: 62%;
  }
  .ichigeki-content .indoors h2 {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .ichigeki-content .indoors h2.arr {
    padding-bottom: 100px;
  }
  .ichigeki-content .indoors h2.arr::after {
    width: 14px;
    height: 34px;
    margin-left: -7px;
    bottom: 25px;
  }
  .ichigeki-content .indoors .img.txt .bg-left {
    width: 30%;
    left: 30px;
    top: 50%;
  }
}
@media (max-width: 960px){
  .ichigeki-content .advantages .items h3 span {
    font-size: 2.8rem;
  }
  .ichigeki-content .advantages .items h3 {
    padding: 8px 0 15px;  
  }
  .ichigeki-content .advantages .items {
    margin: 0 -10px;
  }
  .ichigeki-content .advantages .items .item {
    padding: 0 10px;
  }
  .ichigeki-content .equipment h2 {
    font-size: 6vw;
  }
  .ichigeki-content .indoors .bg-bt {
    height: 120px;
  }
  .ichigeki-content .equipment .items .item {
    padding: 0 10px;
  }
  .ichigeki-content .equipment .items {
    margin: 0 -10px;
  }
  .collective .items {
    margin: 0 -10px;
  }
   .collective .items .item {
    
    padding: 0 10px;
   }
}
@media(max-width:750px ){
  .ichigeki-content .advantages .items {
    margin: 0;
  }
  .ichigeki-content .indoors .content h2 .line::after {
    height: 12px !important;
    width: 105% !important;
    left: -2.5%;
  }
  .ichigeki-content .advantages .items .item {
    width: 100%;
    padding: 0 0 20px;
  }
  .ichigeki-content .advantages .items h3::after {
    width: 38%;
  }
  .ichigeki-content .advantages h2 {
    margin-bottom: 60px;
  }
  .ichigeki-content .advantages h2 {
    padding-top: 60px;
  }
  .ichigeki-content .advantages h2 span {
    font-size: 4rem;
  }
  .ichigeki-content .equipment .img {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .ichigeki-content .advantages h2 span {
      font-size: 7vw;
  }
  .ichigeki-content .advantages .items .item.w100{
    padding-top: 20px;
  }
  .ichigeki-content .indoors .bottom-txt {
    font-size: 1.4rem;
  }
  .ichigeki-content .indoors h2 span.lg {
      font-size: 2.5rem;
  }
  .ichigeki-content .indoors .bottom-txt {
    margin-top: 40px;
  }
  .ichigeki-content .equipment .items .item {
    width: 100%;
  }
  .ichigeki-content .equipment .item {
    margin-bottom: 25px;
  }
  .ichigeki-content .equipment .items .item .inner .img img {
    max-width: 500px;
  }
  .ichigeki-content .situations h2 {
    font-size: 2.5rem
  }
  .ichigeki-content .situations .items {
    padding-top: 35px;
  }
  .ichigeki-content .situations .items .item .inner .img {
    width: 100%;
  }
  .ichigeki-content .situations .items .item .inner .txt {
    flex: auto;
  }
  .ichigeki-content .indoors .content .bottom-txt h2 .line::after {
    display: none;
  }
  .ichigeki-content .situations .items .item .inner {
    flex-wrap: wrap;
  }
  .ichigeki-content .situations .items .item .inner .img img {
    object-fit: unset;
    object-position: unset;
  }
  .ichigeki-content .situations .items .item .inner .txt ul {
    font-size: 1.55rem;
  }
  .ichigeki-content .situations .items .item .inner .txt ul li .sm {
    font-size: 1.4rem;
  }
  .ichigeki-content .situations .items .item .inner .txt ul li::before {
    width: 16px;
    height: 16px;
    top: 4px;
  } 
  .ichigeki-content .situations .items .item .inner .txt ul {
    padding: 15px;
  }
  .ichigeki-content .situations .items .item .inner .txt ul li {
    padding-left: 24px;
  }
  .ichigeki-content .indoors .img.txt img{
    max-width: 80%;
  }
  .lb-pc {
    display: none;
  }
  .ichigeki-content .situations .items .item {
    margin-bottom: 25px;
  }
  .situations {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .ichigeki-content .indoors .content .line-sp{
    position: relative;
    display: block;
    width: max-content;
    margin: 0 auto;
    font-family: "Yuji Syuku", serif;
  }
  .ichigeki-content .indoors .content h2 .sm {
    margin-bottom: 15px;
    display: inline-block;
  }
  .collective a {
    display: block;
  }
  .ichigeki-content .indoors .content .line-sp::after {
      content: "";
      position: absolute;
      width: 105%;
      height: 6px;
      background: url(../images/indoors-tl-bg1.png) no-repeat;
      background-size: 100% 100% !important;
      background-position: bottom !important;
      z-index: -1;
      left: -2.5%;
      bottom: -1px;
  }
.ichigeki-content .indoors .content h2.fm1 .line::after {
  display: none;
}
  .ichigeki-content .situations .items .item .inner .txt .tag span {
    font-size: 1.6rem;
    padding-left: 20px;
    padding-right: 30px;
  }
  .ichigeki-content .situations .items .item .inner .txt .tag span.sm {
    font-size: 1.2rem;
    padding: 0 0 0 15px;
  }
  .ichigeki-content .situations .items .item .inner .txt .tag span::after {
    border-top: 36px solid #A3021C;
  }
  .ichigeki-content .situations .items .item .inner .txt h3 {
    font-size: 2.4rem;
    padding-left: 20px;
  }
  .collective h2 {
    font-size: 6vw;
  }
  .collective .items .item {
    width: 100%;
    padding-bottom: 20px;
  }
  .collective {
    padding: 50px 0 30px;
  }
  .collective .img {
    padding-bottom: 40px;
  }
  .ichigeki-content .indoors .content h2 .line::after{
    bottom: -2px;
  }
  .ichigeki-content .equipment h2 span::after{
    bottom: -5px;
  }
  .ichigeki-content .equipment .item h3{
    padding: 15px 15px 15px 80px;
  }
  .ichigeki-content .equipment .item h3 span{
    position: relative;
    z-index: 1;
  }
  .ichigeki-content .equipment .item h3 .sm{
    display: block;
    padding-top: 5px;
  }
  .ichigeki-content .equipment .item h3::before{
    width: 120px;
  }
  .ichigeki-content .situations h2 span::after{
    bottom: -5px;
  }
  .ichigeki-content .situations h2 span::after {
    display: none;
  }
  .ichigeki-content .situations h2 span.line-sp {
    display: block;
    position: relative;
    width: max-content;
    margin: 0 auto;
  }
  .ichigeki-content .situations h2 span.line-sp::after {
    content: "";
    position: absolute;
    width: 105%;
    height: 6px;
    background: url(../images/indoors-tl-bg1.png) no-repeat;
    background-size: 100% 100% !important;
    background-position: bottom !important;
    z-index: -1;
    left: -2.5%;
    bottom: -3px;
    display: block;
  }
  .ichigeki-content .equipment .item h3 .no {
    font-size: 5rem !important;
  }
  .ichigeki-content .equipment .item h3 {
    font-size: 2.5rem;
  }
   .lb-sp {
    display: block;
  }
}

@media (max-width: 640px) {
  .ichigeki-content .indoors .content h2 .sm {
    font-size: 2.5rem;
  }
  .ichigeki-content .indoors .content h2.fm1 .lg {
    font-size: 3rem;
  }
  .ichigeki-content .indoors .content h2.fm1 .no {
    font-size: 6rem;
  }
  .collective .img {
    padding-bottom: 20px;
  }
  .collective .items {
    padding-top: 0;
    margin: 0;
  }
  .collective .items .item {
    padding: 0 0 20px;
  }
  .ichigeki-content .indoors .content h2 .line::after {
    width: 74vw;
    height: 100%;
    background: url(../images/bottom-txt-tl.png) no-repeat;
    left: -38vw;
    bottom: 4px;
  }
}
@media(max-width:480px){
  .ichigeki-content .indoors .img.txt .bg-left {
    width: 40%;
    left: 10px;
  }
  .ichigeki-content .indoors h2{
    font-size: 2.5rem;
  }
  .ichigeki-content .indoors h2 span.lg{
    font-size: 2.5rem;
  }
}
@media(max-width: 370px){
  .ichigeki-content .equipment .item h3{
    font-size: 2.3rem;
  }
  .ichigeki-content .equipment .items .item .inner h3{
    font-size: 1.8rem;
  }
  .ichigeki-content .equipment .items .item .inner h3 span{
    font-size: 1.8rem;
  }
  .ichigeki-content .equipment .items .item .inner h3 .md{
    font-size: 2rem;
  }
  .ichigeki-content .equipment .items .item .inner h3 .lg{
    font-size: 2.1rem;
  }
  .ichigeki-content .situations .items .item .inner .txt .tag span{
    padding-right: 5px;
  }
  .ichigeki-content .situations .items .item .inner .txt .tag span.sm{
    padding-left: 0;
  }
}
.ichigeki-content .slider h4 {
  padding-bottom: 10px;
}
.ichigeki-content .slider h4 img {
  width: 100%;
}
.ichigeki-content .slider .before_after_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.ichigeki-content .slider .box_before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 6px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000;
}
.ichigeki-content .slider .box_before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.ichigeki-content .slider .box_before::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: -57px;
  bottom: 0;
  width: 108px;
  height: 55px;
  margin: auto;
  background: url(../images/slider-btn.png) no-repeat;
  background-size: 100%;
}
.ichigeki-content .slider .slider_range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}
.ichigeki-content .slider .box_after img {
  width: 100%;
}
.ichigeki-content .slider .sm {
  text-align: right;
  color: #fff;
  font-size: 1.8rem;
  padding-top: 20px;
  padding-bottom: 60px;
  font-weight: 500;
}
@media(max-width:750px){
  .ichigeki-content .slider .sm {
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 20px
  }
  .ichigeki-content .slider {
    margin-top: 40px;
  }
  .ichigeki-content .slider h4 {
    padding-bottom: 5px;
  }
}