@charset "UTF-8";
/*
buildOutputFile: 'top';
*/
@keyframes katakataRotate {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mvSliderWrapper {
  min-width: 69vw;
  width: 100%;
}
@media (min-width: 768px) {
  .mvSliderWrapper {
    min-height: 470px;
    margin-bottom: 40px;
  }
}

.mvSlider {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s linear; /* ふんわり表示用 */
}
@media (min-width: 768px) {
  .mvSlider {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mvSlider.slick-initialized {
  opacity: 1;
}
.mvSlider .slick-slide {
  max-width: 100vw;
  max-height: 56.24vw;
}
@media (min-width: 768px) {
  .mvSlider .slick-slide {
    min-width: 696px;
    min-height: 387px;
  }
}
.mvSlider-item {
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .mvSlider-item {
    padding-inline: 1.5rem;
  }
}
.mvSlider-item-inner {
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 10px;
  max-width: 666px;
  min-width: 95.34vw;
  min-height: 55.11vw;
}
@media (min-width: 768px) {
  .mvSlider-item-inner {
    border-radius: 25px;
    min-width: 666px;
    min-height: 382px;
  }
}
.mvSlider-item-inner a {
  display: block;
}
.mvSlider-item img {
  width: 100%;
  aspect-ratio: 1.76;
  transition: transform 0.6s;
}
@media (hover: hover) {
  .mvSlider-item a:hover img {
    opacity: 1;
    transform: scale(1.05);
  }
}

.mvSliderThumbArea {
  max-width: calc(100% - 94px);
  overflow: hidden;
  margin-inline: auto;
}

.mvSliderThumb {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .mvSliderThumb .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: center;
    transform: unset !important;
  }
}
.mvSliderThumb-item {
  margin: 3px;
  padding-inline: 2px;
  width: 67px;
  cursor: pointer;
}
.mvSliderThumb-item img {
  width: 96%;
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .mvSliderThumb-item img {
    width: 95px;
    border-radius: 10px;
  }
}

.topNews {
  margin-block: 20px 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
}
@media (min-width: 768px) {
  .topNews {
    margin-bottom: 60px;
  }
}
.topNews-ul-li {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .topNews-ul-li {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .topNews-ul-li {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .topNews-ul-li {
    max-width: 96%;
  }
}
.topNews-ul-li + .topNews-ul-li {
  margin-top: 5px;
}
.topNews-ul-li a {
  color: var(--fontColor);
  font-weight: 500;
}
@media (hover: hover) {
  .topNews-ul-li a:hover {
    opacity: 0.5;
  }
}

.productionListArea {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .productionListArea {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .productionListArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .productionListArea {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1219px) {
  .productionListArea {
    max-width: 100%;
    width: 100%;
  }
}

.productionList-wrap {
  padding-bottom: 10px;
  margin: 0 0 40px 4%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .productionList-wrap {
    margin: 0 0 60px;
    padding-bottom: 40px;
  }
}

.productionList {
  display: flex;
  gap: 40px 5%;
}
@media (min-width: 768px) {
  .productionList {
    gap: 0 30px;
  }
}
.productionList-item {
  position: relative;
  width: 101px;
  min-width: 101px;
}
@media (min-width: 768px) {
  .productionList-item {
    width: 170px;
    min-width: 170px;
  }
}
.productionList-item.is-new::before {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--pointColor);
  color: #fff;
  font-size: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .productionList-item.is-new::before {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
  }
}
.productionList-item a {
  display: block;
}
.productionList-item-img {
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  overflow: hidden;
  margin-inline: auto;
  width: 101px;
  min-width: 101px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .productionList-item-img {
    width: 170px;
    margin-bottom: 20px;
    min-width: 170px;
  }
}
.productionList-item-title {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .productionList-item-title {
    font-size: 1.6rem;
  }
}

.moreBtn {
  text-align: center;
}

.hotword-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hotword-title {
    font-size: 2rem;
  }
}

.hotwordList {
  background: #E1FFCE;
  color: var(--pointColor);
  margin-bottom: 30px;
}
.hotwordList-ul {
  height: 75px;
}
@media (min-width: 768px) {
  .hotwordList-ul {
    margin-top: 30px;
    height: 90px;
    gap: 30px;
  }
}
.hotwordList-ul-li {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500 !important;
}
@media (min-width: 768px) {
  .hotwordList-ul-li {
    font-size: 2.4rem;
  }
}

.keywordSearchForm {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .keywordSearchForm {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 130px;
  }
}
.keywordSearchForm-input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #131313;
  border-radius: 30px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .keywordSearchForm-input {
    width: 840px;
    height: 60px;
    margin-bottom: 0;
  }
}
.keywordSearchForm-input::placeholder {
  color: #918787;
  font-size: 1.6rem;
}
.keywordSearchForm .btn-search {
  display: flex;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .keywordSearchForm .btn-search {
    margin-inline: 0;
  }
}

.cateListArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D6D6D6;
}
@media (min-width: 768px) {
  .cateListArea {
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cateListArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .cateListArea {
    max-width: 96%;
  }
}

.cateList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .cateList {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 10px;
  }
}
@media (min-width: 768px) {
  .cateList-li {
    text-align: center;
  }
}
.cateList-li-img {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .cateList-li-img {
    width: 110px;
    margin-inline: auto;
  }
}
.cateList-li-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cateList-li-title {
    font-size: 1.8rem;
  }
}

.pressRelease {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .pressRelease {
    padding: 120px 0;
  }
}
.pressRelease.is-bg {
  background: var(--themeColor);
  color: #fff;
}
.pressRelease-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
}
@media (min-width: 768px) and (min-width: 768px) {
  .pressRelease-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .pressRelease-inner {
    max-width: 96%;
  }
}
.pressRelease-ul {
  position: relative;
  margin-bottom: 40px;
}
.pressRelease-ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #131313 0px, #131313 2px, transparent 2px, transparent 6px);
}
@media (min-width: 768px) {
  .pressRelease-ul::after {
    background-image: repeating-linear-gradient(90deg, #131313 0px, #131313 2px, transparent 2px, transparent 10px);
  }
}
@media (min-width: 768px) {
  .pressRelease-ul {
    margin-bottom: 60px;
  }
}
.is-bg .pressRelease-ul::after {
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.4784313725) 0px, rgba(255, 255, 255, 0.4784313725) 2px, transparent 2px, transparent 6px);
}
@media (min-width: 768px) {
  .is-bg .pressRelease-ul::after {
    background-image: repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 2px, transparent 2px, transparent 10px);
  }
}
.pressRelease-ul-li {
  position: relative;
  font-size: 1.2rem;
}
.pressRelease-ul-li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #131313 0px, #131313 2px, transparent 2px, transparent 6px);
}
@media (min-width: 768px) {
  .pressRelease-ul-li::before {
    background-image: repeating-linear-gradient(90deg, #131313 0px, #131313 2px, transparent 2px, transparent 10px);
  }
}
@media (min-width: 768px) {
  .pressRelease-ul-li {
    font-size: 1.8rem;
  }
}
.is-bg .pressRelease-ul-li::before {
  height: 1.5px;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.4784313725) 0px, rgba(255, 255, 255, 0.4784313725) 2px, transparent 2px, transparent 6px);
}
@media (min-width: 768px) {
  .is-bg .pressRelease-ul-li::before {
    background-image: repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 2px, transparent 2px, transparent 10px);
  }
}
.pressRelease-ul-li > a, .pressRelease-ul-li > span {
  display: flex;
  padding-block: 15px;
}
@media (min-width: 768px) {
  .pressRelease-ul-li > a, .pressRelease-ul-li > span {
    padding-block: 25px;
  }
}
.is-bg .pressRelease-ul-li > a, .is-bg .pressRelease-ul-li > span {
  color: #fff !important;
}
@media (hover: hover) {
  .pressRelease-ul-li > a:hover, .pressRelease-ul-li > span:hover {
    opacity: 0.6;
  }
}
.pressRelease-ul-li-time {
  width: 90px;
  line-height: 1.8;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pressRelease-ul-li-time {
    width: 170px;
  }
}
.pressRelease-ul-li-title {
  line-height: 1.8;
  flex: 1;
}
a .pressRelease-ul-li-title {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}
a .pressRelease-ul-li-title::after {
  content: "";
  display: inline-block;
  background: center center/contain no-repeat url(https://shopromall.itembox.design/item/images/icon-link-top.png);
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -2px;
  margin-left: 7px;
}
@media (min-width: 768px) {
  a .pressRelease-ul-li-title::after {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
}
.pressRelease.is-bg .btn-round {
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) {
  .pressRelease.is-bg .btn-round:hover {
    background: #fff;
    color: var(--themeColor);
  }
}

.pickup {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .pickup {
    margin-bottom: 130px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .pickup {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .pickup {
    max-width: 96%;
  }
}
.pickup .slideXList-li-img img {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pickup .slideXList-li-img img {
    border-radius: 10px;
  }
}

.bottomBn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
}
@media (min-width: 768px) {
  .bottomBn {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    margin-bottom: 180px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bottomBn {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .bottomBn {
    max-width: 96%;
  }
}
.bottomBn-item {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bottomBn-item {
    border-radius: 10px;
  }
}
.bottomBn-item a {
  display: block;
}
.bottomBn-item a img {
  width: 100%;
}