@charset "UTF-8";
html,
body {
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 33, 90)), to(rgb(79, 64, 183)));
  background: linear-gradient(180deg, rgb(13, 33, 90), rgb(79, 64, 183));
  color: #fff;
  font-weight: 400;
  scroll-behavior: smooth;
}

.ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg {
  font-family: wayfinder-cf, serif;
  font-style: normal;
  font-weight: 100;
}

.eg2 {
  font-family: "niveau-grotesk-small-caps", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1200px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .padNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .padNone {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .padNone {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 1200px) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}
#loading-bg.active {
  display: none;
}

#loading-animation {
  display: none;
}
#loading-animation.active {
  display: block;
  height: 100vh;
}

#leeep-tag-iframe-1114080288037683200 {
  height: 100vh !important;
  width: 100vw !important;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transform-origin: center 40%;
          transform-origin: center 40%;
}

.fv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 33, 90)), to(rgb(99, 75, 255)));
  background: linear-gradient(180deg, rgb(13, 33, 90), rgb(99, 75, 255));
}
.fv .container {
  position: relative;
  padding: clamp(70px, 18.6666666667vw, 110px) 0;
}
.fv h1 {
  position: absolute;
  top: 10%;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv h1 {
    left: 10%;
  }
}
.fv h1 .title_wrap .title {
  height: 60px;
  width: auto;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv h1 .title_wrap .title {
    height: 100px;
  }
}
.fv h1 .title_wrap .best {
  height: 46px;
}
.fv h1 .title_wrap .item {
  height: 46px;
}
.fv h1 .title_wrap .top3 {
  position: absolute;
  width: 97px;
  top: 4vh;
  right: -10vw;
  -webkit-animation: rotate_anime 4s linear infinite;
          animation: rotate_anime 4s linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv h1 .title_wrap .top3 {
    width: 170px;
    top: 6vh;
    left: initial;
    right: -7vw;
  }
}
.fv h1 .title_wrap .season {
  position: absolute;
  width: 107px;
  top: 0;
  left: -7%;
  top: -36px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv h1 .title_wrap .season {
    width: 200px;
    top: -6vh;
    left: -10%;
  }
}
.fv .box .mask_wrap {
  width: 80%;
  margin: 14vh auto 0;
  -webkit-mask-image: url(../img/fv_mask.svg);
          mask-image: url(../img/fv_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv .box .mask_wrap {
    width: 70%;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
.fv p {
  font-size: clamp(13px, 3.4666666667vw, 16px);
  line-height: 1.7;
  margin-top: -56px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv p {
    width: 70%;
    margin: 30px auto;
    text-align: center;
  }
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(-350deg);
            transform: rotateY(-350deg);
  }
}

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(-350deg);
            transform: rotateY(-350deg);
  }
}
.link_wrap {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .link_wrap {
    margin: 100px auto;
  }
}
.link_wrap ul {
  margin: auto;
}
.link_wrap ul li {
  white-space: nowrap;
  border: 1px solid #fff;
}
.link_wrap a {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.link_wrap a .thumb_number,
.link_wrap a .arrow {
  display: block;
  font-size: 17px;
}
.link_wrap a .thumb_number {
  font-size: 17px;
  margin-bottom: 14px;
}
.link_wrap a .arrow {
  font-size: 9px;
  margin-top: 14px;
}
.link_wrap .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.link_wrap .div1 {
  grid-area: 1/1/2/2;
}
.link_wrap .div2 {
  grid-area: 1/2/2/3;
}
.link_wrap .div3 {
  grid-area: 1/3/2/4;
}
.link_wrap .div4 {
  grid-area: 2/1/3/2;
}
.link_wrap .div5 {
  grid-area: 2/2/3/3;
}
.link_wrap .div6 {
  grid-area: 2/3/3/4;
}
.link_wrap .div7 {
  grid-area: 3/1/4/2;
}
.link_wrap .div8 {
  grid-area: 3/2/4/3;
}

.loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 30px;
  background: #94F0BC;
}

.loop_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop_slide 20s infinite linear 1s both;
          animation: loop_slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #2b306d;
}

.loop_area .content {
  width: 300px;
}

@-webkit-keyframes loop_slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop_slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sec .container {
  width: max(315px, 84vw);
  margin: 0 auto;
}

.sec {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 33, 90)), to(rgb(99, 75, 255)));
  background: linear-gradient(180deg, rgb(13, 33, 90), rgb(99, 75, 255));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 33, 90)), to(rgb(79, 64, 183)));
  background: linear-gradient(180deg, rgb(13, 33, 90), rgb(79, 64, 183));
}
.sec .container .top_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 12px;
}
.sec .container .top_area .left_text .top_text {
  font-size: 14px;
}
.sec .container .top_area .left_text .bottom_text {
  font-size: 24px;
}
.sec .container .top_area .left_text .bottom_text .small_number {
  font-size: 14px;
}
.sec .container .top_area .right_text {
  text-align: right;
}
.sec .container .second_area {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.sec .container .second_area img {
  position: absolute;
  width: 37%;
  right: 0;
  top: -18px;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec .container .second_area img {
    width: 20%;
    top: -25px;
  }
}
.sec .container .second_area .rotate-fadeUp {
  -webkit-animation-name: rotate-fadeUp-animation;
          animation-name: rotate-fadeUp-animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  /* animation: rotate_anime 4s linear; */
}
@-webkit-keyframes rotate-fadeUp-animation {
  from {
    opacity: 0;
    -webkit-transform: rotateY(0) translateY(40px);
            transform: rotateY(0) translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(360deg) translateY(0);
            transform: rotateY(360deg) translateY(0);
  }
}
@keyframes rotate-fadeUp-animation {
  from {
    opacity: 0;
    -webkit-transform: rotateY(0) translateY(40px);
            transform: rotateY(0) translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(360deg) translateY(0);
            transform: rotateY(360deg) translateY(0);
  }
}
.sec .container .second_area .category {
  font-size: 14px;
  margin-bottom: 4px;
}
.sec .container .second_area .title {
  font-size: 40px;
  margin-bottom: 4px;
  color: #BAB881;
}
.sec .container .second_area .kana {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.sec {
  padding: clamp(75px, 20vw, 110px) 0;
}
.sec .ranking {
  width: clamp(75px, 14.6666666667vw, 90px);
  height: clamp(75px, 14.6666666667vw, 90px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  border-radius: 50%;
  font-size: clamp(15px, 4vw, 22px);
}
.sec .ranking.no1 {
  width: clamp(65px, 17.3333333333vw, 100px);
  height: clamp(65px, 17.3333333333vw, 100px);
  margin: 0 auto;
}
.sec .ranking.no1 span {
  font-size: clamp(32px, 8.5333333333vw, 50px);
}
.sec .ranking span {
  font-size: clamp(25px, 6.6666666667vw, 40px);
  vertical-align: middle;
  margin-top: -4px;
}
.sec .slider_box {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .sec .slider_box {
    margin-top: 60px;
  }
}
.sec .item_wrap {
  color: #fff;
  font-size: clamp(15px, 4vw, 20px);
  margin: clamp(30px, 8vw, 40px) 0 clamp(70px, 18.6666666667vw, 100px);
  letter-spacing: 3px;
}
.sec .item_wrap p {
  letter-spacing: normal;
  margin-bottom: 4px;
}
.sec .item_wrap .brand {
  display: block;
  font-size: 28px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.sec .item_wrap .name {
  font-size: 14px;
  line-height: 1.5;
}
.sec .item_wrap .price {
  font-size: 14px;
}
.sec .item_wrap .buy_btn_wrap {
  text-align: right;
}
.sec .item_wrap .buy_btn {
  background-color: #BAB881;
  color: #2b306d;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
}
.sec .wrap {
  margin: 0 auto;
}
.sec .wrap h4 {
  font-size: 14px;
  margin-left: 8.2vw;
  letter-spacing: 2px;
}
.sec .wrap .box {
  background-color: rgba(101, 90, 184, 0.5921568627);
  padding: clamp(30px, 10.6666666667vw, 60px) 0;
  font-size: clamp(12px, 3.2vw, 16px);
  letter-spacing: 1.5px;
  border-radius: 5px;
}
.sec .wrap .box p {
  width: 80%;
  padding-top: clamp(20px, 5.3333333333vw, 30px);
  padding-bottom: clamp(20px, 5.3333333333vw, 30px);
  border-bottom: 1px solid #c0b7dd;
  margin: 0 auto;
  line-height: 1.5;
}
.sec .wrap .box p:first-child {
  padding-top: 0;
}
.sec .wrap .box p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sec .wrap .box .eg_title {
  letter-spacing: normal;
  font-size: 26px;
  padding-top: 2px;
}
.sec .wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(265px, 70.6666666667vw, 460px);
  margin: 30px auto 0;
  gap: clamp(15px, 4vw, 30px);
}
.sec .wrap .flex a {
  color: #fff;
  width: 50%;
}
.sec .wrap .flex .text {
  font-size: clamp(10px, 2.6666666667vw, 16px);
  margin-top: 15px;
}
.sec .wrap .flex .text li {
  margin-bottom: 6px;
  line-height: 1.2;
}
.sec .wrap .flex .text li:last-child {
  margin-bottom: 0;
}
.sec .wrap.review {
  margin-bottom: 40px;
}
.sec .wrap.review p > span {
  display: block;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 8px;
}
.sec .wrap.code figure > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 24vh;
}
@media screen and (min-width: 1200px) {
  .sec .wrap.code figure > img {
    width: 215px;
    height: 295px;
  }
}
.sec .bottom_ranking {
  margin-top: clamp(100px, 18.6666666667vw, 130px);
  position: relative;
}
.sec .bottom_ranking .ranking_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sec .bottom_ranking .ranking_number img {
  position: absolute;
  width: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec .bottom_ranking .ranking_number img {
    width: 12vw;
  }
}
.sec .bottom_ranking .ranking_number img:nth-child(1) {
  top: -60px;
  left: -12px;
}
.sec .bottom_ranking .ranking_number img:nth-child(2) {
  top: -60px;
  left: 48%;
}
.sec .bottom_ranking .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 4vw, 25px);
}
.sec .bottom_ranking .flex figure {
  margin-top: -30px;
}
.sec .bottom_ranking .flex img {
  border-radius: 40% 40% 0 0;
}
.sec .bottom_ranking .flex .text {
  margin-top: clamp(15px, 4vw, 30px);
}
.sec .bottom_ranking .flex li {
  line-height: 2;
  line-height: 1.5;
}
.sec .bottom_ranking .flex .brand {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: normal;
}
.sec .bottom_ranking .flex a {
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  width: 50%;
}

#sec3 .wrap.pop {
  margin-top: clamp(40px, 10.6666666667vw, 60px);
}
#sec3 .wrap.pop .box {
  padding: clamp(25px, 6.6666666667vw, 40px) 0;
}
#sec3 .wrap.pop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  width: clamp(265px, 70.6666666667vw, 460px);
  gap: clamp(15px, 4vw, 25px);
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.5px;
  line-height: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec3 .wrap.pop a figure {
  width: clamp(80px, 21.3333333333vw, 100px);
}

.sec:last-child {
  border-bottom: none;
}

#sec7 {
  border-bottom: none;
}

.all_btn {
  color: #564FE6;
  background-color: #BAB881;
  text-align: center;
  margin: clamp(45px, 12vw, 60px) auto 0;
  font-size: clamp(14px, 3.7333333333vw, 18px);
  border-radius: 50px;
  padding: clamp(15px, 4vw, 18px);
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: bold;
}

footer {
  text-align: center;
  width: 100vw;
  position: relative;
  z-index: 110;
  margin: 0 calc(50% - 50vw);
}
footer p {
  font-size: 10px;
  letter-spacing: 1px;
}
footer .bg {
  background-color: #6556c2;
  padding: 70px 0 80px;
}
footer .logo {
  width: clamp(60px, 16vw, 80px);
  margin: 0 auto clamp(25px, 6.6666666667vw, 30px);
}

@media screen and (max-width: 767px) {
  .fv p {
    text-align: center;
  }
  .fv .right {
    margin-left: 7%;
  }
  .fv h1 .title_wrap {
    left: 13%;
  }
  .fv h1 .title_wrap .title {
    left: 50%;
  }
  .fv .box {
    margin-bottom: 70px;
  }
  .link_wrap {
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .sec .bottom_ranking .flex li,
  .fv .bottom_ranking .flex li {
    white-space: pre-line;
  }
  .slick-slide {
    margin: 0 3.5px;
  }
  .slider {
    width: 100%;
  }
  .slider_box ul li {
    width: 98%;
  }
  footer p {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider_box ul li {
    width: 98% !important;
  }
}
@media screen and (min-width: 1200px) {
  .fv h1 {
    position: relative;
  }
  .fv h1 .title_wrap {
    margin-top: 12vw;
  }
  .fv h1 .title_wrap .title {
    height: 66px;
  }
  .fv h1 .title_wrap .top3 {
    width: 134px;
    left: 8vw;
  }
  .fv p {
    min-width: 400px;
    margin-top: 30px;
  }
  .fv p span {
    line-height: 2.5;
  }
  .fv .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .fv .box {
    margin: 0;
  }
  .fv .box .mask_wrap {
    width: 80%;
    margin: 0;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pc_flex .link_wrap {
    margin: initial;
    position: sticky;
    top: 0;
    width: initial;
    min-width: 30%;
  }
  .pc_flex .link_wrap a {
    padding: 15px 10px;
  }
  .pc_flex .pc_left {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 33, 90)), to(rgb(79, 64, 183)));
    background: linear-gradient(180deg, rgb(13, 33, 90), rgb(79, 64, 183));
    height: 100vh;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .item_wrap {
    width: 70%;
  }
  p.com {
    font-size: 12px;
  }
  .sec .container {
    max-width: 600px;
  }
  .sec .container .top_area .left_text .top_text {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .sec .container .top_area .left_text .bottom_text {
    font-size: 24px;
  }
  .sec .container .top_area .right_text {
    font-size: 17px;
  }
  .sec .container .second_area {
    margin-top: 18px;
    padding-bottom: 20px;
  }
  .sec .container .second_area .category {
    font-size: 20px;
  }
  .sec .container .second_area .title {
    font-size: 52px;
  }
  .sec .container .second_area .kana {
    font-size: 17px;
  }
  .sec .container .second_area img {
    width: 26%;
    top: -34px;
  }
  .sec .item_wrap {
    width: 80%;
    margin-left: 10%;
  }
  .sec .item_wrap p {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sec .item_wrap .brand {
    font-size: 32px;
  }
  .sec .wrap.pop .box {
    padding: 35px 0;
  }
  .sec .wrap h4 {
    font-size: 15px;
    margin-left: 10%;
  }
  .sec .wrap .box {
    width: 94%;
    margin: auto;
    padding: 50px 0;
  }
  .sec .wrap .box .eg_title {
    font-size: 26px;
  }
  .sec .wrap .flex .text {
    font-size: 12px;
  }
  .sec .wrap .flex .text li {
    margin-bottom: clamp(10px, 2.6666666667vw, 10px);
  }
  .sec .bottom_ranking .flex .brand {
    font-size: 24px;
  }
  .sec .bottom_ranking .flex .item,
  .sec .bottom_ranking .flex .price {
    font-size: 12px;
  }
  .sec .bottom_ranking .ranking_number img {
    width: 100px;
  }
  .slider {
    max-width: 480px;
    margin: 0 auto;
  }
  .slick-prev,
  .slick-next {
    width: 30px !important;
    height: 30px !important;
  }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    opacity: 1 !important;
    content: "" !important;
    background-color: #fff !important;
    display: block;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 3px !important;
    height: 20px !important;
  }
  .slick-prev:after,
  .slick-next:after {
    width: 23px !important;
    height: 3px !important;
  }
  .slick-prev {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    left: -35px !important;
  }
  .slick-next {
    -webkit-transform: rotate(-135deg) !important;
            transform: rotate(-135deg) !important;
    right: -35px !important;
  }
}
#page_top {
  position: fixed;
  z-index: 200;
  width: 18%;
  right: 2%;
  bottom: 6%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #page_top {
    width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  #page_top {
    display: none !important;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: coral;
  margin-left: 5px;
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

/* アイテム名
===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

/* 花火用のcss
===================================================== */
.sec, .fv {
  position: relative;
  z-index: 1;
}
.sec canvas, .fv canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */