@charset "UTF-8";
.no_single {
  font: 1.8rem/1.5em "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 100% !important;
  display: block;
  padding: 15px 0 50px !important; }

.sub_dat {
  width: 100%;
  display: block;
  text-align: right;
  font: 1.5rem/1.5em "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  width: calc(100% - 80px);
  margin: 50px auto 0;
  letter-spacing: 0.05em; }

@media (max-width: 768px) {
  .sub_dat {
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .sub_dat {
    font: 1.3rem/1.5em "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    width: calc(100% - 40px); } }
/*max-width:480px*/
.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none;
  z-index: 7777; }
  .top .marquee {
    position: absolute;
    overflow: hidden;
    border-bottom: 1px solid #949494;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px; }
    .top .marquee .marquee__inner {
      display: flex;
      width: max-content;
      height: 100%;
      animation: marqueeX 60s linear infinite;
      will-change: transform;
      pointer-events: none; }
      .top .marquee .marquee__inner span {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 1811px;
        padding: 0 12px 0 0; }
      .top .marquee .marquee__inner img {
        display: block;
        object-fit: contain; }

@keyframes marqueeX {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@media (max-width: 768px) {
  .top {
    height: 20px; }
    .top .marquee {
      width: 1207px;
      height: 20px; }
      .top .marquee .marquee__inner span {
        width: 1207px;
        padding: 0 12px 0 0; }
      .top .marquee .marquee__inner img {
        width: 1207px;
        height: 20px; } }
/*max-width:480px*/
/**********************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.header_link {
  background: url("../images/common/header.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 277/111;
  width: 100%;
  max-width: 277px;
  height: auto; }
  .header_link a {
    text-decoration: none;
    display: block;
    width: fit-content;
    text-align: center;
    margin: 16px 0 0 38px; }
    .header_link a span {
      margin: 8px 0 0;
      font: 1.5rem/1em "Outfit", sans-serif;
      font-weight: 400;
      display: block; }

@media (hover: hover) {
  .header_link a:hover {
    opacity: 0.5; } }
/*max-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_link {
    aspect-ratio: 277/111;
    width: 100%;
    max-width: 194px;
    height: auto; }
    .header_link a {
      text-decoration: none;
      display: block;
      width: fit-content;
      text-align: center;
      margin: 11px 0 0 20px; }
      .header_link a span {
        margin: 5px 0 0;
        font: 1.3rem/1em "Outfit", sans-serif;
        font-weight: 400;
        display: block; }
    .header_link img {
      width: 127px; } }
/*max-width:768px*/
/*max-width:480px*/
/**********************************/
.header_box {
  width: calc(100% - 300px);
  max-width: 545px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.header_menu {
  margin: 30px 0 0 0;
  width: calc(100% - 80px);
  border-bottom: #949494 1px solid;
  border-left: #949494 1px solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .header_menu a {
    text-decoration: none;
    display: block;
    height: 49px; }
    .header_menu a span {
      display: block;
      width: 100%;
      margin: 0;
      text-align: center;
      font: 15px/48px "BIZ UDGothic", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 0 30px 0 5px;
      background: url("../images/common/hand.svg") right 15px top 15px no-repeat; }
    .header_menu a:nth-child(1) {
      width: 45%; }
    .header_menu a:nth-child(2) {
      border-left: #949494 1px solid;
      width: 55%; }

@media (hover: hover) {
  .header_menu a:hover span {
    background: url("../images/common/hand.svg") right 10px top 15px no-repeat; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .header_box {
    width: calc(100% - 300px);
    max-width: 80px; }

  .header_menu {
    display: none; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_box {
    width: calc(100% - 200px);
    max-width: 55px; }

  .header_menu {
    display: none; } }
/*max-width:768px*/
/*max-width:480px*/
/**********************************/
.toggle {
  border: #949494 1px solid;
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 10; }
  .toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000000;
    position: absolute; }
    .toggle span:nth-of-type(1) {
      top: 38%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(3) {
      top: 62%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .toggle.active {
    background-color: inherit;
    border: none; }
    .toggle.active span:nth-of-type(1) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    .toggle.active span:nth-of-type(2) {
      opacity: 0; }
    .toggle.active span:nth-of-type(3) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }

@media (hover: hover) {
  .toggle:hover {
    cursor: pointer; }
    .toggle:hover span:nth-of-type(2) {
      transform: translate(-50%, -50%) rotate(15deg); } }
/*max-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .toggle {
    width: 56px;
    height: 56px; }
    .toggle span {
      display: block;
      width: 22px;
      height: 2px; }
      .toggle span:nth-of-type(1) {
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(3) {
        top: 63%;
        left: 50%;
        transform: translate(-50%, -50%); } }
/*max-width:768px*/
/*max-width:480px*/
/**********************************/
nav {
  z-index: -999;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }
  nav.active {
    pointer-events: all;
    z-index: 5;
    opacity: 1; }
  nav .gnav {
    padding: 100px 50px 50px;
    background-color: #C2FBE5;
    height: 100vh;
    max-width: 460px;
    margin: 0 0 0 auto;
    border-radius: 40px 0 0 40px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    nav .gnav::-webkit-scrollbar {
      display: none; }
  nav .gnav_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    nav .gnav_box div {
      max-width: 360px;
      width: 100%; }
    nav .gnav_box a {
      text-decoration: none; }
  nav .bnr {
    margin: 0 auto 10px; }
    nav .bnr a {
      font: 1.8rem/65px "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      display: block;
      width: 100%;
      margin: 0 auto 10px;
      height: 65px;
      border: 1px solid #A4A4A4;
      padding: 0 0 0 78px;
      position: relative; }
      nav .bnr a:last-of-type {
        margin-bottom: 0; }
      nav .bnr a:before {
        position: absolute;
        content: "";
        display: block;
        width: 8px;
        height: 100%;
        top: 0;
        left: 0; }
      nav .bnr a:after {
        position: absolute;
        content: "";
        top: 50%;
        left: auto;
        right: 20px;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #555555;
        border-right: 0; }
      nav .bnr a.top01 {
        background: url("../images/common/icon_paper.svg") left 33px center no-repeat #fff; }
        nav .bnr a.top01:before {
          background-color: #A2DFF9; }
      nav .bnr a.top02 {
        background: url("../images/common/icon_pc.svg") left 28px center no-repeat #fff; }
        nav .bnr a.top02:before {
          background-color: #BABAFF; }
  nav .list {
    margin: 0 auto 30px; }
    nav .list a {
      font: 1.8rem/65px "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      display: block;
      width: 100%;
      height: 65px;
      border-bottom: dashed 1px #858585;
      padding: 0 30px 0 60px;
      position: relative; }
      nav .list a:before {
        position: absolute;
        content: "";
        transform: rotate(45deg) translate(-50%, -50%);
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000; }
      nav .list a:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 15px;
        transform: translate(0%, -50%);
        width: 30px;
        height: 30px; }
      nav .list a.list01::after {
        background: url("../images/common/nav_icon01.svg") center center no-repeat; }
      nav .list a.list02::after {
        background: url("../images/common/nav_icon02.svg") center center no-repeat; }
      nav .list a.list03::after {
        background: url("../images/common/nav_icon03.svg") center center no-repeat; }
      nav .list a.list04::after {
        background: url("../images/common/nav_icon04.svg") center center no-repeat; }
      nav .list a.list05::after {
        background: url("../images/common/nav_icon05.svg") center center no-repeat; }
      nav .list a.list06::after {
        background: url("../images/common/nav_icon06.svg") center center no-repeat; }
  nav .dot {
    margin: 0 auto 30px; }
    nav .dot a {
      font: 1.4rem/1em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      display: block;
      width: fit-content;
      position: relative;
      padding: 0 0 0 16px;
      margin: 0 0 16px; }
      nav .dot a:last-of-type {
        margin-bottom: 0; }
      nav .dot a:before {
        position: absolute;
        content: "・";
        left: 0; }
  nav .sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 100px; }
    nav .sns a {
      width: 30px;
      height: 30px;
      margin: 0 15px 0 0;
      background-color: #fff;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      border-radius: 50%;
      background-size: contain; }
      nav .sns a.sns_in {
        background: url("../images/common/icon_insta.svg") center center no-repeat; }
      nav .sns a.sns_you {
        background: url("../images/common/icon_youtube.svg") center center no-repeat; }
      nav .sns a.sns_x {
        background: url("../images/common/icon_x.svg") center center no-repeat; }
      nav .sns a.sns_fb {
        background: url("../images/common/icon_face.svg") center center no-repeat; }
  nav .logo {
    margin: 0 auto;
    aspect-ratio: 360/112;
    width: 100%;
    max-width: 360px;
    height: auto;
    background: url("../images/common/gnav.svg") center center no-repeat;
    background-size: contain; }

@media (max-width: 768px) {
  nav .gnav {
    padding: 80px 30px 100px;
    max-width: 100%;
    border-radius: 0; }
  nav .sns {
    margin: 0 auto 50px; } }
/*max-width:768px*/
/*max-width:480px*/
@media (hover: hover) {
  nav .bnr a:hover.top01 {
    background: url("../images/common/icon_paper.svg") left 33px center no-repeat #D1F0FD; }
  nav .bnr a:hover.top02 {
    background: url("../images/common/icon_pc.svg") left 28px center no-repeat #DEDEFF; }
  nav .list a:hover:after {
    transform: translate(0%, -50%) rotate(20deg); }
  nav .dot a:hover {
    text-decoration: underline; }
  nav .sns a:hover {
    transform: rotate(20deg); } }
/**********************************/
aside {
  position: fixed;
  top: 100px;
  right: 0;
  overflow: hidden;
  z-index: 888; }
  aside > a {
    display: block;
    width: 140px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #707070;
    position: relative;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    margin: 0 0 10px;
    right: -10px; }
    aside > a span {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    aside > a.dat span {
      background: url("../images/common/aside_dat.svg") center left 13px no-repeat;
      background-size: 97px auto;
      border-left: 10px solid #A2DFF9; }
    aside > a.net span {
      background: url("../images/common/aside_net.svg") center left 11px no-repeat;
      background-size: 104px auto;
      border-left: 10px solid #BABAFF; }
  aside div {
    position: relative;
    margin: 0 0 0 auto;
    background-color: #fff;
    border: 1px solid #707070;
    position: relative;
    border-radius: 10px 0 0 10px;
    border-right: none;
    width: 50px;
    padding: 17px 10px; }
    aside div a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 auto 5px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
      aside div a.in {
        background: url("../images/common/icon_insta.svg") center center no-repeat;
        background-size: contain; }
      aside div a.x {
        background: url("../images/common/icon_x.svg") center center no-repeat;
        background-size: contain; }
      aside div a.yt {
        background: url("../images/common/icon_youtube.svg") center center no-repeat;
        background-size: contain; }
      aside div a.fb {
        margin: 0;
        background: url("../images/common/icon_face.svg") center center no-repeat;
        background-size: contain; }

@media (hover: hover) {
  aside {
    position: fixed;
    top: 100px;
    right: 0;
    overflow: hidden;
    z-index: 888; }
    aside > a:hover {
      right: -1px; }
    aside div a:hover {
      transform: rotate(15deg); } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  aside {
    display: none; } }
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/**********************************/
.page_top {
  transition: .3s;
  position: fixed;
  right: 15px;
  bottom: -175px;
  z-index: 8888;
  aspect-ratio: 86/172;
  width: 100%;
  max-width: 86px;
  height: auto; }
  .page_top.active {
    bottom: 15px; }
  .page_top span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    .page_top span:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background: url("../images/common/page_top1.svg") center bottom no-repeat;
      background-size: contain; }
    .page_top span:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background: url("../images/common/page_top2.svg") center bottom no-repeat;
      background-size: contain;
      opacity: 0; }

@media (hover: hover) {
  .page_top:hover {
    cursor: pointer;
    bottom: 30px; }
    .page_top:hover span:before {
      opacity: 0; }
    .page_top:hover span:after {
      opacity: 1; } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_top {
    transition: .3s;
    position: fixed;
    right: 15px;
    bottom: -175px;
    z-index: 8888;
    aspect-ratio: 86/172;
    width: 100%;
    max-width: 66px;
    height: auto; }
    .page_top.active {
      bottom: 15px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    transition: .3s;
    position: fixed;
    right: 8px;
    bottom: -150px;
    z-index: 8888;
    aspect-ratio: 86/172;
    width: 100%;
    max-width: 55px;
    height: auto; }
    .page_top.active {
      bottom: 8px; } }
/*max-width:480px*/
/**********************************/
footer {
  padding: 60px 40px 50px;
  background: url("../images/common/footer_bg.svg") top center repeat-x #41E2A3;
  background-size: 30px 690px; }
  footer .footer_mv {
    margin: 0 auto 50px;
    aspect-ratio: 891/462;
    width: 100%;
    max-width: 891px;
    height: auto;
    position: relative; }
    footer .footer_mv:before, footer .footer_mv:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0; }
    footer .footer_mv:before {
      background: url("../images/common/footer_03.webp") center center no-repeat;
      background-size: contain; }
    footer .footer_mv:after {
      background: url("../images/common/footer_04.webp") center center no-repeat;
      background-size: contain; }
  footer .footer_mv_logo {
    width: 100%;
    height: 100%;
    position: relative; }
    footer .footer_mv_logo img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0; }
    footer .footer_mv_logo:before, footer .footer_mv_logo:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    footer .footer_mv_logo:before {
      opacity: 0;
      background: url("../images/common/footer_02.webp") center center no-repeat;
      background-size: contain; }
    footer .footer_mv_logo:after {
      opacity: 0;
      background: url("../images/common/footer.webp") center center no-repeat;
      background-size: contain; }
  footer .footer_mv_mird {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0; }
    footer .footer_mv_mird:before, footer .footer_mv_mird:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    footer .footer_mv_mird:before {
      opacity: 1;
      background: url("../images/common/footer_05.webp") center center no-repeat;
      background-size: contain; }
    footer .footer_mv_mird:after {
      opacity: 0;
      background: url("../images/common/footer_06.webp") center center no-repeat;
      background-size: contain; }
  footer small {
    display: block;
    text-align: center;
    font: 1.4rem/1em "M PLUS Rounded 1c", sans-serif;
    font-weight: 500; }

@keyframes fadeInOnly {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes floatY {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* .footer_mv にクラスが付いたら発火 */
.footer_mv.is-anim-start .footer_mv_logo:after {
  animation: fadeInOnly 1s ease forwards; }
.footer_mv.is-anim-start .footer_mv_logo::before {
  animation: fadeInOnly 0.8s ease forwards 0.8s, floatY 6s ease-in-out 2s infinite alternate; }
.footer_mv.is-anim-start::before {
  animation: fadeInOnly 0.8s ease forwards 1.5s, floatY 6s ease-in-out 2s infinite alternate; }
.footer_mv.is-anim-start::after {
  animation: fadeInOnly 0.8s ease forwards 2.2s, floatY 6s ease-in-out 2s infinite alternate; }
.footer_mv.is-anim-start .footer_mv_mird {
  animation: fadeInOnly 1s ease forwards; }
  .footer_mv.is-anim-start .footer_mv_mird:before {
    animation: footer_mv_mird-before 2.4s steps(1, end) infinite;
    animation-delay: 3.5s; }
  .footer_mv.is-anim-start .footer_mv_mird:after {
    animation: footer_mv_mird-after 2.4s steps(1, end) infinite;
    animation-delay: 3.5s; }

@keyframes footer_mv_mird-before {
  0%, 49.999% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }
@keyframes footer_mv_mird-after {
  0%, 49.999% {
    opacity: 0; }
  50%, 100% {
    opacity: 1; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  footer {
    padding: 60px 40px 50px; }
    footer .footer_mv {
      max-width: 850px;
      height: auto;
      position: relative; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  footer {
    padding: 60px 20px 50px; }
    footer .footer_mv {
      max-width: 768px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  footer {
    background: url("../images/common/footer_bg.svg") top center repeat-x #41E2A3;
    background-size: 20px auto;
    padding: 40px 40px 50px; }
    footer .footer_mv {
      margin: 0 auto 50px;
      aspect-ratio: auto;
      width: 100%;
      max-width: 480px;
      height: auto;
      position: relative; }
      footer .footer_mv:before, footer .footer_mv:after {
        display: none; }
    footer .footer_mv_logo {
      aspect-ratio: 53/46;
      width: 100%;
      max-width: 480px;
      height: auto;
      position: relative;
      margin: 0 auto 20px; }
      footer .footer_mv_logo:before {
        display: none; }
      footer .footer_mv_logo:after {
        opacity: 0;
        background: url("../images/common/sp_footer.webp") center center no-repeat;
        background-size: contain; }
    footer .footer_mv_mird {
      aspect-ratio: 53/46;
      width: 100%;
      max-width: 480px;
      height: auto; }
      footer .footer_mv_mird:before {
        opacity: 1;
        background: url("../images/common/sp_footer_05.webp") center center no-repeat;
        background-size: contain; }
      footer .footer_mv_mird:after {
        opacity: 0;
        background: url("../images/common/sp_footer_06.webp") center center no-repeat;
        background-size: contain; }
    footer .footer_mv_human {
      aspect-ratio: 53/46;
      width: 100%;
      max-width: 480px;
      height: auto;
      position: relative;
      opacity: 0;
      background: url("../images/common/sp_footer_human.webp") center center no-repeat;
      background-size: contain;
      top: 0; }

  .footer_mv.is-anim-start .footer_mv_human {
    animation: fadeInOnly 0.8s ease forwards 1.0s, floatSP 4s ease-in-out 1.0s infinite alternate; }

  @keyframes floatSP {
    0% {
      transform: translateY(0); }
    50% {
      transform: translateY(-20px); }
    100% {
      transform: translateY(0); } } }
/*max-width:768px*/
@media (max-width: 480px) {
  footer {
    padding: 40px 40px 30px; }
    footer .footer_mv {
      margin: 0 auto 30px; } }
/*max-width:480px*/
/*********************************/
.mv_link {
  max-width: 803px;
  width: 100%;
  margin: 30px auto 0;
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 100; }
  .mv_link a {
    position: relative;
    font: 1.7rem/1em "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    padding: 15px 0 0;
    display: block;
    text-align: center;
    width: 197px;
    height: 65px;
    background: url("../images/index/mv_liink01.png") center top no-repeat; }
    .mv_link a:nth-of-type(2) {
      width: 167px;
      background: url("../images/index/mv_liink02.png") center top no-repeat; }

@media (hover: hover) {
  .mv_link a:hover {
    top: -5px; } }
@media (max-width: 1024px) {
  .mv_link {
    display: none; } }
/*max-width:1280px*/
/************************************/
/*.pagination .page-numbers {
  display: inline-block;
}

.pagination .current {
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
}*/
.pagination {
  max-width: 400px;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .pagination a, .pagination span {
    font: 1.5rem/20px "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block; }
  .pagination a:hover {
    opacity: 0.5s; }
  .pagination a {
    text-decoration: none; }
  .pagination span {
    text-decoration: underline; }

.pagination__prev {
  display: block;
  background: url("../images/common/white_hand_left.svg") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap; }

.pagination__next {
  display: block;
  background: url("../images/common/white_hand_right.svg") center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap; }

@media (max-width: 480px) {
  .pagination {
    max-width: 400px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .pagination a, .pagination span {
      font: 1.2rem/20px "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      display: block; }
    .pagination a:hover {
      opacity: 0.5s; }
    .pagination a {
      text-decoration: none; }
    .pagination span {
      text-decoration: underline; } }
/*max-width:480px*/
