
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap&subset=japanese");

@charset "UTF-8";
/*========================================
*	common
========================================*/
::-moz-selection {
  color: #10ddf9;
  background: #000; }
::selection {
  color: #10ddf9;
  background: #000; }

*,
*:after,
*:before {
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html,
body {
  font-size: 62.5%;
  height: 100%;
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif; }

body {
  width: 100%;
  overflow-x: hidden;
  padding-top: 13.02083vw; }
  @media only screen and (min-width: 769px) {
    body {
      padding-top: 5.71429vw; } }
  @media only screen and (min-width: 1400px) {
    body {
      padding-top: 80px; } }

a {
  color: #000;
  text-decoration: none; }

h1,
h2,
h3 {
  line-height: 1; }

ul,
li {
  list-style: none; }

tr,
th,
td {
  font-weight: normal;
  text-align: left; }

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none; }

.header {
  width: 100%;
  height: 13.02083vw;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.60417vw;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0; }
  .header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0; }
  @media only screen and (min-width: 769px) {
    .header {
      height: 5.71429vw;
      padding: 0 2.14286vw; } }
  @media only screen and (min-width: 1400px) {
    .header {
      height: 80px;
      padding: 0 30px; } }
  .header-logo {
    width: 67.70833vw;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 769px) {
      .header-logo {
        width: 26.42857vw; } }
    @media only screen and (min-width: 1400px) {
      .header-logo {
        width: 370px; } }
  .header-menu {
    width: 5.20833vw;
    height: 2.34375vw;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 769px) {
      .header-menu {
        display: none; } }
    .header-menu > span {
      display: block;
      width: 100%;
      height: 0.52083vw;
      background-color: #fff;
      position: absolute;
      left: 0;
      transition: 300ms; }
      .header-menu > span:nth-child(1) {
        -webkit-transform-origin: right top;
                transform-origin: right top;
        top: 0; }
      .header-menu > span:nth-child(2) {
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        bottom: 0; }
    .header-menu.show > span:nth-child(1) {
      -webkit-transform: rotate(-22deg);
              transform: rotate(-22deg); }
    .header-menu.show > span:nth-child(2) {
      -webkit-transform: rotate(22deg);
              transform: rotate(22deg); }
  .header-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 2.60417vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
    @media only screen and (min-width: 769px) {
      .header-nav {
        position: relative;
        z-index: 10;
        width: 13.57143vw;
        padding: 0; } }
    @media only screen and (min-width: 1400px) {
      .header-nav {
        width: 190px; } }
    .header-nav.show {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .header-nav__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .header-nav__contact {
      font-size: 3.90625vw;
      color: #fff;
      transition: 300ms; }
      @media only screen and (min-width: 769px) {
        .header-nav__contact {
          font-size: 1.14286vw; }
          .header-nav__contact:hover {
            color: #10ddf9; } }
      @media only screen and (min-width: 1400px) {
        .header-nav__contact {
          font-size: 16px; } }
    .header-nav__language {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 3.90625vw; }
      @media only screen and (min-width: 769px) {
        .header-nav__language {
          font-size: 1.14286vw; } }
      @media only screen and (min-width: 1400px) {
        .header-nav__language {
          font-size: 16px; } }
      .header-nav__language--slash {
        margin: 0 1.30208vw;
        color: #fff; }
        @media only screen and (min-width: 769px) {
          .header-nav__language--slash {
            margin: 0 0.35714vw; } }
        @media only screen and (min-width: 1400px) {
          .header-nav__language--slash {
            margin: 0 5px; } }
      .header-nav__language--link {
        color: #fff;
        font-weight: bold;
        transition: 300ms; }
        .header-nav__language--link.current {
          color: #10ddf9;
          pointer-events: none; }
        @media only screen and (min-width: 769px) {
          .header-nav__language--link:hover {
            color: #10ddf9; } }

.footer {
  background-color: #dddddd;
  margin-top: 15.625vw; }
  @media only screen and (min-width: 769px) {
    .footer {
      margin-top: 7.14286vw;
      height: 3.57143vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 3.90625vw; } }
  @media only screen and (min-width: 1400px) {
    .footer {
      margin-top: 100px;
      height: 50px;
      padding: 0 30px; } }
  .footer-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5.20833vw 6.51042vw; }
    @media only screen and (min-width: 769px) {
      .footer-nav {
        padding: 0; } }
    .footer-nav__item:not(:first-child) {
      margin-left: 2.60417vw;
      padding-left: 2.60417vw;
      border-left: 0.26042vw solid #000; }
      @media only screen and (min-width: 769px) {
        .footer-nav__item:not(:first-child) {
          margin-left: 0.71429vw;
          padding-left: 0.71429vw;
          border-left: 0.07143vw solid #000; } }
      @media only screen and (min-width: 1400px) {
        .footer-nav__item:not(:first-child) {
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px solid #000; } }
    .footer-nav__link {
      color: #000;
      font-size: 2.86458vw; }
      @media only screen and (min-width: 769px) {
        .footer-nav__link {
          font-size: 0.85714vw; } }
      @media only screen and (min-width: 1400px) {
        .footer-nav__link {
          font-size: 12px; } }
  .footer-copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000;
    height: 6.51042vw;
    font-size: 2.60417vw;
    color: #fff; }
    @media only screen and (min-width: 769px) {
      .footer-copy {
        display: block;
        height: auto;
        font-size: 0.85714vw;
        color: #000;
        background-color: transparent; } }
    @media only screen and (min-width: 1400px) {
      .footer-copy {
        font-size: 12px; } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.top-slide {
  margin: 0 auto;
  background-color: #dddddd;
  position: relative; }
  .top-slide__box {
    overflow: hidden;
    padding: 5.20833vw 0; }
    @media only screen and (min-width: 769px) {
      .top-slide__box {
        padding: 2.85714vw 0; } }
    @media only screen and (min-width: 1400px) {
      .top-slide__box {
        padding: 40px 0; } }
  @media only screen and (min-width: 769px) {
    .top-slide__inner {
      width: 47.57143vw;
      margin: 0 auto;
      overflow: visible;
      position: relative; } }
  @media only screen and (min-width: 1400px) {
    .top-slide__inner {
      overflow: visible;
      width: 666px; } }
  .top-slide__item {
    padding: 0 2.60417vw;
    -webkit-filter: drop-shadow(0 0 1.30208vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 1.30208vw rgba(0, 0, 0, 0.5)); }
    .top-slide__item.swiper-slide-active .top-slide__link:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    @media only screen and (min-width: 769px) {
      .top-slide__item {
        padding: 0 3.57143vw;
        -webkit-filter: drop-shadow(0 0 0.71429vw rgba(0, 0, 0, 0.5));
                filter: drop-shadow(0 0 0.71429vw rgba(0, 0, 0, 0.5));
        transition: 300ms; }
        .top-slide__item.swiper-slide-active {
          z-index: 2;
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }
    @media only screen and (min-width: 1400px) {
      .top-slide__item {
        padding: 0 50px;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
                filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); } }
  .top-slide__pagenation {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    top: 0;
    margin-top: 5.20833vw; }
    @media only screen and (min-width: 769px) {
      .top-slide__pagenation {
        margin-top: 2.85714vw; } }
    @media only screen and (min-width: 1400px) {
      .top-slide__pagenation {
        margin-top: 40px; } }
  .top-slide__inner.swiper > .top-slide__pagenation.swiper-pagination {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: 0 !important;
    width: auto !important; }
    .top-slide__pagenation .swiper-pagination-bullet {
      width: 2.60417vw;
      height: 2.60417vw;
      border-radius: 0;
      background-color: transparent;
      border: 0.52083vw solid #000;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      margin: 0 1.30208vw; }
      @media only screen and (min-width: 769px) {
        .top-slide__pagenation .swiper-pagination-bullet {
          width: 0.71429vw;
          height: 0.71429vw;
          border-width: 0.14286vw;
          margin: 0 0.35714vw; } }
      @media only screen and (min-width: 1400px) {
        .top-slide__pagenation .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          border-width: 2px;
          margin: 0 5px; } }
      .top-slide__pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #000; }
  .top-slide__link {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 300ms; }
    @media only screen and (min-width: 769px) {
      .top-slide__item.swiper-slide-active .top-slide__link {
        overflow: visible; } }
    .top-slide__link > img {
      transition: all 300ms; }
    @media only screen and (min-width: 769px) {
      .top-slide__link:hover > img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); } }
    .top-slide__link:after {
      display: block;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #000;
      top: 0;
      left: 0;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      transition: 300ms; }
  .top-slide .top-slide__arrow--prev, .top-slide .top-slide__arrow--next {
    display: none; }
    @media only screen and (min-width: 769px) {
      .top-slide .top-slide__arrow--prev, .top-slide .top-slide__arrow--next {
        display: block;
        height: auto;
        margin-top: 0;
        top: 50%;
        width: 1.42857vw; }
        .top-slide .top-slide__arrow--prev > img, .top-slide .top-slide__arrow--next > img {
          transition: all 300ms; }
        .top-slide .top-slide__arrow--prev:after, .top-slide .top-slide__arrow--next:after {
          display: none; }
        .top-slide .top-slide__arrow--prev:hover > img, .top-slide .top-slide__arrow--next:hover > img {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); } }
    @media only screen and (min-width: 1400px) {
      .top-slide .top-slide__arrow--prev, .top-slide .top-slide__arrow--next {
        width: 20px; } }
  @media only screen and (min-width: 769px) {
    .top-slide__inner.swiper > .top-slide__arrow--prev.swiper-button-prev,
    .top-slide__inner.swiper > .top-slide__arrow--next.swiper-button-next {
      height: auto !important;
      margin-top: 0 !important;
      top: 50% !important; } }
  @media only screen and (min-width: 769px) {
    .top-slide__inner.swiper > .top-slide__arrow--prev.swiper-button-prev {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -1.78571vw !important;
      right: auto !important; } }
  @media only screen and (min-width: 1400px) {
    .top-slide__inner.swiper > .top-slide__arrow--prev.swiper-button-prev {
      left: -25px !important; } }
  @media only screen and (min-width: 769px) {
    .top-slide__inner.swiper > .top-slide__arrow--next.swiper-button-next {
      right: -1.78571vw !important;
      left: auto !important;
      -webkit-transform: translateY(-50%) scale(-1, 1);
              transform: translateY(-50%) scale(-1, 1); } }
  @media only screen and (min-width: 1400px) {
    .top-slide__inner.swiper > .top-slide__arrow--next.swiper-button-next {
      right: -25px !important; } }
  .top-slide__dot {
    position: absolute;
    width: 13.02083vw;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(99%);
            transform: translateY(99%); }
    @media only screen and (min-width: 769px) {
      .top-slide__dot {
        width: 3.57143vw;
        left: 50%;
        -webkit-transform: translateY(99%) translateX(-1240%);
                transform: translateY(99%) translateX(-1240%); } }
    @media only screen and (min-width: 1400px) {
      .top-slide__dot {
        width: 50px; } }

.top-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.60417vw; }
  @media only screen and (min-width: 769px) {
    .top-wrapper {
      padding: 0 7.14286vw;
      width: 100vw; } }
  @media only screen and (min-width: 1400px) {
    .top-wrapper {
      padding: 0 100px;
      width: 1400px; } }

.top-news {
  padding-top: 7.8125vw;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .top-news::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 769px) {
    .top-news {
      padding-top: 2.14286vw; } }
  @media only screen and (min-width: 1400px) {
    .top-news {
      padding-top: 30px; } }
  .top-news__head {
    font-size: 5.20833vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 769px) {
      .top-news__head {
        text-align: left;
        font-size: 2.14286vw; } }
    @media only screen and (min-width: 1400px) {
      .top-news__head {
        font-size: 30px; } }
  .top-news__list {
    margin-top: 7.8125vw;
    height: 80.72917vw;
    overflow: scroll;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .top-news__list::-webkit-scrollbar {
      display: none; }
    @media only screen and (min-width: 769px) {
      .top-news__list {
        width: 71.42857vw;
        margin: 3.21429vw auto 0;
        height: 12.85714vw; } }
    @media only screen and (min-width: 1400px) {
      .top-news__list {
        width: 1000px;
        margin-top: 45px;
        height: 180px; } }
    .top-news__list--item {
      padding-bottom: 5.20833vw;
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 769px) {
        .top-news__list--item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 1.42857vw; } }
      @media only screen and (min-width: 1400px) {
        .top-news__list--item {
          padding-bottom: 20px; } }
      .top-news__list--item:not(:first-child) {
        padding-top: 5.72917vw; }
        @media only screen and (min-width: 769px) {
          .top-news__list--item:not(:first-child) {
            padding-top: 1.57143vw; } }
        @media only screen and (min-width: 1400px) {
          .top-news__list--item:not(:first-child) {
            padding-top: 22px; } }
        .top-news__list--item:not(:first-child):before, .top-news__list--item:not(:first-child):after {
          display: block;
          content: "";
          position: absolute;
          top: 0;
          height: 0.52083vw; }
          @media only screen and (min-width: 769px) {
            .top-news__list--item:not(:first-child):before, .top-news__list--item:not(:first-child):after {
              height: 0.14286vw; } }
          @media only screen and (min-width: 1400px) {
            .top-news__list--item:not(:first-child):before, .top-news__list--item:not(:first-child):after {
              height: 2px; } }
        .top-news__list--item:not(:first-child):before {
          width: 2.60417vw;
          background-color: #10ddf9;
          left: 0; }
          @media only screen and (min-width: 769px) {
            .top-news__list--item:not(:first-child):before {
              width: 1.42857vw; } }
          @media only screen and (min-width: 1400px) {
            .top-news__list--item:not(:first-child):before {
              width: 20px; } }
        .top-news__list--item:not(:first-child):after {
          width: 90.88542vw;
          background-color: #dddddd;
          right: 0; }
          @media only screen and (min-width: 769px) {
            .top-news__list--item:not(:first-child):after {
              width: 69.28571vw; } }
          @media only screen and (min-width: 1400px) {
            .top-news__list--item:not(:first-child):after {
              width: 970px; } }
    .top-news__list--date {
      font-size: 3.125vw;
      color: #000;
      font-weight: bold; }
      @media only screen and (min-width: 769px) {
        .top-news__list--date {
          font-size: 1.14286vw; } }
      @media only screen and (min-width: 1400px) {
        .top-news__list--date {
          font-size: 16px; } }
    .top-news__list--text {
      font-size: 3.38542vw;
      color: #555555;
      line-height: 1.5;
      margin-top: 3.90625vw; }
      @media only screen and (min-width: 769px) {
        .top-news__list--text {
          font-size: 1.14286vw;
          margin-top: 0;
          margin-left: 2.14286vw; } }
      @media only screen and (min-width: 1400px) {
        .top-news__list--text {
          font-size: 16px;
          margin-left: 30px; } }

.top-select {
  margin-top: 15.625vw; }
  @media only screen and (min-width: 769px) {
    .top-select {
      margin-top: 7.14286vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1400px) {
    .top-select {
      margin-top: 100px; } }
  .top-select__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (min-width: 769px) {
      .top-select__inner {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .top-select__box {
    width: 45.57292vw;
    position: relative; }
    @media only screen and (max-width: 769px) {
      .top-select__box:nth-child(n+3) {
        margin-top: 2.60417vw; } }
    @media only screen and (min-width: 769px) {
      .top-select__box {
        width: 15.71429vw; }
        .top-select__box:not(:first-child) {
          margin-left: 0.71429vw; } }
    @media only screen and (min-width: 1400px) {
      .top-select__box {
        width: 220px; }
        .top-select__box:not(:first-child) {
          margin-left: 10px; } }
  .top-select__btn {
    width: 100%;
    height: 13.02083vw;
    font-size: 3.38542vw;
    border: 0.52083vw solid #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.90625vw;
    font-weight: bold; }
    @media only screen and (min-width: 769px) {
      .top-select__btn {
        height: 3.57143vw;
        font-size: 1.14286vw;
        border-width: 0.28571vw;
        padding: 0 0.71429vw; } }
    @media only screen and (min-width: 1400px) {
      .top-select__btn {
        height: 50px;
        font-size: 16px;
        border-width: 4px;
        padding: 0 10px; } }
    .top-select__btn:after {
      display: block;
      content: " ";
      width: 2.60417vw;
      height: 2.08333vw;
      background-image: url(../img/top/arrow.svg);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 769px) {
        .top-select__btn:after {
          width: 0.78571vw;
          height: 0.57143vw; } }
      @media only screen and (min-width: 1400px) {
        .top-select__btn:after {
          width: 11px;
          height: 8px; } }
    .top-select__btn.on {
      background-color: #000;
      color: #fff; }
      .top-select__btn.on:after {
        background-image: url(../img/top/arrow_on_wh.png); }
    .top-select__btn.open {
      background-color: #000;
      color: #fff; }
      .top-select__btn.open:after {
        background-image: url(../img/top/arrow_on.svg); }
      .top-select__btn.open + .top-select__list {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        pointer-events: auto; }
  .top-select__list {
    background-color: #000;
    padding: 0 4.42708vw 2.60417vw;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    @media only screen and (min-width: 769px) {
      .top-select__list {
        padding: 0 1vw 1.42857vw; } }
    @media only screen and (min-width: 1400px) {
      .top-select__list {
        padding: 0 14px 20px; } }
    .top-select__list--item:not(:first-child) {
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 769px) {
        .top-select__list--item:not(:first-child) {
          margin-top: 1.42857vw; } }
      @media only screen and (min-width: 1400px) {
        .top-select__list--item:not(:first-child) {
          margin-top: 20px; } }
    .top-select__list--link {
      color: #fff;
      font-size: 3.38542vw;
      line-height: 1.5;
      display: block; }
      @media only screen and (min-width: 769px) {
        .top-select__list--link {
          font-size: 1.14286vw; } }
      @media only screen and (min-width: 1400px) {
        .top-select__list--link {
          font-size: 16px; } }
  .top-select__input {
    position: relative;
    margin-top: 2.60417vw; }
    @media only screen and (min-width: 769px) {
      .top-select__input {
        margin-top: 0; } }
    .top-select__input--main {
      width: 100%;
      background-color: #000;
      height: 13.02083vw;
      font-size: 3.38542vw;
      padding: 0 10.41667vw 0 3.90625vw;
      color: #fff; }
      @media only screen and (min-width: 769px) {
        .top-select__input--main {
          width: 28.57143vw;
          height: 3.57143vw;
          font-size: 1.14286vw;
          padding: 0 3.57143vw 0 1.42857vw; } }
      @media only screen and (min-width: 1400px) {
        .top-select__input--main {
          width: 400px;
          height: 50px;
          font-size: 15px;
          padding: 0 50px 0 20px; } }
    .top-select__input:after {
      display: block;
      content: '';
      width: 5.20833vw;
      height: 5.46875vw;
      background-image: url(../img/top/search.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 3.90625vw;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100; }
      @media only screen and (min-width: 769px) {
        .top-select__input:after {
          width: 1.42857vw;
          height: 1.5vw;
          right: 1.42857vw; } }
      @media only screen and (min-width: 1400px) {
        .top-select__input:after {
          width: 20px;
          height: 21px;
          right: 20px; } }

.top-list {
  margin-top: 7.8125vw; }
  @media only screen and (min-width: 769px) {
    .top-list {
      margin-top: 4.28571vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1400px) {
    .top-list {
      margin-top: 60px; } }
  @media only screen and (max-width: 769px) {
    .top-list__item:not(:first-child) {
      margin-top: 7.8125vw; } }
  @media only screen and (min-width: 769px) {
    .top-list__item {
      width: 27.14286vw; }
      .top-list__item:not(:nth-child(3n+1)) {
        margin-left: 2.14286vw; }
      .top-list__item:nth-child(n+4) {
        margin-top: 2.14286vw; } }
  @media only screen and (min-width: 1400px) {
    .top-list__item {
      width: 380px; }
      .top-list__item:not(:nth-child(3n+1)) {
        margin-left: 30px; }
      .top-list__item:nth-child(n+4) {
        margin-top: 30px; } }
  .top-list__link {
    display: block;
    width: 100%;
    box-shadow: 0 0 2.60417vw rgba(0, 0, 0, 0.4);
    transition: all 300ms; }
    @media only screen and (min-width: 769px) {
      .top-list__link {
        box-shadow: 0 0 1.42857vw rgba(0, 0, 0, 0.4);
        height: 100%;
        display: block; }
        .top-list__link:hover {
          background-color: #000;
          color: #10ddf9; }
          .top-list__link:hover .top-list__text {
            color: #10ddf9; }
          .top-list__link:hover .top-list__tag--item {
            background-color: #10ddf9;
            color: #000; }
          .top-list__link:hover .top-list__thumb > img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
    @media only screen and (min-width: 1400px) {
      .top-list__link {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); } }
  .top-list__thumb {
    overflow: hidden; }
    @media only screen and (min-width: 1400px) {
      .top-list__thumb {
        height: 217px;
        background-color: #ccc; } }
    .top-list__thumb > img {
      transition: all 300ms; }
  .top-list__box {
    padding: 5.20833vw; }
    @media only screen and (min-width: 769px) {
      .top-list__box {
        padding: 2.14286vw 1.42857vw; } }
    @media only screen and (min-width: 1400px) {
      .top-list__box {
        padding: 30px 20px; } }
  .top-list__title {
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (min-width: 769px) {
      .top-list__title {
        font-size: 1.42857vw; } }
    @media only screen and (min-width: 1400px) {
      .top-list__title {
        font-size: 20px; } }
  .top-list__text {
    margin-top: 5.20833vw;
    font-size: 3.38542vw;
    line-height: 2;
    color: #555555;
    transition: all 300ms;
    overflow: hidden;
    height: 13.02083vw; }
    @media only screen and (min-width: 769px) {
      .top-list__text {
        margin-top: 2.14286vw;
        font-size: 1.14286vw;
        height: 7.14286vw; } }
    @media only screen and (min-width: 1400px) {
      .top-list__text {
        margin-top: 20px;
        font-size: 16px;
        height: 100px; } }
  .top-list__tag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 5.20833vw;
    margin-left: -2.60417vw; }
    @media only screen and (min-width: 769px) {
      .top-list__tag {
        margin-top: 0.71429vw;
        margin-left: -1.42857vw;
        padding: 0 0.71429vw; } }
    @media only screen and (min-width: 1400px) {
      .top-list__tag {
        margin-top: 10px;
        margin-left: -20px;
        padding: 0 10px; } }
    .top-list__tag--item {
      font-size: 3.125vw;
      padding: 1.95312vw 8.46354vw;
      background-color: #555555;
      color: #dddddd;
      border-radius: 26.04167vw;
      font-weight: bold;
      display: inline-block;
      transition: all 300ms;
      margin: 2.60417vw 0 0 2.60417vw; }
      @media only screen and (min-width: 769px) {
        .top-list__tag--item {
          padding: 0.5vw 2.14286vw;
          font-size: 1vw;
          margin: 1.42857vw 0 0 0.71429vw; } }
      @media only screen and (min-width: 1400px) {
        .top-list__tag--item {
          padding: 7px 30px;
          font-size: 14px;
          margin: 20px 0 0 10px; } }
  .top-list__price {
    margin-top: 7.8125vw;
    font-size: 3.38542vw;
    font-weight: bold; }
    @media only screen and (min-width: 769px) {
      .top-list__price {
        margin-top: 2.14286vw;
        font-size: 1vw; } }
    @media only screen and (min-width: 1400px) {
      .top-list__price {
        margin-top: 30px;
        font-size: 14px; } }
  .top-list__genre {
    margin-top: 2.60417vw;
    font-size: 3.38542vw;
    font-weight: bold; }
    @media only screen and (min-width: 769px) {
      .top-list__genre {
        margin-top: 0.71429vw;
        font-size: 1vw; } }
    @media only screen and (min-width: 1400px) {
      .top-list__genre {
        margin-top: 10px;
        font-size: 14px; } }

.top-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15.625vw auto 0;
  width: 78.125vw;
  height: 15.625vw;
  border: 1.04167vw solid #000;
  font-size: 5.20833vw;
  font-weight: bold;
  transition: 300ms; }
  @media only screen and (min-width: 769px) {
    .top-btn {
      margin-top: 7.14286vw;
      width: 21.42857vw;
      height: 4.28571vw;
      border: 0.28571vw solid #000;
      font-size: 1.42857vw; }
      .top-btn:hover {
        background-color: #000;
        color: #10ddf9; } }
  @media only screen and (min-width: 1400px) {
    .top-btn {
      margin-top: 100px;
      width: 300px;
      height: 60px;
      border-width: 4px;
      font-size: 20px; } }

.top-load {
  width: 13.02083vw;
  margin: 15.625vw auto 0;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (min-width: 769px) {
    .top-load {
      width: 3.57143vw;
      margin-top: 7.14286vw; } }
  @media only screen and (min-width: 1400px) {
    .top-load {
      width: 50px;
      margin-top: 100px; } }

.top-none {
  font-size: 3.90625vw;
  font-weight: bold;
  text-align: center;
  margin-top: 15.625vw; }
  @media only screen and (min-width: 769px) {
    .top-none {
      font-size: 1.42857vw;
      margin-top: 3.57143vw; } }
  @media only screen and (min-width: 1400px) {
    .top-none {
      font-size: 20px;
      margin-top: 50px; } }

.detail-main {
  background-color: #dddddd; }
  .detail-main__wrapper {
    padding: 6.51042vw 2.60417vw 0; }
    @media only screen and (min-width: 769px) {
      .detail-main__wrapper {
        width: 85.71429vw;
        margin: 0 auto;
        padding: 4.28571vw 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (min-width: 1400px) {
      .detail-main__wrapper {
        width: 1200px;
        padding: 60px 0; } }
  @media only screen and (min-width: 769px) {
    .detail-main__left {
      width: 40.42857vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-main__left {
      width: 566px; } }
  .detail-main__thumb {
    width: 100%; }
  @media only screen and (min-width: 769px) {
    .detail-main__inner {
      width: 50%; } }
  .detail-main__title {
    font-size: 4.6875vw;
    margin-top: 7.8125vw;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (min-width: 769px) {
      .detail-main__title {
        font-size: 1.85714vw;
        margin-top: 0; } }
    @media only screen and (min-width: 1400px) {
      .detail-main__title {
        font-size: 26px; } }
  .detail-main__tag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 5.20833vw;
    margin-left: -2.60417vw; }
    @media only screen and (min-width: 769px) {
      .detail-main__tag {
        margin-top: 0.71429vw;
        margin-left: -1.42857vw;
        padding: 0 0.71429vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-main__tag {
        margin-top: 10px;
        margin-left: -20px;
        padding: 0 10px; } }
    .detail-main__tag--item {
      font-size: 3.125vw;
      padding: 1.95312vw 8.46354vw;
      background-color: #555555;
      color: #dddddd;
      border-radius: 26.04167vw;
      font-weight: bold;
      display: inline-block;
      transition: all 300ms;
      margin: 2.60417vw 0 0 2.60417vw; }
      @media only screen and (min-width: 769px) {
        .detail-main__tag--item {
          padding: 0.5vw 2.14286vw;
          font-size: 1vw;
          margin: 1.42857vw 0 0 0.71429vw; } }
      @media only screen and (min-width: 1400px) {
        .detail-main__tag--item {
          padding: 7px 30px;
          font-size: 14px;
          margin: 20px 0 0 10px; } }
  .detail-main__info {
    margin-top: 7.8125vw;
    font-size: 3.38542vw; }
    @media only screen and (min-width: 769px) {
      .detail-main__info {
        margin-top: 2.14286vw;
        font-size: 1.14286vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-main__info {
        margin-top: 30px;
        font-size: 16px; } }
    .detail-main__info--item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .detail-main__info--item:not(:first-child) {
        margin-top: 3.25521vw; }
        @media only screen and (min-width: 769px) {
          .detail-main__info--item:not(:first-child) {
            margin-top: 1.07143vw; } }
        @media only screen and (min-width: 1400px) {
          .detail-main__info--item:not(:first-child) {
            margin-top: 15px; } }
    .detail-main__info--head {
      width: 20.83333vw;
      letter-spacing: 0.5em; }
      @media only screen and (min-width: 769px) {
        .detail-main__info--head {
          width: 7.14286vw; } }
      @media only screen and (min-width: 1400px) {
        .detail-main__info--head {
          width: 100px; } }
      .detail-main__info--head.en {
        letter-spacing: 0;
        width: 26.04167vw; }
        @media only screen and (min-width: 769px) {
          .detail-main__info--head.en {
            width: 7.85714vw; } }
        @media only screen and (min-width: 1400px) {
          .detail-main__info--head.en {
            width: 110px; } }
    .detail-main__info--text {
      width: 65%;
      overflow-wrap: break-word;
      line-height: 1.5; }
    .detail-main__info--colon {
      margin: 0 2.60417vw; }
      @media only screen and (min-width: 769px) {
        .detail-main__info--colon {
          margin: 0 0.71429vw; } }
      @media only screen and (min-width: 1400px) {
        .detail-main__info--colon {
          margin: 0 10px; } }
  .detail-main__store {
    margin-top: 6.51042vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 769px) {
      .detail-main__store {
        margin-top: 0.28571vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-main__store {
        margin-top: 4px; } }
    @media only screen and (min-width: 769px) {
      .detail-main__store.sp {
        display: none; } }
    .detail-main__store.pc {
      display: none; }
      @media only screen and (min-width: 769px) {
        .detail-main__store.pc {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .detail-main__store--item:nth-child(n+3) {
      margin-top: 0.52083vw; }
      @media only screen and (min-width: 769px) {
        .detail-main__store--item:nth-child(n+3) {
          margin-top: 0.28571vw; } }
      @media only screen and (min-width: 1400px) {
        .detail-main__store--item:nth-child(n+3) {
          margin-top: 4px; } }
    .detail-main__store--link {
      display: block;
      font-size: 3.38542vw;
      width: 49.73958vw;
      padding: 3.25521vw 2.60417vw;
      background-color: #000;
      color: #10ddf9;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: bold;
      transition: 300ms; }
      @media only screen and (min-width: 769px) {
        .detail-main__store--link {
          width: 20.07143vw;
          height: 3.57143vw;
          font-size: 1.14286vw;
          padding: 1.42857vw 1.07143vw; }
          .detail-main__store--link:hover {
            background-color: #10ddf9;
            color: #000; } }
      @media only screen and (min-width: 1400px) {
        .detail-main__store--link {
          width: 281px;
          height: 50px;
          font-size: 16px;
          padding: 20px 15px; } }

.detail-slide {
  margin: 15.625vw auto 0;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .detail-slide {
      margin-top: 4.28571vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-slide {
      margin-top: 60px; } }
  .detail-slide__box {
    overflow: hidden; }
  @media only screen and (min-width: 769px) {
    .detail-slide__inner {
      width: 35.71429vw;
      margin: 0 auto;
      position: relative; } }
  @media only screen and (min-width: 1400px) {
    .detail-slide__inner {
      width: 500px; } }
  .detail-slide__item {
    padding: 0 2.60417vw;
    -webkit-filter: drop-shadow(0 0 1.30208vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 1.30208vw rgba(0, 0, 0, 0.5)); }
    @media only screen and (min-width: 769px) {
      .detail-slide__item {
        padding: 0 1.42857vw;
        -webkit-filter: drop-shadow(0 0 0.71429vw rgba(0, 0, 0, 0.5));
                filter: drop-shadow(0 0 0.71429vw rgba(0, 0, 0, 0.5));
        transition: 300ms; } }
    @media only screen and (min-width: 1400px) {
      .detail-slide__item {
        padding: 0 20px;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
                filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); } }
  .detail-slide__pagenation {
    position: relative;
    top: 0;
    margin-top: 5.20833vw; }
    @media only screen and (min-width: 769px) {
      .detail-slide__pagenation {
        margin-top: 2.85714vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-slide__pagenation {
        margin-top: 40px; } }
    .detail-slide__pagenation .swiper-pagination-bullet {
      width: 2.60417vw;
      height: 2.60417vw;
      border-radius: 0;
      background-color: transparent;
      border: 0.52083vw solid #000;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      margin: 0 1.30208vw; }
      @media only screen and (min-width: 769px) {
        .detail-slide__pagenation .swiper-pagination-bullet {
          width: 0.71429vw;
          height: 0.71429vw;
          border-width: 0.14286vw;
          margin: 0 0.35714vw; } }
      @media only screen and (min-width: 1400px) {
        .detail-slide__pagenation .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          border-width: 2px;
          margin: 0 5px; } }
      .detail-slide__pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #000; }
  .detail-slide__dot {
    position: absolute;
    width: 13.02083vw;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(99%);
            transform: translateY(99%); }
    @media only screen and (min-width: 769px) {
      .detail-slide__dot {
        width: 3.57143vw;
        left: 50%;
        -webkit-transform: translateY(99%) translateX(-1240%);
                transform: translateY(99%) translateX(-1240%); } }
    @media only screen and (min-width: 1400px) {
      .detail-slide__dot {
        width: 50px; } }

.detail-yt {
  margin-top: 15.625vw;
  padding: 0 2.60417vw;
  width: 100%;
  height: 53.38542vw; }
  @media only screen and (min-width: 769px) {
    .detail-yt {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 4.28571vw auto 0;
      padding: 0 7.14286vw;
      width: 100vw;
      height: 48.21429vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-yt {
      margin: 60px auto 0;
      padding: 0 100px;
      width: 1400px;
      height: 675px; } }
  .detail-yt > iframe {
    width: 100% !important;
    height: 100% !important; }

.detail-thumb {
  margin-top: 15.625vw;
  padding: 0 2.60417vw; }
  @media only screen and (min-width: 769px) {
    .detail-thumb {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 4.28571vw auto 0;
      padding: 0 7.14286vw;
      width: 100vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-thumb {
      margin: 60px auto 0;
      padding: 0 100px;
      width: 1400px; } }
  @media only screen and (max-width: 769px) {
    .detail-thumb__item:not(:first-child) {
      margin-top: 2.60417vw; } }
  @media only screen and (min-width: 769px) {
    .detail-thumb__item {
      width: 41.42857vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ddd; }
      .detail-thumb__item:nth-child(n+3) {
        margin-top: 2.85714vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-thumb__item {
      width: 580px; }
      .detail-thumb__item:nth-child(n+3) {
        margin-top: 40px; } }

.detail-section {
  margin-top: 15.625vw;
  padding: 0 2.60417vw; }
  @media only screen and (min-width: 769px) {
    .detail-section {
      margin: 4.28571vw auto 0;
      padding: 0 7.14286vw;
      width: 100vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-section {
      margin: 60px auto 0;
      padding: 0 100px;
      width: 1400px; } }
  .detail-section__head {
    font-size: 5.20833vw;
    font-weight: bold; }
    @media only screen and (min-width: 769px) {
      .detail-section__head {
        font-size: 1.85714vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-section__head {
        font-size: 26px; } }
  .detail-section__text {
    margin-top: 7.8125vw;
    font-size: 3.38542vw;
    color: #555555;
    line-height: 2; }
    @media only screen and (min-width: 769px) {
      .detail-section__text {
        font-size: 1.14286vw;
        margin-top: 2.14286vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-section__text {
        font-size: 16px;
        margin-top: 30px; } }

.detail-list {
  margin-top: 7.8125vw; }
  @media only screen and (min-width: 769px) {
    .detail-list {
      margin-top: 2.14286vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1400px) {
    .detail-list {
      margin-top: 30px; } }
  @media only screen and (max-width: 769px) {
    .detail-list__item:not(:first-child) {
      margin-top: 7.8125vw; } }
  @media only screen and (min-width: 769px) {
    .detail-list__item {
      width: 27.14286vw; }
      .detail-list__item:not(:nth-child(3n+1)) {
        margin-left: 2.14286vw; }
      .detail-list__item:nth-child(n+4) {
        margin-top: 2.14286vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-list__item {
      width: 380px; }
      .detail-list__item:not(:nth-child(3n+1)) {
        margin-left: 30px; }
      .detail-list__item:nth-child(n+4) {
        margin-top: 30px; } }
  .detail-list__link {
    display: block;
    width: 100%;
    box-shadow: 0 0 2.60417vw rgba(0, 0, 0, 0.4);
    transition: 300ms;
    height: 100%; }
    @media only screen and (min-width: 769px) {
      .detail-list__link {
        box-shadow: 0 0 1.42857vw rgba(0, 0, 0, 0.4); }
        .detail-list__link:hover {
          background-color: #000;
          color: #10ddf9; }
          .detail-list__link:hover .detail-list__text {
            color: #10ddf9; }
          .detail-list__link:hover .detail-list__tag--item {
            background-color: #10ddf9;
            color: #000; }
          .detail-list__link:hover .detail-list__thumb > img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
    @media only screen and (min-width: 1400px) {
      .detail-list__link {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); } }
  .detail-list__thumb {
    overflow: hidden; }
    .detail-list__thumb > img {
      transition: all 300ms; }
  .detail-list__box {
    padding: 5.20833vw; }
    @media only screen and (min-width: 769px) {
      .detail-list__box {
        padding: 2.14286vw 1.42857vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-list__box {
        padding: 30px 20px; } }
  .detail-list__title {
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (min-width: 769px) {
      .detail-list__title {
        font-size: 1.42857vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-list__title {
        font-size: 20px; } }
  .detail-list__text {
    margin-top: 5.20833vw;
    font-size: 3.38542vw;
    line-height: 2;
    color: #555555;
    transition: 300ms; }
    @media only screen and (min-width: 769px) {
      .detail-list__text {
        margin-top: 2.14286vw;
        font-size: 1.14286vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-list__text {
        margin-top: 20px;
        font-size: 16px; } }
  .detail-list__tag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 5.20833vw;
    margin-left: -2.60417vw; }
    @media only screen and (min-width: 769px) {
      .detail-list__tag {
        margin-top: 0.71429vw;
        margin-left: -1.42857vw;
        padding: 0 0.71429vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-list__tag {
        margin-top: 10px;
        margin-left: -20px;
        padding: 0 10px; } }
    .detail-list__tag--item {
      font-size: 3.125vw;
      padding: 1.95312vw 8.46354vw;
      background-color: #555555;
      color: #dddddd;
      border-radius: 26.04167vw;
      font-weight: bold;
      display: inline-block;
      transition: all 300ms;
      margin: 2.60417vw 0 0 2.60417vw; }
      @media only screen and (min-width: 769px) {
        .detail-list__tag--item {
          padding: 0.5vw 2.14286vw;
          font-size: 1vw;
          margin: 1.42857vw 0 0 0.71429vw; } }
      @media only screen and (min-width: 1400px) {
        .detail-list__tag--item {
          padding: 7px 30px;
          font-size: 14px;
          margin: 20px 0 0 10px; } }
  .detail-list__price {
    margin-top: 7.8125vw;
    font-size: 3.38542vw;
    font-weight: bold; }
    @media only screen and (min-width: 769px) {
      .detail-list__price {
        margin-top: 2.14286vw;
        font-size: 1vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-list__price {
        margin-top: 30px;
        font-size: 14px; } }
  .detail-list__genre {
    margin-top: 2.60417vw;
    font-size: 3.38542vw;
    font-weight: bold; }
    @media only screen and (min-width: 769px) {
      .detail-list__genre {
        margin-top: 0.71429vw;
        font-size: 1vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-list__genre {
        margin-top: 10px;
        font-size: 14px; } }

.detail-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15.625vw auto 0;
  width: 78.125vw;
  height: 15.625vw;
  border: 1.04167vw solid #000;
  font-size: 5.20833vw;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    .detail-btn {
      margin-top: 7.14286vw;
      width: 21.42857vw;
      height: 4.28571vw;
      border: 0.28571vw solid #000;
      font-size: 1.42857vw; }
      .detail-btn:hover {
        background-color: #000;
        color: #10ddf9; } }
  @media only screen and (min-width: 1400px) {
    .detail-btn {
      margin-top: 100px;
      width: 300px;
      height: 60px;
      border-width: 4px;
      font-size: 20px; } }

.detail-fix {
  display: none; }
  @media only screen and (min-width: 769px) {
    .detail-fix {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      width: 100%;
      z-index: 100;
      top: 0;
      transition: 300ms; } }
  @media only screen and (min-width: 769px) {
    .detail-fix.scroll {
      top: 6vw; } }
  @media only screen and (min-width: 1400px) {
    .detail-fix.scroll {
      top: 84px; } }
  .detail-fix__item {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .detail-fix__item:not(:first-child) {
        margin-left: 0.28571vw; } }
    @media only screen and (min-width: 1400px) {
      .detail-fix__item:not(:first-child) {
        margin-left: 4px; } }
  .detail-fix__link {
    font-size: 3.38542vw;
    width: 49.73958vw;
    padding: 3.25521vw 2.60417vw;
    background-color: #000;
    color: #10ddf9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    transition: 300ms; }
    @media only screen and (min-width: 769px) {
      .detail-fix__link {
        width: 100%;
        height: 3.57143vw;
        font-size: 1.14286vw;
        padding: 1.42857vw 1.07143vw; }
        .detail-fix__link:hover {
          background-color: #10ddf9;
          color: #000; } }
    @media only screen and (min-width: 1400px) {
      .detail-fix__link {
        height: 50px;
        font-size: 16px;
        padding: 20px 15px; } }

.off {
  display: none !important; }

/*ポップアップスライドイン*/
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

/*ポップアップスライドアウト*/
@-webkit-keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

/**********************************
共通
**********************************/
.cookie-pop p,
.cookie-pop button,
.cookie-pop a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: white;
  line-height: 1.4; }
  @media only screen and (max-width: 769px) {
    .cookie-pop p,
    .cookie-pop button,
    .cookie-pop a {
      font-size: 2.60417vw; } }

.cookie-pop {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100; }

.cookie-pop.pop-remove {
  -webkit-animation-name: slideout;
          animation-name: slideout;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms; }

.cookie-pop .upper {
  text-transform: uppercase; }

.cookie-pop .txt-left {
  text-align: left; }

.cookie-pop .txt-left a {
  text-decoration: underline; }

.cookie-pop .txt-center {
  text-align: center; }

/**********************************
初期画面（cookie-pop.html）
**********************************/
.cookie-pop .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 35px; }

.cookie-pop .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

.cookie-pop .btns {
  margin: 0 0 0 40px; }

/*同意ボタン*/
.cookie-pop .accept {
  width: 180px;
  height: 58px;
  background-color: #10ddf9;
  border: solid 1px #10ddf9;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  color: #000; }
  @media only screen and (max-width: 769px) {
    .cookie-pop .accept {
      width: 46.875vw;
      height: 15.625vw;
      font-size: 3.90625vw; } }

.cookie-pop .accept:hover {
  background-color: #1a1a1a;
  border: solid 2px #10ddf9;
  color: #10ddf9; }

/*プライバシーポリシーリンク*/
.cookie-policy a {
  color: #dcd9d9;
  -webkit-text-decoration-color: #dcd9d9;
     -moz-text-decoration-color: #dcd9d9;
          text-decoration-color: #dcd9d9; }

.cookie-pop .cookie-policy {
  margin-top: 15px; }

@media screen and (max-width: 1200px) {
  /**********************************
初期画面（cookie-pop.html）
**********************************/
  .cookie-pop .wrapper {
    padding: 30px 20px 45px; } }

@media screen and (max-width: 768px) {
  /**********************************
共通
**********************************/
  .cookie-pop p,
  .cookie-pop a,
  .cookie-pop .cookie-policy a {
    /* add */
    font-size: 26px; } }
  @media only screen and (max-width: 768px) and (max-width: 769px) {
    .cookie-pop p,
    .cookie-pop a,
    .cookie-pop .cookie-policy a {
      font-size: 3.90625vw; } }

@media screen and (max-width: 768px) {
  .cookie-pop p,
  .cookie-pop button {
    line-height: 1.6; }
  /**********************************
初期画面（cookie-pop.html）
**********************************/
  .cookie-pop .wrapper {
    width: auto;
    padding: 15px 70px; } }
  @media only screen and (max-width: 768px) and (max-width: 769px) {
    .cookie-pop .wrapper {
      padding: 3.90625vw 6.51042vw; } }

@media screen and (max-width: 768px) {
  .cookie-pop .container {
    display: block; }
  .cookie-pop .text-area {
    height: 330px;
    padding-right: 20px; }
  .cookie-pop .scroll-area {
    position: relative;
    overflow: hidden; }
  /*
   * Scrollbar rail styles
   */
  .ps__rail-x {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none;
    -webkit-transition: none;
    height: 10px;
    background-color: #717070;
    border-radius: 5px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute; }
  .ps__rail-y {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none;
    -webkit-transition: none;
    width: 10px;
    background-color: #717070;
    border-radius: 5px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute; }
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: #717070; }
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: #717070;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  /*
   * Scrollbar thumb styles
   */
  .ps__thumb-x {
    background-color: #a09f9f;
    border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    height: 10px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute; }
  .ps__thumb-y {
    background-color: #a09f9f;
    border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    width: 10px;
    /* there must be 'right' for ps__thumb-y */
    right: 0px;
    /* please don't change 'position' */
    position: absolute; }
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #a09f9f;
    height: 10px; }
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #a09f9f;
    width: 10px; }
  .cookie-pop .btns {
    /*  margin: 20px 0 0; */
    margin: 15px 0 0; }
  /*同意ボタン*/
  .cookie-pop .accept {
    width: 100%;
    height: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 35px;
    font-size: 32px; }
  .cookie-pop .accept:hover {
    background-color: #10ddf9;
    border: none;
    color: #ffffff; } }

@media screen and (max-width: 480px) {
  .cookie-pop .text-area {
    height: auto;
    padding-right: 0; } }

#cookie-pop-bn.off {
  display: none; }

.pc-none {
  display: none; }
  @media only screen and (max-width: 769px) {
    .pc-none {
      display: block; } }

@media only screen and (max-width: 769px) {
  .sp-none {
    display: none; } }

/*# sourceMappingURL=../maps/share.css.map */
