@charset "utf-8";
/* 3251101 */
#e-3251101 {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #e-3251101 {
    overflow: hidden;
  }
}

/* 上書き */
#e-3251101 .block-special-item-list {
  justify-content: center;
}

#e-3251101 .block-special-item-icon-new {
  padding-left: 0;
  background: transparent;
  color: #e42f4c;
}

/* Common Style */
#e-3251101 .w100 {
  width: 100% !important;
}

#e-3251101 .w50 {
  width: 50%;
}

#e-3251101 .block-special-section .wfull {
  margin-left: -15px;
  margin-right: -15px;
}

#e-3251101 .mb0 {
  margin-bottom: 0px !important;
}

#e-3251101 .mb5 {
  margin-bottom: 5px !important;
}

#e-3251101 .mb10 {
  margin-bottom: 10px !important;
}

#e-3251101 .mb15 {
  margin-bottom: 15px !important;
}

#e-3251101 .mt0 {
  margin-top: 0px !important;
}

#e-3251101 .mt5 {
  margin-top: 5px !important;
}

#e-3251101 .mt10 {
  margin-top: 10px !important;
}

#e-3251101 .mt15 {
  margin-top: 15px !important;
}

#e-3251101 .sec-mb {
  margin-bottom: 15px;
}

#e-3251101 .text-serif {
  font-family: "Shippori Mincho", serif;
}

#e-3251101 .text-serif2 {
  font-family: "Noto Serif JP", serif;
}

#e-3251101 .text-tume {
  letter-spacing: -.05em;
}

#e-3251101 .text-center {
  text-align: center;
}

#e-3251101 .boxhover img {
  transition: opacity .5s;
}

#e-3251101 .boxhover img:hover {
  opacity: 0.5 !important;
}

#e-3251101 .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

#e-3251101 .container {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#e-3251101 .block-special-item-pcw {
  max-width: 600px;
  margin: 0 auto;
}

#e-3251101 .block-special-item-pcw + .block-special-item-pcw {
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
}

#e-3251101 .block-special-item-pcw + .block-special-item-pcw::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: url("../img/line_dashed.png") 0 0 repeat-x;
  background-size: 28px;
}

/* button style */
#e-3251101 .btn-allitem {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 84%;
  width: 480px;
  height: 3.375em;
  padding-bottom: .625em;
  margin: 0 auto;
  border-radius: 6em;
  background: #d1d5d6;
  color: #323d42;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity .4s;
}

#e-3251101 .btn-allitem:hover {
  opacity: .7;
}

#e-3251101 .btn-allitem::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: .462em;
  margin-left: -.308em;
  border: solid transparent;
  border-top-color: #323d42;
  border-width: .462em .308em 0 .308em;
}

#e-3251101 .btn-allitem-textwrap {
  display: inline-block;
  position: relative;
  padding: 0 .769em;
  line-height: 1;
}

#e-3251101 .btn-allitem-textwrap::before,
#e-3251101 .btn-allitem-textwrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: .231em;
  height: 1em;
  margin-top: -.5em;
  background: 50% 50% no-repeat;
  background-size: contain;
}

#e-3251101 .btn-allitem-textwrap::before {
  left: 0;
  background-image: url("../img/icon_wrap-left.svg");
}

#e-3251101 .btn-allitem-textwrap::after {
  right: 0;
  background-image: url("../img/icon_wrap-right.svg");
}

/* index style */
#e-3251101 .block-index-title {
  padding: 15px 0;
  margin: 0 -15px;
  text-align: center;
}

#e-3251101 .txt-index-title {
  margin: 0 0 5px;
  font-size: 4.27vw;
}

#e-3251101 .img-index-title {
  display: inline-block;
}

#e-3251101 .container-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  text-align: center;
}

#e-3251101 .container-nav a {
  text-decoration: none;
}

#e-3251101 .container-nav .itemshin {
  min-width: 115px;
  /* width: 150px; */
  width: 43.63%;
  margin-bottom: 25px;
}

#e-3251101 .container-nav-img {
  display: block;
  position: relative;
  overflow: hidden;
}

#e-3251101 .container-nav-img img {
  width: 100%;
}

#e-3251101 .container-nav-img-over {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#e-3251101 .container-nav-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #929079;
  opacity: .8;
  mix-blend-mode: multiply;
}

#e-3251101 .container-nav-img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) scale(.5);
  display: block;
  width: 39px;
  height: 67px;
  background: url("../img/icon_index_arrow.svg") 50% 100% no-repeat;
  background-size: contain;
  animation: arrowanime 1s ease infinite;
}

@keyframes arrowanime {
  0% {
    margin-left: -10px;
  }
  90% {
    margin-left: 10px;
  }
  100% {
    margin-left: -10px;
  }
}

#e-3251101 .container-nav-img-over,
#e-3251101 .container-nav-img::before,
#e-3251101 .container-nav-img::after {
  transition: opacity .8s;
}

#e-3251101 a:hover .container-nav-img-over,
#e-3251101 a:hover .container-nav-img::before,
#e-3251101 a:hover .container-nav-img::after {
  opacity: 0 !important;
}

#e-3251101 .container-nav-txt {
  display: block;
  margin-top: .3em;
  color: #000;
  font-size: 17px;
  font-size: 4.27vw;
  font-weight: 500;
  line-height: 1.438;
  text-align: center;
  transition: color .8s;
}

#e-3251101 a:hover .container-nav-txt {
  color: #3f778c;
}

/* ranking style */
#e-3251101 .ranking-title {
  position: relative;
  width: fit-content;
  padding: 0.625em;
  margin: 0 auto 2.5em;
  border-top: solid 1px;
  border-bottom: solid 1px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

#e-3251101 .ranking-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0.625em;
  height: 3px;
  margin-left: -.3125em;
  background: #fff;
}

#e-3251101 .ranking-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: rotate(-58deg);
  transform-origin: right top;
  width: 1em;
  height: 0;
  margin-left: -0.69em;
  border-top: solid 1px;
}

/* animation */
@-webkit-keyframes blinkIcon {
  0%, 100% {
    opacity: 1; /* 60%の間は表示されたまま */
  }
  50% {
    opacity: 0; /* 最後の30%だけ非表示 */
  }
}
@keyframes blinkIcon {
  0%, 100% {
    opacity: 1; /* 60%の間は表示されたまま */
  }
  50% {
    opacity: 0; /* 最後の30%だけ非表示 */
  }
}

#e-3251101 .block-special-title {
  position: relative;
  padding: 0;
}

#e-3251101 .key-anime {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("../img/3251101_main_sp_bg.jpg") 50% 50% no-repeat;
  background-size: 100%;
}

#e-3251101 .key-anime::before,
#e-3251101 .key-anime::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
}

#e-3251101 .key-anime::before {
  background: url("../img/3251101_main_sp_01.png") 50% 50% no-repeat;
  background-size: 100%;
}

#e-3251101 .key-anime::after {
  background: url("../img/3251101_main_sp_02.png") 50% 50% no-repeat;
  background-size: 100%;
  -webkit-animation: blinkIcon 1.2s ease-in-out infinite;
          animation: blinkIcon 1.2s ease-in-out infinite;
}

#e-3251101 .js-scroll-fade {
  transform: translate(0, 100px);
  opacity: 0;
  transition: 1s;
}

#e-3251101 .js-scroll-fade.is-active {
  transform: translate(0, 0);
  opacity: 1;
}


@media screen and (min-width: 750px) {

  /* Common Style */
  #e-3251101 .sec-mb {
    margin-bottom: 30px;
  }

  #e-3251101 .text-center-pc {
    text-align: center;
  }

  #e-3251101 .block-special-item-pcw + .block-special-item-pcw::before {
    background-size: 56px;
  }

  #e-3251101 .block-bigsmall {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  /* button style */
  #e-3251101 .btn-allitem {
    height: 70px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  /* index style */
  #e-3251101 .block-index-title {
    padding: 35px 0 25px;
    margin: 0;
  }

  #e-3251101 .txt-index-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  #e-3251101 .txt-index-title img {
    width: 564px;
  }

  #e-3251101 .container-nav {
    max-width: 818px;
    margin: 0 auto;
    padding: 0;
  }
  
  #e-3251101 .container-nav .itemshin {
    width: 25.18%;
    margin-bottom: 25px;
  }

  #e-3251101 .container-nav-img::after {
    transform: translate(-50%, -60%) scale(.75);
  }

  #e-3251101 .container-nav-txt {
    font-size: 24px;
  }

  /* ranking style */
  #e-3251101 .ranking-title {
    font-size: 30px;
  }

  /* animation */
  #e-3251101 .key-anime::before {
    inset: -4px;
  }

  #e-3251101 .container-nav .js-scroll-fade:nth-child(1) {
    transition-delay: .2s;
  }

  #e-3251101 .container-nav .js-scroll-fade:nth-child(2) {
    transition-delay: .45s;
  }

  #e-3251101 .container-nav .js-scroll-fade:nth-child(3) {
    transition-delay: .7s;
  }

}

@media screen and (min-width: 768px) {

  /* animation */
  #e-3251101 .key-anime {
    background-image: url("../img/3251101_main_pc_bg.jpg");
  }

  #e-3251101 .key-anime::before {
    background-image: url("../img/3251101_main_pc_01.png");
  }

  #e-3251101 .key-anime::after {
    background-image: url("../img/3251101_main_pc_02.png");
  }

}

@media screen and (min-width: 750px) and (max-width: 767px) {

  #e-3251101 .container-nav {
    font-size: min(2vw, 23px);
  }

  #e-3251101 .container-nav .itemshin {
    width: 220px;
  }

}

@media screen and (max-width: 749px) {

  /* Common Style */
  #e-3251101 .text-center-sp {
    text-align: center;
  }

  #e-3251101 .itemshin {
    width: 50%;
  }

  #e-3251101 .itemshin.is-sp-full {
    margin-left: 25%;
    margin-right: 25%;
  }

  #e-3251101 .block-bigsmall .item-small {
    margin-left: 23.8%;
    margin-right: 23.8%;
  }

  /* index style */
  #e-3251101 .container-nav .itemshin.is-center {
    margin-left: auto;
    margin-right: auto;
  }

  #e-3251101 .container-nav .js-scroll-fade:nth-child(2) {
    transition-delay: .2s;
  }

  #e-3251101 .container-nav .js-scroll-fade:nth-child(3) {
    transition-delay: .05s;
  }

}