@charset "UTF-8";
.mv-wrap {
  background: url(/special/onihei/assets/img/top/bg_mv.png) repeat-x left 36.6%;
  background-size: auto 72.2%;
}
.mv-wrap .is-imgfit {
  width: 100%;
}
.mv-wrap a {
  display: block;
  text-align: center;
}
.mv-slider {
  position: relative;
}
.mv-slider .swiper-button-prev, .mv-slider .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  position: relative;
}
.mv-slider .swiper-button-prev i::before, .mv-slider .swiper-button-next i::before {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.mv-slider .swiper-button-prev:before, .mv-slider .swiper-button-next:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  z-index: -2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid #000;
  background: url(/special/onihei/assets/img/common/bg_gold.jpg) repeat;
}
.mv-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 18px;
}
.mv-slider .swiper-pagination-bullet {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background-color: #000;
}
.mv-slider .swiper-pagination-bullet-active {
  z-index: 1;
  -webkit-transform: scale(1.66) rotate(45deg);
          transform: scale(1.66) rotate(45deg);
  background-color: #E13F24;
}
.mv-slider .swiper-pageList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 24px;
}
.mv-slider .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.topnews-wrap {
  padding-bottom: 60px;
  background-color: #06001A;
  background-image: url(/special/onihei/assets/img/top/bg_news01_sp.png), url(/special/onihei/assets/img/top/bg_news02_sp.png);
  background-position: left 40px, left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.topnews-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.topnews-col {
  padding: 48px 16px;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.topnews-col:before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  top: -20px;
  left: -18px;
  width: 314px;
  height: 314px;
  opacity: 0.05;
  background: url(/special/onihei/assets/img/common/img_ornament01_gr.svg) no-repeat right top/100% auto;
}
.topnews-col .c-btn {
  margin-left: auto;
  margin-right: auto;
}
.topnews-ttl {
  margin-bottom: 32px;
}

.topabout-wrap {
  padding-top: 60px;
  padding-bottom: 32px;
  background: url(/special/onihei/assets/img/top/bg_about_sp.png) no-repeat 31.6666666667vw 196px/auto 534px;
}
.topabout-wrap p {
  line-height: 2.25;
}
.topabout-ttl {
  margin-bottom: 24px;
}
.topabout-list {
  margin-top: 20px;
}

.topshop-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
  background: url(/special/onihei/assets/img/top/bg_shop_sp.png) no-repeat right 196px/auto 535px;
}
.topshop-wrap p {
  line-height: 2.25;
}
.topshop-ttl {
  margin-bottom: 24px;
}
.topshop-grid__img {
  margin-top: 50px;
}

.topkawara-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
  background: url(/special/onihei/assets/img/top/bg_kawara_sp.png) no-repeat 31.6666666667vw 168px/auto 534px;
}
.topkawara-wrap p {
  line-height: 2.25;
}
.topkawara-ttl {
  margin-bottom: 24px;
}
.topkawara-list {
  margin-top: 20px;
}

.topaccess-wrap {
  padding-top: 32px;
  padding-bottom: 64px;
}
.topaccess-ttl {
  margin-bottom: 24px;
}

/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .topnews-wrap {
    padding-top: 28px;
  }
  .topnews-ttl img {
    width: auto;
    max-height: 29px;
  }

  .topabout-wrap .c-btnWrap img {
    width: auto;
    max-height: 19px;
  }
  .topabout-ttl img {
    width: auto;
    max-height: 41px;
  }
  .topabout-list > li + li {
    margin-top: 14px;
  }
  .topabout-charactor {
    margin-top: 34px;
    margin-left: 12px;
    width: 162px;
  }

  .topshop-wrap .c-btn img {
    width: auto;
    max-height: 19px;
  }
  .topshop-ttl img {
    width: auto;
    max-height: 41px;
  }
  .topshop-charactor {
    margin-top: 32px;
    margin-right: -16px;
    margin-left: auto;
    width: 104px;
  }

  .topkawara-ttl img {
    width: auto;
    max-height: 41px;
  }
  .topkawara-charactor {
    margin-top: 32px;
    margin-left: 10px;
    width: 94px;
  }
  .topkawara-list > li + li {
    margin-top: 14px;
  }

  .topaccess-wrap .c-btnWrap img {
    width: auto;
    max-height: 19px;
  }
  .topaccess-ttl img {
    width: auto;
    max-height: 41px;
  }
  .topaccess-charactor {
    margin: 28px 30px 0 auto;
    width: 98px;
  }
}
@media screen and (min-width: 650px) {
  .topabout-wrap {
    background-size: 100% auto;
  }

  .topshop-wrap {
    background-size: 100% auto;
  }

  .topkawara-wrap {
    background-size: 100% auto;
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
@media screen and (min-width: 768px) {
  .l-nav > li:nth-child(1) {
    background-image: url(/special/onihei/assets/img/common/bg_nav_01.png), url(/special/onihei/assets/img/common/bg_nav_03.png);
  }
  .l-nav > li:nth-child(1) > span::before, .l-nav > li:nth-child(1) > a::before {
    background: url(/special/onihei/assets/img/common/bg_nav_02.png) repeat-x left center;
  }
  .l-nav > li:nth-child(1) svg path {
    fill: #fff !important;
  }

  .mv-wrap {
    padding-bottom: 32px;
    background: url(/special/onihei/assets/img/top/bg_mv.png) repeat-x left 41.5%;
    background-size: auto min(70%, 474px);
  }
  .mv-wrap .is-imgfit {
    width: auto;
    height: 100%;
    max-height: min(100vh - 213px, 625px);
  }
  .mv-slider__item02 a::before {
    left: 58.2333%;
    bottom: 8.75%;
  }
  .mv-slider__item03 a::before {
    left: 54.0333%;
    bottom: 10.6666%;
  }
  .mv-slider__item04 a::before {
    left: 51.2%;
    bottom: 9.3666%;
  }
  .mv-slider__item05 a::before {
    left: 48.9333%;
    bottom: 7.2666%;
  }
  .mv-slider .swiper-wrapper {
    text-align: center;
  }
  .mv-slider .swiper-slide a {
    position: relative;
    display: inline-block;
  }
  .mv-slider .swiper-slide a::before {
    position: absolute;
    display: block;
    content: "";
    width: min(22.2222%, 320px);
    height: min(10.3333%, 62px);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    cursor: pointer;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .mv-slider .swiper-slide a:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mv-slider .swiper-pageList {
    z-index: 10;
    margin: 0 auto;
    pointer-events: none;
  }
  .mv-slider .swiper-button-prev, .mv-slider .swiper-button-next {
    width: 28px;
    height: 28px;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
    cursor: pointer;
    pointer-events: auto;
  }
  .mv-slider .swiper-button-prev::after, .mv-slider .swiper-button-next::after {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    z-index: -1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .mv-slider .swiper-button-prev:hover, .mv-slider .swiper-button-next:hover {
    color: #fff;
  }
  .mv-slider .swiper-button-prev:hover::after, .mv-slider .swiper-button-next:hover::after {
    background-color: black;
  }
  .mv-slider .swiper-pagination {
    gap: 24px;
    margin: 0 32px;
  }
  .mv-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
    cursor: pointer;
    pointer-events: auto;
  }
  .mv-slider .swiper-pagination-bullet:hover {
    -webkit-transform: scale(1.4) rotate(45deg);
            transform: scale(1.4) rotate(45deg);
  }
  .mv-slider .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.8) rotate(45deg);
            transform: scale(1.8) rotate(45deg);
  }

  .topnews-wrap {
    padding-top: 44px;
    padding-bottom: 0;
    background-color: transparent;
    background-image: url(/special/onihei/assets/img/top/bg_news01_pc.png), url(/special/onihei/assets/img/top/bg_news02_pc.png), -webkit-gradient(linear, left top, right top, from(#06001A), to(#06001A));
    background-image: url(/special/onihei/assets/img/top/bg_news01_pc.png), url(/special/onihei/assets/img/top/bg_news02_pc.png), linear-gradient(to right, #06001A, #06001A);
    background-position: left 12px, right top, left top;
    background-size: auto auto, auto auto, 100% calc(100% - 84px);
  }
  .topnews-wrap .l-wrapper {
    max-width: 1180px;
  }
  .topnews-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
  .topnews-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 32px 32px 48px;
  }
  .topnews-col:nth-child(even) {
    margin-top: 50px;
  }
  .topnews-col .c-btnWrap {
    margin-top: 36px;
  }
  .topnews-col .c-btn {
    margin-left: 0;
    min-width: 228px;
  }
  .topnews-ttl {
    margin-bottom: 24px;
  }

  .topabout-wrap {
    padding-top: 72px;
    padding-bottom: 86px;
    background: url(/special/onihei/assets/img/top/bg_about_pc.png) no-repeat right bottom/auto auto;
  }
  .topabout-wrap .l-wrapper {
    position: relative;
    max-width: 1180px;
  }
  .topabout-wrap p {
    font-size: 1.8rem;
    line-height: 2.66;
  }
  .topabout-ttl {
    margin-bottom: 28px;
  }
  .topabout-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 36px;
  }
  .topabout-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .topabout-charactor {
    position: absolute;
    top: -130px;
    right: -53px;
    z-index: 1;
  }

  .topshop-wrap {
    padding-top: 152px;
    padding-bottom: 0px;
    background: url(/special/onihei/assets/img/top/bg_shop_pc.png) no-repeat left 236px/auto auto;
  }
  .topshop-wrap .l-wrapper {
    position: relative;
    max-width: 1180px;
  }
  .topshop-wrap p {
    font-size: 1.8rem;
    line-height: 2.66;
  }
  .topshop-grid {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .topshop-grid__text {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .topshop-grid__img {
    grid-row: 1/3;
    grid-column: 1/2;
    margin: -36px 0 0 0;
    padding-right: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topshop-grid__img img {
    max-width: none;
    margin-left: -340px;
  }
  .topshop-grid__btn {
    position: relative;
    padding-bottom: 396px;
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 40px;
  }
  .topshop-charactor {
    position: absolute;
    left: -150px;
    bottom: 0;
  }
  .topshop-charactor img.is-showpc {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    margin-left: 5px;
  }

  .topkawara-wrap {
    padding-top: 152px;
    padding-bottom: 148px;
    background: url(/special/onihei/assets/img/top/bg_kawara_pc.png) no-repeat right 226px/auto auto;
  }
  .topkawara-wrap .l-wrapper {
    position: relative;
    max-width: 1180px;
  }
  .topkawara-wrap p {
    font-size: 1.8rem;
    line-height: 2.66;
  }
  .topkawara-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 36px;
  }
  .topkawara-list > li {
    width: calc((100% - 30px) / 4);
  }
  .topkawara-charactor {
    position: absolute;
    top: 107px;
    right: -54px;
  }
  .topkawara-charactor img.is-showpc {
    -webkit-transform: translateY(-208px);
            transform: translateY(-208px);
    margin-right: -44px;
  }

  .topaccess-wrap {
    position: relative;
    padding-top: 86px;
    padding-bottom: 120px;
  }
  .topaccess-ttl {
    margin-bottom: 48px;
    text-align: center;
  }
  .topaccess-charactor {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -558px;
  }
}
@media screen and (min-width: 768px) and (max-width: 829.98px) {
  .topabout-charactor {
    right: -123px;
  }

  .topkawara-charactor {
    right: -106px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .topaccess-charactor {
    margin-left: -450px;
  }
}