@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/************************************************************

RESET

************************************************************/
.hyosai h1,
.hyosai h2,
.hyosai h3,
.hyosai div,
.hyosai p,
.hyosai ol,
.hyosai ul,
.hyosai li,
.hyosai figure {
  margin: 0;
  padding: 0;
}

.hyosai ol,
.hyosai ul {
  list-style: none;
}

.hyosai img {
  vertical-align: top;
  width: 100%;
}

.hyosai a[target=_blank]:after {
  display: none;
}

body, html {
  font-size: 100%;
}

.hyosai {
  color: #000;
  font-family: "游明朝", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  line-height: 2;
  height: 100%;
  letter-spacing: 0.2em;
  background-color: #000;
  font-feature-settings: "palt";
}
.hyosai .hyosai-inner {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.hyosai .hyosai-inner-m {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.hyosai .hyosai-inner-s {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .hyosai-inner, .hyosai-inner-m {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 1000px) {
  .hyosai-inner-s {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 768px) {
  .hyosai {
    line-height: 1.8;
    min-width: 100%;
  }
  .hyosai .hyosai-inner, .hyosai .hyosai-inner-m, .hyosai .hyosai-inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hyosai .hyosai img {
    width: 100%;
    display: block;
    line-height: 1;
  }
}
.hyosai.low #hyosai-nav {
  background: #002A6E;
  background: linear-gradient(90deg, rgb(0, 42, 110) 0%, rgb(0, 32, 89) 100%);
}
.hyosai.low #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a {
  color: #e8b15c;
}
.hyosai.low #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e8b15c;
}
.hyosai #hyosai-nav {
  padding: 25px 0 20px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  background: url(/hyosai1984/assets/img/bg2.jpg);
}
.hyosai #hyosai-nav .hyosai-inner-m .menu {
  display: none;
}
.hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul {
  display: flex;
  justify-content: space-between;
}
.hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li:first-child {
  margin-left: 0px;
}
.hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a {
  display: inline-block;
  margin: 0px !important;
  height: auto !important;
  padding: 0px !important;
  line-height: 1 !important;
  font-size: 24px;
  font-size: clamp(0.875rem, 1.4vw + 0.455rem, 1.5rem);
  -webkit-text-stroke: 0.5px #b07a27;
  text-stroke: 0.5px #b07a27;
  transition: 0.2s all ease-out;
  text-decoration: none;
  color: #b07a27;
  position: relative;
}
.hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b07a27;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: scale(0);
  transition: 0.3s all ease-out;
}
.hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a:hover:after {
  transform: scale(1);
}
.hyosai #hyosai-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hyosai #hyosai-nav {
    padding: 20px 0 15px;
  }
  .hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul {
    flex-wrap: wrap;
  }
  .hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li {
    margin-left: 3%;
    width: auto;
  }
  .hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li:nth-child(4) {
    margin-left: 0px;
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }
  .hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li:nth-child(5) {
    margin-left: 0px;
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }
  .hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a:after {
    display: none;
  }
  .hyosai #hyosai-nav .hyosai-inner-m .hyosai-nav ul li a span:after {
    display: none;
  }
}
/*---------------------------
		modal
----------------------------*/
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

#modal-movie {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /*#movie-wrap{
  	@include movie();
  }*/
}
#modal-movie #movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#modal-movie #movie #movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-movie .close {
  background: url(/hyosai1984/assets/img/close.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal-movie {
    width: 90%;
  }
  #modal-movie .close {
    background: url(/hyosai1984/assets/img/close.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br, .sp_br2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp_br2 {
    display: block;
  }
}
/*.anime{
	opacity: 0;
	transition: 1s;
	&.active2{
		opacity: 1;
	}
}*/
.breadcrumbs {
  position: relative;
  z-index: 101;
  background-color: #fff;
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.hyosai {
  position: relative;
}
.hyosai .anime.up, .hyosai .anime2.up {
  opacity: 0;
  transform: translateY(50px);
}
.hyosai .anime.up.active, .hyosai .anime2.up.active {
  opacity: 1;
  transform: translateY(0);
  transition: 1s all ease-out;
}
.hyosai #hyosai-float-bnr {
  position: fixed;
  bottom: 0px;
  right: -15px;
  max-width: 230px;
  z-index: 100;
  display: none;
}
.hyosai #hyosai-float-bnr a {
  transition: 0.5s all;
}
.hyosai #hyosai-float-bnr a:hover {
  opacity: 0.7;
}
.hyosai #hyosai-mv {
  overflow: hidden;
}
.hyosai #hyosai-mv .slick-track {
  display: flex;
}
.hyosai #hyosai-mv .slick-slide {
  height: auto !important;
}
.hyosai #hyosai-mv .slider {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
.hyosai #hyosai-mv .sp_none {
  display: block;
}
.hyosai #hyosai-mv .obi-common {
  background-color: #cc9c4c;
  position: relative;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.hyosai #hyosai-mv .obi-common img {
  width: 48%;
  max-width: 886px;
  display: inline-block;
}
.hyosai #hyosai-mv .obi-common img.pc_none {
  display: none;
}
.hyosai #hyosai-mv .obi-common img.sp_none {
  display: inline-block;
}
.hyosai #hyosai-mv .slide1 {
  background-color: #002d69;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*&.mv-anime{
    &:after{
      opacity: 0;
    }
    .pic{
      opacity: 0;
      transform: translateX(20px);
    }
    .obi{
      clip-path: inset(0 50%);
      opacity: 1;
    }
    .txt1{
      opacity: 0;
      transform: translateY(-20px);
    }
    .obj{
      opacity: 0;
      transform: scale(1.1);
      .txt2{
        opacity: 0;
      }
    }
    &.active{
      &:after{
        opacity: 1;
        transition: 0.5s all ease-out;
        transition-delay: 1s;
      }
      .pic{
        opacity: 1;
        transition: 1s all ease-out;
        transform: translateX(0);
      }
      .obi{
        clip-path: inset(0);
        opacity: 1;
        transition: 1s all ease-out;
      }
      .txt1{
        opacity: 1;
        transform: translateY(0);
        transition: 0.5s all ease-out;
        transition-delay: 1s;
      }
      .obj{
        opacity: 1;
        transition: 0.5s all ease-out;
        transition-delay: 1.5s;
        transform: scale(1);
        .txt2{
          opacity: 1;
          transition: 0.5s all ease-out;
          transition-delay: 2s;
        }
      }
    }
  }*/
}
.hyosai #hyosai-mv .slide1:after {
  content: "";
  background-color: #004693;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
}
.hyosai #hyosai-mv .slide1 .pic {
  text-align: center;
}
.hyosai #hyosai-mv .slide1 .pic img {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.hyosai #hyosai-mv .slide1 .obi {
  background-color: #cc9c4c;
  position: relative;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
}
.hyosai #hyosai-mv .slide1 .obi img {
  width: 53%;
  max-width: 846px;
  display: inline-block;
  margin-right: min(12%,220px);
}
.hyosai #hyosai-mv .slide1 .hyosai-mv-obj {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  transform: translateX(-50%);
  z-index: 2;
}
.hyosai #hyosai-mv .slide1 .txt1 {
  position: absolute;
  top: 10%;
  left: 19%;
  width: 6.1%;
}
.hyosai #hyosai-mv .slide1 .obj {
  position: absolute;
  top: 73.5%;
  right: 22.6%;
  width: 6.4%;
}
.hyosai #hyosai-mv .slide1 .obj .txt2 {
  position: absolute;
  bottom: 35%;
  left: -155%;
  width: 148%;
}
.hyosai #hyosai-mv .slide1 .obj .obj2 {
  position: absolute;
  bottom: -7%;
  left: 80%;
  width: 150%;
  z-index: 2;
}
.hyosai #hyosai-mv .slide1 .obj .pop {
  position: absolute;
  bottom: 144%;
  left: 105%;
  width: 98%;
}
.hyosai #hyosai-mv .slide2 {
  background-color: #00275c;
  position: relative;
  z-index: 1;
  height: 100%;
}
.hyosai #hyosai-mv .slide2:after {
  content: "";
  background-color: #001740;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
}
.hyosai #hyosai-mv .slide2 .pic {
  text-align: center;
}
.hyosai #hyosai-mv .slide2 .pic img {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.hyosai #hyosai-mv .slide2 .hyosai-mv-obj {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  transform: translateX(-50%);
  z-index: 2;
}
.hyosai #hyosai-mv .slide2 .txt1 {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 54%;
  transform: translateX(-48%);
}
.hyosai #hyosai-mv .slide2 .obj {
  position: absolute;
  top: 28%;
  right: 12%;
  width: 15.2%;
}
.hyosai #hyosai-mv .slide2 .obj .txt2 {
  width: 80%;
  margin: 0 auto 2%;
}
.hyosai #hyosai-mv .slide2 .obj .txt3 {
  margin: 0 auto -9%;
}
.hyosai #hyosai-mv .slide2 .obj .obj1 {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 48%;
}
.hyosai #hyosai-mv .slide2 .obj .obj2 {
  width: 76%;
  z-index: 2;
  padding-left: 37%;
}
.hyosai #hyosai-mv .slide2 .obj .pop {
  position: absolute;
  bottom: 44%;
  left: 23.5%;
  width: 40%;
}
.hyosai #hyosai-mv .slide2 .obi {
  background-color: #cc9c4c;
  position: relative;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
}
.hyosai #hyosai-mv .slide2 .obi img {
  width: 53%;
  max-width: 846px;
  display: inline-block;
  margin-right: min(10%,200px);
}
.hyosai #hyosai-mv .slide3 {
  background-color: #81cce3;
  position: relative;
  z-index: 1;
  height: 100%;
}
.hyosai #hyosai-mv .slide3:after {
  content: "";
  background: url(/hyosai1984/assets/img/mv3_2507_bg.jpg) repeat-x;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
}
.hyosai #hyosai-mv .slide3 .pic {
  text-align: center;
}
.hyosai #hyosai-mv .slide3 .pic img {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.hyosai #hyosai-mv .slide3 .hyosai-mv-obj {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  transform: translateX(-50%);
  z-index: 2;
}
.hyosai #hyosai-mv .slide3 .txt1 {
  position: absolute;
  top: 0%;
  left: 4%;
  width: 12%;
}
.hyosai #hyosai-mv .slide3 .txt2 {
  position: absolute;
  top: 8%;
  left: 20.5%;
  width: 7%;
}
.hyosai #hyosai-mv .slide3 .obj {
  position: absolute;
  bottom: -2%;
  right: 5%;
  width: 30.5%;
}
.hyosai #hyosai-mv .slide3 .obi {
  background-color: #e8b15c;
  position: relative;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
}
.hyosai #hyosai-mv .slide3 .obi img {
  width: 53%;
  max-width: 846px;
  display: inline-block;
}
.hyosai #hyosai-news {
  background: url(/hyosai1984/assets/img/news_bg.jpg) no-repeat 50% bottom;
  background-size: cover;
  padding: 77px 0 100px;
}
.hyosai #hyosai-news .lead {
  text-align: center;
  color: #fff;
  /*-webkit-text-stroke: 0.5px #fff;
  	text-stroke: 0.5px #fff;*/
  font-size: min(4vw,60px);
  line-height: 1.2;
  margin-bottom: 70px;
}
.hyosai #hyosai-news .bnr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 110px;
}
.hyosai #hyosai-news .bnr-list li {
  box-shadow: 0px 0px 18px rgba(25, 59, 107, 0.6);
}
.hyosai #hyosai-news .bnr-list li a {
  display: inline-block;
  transition: 0.3s all ease-out;
}
.hyosai #hyosai-news .bnr-list li a:hover {
  transform: scale(102%);
}
.hyosai #hyosai-news .bnr-list li img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.hyosai #hyosai-news h2 {
  width: 21%;
  margin: 0 auto 70px;
}
.hyosai #hyosai-news .news-slide-wrap {
  position: relative;
}
.hyosai #hyosai-news .news-slide-wrap .slide-nav {
  position: relative;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.hyosai #hyosai-news .news-slide-wrap .slide-nav:before {
  content: "";
  background: url(/hyosai1984/assets/img/arrow1.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.hyosai #hyosai-news .news-slide-wrap .slide-nav.slide-next {
  left: calc(50% + 355px);
  transform: translate(-50%, -50%) scale(-1, 1);
  transition: 0.3s all;
}
.hyosai #hyosai-news .news-slide-wrap .slide-nav.slide-next:hover {
  margin-left: 5px;
}
.hyosai #hyosai-news .news-slide-wrap .slide-nav.slide-prev {
  left: calc(50% - 355px);
  transition: 0.3s all;
}
.hyosai #hyosai-news .news-slide-wrap .slide-nav.slide-prev:hover {
  margin-left: -5px;
}
.hyosai #hyosai-news .news-slide {
  overflow: hidden;
}
.hyosai #hyosai-news .news-slide .slick-track {
  display: flex;
}
.hyosai #hyosai-news .news-slide .slick-slide {
  height: auto !important;
}
.hyosai #hyosai-news .news-slide .item {
  display: flex;
  background: url(/hyosai1984/assets/img/bg2.jpg);
  padding: 30px;
  position: relative;
  z-index: 1;
  width: 650px;
  margin: 0 10px;
}
.hyosai #hyosai-news .news-slide .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(25, 59, 107, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.hyosai #hyosai-news .news-slide .item.slick-current:before {
  display: none;
}
.hyosai #hyosai-news .news-slide .item:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #e8b15c;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.hyosai #hyosai-news .news-slide .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hyosai #hyosai-news .news-slide .item a:hover ~ .figure img {
  transform: scale(1.05);
}
.hyosai #hyosai-news .news-slide .item .figure {
  width: 40%;
  overflow: hidden;
}
.hyosai #hyosai-news .news-slide .item .figure img {
  display: inline-block;
  transition: 0.5s all ease-out;
}
.hyosai #hyosai-news .news-slide .item .article {
  width: 60%;
  box-sizing: border-box;
  padding-left: 20px;
  color: #193b6b;
  font-size: 13px;
  font-size: clamp(0.6875rem, 0.3vw + 0.5975rem, 0.8125rem);
  line-height: 1.6;
  -webkit-text-stroke: 0.5px #193b6b;
  text-stroke: 0.5px #193b6b;
}
.hyosai #hyosai-news .news-slide .item .article .data {
  font-size: 10px;
  font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
  line-height: 1;
  margin-bottom: 10px;
}
.hyosai #hyosai-news .news-slide .item .article .data span {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #193b6b;
  font-weight: 700;
}
.hyosai #hyosai-news .news-slide .item .article h3 {
  font-size: 20px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
.hyosai #hyosai-news .news-slide .item .article h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.hyosai #hyosai-news .news-slide .item .article h3 span:after {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #e8b15c;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
}
.hyosai #hyosai-about {
  background: url(/hyosai1984/assets/img/bg.jpg) repeat;
  overflow: hidden;
}
.hyosai #hyosai-about.anime .txt {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
}
.hyosai #hyosai-about.anime .obj {
  opacity: 0;
  transform: scale(0.8);
}
.hyosai #hyosai-about.anime.active .txt {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  transition: 1.5s all ease-out;
}
.hyosai #hyosai-about.anime.active .obj {
  opacity: 1;
  transform: scale(1);
  transition: 1.5s all ease-out;
}
.hyosai #hyosai-about .hyosai-inner-m {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-top: 90px;
  max-width: 1100px;
}
.hyosai #hyosai-about .txt {
  width: 46%;
  color: #fff;
  font-size: 20px;
  font-size: clamp(0.875rem, 0.8vw + 0.635rem, 1.25rem);
  margin-bottom: 77px;
  box-sizing: border-box;
  padding-right: 20px;
  white-space: nowrap;
}
.hyosai #hyosai-about .txt strong {
  display: block;
  font-size: 50px;
  font-size: clamp(1.875rem, 2.8vw + 1.035rem, 3.125rem);
  line-height: 1.4;
  margin: 30px 0;
}
.hyosai #hyosai-about .txt strong:nth-of-type(2) {
  font-size: 70px;
  font-size: clamp(2.5rem, 4.2vw + 1.24rem, 4.375rem);
}
.hyosai #hyosai-about .txt .logo {
  width: 85%;
  margin-top: 40px;
}
.hyosai #hyosai-about .img {
  width: 54%;
}
.hyosai #hyosai-about .img.anime2 {
  opacity: 0;
  transform: translateX(30px);
}
.hyosai #hyosai-about .img.anime2.active {
  opacity: 1;
  transform: translateX(0);
  transition: 0.7s all ease-out;
}
.hyosai #hyosai-about .obj {
  position: absolute;
  top: 150px;
  right: 0;
  width: 47%;
  mix-blend-mode: multiply;
}
.hyosai h2.ttl {
  text-align: center;
  background-color: #e8b15c;
  color: #193b6b;
  font-size: 60px;
  font-size: clamp(1.875rem, 4.2vw + 0.615rem, 3.75rem);
  line-height: 1.2;
  -webkit-text-stroke: 0.5px #193b6b;
  text-stroke: 0.5px #193b6b;
  padding: 10px 0 5px;
}
.hyosai h2.ttl.anime span {
  display: inline-block;
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
}
.hyosai h2.ttl.anime.active span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.7s all ease-out;
}
.hyosai #hyosai-contents {
  background: url(/hyosai1984/assets/img/bg2.jpg) repeat;
  overflow: hidden;
}
.hyosai #hyosai-contents .hyosai-inner-m {
  max-width: 1100px;
  position: relative;
  z-index: 1;
  padding: 95px 0 100px;
}
.hyosai #hyosai-contents .obj {
  position: absolute;
  z-index: -1;
  top: 0;
  mix-blend-mode: multiply;
}
.hyosai #hyosai-contents .obj.obj1 {
  top: 30px;
  left: -230px;
}
.hyosai #hyosai-contents .obj.obj2 {
  top: 48%;
  right: -270px;
  transform: translateY(-50%);
}
.hyosai #hyosai-contents .obj.obj3 {
  top: auto;
  bottom: -80px;
  left: -370px;
  transform: translateY(-50%);
}
.hyosai #hyosai-contents .movie-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.hyosai #hyosai-contents .movie-list li {
  width: 48%;
  box-sizing: border-box;
  padding: 30px;
  background-color: rgba(83, 181, 211, 0.3);
  box-shadow: 0 0 20px rgba(25, 59, 107, 0.5);
  text-align: center;
  font-size: 22px;
  font-size: clamp(0.875rem, 1.1vw + 0.545rem, 1.375rem);
  font-weight: 700;
  color: #193b6b;
  position: relative;
  -webkit-text-stroke: 0.5px #193b6b;
  text-stroke: 0.5px #193b6b;
}
.hyosai #hyosai-contents .movie-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hyosai #hyosai-contents .movie-list li a:hover ~ .figure:before {
  transform: translate(-50%, -50%) scale(1.2);
}
.hyosai #hyosai-contents .movie-list li .figure {
  position: relative;
}
.hyosai #hyosai-contents .movie-list li .figure:before {
  content: "";
  background: url(/hyosai1984/assets/img/play.png) no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-out;
}
.hyosai #hyosai-contents .movie-list li .article {
  line-height: 1.4;
  margin-top: 30px;
}
.hyosai #hyosai-contents .btn-list {
  max-width: 900px;
  margin: auto;
}
.hyosai #hyosai-contents .btn-list li {
  margin-bottom: 50px;
}
.hyosai #hyosai-contents .btn-list li:last-child {
  margin-bottom: 0px;
}
.hyosai #hyosai-contents .btn-list li a {
  display: flex;
  background: url(/hyosai1984/assets/img/bg.jpg);
  color: #fff;
  box-shadow: 0 0 20px rgba(25, 59, 107, 0.5);
  text-decoration: none;
}
.hyosai #hyosai-contents .btn-list li a.no-link {
  cursor: default;
}
.hyosai #hyosai-contents .btn-list li a:hover .figure img {
  transform: scale(1.1);
}
.hyosai #hyosai-contents .btn-list li .figure {
  width: 25%;
  overflow: hidden;
}
.hyosai #hyosai-contents .btn-list li .figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all ease-out;
}
.hyosai #hyosai-contents .btn-list li .article {
  width: 75%;
  box-sizing: border-box;
  padding: 20px 30px;
  line-height: 1.6;
  font-size: 14px;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
}
.hyosai #hyosai-contents .btn-list li .article .data {
  font-size: 10px;
  font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
  line-height: 1;
  margin-bottom: 10px;
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
}
.hyosai #hyosai-contents .btn-list li .article .data span {
  display: inline-block;
  padding: 5px 5px;
  border: 1px solid #fff;
  font-weight: 700;
}
.hyosai #hyosai-contents .btn-list li .article h3 {
  font-size: min(2vw,22px);
  line-height: 1.6;
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.hyosai #hyosai-contents .btn-list li .article h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.hyosai #hyosai-contents .btn-list li .article h3 span:after {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #e8b15c;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.hyosai #hyosai-history {
  background: url(/hyosai1984/assets/img/bg.jpg);
  color: #fff;
  overflow: hidden;
}
.hyosai #hyosai-history .hyosai-inner-m {
  padding: 100px 0 100px;
}
.hyosai #hyosai-history .lead {
  text-align: center;
  font-size: 28px;
  font-size: clamp(1.125rem, 1.4vw + 0.705rem, 1.75rem);
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 2.4;
  position: relative !important;
  z-index: 1 !important;
}
.hyosai #hyosai-history .lead sup {
  font-size: 60%;
}
.hyosai #hyosai-history .lead .note {
  text-align: center;
  display: block;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  margin-top: 1.5em;
  line-height: 1.2;
}
.hyosai #hyosai-history .lead .note small {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
.hyosai #hyosai-history .lead .note small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.hyosai #hyosai-history .lead .year1 {
  position: absolute;
  top: 50%;
  left: -15%;
  z-index: -1;
  opacity: 0.1;
}
.hyosai #hyosai-history .lead .year1.anime {
  opacity: 0;
  transform: scale(0.8);
}
.hyosai #hyosai-history .lead .year1.anime.active {
  opacity: 0.1;
  transform: scale(1);
  transition: 2s all ease-out;
}
.hyosai #hyosai-history .obj {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 0;
  width: 50%;
}
.hyosai #hyosai-history .obj.anime {
  opacity: 0;
  transform: scale(0.8);
}
.hyosai #hyosai-history .obj.anime.active {
  opacity: 0.2;
  transform: scale(1);
  transition: 2s all ease-out;
}
.hyosai #hyosai-history .obj.year1 {
  right: 35%;
  top: 1em;
  width: 65%;
}
.hyosai #hyosai-history .obj.year2 {
  right: -15%;
  top: -0.5em;
}
.hyosai #hyosai-history .obj.year3 {
  left: -17%;
  top: -0.5em;
}
.hyosai #hyosai-history .obj.year4 {
  left: 12%;
  top: 6em;
}
.hyosai #hyosai-history ul {
  max-width: 940px;
  margin: auto;
}
.hyosai #hyosai-history ul li {
  display: flex;
  margin-bottom: 10px;
  min-height: 210px;
  position: relative;
  z-index: 1;
}
.hyosai #hyosai-history ul li:last-child {
  margin-bottom: 0px;
}
.hyosai #hyosai-history ul li .year {
  width: 21%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  z-index: 2;
}
.hyosai #hyosai-history ul li .year span {
  display: block;
  width: 8px;
  height: 100%;
  border-left: 8px dotted #c99646;
  margin-top: 15px;
}
.hyosai #hyosai-history ul li .year.anime img {
  display: inline-block;
  opacity: 0;
}
.hyosai #hyosai-history ul li .year.anime span {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
}
.hyosai #hyosai-history ul li .year.anime.active img {
  opacity: 1;
  transition: 0.5s all ease-out;
}
.hyosai #hyosai-history ul li .year.anime.active span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  transition: 0.5s all ease-out;
}
.hyosai #hyosai-history ul li .article {
  width: 79%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 10px;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.8vw + 0.885rem, 1.5rem);
  line-height: 1.4;
}
.hyosai #hyosai-history ul li .article.flex {
  display: flex;
  align-items: flex-start;
}
.hyosai #hyosai-history ul li .article .note {
  display: block;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
  margin-top: 1em;
  line-height: 1.4;
}
.hyosai #hyosai-history ul li .article .note small {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
.hyosai #hyosai-history ul li .article .note small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.hyosai #hyosai-history ul li .article .pic1 {
  width: 28%;
  margin-top: -1em;
  box-sizing: border-box;
  margin-left: 3vw;
  position: relative;
  z-index: 4;
}
.hyosai #hyosai-history ul li .article .pic2 {
  width: 35%;
  float: right;
  margin-top: -0.5em;
  z-index: 2;
}
.hyosai #hyosai-history ul li .article .pic3 {
  width: 50%;
  float: right;
  margin-top: -0.5em;
  z-index: 2;
}
.hyosai #hyosai-history ul li .article .pic4 {
  width: 43%;
  position: absolute;
  top: 29%;
  left: max(-29vw,-470px);
  transform: rotate(-4deg);
  z-index: -1;
}
.hyosai #hyosai-history ul li .article .pic4.anime {
  opacity: 0;
  transform: rotate(0deg) scale(1.2);
}
.hyosai #hyosai-history ul li .article .pic4.anime.active {
  opacity: 1;
  transition: 0.5s all ease-out;
  transform: rotate(-4deg) scale(1);
}
.hyosai #hyosai-history ul li .article .pic5 {
  width: 46%;
  position: absolute;
  top: -45%;
  right: max(-14vw,-300px);
  transform: rotate(6deg);
  z-index: -1;
}
.hyosai #hyosai-history ul li .article .pic5.anime {
  opacity: 0;
  transform: rotate(0deg) scale(1.2);
}
.hyosai #hyosai-history ul li .article .pic5.anime.active {
  opacity: 1;
  transition: 0.5s all ease-out;
  transform: rotate(6deg) scale(1);
}
.hyosai #hyosai-history ul li .article.anime {
  opacity: 0;
  transform: translateX(-30px);
}
.hyosai #hyosai-history ul li .article.anime.active {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s all ease-out;
}
.hyosai #hyosai-ajiwai {
  background: url(/hyosai1984/assets/img/bg.jpg);
  position: relative;
  overflow: hidden;
}
.hyosai #hyosai-ajiwai .hyosai-inner-m {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}
.hyosai #hyosai-ajiwai .hyosai-inner-m .obj {
  position: absolute;
  bottom: 0;
  left: -25%;
  z-index: -1;
  height: 54%;
}
.hyosai #hyosai-ajiwai .hyosai-inner-m .obj.obj2 {
  left: auto;
  right: -25%;
}
.hyosai #hyosai-ajiwai .hyosai-inner-m .obj img {
  height: 100%;
}
.hyosai #hyosai-ajiwai .flex {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}
.hyosai #hyosai-ajiwai .flex .figure {
  width: 45%;
  text-align: center;
}
.hyosai #hyosai-ajiwai .flex .figure img {
  width: 60%;
}
.hyosai #hyosai-ajiwai .flex .article {
  width: 55%;
  color: #fff;
  font-size: 30px;
  font-size: clamp(1rem, 1.9vw + 0.43rem, 1.875rem);
  line-height: 2.4;
}
.hyosai #hyosai-ajiwai .flex .article strong {
  color: #e8b15c;
}
.hyosai #hyosai-ajiwai .flex .article sup {
  font-size: 60%;
}
.hyosai #hyosai-ajiwai .flex .article small {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  line-height: 1.4;
  padding-left: 1.2em;
  margin-top: 25px;
}
.hyosai #hyosai-ajiwai .flex .article small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.hyosai #hyosai-ajiwai .flex.anime .figure {
  opacity: 0;
  transform: scale(1.2) rotate(-15deg);
}
.hyosai #hyosai-ajiwai .flex.anime .article {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.hyosai #hyosai-ajiwai .flex.anime.active .figure {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: 0.7s all ease-out;
}
.hyosai #hyosai-ajiwai .flex.anime.active .article {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 1s all ease-out;
}
.hyosai #hyosai-ajiwai .pop-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.hyosai #hyosai-ajiwai .pop-list li {
  width: 33.3%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.hyosai #hyosai-ajiwai .pop-list li.pop1 {
  width: 24%;
}
.hyosai #hyosai-ajiwai .pop-list li.pop2 {
  width: 44.5%;
  padding: 0 4.5%;
}
.hyosai #hyosai-ajiwai .pop-list li.pop3 {
  width: 31.5%;
}
.hyosai #hyosai-ajiwai .pop-list li.pop4 {
  width: 40.5%;
}
.hyosai #hyosai-ajiwai .pop-list li.pop5 {
  width: 29%;
  padding: 4.5% 2.5% 0;
}
.hyosai #hyosai-ajiwai .pop-list li.pop6 {
  width: 30.5%;
}
.hyosai #hyosai-ajiwai .pop-list li.anime {
  transform: scale(0.5);
  opacity: 0;
}
.hyosai #hyosai-ajiwai .pop-list li.anime.active {
  transition: 0.3s all ease-out;
  transform-origin: center bottom;
  opacity: 1;
  transform: scale(1);
}
.hyosai #hyosai-ajiwai .note {
  text-align: right;
  color: #fff;
}
.hyosai #hyosai-ajiwai .note small {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  line-height: 1.4;
  padding-left: 1.2em;
  margin-top: 25px;
}
.hyosai #hyosai-ajiwai .note small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.hyosai #hyosai-enjoy {
  background: url(/hyosai1984/assets/img/enjoy_bg.jpg) no-repeat 50% bottom;
  background-size: auto 100%;
}
.hyosai #hyosai-enjoy .hyosai-inner-m {
  padding: 100px 0;
}
.hyosai #hyosai-enjoy .lead {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  margin-bottom: 55px;
  line-height: 2.4;
}
.hyosai #hyosai-enjoy .lead strong {
  display: block;
  font-size: 44px;
  font-size: clamp(1.5rem, 2.8vw + 0.66rem, 2.75rem);
  line-height: 1.2;
  margin-bottom: 60px;
}
.hyosai #hyosai-enjoy .lead.anime {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.hyosai #hyosai-enjoy .lead.anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 1s all ease-out;
}
.hyosai #hyosai-enjoy ul li img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.hyosai #hyosai-enjoy .hyosai-pc {
  display: block;
}
.hyosai #hyosai-enjoy .hyosai-pc ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 10px;
}
.hyosai #hyosai-enjoy .hyosai-sp {
  display: none;
}
.hyosai #hyosai-lineup {
  background: url(/hyosai1984/assets/img/bg2.jpg) repeat;
  overflow: hidden;
}
.hyosai #hyosai-lineup .hyosai-inner-m {
  max-width: 940px;
  position: relative;
  z-index: 1;
  padding: 95px 0 100px;
}
.hyosai #hyosai-lineup .obj {
  position: absolute;
  z-index: -1;
  top: 0;
  mix-blend-mode: multiply;
}
.hyosai #hyosai-lineup .obj.obj1 {
  top: 30px;
  left: -230px;
}
.hyosai #hyosai-lineup .obj.obj2 {
  top: 40%;
  right: -270px;
  transform: translateY(-50%);
}
.hyosai #hyosai-lineup .obj.obj3 {
  top: auto;
  bottom: -80px;
  left: -370px;
  transform: translateY(-50%);
}
.hyosai #hyosai-lineup ul li {
  display: flex;
  margin-bottom: 50px;
  align-items: end;
}
.hyosai #hyosai-lineup ul li.right {
  margin-bottom: 0px;
  flex-direction: row-reverse;
}
.hyosai #hyosai-lineup ul li.right .article {
  padding-left: 0px;
  padding-right: 4vw;
}
.hyosai #hyosai-lineup ul li .figure {
  width: 40%;
}
.hyosai #hyosai-lineup ul li .article {
  width: 60%;
  box-sizing: border-box;
  padding-left: 4vw;
  color: #193b6b;
}
.hyosai #hyosai-lineup ul li .article .hyosai-box {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}
.hyosai #hyosai-lineup ul li .article .hyosai-box:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #e8b15c;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.hyosai #hyosai-lineup ul li .article .hyosai-box dl {
  display: flex;
  flex-wrap: wrap;
  font-size: min(1.2vw,18px);
  line-height: 1.6;
  width: 100%;
  margin-bottom: -30px;
}
.hyosai #hyosai-lineup ul li .article .hyosai-box dl dt {
  padding: 0 !important;
  margin: 0 !important;
  width: 9.5em;
  font-weight: 700;
  margin-bottom: 30px !important;
  -webkit-text-stroke: 0.5px #193b6b;
  text-stroke: 0.5px #193b6b;
}
.hyosai #hyosai-lineup ul li .article .hyosai-box dl dd {
  padding: 0 !important;
  margin: 0 !important;
  width: calc(100% - 9.5em);
  box-sizing: border-box;
  padding-left: 1em;
  margin-bottom: 30px !important;
}
.hyosai #hyosai-lineup ul li .article .hyosai-box dl dd.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .hyosai:has(#hyosai-float-bnr) #hyosai-lineup .hyosai-inner-m {
    padding-bottom: 160px;
  }
  .hyosai #hyosai-float-bnr {
    position: fixed;
    bottom: 0;
    right: -12px;
    max-width: 180px;
    z-index: 100;
  }
  .hyosai #hyosai-float-bnr a:hover {
    opacity: 1;
  }
  .hyosai #hyosai-mv .pc_none {
    display: block;
  }
  .hyosai #hyosai-mv .sp_none {
    display: none;
  }
  .hyosai #hyosai-mv .obi-common {
    padding: 10px 0 25px 5%;
    text-align: left;
  }
  .hyosai #hyosai-mv .obi-common img {
    width: 72%;
    max-width: 886px;
    display: inline-block;
  }
  .hyosai #hyosai-mv .obi-common img.pc_none {
    display: inline-block;
  }
  .hyosai #hyosai-mv .obi-common img.sp_none {
    display: none;
  }
  .hyosai #hyosai-mv .slide1 {
    background-color: #002d69;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .hyosai #hyosai-mv .slide1:after {
    display: none;
  }
  .hyosai #hyosai-mv .slide1 .pic {
    text-align: center;
  }
  .hyosai #hyosai-mv .slide1 .pic img {
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hyosai #hyosai-mv .slide1 .obi {
    padding: 10px 0 25px 3%;
    text-align: left;
  }
  .hyosai #hyosai-mv .slide1 .obi img {
    width: 70%;
  }
  .hyosai #hyosai-mv .slide1 .hyosai-mv-obj {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .hyosai #hyosai-mv .slide1 .txt1 {
    position: absolute;
    top: 43%;
    left: 17%;
    width: 13%;
  }
  .hyosai #hyosai-mv .slide1 .obj {
    position: absolute;
    top: 75.5%;
    right: 18%;
    width: 15.2%;
  }
  .hyosai #hyosai-mv .slide1 .obj .txt2 {
    position: absolute;
    bottom: auto;
    top: -29%;
    left: 0;
    width: 100%;
  }
  .hyosai #hyosai-mv .slide2 {
    background-color: #002d69;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .hyosai #hyosai-mv .slide2:after {
    display: none;
  }
  .hyosai #hyosai-mv .slide2 .pic {
    text-align: center;
  }
  .hyosai #hyosai-mv .slide2 .pic img {
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hyosai #hyosai-mv .slide2 .obi {
    padding: 10px 0 25px 3%;
    text-align: left;
  }
  .hyosai #hyosai-mv .slide2 .obi img {
    width: 70%;
  }
  .hyosai #hyosai-mv .slide2 .hyosai-mv-obj {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .hyosai #hyosai-mv .slide2 .txt1 {
    position: absolute;
    top: 7%;
    left: 50%;
    width: 23%;
    transform: translateX(-50%);
  }
  .hyosai #hyosai-mv .slide2 .obj {
    position: absolute;
    top: 47.5%;
    right: 3%;
    width: 33%;
  }
  .hyosai #hyosai-mv .slide2 .obj .txt2 {
    width: 85%;
    margin: 0 auto 1%;
  }
  .hyosai #hyosai-mv .slide2 .obj .txt3 {
    margin: 0 auto -9%;
  }
  .hyosai #hyosai-mv .slide3 {
    background-color: #e8b15c;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .hyosai #hyosai-mv .slide3:after {
    display: none;
  }
  .hyosai #hyosai-mv .slide3 .pic {
    text-align: center;
  }
  .hyosai #hyosai-mv .slide3 .pic img {
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hyosai #hyosai-mv .slide3 .obi {
    padding: 10px 0 28px 3%;
    text-align: left;
  }
  .hyosai #hyosai-mv .slide3 .obi img {
    width: 65%;
  }
  .hyosai #hyosai-mv .slide3 .hyosai-mv-obj {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .hyosai #hyosai-mv .slide3 .txt1 {
    position: absolute;
    top: 0;
    left: 3%;
    width: 25%;
  }
  .hyosai #hyosai-mv .slide3 .txt2 {
    position: absolute;
    top: 38.5%;
    left: 8.4%;
    width: 14%;
  }
  .hyosai #hyosai-mv .slide3 .obj {
    position: absolute;
    bottom: 0%;
    right: 2%;
    width: 33%;
  }
  .hyosai #hyosai-news {
    background: url(/hyosai1984/assets/img/news_bg_sp.jpg) no-repeat 50% bottom;
    background-size: cover;
    padding: 40px 0 50px;
    overflow: hidden;
  }
  .hyosai #hyosai-news .lead {
    font-size: min(7vw,60px);
    margin-bottom: 35px;
  }
  .hyosai #hyosai-news .bnr-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 55px;
  }
  .hyosai #hyosai-news .bnr-list li {
    box-shadow: 0px 0px 18px rgba(25, 59, 107, 0.6);
  }
  .hyosai #hyosai-news .bnr-list li a {
    display: block;
  }
  .hyosai #hyosai-news .bnr-list li a:hover {
    transform: scale(1);
  }
  .hyosai #hyosai-news h2 {
    width: 35%;
    margin: 0 auto 25px;
  }
  .hyosai #hyosai-news .news-slide-wrap .slide-nav.slide-next {
    left: calc(50% + 155px);
  }
  .hyosai #hyosai-news .news-slide-wrap .slide-nav.slide-prev {
    left: calc(50% - 155px);
  }
  .hyosai #hyosai-news .news-slide {
    overflow: hidden;
  }
  .hyosai #hyosai-news .news-slide .slick-track {
    display: flex;
  }
  .hyosai #hyosai-news .news-slide .slick-slide {
    height: auto !important;
  }
  .hyosai #hyosai-news .news-slide .slide-nav.slide-next:hover {
    margin-left: 0px;
  }
  .hyosai #hyosai-news .news-slide .slide-nav.slide-prev:hover {
    margin-left: 0px;
  }
  .hyosai #hyosai-news .news-slide .item {
    display: block;
    padding: 20px;
    width: 300px;
    box-sizing: border-box;
  }
  .hyosai #hyosai-news .news-slide .item:hover ~ .figure img {
    transform: scale(1);
  }
  .hyosai #hyosai-news .news-slide .item:after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #e8b15c;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
  .hyosai #hyosai-news .news-slide .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .hyosai #hyosai-news .news-slide .item .figure {
    width: 80%;
    margin: 0 auto 20px;
  }
  .hyosai #hyosai-news .news-slide .item .article {
    width: 100%;
    padding-left: 0px;
  }
  .hyosai #hyosai-news .news-slide .item .article h3 span:after {
    height: 4px;
  }
  .hyosai #hyosai-about .hyosai-inner-m {
    padding-top: 45px;
    max-width: 100%;
    display: block;
  }
  .hyosai #hyosai-about .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0px;
    white-space: nowrap;
  }
  .hyosai #hyosai-about .txt strong {
    margin: 15px 0;
  }
  .hyosai #hyosai-about .txt .logo {
    width: 85%;
    margin: 20px auto 0;
  }
  .hyosai #hyosai-about .img {
    width: 90%;
    margin: auto;
  }
  .hyosai #hyosai-about .obj {
    position: absolute;
    top: 150px;
    right: 0;
    width: 47%;
    mix-blend-mode: multiply;
  }
  .hyosai #hyosai-contents .hyosai-inner-m {
    padding: 45px 0 50px;
  }
  .hyosai #hyosai-contents .obj {
    display: none;
  }
  .hyosai #hyosai-contents .movie-list {
    display: block;
    margin-bottom: 40px;
  }
  .hyosai #hyosai-contents .movie-list li {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
  }
  .hyosai #hyosai-contents .movie-list li:last-child {
    margin-bottom: 0px;
  }
  .hyosai #hyosai-contents .movie-list li a:hover ~ .figure:before {
    transform: translate(-50%, -50%) scale(1);
  }
  .hyosai #hyosai-contents .movie-list li .article {
    margin-top: 10px;
  }
  .hyosai #hyosai-contents .btn-list li {
    margin-bottom: 25px;
  }
  .hyosai #hyosai-contents .btn-list li:last-child {
    margin-bottom: 0px;
  }
  .hyosai #hyosai-contents .btn-list li a {
    display: block;
    background: url(/hyosai1984/assets/img/bg.jpg);
    color: #fff;
    box-shadow: 0 0 20px rgba(25, 59, 107, 0.5);
    text-decoration: none;
  }
  .hyosai #hyosai-contents .btn-list li a:hover .figure img {
    transform: scale(1);
  }
  .hyosai #hyosai-contents .btn-list li .figure {
    width: 100%;
  }
  .hyosai #hyosai-contents .btn-list li .figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hyosai #hyosai-contents .btn-list li .article {
    width: 100%;
    padding: 15px 15px 20px;
  }
  .hyosai #hyosai-contents .btn-list li .article h3 {
    font-size: min(4.4vw,18px);
    -webkit-text-stroke: 0.5px #fff;
    text-stroke: 0.5px #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .hyosai #hyosai-contents .btn-list li .article h3 span:after {
    height: 4px;
  }
  .hyosai #hyosai-history .hyosai-inner-m {
    padding: 50px 0 50px;
  }
  .hyosai #hyosai-history .lead {
    margin-bottom: 40px;
    line-height: 2;
  }
  .hyosai #hyosai-history .lead .note {
    text-align: left;
    margin-top: 1.5em;
    line-height: 1.4;
  }
  .hyosai #hyosai-history .lead .year1 {
    position: absolute;
    top: 115%;
    left: 45%;
    width: 70%;
  }
  .hyosai #hyosai-history .obj {
    width: 60%;
  }
  .hyosai #hyosai-history .obj.year1 {
    right: 5%;
    top: 2.5em;
    width: 80%;
  }
  .hyosai #hyosai-history .obj.year2 {
    right: -15%;
    top: 0;
  }
  .hyosai #hyosai-history .obj.year3 {
    left: 42%;
    top: -0.5em;
  }
  .hyosai #hyosai-history .obj.year4 {
    left: 12%;
    top: 6em;
  }
  .hyosai #hyosai-history ul li {
    display: flex;
    margin-bottom: 10px;
    min-height: 180px;
  }
  .hyosai #hyosai-history ul li .year {
    width: 31%;
  }
  .hyosai #hyosai-history ul li .article {
    margin-left: -12%;
    width: 81%;
    padding-left: 10px;
    padding-top: 12%;
    z-index: 10;
    line-height: 1.6;
  }
  .hyosai #hyosai-history ul li .article.flex {
    display: block;
  }
  .hyosai #hyosai-history ul li .article .pic1 {
    width: 94%;
    float: none;
    margin-top: 10px;
    text-align: right;
  }
  .hyosai #hyosai-history ul li .article .pic1 img {
    width: 44%;
  }
  .hyosai #hyosai-history ul li .article .pic2 {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: right;
  }
  .hyosai #hyosai-history ul li .article .pic2 img {
    width: 46%;
  }
  .hyosai #hyosai-history ul li .article .pic3 {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: right;
  }
  .hyosai #hyosai-history ul li .article .pic3 img {
    width: 70%;
  }
  .hyosai #hyosai-history ul li .article .pic4 {
    width: 43%;
    position: absolute;
    top: 60%;
    left: -25%;
    transform: rotate(-4deg);
    z-index: 1;
  }
  .hyosai #hyosai-history ul li .article .pic5 {
    width: 46%;
    position: absolute;
    top: 55%;
    right: auto;
    left: -25%;
    transform: rotate(6deg);
    z-index: -1;
  }
  .hyosai #hyosai-history ul li .article .pic5.anime {
    opacity: 0;
    transform: rotate(0deg) scale(1.2);
  }
  .hyosai #hyosai-history ul li .article .pic5.anime.active {
    opacity: 1;
    transition: 0.5s all ease-out;
    transform: rotate(6deg) scale(1);
  }
  .hyosai #hyosai-ajiwai .hyosai-inner-m {
    padding: 50px 0 40px;
  }
  .hyosai #hyosai-ajiwai .hyosai-inner-m .obj {
    position: absolute;
    bottom: auto;
    top: 43%;
    left: -15%;
    z-index: -1;
    height: 21%;
    max-width: 150px;
  }
  .hyosai #hyosai-ajiwai .hyosai-inner-m .obj.obj2 {
    top: 65%;
    left: auto;
    right: -15%;
  }
  .hyosai #hyosai-ajiwai .flex {
    display: block;
    margin-bottom: 40px;
  }
  .hyosai #hyosai-ajiwai .flex .figure {
    width: 55%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .hyosai #hyosai-ajiwai .flex .figure img {
    width: 100%;
  }
  .hyosai #hyosai-ajiwai .flex .article {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  .hyosai #hyosai-ajiwai .pop-list {
    display: block;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .hyosai #hyosai-ajiwai .pop-list li {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop1 img {
    width: 75%;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop2 {
    text-align: right;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop2 img {
    width: 85%;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop3 img {
    width: 70%;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop4 {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop4 img {
    width: 50%;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop4 img.pop4_1 {
    width: 42%;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop4 img.pop4_2 {
    display: inline-block;
    margin-bottom: 25px;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop5 {
    display: none;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop6 {
    text-align: right;
  }
  .hyosai #hyosai-ajiwai .pop-list li.pop6 img {
    width: 85%;
  }
  .hyosai #hyosai-ajiwai .note {
    text-align: left;
  }
  .hyosai #hyosai-enjoy {
    background: url(/hyosai1984/assets/img/enjoy_bg_sp.jpg) no-repeat 50% bottom;
    background-size: cover;
    overflow: hidden;
  }
  .hyosai #hyosai-enjoy .hyosai-inner-m {
    padding: 50px 0;
  }
  .hyosai #hyosai-enjoy .lead {
    margin-bottom: 15px;
    line-height: 2;
  }
  .hyosai #hyosai-enjoy .lead strong {
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .hyosai #hyosai-enjoy .hyosai-pc {
    display: none;
  }
  .hyosai #hyosai-enjoy .hyosai-sp {
    display: block;
  }
  .hyosai #hyosai-enjoy .hyosai-sp .slick-track {
    display: flex;
  }
  .hyosai #hyosai-enjoy .hyosai-sp .enjoy-scroll {
    height: auto !important;
    align-items: end;
    position: relative;
  }
  .hyosai #hyosai-enjoy .hyosai-sp .enjoy-scroll .slide-nav {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .hyosai #hyosai-enjoy .hyosai-sp .enjoy-scroll .slide-nav:before {
    content: "";
    background: url(/hyosai1984/assets/img/arrow1.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hyosai #hyosai-enjoy .hyosai-sp .enjoy-scroll .slide-nav.slide-next {
    left: calc(50% + 155px);
    transform: translate(-50%, -50%) scale(-1, 1);
  }
  .hyosai #hyosai-enjoy .hyosai-sp .enjoy-scroll .slide-nav.slide-prev {
    left: calc(50% - 155px);
  }
  .hyosai #hyosai-enjoy .hyosai-sp ul {
    margin-left: 2.8%;
  }
  .hyosai #hyosai-enjoy .hyosai-sp ul li {
    position: relative;
    filter: brightness(40%);
    width: 300px;
  }
  .hyosai #hyosai-enjoy .hyosai-sp ul li.slick-current {
    filter: brightness(100%);
  }
  .hyosai #hyosai-lineup .hyosai-inner-m {
    padding: 45px 0 60px;
  }
  .hyosai #hyosai-lineup .obj {
    width: 62%;
  }
  .hyosai #hyosai-lineup .obj.obj1 {
    top: 30px;
    left: -13%;
  }
  .hyosai #hyosai-lineup .obj.obj2 {
    top: 45%;
    right: 3%;
    transform: translateY(-50%);
  }
  .hyosai #hyosai-lineup .obj.obj3 {
    top: auto;
    bottom: -30px;
    left: 7%;
    transform: translateY(0);
  }
  .hyosai #hyosai-lineup ul li {
    display: block;
    margin-bottom: 25px;
  }
  .hyosai #hyosai-lineup ul li.right {
    margin-bottom: 0px;
    flex-direction: row-reverse;
  }
  .hyosai #hyosai-lineup ul li.right .article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hyosai #hyosai-lineup ul li .figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .hyosai #hyosai-lineup ul li .figure img {
    width: 60%;
  }
  .hyosai #hyosai-lineup ul li .article {
    width: 100%;
    padding-left: 0px;
  }
  .hyosai #hyosai-lineup ul li .article .hyosai-box {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
    padding: 10px 20px;
  }
  .hyosai #hyosai-lineup ul li .article .hyosai-box:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
  .hyosai #hyosai-lineup ul li .article .hyosai-box dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    width: 100%;
    margin-bottom: -10px;
    font-size: min(2.7vw,13px);
  }
  .hyosai #hyosai-lineup ul li .article .hyosai-box dl dt {
    padding: 0 !important;
    margin: 0 !important;
    width: 9.5em;
    font-weight: 700;
    margin-bottom: 10px !important;
  }
  .hyosai #hyosai-lineup ul li .article .hyosai-box dl dd {
    padding: 0 !important;
    margin: 0 !important;
    width: calc(100% - 9.5em);
    padding-left: 1em;
    margin-bottom: 10px !important;
  }
}
.hyosai.page-shop #hyosai-mv {
  height: 100px;
  margin-top: -100px;
}
.hyosai.page-shop #hyosai-shop-mv {
  background: url(/hyosai1984/assets/img/shop/mv_bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}
.hyosai.page-shop #hyosai-shop-mv .hyosai-inner-s {
  max-width: 940px;
}
.hyosai.page-shop #hyosai-shop-mv:after {
  content: "";
  background: url(/hyosai1984/assets/img/shop/mv_bg2.png) repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hyosai.page-shop #hyosai-shop-mv h2 {
  margin-bottom: 60px;
}
.hyosai.page-shop #hyosai-shop-mv h2.anime {
  opacity: 0;
  transform: scale(0.7) translateY(50px);
}
.hyosai.page-shop #hyosai-shop-mv h2.anime.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: 0.5s all ease-out;
}
.hyosai.page-shop #hyosai-shop-mv .lead {
  line-height: 1.8;
  color: #193b6b;
  font-size: 32px;
  font-size: clamp(1.25rem, 1.7vw + 0.74rem, 2rem);
  margin-bottom: 30px;
}
.hyosai.page-shop #hyosai-shop-mv .txt {
  font-size: 18px;
  font-size: clamp(0.9375rem, 0.4vw + 0.8175rem, 1.125rem);
  color: #193b6b;
}
.hyosai.page-shop #hyosai-shop-mv .txt img {
  display: inline-block;
  float: right;
  width: 50%;
}
.hyosai.page-shop #hyosai-shop-mv .txt.anime img {
  opacity: 0;
  transform: scale(1.2) rotate(15deg);
  transition: 0.4s all ease-out;
  transition-delay: 0.7s;
}
.hyosai.page-shop #hyosai-shop-mv .txt.anime.active img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.hyosai.page-shop #hyosai-shop-mv .picture-sp {
  display: none;
}
.hyosai.page-shop #hyosai-shop-contents {
  background: url(/hyosai1984/assets/img/shop/contents_bg.jpg) repeat-y 50% 0 #193b6b;
  padding: 100px 0;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-inner-s {
  max-width: 900px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box {
  background: url(/hyosai1984/assets/img/shop/box_bg.jpg);
  padding: 50px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #193b6b;
  margin-bottom: 60px;
  box-shadow: 0 0 12px rgba(25, 59, 107, 0.5);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box:last-of-type {
  margin-bottom: 0px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 6px solid #193b6b;
  border-radius: 12px;
  z-index: -1;
  box-sizing: border-box;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .lead {
  font-weight: 700;
  line-height: 1.4;
  font-size: 28px;
  font-size: clamp(1.125rem, 1.4vw + 0.705rem, 1.75rem);
  margin-bottom: 30px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block {
  font-size: 15px;
  font-size: clamp(0.8125rem, 0.3vw + 0.7225rem, 0.9375rem);
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block br {
  display: block;
  margin-top: -1em;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-r .picture {
  width: 50%;
  float: right;
  padding: 0 0px 50px 50px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-r .picture small {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-r.f-no p {
  overflow: visible;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-no p {
  overflow: hidden;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-no .picture {
  overflow: hidden;
  clear: both;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.clear {
  clear: both;
  overflow: hidden;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb40 .picture {
  padding-bottom: 40px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb0 {
  margin-bottom: 0px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb0 .picture {
  padding-bottom: 0px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb10 {
  margin-bottom: 0px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb10 .picture {
  padding-bottom: 10px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.overflow {
  overflow: hidden;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.mt00 {
  transform: translateY(-4em);
  margin-bottom: -4em;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.mt00 .picture {
  margin-top: 4em;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture {
  float: left;
  width: 50%;
  padding: 0 50px 40px 0;
  box-sizing: border-box;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture img {
  display: block;
  background-color: #fff;
  padding: 6px;
  box-shadow: 0 0 12px rgba(25, 59, 107, 0.5);
  box-sizing: border-box;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture small {
  font-size: 13px;
  font-size: clamp(0.6875rem, 0.3vw + 0.5975rem, 0.8125rem);
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture.dummy {
  padding-bottom: 0px;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture.dummy img {
  box-shadow: none;
  background: none;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block p {
  margin-bottom: 40px;
  font-size: 15px;
  font-size: clamp(0.8125rem, 0.3vw + 0.7225rem, 0.9375rem);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .note {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
  font-size: 90%;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block:has(.in-box) .block2 {
  overflow: hidden;
  padding-left: 10px;
  transform: translateX(-10px);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box {
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid #193b6b;
  padding: 10px 15px 15px;
  line-height: 1.6;
  margin-top: 30px;
  box-shadow: 0 0 12px rgba(25, 59, 107, 0.5);
  font-size: 13px;
  font-size: clamp(0.6875rem, 0.3vw + 0.5975rem, 0.8125rem);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box h3 {
  margin: 0 0 15px;
  line-height: 1;
  transform: translateX(-50px);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box h3 span {
  display: inline-block;
  background-color: #193b6b;
  color: #fff;
  padding: 10px 40px 10px 50px;
  position: relative;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box h3 span:after {
  content: "";
  background: url(/hyosai1984/assets/img/shop/icon_memo.png) no-repeat;
  width: 49px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box h4 {
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 18px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box .inbox-time {
  display: flex;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .txt {
  margin-bottom: 50px;
  font-size: 15px;
  font-size: clamp(0.8125rem, 0.3vw + 0.7225rem, 0.9375rem);
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .writing {
  text-align: right;
  font-weight: 700;
  font-size: 13px;
  font-size: clamp(0.5625rem, 0.6vw + 0.3825rem, 0.8125rem);
}

@media screen and (max-width: 768px) {
  .hyosai.page-shop #hyosai-mv {
    height: 60px;
    margin-top: -60px;
  }
  .hyosai.page-shop #hyosai-shop-mv {
    padding: 30px 0 50px;
  }
  .hyosai.page-shop #hyosai-shop-mv .hyosai-inner-s {
    max-width: 100%;
  }
  .hyosai.page-shop #hyosai-shop-mv:after {
    content: "";
    background: url(/hyosai1984/assets/img/shop/mv_bg2_sp.png) repeat 50% 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .hyosai.page-shop #hyosai-shop-mv h2 {
    margin-bottom: 30px;
  }
  .hyosai.page-shop #hyosai-shop-mv .lead {
    margin-bottom: 0px;
  }
  .hyosai.page-shop #hyosai-shop-mv .txt img {
    display: none;
  }
  .hyosai.page-shop #hyosai-shop-mv .picture-sp {
    display: block;
    margin-bottom: 10px;
  }
  .hyosai.page-shop #hyosai-shop-mv .picture-sp.anime img {
    opacity: 0;
    transform: scale(1.2) rotate(15deg);
    transition: 0.4s all ease-out;
    transition-delay: 0.7s;
  }
  .hyosai.page-shop #hyosai-shop-mv .picture-sp.anime.active img {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  .hyosai.page-shop #hyosai-shop-contents {
    background: url(/hyosai1984/assets/img/shop/contents_bg.jpg) repeat-y 50% 0 #193b6b;
    background-size: 110%;
    padding: 50px 0;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-inner-s {
    max-width: 100%;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 40px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box:last-of-type {
    margin-bottom: 0px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: 3px solid #193b6b;
    border-radius: 6px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .lead {
    margin-bottom: 20px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block {
    margin-bottom: 0px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-r .picture {
    width: 100%;
    float: none;
    padding: 0 0px 15px 0px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-r .picture small {
    display: block;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-no p {
    overflow: hidden;
    display: block;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.clear {
    clear: both;
    overflow: hidden;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb40 .picture {
    padding-bottom: 20px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb0 {
    margin-bottom: 0px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb0 .picture {
    padding-bottom: 20px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb10 {
    margin-bottom: 0px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.pb10 .picture {
    padding-bottom: 20px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.overflow {
    overflow: hidden;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.mt00 {
    transform: translateY(0);
    margin-bottom: 0;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.mt00 .picture {
    margin-top: 0;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture {
    float: none;
    width: 100%;
    padding: 0 0px 15px 0;
    box-sizing: border-box;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture img {
    display: block;
    padding: 4px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .picture.dummy {
    display: none;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block p {
    margin-bottom: 20px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .note {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
    font-size: 90%;
    margin-top: -1em;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .note:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block:has(.in-box) .block2 {
    overflow: hidden;
    padding-left: 10px;
    transform: translateX(-10px);
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box {
    padding: 10px 10px 10px;
    margin-top: 20px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box.mt0 {
    margin-top: 0px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box h3 {
    margin: 0 0 10px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block .in-box h4 {
    margin: 0 0 5px;
  }
  .hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .txt {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */