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

RESET

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

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

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

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

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

.nomigotae {
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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";
}
.nomigotae .nomigotae-inner {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.nomigotae .nomigotae-inner-m {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.nomigotae .nomigotae-inner-s {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .nomigotae-inner,
  .nomigotae-inner-m {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 1000px) {
  .nomigotae-inner-s {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 768px) {
  .nomigotae {
    line-height: 1.8;
    min-width: 100%;
  }
  .nomigotae .nomigotae-inner,
  .nomigotae .nomigotae-inner-m,
  .nomigotae .nomigotae-inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .nomigotae .nomigotae img {
    width: 100%;
    display: block;
    line-height: 1;
  }
}
/*---------------------------
		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;
}

.nomigotae #nomigotae-mv {
  background-color: #ecdc31;
  padding: 0 1%;
}
.nomigotae #nomigotae-mv .nomigotae-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 2000px;
  padding: 0 !important;
}
.nomigotae #nomigotae-mv .mv-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: url(/nomigotae_tyomutou/assets/img/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.nomigotae #nomigotae-mv .mv-img img {
  display: none;
}
.nomigotae #nomigotae-mv .mv-text-l {
  width: 40.6%;
  box-sizing: border-box;
  padding-bottom: 9vw;
}
.nomigotae #nomigotae-mv .mv-text-l span {
  display: block;
}
.nomigotae #nomigotae-mv .mv-text-l span.mv-text-l-1 {
  margin-bottom: -3%;
}
.nomigotae #nomigotae-mv .mv-text-l span.mv-text-l-2 {
  margin-bottom: -3.5%;
}
.nomigotae #nomigotae-mv .mv-text-r {
  width: 46.9%;
}
.nomigotae #nomigotae-mv .mv-text-r span {
  display: block;
}
.nomigotae #nomigotae-mv .mv-text-r span.mv-text-3 {
  width: 64.5%;
  margin-top: 2%;
  margin-left: 35.5%;
}
.nomigotae #nomigotae-mv .note {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 16%;
  line-height: 1;
}
.nomigotae #nomigotae-mv.mv-anime .mv-img {
  opacity: 0;
  filter: brightness(120%);
  transform: scale(1.3) translateX(-50%);
  transform-origin: left bottom;
}
.nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-1 {
  opacity: 0;
  transform: translateX(100px);
}
.nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-2 {
  opacity: 0;
  transform: translateX(100px);
}
.nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-3 {
  opacity: 0;
  transform: translateX(100px);
}
.nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-4 {
  opacity: 0;
  transform: translateY(10px);
}
.nomigotae #nomigotae-mv.mv-anime .mv-text-r span.mv-text-2 {
  opacity: 0;
  transform: scale(1.5);
}
.nomigotae #nomigotae-mv.mv-anime .mv-text-r span.mv-text-3 {
  opacity: 0;
  transform: translateY(-50px);
}
.nomigotae #nomigotae-mv.mv-anime .note {
  opacity: 0;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-img {
  opacity: 1;
  transform: scale(1) translateX(-50%);
  filter: brightness(100%);
  transition: 0.2s all ease-in;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-1 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.2s all ease-out;
  transition-delay: 0.4s;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-2 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.2s all ease-out;
  transition-delay: 0.5s;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-3 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.2s all ease-out;
  transition-delay: 0.6s;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-4 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s all ease-out;
  transition-delay: 0.9s;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-text-r span.mv-text-2 {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
  transition-delay: 1s;
}
.nomigotae #nomigotae-mv.mv-anime.active .mv-text-r span.mv-text-3 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s all ease-out;
  transition-delay: 1.4s;
}
.nomigotae #nomigotae-mv.mv-anime.active .note {
  opacity: 1;
  transition: 0.5s all ease-out;
  transition-delay: 1.6s;
}

@media screen and (max-width: 768px) {
  .nomigotae #nomigotae-mv {
    padding: 0 1%;
  }
  .nomigotae #nomigotae-mv .nomigotae-inner {
    display: block;
    max-width: 100%;
    padding: 0 !important;
  }
  .nomigotae #nomigotae-mv .mv-img {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    background: none;
  }
  .nomigotae #nomigotae-mv .mv-img img {
    display: block;
  }
  .nomigotae #nomigotae-mv .mv-text-l {
    width: 91%;
    box-sizing: border-box;
    padding-bottom: 0;
    position: absolute;
    top: 2%;
    left: 0;
  }
  .nomigotae #nomigotae-mv .mv-text-l span {
    display: block;
    line-height: 1;
  }
  .nomigotae #nomigotae-mv .mv-text-l span.mv-text-l-1 {
    margin-bottom: -3%;
  }
  .nomigotae #nomigotae-mv .mv-text-l span.mv-text-l-2 {
    margin-bottom: -3.5%;
  }
  .nomigotae #nomigotae-mv .mv-text-l span.mv-text-l-4 {
    width: 70%;
    margin-top: 1%;
  }
  .nomigotae #nomigotae-mv .mv-text-r {
    width: 35%;
    position: absolute;
    top: 26%;
    left: 63%;
  }
  .nomigotae #nomigotae-mv .mv-text-r span {
    display: block;
  }
  .nomigotae #nomigotae-mv .mv-text-r span.mv-text-3 {
    width: 100%;
    margin: 7% auto 0;
  }
  .nomigotae #nomigotae-mv .note {
    position: absolute;
    bottom: 62.5vw;
    left: 0;
    width: 61%;
    line-height: 1;
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-img {
    opacity: 0;
    filter: brightness(120%);
    transform: scale(1.3) translateX(0);
    transform-origin: center bottom;
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-1 {
    opacity: 0;
    transform: translateX(100px);
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-2 {
    opacity: 0;
    transform: translateX(100px);
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-3 {
    opacity: 0;
    transform: translateX(100px);
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-text-l span.mv-text-l-4 {
    opacity: 0;
    transform: translateY(10px);
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-text-r span.mv-text-2 {
    opacity: 0;
    transform: scale(1.5);
  }
  .nomigotae #nomigotae-mv.mv-anime .mv-text-r span.mv-text-3 {
    opacity: 0;
    transform: translateY(-50px);
  }
  .nomigotae #nomigotae-mv.mv-anime .note {
    opacity: 0;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-img {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: brightness(100%);
    transition: 0.2s all ease-in;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-1 {
    opacity: 1;
    transform: translateX(0);
    transition: 0.2s all ease-out;
    transition-delay: 0.4s;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-2 {
    opacity: 1;
    transform: translateX(0);
    transition: 0.2s all ease-out;
    transition-delay: 0.5s;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-3 {
    opacity: 1;
    transform: translateX(0);
    transition: 0.2s all ease-out;
    transition-delay: 0.6s;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-text-l span.mv-text-l-4 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s all ease-out;
    transition-delay: 0.9s;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-text-r span.mv-text-2 {
    opacity: 1;
    transform: scale(1);
    transition: 0.2s all ease-out;
    transition-delay: 1s;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .mv-text-r span.mv-text-3 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s all ease-out;
    transition-delay: 1.4s;
  }
  .nomigotae #nomigotae-mv.mv-anime.active .note {
    opacity: 1;
    transition: 0.5s all ease-out;
    transition-delay: 1s;
  }
}
.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 .txt a {
  color: #193b6b;
  text-decoration: underline;
}
.hyosai.page-shop #hyosai-shop-mv .txt a:hover {
  text-decoration: none;
}
.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);
  /*.pc_br{
    display: block !important;
  }
  .sp_br{
    display: none !important;
  }*/
}
.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.f-no2 p {
  overflow: hidden;
}
.hyosai.page-shop #hyosai-shop-contents .hyosai-shop-contents-box .hyosai-shop-contents-block.f-no2 .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 p small {
  font-size: 90%;
  line-height: 1.6;
  margin-bottom: 1em;
  display: inline-block;
}
.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 .hyosai-shop-contents-block .in-box .inbox-time .ttl {
  white-space: nowrap;
}
.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;
    /*.pc_br{
      display: none !important;
    }
    .sp_br{
      display: block !important;
    }*/
  }
  .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;
  }
}
.hyosai.renew202601 #hyosai-float-bnr {
  position: fixed;
  bottom: 20px;
  right: auto;
  left: 25px;
  width: 16%;
  min-width: 200px;
  max-width: 300px;
  z-index: 100;
  display: block;
}
.hyosai.renew202601 #hyosai-float-bnr a {
  transition: 0.5s all;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
}
.hyosai.renew202601 #hyosai-float-bnr a:hover {
  opacity: 1;
  filter: brightness(120%);
}
.hyosai.renew202601 #hyosai-float-bnr .bnr-close {
  position: absolute;
  top: -8%;
  right: -6%;
  width: 10%;
  cursor: pointer;
  transition: 0.2s all;
}
.hyosai.renew202601 #hyosai-float-bnr .bnr-close:hover {
  transform: scale(1.1);
}
.hyosai.renew202601 #hyosai-mv .slick-track {
  display: flex;
}
.hyosai.renew202601 #hyosai-mv .slide2-re {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(/hyosai1984/assets/img/2026_01_mv2.jpg) no-repeat 50% 0 #163461;
  background-size: auto 100%;
}
.hyosai.renew202601 #hyosai-cpbnr {
  background: url(/hyosai1984/assets/img/2026_01_cpbnr_bg.jpg) no-repeat 50% 50% #cb8e20;
  background-size: auto 100%;
}
.hyosai.renew202601 #hyosai-cpbnr .hyosai-inner-m {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.hyosai.renew202601 #hyosai-cpbnr .hyosai-inner-m p {
  box-sizing: border-box;
  padding-right: 30px;
}
.hyosai.renew202601 #hyosai-cpbnr .hyosai-inner-m a {
  display: inline-block;
}
.hyosai.renew202601 #hyosai-cpbnr .hyosai-inner-m a img {
  display: inline-block;
  transition: 0.3s all ease-out;
}
.hyosai.renew202601 #hyosai-cpbnr .hyosai-inner-m a img:hover {
  transform: scale(1.1);
}
.hyosai.renew202601 #hyosai-cpbnr.anime p {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.hyosai.renew202601 #hyosai-cpbnr.anime a {
  opacity: 0;
  transform: scale(1.3);
}
.hyosai.renew202601 #hyosai-cpbnr.anime.active p {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.5s all ease-out;
}
.hyosai.renew202601 #hyosai-cpbnr.anime.active a {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
  transition-delay: 0.5s;
}
.hyosai.renew202601 #hyosai-cpbnr-sp {
  display: none;
}
.hyosai.renew202601 #hyosai-news {
  background: url(/hyosai1984/assets/img/2026_01_news_bg.jpg) no-repeat 50% bottom;
  background-size: cover;
  padding: 77px 0 160px;
}
.hyosai.renew202601 #hyosai-news .lead {
  white-space: nowrap;
}
.hyosai.renew202601 #hyosai-contents .btn-list li {
  align-items: center;
}
.hyosai.renew202601 #hyosai-contents .btn-list li .figure {
  position: relative;
  background-color: #002966;
}
.hyosai.renew202601 #hyosai-contents .btn-list li .figure span {
  padding: 1vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hyosai.renew202601 #hyosai-ajiwai .flex .figure img {
  width: 75%;
}
.hyosai.renew202601 #hyosai-ajiwai .flex .article {
  width: 55%;
  line-height: 1.6;
}
.hyosai.renew202601 #hyosai-ajiwai .flex .article small {
  text-align: left;
}
.hyosai.renew202601 #hyosai-lineup {
  padding: 0 !important;
}
.hyosai.renew202601 #hyosai-lineup .hyosai-inner-m {
  max-width: 1020px;
}
.hyosai.renew202601 #hyosai-lineup ul {
  display: flex;
  align-items: flex-start !important;
}
.hyosai.renew202601 #hyosai-lineup ul li {
  display: block;
  margin-bottom: 0px;
  align-items: end;
  width: 44%;
  overflow: hidden;
  margin-inline: auto;
}
.hyosai.renew202601 #hyosai-lineup ul li.right {
  margin-bottom: 0px;
}
.hyosai.renew202601 #hyosai-lineup ul li.right .article {
  padding-left: 0px;
  padding-right: 0;
}
.hyosai.renew202601 #hyosai-lineup ul li .figure {
  width: 80%;
  margin: 0 auto 40px;
}
.hyosai.renew202601 #hyosai-lineup ul li .article {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  color: #193b6b;
  padding: 20px !important;
}
.hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box {
  box-shadow: 0px 0px 18px rgba(25, 59, 107, 0.3);
}
.hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  flex-wrap: wrap;
  line-height: 1.6;
  width: 100%;
  margin-bottom: -30px;
}
.hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl dt {
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  font-weight: 700;
  margin-bottom: 30px !important;
  -webkit-text-stroke: 0.5px #193b6b;
  text-stroke: 0.5px #193b6b;
  text-align: right;
  box-sizing: border-box;
  padding-right: 1em !important;
  white-space: nowrap;
  font-size: clamp(12px, 0.95vw, 16px);
}
.hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl dd {
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  box-sizing: border-box;
  padding-left: 1em;
  margin-bottom: 30px !important;
  font-size: clamp(12px, 0.95vw, 16px);
}
.hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl dd.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .hyosai.renew202601 #hyosai-float-bnr {
    position: fixed;
    bottom: 10px;
    right: auto;
    left: 3%;
    width: 26%;
    min-width: 120px;
    max-width: 300px;
    z-index: 100;
    display: block;
  }
  .hyosai.renew202601 #hyosai-float-bnr a {
    transition: 0.5s all;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  }
  .hyosai.renew202601 #hyosai-float-bnr a:hover {
    opacity: 1;
    filter: brightness(100%);
  }
  .hyosai.renew202601 #hyosai-float-bnr .bnr-close {
    position: absolute;
    top: -13%;
    right: -10%;
    width: 15%;
    cursor: pointer;
    transition: 0.2s all;
  }
  .hyosai.renew202601 #hyosai-float-bnr .bnr-close:hover {
    transform: scale(1);
  }
  .hyosai.renew202601 #hyosai-mv .slide2-re {
    background: none;
  }
  .hyosai.renew202601 #hyosai-cpbnr {
    display: none;
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp {
    display: block;
    background: url(/hyosai1984/assets/img/2026_01_cpbnr_bg_sp.jpg) no-repeat 50% 50% #cb8e20;
    background-size: auto 100%;
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp .hyosai-inner-m {
    display: block;
    padding: 10px 0 25px;
    position: relative;
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp .hyosai-inner-m p {
    box-sizing: border-box;
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp .hyosai-inner-m a {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 4%;
    width: 37%;
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp.anime p {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp.anime a {
    opacity: 0;
    transform: scale(1.3);
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp.anime.active p {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    transition: 0.5s all ease-out;
  }
  .hyosai.renew202601 #hyosai-cpbnr-sp.anime.active a {
    opacity: 1;
    transform: scale(1);
    transition: 0.2s all ease-out;
    transition-delay: 0.5s;
  }
  .hyosai.renew202601 #hyosai-news {
    background: url(/hyosai1984/assets/img/2026_01_news_bg_sp.jpg) no-repeat 50% bottom;
    background-size: cover;
    padding: 40px 0 140px;
  }
  .hyosai.renew202601 #hyosai-contents .btn-list li .figure span {
    padding: 0;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .hyosai.renew202601 #hyosai-ajiwai .flex .figure img {
    width: 100%;
  }
  .hyosai.renew202601 #hyosai-ajiwai .flex .article {
    width: 100%;
  }
  .hyosai.renew202601 #hyosai-enjoy .hyosai-sp ul li.box2 img {
    display: inline-block;
    transform: translateY(-5%);
  }
  .hyosai.renew202601 #hyosai-lineup .hyosai-inner-m {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 100px !important;
  }
  .hyosai.renew202601 #hyosai-lineup ul {
    display: block;
  }
  .hyosai.renew202601 #hyosai-lineup ul li {
    display: block;
    margin-bottom: 0px;
    align-items: end;
    width: 100%;
    overflow: hidden;
    margin-inline: auto;
  }
  .hyosai.renew202601 #hyosai-lineup ul li.right {
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .hyosai.renew202601 #hyosai-lineup ul li.right .article {
    padding-left: 0px;
    padding-right: 0;
  }
  .hyosai.renew202601 #hyosai-lineup ul li .figure {
    width: 80%;
    margin: 0 auto 20px;
  }
  .hyosai.renew202601 #hyosai-lineup ul li .article {
    padding: 5px !important;
    text-align: center;
  }
  .hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box {
    padding: 20px 15px;
    box-shadow: 0px 0px 10px rgba(25, 59, 107, 0.1);
    display: inline-block;
  }
  .hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl {
    line-height: 1.6;
    width: 100%;
    margin-bottom: -10px !important;
  }
  .hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl dt {
    margin-bottom: 10px !important;
    font-size: clamp(9px, 3.3vw, 15px);
  }
  .hyosai.renew202601 #hyosai-lineup ul li .article .hyosai-box dl dd {
    margin-bottom: 10px !important;
    white-space: nowrap;
    text-align: left;
    font-size: clamp(9px, 3.3vw, 15px);
  }
}