@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
/*リセット*/
ol {
  margin: 0;
}
img {
  max-width: 100%
}
.breadcrumb__item span, .breadcrumb__item a {
  font-size: 11px;
  display: block;
}
.main *::before, .main *::after {
  box-sizing: border-box;
}
.main a:focus {
  outline: 0;
}
.main figure {
  margin: 0;
}
.main .button.button--type-round {
  border-radius: 2rem;
}
.main .button[class*='--icon-'] {
  line-height: 1.4;
  padding: 1rem 2.5rem;
  background: no-repeat right calc(4rem / 16) center / 2rem;
}
.is-pc .main .button[class*='--icon-']:hover {
  background-color: #e2e2e2;
}
.main .button.button--icon-blank {
  background-image: url("https://www.his-j.com/cmn/icon/icon_blank.svg");
}
/* 「impコンセプト紹介」 専用CSS */
.main {
  font-family: "Noto Sans JP", "HiraKakuPro", sans-serif;
  color: #333;
  line-height: calc(28 / 16);
  overflow-x: hidden;
}
.section__wrapper {
  position: relative;
}
.section__wrapper + .section__wrapper::before {
  content: "";
  display: block;
  width: calc(651vw / (750 / 100));
  max-width: 780px;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #000, #000 1px, transparent 1px, transparent 4px);
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
[class*="__wrapper"] > [class*="__inner"] {
  width: calc(720vw / (750 / 100));
  margin: auto;
}
.section__title {
  display: flex;
  align-items: center;
}
.section__title--logo {
  margin-right: calc(20rem / 16);
}
/*★ MV ★*/
.mv__wrapper {
  background: no-repeat center center / cover;
}
.mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.mv__title {
  font-weight: 700;
  line-height: calc(90 / 72);
}
.mv__text {
  margin-top: 1em;
}
/*★ secnavi ★*/
.secnavi__title {
  text-align: center;
  margin-bottom: 1.5em;
}
.secnavi__list {
  display: flex;
  flex-wrap: wrap;
}
.secnavi__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.secnavi__item--link {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.is-pc .secnavi__item--link {
  transition: all .4s;
}
.is-pc .secnavi__item--link:hover {
  text-decoration: underline;
}
.secnavi__item--link > [class*="secnavi__item--"] {
  display: block;
}
.secnavi__item--icon {
  margin: auto;
  border-radius: 100%;
  background: no-repeat center center / cover;
}
.is-daimankitsu .secnavi__item--icon {
  background-image: url("../images/navi_icon_photo_daimankitsu.png");
}
.is-kodawari .secnavi__item--icon {
  background-image: url("../images/navi_icon_photo_kodawar.png");
}
.is-akogare .secnavi__item--icon {
  background-image: url("../images/navi_icon_photo_akogare.png");
}
.is-otoku .secnavi__item--icon {
  background-image: url("../images/navi_icon_photo_otoku.png");
}
.is-omakase .secnavi__item--icon {
  background-image: url("../images/navi_icon_photo_omakase.png");
}
.is-pc .secnavi__item--icon--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
  position: relative;
}
.is-pc .secnavi__item--icon--inner::after {
  content: "";
  width: 40px;
  height: 20px;
  background: url("https://www.his-j.com/cmn/icon/icon_arrow_down_white.svg") no-repeat center center / cover;
  position: absolute;
  bottom: 10px;
}
.is-pc .secnavi__item--icon--inner img {
  max-width: 70%;
}
.is-pc .is-daimankitsu .secnavi__item--icon--inner {
  background: rgba(12, 111, 159, .5);
}
.is-pc .is-kodawari .secnavi__item--icon--inner {
  background: rgba(140, 96, 166, .5);
}
.is-pc .is-akogare .secnavi__item--icon--inner {
  background: rgba(231, 64, 132, .5);
}
.is-pc .is-otoku .secnavi__item--icon--inner {
  background: rgba(144, 195, 31, .5);
}
.is-pc .is-omakase .secnavi__item--icon--inner {
  background: rgba(241, 139, 29, .5);
}
.is-pc .secnavi__item--link:hover .secnavi__item--icon--inner {
  opacity: 1;
}
/*★ Introduction ★*/
.Introduction__detail--title--text {
  display: inline-block;
  border-bottom: 1px solid;
}
.Introduction__detail--title:not(:first-child) {
  margin-top: 2em;
}
.Introduction__detail--text {
  margin: .25em .5em;
}
.Introduction__detail--tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(40rem / 16);
}
.Introduction__detail--tag--item {
  padding: .5em 1em;
  color: #fff;
  line-height: 1.4;
  background: #343434;
  margin-right: .5em;
}
/*★ product ★*/
.product__title {
  text-align: center;
}
.product__comingsoon {
  background: #f3f3f3;
  padding: 1rem;
  height: calc(200vw / (750 / 100));
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: calc(18em / 16);
}
.product__list.js-gridCarousel:not(.slick-slider) .grid-col4 {
  display: none;
}
.product__list.js-gridCarousel:not(.slick-slider)::before {
  content: "商品読み込み中…";
  width: 100%;
  text-align: center;
  color: #888;
  padding-bottom: 1rem;
}
.product .slick-track {
  display: flex;
}
.product .slick-track:before, .product .slick-track:after {
  content: none;
}
.product .slick-slide {
  float: none;
  margin: 0;
  height: auto;
}
.product .grid-col4 {
  padding: 0;
  box-shadow: 0 2px 3px 1px #cac6c6;
  border-radius: 4px;
  position: relative;
}
.product .grid-col4::before {
  content: "";
  display: block;
  background: no-repeat 0 0 / contain;
  position: absolute;
  z-index: 1;
}
#daimankitsu .product .grid-col4::before {
  background-image: url("../images/daimankitsu_tag.png");
}
#kodawari .product .grid-col4::before {
  background-image: url("../images/kodawari_tag.png");
}
#akogare .product .grid-col4::before {
  background-image: url("../images/akogare_tag.png");
}
#otoku .product .grid-col4::before {
  background-image: url("../images/otoku_tag.png");
}
#omakase .product .grid-col4::before {
  background-image: url("../images/omakase_tag.png");
}
.product .grid-col__link {
  /*transition: opacity .25s ease-out;*/
  transition: none;
}
.product .imgContainer--full {
  background: no-repeat right bottom;
  background-size: cover;
  margin-bottom: .5rem;
}
.product .grid-col__body, .product .text--smallPrice {
  font-size: calc(12rem / 16);
}
.product .grid-col__body {
  padding: 0 .65rem 1rem;
}
.product .heading--md {
  font-size: calc(15rem / 16);
  line-height: 1.4;
}
.product .text--price, .product .text--smallPrice {
  line-height: 1.2;
  padding: 0 .65rem;
  text-align: right;
}
.product .text--price {
  font-size: calc(18rem / 16);
  padding-bottom: .25rem;
}
.product .text--smallPrice {
  padding-bottom: 1rem;
}
.product .gridCarousel__dots {
  display: none !important;
}
/*★ search ★*/
#search.section__wrapper::before {
  content: none;
}
/* == PC ========================== */
@media (min-width:861px) {
  html {
    font-size: 16px;
  }
  .main {
    padding-bottom: 70px;
  }
  .section__wrapper {
    padding-top: 60px;
  }
  .section__wrapper + .section__wrapper {
    margin-top: 80px;
  }
  [class*="__wrapper"] > [class*="__inner"] {
    max-width: 992px;
  }
  .section__title {
    justify-content: center;
    margin-bottom: 45px;
  }
  .section__title--text {
    font-size: 36px;
  }
  /*★ MV ★*/
  .mv__wrapper {
    background-image: url("../images/mv_photo_pc.jpg");
  }
  .mv__inner {
    height: 400px;
  }
  .mv__title {
    font-size: 72px;
  }
  .mv__text {
    font-size: 24px;
  }
  /*★ secnavi ★*/
  #secnavi {
    margin: 60px 0 30px;
  }
  .secnavi__list {
    justify-content: space-between;
    margin-bottom: 60px !important;
  }
  .secnavi__item--icon {
    width: 147px;
    height: 147px;
  }
  .secnavi__item--text {
    font-size: 18px;
    margin-top: 10px;
  }
  .fixednavi__list {
    display: none;
  }
  /*★ Introduction ★*/
  .Introduction {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .Introduction__photo {
    width: 420px;
  }
  .Introduction__detail {
    width: calc(100% - 420px - 20px);
  }
  .Introduction__detail--title {
    font-size: 22px;
  }
  .Introduction__detail--tag--item {
    font-size: 14px;
  }
  /*★ product ★*/
  .product {
    margin-top: 80px;
  }
  .product__title {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .product .slick-slider {
    padding: 0 26px;
  }
  .product .slick-arrow {
    transition: .25s;
    opacity: .5;
  }
  .product .slick-arrow:hover {
    opacity: 1;
  }
  .product .gridCarousel__nextArrow, .product .gridCarousel__prevArrow {
    width: 20px;
    height: 50px;
    padding: 0;
    background: url("https://www.his-j.com/cmn/icon/icon_arrow_left.svg") no-repeat center center;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product .gridCarousel__nextArrow::after, .product .gridCarousel__prevArrow::after {
    content: none;
  }
  .product .gridCarousel__prevArrow {
    left: 0;
  }
  .product .gridCarousel__nextArrow {
    right: 0;
    transform: rotate(180deg);
  }
  .product .grid-col4 {
    margin: 5px 7px;
  }
  .product .grid-col4::before {
    width: 100px;
    height: 35px;
    top: -5px;
    left: -5px;
  }
  .product .imgContainer--full {
    height: 150px;
  }
  .product__button {
    margin-top: 20px;
  }
  /*★ search ★*/
  #search.section__wrapper {
    margin-top: 100px;
  }
  #search .section__title--text {
    font-size: 28px;
  }
}
/* == SP ========================== */
@media (max-width:860px) {
  html {
    font-size: calc(26vw / (750 / 100));
  }
  .main {
    padding-bottom: calc(100vw / (750 / 100));
  }
  .section__wrapper {
    padding-top: calc(160vw / (750 / 100));
  }
  .section__wrapper + .section__wrapper {
    margin-top: calc(160vw / (750 / 100));
  }
  .section__title {
    margin-bottom: calc(20vw / (750 / 100));
  }
  .section__title--text {
    font-size: calc(48vw / (750 / 100));
  }
  .section__title--logo {
    width: calc(106vw / (750 / 100));
  }
  #daimankitsu .section__title--logo {
    width: calc(121vw / (750 / 100));
  }
  /*★ MV ★*/
  .mv__wrapper {
    background-image: url("../images/mv_photo_sp.jpg");
  }
  .mv__inner {
    height: calc(480vw / (750 / 100));
  }
  .mv__title {
    font-size: calc(56vw / (750 / 100));
  }
  .mv__text {
    font-size: calc(28vw / (750 / 100));
  }
  /*★ secnavi ★*/
  #secnavi {
    margin-top: calc(60vw / (750 / 100));
  }
  .secnavi__list {
    justify-content: center;
    margin-top: calc(-40vw / (750 / 100)) !important;
    margin-bottom: calc(20vw / (750 / 100)) !important;
  }
  .secnavi__item {
    margin: calc(40vw / (750 / 100)) calc(25vw / (750 / 100));
    margin-bottom: 0;
  }
  .secnavi__item--icon {
    width: calc(180vw / (750 / 100));
    height: calc(180vw / (750 / 100));
  }
  .secnavi__item--text {
    font-size: calc(22vw / (750 / 100));
    margin-top: calc(10vw / (750 / 100));
  }
  .fixednavi__list {
    width: 100%;
    height: calc(140vw / (750 / 100));
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px calc(5vw / (750 / 100)) 0px 0px rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    top: calc(-150vw / (750 / 100));
    left: 0;
    z-index: 110;
    transition: top .4s;
  }
  .fixednavi__list.is-fixed {
    top: 0;
    transition: top .7s;
  }
  .fixednavi__list__item {
    width: calc(100% / 5);
    padding: calc(14vw / (750 / 100)) 0;
  }
  .fixednavi__list__item--link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }
  .fixednavi__list__item:not(:last-child) .fixednavi__list__item--link {
    border-right: 1px solid #222;
  }
  .fixednavi__list__item--link::after {
    content: "";
    width: calc(40vw / (750 / 100));
    height: calc(20vw / (750 / 100));
    background: url("https://www.his-j.com/cmn/icon/icon_arrow_down.svg") no-repeat center center / cover;
  }
  .is-akogare .fixednavi__list__item--icon {
    width: calc(58vw / (750 / 100));
  }
  .is-daimankitsu .fixednavi__list__item--icon {
    width: calc(51vw / (750 / 100));
  }
  .is-kodawari .fixednavi__list__item--icon {
    width: calc(47vw / (750 / 100));
  }
  .is-omakase .fixednavi__list__item--icon {
    width: calc(56vw / (750 / 100));
  }
  .is-otoku .fixednavi__list__item--icon {
    width: calc(44vw / (750 / 100));
  }
  .fixednavi__list__item--text {
    font-size: calc(22vw / (750 / 100));
    line-height: 1;
  }
  /*★ Introduction ★*/
  .Introduction__photo img {
    width: 100%;
  }
  .Introduction__photo + .Introduction__detail {
    margin-top: calc(30vw / (750 / 100));
  }
  /*★ product ★*/
  .product {
    margin-top: calc(100vw / (750 / 100));
  }
  .product__title {
    font-size: calc(40vw / (750 / 100));
    margin-bottom: calc(40vw / (750 / 100));
  }
  .product .gridCarousel__nextArrow, .product .gridCarousel__prevArrow {
    display: none !important;
  }
  .product .grid-col4 {
    margin: calc(20vw / (750 / 100)) calc(25vw / (750 / 100));
  }
  .product .grid-col4::before {
    width: calc(261vw / (750 / 100));
    height: calc(91vw / (750 / 100));
    top: calc(-20vw / (750 / 100));
    left: calc(-30vw / (750 / 100));
  }
  .product .imgContainer--full {
    height: calc(350vw / (750 / 100));
  }
  .product__button {
    margin-top: calc(40vw / (750 / 100));
  }
  .product__button--link {
    max-width: calc(430vw / (750 / 100));
  }
  /*★ search ★*/
  #search.section__wrapper {
    margin-top: calc(100vw / (750 / 100));
  }
  #search .section__title {
    display: block;
    text-align: center;
    margin-bottom: calc(30vw / (750 / 100));
  }
  #search .section__title--text {
    font-size: calc(40vw / (750 / 100));
  }
}
/* == 検索ボックス ========================== */
/* searchModule.min.css リセット*/
.rn-searchMod__label::after, .rn-searchMod__label::before {
  font-size: 10px;
}
.rn-searchMod__toggle {
  font-size: 14px;
}
.rn-searchMod__formSection {
  font-size: 12px;
}
.rn-searchMod__buttonSearch {
  font-size: 16px;
}
@media (min-width:741px) {
  /* searchModule.min.css リセット*/
  .rn-searchMod {
    width: 100%;
    display: block;
  }
  .rn-searchMod__navSection {
    margin-right: 0;
  }
  .rn-searchMod__navListItem {
    margin-bottom: 0;
  }
  .rn-searchMod__navListItem:not(:last-child) {
    margin-right: 8px;
  }
  .rn-searchMod__navList {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .rn-searchMod__navListButton {
    border-radius: 4px 4px 0 0;
    border: 1px solid #000;
  }
  .rn-searchMod__navListButton.active {
    border-bottom-color: #fff;
    margin-right: 0;
  }
  .rn-searchMod__formSection {
    width: 100%;
    min-height: auto;
    border: 1px solid #000;
    border-radius: 0;
    padding: 30px 40px;
    margin-top: -1px;
  }
  .rn-searchMod__inputField, .rn-searchMod__select {
    font-size: 14px;
  }
  /*SPのランドスケープ時用*/
  .rn-searchMod--ovs .rn-searchMod__navSection {
    background: none;
  }
  .rn-searchMod--ovs .rn-searchMod__navListItem:first-child, .rn-searchMod--ovs .rn-searchMod__navListItem--last {
    padding: 0;
  }
  .rn-searchMod--ovs .rn-searchMod__navListItem::after {
    width: calc(100% - 2px);
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width:740px) {
  #searchModSection {
    width: 100%;
  }
  /* searchModule.min.css リセット*/
  .rn-searchMod--ovs .rn-searchMod__navListButton, .rn-searchMod--dom .rn-searchMod__navListButton {
    font-size: 11px;
  }
  .rn-searchMod__inputField, .rn-searchMod__select {
    font-size: 13px;
  }
}