header {
  top: -63px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
header.is-active {
  top: 0;
}
header .header_wrapper {
  padding: 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  header .header_wrapper {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1100px) {
  header .header_wrapper {
    gap: 28px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header .header_logo img {
  max-width: initial;
  width: 137px;
}
@media screen and (min-width: 768px) {
  header .header_logo img {
    width: 147px;
  }
}
@media screen and (min-width: 1100px) {
  header .header_logo img {
    width: 165px;
  }
}

main {
  background-color: #0F40A0;
}

.top {
  background-color: #1750BD;
}

.top_container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #ffffff;
}
@media screen and (min-width: 1100px) {
  .top_container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 43px;
    padding-bottom: 37px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_container .top_img {
  width: 92.26vw;
  margin: -5px auto 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_container .top_img {
    width: 586px;
    margin-top: -25px;
  }
}
@media screen and (min-width: 960px) {
  .top_container .top_img {
    width: 640px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img {
    width: 586px;
    margin-top: 44px;
  }
}
.top_container .top_img .credit {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 1.1rem;
  line-height: 2.27;
  letter-spacing: 0.11px;
  opacity: 0.7;
  margin-top: -3em;
  margin-bottom: 11em;
}
@media screen and (min-width: 768px) {
  .top_container .top_img .credit {
    margin-top: -6em;
    margin-bottom: 6em;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img .credit {
    margin-top: -5em;
    margin-bottom: 2em;
  }
}

.top_container .top_img .sticker-img {
  position: absolute;
  width: 126px;
  left: -7.5vw;
  top: 34px;
  overflow: hidden;
  -webkit-clip-path: url(#clip01);
          clip-path: url(#clip01);
}
@media screen and (min-width: 768px) {
  .top_container .top_img .sticker-img {
    width: 206px;
    top: 60px;
    left: -80px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img .sticker-img {
    left: -58px;
    right: auto;
    top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top_container .top_img .sticker-img {
    left: -103px;
  }
}
.top_container .top_img .sticker-img #clip01 path {
  -webkit-transform: scale(0.00423);
          transform: scale(0.00423);
}
.top_container .top_img .sticker-img .sticker {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: reflection 2.5s ease-in-out infinite;
          animation: reflection 2.5s ease-in-out infinite;
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.top_container .top_img .present-img {
  position: absolute;
  width: 125px;
  top: 298px;
  right: -4vw;
}
@media screen and (min-width: 768px) {
  .top_container .top_img .present-img {
    width: 204px;
    top: 406px;
    right: -90px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img .present-img {
    top: 220px;
    left: -64px;
  }
}
@media screen and (min-width: 1200px) {
  .top_container .top_img .present-img {
    left: -105px;
  }
}
.top_container .top_img a {
  display: block;
  position: absolute;
  bottom: 9.77%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 226px;
  width: 65.6%;
}
@media screen and (min-width: 768px) {
  .top_container .top_img a {
    bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_img a {
    display: none;
  }
}
.top_container .top_text {
  display: contents;
}
@media screen and (min-width: 1100px) {
  .top_container .top_text {
    display: initial;
    width: 478px;
  }
}
.top_container .top_text .title_main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .title_main {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .title_main {
    padding: 36px 0 0;
  }
}
.top_container .top_text .title_main p {
  width: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .title_main p {
    width: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .title_main p {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 65px;
  }
}
.top_container .top_text .title_main p img {
  width: 100%;
}
.top_container .top_text .title_main h1 {
  background: url(../images/title_index-news.svg) no-repeat;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
  background-size: contain;
  width: 314px;
  height: 100px;
  text-indent: -200vw;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .title_main h1 {
    margin-top: 16px;
    width: 460px;
    height: 147px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .title_main h1 {
    margin-top: 0;
    width: 466px;
    height: 149px;
  }
}
.top_container .top_text .text_container {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.top_container .top_text .text_container > div {
  font-family: "Kakumin M JIS2004 AP", sans-serif;
  line-height: 1.78;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 15px 0 25px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container > div {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container > div {
    font-size: 1.6rem;
    line-height: 1.93;
    letter-spacing: 0.8px;
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.top_container .top_text .text_container .text_term {
  width: 339px;
  margin: 0 auto 0 -3px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container .text_term {
    width: 362px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container a {
    display: inline-block;
  }
}
.top_container .top_text .text_container .btn-store {
  display: none;
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container .btn-store {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container .btn-store img {
    width: 278px;
  }
}
.top_container .top_text .text_container .btn-rule {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container .btn-rule {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container .btn-rule {
    margin-top: 24px;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .top_container .top_text .text_container .btn-rule img {
    width: 278px;
  }
}

.news_container .news {
  padding: 22px 16px 0;
}
@media screen and (min-width: 768px) {
  .news_container .news {
    max-width: 1060px;
    width: 91.14vw;
    margin: 0 auto;
    padding: 25px 0 10px;
  }
}
@media screen and (min-width: 1100px) {
  .news_container .news {
    padding: 30px 0 10px;
  }
}
.news_container .news ul.news_list > li {
  width: 100%;
  background-color: #FFFFF7;
  border-radius: 3px;
  padding-top: 24px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news_container .news ul.news_list > li {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .news_container .news ul.news_list > li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
}
.news_container .news ul.news_list > li.new .news_time::before {
  content: "";
  display: block;
  background: url(../images/ico_new.svg) no-repeat;
  width: 45px;
  height: 17px;
  margin-bottom: 0.5em;
}
.news_container .news ul.news_list > li .news_time {
  padding: 0 0 10px 14px;
  font-size: 1rem;
  color: #7E7E7E;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_time {
    font-size: 1.2rem;
    padding: 0 0 8px 28px;
  }
}
.news_container .news ul.news_list > li figure img,
.news_container .news ul.news_list > li .news_img img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news_container .news ul.news_list > li .news_tag {
  width: 100px;
  height: 100px;
  background-color: #FBFF53;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  color: #1F1F1F;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  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;
  position: absolute;
  top: 19px;
  right: 13px;
  font-size: 1.3rem;
  line-height: 1.42;
  letter-spacing: -0.26px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_tag {
    width: 125px;
    height: 125px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: -0.32px;
  }
}
.news_container .news ul.news_list > li .news_inner {
  padding-top: 18px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_inner {
    padding-top: 35px;
  }
}
.news_container .news ul.news_list > li .news_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0 18px 18px;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_title_box {
    padding: 0 28px 33px;
    gap: 25px;
  }
}
.news_container .news ul.news_list > li .news_ico::before {
  content: "";
  display: block;
  width: 71px;
  height: 94px;
  background-size: contain !important;
}
.news_container .news ul.news_list > li .news_ico.ota::before {
  background: url(../images/ico_ota.png) no-repeat;
}
.news_container .news ul.news_list > li .news_ico.nagata::before {
  background: url(../images/ico_nagata.png) no-repeat;
}
.news_container .news ul.news_list > li .news_title {
  color: #1750BD;
  font-family: "Kakumin M JIS2004 AP", sans-serif;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_title {
    font-size: 1.8rem;
    line-height: 1.63;
    letter-spacing: -0.54px;
  }
}
.news_container .news ul.news_list > li p,
.news_container .news ul.news_list > li .news_text {
  padding: 0 16px;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li p,
  .news_container .news ul.news_list > li .news_text {
    padding: 0 28px;
  }
}
.news_container .news ul.news_list > li .news_text_box {
  letter-spacing: -0.28px;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_text_box {
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: -0.32px;
  }
}
.news_container .news ul.news_list > li .news_text_box > div,
.news_container .news ul.news_list > li .news_text_box > div > *:not(:last-child) {
  padding-bottom: 30px;
}
.news_container .news ul.news_list > li .news_text_box figure img {
  aspect-ratio: initial;
  height: auto;
}
.news_container .news ul.news_list > li .news_text_box br:not(.br) {
  display: none;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .news_text_box br:not(.br) {
    display: block;
  }
}
.news_container .news ul.news_list > li .news_text_box .good-nagata {
  color: #ff4500;
}
.news_container .news ul.news_list > li .news_text_box .good-mail {
  color: #191970;
}
.news_container .news ul.news_list > li .more {
  color: #7E7E7E;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 1em 0 1em 1.5em;
  margin-left: 18px;
}
@media screen and (min-width: 1100px) {
  .news_container .news ul.news_list > li .more {
    margin-left: 28px;
    font-size: 1.4rem;
    padding: 1.5em 0 1.5em 1.5em;
  }
}
.news_container .news ul.news_list > li .more::before, .news_container .news ul.news_list > li .more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #B9B9B9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.news_container .news ul.news_list > li .more::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.news_container .news ul.news_list > li .more.is-active::before {
  opacity: 0;
}
.news_container .news ul.news_list > li .more.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.no_related_items {
  padding: 0 18px;
}
@media screen and (min-width: 1100px) {
  .no_related_items {
    padding: 0 28px;
  }
}
@media screen and (min-width: 768px) {
  .no_related_items > div {
    max-width: calc(90vw + 35px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .no_related_items > div {
    max-width: 1050px;
  }
}
.no_related_items h3 {
  background: url(../images/title_no_related.svg) no-repeat;
  background-size: contain;
  width: 343px;
  height: 50px;
  text-indent: -100vw;
  text-indent: -100vw;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .no_related_items h3 {
    width: 400px;
    height: 58px;
  }
}
@media screen and (min-width: 1100px) {
  .no_related_items h3 {
    width: 442px;
    height: 64px;
  }
}
.no_related_items .no_related_img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.no_related_items .no_related_title {
  font-size: 1.2rem;
  line-height: 1.41;
  padding: 9px 7px 0;
}
.no_related_items .swiper-slide {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.no_related_items .swiper-slide img {
  border-radius: 3px 3px 0 0;
}
.no_related_items .no_related_box {
  font-size: 9px;
  padding: 8px 7px 9px;
}
.no_related_items .no_related_box .price_wrapper {
  padding-top: 2px;
  font-size: 1.6rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.no_related_items .no_related_box .price_wrapper .no_related_off_box {
  font-size: 1rem;
  color: #D50C24;
}

.paging {
  padding: 23px 16px 24px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .paging {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1100px) {
  .paging {
    padding: 25px 0 21px;
  }
}
.paging.paging-top {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .paging.paging-top {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1100px) {
  .paging.paging-top {
    margin-top: 38px;
  }
}
.paging.paging-bottom {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .paging.paging-bottom {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .paging.paging-bottom {
    margin-bottom: 140px;
  }
}
.paging ul {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .paging ul {
    gap: 17px;
  }
}
.paging ul li {
  color: white;
  text-align: center;
  line-height: 22px;
  font-family: "Midashi Go MB1", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .paging ul li {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
.paging ul li img {
  vertical-align: baseline;
}
.paging ul li span {
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .paging ul li span {
    width: 26px;
    height: 26px;
  }
}
.paging ul li.is-active {
  color: #1F1F1F;
  pointer-events: none;
}
.paging ul li.is-active span {
  border-radius: 50%;
  background-color: #ffffff;
}

footer {
  background-color: #1750BD;
}
footer::after {
  background-image: url(../images/footer-news_sp.jpg);
}
@media screen and (min-width: 768px) {
  footer::after {
    background-image: url(../images/footer-news_tab.jpg);
  }
}
@media screen and (min-width: 1100px) {
  footer::after {
    background-image: url(../images/footer-news_pc.jpg);
  }
}/*# sourceMappingURL=news.css.map */